Started by an SCM change Running as SYSTEM Agent migration-agent-mls1b is provisioned from template Kubernetes Pod Template --- apiVersion: "v1" kind: "Pod" metadata: annotations: {} labels: jenkins: "slave" jenkins/migration: "true" name: "migration-agent-mls1b" spec: containers: - env: - name: "MAVEN_OPTS" value: "-Dorg.slf4j.simpleLogger.log.org.apache.maven.cli.transfer.Slf4jMavenTransferListener=warn" - name: "JENKINS_SECRET" value: "********" - name: "JENKINS_TUNNEL" value: "jenkins-discovery.swtbot.svc.cluster.local:50000" - name: "JENKINS_AGENT_NAME" value: "migration-agent-mls1b" - name: "MAVEN_CONFIG" value: "-B -e" - name: "JENKINS_NAME" value: "migration-agent-mls1b" - name: "JENKINS_AGENT_WORKDIR" value: "/home/jenkins/agent" - name: "JENKINS_URL" value: "http://jenkins-ui.swtbot.svc.cluster.local/swtbot/" - name: "HOME" value: "/home/jenkins" image: "eclipsecbijenkins/migration-fat-agent:3.29@sha256:a341be4b6509400aaa18081d86f66239ceb93897059386120ef6633aa378931f" imagePullPolicy: "IfNotPresent" name: "jnlp" resources: limits: memory: "4096Mi" cpu: "2000m" requests: memory: "4096Mi" cpu: "1000m" securityContext: privileged: false tty: true volumeMounts: - mountPath: "/home/jenkins/.m2/toolchains.xml" name: "toolchains-xml" readOnly: true subPath: "toolchains.xml" - mountPath: "/opt/tools" name: "volume-0" readOnly: false - mountPath: "/home/jenkins" name: "volume-2" readOnly: false - mountPath: "/home/jenkins/.m2/repository" name: "volume-3" readOnly: false - mountPath: "/home/jenkins/.m2/settings-security.xml" name: "settings-security-xml" readOnly: true subPath: "settings-security.xml" - mountPath: "/home/jenkins/.m2/settings.xml" name: "settings-xml" readOnly: true subPath: "settings.xml" - mountPath: "/home/jenkins/.ssh" name: "volume-1" readOnly: false - mountPath: "/home/jenkins/agent" name: "workspace-volume" readOnly: false workingDir: "/home/jenkins/agent" nodeSelector: {} restartPolicy: "Never" volumes: - name: "settings-security-xml" secret: items: - key: "settings-security.xml" path: "settings-security.xml" secretName: "m2-secret-dir" - name: "volume-0" persistentVolumeClaim: claimName: "tools-claim-jiro-swtbot" readOnly: true - configMap: items: - key: "toolchains.xml" path: "toolchains.xml" name: "m2-dir" name: "toolchains-xml" - emptyDir: medium: "" name: "volume-2" - configMap: name: "known-hosts" name: "volume-1" - name: "settings-xml" secret: items: - key: "settings.xml" path: "settings.xml" secretName: "m2-secret-dir" - emptyDir: medium: "" name: "workspace-volume" - emptyDir: medium: "" name: "volume-3" Building remotely on migration-agent-mls1b (migration) in workspace /home/jenkins/agent/workspace/swtbot-sonar [WS-CLEANUP] Deleting project workspace... [WS-CLEANUP] Deferred wipeout is used... No credentials specified Cloning the remote Git repository Cloning repository git://git.eclipse.org/gitroot/swtbot/org.eclipse.swtbot.git > git init /home/jenkins/agent/workspace/swtbot-sonar # timeout=10 Fetching upstream changes from git://git.eclipse.org/gitroot/swtbot/org.eclipse.swtbot.git > git --version # timeout=10 > git fetch --tags --progress git://git.eclipse.org/gitroot/swtbot/org.eclipse.swtbot.git +refs/heads/*:refs/remotes/origin/* > git config remote.origin.url git://git.eclipse.org/gitroot/swtbot/org.eclipse.swtbot.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git://git.eclipse.org/gitroot/swtbot/org.eclipse.swtbot.git # timeout=10 Fetching upstream changes from git://git.eclipse.org/gitroot/swtbot/org.eclipse.swtbot.git > git fetch --tags --progress git://git.eclipse.org/gitroot/swtbot/org.eclipse.swtbot.git +refs/heads/*:refs/remotes/origin/* > git rev-parse origin/master^{commit} # timeout=10 Checking out Revision 1256981638e732400e39e7c16bb73de2bcd2de13 (origin/master) > git config core.sparsecheckout # timeout=10 > git checkout -f 1256981638e732400e39e7c16bb73de2bcd2de13 Commit message: "Use released version of orbit repository for 2019-09 target" > git rev-list --no-walk 5e6d076622e9426f3b34479857aafcdd713230e1 # timeout=10 Starting xvnc [swtbot-sonar] $ Xvnc :25 -geometry 1024x768 -depth 24 -ac -SecurityTypes none -noreset Xvnc TigerVNC 1.8.0 - built Nov 2 2018 19:05:14 Copyright (C) 1999-2017 TigerVNC Team and many others (see README.txt) See http://www.tigervnc.org for information on TigerVNC. Underlying X server release 12001000, The X.Org Foundation Fri Jan 24 19:10:42 2020 vncext: VNC extension running! vncext: Listening for VNC connections on all interface(s), port 5925 vncext: created VNC server for screen 0 [swtbot-sonar] $ /bin/sh -xe /tmp/jenkins419648673067954167.sh + metacity --sm-disable --replace [swtbot-sonar] $ /opt/tools/apache-maven/latest/bin/mvn -f pom.xml -Dmaven.test.failure.ignore=true -Dmaven.test.error.ignore=true -Dmaven.repo.local=/home/jenkins/agent/workspace/swtbot-sonar/.repository clean verify -Pphoton Picked up JAVA_TOOL_OPTIONS: -XX:+IgnoreUnrecognizedVMOptions -XX:+UseContainerSupport -XX:+UnlockExperimentalVMOptions -XX:+UseCGroupMemoryLimitForHeap Picked up _JAVA_OPTIONS: -XX:MaxRAMPercentage=64.0 [INFO] Scanning for projects... Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/tycho-maven-plugin/1.3.0/tycho-maven-plugin-1.3.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-maven-plugin/1.3.0/tycho-maven-plugin-1.3.0.pom Progress (1): 919 B Progress (1): 2.1 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-maven-plugin/1.3.0/tycho-maven-plugin-1.3.0.pom (2.1 kB at 6.3 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/tycho/1.3.0/tycho-1.3.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho/1.3.0/tycho-1.3.0.pom Progress (1): 805 B Progress (1): 2.6 kB Progress (1): 4.2 kB Progress (1): 8.3 kB Progress (1): 12 kB Progress (1): 16 kB Progress (1): 18 kB Progress (1): 19 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho/1.3.0/tycho-1.3.0.pom (19 kB at 228 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/tycho-core/1.3.0/tycho-core-1.3.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-core/1.3.0/tycho-core-1.3.0.pom Progress (1): 877 B Progress (1): 3.5 kB Progress (1): 4.5 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-core/1.3.0/tycho-core-1.3.0.pom (4.5 kB at 150 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-core/3.0/maven-core-3.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/3.0/maven-core-3.0.pom Progress (1): 799 B Progress (1): 4.0 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 214 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven/3.0/maven-3.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/3.0/maven-3.0.pom Progress (1): 759 B Progress (1): 2.0 kB Progress (1): 4.6 kB Progress (1): 7.9 kB Progress (1): 12 kB Progress (1): 14 kB Progress (1): 18 kB Progress (1): 21 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 644 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-parent/15/maven-parent-15.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/15/maven-parent-15.pom Progress (1): 749 B Progress (1): 2.0 kB Progress (1): 6.1 kB Progress (1): 6.5 kB Progress (1): 11 kB Progress (1): 11 kB Progress (1): 15 kB Progress (1): 17 kB Progress (1): 20 kB Progress (1): 24 kB Progress (1): 24 kB Progress (1): 24 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/15/maven-parent-15.pom (24 kB at 686 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/apache/6/apache-6.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/6/apache-6.pom Progress (1): 750 B Progress (1): 2.0 kB Progress (1): 3.7 kB Progress (1): 6.9 kB Progress (1): 11 kB Progress (1): 11 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 427 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-model/3.0/maven-model-3.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/3.0/maven-model-3.0.pom Progress (1): 793 B Progress (1): 2.6 kB 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 144 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-utils/3.0.24/plexus-utils-3.0.24.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.24/plexus-utils-3.0.24.pom Progress (1): 810 B Progress (1): 2.4 kB Progress (1): 4.1 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.24/plexus-utils-3.0.24.pom (4.1 kB at 133 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus/4.0/plexus-4.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/4.0/plexus-4.0.pom Progress (1): 710 B Progress (1): 2.5 kB Progress (1): 6.4 kB Progress (1): 9.2 kB Progress (1): 12 kB Progress (1): 16 kB Progress (1): 20 kB Progress (1): 20 kB Progress (1): 22 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/4.0/plexus-4.0.pom (22 kB at 279 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/forge/forge-parent/10/forge-parent-10.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/forge/forge-parent/10/forge-parent-10.pom Progress (1): 733 B Progress (1): 2.6 kB Progress (1): 6.7 kB Progress (1): 8.5 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 181 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-settings/3.0/maven-settings-3.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/3.0/maven-settings-3.0.pom Progress (1): 832 B 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 25 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-settings-builder/3.0/maven-settings-builder-3.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings-builder/3.0/maven-settings-builder-3.0.pom Progress (1): 823 B 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 33 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-interpolation/1.14/plexus-interpolation-1.14.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.14/plexus-interpolation-1.14.pom Progress (1): 910 B Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.14/plexus-interpolation-1.14.pom (910 B at 13 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-components/1.1.18/plexus-components-1.1.18.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-components/1.1.18/plexus-components-1.1.18.pom Progress (1): 1.5 kB Progress (1): 3.7 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 76 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus/2.0.7/plexus-2.0.7.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/2.0.7/plexus-2.0.7.pom Progress (1): 709 B Progress (1): 2.7 kB Progress (1): 6.3 kB Progress (1): 9.1 kB Progress (1): 13 kB Progress (1): 17 kB Progress (1): 17 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/2.0.7/plexus-2.0.7.pom (17 kB at 216 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-component-annotations/1.7.1/plexus-component-annotations-1.7.1.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-component-annotations/1.7.1/plexus-component-annotations-1.7.1.pom Progress (1): 770 B Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-component-annotations/1.7.1/plexus-component-annotations-1.7.1.pom (770 B at 32 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-containers/1.7.1/plexus-containers-1.7.1.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-containers/1.7.1/plexus-containers-1.7.1.pom Progress (1): 1.3 kB Progress (1): 4.8 kB Progress (1): 5.0 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-containers/1.7.1/plexus-containers-1.7.1.pom (5.0 kB at 174 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/plexus/plexus-sec-dispatcher/1.3/plexus-sec-dispatcher-1.3.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plexus/plexus-sec-dispatcher/1.3/plexus-sec-dispatcher-1.3.pom Progress (1): 1.3 kB 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 106 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/spice/spice-parent/12/spice-parent-12.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/spice/spice-parent/12/spice-parent-12.pom Progress (1): 1.2 kB Progress (1): 4.2 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 100 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/forge/forge-parent/4/forge-parent-4.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/forge/forge-parent/4/forge-parent-4.pom Progress (1): 1.4 kB Progress (1): 5.5 kB Progress (1): 5.7 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 120 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/plexus/plexus-cipher/1.7/plexus-cipher-1.7.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plexus/plexus-cipher/1.7/plexus-cipher-1.7.pom Progress (1): 1.2 kB Progress (1): 4.2 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plexus/plexus-cipher/1.7/plexus-cipher-1.7.pom (4.2 kB at 60 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/spice/spice-parent/15/spice-parent-15.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/spice/spice-parent/15/spice-parent-15.pom Progress (1): 1.2 kB Progress (1): 3.7 kB Progress (1): 7.3 kB Progress (1): 8.4 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/spice/spice-parent/15/spice-parent-15.pom (8.4 kB at 279 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/forge/forge-parent/5/forge-parent-5.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/forge/forge-parent/5/forge-parent-5.pom Progress (1): 1.3 kB Progress (1): 5.4 kB Progress (1): 5.4 kB Progress (1): 8.4 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/forge/forge-parent/5/forge-parent-5.pom (8.4 kB at 299 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-repository-metadata/3.0/maven-repository-metadata-3.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/3.0/maven-repository-metadata-3.0.pom Progress (1): 829 B 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 74 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-artifact/3.0/maven-artifact-3.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/3.0/maven-artifact-3.0.pom Progress (1): 850 B 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 29 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-plugin-api/3.0/maven-plugin-api-3.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/3.0/maven-plugin-api-3.0.pom Progress (1): 823 B 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 37 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/sisu/sisu-inject-plexus/1.4.2/sisu-inject-plexus-1.4.2.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-inject-plexus/1.4.2/sisu-inject-plexus-1.4.2.pom Progress (1): 1.6 kB Progress (1): 4.0 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 74 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/sisu/inject/guice-plexus/1.4.2/guice-plexus-1.4.2.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/inject/guice-plexus/1.4.2/guice-plexus-1.4.2.pom Progress (1): 1.8 kB 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 46 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/sisu/inject/guice-bean/1.4.2/guice-bean-1.4.2.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/inject/guice-bean/1.4.2/guice-bean-1.4.2.pom Progress (1): 2.6 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/inject/guice-bean/1.4.2/guice-bean-1.4.2.pom (2.6 kB at 90 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/sisu/sisu-inject/1.4.2/sisu-inject-1.4.2.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-inject/1.4.2/sisu-inject-1.4.2.pom Progress (1): 1.2 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-inject/1.4.2/sisu-inject-1.4.2.pom (1.2 kB at 22 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/sisu/sisu-parent/1.4.2/sisu-parent-1.4.2.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-parent/1.4.2/sisu-parent-1.4.2.pom Progress (1): 807 B Progress (1): 2.8 kB Progress (1): 5.7 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 156 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/forge/forge-parent/6/forge-parent-6.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/forge/forge-parent/6/forge-parent-6.pom Progress (1): 1.2 kB Progress (1): 5.3 kB Progress (1): 6.4 kB Progress (1): 10 kB Progress (1): 11 kB Progress (1): 11 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/forge/forge-parent/6/forge-parent-6.pom (11 kB at 398 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-classworlds/2.2.3/plexus-classworlds-2.2.3.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-classworlds/2.2.3/plexus-classworlds-2.2.3.pom Progress (1): 952 B Progress (1): 3.0 kB 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 60 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus/2.0.6/plexus-2.0.6.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/2.0.6/plexus-2.0.6.pom Progress (1): 711 B Progress (1): 2.7 kB Progress (1): 6.4 kB Progress (1): 8.9 kB Progress (1): 13 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 243 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/sisu/sisu-inject-bean/1.4.2/sisu-inject-bean-1.4.2.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-inject-bean/1.4.2/sisu-inject-bean-1.4.2.pom Progress (1): 1.4 kB Progress (1): 3.8 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) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/sisu/sisu-guice/2.1.7/sisu-guice-2.1.7.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-guice/2.1.7/sisu-guice-2.1.7.pom Progress (1): 1.1 kB Progress (1): 3.8 kB Progress (1): 7.0 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 165 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-model-builder/3.0/maven-model-builder-3.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model-builder/3.0/maven-model-builder-3.0.pom Progress (1): 849 B 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 31 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-aether-provider/3.0/maven-aether-provider-3.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-aether-provider/3.0/maven-aether-provider-3.0.pom Progress (1): 823 B 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 36 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/aether/aether-api/1.7/aether-api-1.7.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-api/1.7/aether-api-1.7.pom Progress (1): 925 B 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 64 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/aether/aether-parent/1.7/aether-parent-1.7.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-parent/1.7/aether-parent-1.7.pom Progress (1): 817 B Progress (1): 2.9 kB Progress (1): 5.4 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 309 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/aether/aether-util/1.7/aether-util-1.7.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-util/1.7/aether-util-1.7.pom Progress (1): 885 B 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 86 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/aether/aether-impl/1.7/aether-impl-1.7.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-impl/1.7/aether-impl-1.7.pom Progress (1): 793 B Progress (1): 3.4 kB 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 62 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/aether/aether-spi/1.7/aether-spi-1.7.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-spi/1.7/aether-spi-1.7.pom Progress (1): 912 B 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 76 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-archiver/3.4/plexus-archiver-3.4.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-archiver/3.4/plexus-archiver-3.4.pom Progress (1): 1.3 kB Progress (1): 4.0 kB Progress (1): 5.3 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-archiver/3.4/plexus-archiver-3.4.pom (5.3 kB at 152 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-io/2.7.1/plexus-io-2.7.1.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-io/2.7.1/plexus-io-2.7.1.pom Progress (1): 1.4 kB Progress (1): 4.2 kB Progress (1): 4.9 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-io/2.7.1/plexus-io-2.7.1.pom (4.9 kB at 159 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus/3.2/plexus-3.2.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/3.2/plexus-3.2.pom Progress (1): 707 B Progress (1): 2.6 kB Progress (1): 6.1 kB Progress (1): 8.8 kB Progress (1): 13 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 605 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/spice/spice-parent/17/spice-parent-17.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/spice/spice-parent/17/spice-parent-17.pom Progress (1): 1.2 kB Progress (1): 3.4 kB Progress (1): 6.7 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 123 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/commons-io/commons-io/2.2/commons-io-2.2.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-io/commons-io/2.2/commons-io-2.2.pom Progress (1): 797 B Progress (1): 2.1 kB Progress (1): 5.6 kB Progress (1): 7.8 kB Progress (1): 10.0 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 424 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/commons/commons-parent/24/commons-parent-24.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/24/commons-parent-24.pom Progress (1): 717 B Progress (1): 1.9 kB Progress (1): 3.1 kB Progress (1): 4.7 kB Progress (1): 8.3 kB Progress (1): 12 kB Progress (1): 16 kB Progress (1): 19 kB Progress (1): 21 kB Progress (1): 24 kB Progress (1): 28 kB Progress (1): 32 kB Progress (1): 35 kB Progress (1): 37 kB Progress (1): 40 kB Progress (1): 42 kB Progress (1): 44 kB Progress (1): 47 kB Progress (1): 47 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/24/commons-parent-24.pom (47 kB at 1.4 MB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/apache/9/apache-9.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/9/apache-9.pom Progress (1): 756 B Progress (1): 2.0 kB Progress (1): 3.7 kB Progress (1): 7.1 kB Progress (1): 11 kB Progress (1): 11 kB Progress (1): 14 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 399 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/commons-io/commons-io/2.5/commons-io-2.5.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-io/commons-io/2.5/commons-io-2.5.pom Progress (1): 792 B Progress (1): 2.2 kB Progress (1): 5.4 kB Progress (1): 7.7 kB Progress (1): 9.7 kB Progress (1): 13 kB Progress (1): 13 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-io/commons-io/2.5/commons-io-2.5.pom (13 kB at 256 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/commons/commons-parent/39/commons-parent-39.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/39/commons-parent-39.pom Progress (1): 715 B Progress (1): 1.9 kB Progress (1): 3.1 kB Progress (1): 4.6 kB Progress (1): 8.0 kB Progress (1): 11 kB Progress (1): 14 kB Progress (1): 18 kB Progress (1): 21 kB Progress (1): 23 kB Progress (1): 26 kB Progress (1): 28 kB Progress (1): 32 kB Progress (1): 34 kB Progress (1): 37 kB Progress (1): 40 kB Progress (1): 45 kB Progress (1): 45 kB Progress (1): 49 kB Progress (1): 50 kB Progress (1): 53 kB Progress (1): 55 kB Progress (1): 57 kB Progress (1): 59 kB Progress (1): 61 kB Progress (1): 62 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/39/commons-parent-39.pom (62 kB at 1.0 MB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/apache/16/apache-16.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/16/apache-16.pom Progress (1): 749 B Progress (1): 2.1 kB Progress (1): 3.9 kB Progress (1): 7.6 kB Progress (1): 11 kB Progress (1): 14 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 570 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/commons/commons-compress/1.15/commons-compress-1.15.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-compress/1.15/commons-compress-1.15.pom Progress (1): 762 B Progress (1): 2.0 kB Progress (1): 4.1 kB Progress (1): 6.6 kB Progress (1): 9.2 kB Progress (1): 13 kB Progress (1): 15 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-compress/1.15/commons-compress-1.15.pom (15 kB at 491 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/commons/commons-parent/42/commons-parent-42.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/42/commons-parent-42.pom Progress (1): 706 B Progress (1): 1.9 kB Progress (1): 3.1 kB Progress (1): 4.5 kB Progress (1): 5.9 kB Progress (1): 7.5 kB Progress (1): 11 kB Progress (1): 14 kB Progress (1): 17 kB Progress (1): 20 kB Progress (1): 23 kB Progress (1): 26 kB Progress (1): 29 kB Progress (1): 31 kB Progress (1): 33 kB Progress (1): 37 kB Progress (1): 40 kB Progress (1): 43 kB Progress (1): 47 kB Progress (1): 47 kB Progress (1): 51 kB Progress (1): 52 kB Progress (1): 55 kB Progress (1): 58 kB Progress (1): 60 kB Progress (1): 62 kB Progress (1): 64 kB Progress (1): 66 kB Progress (1): 68 kB Progress (1): 68 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/42/commons-parent-42.pom (68 kB at 1.3 MB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/apache/18/apache-18.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/18/apache-18.pom Progress (1): 745 B Progress (1): 2.1 kB Progress (1): 3.9 kB Progress (1): 8.0 kB Progress (1): 12 kB Progress (1): 14 kB Progress (1): 16 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/18/apache-18.pom (16 kB at 212 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/objenesis/objenesis/2.6/objenesis-2.6.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/objenesis/objenesis/2.6/objenesis-2.6.pom Progress (1): 1.3 kB Progress (1): 2.8 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/objenesis/objenesis/2.6/objenesis-2.6.pom (2.8 kB at 111 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/objenesis/objenesis-parent/2.6/objenesis-parent-2.6.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/objenesis/objenesis-parent/2.6/objenesis-parent-2.6.pom Progress (1): 954 B Progress (1): 3.0 kB Progress (1): 4.8 kB Progress (1): 8.4 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.6/objenesis-parent-2.6.pom (17 kB at 635 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/iq80/snappy/snappy/0.4/snappy-0.4.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/iq80/snappy/snappy/0.4/snappy-0.4.pom Progress (1): 1.2 kB Progress (1): 3.7 kB Progress (1): 7.8 kB Progress (1): 8.1 kB Progress (1): 12 kB Progress (1): 15 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/iq80/snappy/snappy/0.4/snappy-0.4.pom (15 kB at 519 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/tukaani/xz/1.5/xz-1.5.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/tukaani/xz/1.5/xz-1.5.pom Progress (1): 1.1 kB 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 31 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/org.eclipse.osgi.compatibility.state/1.1.100.v20180131-1413/org.eclipse.osgi.compatibility.state-1.1.100.v20180131-1413.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.osgi.compatibility.state/1.1.100.v20180131-1413/org.eclipse.osgi.compatibility.state-1.1.100.v20180131-1413.pom Progress (1): 1.1 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.osgi.compatibility.state/1.1.100.v20180131-1413/org.eclipse.osgi.compatibility.state-1.1.100.v20180131-1413.pom (1.1 kB at 43 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/sisu-equinox-embedder/1.3.0/sisu-equinox-embedder-1.3.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/sisu-equinox-embedder/1.3.0/sisu-equinox-embedder-1.3.0.pom Progress (1): 901 B Progress (1): 1.8 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/sisu-equinox-embedder/1.3.0/sisu-equinox-embedder-1.3.0.pom (1.8 kB at 43 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/sisu-equinox/1.3.0/sisu-equinox-1.3.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/sisu-equinox/1.3.0/sisu-equinox-1.3.0.pom Progress (1): 944 B Progress (1): 1.0 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/sisu-equinox/1.3.0/sisu-equinox-1.3.0.pom (1.0 kB at 41 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/org.eclipse.osgi/3.13.0.v20180226-1711/org.eclipse.osgi-3.13.0.v20180226-1711.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.osgi/3.13.0.v20180226-1711/org.eclipse.osgi-3.13.0.v20180226-1711.pom Progress (1): 1.0 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.osgi/3.13.0.v20180226-1711/org.eclipse.osgi-3.13.0.v20180226-1711.pom (1.0 kB at 51 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/sisu-equinox-api/1.3.0/sisu-equinox-api-1.3.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/sisu-equinox-api/1.3.0/sisu-equinox-api-1.3.0.pom Progress (1): 901 B Progress (1): 1.7 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/sisu-equinox-api/1.3.0/sisu-equinox-api-1.3.0.pom (1.7 kB at 69 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/tycho-metadata-model/1.3.0/tycho-metadata-model-1.3.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-metadata-model/1.3.0/tycho-metadata-model-1.3.0.pom Progress (1): 962 B Progress (1): 1.3 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-metadata-model/1.3.0/tycho-metadata-model-1.3.0.pom (1.3 kB at 38 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/de/pdark/decentxml/1.3/decentxml-1.3.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/de/pdark/decentxml/1.3/decentxml-1.3.pom Progress (1): 948 B Progress (1): 2.9 kB Progress (1): 5.8 kB Progress (1): 6.3 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/de/pdark/decentxml/1.3/decentxml-1.3.pom (6.3 kB at 251 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/tycho-embedder-api/1.3.0/tycho-embedder-api-1.3.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-embedder-api/1.3.0/tycho-embedder-api-1.3.0.pom Progress (1): 902 B Progress (1): 2.1 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-embedder-api/1.3.0/tycho-embedder-api-1.3.0.pom (2.1 kB at 94 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/org.eclipse.tycho.embedder.shared/1.3.0/org.eclipse.tycho.embedder.shared-1.3.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.embedder.shared/1.3.0/org.eclipse.tycho.embedder.shared-1.3.0.pom Progress (1): 934 B Progress (1): 1.1 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.embedder.shared/1.3.0/org.eclipse.tycho.embedder.shared-1.3.0.pom (1.1 kB at 18 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/tycho-bundles/1.3.0/tycho-bundles-1.3.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-bundles/1.3.0/tycho-bundles-1.3.0.pom Progress (1): 880 B Progress (1): 3.0 kB Progress (1): 3.3 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-bundles/1.3.0/tycho-bundles-1.3.0.pom (3.3 kB at 131 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/org.eclipse.tycho.core.shared/1.3.0/org.eclipse.tycho.core.shared-1.3.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.core.shared/1.3.0/org.eclipse.tycho.core.shared-1.3.0.pom Progress (1): 930 B Progress (1): 1.0 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.core.shared/1.3.0/org.eclipse.tycho.core.shared-1.3.0.pom (1.0 kB at 28 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-compat/3.0/maven-compat-3.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-compat/3.0/maven-compat-3.0.pom Progress (1): 835 B Progress (1): 3.7 kB Progress (1): 4.0 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-compat/3.0/maven-compat-3.0.pom (4.0 kB at 63 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/wagon/wagon-provider-api/1.0-beta-6/wagon-provider-api-1.0-beta-6.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon-provider-api/1.0-beta-6/wagon-provider-api-1.0-beta-6.pom Progress (1): 831 B Progress (1): 1.8 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon-provider-api/1.0-beta-6/wagon-provider-api-1.0-beta-6.pom (1.8 kB at 70 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/wagon/wagon/1.0-beta-6/wagon-1.0-beta-6.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon/1.0-beta-6/wagon-1.0-beta-6.pom Progress (1): 762 B Progress (1): 2.4 kB Progress (1): 5.3 kB Progress (1): 8.6 kB Progress (1): 11 kB Progress (1): 12 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon/1.0-beta-6/wagon-1.0-beta-6.pom (12 kB at 442 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-parent/11/maven-parent-11.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/11/maven-parent-11.pom Progress (1): 733 B Progress (1): 1.9 kB Progress (1): 6.0 kB Progress (1): 6.1 kB Progress (1): 10 kB Progress (1): 11 kB Progress (1): 14 kB Progress (1): 17 kB Progress (1): 21 kB Progress (1): 22 kB Progress (1): 25 kB Progress (1): 29 kB Progress (1): 30 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 611 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/apache/5/apache-5.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/5/apache-5.pom Progress (1): 785 B Progress (1): 2.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 195 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/tycho-p2-facade/1.3.0/tycho-p2-facade-1.3.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-p2-facade/1.3.0/tycho-p2-facade-1.3.0.pom Progress (1): 891 B Progress (1): 2.1 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-p2-facade/1.3.0/tycho-p2-facade-1.3.0.pom (2.1 kB at 58 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/tycho-p2/1.3.0/tycho-p2-1.3.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-p2/1.3.0/tycho-p2-1.3.0.pom Progress (1): 930 B Progress (1): 1.1 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-p2/1.3.0/tycho-p2-1.3.0.pom (1.1 kB at 47 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/org.eclipse.tycho.p2.resolver.shared/1.3.0/org.eclipse.tycho.p2.resolver.shared-1.3.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.p2.resolver.shared/1.3.0/org.eclipse.tycho.p2.resolver.shared-1.3.0.pom Progress (1): 927 B Progress (1): 1.1 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.p2.resolver.shared/1.3.0/org.eclipse.tycho.p2.resolver.shared-1.3.0.pom (1.1 kB at 37 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/org.eclipse.tycho.p2.tools.shared/1.3.0/org.eclipse.tycho.p2.tools.shared-1.3.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.p2.tools.shared/1.3.0/org.eclipse.tycho.p2.tools.shared-1.3.0.pom Progress (1): 918 B Progress (1): 1.1 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.p2.tools.shared/1.3.0/org.eclipse.tycho.p2.tools.shared-1.3.0.pom (1.1 kB at 43 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/tycho-maven-plugin/1.3.0/tycho-maven-plugin-1.3.0.jar Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/tycho-core/1.3.0/tycho-core-1.3.0.jar Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-core/3.0/maven-core-3.0.jar Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-model/3.0/maven-model-3.0.jar Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-settings/3.0/maven-settings-3.0.jar Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-settings-builder/3.0/maven-settings-builder-3.0.jar Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-repository-metadata/3.0/maven-repository-metadata-3.0.jar Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-artifact/3.0/maven-artifact-3.0.jar Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-model-builder/3.0/maven-model-builder-3.0.jar Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-aether-provider/3.0/maven-aether-provider-3.0.jar Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/aether/aether-impl/1.7/aether-impl-1.7.jar Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/aether/aether-spi/1.7/aether-spi-1.7.jar Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/aether/aether-api/1.7/aether-api-1.7.jar Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/aether/aether-util/1.7/aether-util-1.7.jar Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/sisu/sisu-inject-plexus/1.4.2/sisu-inject-plexus-1.4.2.jar Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/sisu/sisu-inject-bean/1.4.2/sisu-inject-bean-1.4.2.jar Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/sisu/sisu-guice/2.1.7/sisu-guice-2.1.7-noaop.jar Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-interpolation/1.14/plexus-interpolation-1.14.jar Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-classworlds/2.2.3/plexus-classworlds-2.2.3.jar Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/plexus/plexus-sec-dispatcher/1.3/plexus-sec-dispatcher-1.3.jar Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/plexus/plexus-cipher/1.7/plexus-cipher-1.7.jar Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-plugin-api/3.0/maven-plugin-api-3.0.jar Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-utils/3.0.24/plexus-utils-3.0.24.jar Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-archiver/3.4/plexus-archiver-3.4.jar Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-io/2.7.1/plexus-io-2.7.1.jar Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/commons-io/commons-io/2.5/commons-io-2.5.jar Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/commons/commons-compress/1.15/commons-compress-1.15.jar Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/objenesis/objenesis/2.6/objenesis-2.6.jar Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/iq80/snappy/snappy/0.4/snappy-0.4.jar Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/tukaani/xz/1.5/xz-1.5.jar Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/org.eclipse.osgi.compatibility.state/1.1.100.v20180131-1413/org.eclipse.osgi.compatibility.state-1.1.100.v20180131-1413.jar Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/sisu-equinox-embedder/1.3.0/sisu-equinox-embedder-1.3.0.jar Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/org.eclipse.osgi/3.13.0.v20180226-1711/org.eclipse.osgi-3.13.0.v20180226-1711.jar Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/sisu-equinox-api/1.3.0/sisu-equinox-api-1.3.0.jar Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/tycho-metadata-model/1.3.0/tycho-metadata-model-1.3.0.jar Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/de/pdark/decentxml/1.3/decentxml-1.3.jar Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/tycho-embedder-api/1.3.0/tycho-embedder-api-1.3.0.jar Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/org.eclipse.tycho.embedder.shared/1.3.0/org.eclipse.tycho.embedder.shared-1.3.0.jar Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/org.eclipse.tycho.core.shared/1.3.0/org.eclipse.tycho.core.shared-1.3.0.jar Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-compat/3.0/maven-compat-3.0.jar Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/wagon/wagon-provider-api/1.0-beta-6/wagon-provider-api-1.0-beta-6.jar Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/tycho-p2-facade/1.3.0/tycho-p2-facade-1.3.0.jar Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/org.eclipse.tycho.p2.resolver.shared/1.3.0/org.eclipse.tycho.p2.resolver.shared-1.3.0.jar Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-component-annotations/1.7.1/plexus-component-annotations-1.7.1.jar Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/org.eclipse.tycho.p2.tools.shared/1.3.0/org.eclipse.tycho.p2.tools.shared-1.3.0.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-maven-plugin/1.3.0/tycho-maven-plugin-1.3.0.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-core/1.3.0/tycho-core-1.3.0.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/3.0/maven-core-3.0.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/3.0/maven-model-3.0.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/3.0/maven-settings-3.0.jar Progress (1): 4.1/202 kB Progress (2): 4.1/202 kB | 4.1/5.6 kB Progress (2): 4.1/202 kB | 5.6 kB Progress (2): 7.7/202 kB | 5.6 kB Progress (2): 12/202 kB | 5.6 kB Progress (2): 16/202 kB | 5.6 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-maven-plugin/1.3.0/tycho-maven-plugin-1.3.0.jar (5.6 kB at 63 kB/s) Progress (1): 20/202 kB Progress (1): 24/202 kB Progress (1): 28/202 kB Progress (1): 32/202 kB Progress (2): 32/202 kB | 4.1/165 kB Progress (3): 32/202 kB | 4.1/165 kB | 4.1/527 kB Progress (3): 32/202 kB | 7.7/165 kB | 4.1/527 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings-builder/3.0/maven-settings-builder-3.0.jar Progress (3): 36/202 kB | 7.7/165 kB | 4.1/527 kB Progress (3): 36/202 kB | 12/165 kB | 4.1/527 kB Progress (3): 36/202 kB | 16/165 kB | 4.1/527 kB Progress (3): 36/202 kB | 16/165 kB | 7.7/527 kB Progress (3): 36/202 kB | 16/165 kB | 12/527 kB Progress (3): 36/202 kB | 16/165 kB | 16/527 kB Progress (3): 36/202 kB | 16/165 kB | 20/527 kB Progress (3): 36/202 kB | 16/165 kB | 24/527 kB Progress (3): 36/202 kB | 16/165 kB | 28/527 kB Progress (3): 36/202 kB | 16/165 kB | 32/527 kB Progress (3): 40/202 kB | 16/165 kB | 32/527 kB Progress (3): 45/202 kB | 16/165 kB | 32/527 kB Progress (4): 45/202 kB | 16/165 kB | 32/527 kB | 4.1/38 kB Progress (4): 45/202 kB | 16/165 kB | 32/527 kB | 7.7/38 kB Progress (5): 45/202 kB | 16/165 kB | 32/527 kB | 7.7/38 kB | 4.1/47 kB Progress (5): 45/202 kB | 20/165 kB | 32/527 kB | 7.7/38 kB | 4.1/47 kB Progress (5): 45/202 kB | 20/165 kB | 32/527 kB | 7.7/38 kB | 7.7/47 kB Progress (5): 45/202 kB | 20/165 kB | 32/527 kB | 7.7/38 kB | 12/47 kB Progress (5): 45/202 kB | 20/165 kB | 32/527 kB | 7.7/38 kB | 16/47 kB Progress (5): 45/202 kB | 20/165 kB | 32/527 kB | 12/38 kB | 16/47 kB Progress (5): 45/202 kB | 20/165 kB | 36/527 kB | 12/38 kB | 16/47 kB Progress (5): 45/202 kB | 20/165 kB | 36/527 kB | 12/38 kB | 20/47 kB Progress (5): 49/202 kB | 20/165 kB | 36/527 kB | 12/38 kB | 20/47 kB Progress (5): 49/202 kB | 20/165 kB | 36/527 kB | 12/38 kB | 24/47 kB Progress (5): 49/202 kB | 20/165 kB | 36/527 kB | 12/38 kB | 28/47 kB Progress (5): 49/202 kB | 20/165 kB | 36/527 kB | 12/38 kB | 32/47 kB Progress (5): 49/202 kB | 20/165 kB | 40/527 kB | 12/38 kB | 32/47 kB Progress (5): 49/202 kB | 20/165 kB | 40/527 kB | 16/38 kB | 32/47 kB Progress (5): 49/202 kB | 24/165 kB | 40/527 kB | 16/38 kB | 32/47 kB Progress (5): 49/202 kB | 28/165 kB | 40/527 kB | 16/38 kB | 32/47 kB Progress (5): 49/202 kB | 32/165 kB | 40/527 kB | 16/38 kB | 32/47 kB Progress (5): 49/202 kB | 32/165 kB | 40/527 kB | 16/38 kB | 36/47 kB Progress (5): 49/202 kB | 32/165 kB | 40/527 kB | 16/38 kB | 40/47 kB Progress (5): 49/202 kB | 32/165 kB | 40/527 kB | 16/38 kB | 45/47 kB Progress (5): 49/202 kB | 32/165 kB | 40/527 kB | 16/38 kB | 47 kB Progress (5): 49/202 kB | 32/165 kB | 45/527 kB | 16/38 kB | 47 kB Progress (5): 53/202 kB | 32/165 kB | 45/527 kB | 16/38 kB | 47 kB Progress (5): 57/202 kB | 32/165 kB | 45/527 kB | 16/38 kB | 47 kB Progress (5): 61/202 kB | 32/165 kB | 45/527 kB | 16/38 kB | 47 kB Progress (5): 65/202 kB | 32/165 kB | 45/527 kB | 16/38 kB | 47 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 297 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/3.0/maven-repository-metadata-3.0.jar Progress (4): 65/202 kB | 32/165 kB | 49/527 kB | 16/38 kB Progress (4): 65/202 kB | 32/165 kB | 53/527 kB | 16/38 kB Progress (4): 65/202 kB | 36/165 kB | 53/527 kB | 16/38 kB Progress (4): 65/202 kB | 36/165 kB | 53/527 kB | 20/38 kB Progress (4): 65/202 kB | 40/165 kB | 53/527 kB | 20/38 kB Progress (4): 65/202 kB | 40/165 kB | 57/527 kB | 20/38 kB Progress (4): 69/202 kB | 40/165 kB | 57/527 kB | 20/38 kB Progress (4): 69/202 kB | 40/165 kB | 61/527 kB | 20/38 kB Progress (4): 69/202 kB | 45/165 kB | 61/527 kB | 20/38 kB Progress (4): 69/202 kB | 45/165 kB | 61/527 kB | 24/38 kB Progress (4): 69/202 kB | 49/165 kB | 61/527 kB | 24/38 kB Progress (4): 69/202 kB | 49/165 kB | 65/527 kB | 24/38 kB Progress (4): 69/202 kB | 53/165 kB | 65/527 kB | 24/38 kB Progress (4): 73/202 kB | 53/165 kB | 65/527 kB | 24/38 kB Progress (4): 73/202 kB | 57/165 kB | 65/527 kB | 24/38 kB Progress (4): 73/202 kB | 57/165 kB | 69/527 kB | 24/38 kB Progress (5): 73/202 kB | 57/165 kB | 69/527 kB | 24/38 kB | 4.1/30 kB Progress (5): 73/202 kB | 57/165 kB | 69/527 kB | 28/38 kB | 4.1/30 kB Progress (5): 73/202 kB | 57/165 kB | 69/527 kB | 28/38 kB | 7.7/30 kB Progress (5): 73/202 kB | 57/165 kB | 73/527 kB | 28/38 kB | 7.7/30 kB Progress (5): 73/202 kB | 61/165 kB | 73/527 kB | 28/38 kB | 7.7/30 kB Progress (5): 77/202 kB | 61/165 kB | 73/527 kB | 28/38 kB | 7.7/30 kB Progress (5): 81/202 kB | 61/165 kB | 73/527 kB | 28/38 kB | 7.7/30 kB Progress (5): 81/202 kB | 65/165 kB | 73/527 kB | 28/38 kB | 7.7/30 kB Progress (5): 81/202 kB | 69/165 kB | 73/527 kB | 28/38 kB | 7.7/30 kB Progress (5): 81/202 kB | 73/165 kB | 73/527 kB | 28/38 kB | 7.7/30 kB Progress (5): 81/202 kB | 77/165 kB | 73/527 kB | 28/38 kB | 7.7/30 kB Progress (5): 81/202 kB | 81/165 kB | 73/527 kB | 28/38 kB | 7.7/30 kB Progress (5): 81/202 kB | 81/165 kB | 77/527 kB | 28/38 kB | 7.7/30 kB Progress (5): 81/202 kB | 81/165 kB | 81/527 kB | 28/38 kB | 7.7/30 kB Progress (5): 81/202 kB | 85/165 kB | 81/527 kB | 28/38 kB | 7.7/30 kB Progress (5): 81/202 kB | 90/165 kB | 81/527 kB | 28/38 kB | 7.7/30 kB Progress (5): 81/202 kB | 94/165 kB | 81/527 kB | 28/38 kB | 7.7/30 kB Progress (5): 81/202 kB | 98/165 kB | 81/527 kB | 28/38 kB | 7.7/30 kB Progress (5): 81/202 kB | 98/165 kB | 81/527 kB | 28/38 kB | 12/30 kB Progress (5): 81/202 kB | 98/165 kB | 81/527 kB | 32/38 kB | 12/30 kB Progress (5): 81/202 kB | 102/165 kB | 81/527 kB | 32/38 kB | 12/30 kB Progress (5): 81/202 kB | 102/165 kB | 81/527 kB | 32/38 kB | 16/30 kB Progress (5): 81/202 kB | 102/165 kB | 85/527 kB | 32/38 kB | 16/30 kB Progress (5): 81/202 kB | 102/165 kB | 90/527 kB | 32/38 kB | 16/30 kB Progress (5): 81/202 kB | 102/165 kB | 94/527 kB | 32/38 kB | 16/30 kB Progress (5): 81/202 kB | 102/165 kB | 98/527 kB | 32/38 kB | 16/30 kB Progress (5): 85/202 kB | 102/165 kB | 98/527 kB | 32/38 kB | 16/30 kB Progress (5): 90/202 kB | 102/165 kB | 98/527 kB | 32/38 kB | 16/30 kB Progress (5): 94/202 kB | 102/165 kB | 98/527 kB | 32/38 kB | 16/30 kB Progress (5): 98/202 kB | 102/165 kB | 98/527 kB | 32/38 kB | 16/30 kB Progress (5): 102/202 kB | 102/165 kB | 98/527 kB | 32/38 kB | 16/30 kB Progress (5): 106/202 kB | 102/165 kB | 98/527 kB | 32/38 kB | 16/30 kB Progress (5): 110/202 kB | 102/165 kB | 98/527 kB | 32/38 kB | 16/30 kB Progress (5): 114/202 kB | 102/165 kB | 98/527 kB | 32/38 kB | 16/30 kB Progress (5): 118/202 kB | 102/165 kB | 98/527 kB | 32/38 kB | 16/30 kB Progress (5): 122/202 kB | 102/165 kB | 98/527 kB | 32/38 kB | 16/30 kB Progress (5): 126/202 kB | 102/165 kB | 98/527 kB | 32/38 kB | 16/30 kB Progress (5): 131/202 kB | 102/165 kB | 98/527 kB | 32/38 kB | 16/30 kB Progress (5): 135/202 kB | 102/165 kB | 98/527 kB | 32/38 kB | 16/30 kB Progress (5): 139/202 kB | 102/165 kB | 98/527 kB | 32/38 kB | 16/30 kB Progress (5): 143/202 kB | 102/165 kB | 98/527 kB | 32/38 kB | 16/30 kB Progress (5): 147/202 kB | 102/165 kB | 98/527 kB | 32/38 kB | 16/30 kB Progress (5): 147/202 kB | 102/165 kB | 98/527 kB | 32/38 kB | 20/30 kB Progress (5): 147/202 kB | 106/165 kB | 98/527 kB | 32/38 kB | 20/30 kB Progress (5): 147/202 kB | 106/165 kB | 98/527 kB | 36/38 kB | 20/30 kB Progress (5): 147/202 kB | 110/165 kB | 98/527 kB | 36/38 kB | 20/30 kB Progress (5): 151/202 kB | 110/165 kB | 98/527 kB | 36/38 kB | 20/30 kB Progress (5): 155/202 kB | 110/165 kB | 98/527 kB | 36/38 kB | 20/30 kB Progress (5): 159/202 kB | 110/165 kB | 98/527 kB | 36/38 kB | 20/30 kB Progress (5): 163/202 kB | 110/165 kB | 98/527 kB | 36/38 kB | 20/30 kB Progress (5): 163/202 kB | 110/165 kB | 98/527 kB | 36/38 kB | 24/30 kB Progress (5): 163/202 kB | 110/165 kB | 102/527 kB | 36/38 kB | 24/30 kB Progress (5): 163/202 kB | 110/165 kB | 106/527 kB | 36/38 kB | 24/30 kB Progress (5): 163/202 kB | 110/165 kB | 106/527 kB | 36/38 kB | 28/30 kB Progress (5): 163/202 kB | 114/165 kB | 106/527 kB | 36/38 kB | 28/30 kB Progress (5): 163/202 kB | 114/165 kB | 106/527 kB | 38 kB | 28/30 kB Progress (5): 163/202 kB | 114/165 kB | 106/527 kB | 38 kB | 30 kB Progress (5): 163/202 kB | 114/165 kB | 110/527 kB | 38 kB | 30 kB Progress (5): 167/202 kB | 114/165 kB | 110/527 kB | 38 kB | 30 kB Progress (5): 171/202 kB | 114/165 kB | 110/527 kB | 38 kB | 30 kB Progress (5): 176/202 kB | 114/165 kB | 110/527 kB | 38 kB | 30 kB Progress (5): 180/202 kB | 114/165 kB | 110/527 kB | 38 kB | 30 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings-builder/3.0/maven-settings-builder-3.0.jar (38 kB at 137 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/3.0/maven-artifact-3.0.jar Progress (4): 180/202 kB | 114/165 kB | 114/527 kB | 30 kB Progress (4): 180/202 kB | 118/165 kB | 114/527 kB | 30 kB Progress (4): 180/202 kB | 122/165 kB | 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 89 kB/s) Progress (3): 180/202 kB | 126/165 kB | 114/527 kB Progress (3): 180/202 kB | 131/165 kB | 114/527 kB Progress (3): 184/202 kB | 131/165 kB | 114/527 kB Progress (3): 188/202 kB | 131/165 kB | 114/527 kB Progress (3): 192/202 kB | 131/165 kB | 114/527 kB Progress (4): 192/202 kB | 131/165 kB | 114/527 kB | 4.1/52 kB Progress (4): 192/202 kB | 131/165 kB | 114/527 kB | 7.7/52 kB Progress (4): 192/202 kB | 131/165 kB | 118/527 kB | 7.7/52 kB Progress (4): 192/202 kB | 131/165 kB | 118/527 kB | 12/52 kB Progress (4): 196/202 kB | 131/165 kB | 118/527 kB | 12/52 kB Progress (4): 196/202 kB | 135/165 kB | 118/527 kB | 12/52 kB Progress (4): 196/202 kB | 139/165 kB | 118/527 kB | 12/52 kB Progress (4): 196/202 kB | 143/165 kB | 118/527 kB | 12/52 kB Progress (4): 196/202 kB | 147/165 kB | 118/527 kB | 12/52 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 Progress (4): 196/202 kB | 151/165 kB | 118/527 kB | 12/52 kB Progress (4): 196/202 kB | 155/165 kB | 118/527 kB | 12/52 kB Progress (4): 196/202 kB | 159/165 kB | 118/527 kB | 12/52 kB Progress (4): 196/202 kB | 163/165 kB | 118/527 kB | 12/52 kB Progress (4): 200/202 kB | 163/165 kB | 118/527 kB | 12/52 kB Progress (4): 202 kB | 163/165 kB | 118/527 kB | 12/52 kB Progress (4): 202 kB | 163/165 kB | 118/527 kB | 16/52 kB Progress (4): 202 kB | 163/165 kB | 122/527 kB | 16/52 kB Progress (4): 202 kB | 163/165 kB | 126/527 kB | 16/52 kB Progress (4): 202 kB | 165 kB | 126/527 kB | 16/52 kB Progress (4): 202 kB | 165 kB | 131/527 kB | 16/52 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-core/1.3.0/tycho-core-1.3.0.jar (202 kB at 564 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-aether-provider/3.0/maven-aether-provider-3.0.jar 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 460 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-impl/1.7/aether-impl-1.7.jar Progress (3): 131/527 kB | 16/52 kB | 4.1/51 kB Progress (3): 131/527 kB | 16/52 kB | 7.7/51 kB Progress (3): 131/527 kB | 16/52 kB | 12/51 kB Progress (3): 131/527 kB | 20/52 kB | 12/51 kB Progress (3): 131/527 kB | 20/52 kB | 16/51 kB Progress (4): 131/527 kB | 20/52 kB | 16/51 kB | 4.1/148 kB Progress (4): 131/527 kB | 20/52 kB | 16/51 kB | 7.7/148 kB Progress (4): 131/527 kB | 20/52 kB | 16/51 kB | 12/148 kB Progress (4): 131/527 kB | 20/52 kB | 16/51 kB | 16/148 kB Progress (4): 135/527 kB | 20/52 kB | 16/51 kB | 16/148 kB Progress (4): 139/527 kB | 20/52 kB | 16/51 kB | 16/148 kB Progress (4): 143/527 kB | 20/52 kB | 16/51 kB | 16/148 kB Progress (4): 147/527 kB | 20/52 kB | 16/51 kB | 16/148 kB Progress (4): 147/527 kB | 20/52 kB | 20/51 kB | 16/148 kB Progress (4): 147/527 kB | 24/52 kB | 20/51 kB | 16/148 kB Progress (4): 147/527 kB | 24/52 kB | 24/51 kB | 16/148 kB Progress (5): 147/527 kB | 24/52 kB | 24/51 kB | 16/148 kB | 4.1/106 kB Progress (5): 147/527 kB | 24/52 kB | 24/51 kB | 20/148 kB | 4.1/106 kB Progress (5): 147/527 kB | 24/52 kB | 24/51 kB | 20/148 kB | 7.7/106 kB Progress (5): 147/527 kB | 24/52 kB | 28/51 kB | 20/148 kB | 7.7/106 kB Progress (5): 147/527 kB | 24/52 kB | 32/51 kB | 20/148 kB | 7.7/106 kB Progress (5): 147/527 kB | 24/52 kB | 36/51 kB | 20/148 kB | 7.7/106 kB Progress (5): 147/527 kB | 24/52 kB | 40/51 kB | 20/148 kB | 7.7/106 kB Progress (5): 147/527 kB | 24/52 kB | 45/51 kB | 20/148 kB | 7.7/106 kB Progress (5): 147/527 kB | 28/52 kB | 45/51 kB | 20/148 kB | 7.7/106 kB Progress (5): 147/527 kB | 32/52 kB | 45/51 kB | 20/148 kB | 7.7/106 kB Progress (5): 151/527 kB | 32/52 kB | 45/51 kB | 20/148 kB | 7.7/106 kB Progress (5): 155/527 kB | 32/52 kB | 45/51 kB | 20/148 kB | 7.7/106 kB Progress (5): 159/527 kB | 32/52 kB | 45/51 kB | 20/148 kB | 7.7/106 kB Progress (5): 163/527 kB | 32/52 kB | 45/51 kB | 20/148 kB | 7.7/106 kB Progress (5): 163/527 kB | 36/52 kB | 45/51 kB | 20/148 kB | 7.7/106 kB Progress (5): 163/527 kB | 36/52 kB | 49/51 kB | 20/148 kB | 7.7/106 kB Progress (5): 167/527 kB | 36/52 kB | 49/51 kB | 20/148 kB | 7.7/106 kB Progress (5): 167/527 kB | 36/52 kB | 51 kB | 20/148 kB | 7.7/106 kB Progress (5): 167/527 kB | 36/52 kB | 51 kB | 20/148 kB | 12/106 kB Progress (5): 167/527 kB | 36/52 kB | 51 kB | 20/148 kB | 16/106 kB Progress (5): 167/527 kB | 36/52 kB | 51 kB | 24/148 kB | 16/106 kB Progress (5): 167/527 kB | 36/52 kB | 51 kB | 28/148 kB | 16/106 kB Progress (5): 167/527 kB | 36/52 kB | 51 kB | 28/148 kB | 20/106 kB Progress (5): 167/527 kB | 36/52 kB | 51 kB | 28/148 kB | 24/106 kB Progress (5): 171/527 kB | 36/52 kB | 51 kB | 28/148 kB | 24/106 kB Progress (5): 176/527 kB | 36/52 kB | 51 kB | 28/148 kB | 24/106 kB Progress (5): 180/527 kB | 36/52 kB | 51 kB | 28/148 kB | 24/106 kB Progress (5): 180/527 kB | 40/52 kB | 51 kB | 28/148 kB | 24/106 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 114 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-spi/1.7/aether-spi-1.7.jar Progress (4): 180/527 kB | 40/52 kB | 28/148 kB | 28/106 kB Progress (4): 180/527 kB | 40/52 kB | 32/148 kB | 28/106 kB Progress (4): 180/527 kB | 40/52 kB | 32/148 kB | 32/106 kB Progress (4): 180/527 kB | 40/52 kB | 36/148 kB | 32/106 kB Progress (4): 180/527 kB | 40/52 kB | 40/148 kB | 32/106 kB Progress (4): 180/527 kB | 40/52 kB | 45/148 kB | 32/106 kB Progress (4): 180/527 kB | 40/52 kB | 49/148 kB | 32/106 kB Progress (4): 180/527 kB | 40/52 kB | 53/148 kB | 32/106 kB Progress (4): 180/527 kB | 40/52 kB | 57/148 kB | 32/106 kB Progress (4): 180/527 kB | 40/52 kB | 61/148 kB | 32/106 kB Progress (4): 180/527 kB | 40/52 kB | 65/148 kB | 32/106 kB Progress (4): 184/527 kB | 40/52 kB | 65/148 kB | 32/106 kB Progress (4): 188/527 kB | 40/52 kB | 65/148 kB | 32/106 kB Progress (4): 192/527 kB | 40/52 kB | 65/148 kB | 32/106 kB Progress (4): 196/527 kB | 40/52 kB | 65/148 kB | 32/106 kB Progress (4): 200/527 kB | 40/52 kB | 65/148 kB | 32/106 kB Progress (4): 204/527 kB | 40/52 kB | 65/148 kB | 32/106 kB Progress (4): 204/527 kB | 45/52 kB | 65/148 kB | 32/106 kB Progress (4): 204/527 kB | 45/52 kB | 69/148 kB | 32/106 kB Progress (5): 204/527 kB | 45/52 kB | 69/148 kB | 32/106 kB | 4.1/14 kB Progress (5): 204/527 kB | 45/52 kB | 69/148 kB | 36/106 kB | 4.1/14 kB Progress (5): 204/527 kB | 45/52 kB | 69/148 kB | 36/106 kB | 7.7/14 kB Progress (5): 204/527 kB | 45/52 kB | 73/148 kB | 36/106 kB | 7.7/14 kB Progress (5): 208/527 kB | 45/52 kB | 73/148 kB | 36/106 kB | 7.7/14 kB Progress (5): 208/527 kB | 49/52 kB | 73/148 kB | 36/106 kB | 7.7/14 kB Progress (5): 212/527 kB | 49/52 kB | 73/148 kB | 36/106 kB | 7.7/14 kB Progress (5): 212/527 kB | 49/52 kB | 77/148 kB | 36/106 kB | 7.7/14 kB Progress (5): 212/527 kB | 49/52 kB | 77/148 kB | 36/106 kB | 12/14 kB Progress (5): 212/527 kB | 49/52 kB | 77/148 kB | 36/106 kB | 14 kB Progress (5): 212/527 kB | 49/52 kB | 77/148 kB | 40/106 kB | 14 kB Progress (5): 212/527 kB | 49/52 kB | 77/148 kB | 45/106 kB | 14 kB Progress (5): 212/527 kB | 49/52 kB | 77/148 kB | 49/106 kB | 14 kB Progress (5): 217/527 kB | 49/52 kB | 77/148 kB | 49/106 kB | 14 kB Progress (5): 217/527 kB | 49/52 kB | 81/148 kB | 49/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 29 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-api/1.7/aether-api-1.7.jar Progress (4): 217/527 kB | 52 kB | 81/148 kB | 49/106 kB Progress (4): 217/527 kB | 52 kB | 85/148 kB | 49/106 kB Progress (4): 221/527 kB | 52 kB | 85/148 kB | 49/106 kB Progress (4): 225/527 kB | 52 kB | 85/148 kB | 49/106 kB Progress (4): 229/527 kB | 52 kB | 85/148 kB | 49/106 kB Progress (5): 229/527 kB | 52 kB | 85/148 kB | 49/106 kB | 4.1/74 kB Progress (5): 229/527 kB | 52 kB | 85/148 kB | 53/106 kB | 4.1/74 kB Progress (5): 229/527 kB | 52 kB | 85/148 kB | 57/106 kB | 4.1/74 kB Progress (5): 229/527 kB | 52 kB | 85/148 kB | 61/106 kB | 4.1/74 kB Progress (5): 229/527 kB | 52 kB | 85/148 kB | 65/106 kB | 4.1/74 kB Progress (5): 229/527 kB | 52 kB | 85/148 kB | 65/106 kB | 7.7/74 kB Progress (5): 233/527 kB | 52 kB | 85/148 kB | 65/106 kB | 7.7/74 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 96 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-util/1.7/aether-util-1.7.jar Progress (4): 233/527 kB | 90/148 kB | 65/106 kB | 7.7/74 kB Progress (4): 233/527 kB | 94/148 kB | 65/106 kB | 7.7/74 kB Progress (4): 237/527 kB | 94/148 kB | 65/106 kB | 7.7/74 kB Progress (4): 237/527 kB | 94/148 kB | 69/106 kB | 7.7/74 kB Progress (4): 237/527 kB | 94/148 kB | 73/106 kB | 7.7/74 kB Progress (4): 237/527 kB | 94/148 kB | 77/106 kB | 7.7/74 kB Progress (4): 237/527 kB | 94/148 kB | 81/106 kB | 7.7/74 kB Progress (4): 237/527 kB | 94/148 kB | 81/106 kB | 12/74 kB Progress (4): 241/527 kB | 94/148 kB | 81/106 kB | 12/74 kB Progress (4): 245/527 kB | 94/148 kB | 81/106 kB | 12/74 kB Progress (4): 245/527 kB | 98/148 kB | 81/106 kB | 12/74 kB Progress (4): 249/527 kB | 98/148 kB | 81/106 kB | 12/74 kB Progress (4): 249/527 kB | 98/148 kB | 85/106 kB | 12/74 kB Progress (5): 249/527 kB | 98/148 kB | 85/106 kB | 12/74 kB | 4.1/108 kB Progress (5): 249/527 kB | 98/148 kB | 85/106 kB | 12/74 kB | 7.7/108 kB Progress (5): 249/527 kB | 98/148 kB | 85/106 kB | 16/74 kB | 7.7/108 kB Progress (5): 249/527 kB | 98/148 kB | 85/106 kB | 16/74 kB | 12/108 kB Progress (5): 249/527 kB | 98/148 kB | 85/106 kB | 16/74 kB | 16/108 kB Progress (5): 249/527 kB | 98/148 kB | 85/106 kB | 20/74 kB | 16/108 kB Progress (5): 249/527 kB | 98/148 kB | 85/106 kB | 24/74 kB | 16/108 kB Progress (5): 249/527 kB | 98/148 kB | 85/106 kB | 28/74 kB | 16/108 kB Progress (5): 249/527 kB | 98/148 kB | 90/106 kB | 28/74 kB | 16/108 kB Progress (5): 253/527 kB | 98/148 kB | 90/106 kB | 28/74 kB | 16/108 kB Progress (5): 253/527 kB | 102/148 kB | 90/106 kB | 28/74 kB | 16/108 kB Progress (5): 258/527 kB | 102/148 kB | 90/106 kB | 28/74 kB | 16/108 kB Progress (5): 258/527 kB | 102/148 kB | 94/106 kB | 28/74 kB | 16/108 kB Progress (5): 258/527 kB | 102/148 kB | 94/106 kB | 32/74 kB | 16/108 kB Progress (5): 258/527 kB | 102/148 kB | 94/106 kB | 32/74 kB | 20/108 kB Progress (5): 258/527 kB | 102/148 kB | 94/106 kB | 32/74 kB | 24/108 kB Progress (5): 258/527 kB | 102/148 kB | 94/106 kB | 36/74 kB | 24/108 kB Progress (5): 258/527 kB | 102/148 kB | 94/106 kB | 40/74 kB | 24/108 kB Progress (5): 258/527 kB | 102/148 kB | 94/106 kB | 45/74 kB | 24/108 kB Progress (5): 258/527 kB | 102/148 kB | 94/106 kB | 49/74 kB | 24/108 kB Progress (5): 258/527 kB | 102/148 kB | 98/106 kB | 49/74 kB | 24/108 kB Progress (5): 258/527 kB | 102/148 kB | 98/106 kB | 53/74 kB | 24/108 kB Progress (5): 258/527 kB | 102/148 kB | 98/106 kB | 57/74 kB | 24/108 kB Progress (5): 258/527 kB | 102/148 kB | 98/106 kB | 61/74 kB | 24/108 kB Progress (5): 258/527 kB | 102/148 kB | 98/106 kB | 65/74 kB | 24/108 kB Progress (5): 262/527 kB | 102/148 kB | 98/106 kB | 65/74 kB | 24/108 kB Progress (5): 262/527 kB | 106/148 kB | 98/106 kB | 65/74 kB | 24/108 kB Progress (5): 262/527 kB | 110/148 kB | 98/106 kB | 65/74 kB | 24/108 kB Progress (5): 262/527 kB | 114/148 kB | 98/106 kB | 65/74 kB | 24/108 kB Progress (5): 262/527 kB | 114/148 kB | 98/106 kB | 69/74 kB | 24/108 kB Progress (5): 262/527 kB | 114/148 kB | 98/106 kB | 73/74 kB | 24/108 kB Progress (5): 262/527 kB | 114/148 kB | 98/106 kB | 74 kB | 24/108 kB Progress (5): 262/527 kB | 114/148 kB | 102/106 kB | 74 kB | 24/108 kB Progress (5): 262/527 kB | 114/148 kB | 102/106 kB | 74 kB | 28/108 kB Progress (5): 262/527 kB | 114/148 kB | 106/106 kB | 74 kB | 28/108 kB Progress (5): 262/527 kB | 114/148 kB | 106 kB | 74 kB | 28/108 kB Progress (5): 262/527 kB | 118/148 kB | 106 kB | 74 kB | 28/108 kB Progress (5): 262/527 kB | 122/148 kB | 106 kB | 74 kB | 28/108 kB Progress (5): 262/527 kB | 126/148 kB | 106 kB | 74 kB | 28/108 kB Progress (5): 266/527 kB | 126/148 kB | 106 kB | 74 kB | 28/108 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-api/1.7/aether-api-1.7.jar (74 kB at 130 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-inject-plexus/1.4.2/sisu-inject-plexus-1.4.2.jar Progress (4): 266/527 kB | 131/148 kB | 106 kB | 28/108 kB Progress (4): 266/527 kB | 135/148 kB | 106 kB | 28/108 kB Progress (4): 266/527 kB | 139/148 kB | 106 kB | 28/108 kB Progress (4): 266/527 kB | 139/148 kB | 106 kB | 32/108 kB Progress (4): 266/527 kB | 143/148 kB | 106 kB | 32/108 kB Progress (4): 266/527 kB | 147/148 kB | 106 kB | 32/108 kB Progress (4): 266/527 kB | 148 kB | 106 kB | 32/108 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-impl/1.7/aether-impl-1.7.jar (106 kB at 167 kB/s) Progress (3): 270/527 kB | 148 kB | 32/108 kB Progress (3): 274/527 kB | 148 kB | 32/108 kB Progress (3): 278/527 kB | 148 kB | 32/108 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-inject-bean/1.4.2/sisu-inject-bean-1.4.2.jar Progress (3): 282/527 kB | 148 kB | 32/108 kB Progress (4): 282/527 kB | 148 kB | 32/108 kB | 4.1/202 kB Progress (4): 282/527 kB | 148 kB | 36/108 kB | 4.1/202 kB Progress (4): 282/527 kB | 148 kB | 36/108 kB | 7.7/202 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model-builder/3.0/maven-model-builder-3.0.jar (148 kB at 229 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-guice/2.1.7/sisu-guice-2.1.7-noaop.jar Progress (3): 286/527 kB | 36/108 kB | 7.7/202 kB Progress (4): 286/527 kB | 36/108 kB | 7.7/202 kB | 4.1/153 kB Progress (4): 286/527 kB | 36/108 kB | 12/202 kB | 4.1/153 kB Progress (4): 286/527 kB | 40/108 kB | 12/202 kB | 4.1/153 kB Progress (4): 286/527 kB | 40/108 kB | 16/202 kB | 4.1/153 kB Progress (4): 286/527 kB | 40/108 kB | 16/202 kB | 7.7/153 kB Progress (4): 286/527 kB | 40/108 kB | 16/202 kB | 12/153 kB Progress (4): 286/527 kB | 40/108 kB | 20/202 kB | 12/153 kB Progress (4): 290/527 kB | 40/108 kB | 20/202 kB | 12/153 kB Progress (5): 290/527 kB | 40/108 kB | 20/202 kB | 12/153 kB | 4.1/472 kB Progress (5): 290/527 kB | 40/108 kB | 24/202 kB | 12/153 kB | 4.1/472 kB Progress (5): 290/527 kB | 40/108 kB | 28/202 kB | 12/153 kB | 4.1/472 kB Progress (5): 290/527 kB | 40/108 kB | 32/202 kB | 12/153 kB | 4.1/472 kB Progress (5): 290/527 kB | 40/108 kB | 32/202 kB | 16/153 kB | 4.1/472 kB Progress (5): 290/527 kB | 45/108 kB | 32/202 kB | 16/153 kB | 4.1/472 kB Progress (5): 290/527 kB | 45/108 kB | 32/202 kB | 16/153 kB | 7.7/472 kB Progress (5): 290/527 kB | 45/108 kB | 32/202 kB | 16/153 kB | 12/472 kB Progress (5): 294/527 kB | 45/108 kB | 32/202 kB | 16/153 kB | 12/472 kB Progress (5): 294/527 kB | 45/108 kB | 32/202 kB | 16/153 kB | 16/472 kB Progress (5): 294/527 kB | 45/108 kB | 32/202 kB | 20/153 kB | 16/472 kB Progress (5): 298/527 kB | 45/108 kB | 32/202 kB | 20/153 kB | 16/472 kB Progress (5): 303/527 kB | 45/108 kB | 32/202 kB | 20/153 kB | 16/472 kB Progress (5): 307/527 kB | 45/108 kB | 32/202 kB | 20/153 kB | 16/472 kB Progress (5): 311/527 kB | 45/108 kB | 32/202 kB | 20/153 kB | 16/472 kB Progress (5): 311/527 kB | 45/108 kB | 36/202 kB | 20/153 kB | 16/472 kB Progress (5): 311/527 kB | 49/108 kB | 36/202 kB | 20/153 kB | 16/472 kB Progress (5): 311/527 kB | 49/108 kB | 40/202 kB | 20/153 kB | 16/472 kB Progress (5): 311/527 kB | 49/108 kB | 45/202 kB | 20/153 kB | 16/472 kB Progress (5): 315/527 kB | 49/108 kB | 45/202 kB | 20/153 kB | 16/472 kB Progress (5): 319/527 kB | 49/108 kB | 45/202 kB | 20/153 kB | 16/472 kB Progress (5): 323/527 kB | 49/108 kB | 45/202 kB | 20/153 kB | 16/472 kB Progress (5): 327/527 kB | 49/108 kB | 45/202 kB | 20/153 kB | 16/472 kB Progress (5): 327/527 kB | 49/108 kB | 45/202 kB | 20/153 kB | 20/472 kB Progress (5): 327/527 kB | 49/108 kB | 45/202 kB | 20/153 kB | 24/472 kB Progress (5): 327/527 kB | 49/108 kB | 45/202 kB | 20/153 kB | 28/472 kB Progress (5): 327/527 kB | 49/108 kB | 45/202 kB | 20/153 kB | 32/472 kB Progress (5): 327/527 kB | 49/108 kB | 45/202 kB | 20/153 kB | 36/472 kB Progress (5): 327/527 kB | 49/108 kB | 45/202 kB | 20/153 kB | 40/472 kB Progress (5): 327/527 kB | 49/108 kB | 45/202 kB | 20/153 kB | 45/472 kB Progress (5): 327/527 kB | 49/108 kB | 45/202 kB | 20/153 kB | 49/472 kB Progress (5): 327/527 kB | 49/108 kB | 45/202 kB | 24/153 kB | 49/472 kB Progress (5): 327/527 kB | 49/108 kB | 45/202 kB | 24/153 kB | 53/472 kB Progress (5): 327/527 kB | 49/108 kB | 45/202 kB | 24/153 kB | 57/472 kB Progress (5): 327/527 kB | 49/108 kB | 45/202 kB | 24/153 kB | 61/472 kB Progress (5): 331/527 kB | 49/108 kB | 45/202 kB | 24/153 kB | 61/472 kB Progress (5): 331/527 kB | 49/108 kB | 49/202 kB | 24/153 kB | 61/472 kB Progress (5): 331/527 kB | 53/108 kB | 49/202 kB | 24/153 kB | 61/472 kB Progress (5): 335/527 kB | 53/108 kB | 49/202 kB | 24/153 kB | 61/472 kB Progress (5): 335/527 kB | 53/108 kB | 49/202 kB | 24/153 kB | 65/472 kB Progress (5): 335/527 kB | 53/108 kB | 49/202 kB | 28/153 kB | 65/472 kB Progress (5): 335/527 kB | 53/108 kB | 49/202 kB | 32/153 kB | 65/472 kB Progress (5): 335/527 kB | 53/108 kB | 53/202 kB | 32/153 kB | 65/472 kB Progress (5): 335/527 kB | 53/108 kB | 57/202 kB | 32/153 kB | 65/472 kB Progress (5): 335/527 kB | 53/108 kB | 61/202 kB | 32/153 kB | 65/472 kB Progress (5): 335/527 kB | 53/108 kB | 65/202 kB | 32/153 kB | 65/472 kB Progress (5): 339/527 kB | 53/108 kB | 65/202 kB | 32/153 kB | 65/472 kB Progress (5): 344/527 kB | 53/108 kB | 65/202 kB | 32/153 kB | 65/472 kB Progress (5): 344/527 kB | 57/108 kB | 65/202 kB | 32/153 kB | 65/472 kB Progress (5): 344/527 kB | 57/108 kB | 69/202 kB | 32/153 kB | 65/472 kB Progress (5): 344/527 kB | 57/108 kB | 69/202 kB | 36/153 kB | 65/472 kB Progress (5): 344/527 kB | 57/108 kB | 69/202 kB | 36/153 kB | 69/472 kB Progress (5): 344/527 kB | 57/108 kB | 69/202 kB | 40/153 kB | 69/472 kB Progress (5): 344/527 kB | 57/108 kB | 69/202 kB | 45/153 kB | 69/472 kB Progress (5): 348/527 kB | 57/108 kB | 69/202 kB | 45/153 kB | 69/472 kB Progress (5): 348/527 kB | 57/108 kB | 73/202 kB | 45/153 kB | 69/472 kB Progress (5): 348/527 kB | 61/108 kB | 73/202 kB | 45/153 kB | 69/472 kB Progress (5): 348/527 kB | 61/108 kB | 77/202 kB | 45/153 kB | 69/472 kB Progress (5): 352/527 kB | 61/108 kB | 77/202 kB | 45/153 kB | 69/472 kB Progress (5): 356/527 kB | 61/108 kB | 77/202 kB | 45/153 kB | 69/472 kB Progress (5): 360/527 kB | 61/108 kB | 77/202 kB | 45/153 kB | 69/472 kB Progress (5): 360/527 kB | 61/108 kB | 77/202 kB | 49/153 kB | 69/472 kB Progress (5): 360/527 kB | 61/108 kB | 77/202 kB | 49/153 kB | 73/472 kB Progress (5): 364/527 kB | 61/108 kB | 77/202 kB | 49/153 kB | 73/472 kB Progress (5): 364/527 kB | 61/108 kB | 81/202 kB | 49/153 kB | 73/472 kB Progress (5): 364/527 kB | 65/108 kB | 81/202 kB | 49/153 kB | 73/472 kB Progress (5): 368/527 kB | 65/108 kB | 81/202 kB | 49/153 kB | 73/472 kB Progress (5): 368/527 kB | 65/108 kB | 81/202 kB | 53/153 kB | 73/472 kB Progress (5): 368/527 kB | 65/108 kB | 81/202 kB | 53/153 kB | 77/472 kB Progress (5): 368/527 kB | 65/108 kB | 81/202 kB | 57/153 kB | 77/472 kB Progress (5): 368/527 kB | 69/108 kB | 81/202 kB | 57/153 kB | 77/472 kB Progress (5): 368/527 kB | 69/108 kB | 85/202 kB | 57/153 kB | 77/472 kB Progress (5): 368/527 kB | 69/108 kB | 90/202 kB | 57/153 kB | 77/472 kB Progress (5): 372/527 kB | 69/108 kB | 90/202 kB | 57/153 kB | 77/472 kB Progress (5): 372/527 kB | 69/108 kB | 94/202 kB | 57/153 kB | 77/472 kB Progress (5): 372/527 kB | 73/108 kB | 94/202 kB | 57/153 kB | 77/472 kB Progress (5): 372/527 kB | 77/108 kB | 94/202 kB | 57/153 kB | 77/472 kB Progress (5): 372/527 kB | 81/108 kB | 94/202 kB | 57/153 kB | 77/472 kB Progress (5): 372/527 kB | 81/108 kB | 94/202 kB | 61/153 kB | 77/472 kB Progress (5): 372/527 kB | 81/108 kB | 94/202 kB | 61/153 kB | 81/472 kB Progress (5): 372/527 kB | 85/108 kB | 94/202 kB | 61/153 kB | 81/472 kB Progress (5): 372/527 kB | 90/108 kB | 94/202 kB | 61/153 kB | 81/472 kB Progress (5): 372/527 kB | 94/108 kB | 94/202 kB | 61/153 kB | 81/472 kB Progress (5): 372/527 kB | 94/108 kB | 94/202 kB | 65/153 kB | 81/472 kB Progress (5): 372/527 kB | 94/108 kB | 98/202 kB | 65/153 kB | 81/472 kB Progress (5): 376/527 kB | 94/108 kB | 98/202 kB | 65/153 kB | 81/472 kB Progress (5): 376/527 kB | 98/108 kB | 98/202 kB | 65/153 kB | 81/472 kB Progress (5): 376/527 kB | 98/108 kB | 102/202 kB | 65/153 kB | 81/472 kB Progress (5): 376/527 kB | 102/108 kB | 102/202 kB | 65/153 kB | 81/472 kB Progress (5): 376/527 kB | 106/108 kB | 102/202 kB | 65/153 kB | 81/472 kB Progress (5): 376/527 kB | 108 kB | 102/202 kB | 65/153 kB | 81/472 kB Progress (5): 376/527 kB | 108 kB | 102/202 kB | 65/153 kB | 85/472 kB Progress (5): 376/527 kB | 108 kB | 102/202 kB | 65/153 kB | 90/472 kB Progress (5): 376/527 kB | 108 kB | 102/202 kB | 65/153 kB | 94/472 kB Progress (5): 376/527 kB | 108 kB | 102/202 kB | 65/153 kB | 98/472 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 141 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.14/plexus-interpolation-1.14.jar Progress (4): 376/527 kB | 106/202 kB | 65/153 kB | 98/472 kB Progress (4): 376/527 kB | 110/202 kB | 65/153 kB | 98/472 kB Progress (4): 376/527 kB | 114/202 kB | 65/153 kB | 98/472 kB Progress (4): 376/527 kB | 118/202 kB | 65/153 kB | 98/472 kB Progress (4): 380/527 kB | 118/202 kB | 65/153 kB | 98/472 kB Progress (4): 384/527 kB | 118/202 kB | 65/153 kB | 98/472 kB Progress (4): 384/527 kB | 118/202 kB | 69/153 kB | 98/472 kB Progress (4): 389/527 kB | 118/202 kB | 69/153 kB | 98/472 kB Progress (5): 389/527 kB | 118/202 kB | 69/153 kB | 98/472 kB | 4.1/61 kB Progress (5): 389/527 kB | 122/202 kB | 69/153 kB | 98/472 kB | 4.1/61 kB Progress (5): 389/527 kB | 122/202 kB | 69/153 kB | 102/472 kB | 4.1/61 kB Progress (5): 389/527 kB | 126/202 kB | 69/153 kB | 102/472 kB | 4.1/61 kB Progress (5): 389/527 kB | 131/202 kB | 69/153 kB | 102/472 kB | 4.1/61 kB Progress (5): 389/527 kB | 131/202 kB | 69/153 kB | 102/472 kB | 7.7/61 kB Progress (5): 393/527 kB | 131/202 kB | 69/153 kB | 102/472 kB | 7.7/61 kB Progress (5): 393/527 kB | 131/202 kB | 73/153 kB | 102/472 kB | 7.7/61 kB Progress (5): 393/527 kB | 131/202 kB | 77/153 kB | 102/472 kB | 7.7/61 kB Progress (5): 397/527 kB | 131/202 kB | 77/153 kB | 102/472 kB | 7.7/61 kB Progress (5): 397/527 kB | 135/202 kB | 77/153 kB | 102/472 kB | 7.7/61 kB Progress (5): 397/527 kB | 135/202 kB | 77/153 kB | 102/472 kB | 12/61 kB Progress (5): 397/527 kB | 135/202 kB | 77/153 kB | 106/472 kB | 12/61 kB Progress (5): 397/527 kB | 135/202 kB | 77/153 kB | 110/472 kB | 12/61 kB Progress (5): 397/527 kB | 135/202 kB | 77/153 kB | 114/472 kB | 12/61 kB Progress (5): 397/527 kB | 135/202 kB | 77/153 kB | 114/472 kB | 16/61 kB Progress (5): 397/527 kB | 139/202 kB | 77/153 kB | 114/472 kB | 16/61 kB Progress (5): 401/527 kB | 139/202 kB | 77/153 kB | 114/472 kB | 16/61 kB Progress (5): 401/527 kB | 139/202 kB | 81/153 kB | 114/472 kB | 16/61 kB Progress (5): 405/527 kB | 139/202 kB | 81/153 kB | 114/472 kB | 16/61 kB Progress (5): 405/527 kB | 139/202 kB | 81/153 kB | 114/472 kB | 20/61 kB Progress (5): 405/527 kB | 139/202 kB | 85/153 kB | 114/472 kB | 20/61 kB Progress (5): 405/527 kB | 139/202 kB | 90/153 kB | 114/472 kB | 20/61 kB Progress (5): 405/527 kB | 139/202 kB | 94/153 kB | 114/472 kB | 20/61 kB Progress (5): 405/527 kB | 139/202 kB | 98/153 kB | 114/472 kB | 20/61 kB Progress (5): 405/527 kB | 143/202 kB | 98/153 kB | 114/472 kB | 20/61 kB Progress (5): 405/527 kB | 143/202 kB | 98/153 kB | 118/472 kB | 20/61 kB Progress (5): 405/527 kB | 143/202 kB | 102/153 kB | 118/472 kB | 20/61 kB Progress (5): 405/527 kB | 147/202 kB | 102/153 kB | 118/472 kB | 20/61 kB Progress (5): 405/527 kB | 147/202 kB | 102/153 kB | 118/472 kB | 24/61 kB Progress (5): 409/527 kB | 147/202 kB | 102/153 kB | 118/472 kB | 24/61 kB Progress (5): 409/527 kB | 151/202 kB | 102/153 kB | 118/472 kB | 24/61 kB Progress (5): 409/527 kB | 155/202 kB | 102/153 kB | 118/472 kB | 24/61 kB Progress (5): 409/527 kB | 159/202 kB | 102/153 kB | 118/472 kB | 24/61 kB Progress (5): 409/527 kB | 163/202 kB | 102/153 kB | 118/472 kB | 24/61 kB Progress (5): 409/527 kB | 167/202 kB | 102/153 kB | 118/472 kB | 24/61 kB Progress (5): 409/527 kB | 171/202 kB | 102/153 kB | 118/472 kB | 24/61 kB Progress (5): 409/527 kB | 176/202 kB | 102/153 kB | 118/472 kB | 24/61 kB Progress (5): 409/527 kB | 180/202 kB | 102/153 kB | 118/472 kB | 24/61 kB Progress (5): 409/527 kB | 180/202 kB | 102/153 kB | 118/472 kB | 28/61 kB Progress (5): 409/527 kB | 180/202 kB | 106/153 kB | 118/472 kB | 28/61 kB Progress (5): 409/527 kB | 180/202 kB | 110/153 kB | 118/472 kB | 28/61 kB Progress (5): 409/527 kB | 180/202 kB | 114/153 kB | 118/472 kB | 28/61 kB Progress (5): 409/527 kB | 180/202 kB | 118/153 kB | 118/472 kB | 28/61 kB Progress (5): 409/527 kB | 180/202 kB | 122/153 kB | 118/472 kB | 28/61 kB Progress (5): 409/527 kB | 180/202 kB | 126/153 kB | 118/472 kB | 28/61 kB Progress (5): 409/527 kB | 180/202 kB | 131/153 kB | 118/472 kB | 28/61 kB Progress (5): 409/527 kB | 180/202 kB | 135/153 kB | 118/472 kB | 28/61 kB Progress (5): 409/527 kB | 180/202 kB | 139/153 kB | 118/472 kB | 28/61 kB Progress (5): 409/527 kB | 180/202 kB | 143/153 kB | 118/472 kB | 28/61 kB Progress (5): 409/527 kB | 180/202 kB | 147/153 kB | 118/472 kB | 28/61 kB Progress (5): 409/527 kB | 180/202 kB | 147/153 kB | 122/472 kB | 28/61 kB Progress (5): 409/527 kB | 180/202 kB | 151/153 kB | 122/472 kB | 28/61 kB Progress (5): 409/527 kB | 184/202 kB | 151/153 kB | 122/472 kB | 28/61 kB Progress (5): 409/527 kB | 184/202 kB | 151/153 kB | 122/472 kB | 32/61 kB Progress (5): 413/527 kB | 184/202 kB | 151/153 kB | 122/472 kB | 32/61 kB Progress (5): 413/527 kB | 188/202 kB | 151/153 kB | 122/472 kB | 32/61 kB Progress (5): 413/527 kB | 188/202 kB | 153 kB | 122/472 kB | 32/61 kB Progress (5): 413/527 kB | 188/202 kB | 153 kB | 126/472 kB | 32/61 kB Progress (5): 413/527 kB | 188/202 kB | 153 kB | 126/472 kB | 36/61 kB Progress (5): 413/527 kB | 192/202 kB | 153 kB | 126/472 kB | 36/61 kB Progress (5): 413/527 kB | 196/202 kB | 153 kB | 126/472 kB | 36/61 kB Progress (5): 413/527 kB | 200/202 kB | 153 kB | 126/472 kB | 36/61 kB Progress (5): 417/527 kB | 200/202 kB | 153 kB | 126/472 kB | 36/61 kB Progress (5): 417/527 kB | 202 kB | 153 kB | 126/472 kB | 36/61 kB Progress (5): 417/527 kB | 202 kB | 153 kB | 126/472 kB | 40/61 kB Progress (5): 417/527 kB | 202 kB | 153 kB | 131/472 kB | 40/61 kB Progress (5): 417/527 kB | 202 kB | 153 kB | 131/472 kB | 45/61 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 175 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-classworlds/2.2.3/plexus-classworlds-2.2.3.jar Progress (4): 421/527 kB | 202 kB | 131/472 kB | 45/61 kB Progress (4): 425/527 kB | 202 kB | 131/472 kB | 45/61 kB Progress (4): 430/527 kB | 202 kB | 131/472 kB | 45/61 kB Progress (4): 434/527 kB | 202 kB | 131/472 kB | 45/61 kB Progress (4): 438/527 kB | 202 kB | 131/472 kB | 45/61 kB Progress (4): 442/527 kB | 202 kB | 131/472 kB | 45/61 kB Progress (4): 442/527 kB | 202 kB | 135/472 kB | 45/61 kB Progress (4): 442/527 kB | 202 kB | 139/472 kB | 45/61 kB Progress (4): 442/527 kB | 202 kB | 139/472 kB | 49/61 kB Progress (4): 446/527 kB | 202 kB | 139/472 kB | 49/61 kB Progress (4): 450/527 kB | 202 kB | 139/472 kB | 49/61 kB Progress (4): 450/527 kB | 202 kB | 143/472 kB | 49/61 kB Progress (4): 450/527 kB | 202 kB | 147/472 kB | 49/61 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 214 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plexus/plexus-sec-dispatcher/1.3/plexus-sec-dispatcher-1.3.jar Progress (4): 450/527 kB | 147/472 kB | 49/61 kB | 4.1/46 kB Progress (4): 450/527 kB | 147/472 kB | 49/61 kB | 7.7/46 kB Progress (4): 450/527 kB | 147/472 kB | 53/61 kB | 7.7/46 kB Progress (4): 454/527 kB | 147/472 kB | 53/61 kB | 7.7/46 kB Progress (4): 458/527 kB | 147/472 kB | 53/61 kB | 7.7/46 kB Progress (4): 458/527 kB | 147/472 kB | 57/61 kB | 7.7/46 kB Progress (4): 458/527 kB | 147/472 kB | 61/61 kB | 7.7/46 kB Progress (4): 458/527 kB | 147/472 kB | 61 kB | 7.7/46 kB Progress (4): 458/527 kB | 147/472 kB | 61 kB | 12/46 kB Progress (4): 458/527 kB | 147/472 kB | 61 kB | 16/46 kB Progress (4): 458/527 kB | 151/472 kB | 61 kB | 16/46 kB Progress (5): 458/527 kB | 151/472 kB | 61 kB | 16/46 kB | 4.1/29 kB Progress (5): 462/527 kB | 151/472 kB | 61 kB | 16/46 kB | 4.1/29 kB Progress (5): 462/527 kB | 151/472 kB | 61 kB | 16/46 kB | 7.7/29 kB Progress (5): 462/527 kB | 151/472 kB | 61 kB | 16/46 kB | 12/29 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.14/plexus-interpolation-1.14.jar (61 kB at 64 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plexus/plexus-cipher/1.7/plexus-cipher-1.7.jar Progress (4): 462/527 kB | 151/472 kB | 20/46 kB | 12/29 kB Progress (4): 462/527 kB | 151/472 kB | 24/46 kB | 12/29 kB Progress (4): 462/527 kB | 155/472 kB | 24/46 kB | 12/29 kB Progress (4): 462/527 kB | 155/472 kB | 28/46 kB | 12/29 kB Progress (4): 462/527 kB | 155/472 kB | 28/46 kB | 16/29 kB Progress (4): 466/527 kB | 155/472 kB | 28/46 kB | 16/29 kB Progress (4): 466/527 kB | 155/472 kB | 32/46 kB | 16/29 kB Progress (4): 466/527 kB | 159/472 kB | 32/46 kB | 16/29 kB Progress (5): 466/527 kB | 159/472 kB | 32/46 kB | 16/29 kB | 4.1/13 kB Progress (5): 466/527 kB | 159/472 kB | 32/46 kB | 20/29 kB | 4.1/13 kB Progress (5): 471/527 kB | 159/472 kB | 32/46 kB | 20/29 kB | 4.1/13 kB Progress (5): 471/527 kB | 159/472 kB | 32/46 kB | 24/29 kB | 4.1/13 kB Progress (5): 471/527 kB | 159/472 kB | 32/46 kB | 24/29 kB | 7.7/13 kB Progress (5): 471/527 kB | 159/472 kB | 36/46 kB | 24/29 kB | 7.7/13 kB Progress (5): 471/527 kB | 163/472 kB | 36/46 kB | 24/29 kB | 7.7/13 kB Progress (5): 471/527 kB | 163/472 kB | 40/46 kB | 24/29 kB | 7.7/13 kB Progress (5): 471/527 kB | 163/472 kB | 45/46 kB | 24/29 kB | 7.7/13 kB Progress (5): 471/527 kB | 163/472 kB | 46 kB | 24/29 kB | 7.7/13 kB Progress (5): 471/527 kB | 167/472 kB | 46 kB | 24/29 kB | 7.7/13 kB Progress (5): 471/527 kB | 171/472 kB | 46 kB | 24/29 kB | 7.7/13 kB Progress (5): 471/527 kB | 176/472 kB | 46 kB | 24/29 kB | 7.7/13 kB Progress (5): 471/527 kB | 180/472 kB | 46 kB | 24/29 kB | 7.7/13 kB Progress (5): 471/527 kB | 180/472 kB | 46 kB | 24/29 kB | 12/13 kB Progress (5): 471/527 kB | 180/472 kB | 46 kB | 24/29 kB | 13 kB Progress (5): 471/527 kB | 180/472 kB | 46 kB | 28/29 kB | 13 kB Progress (5): 471/527 kB | 184/472 kB | 46 kB | 28/29 kB | 13 kB Progress (5): 471/527 kB | 188/472 kB | 46 kB | 28/29 kB | 13 kB Progress (5): 471/527 kB | 192/472 kB | 46 kB | 28/29 kB | 13 kB Progress (5): 471/527 kB | 196/472 kB | 46 kB | 28/29 kB | 13 kB Progress (5): 475/527 kB | 196/472 kB | 46 kB | 28/29 kB | 13 kB Progress (5): 475/527 kB | 196/472 kB | 46 kB | 29 kB | 13 kB Progress (5): 475/527 kB | 200/472 kB | 46 kB | 29 kB | 13 kB Progress (5): 475/527 kB | 204/472 kB | 46 kB | 29 kB | 13 kB Progress (5): 475/527 kB | 208/472 kB | 46 kB | 29 kB | 13 kB Progress (5): 475/527 kB | 212/472 kB | 46 kB | 29 kB | 13 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plexus/plexus-sec-dispatcher/1.3/plexus-sec-dispatcher-1.3.jar (29 kB at 29 kB/s) 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 47 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.24/plexus-utils-3.0.24.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/3.0/maven-plugin-api-3.0.jar Progress (3): 475/527 kB | 217/472 kB | 13 kB Progress (3): 475/527 kB | 221/472 kB | 13 kB Progress (3): 475/527 kB | 225/472 kB | 13 kB Progress (3): 475/527 kB | 229/472 kB | 13 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plexus/plexus-cipher/1.7/plexus-cipher-1.7.jar (13 kB at 13 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-archiver/3.4/plexus-archiver-3.4.jar Progress (2): 479/527 kB | 229/472 kB Progress (2): 479/527 kB | 233/472 kB Progress (3): 479/527 kB | 233/472 kB | 4.1/49 kB Progress (4): 479/527 kB | 233/472 kB | 4.1/49 kB | 4.1/247 kB Progress (4): 479/527 kB | 233/472 kB | 7.7/49 kB | 4.1/247 kB Progress (4): 479/527 kB | 237/472 kB | 7.7/49 kB | 4.1/247 kB Progress (4): 483/527 kB | 237/472 kB | 7.7/49 kB | 4.1/247 kB Progress (4): 483/527 kB | 241/472 kB | 7.7/49 kB | 4.1/247 kB Progress (4): 483/527 kB | 241/472 kB | 12/49 kB | 4.1/247 kB Progress (4): 483/527 kB | 241/472 kB | 16/49 kB | 4.1/247 kB Progress (4): 483/527 kB | 241/472 kB | 16/49 kB | 7.7/247 kB Progress (5): 483/527 kB | 241/472 kB | 16/49 kB | 7.7/247 kB | 4.1/187 kB Progress (5): 483/527 kB | 245/472 kB | 16/49 kB | 7.7/247 kB | 4.1/187 kB Progress (5): 487/527 kB | 245/472 kB | 16/49 kB | 7.7/247 kB | 4.1/187 kB Progress (5): 487/527 kB | 245/472 kB | 20/49 kB | 7.7/247 kB | 4.1/187 kB Progress (5): 487/527 kB | 249/472 kB | 20/49 kB | 7.7/247 kB | 4.1/187 kB Progress (5): 487/527 kB | 249/472 kB | 20/49 kB | 7.7/247 kB | 7.7/187 kB Progress (5): 487/527 kB | 249/472 kB | 20/49 kB | 7.7/247 kB | 12/187 kB Progress (5): 487/527 kB | 249/472 kB | 20/49 kB | 12/247 kB | 12/187 kB Progress (5): 487/527 kB | 249/472 kB | 20/49 kB | 16/247 kB | 12/187 kB Progress (5): 487/527 kB | 249/472 kB | 20/49 kB | 16/247 kB | 16/187 kB Progress (5): 487/527 kB | 253/472 kB | 20/49 kB | 16/247 kB | 16/187 kB Progress (5): 487/527 kB | 258/472 kB | 20/49 kB | 16/247 kB | 16/187 kB Progress (5): 487/527 kB | 262/472 kB | 20/49 kB | 16/247 kB | 16/187 kB Progress (5): 487/527 kB | 262/472 kB | 24/49 kB | 16/247 kB | 16/187 kB Progress (5): 491/527 kB | 262/472 kB | 24/49 kB | 16/247 kB | 16/187 kB Progress (5): 491/527 kB | 262/472 kB | 28/49 kB | 16/247 kB | 16/187 kB Progress (5): 491/527 kB | 262/472 kB | 28/49 kB | 16/247 kB | 20/187 kB Progress (5): 491/527 kB | 262/472 kB | 28/49 kB | 20/247 kB | 20/187 kB Progress (5): 491/527 kB | 262/472 kB | 28/49 kB | 24/247 kB | 20/187 kB Progress (5): 495/527 kB | 262/472 kB | 28/49 kB | 24/247 kB | 20/187 kB Progress (5): 495/527 kB | 262/472 kB | 28/49 kB | 24/247 kB | 24/187 kB Progress (5): 495/527 kB | 262/472 kB | 32/49 kB | 24/247 kB | 24/187 kB Progress (5): 495/527 kB | 266/472 kB | 32/49 kB | 24/247 kB | 24/187 kB Progress (5): 495/527 kB | 266/472 kB | 32/49 kB | 24/247 kB | 28/187 kB Progress (5): 499/527 kB | 266/472 kB | 32/49 kB | 24/247 kB | 28/187 kB Progress (5): 503/527 kB | 266/472 kB | 32/49 kB | 24/247 kB | 28/187 kB Progress (5): 507/527 kB | 266/472 kB | 32/49 kB | 24/247 kB | 28/187 kB Progress (5): 511/527 kB | 266/472 kB | 32/49 kB | 24/247 kB | 28/187 kB Progress (5): 516/527 kB | 266/472 kB | 32/49 kB | 24/247 kB | 28/187 kB Progress (5): 520/527 kB | 266/472 kB | 32/49 kB | 24/247 kB | 28/187 kB Progress (5): 524/527 kB | 266/472 kB | 32/49 kB | 24/247 kB | 28/187 kB Progress (5): 527 kB | 266/472 kB | 32/49 kB | 24/247 kB | 28/187 kB Progress (5): 527 kB | 266/472 kB | 32/49 kB | 28/247 kB | 28/187 kB Progress (5): 527 kB | 266/472 kB | 36/49 kB | 28/247 kB | 28/187 kB Progress (5): 527 kB | 266/472 kB | 36/49 kB | 28/247 kB | 32/187 kB Progress (5): 527 kB | 270/472 kB | 36/49 kB | 28/247 kB | 32/187 kB Progress (5): 527 kB | 274/472 kB | 36/49 kB | 28/247 kB | 32/187 kB Progress (5): 527 kB | 278/472 kB | 36/49 kB | 28/247 kB | 32/187 kB Progress (5): 527 kB | 278/472 kB | 40/49 kB | 28/247 kB | 32/187 kB Progress (5): 527 kB | 278/472 kB | 45/49 kB | 28/247 kB | 32/187 kB Progress (5): 527 kB | 278/472 kB | 49/49 kB | 28/247 kB | 32/187 kB Progress (5): 527 kB | 278/472 kB | 49/49 kB | 32/247 kB | 32/187 kB Progress (5): 527 kB | 278/472 kB | 49 kB | 32/247 kB | 32/187 kB Progress (5): 527 kB | 282/472 kB | 49 kB | 32/247 kB | 32/187 kB Progress (5): 527 kB | 282/472 kB | 49 kB | 36/247 kB | 32/187 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 491 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-io/2.7.1/plexus-io-2.7.1.jar Progress (4): 282/472 kB | 49 kB | 36/247 kB | 36/187 kB Progress (4): 282/472 kB | 49 kB | 40/247 kB | 36/187 kB Progress (4): 282/472 kB | 49 kB | 45/247 kB | 36/187 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/3.0/maven-plugin-api-3.0.jar (49 kB at 46 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-io/commons-io/2.5/commons-io-2.5.jar Progress (4): 282/472 kB | 45/247 kB | 36/187 kB | 4.1/86 kB Progress (4): 282/472 kB | 45/247 kB | 36/187 kB | 7.7/86 kB Progress (4): 286/472 kB | 45/247 kB | 36/187 kB | 7.7/86 kB Progress (4): 286/472 kB | 45/247 kB | 36/187 kB | 12/86 kB Progress (4): 286/472 kB | 49/247 kB | 36/187 kB | 12/86 kB Progress (4): 286/472 kB | 49/247 kB | 40/187 kB | 12/86 kB Progress (5): 286/472 kB | 49/247 kB | 40/187 kB | 12/86 kB | 4.1/209 kB Progress (5): 286/472 kB | 53/247 kB | 40/187 kB | 12/86 kB | 4.1/209 kB Progress (5): 286/472 kB | 57/247 kB | 40/187 kB | 12/86 kB | 4.1/209 kB Progress (5): 286/472 kB | 61/247 kB | 40/187 kB | 12/86 kB | 4.1/209 kB Progress (5): 286/472 kB | 61/247 kB | 40/187 kB | 16/86 kB | 4.1/209 kB Progress (5): 290/472 kB | 61/247 kB | 40/187 kB | 16/86 kB | 4.1/209 kB Progress (5): 294/472 kB | 61/247 kB | 40/187 kB | 16/86 kB | 4.1/209 kB Progress (5): 294/472 kB | 65/247 kB | 40/187 kB | 16/86 kB | 4.1/209 kB Progress (5): 294/472 kB | 65/247 kB | 40/187 kB | 20/86 kB | 4.1/209 kB Progress (5): 294/472 kB | 65/247 kB | 40/187 kB | 24/86 kB | 4.1/209 kB Progress (5): 294/472 kB | 65/247 kB | 40/187 kB | 28/86 kB | 4.1/209 kB Progress (5): 294/472 kB | 65/247 kB | 40/187 kB | 32/86 kB | 4.1/209 kB Progress (5): 294/472 kB | 65/247 kB | 40/187 kB | 32/86 kB | 7.7/209 kB Progress (5): 294/472 kB | 65/247 kB | 45/187 kB | 32/86 kB | 7.7/209 kB Progress (5): 294/472 kB | 65/247 kB | 49/187 kB | 32/86 kB | 7.7/209 kB Progress (5): 294/472 kB | 65/247 kB | 49/187 kB | 32/86 kB | 12/209 kB Progress (5): 294/472 kB | 65/247 kB | 49/187 kB | 32/86 kB | 16/209 kB Progress (5): 294/472 kB | 65/247 kB | 53/187 kB | 32/86 kB | 16/209 kB Progress (5): 294/472 kB | 65/247 kB | 57/187 kB | 32/86 kB | 16/209 kB Progress (5): 294/472 kB | 65/247 kB | 61/187 kB | 32/86 kB | 16/209 kB Progress (5): 294/472 kB | 65/247 kB | 65/187 kB | 32/86 kB | 16/209 kB Progress (5): 294/472 kB | 69/247 kB | 65/187 kB | 32/86 kB | 16/209 kB Progress (5): 294/472 kB | 73/247 kB | 65/187 kB | 32/86 kB | 16/209 kB Progress (5): 298/472 kB | 73/247 kB | 65/187 kB | 32/86 kB | 16/209 kB Progress (5): 303/472 kB | 73/247 kB | 65/187 kB | 32/86 kB | 16/209 kB Progress (5): 307/472 kB | 73/247 kB | 65/187 kB | 32/86 kB | 16/209 kB Progress (5): 311/472 kB | 73/247 kB | 65/187 kB | 32/86 kB | 16/209 kB Progress (5): 315/472 kB | 73/247 kB | 65/187 kB | 32/86 kB | 16/209 kB Progress (5): 319/472 kB | 73/247 kB | 65/187 kB | 32/86 kB | 16/209 kB Progress (5): 323/472 kB | 73/247 kB | 65/187 kB | 32/86 kB | 16/209 kB Progress (5): 327/472 kB | 73/247 kB | 65/187 kB | 32/86 kB | 16/209 kB Progress (5): 327/472 kB | 77/247 kB | 65/187 kB | 32/86 kB | 16/209 kB Progress (5): 327/472 kB | 81/247 kB | 65/187 kB | 32/86 kB | 16/209 kB Progress (5): 331/472 kB | 81/247 kB | 65/187 kB | 32/86 kB | 16/209 kB Progress (5): 335/472 kB | 81/247 kB | 65/187 kB | 32/86 kB | 16/209 kB Progress (5): 335/472 kB | 81/247 kB | 69/187 kB | 32/86 kB | 16/209 kB Progress (5): 335/472 kB | 81/247 kB | 69/187 kB | 32/86 kB | 20/209 kB Progress (5): 335/472 kB | 81/247 kB | 69/187 kB | 36/86 kB | 20/209 kB Progress (5): 335/472 kB | 81/247 kB | 69/187 kB | 36/86 kB | 24/209 kB Progress (5): 335/472 kB | 81/247 kB | 73/187 kB | 36/86 kB | 24/209 kB Progress (5): 339/472 kB | 81/247 kB | 73/187 kB | 36/86 kB | 24/209 kB Progress (5): 339/472 kB | 85/247 kB | 73/187 kB | 36/86 kB | 24/209 kB Progress (5): 344/472 kB | 85/247 kB | 73/187 kB | 36/86 kB | 24/209 kB Progress (5): 344/472 kB | 85/247 kB | 77/187 kB | 36/86 kB | 24/209 kB Progress (5): 344/472 kB | 85/247 kB | 81/187 kB | 36/86 kB | 24/209 kB Progress (5): 344/472 kB | 85/247 kB | 81/187 kB | 36/86 kB | 28/209 kB Progress (5): 344/472 kB | 85/247 kB | 81/187 kB | 40/86 kB | 28/209 kB Progress (5): 344/472 kB | 85/247 kB | 81/187 kB | 45/86 kB | 28/209 kB Progress (5): 344/472 kB | 85/247 kB | 81/187 kB | 49/86 kB | 28/209 kB Progress (5): 344/472 kB | 85/247 kB | 81/187 kB | 49/86 kB | 32/209 kB Progress (5): 344/472 kB | 85/247 kB | 81/187 kB | 53/86 kB | 32/209 kB Progress (5): 344/472 kB | 85/247 kB | 81/187 kB | 53/86 kB | 36/209 kB Progress (5): 344/472 kB | 85/247 kB | 81/187 kB | 53/86 kB | 40/209 kB Progress (5): 344/472 kB | 85/247 kB | 81/187 kB | 53/86 kB | 45/209 kB Progress (5): 344/472 kB | 85/247 kB | 81/187 kB | 53/86 kB | 49/209 kB Progress (5): 344/472 kB | 85/247 kB | 81/187 kB | 53/86 kB | 53/209 kB Progress (5): 344/472 kB | 85/247 kB | 81/187 kB | 53/86 kB | 57/209 kB Progress (5): 344/472 kB | 85/247 kB | 81/187 kB | 53/86 kB | 61/209 kB Progress (5): 344/472 kB | 85/247 kB | 81/187 kB | 53/86 kB | 65/209 kB Progress (5): 348/472 kB | 85/247 kB | 81/187 kB | 53/86 kB | 65/209 kB Progress (5): 348/472 kB | 90/247 kB | 81/187 kB | 53/86 kB | 65/209 kB Progress (5): 352/472 kB | 90/247 kB | 81/187 kB | 53/86 kB | 65/209 kB Progress (5): 356/472 kB | 90/247 kB | 81/187 kB | 53/86 kB | 65/209 kB Progress (5): 360/472 kB | 90/247 kB | 81/187 kB | 53/86 kB | 65/209 kB Progress (5): 360/472 kB | 90/247 kB | 81/187 kB | 57/86 kB | 65/209 kB Progress (5): 360/472 kB | 90/247 kB | 85/187 kB | 57/86 kB | 65/209 kB Progress (5): 360/472 kB | 90/247 kB | 85/187 kB | 61/86 kB | 65/209 kB Progress (5): 360/472 kB | 90/247 kB | 85/187 kB | 65/86 kB | 65/209 kB Progress (5): 360/472 kB | 90/247 kB | 85/187 kB | 69/86 kB | 65/209 kB Progress (5): 360/472 kB | 90/247 kB | 85/187 kB | 73/86 kB | 65/209 kB Progress (5): 360/472 kB | 90/247 kB | 85/187 kB | 77/86 kB | 65/209 kB Progress (5): 360/472 kB | 90/247 kB | 85/187 kB | 81/86 kB | 65/209 kB Progress (5): 360/472 kB | 90/247 kB | 85/187 kB | 81/86 kB | 69/209 kB Progress (5): 360/472 kB | 94/247 kB | 85/187 kB | 81/86 kB | 69/209 kB Progress (5): 360/472 kB | 94/247 kB | 85/187 kB | 81/86 kB | 73/209 kB Progress (5): 360/472 kB | 94/247 kB | 85/187 kB | 85/86 kB | 73/209 kB Progress (5): 360/472 kB | 94/247 kB | 85/187 kB | 86 kB | 73/209 kB Progress (5): 364/472 kB | 94/247 kB | 85/187 kB | 86 kB | 73/209 kB Progress (5): 368/472 kB | 94/247 kB | 85/187 kB | 86 kB | 73/209 kB Progress (5): 372/472 kB | 94/247 kB | 85/187 kB | 86 kB | 73/209 kB Progress (5): 372/472 kB | 94/247 kB | 90/187 kB | 86 kB | 73/209 kB Progress (5): 372/472 kB | 94/247 kB | 94/187 kB | 86 kB | 73/209 kB Progress (5): 372/472 kB | 94/247 kB | 98/187 kB | 86 kB | 73/209 kB Progress (5): 376/472 kB | 94/247 kB | 98/187 kB | 86 kB | 73/209 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-io/2.7.1/plexus-io-2.7.1.jar (86 kB at 69 kB/s) Progress (4): 380/472 kB | 94/247 kB | 98/187 kB | 73/209 kB Progress (4): 384/472 kB | 94/247 kB | 98/187 kB | 73/209 kB Progress (4): 389/472 kB | 94/247 kB | 98/187 kB | 73/209 kB Progress (4): 393/472 kB | 94/247 kB | 98/187 kB | 73/209 kB Progress (4): 393/472 kB | 94/247 kB | 98/187 kB | 77/209 kB Progress (4): 393/472 kB | 94/247 kB | 98/187 kB | 81/209 kB Progress (4): 393/472 kB | 98/247 kB | 98/187 kB | 81/209 kB Progress (4): 397/472 kB | 98/247 kB | 98/187 kB | 81/209 kB Progress (4): 401/472 kB | 98/247 kB | 98/187 kB | 81/209 kB Progress (4): 405/472 kB | 98/247 kB | 98/187 kB | 81/209 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-compress/1.15/commons-compress-1.15.jar Progress (4): 405/472 kB | 98/247 kB | 102/187 kB | 81/209 kB Progress (4): 405/472 kB | 98/247 kB | 106/187 kB | 81/209 kB Progress (4): 405/472 kB | 98/247 kB | 110/187 kB | 81/209 kB Progress (4): 405/472 kB | 98/247 kB | 114/187 kB | 81/209 kB Progress (4): 409/472 kB | 98/247 kB | 114/187 kB | 81/209 kB Progress (4): 409/472 kB | 102/247 kB | 114/187 kB | 81/209 kB Progress (4): 409/472 kB | 102/247 kB | 114/187 kB | 85/209 kB Progress (4): 409/472 kB | 106/247 kB | 114/187 kB | 85/209 kB Progress (4): 409/472 kB | 106/247 kB | 118/187 kB | 85/209 kB Progress (4): 409/472 kB | 106/247 kB | 122/187 kB | 85/209 kB Progress (4): 409/472 kB | 106/247 kB | 126/187 kB | 85/209 kB Progress (5): 409/472 kB | 106/247 kB | 126/187 kB | 85/209 kB | 4.1/532 kB Progress (5): 409/472 kB | 110/247 kB | 126/187 kB | 85/209 kB | 4.1/532 kB Progress (5): 413/472 kB | 110/247 kB | 126/187 kB | 85/209 kB | 4.1/532 kB Progress (5): 413/472 kB | 110/247 kB | 126/187 kB | 90/209 kB | 4.1/532 kB Progress (5): 417/472 kB | 110/247 kB | 126/187 kB | 90/209 kB | 4.1/532 kB Progress (5): 417/472 kB | 114/247 kB | 126/187 kB | 90/209 kB | 4.1/532 kB Progress (5): 417/472 kB | 114/247 kB | 126/187 kB | 90/209 kB | 7.7/532 kB Progress (5): 417/472 kB | 114/247 kB | 126/187 kB | 90/209 kB | 12/532 kB Progress (5): 417/472 kB | 114/247 kB | 126/187 kB | 90/209 kB | 16/532 kB Progress (5): 417/472 kB | 114/247 kB | 131/187 kB | 90/209 kB | 16/532 kB Progress (5): 417/472 kB | 118/247 kB | 131/187 kB | 90/209 kB | 16/532 kB Progress (5): 417/472 kB | 118/247 kB | 131/187 kB | 90/209 kB | 20/532 kB Progress (5): 417/472 kB | 118/247 kB | 131/187 kB | 90/209 kB | 24/532 kB Progress (5): 417/472 kB | 118/247 kB | 131/187 kB | 90/209 kB | 28/532 kB Progress (5): 421/472 kB | 118/247 kB | 131/187 kB | 90/209 kB | 28/532 kB Progress (5): 421/472 kB | 118/247 kB | 131/187 kB | 94/209 kB | 28/532 kB Progress (5): 421/472 kB | 118/247 kB | 131/187 kB | 98/209 kB | 28/532 kB Progress (5): 425/472 kB | 118/247 kB | 131/187 kB | 98/209 kB | 28/532 kB Progress (5): 425/472 kB | 118/247 kB | 131/187 kB | 98/209 kB | 32/532 kB Progress (5): 425/472 kB | 118/247 kB | 131/187 kB | 102/209 kB | 32/532 kB Progress (5): 425/472 kB | 118/247 kB | 131/187 kB | 106/209 kB | 32/532 kB Progress (5): 425/472 kB | 118/247 kB | 131/187 kB | 110/209 kB | 32/532 kB Progress (5): 425/472 kB | 118/247 kB | 131/187 kB | 114/209 kB | 32/532 kB Progress (5): 425/472 kB | 118/247 kB | 135/187 kB | 114/209 kB | 32/532 kB Progress (5): 425/472 kB | 122/247 kB | 135/187 kB | 114/209 kB | 32/532 kB Progress (5): 425/472 kB | 122/247 kB | 139/187 kB | 114/209 kB | 32/532 kB Progress (5): 425/472 kB | 122/247 kB | 143/187 kB | 114/209 kB | 32/532 kB Progress (5): 425/472 kB | 122/247 kB | 143/187 kB | 114/209 kB | 36/532 kB Progress (5): 425/472 kB | 122/247 kB | 143/187 kB | 114/209 kB | 40/532 kB Progress (5): 425/472 kB | 122/247 kB | 143/187 kB | 114/209 kB | 45/532 kB Progress (5): 430/472 kB | 122/247 kB | 143/187 kB | 114/209 kB | 45/532 kB Progress (5): 430/472 kB | 122/247 kB | 143/187 kB | 114/209 kB | 49/532 kB Progress (5): 430/472 kB | 122/247 kB | 147/187 kB | 114/209 kB | 49/532 kB Progress (5): 430/472 kB | 122/247 kB | 147/187 kB | 118/209 kB | 49/532 kB Progress (5): 430/472 kB | 126/247 kB | 147/187 kB | 118/209 kB | 49/532 kB Progress (5): 430/472 kB | 131/247 kB | 147/187 kB | 118/209 kB | 49/532 kB Progress (5): 430/472 kB | 135/247 kB | 147/187 kB | 118/209 kB | 49/532 kB Progress (5): 430/472 kB | 139/247 kB | 147/187 kB | 118/209 kB | 49/532 kB Progress (5): 430/472 kB | 143/247 kB | 147/187 kB | 118/209 kB | 49/532 kB Progress (5): 430/472 kB | 147/247 kB | 147/187 kB | 118/209 kB | 49/532 kB Progress (5): 430/472 kB | 151/247 kB | 147/187 kB | 118/209 kB | 49/532 kB Progress (5): 430/472 kB | 151/247 kB | 147/187 kB | 118/209 kB | 53/532 kB Progress (5): 430/472 kB | 151/247 kB | 147/187 kB | 118/209 kB | 57/532 kB Progress (5): 430/472 kB | 151/247 kB | 147/187 kB | 118/209 kB | 61/532 kB Progress (5): 430/472 kB | 151/247 kB | 147/187 kB | 122/209 kB | 61/532 kB Progress (5): 430/472 kB | 151/247 kB | 147/187 kB | 126/209 kB | 61/532 kB Progress (5): 430/472 kB | 151/247 kB | 147/187 kB | 131/209 kB | 61/532 kB Progress (5): 434/472 kB | 151/247 kB | 147/187 kB | 131/209 kB | 61/532 kB Progress (5): 438/472 kB | 151/247 kB | 147/187 kB | 131/209 kB | 61/532 kB Progress (5): 442/472 kB | 151/247 kB | 147/187 kB | 131/209 kB | 61/532 kB Progress (5): 442/472 kB | 151/247 kB | 147/187 kB | 131/209 kB | 65/532 kB Progress (5): 446/472 kB | 151/247 kB | 147/187 kB | 131/209 kB | 65/532 kB Progress (5): 446/472 kB | 151/247 kB | 147/187 kB | 131/209 kB | 69/532 kB Progress (5): 446/472 kB | 151/247 kB | 147/187 kB | 131/209 kB | 73/532 kB Progress (5): 446/472 kB | 151/247 kB | 147/187 kB | 131/209 kB | 77/532 kB Progress (5): 446/472 kB | 151/247 kB | 147/187 kB | 131/209 kB | 81/532 kB Progress (5): 446/472 kB | 151/247 kB | 147/187 kB | 131/209 kB | 85/532 kB Progress (5): 446/472 kB | 151/247 kB | 151/187 kB | 131/209 kB | 85/532 kB Progress (5): 446/472 kB | 155/247 kB | 151/187 kB | 131/209 kB | 85/532 kB Progress (5): 446/472 kB | 155/247 kB | 155/187 kB | 131/209 kB | 85/532 kB Progress (5): 446/472 kB | 155/247 kB | 155/187 kB | 131/209 kB | 90/532 kB Progress (5): 446/472 kB | 155/247 kB | 155/187 kB | 131/209 kB | 94/532 kB Progress (5): 446/472 kB | 155/247 kB | 155/187 kB | 131/209 kB | 98/532 kB Progress (5): 450/472 kB | 155/247 kB | 155/187 kB | 131/209 kB | 98/532 kB Progress (5): 454/472 kB | 155/247 kB | 155/187 kB | 131/209 kB | 98/532 kB Progress (5): 458/472 kB | 155/247 kB | 155/187 kB | 131/209 kB | 98/532 kB Progress (5): 462/472 kB | 155/247 kB | 155/187 kB | 131/209 kB | 98/532 kB Progress (5): 466/472 kB | 155/247 kB | 155/187 kB | 131/209 kB | 98/532 kB Progress (5): 471/472 kB | 155/247 kB | 155/187 kB | 131/209 kB | 98/532 kB Progress (5): 472 kB | 155/247 kB | 155/187 kB | 131/209 kB | 98/532 kB Progress (5): 472 kB | 155/247 kB | 155/187 kB | 135/209 kB | 98/532 kB Progress (5): 472 kB | 155/247 kB | 155/187 kB | 139/209 kB | 98/532 kB Progress (5): 472 kB | 155/247 kB | 155/187 kB | 143/209 kB | 98/532 kB Progress (5): 472 kB | 155/247 kB | 155/187 kB | 147/209 kB | 98/532 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-guice/2.1.7/sisu-guice-2.1.7-noaop.jar (472 kB at 347 kB/s) Progress (4): 155/247 kB | 155/187 kB | 151/209 kB | 98/532 kB Progress (4): 155/247 kB | 155/187 kB | 151/209 kB | 102/532 kB Progress (4): 155/247 kB | 159/187 kB | 151/209 kB | 102/532 kB Progress (4): 159/247 kB | 159/187 kB | 151/209 kB | 102/532 kB Progress (4): 159/247 kB | 163/187 kB | 151/209 kB | 102/532 kB Progress (4): 159/247 kB | 163/187 kB | 151/209 kB | 106/532 kB Progress (4): 159/247 kB | 163/187 kB | 155/209 kB | 106/532 kB Progress (4): 159/247 kB | 163/187 kB | 159/209 kB | 106/532 kB Progress (4): 159/247 kB | 163/187 kB | 163/209 kB | 106/532 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/objenesis/objenesis/2.6/objenesis-2.6.jar Progress (4): 159/247 kB | 163/187 kB | 167/209 kB | 106/532 kB Progress (4): 159/247 kB | 163/187 kB | 167/209 kB | 110/532 kB Progress (4): 159/247 kB | 167/187 kB | 167/209 kB | 110/532 kB Progress (4): 163/247 kB | 167/187 kB | 167/209 kB | 110/532 kB Progress (4): 163/247 kB | 171/187 kB | 167/209 kB | 110/532 kB Progress (4): 163/247 kB | 176/187 kB | 167/209 kB | 110/532 kB Progress (4): 163/247 kB | 180/187 kB | 167/209 kB | 110/532 kB Progress (4): 163/247 kB | 184/187 kB | 167/209 kB | 110/532 kB Progress (4): 163/247 kB | 187 kB | 167/209 kB | 110/532 kB Progress (4): 163/247 kB | 187 kB | 167/209 kB | 114/532 kB Progress (4): 163/247 kB | 187 kB | 171/209 kB | 114/532 kB Progress (5): 163/247 kB | 187 kB | 171/209 kB | 114/532 kB | 4.1/56 kB Progress (5): 163/247 kB | 187 kB | 171/209 kB | 114/532 kB | 7.7/56 kB Progress (5): 163/247 kB | 187 kB | 171/209 kB | 114/532 kB | 12/56 kB Progress (5): 163/247 kB | 187 kB | 171/209 kB | 114/532 kB | 16/56 kB Progress (5): 163/247 kB | 187 kB | 171/209 kB | 114/532 kB | 20/56 kB Progress (5): 163/247 kB | 187 kB | 171/209 kB | 114/532 kB | 24/56 kB Progress (5): 163/247 kB | 187 kB | 171/209 kB | 114/532 kB | 28/56 kB Progress (5): 163/247 kB | 187 kB | 171/209 kB | 114/532 kB | 32/56 kB Progress (5): 167/247 kB | 187 kB | 171/209 kB | 114/532 kB | 32/56 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-archiver/3.4/plexus-archiver-3.4.jar (187 kB at 136 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/iq80/snappy/snappy/0.4/snappy-0.4.jar Progress (4): 167/247 kB | 171/209 kB | 118/532 kB | 32/56 kB Progress (4): 167/247 kB | 171/209 kB | 122/532 kB | 32/56 kB Progress (4): 167/247 kB | 171/209 kB | 126/532 kB | 32/56 kB Progress (4): 167/247 kB | 171/209 kB | 131/532 kB | 32/56 kB Progress (4): 167/247 kB | 176/209 kB | 131/532 kB | 32/56 kB Progress (4): 167/247 kB | 180/209 kB | 131/532 kB | 32/56 kB Progress (5): 167/247 kB | 180/209 kB | 131/532 kB | 32/56 kB | 4.1/58 kB Progress (5): 167/247 kB | 180/209 kB | 131/532 kB | 32/56 kB | 7.7/58 kB Progress (5): 167/247 kB | 180/209 kB | 131/532 kB | 32/56 kB | 12/58 kB Progress (5): 167/247 kB | 180/209 kB | 131/532 kB | 36/56 kB | 12/58 kB Progress (5): 167/247 kB | 180/209 kB | 131/532 kB | 40/56 kB | 12/58 kB Progress (5): 167/247 kB | 180/209 kB | 131/532 kB | 45/56 kB | 12/58 kB Progress (5): 167/247 kB | 180/209 kB | 131/532 kB | 49/56 kB | 12/58 kB Progress (5): 167/247 kB | 180/209 kB | 131/532 kB | 53/56 kB | 12/58 kB Progress (5): 167/247 kB | 180/209 kB | 131/532 kB | 56 kB | 12/58 kB Progress (5): 171/247 kB | 180/209 kB | 131/532 kB | 56 kB | 12/58 kB Progress (5): 171/247 kB | 180/209 kB | 131/532 kB | 56 kB | 16/58 kB Progress (5): 171/247 kB | 180/209 kB | 131/532 kB | 56 kB | 20/58 kB Progress (5): 171/247 kB | 180/209 kB | 131/532 kB | 56 kB | 24/58 kB Progress (5): 171/247 kB | 180/209 kB | 131/532 kB | 56 kB | 28/58 kB Progress (5): 171/247 kB | 180/209 kB | 131/532 kB | 56 kB | 32/58 kB Progress (5): 171/247 kB | 180/209 kB | 131/532 kB | 56 kB | 36/58 kB Progress (5): 171/247 kB | 180/209 kB | 131/532 kB | 56 kB | 40/58 kB Progress (5): 171/247 kB | 180/209 kB | 131/532 kB | 56 kB | 45/58 kB Progress (5): 171/247 kB | 180/209 kB | 131/532 kB | 56 kB | 49/58 kB Progress (5): 171/247 kB | 184/209 kB | 131/532 kB | 56 kB | 49/58 kB Progress (5): 171/247 kB | 184/209 kB | 131/532 kB | 56 kB | 53/58 kB Progress (5): 171/247 kB | 184/209 kB | 135/532 kB | 56 kB | 53/58 kB Progress (5): 171/247 kB | 184/209 kB | 139/532 kB | 56 kB | 53/58 kB Progress (5): 171/247 kB | 184/209 kB | 143/532 kB | 56 kB | 53/58 kB Progress (5): 171/247 kB | 184/209 kB | 147/532 kB | 56 kB | 53/58 kB Progress (5): 171/247 kB | 184/209 kB | 151/532 kB | 56 kB | 53/58 kB Progress (5): 171/247 kB | 184/209 kB | 155/532 kB | 56 kB | 53/58 kB Progress (5): 171/247 kB | 184/209 kB | 159/532 kB | 56 kB | 53/58 kB Progress (5): 171/247 kB | 184/209 kB | 163/532 kB | 56 kB | 53/58 kB Progress (5): 171/247 kB | 184/209 kB | 167/532 kB | 56 kB | 53/58 kB Progress (5): 171/247 kB | 184/209 kB | 171/532 kB | 56 kB | 53/58 kB Progress (5): 171/247 kB | 184/209 kB | 176/532 kB | 56 kB | 53/58 kB Progress (5): 171/247 kB | 184/209 kB | 180/532 kB | 56 kB | 53/58 kB Progress (5): 171/247 kB | 184/209 kB | 184/532 kB | 56 kB | 53/58 kB Progress (5): 171/247 kB | 184/209 kB | 188/532 kB | 56 kB | 53/58 kB Progress (5): 171/247 kB | 184/209 kB | 192/532 kB | 56 kB | 53/58 kB Progress (5): 171/247 kB | 184/209 kB | 196/532 kB | 56 kB | 53/58 kB Progress (5): 171/247 kB | 184/209 kB | 196/532 kB | 56 kB | 57/58 kB Progress (5): 171/247 kB | 184/209 kB | 196/532 kB | 56 kB | 58 kB Progress (5): 171/247 kB | 188/209 kB | 196/532 kB | 56 kB | 58 kB Progress (5): 171/247 kB | 192/209 kB | 196/532 kB | 56 kB | 58 kB Progress (5): 171/247 kB | 196/209 kB | 196/532 kB | 56 kB | 58 kB Progress (5): 171/247 kB | 200/209 kB | 196/532 kB | 56 kB | 58 kB Progress (5): 171/247 kB | 204/209 kB | 196/532 kB | 56 kB | 58 kB Progress (5): 171/247 kB | 208/209 kB | 196/532 kB | 56 kB | 58 kB Progress (5): 171/247 kB | 209 kB | 196/532 kB | 56 kB | 58 kB Progress (5): 171/247 kB | 209 kB | 200/532 kB | 56 kB | 58 kB Progress (5): 171/247 kB | 209 kB | 204/532 kB | 56 kB | 58 kB Progress (5): 171/247 kB | 209 kB | 208/532 kB | 56 kB | 58 kB Progress (5): 171/247 kB | 209 kB | 212/532 kB | 56 kB | 58 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/objenesis/objenesis/2.6/objenesis-2.6.jar (56 kB at 38 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/tukaani/xz/1.5/xz-1.5.jar Progress (4): 176/247 kB | 209 kB | 212/532 kB | 58 kB Progress (4): 180/247 kB | 209 kB | 212/532 kB | 58 kB Progress (4): 184/247 kB | 209 kB | 212/532 kB | 58 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/iq80/snappy/snappy/0.4/snappy-0.4.jar (58 kB at 38 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.osgi.compatibility.state/1.1.100.v20180131-1413/org.eclipse.osgi.compatibility.state-1.1.100.v20180131-1413.jar Progress (3): 184/247 kB | 209 kB | 217/532 kB Progress (3): 184/247 kB | 209 kB | 221/532 kB Progress (3): 184/247 kB | 209 kB | 225/532 kB Progress (3): 184/247 kB | 209 kB | 229/532 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-io/commons-io/2.5/commons-io-2.5.jar (209 kB at 135 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/sisu-equinox-embedder/1.3.0/sisu-equinox-embedder-1.3.0.jar Progress (2): 184/247 kB | 233/532 kB Progress (2): 184/247 kB | 237/532 kB Progress (2): 184/247 kB | 241/532 kB Progress (2): 184/247 kB | 245/532 kB Progress (3): 184/247 kB | 245/532 kB | 4.1/245 kB Progress (4): 184/247 kB | 245/532 kB | 4.1/245 kB | 4.1/100 kB Progress (4): 188/247 kB | 245/532 kB | 4.1/245 kB | 4.1/100 kB Progress (4): 192/247 kB | 245/532 kB | 4.1/245 kB | 4.1/100 kB Progress (4): 196/247 kB | 245/532 kB | 4.1/245 kB | 4.1/100 kB Progress (4): 196/247 kB | 245/532 kB | 4.1/245 kB | 7.7/100 kB Progress (4): 196/247 kB | 245/532 kB | 4.1/245 kB | 12/100 kB Progress (4): 196/247 kB | 245/532 kB | 4.1/245 kB | 16/100 kB Progress (4): 196/247 kB | 249/532 kB | 4.1/245 kB | 16/100 kB Progress (4): 196/247 kB | 249/532 kB | 7.7/245 kB | 16/100 kB Progress (4): 196/247 kB | 249/532 kB | 12/245 kB | 16/100 kB Progress (4): 196/247 kB | 253/532 kB | 12/245 kB | 16/100 kB Progress (4): 200/247 kB | 253/532 kB | 12/245 kB | 16/100 kB Progress (4): 200/247 kB | 258/532 kB | 12/245 kB | 16/100 kB Progress (4): 200/247 kB | 258/532 kB | 16/245 kB | 16/100 kB Progress (4): 200/247 kB | 258/532 kB | 16/245 kB | 20/100 kB Progress (4): 200/247 kB | 258/532 kB | 16/245 kB | 24/100 kB Progress (4): 200/247 kB | 258/532 kB | 16/245 kB | 28/100 kB Progress (4): 200/247 kB | 258/532 kB | 16/245 kB | 32/100 kB Progress (4): 200/247 kB | 258/532 kB | 16/245 kB | 36/100 kB Progress (4): 200/247 kB | 258/532 kB | 16/245 kB | 40/100 kB Progress (4): 200/247 kB | 262/532 kB | 16/245 kB | 40/100 kB Progress (4): 204/247 kB | 262/532 kB | 16/245 kB | 40/100 kB Progress (4): 204/247 kB | 262/532 kB | 16/245 kB | 45/100 kB Progress (4): 204/247 kB | 262/532 kB | 16/245 kB | 49/100 kB Progress (4): 204/247 kB | 262/532 kB | 20/245 kB | 49/100 kB Progress (4): 204/247 kB | 266/532 kB | 20/245 kB | 49/100 kB Progress (4): 204/247 kB | 270/532 kB | 20/245 kB | 49/100 kB Progress (4): 204/247 kB | 270/532 kB | 20/245 kB | 53/100 kB Progress (4): 208/247 kB | 270/532 kB | 20/245 kB | 53/100 kB Progress (4): 208/247 kB | 270/532 kB | 20/245 kB | 57/100 kB Progress (4): 208/247 kB | 274/532 kB | 20/245 kB | 57/100 kB Progress (4): 208/247 kB | 274/532 kB | 24/245 kB | 57/100 kB Progress (4): 208/247 kB | 278/532 kB | 24/245 kB | 57/100 kB Progress (4): 208/247 kB | 278/532 kB | 24/245 kB | 61/100 kB Progress (4): 208/247 kB | 278/532 kB | 24/245 kB | 65/100 kB Progress (4): 212/247 kB | 278/532 kB | 24/245 kB | 65/100 kB Progress (4): 212/247 kB | 282/532 kB | 24/245 kB | 65/100 kB Progress (4): 212/247 kB | 282/532 kB | 28/245 kB | 65/100 kB Progress (4): 212/247 kB | 282/532 kB | 28/245 kB | 69/100 kB Progress (4): 212/247 kB | 286/532 kB | 28/245 kB | 69/100 kB Progress (4): 217/247 kB | 286/532 kB | 28/245 kB | 69/100 kB Progress (4): 221/247 kB | 286/532 kB | 28/245 kB | 69/100 kB Progress (4): 225/247 kB | 286/532 kB | 28/245 kB | 69/100 kB Progress (4): 229/247 kB | 286/532 kB | 28/245 kB | 69/100 kB Progress (4): 233/247 kB | 286/532 kB | 28/245 kB | 69/100 kB Progress (4): 233/247 kB | 286/532 kB | 28/245 kB | 73/100 kB Progress (4): 233/247 kB | 286/532 kB | 28/245 kB | 77/100 kB Progress (4): 233/247 kB | 286/532 kB | 32/245 kB | 77/100 kB Progress (4): 233/247 kB | 286/532 kB | 32/245 kB | 81/100 kB Progress (4): 237/247 kB | 286/532 kB | 32/245 kB | 81/100 kB Progress (4): 237/247 kB | 290/532 kB | 32/245 kB | 81/100 kB Progress (4): 237/247 kB | 290/532 kB | 36/245 kB | 81/100 kB Progress (4): 241/247 kB | 290/532 kB | 36/245 kB | 81/100 kB Progress (4): 241/247 kB | 290/532 kB | 40/245 kB | 81/100 kB Progress (4): 241/247 kB | 290/532 kB | 40/245 kB | 85/100 kB Progress (4): 241/247 kB | 294/532 kB | 40/245 kB | 85/100 kB Progress (4): 241/247 kB | 294/532 kB | 40/245 kB | 90/100 kB Progress (4): 241/247 kB | 294/532 kB | 40/245 kB | 94/100 kB Progress (4): 241/247 kB | 294/532 kB | 45/245 kB | 94/100 kB Progress (4): 241/247 kB | 294/532 kB | 49/245 kB | 94/100 kB Progress (4): 241/247 kB | 294/532 kB | 53/245 kB | 94/100 kB Progress (4): 241/247 kB | 294/532 kB | 57/245 kB | 94/100 kB Progress (4): 241/247 kB | 294/532 kB | 61/245 kB | 94/100 kB Progress (4): 245/247 kB | 294/532 kB | 61/245 kB | 94/100 kB Progress (4): 245/247 kB | 294/532 kB | 65/245 kB | 94/100 kB Progress (4): 247 kB | 294/532 kB | 65/245 kB | 94/100 kB Progress (4): 247 kB | 298/532 kB | 65/245 kB | 94/100 kB Progress (4): 247 kB | 298/532 kB | 69/245 kB | 94/100 kB Progress (4): 247 kB | 298/532 kB | 73/245 kB | 94/100 kB Progress (4): 247 kB | 298/532 kB | 77/245 kB | 94/100 kB Progress (4): 247 kB | 298/532 kB | 77/245 kB | 98/100 kB Progress (4): 247 kB | 298/532 kB | 81/245 kB | 98/100 kB Progress (4): 247 kB | 303/532 kB | 81/245 kB | 98/100 kB Progress (4): 247 kB | 303/532 kB | 81/245 kB | 100 kB Progress (4): 247 kB | 307/532 kB | 81/245 kB | 100 kB Progress (4): 247 kB | 307/532 kB | 85/245 kB | 100 kB Progress (4): 247 kB | 307/532 kB | 90/245 kB | 100 kB Progress (4): 247 kB | 311/532 kB | 90/245 kB | 100 kB Progress (4): 247 kB | 311/532 kB | 94/245 kB | 100 kB Progress (4): 247 kB | 311/532 kB | 98/245 kB | 100 kB Progress (4): 247 kB | 315/532 kB | 98/245 kB | 100 kB Progress (4): 247 kB | 319/532 kB | 98/245 kB | 100 kB Progress (4): 247 kB | 323/532 kB | 98/245 kB | 100 kB Progress (4): 247 kB | 327/532 kB | 98/245 kB | 100 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 60 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.osgi/3.13.0.v20180226-1711/org.eclipse.osgi-3.13.0.v20180226-1711.jar Progress (3): 247 kB | 327/532 kB | 102/245 kB Progress (3): 247 kB | 327/532 kB | 106/245 kB Progress (3): 247 kB | 327/532 kB | 110/245 kB Progress (3): 247 kB | 327/532 kB | 114/245 kB Progress (3): 247 kB | 331/532 kB | 114/245 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.24/plexus-utils-3.0.24.jar (247 kB at 150 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/sisu-equinox-api/1.3.0/sisu-equinox-api-1.3.0.jar Progress (2): 331/532 kB | 118/245 kB Progress (2): 331/532 kB | 122/245 kB Progress (2): 331/532 kB | 126/245 kB Progress (2): 331/532 kB | 131/245 kB Progress (2): 331/532 kB | 135/245 kB Progress (2): 331/532 kB | 139/245 kB Progress (2): 335/532 kB | 139/245 kB Progress (2): 335/532 kB | 143/245 kB Progress (2): 335/532 kB | 147/245 kB Progress (3): 335/532 kB | 147/245 kB | 3.2 kB Progress (4): 335/532 kB | 147/245 kB | 3.2 kB | 0/1.4 MB Progress (4): 335/532 kB | 151/245 kB | 3.2 kB | 0/1.4 MB Progress (4): 339/532 kB | 151/245 kB | 3.2 kB | 0/1.4 MB Progress (4): 339/532 kB | 155/245 kB | 3.2 kB | 0/1.4 MB Progress (4): 339/532 kB | 155/245 kB | 3.2 kB | 0/1.4 MB Progress (4): 339/532 kB | 155/245 kB | 3.2 kB | 0/1.4 MB Progress (4): 339/532 kB | 155/245 kB | 3.2 kB | 0/1.4 MB Progress (4): 339/532 kB | 159/245 kB | 3.2 kB | 0/1.4 MB Progress (4): 339/532 kB | 163/245 kB | 3.2 kB | 0/1.4 MB Progress (4): 344/532 kB | 163/245 kB | 3.2 kB | 0/1.4 MB Progress (4): 344/532 kB | 163/245 kB | 3.2 kB | 0/1.4 MB Progress (4): 344/532 kB | 163/245 kB | 3.2 kB | 0/1.4 MB Progress (4): 348/532 kB | 163/245 kB | 3.2 kB | 0/1.4 MB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/sisu-equinox-api/1.3.0/sisu-equinox-api-1.3.0.jar (3.2 kB at 1.9 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-metadata-model/1.3.0/tycho-metadata-model-1.3.0.jar Progress (3): 352/532 kB | 163/245 kB | 0/1.4 MB Progress (3): 356/532 kB | 163/245 kB | 0/1.4 MB Progress (3): 360/532 kB | 163/245 kB | 0/1.4 MB Progress (3): 360/532 kB | 163/245 kB | 0/1.4 MB Progress (3): 360/532 kB | 167/245 kB | 0/1.4 MB Progress (3): 360/532 kB | 167/245 kB | 0/1.4 MB Progress (3): 364/532 kB | 167/245 kB | 0/1.4 MB Progress (3): 368/532 kB | 167/245 kB | 0/1.4 MB Progress (3): 372/532 kB | 167/245 kB | 0/1.4 MB Progress (3): 376/532 kB | 167/245 kB | 0/1.4 MB Progress (3): 376/532 kB | 171/245 kB | 0/1.4 MB Progress (4): 376/532 kB | 171/245 kB | 0/1.4 MB | 4.1/37 kB Progress (4): 380/532 kB | 171/245 kB | 0/1.4 MB | 4.1/37 kB Progress (4): 384/532 kB | 171/245 kB | 0/1.4 MB | 4.1/37 kB Progress (4): 389/532 kB | 171/245 kB | 0/1.4 MB | 4.1/37 kB Progress (4): 393/532 kB | 171/245 kB | 0/1.4 MB | 4.1/37 kB Progress (4): 397/532 kB | 171/245 kB | 0/1.4 MB | 4.1/37 kB Progress (4): 401/532 kB | 171/245 kB | 0/1.4 MB | 4.1/37 kB Progress (4): 405/532 kB | 171/245 kB | 0/1.4 MB | 4.1/37 kB Progress (4): 409/532 kB | 171/245 kB | 0/1.4 MB | 4.1/37 kB Progress (4): 409/532 kB | 171/245 kB | 0/1.4 MB | 4.1/37 kB Progress (4): 413/532 kB | 171/245 kB | 0/1.4 MB | 4.1/37 kB Progress (4): 417/532 kB | 171/245 kB | 0/1.4 MB | 4.1/37 kB Progress (4): 421/532 kB | 171/245 kB | 0/1.4 MB | 4.1/37 kB Progress (4): 425/532 kB | 171/245 kB | 0/1.4 MB | 4.1/37 kB Progress (4): 430/532 kB | 171/245 kB | 0/1.4 MB | 4.1/37 kB Progress (4): 434/532 kB | 171/245 kB | 0/1.4 MB | 4.1/37 kB Progress (4): 438/532 kB | 171/245 kB | 0/1.4 MB | 4.1/37 kB Progress (4): 442/532 kB | 171/245 kB | 0/1.4 MB | 4.1/37 kB Progress (4): 442/532 kB | 171/245 kB | 0/1.4 MB | 7.7/37 kB Progress (4): 442/532 kB | 171/245 kB | 0/1.4 MB | 12/37 kB Progress (4): 442/532 kB | 171/245 kB | 0/1.4 MB | 16/37 kB Progress (4): 442/532 kB | 171/245 kB | 0/1.4 MB | 20/37 kB Progress (4): 442/532 kB | 171/245 kB | 0/1.4 MB | 24/37 kB Progress (4): 442/532 kB | 171/245 kB | 0/1.4 MB | 28/37 kB Progress (4): 442/532 kB | 171/245 kB | 0/1.4 MB | 32/37 kB Progress (4): 442/532 kB | 171/245 kB | 0/1.4 MB | 36/37 kB Progress (4): 442/532 kB | 171/245 kB | 0/1.4 MB | 37 kB Progress (4): 442/532 kB | 176/245 kB | 0/1.4 MB | 37 kB Progress (4): 446/532 kB | 176/245 kB | 0/1.4 MB | 37 kB Progress (4): 446/532 kB | 176/245 kB | 0/1.4 MB | 37 kB Progress (4): 450/532 kB | 176/245 kB | 0/1.4 MB | 37 kB Progress (4): 454/532 kB | 176/245 kB | 0/1.4 MB | 37 kB Progress (4): 458/532 kB | 176/245 kB | 0/1.4 MB | 37 kB Progress (5): 458/532 kB | 176/245 kB | 0/1.4 MB | 37 kB | 4.1/13 kB Progress (5): 462/532 kB | 176/245 kB | 0/1.4 MB | 37 kB | 4.1/13 kB Progress (5): 466/532 kB | 176/245 kB | 0/1.4 MB | 37 kB | 4.1/13 kB Progress (5): 471/532 kB | 176/245 kB | 0/1.4 MB | 37 kB | 4.1/13 kB Progress (5): 475/532 kB | 176/245 kB | 0/1.4 MB | 37 kB | 4.1/13 kB Progress (5): 475/532 kB | 180/245 kB | 0/1.4 MB | 37 kB | 4.1/13 kB Progress (5): 479/532 kB | 180/245 kB | 0/1.4 MB | 37 kB | 4.1/13 kB Progress (5): 483/532 kB | 180/245 kB | 0/1.4 MB | 37 kB | 4.1/13 kB Progress (5): 483/532 kB | 180/245 kB | 0/1.4 MB | 37 kB | 7.7/13 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-metadata-model/1.3.0/tycho-metadata-model-1.3.0.jar (37 kB at 21 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/de/pdark/decentxml/1.3/decentxml-1.3.jar Progress (4): 483/532 kB | 180/245 kB | 0/1.4 MB | 7.7/13 kB Progress (4): 483/532 kB | 180/245 kB | 0/1.4 MB | 7.7/13 kB Progress (4): 483/532 kB | 180/245 kB | 0/1.4 MB | 12/13 kB Progress (4): 483/532 kB | 180/245 kB | 0/1.4 MB | 13 kB Progress (5): 483/532 kB | 180/245 kB | 0/1.4 MB | 13 kB | 4.1/112 kB Progress (5): 483/532 kB | 180/245 kB | 0/1.4 MB | 13 kB | 7.7/112 kB Progress (5): 483/532 kB | 180/245 kB | 0/1.4 MB | 13 kB | 12/112 kB Progress (5): 483/532 kB | 184/245 kB | 0/1.4 MB | 13 kB | 12/112 kB Progress (5): 483/532 kB | 188/245 kB | 0/1.4 MB | 13 kB | 12/112 kB Progress (5): 487/532 kB | 188/245 kB | 0/1.4 MB | 13 kB | 12/112 kB Progress (5): 491/532 kB | 188/245 kB | 0/1.4 MB | 13 kB | 12/112 kB Progress (5): 495/532 kB | 188/245 kB | 0/1.4 MB | 13 kB | 12/112 kB Progress (5): 499/532 kB | 188/245 kB | 0/1.4 MB | 13 kB | 12/112 kB Progress (5): 503/532 kB | 188/245 kB | 0/1.4 MB | 13 kB | 12/112 kB Progress (5): 503/532 kB | 192/245 kB | 0/1.4 MB | 13 kB | 12/112 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/sisu-equinox-embedder/1.3.0/sisu-equinox-embedder-1.3.0.jar (13 kB at 7.6 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-embedder-api/1.3.0/tycho-embedder-api-1.3.0.jar Progress (4): 503/532 kB | 192/245 kB | 0/1.4 MB | 16/112 kB Progress (4): 503/532 kB | 192/245 kB | 0/1.4 MB | 20/112 kB Progress (4): 503/532 kB | 192/245 kB | 0/1.4 MB | 24/112 kB Progress (4): 503/532 kB | 192/245 kB | 0/1.4 MB | 28/112 kB Progress (4): 503/532 kB | 192/245 kB | 0/1.4 MB | 32/112 kB Progress (4): 503/532 kB | 192/245 kB | 0/1.4 MB | 36/112 kB Progress (4): 503/532 kB | 192/245 kB | 0/1.4 MB | 40/112 kB Progress (4): 503/532 kB | 192/245 kB | 0/1.4 MB | 45/112 kB Progress (4): 503/532 kB | 192/245 kB | 0/1.4 MB | 49/112 kB Progress (4): 503/532 kB | 192/245 kB | 0/1.4 MB | 53/112 kB Progress (4): 503/532 kB | 192/245 kB | 0/1.4 MB | 57/112 kB Progress (4): 503/532 kB | 192/245 kB | 0/1.4 MB | 61/112 kB Progress (4): 503/532 kB | 192/245 kB | 0/1.4 MB | 65/112 kB Progress (4): 503/532 kB | 192/245 kB | 0.1/1.4 MB | 65/112 kB Progress (5): 503/532 kB | 192/245 kB | 0.1/1.4 MB | 65/112 kB | 4.1/7.2 kB Progress (5): 503/532 kB | 196/245 kB | 0.1/1.4 MB | 65/112 kB | 4.1/7.2 kB Progress (5): 503/532 kB | 196/245 kB | 0.1/1.4 MB | 69/112 kB | 4.1/7.2 kB Progress (5): 503/532 kB | 196/245 kB | 0.1/1.4 MB | 73/112 kB | 4.1/7.2 kB Progress (5): 503/532 kB | 196/245 kB | 0.1/1.4 MB | 77/112 kB | 4.1/7.2 kB Progress (5): 503/532 kB | 196/245 kB | 0.1/1.4 MB | 81/112 kB | 4.1/7.2 kB Progress (5): 503/532 kB | 196/245 kB | 0.1/1.4 MB | 85/112 kB | 4.1/7.2 kB Progress (5): 503/532 kB | 196/245 kB | 0.1/1.4 MB | 90/112 kB | 4.1/7.2 kB Progress (5): 503/532 kB | 196/245 kB | 0.1/1.4 MB | 94/112 kB | 4.1/7.2 kB Progress (5): 503/532 kB | 196/245 kB | 0.1/1.4 MB | 98/112 kB | 4.1/7.2 kB Progress (5): 503/532 kB | 196/245 kB | 0.1/1.4 MB | 102/112 kB | 4.1/7.2 kB Progress (5): 503/532 kB | 196/245 kB | 0.1/1.4 MB | 106/112 kB | 4.1/7.2 kB Progress (5): 503/532 kB | 196/245 kB | 0.1/1.4 MB | 110/112 kB | 4.1/7.2 kB Progress (5): 503/532 kB | 196/245 kB | 0.1/1.4 MB | 112 kB | 4.1/7.2 kB Progress (5): 503/532 kB | 196/245 kB | 0.1/1.4 MB | 112 kB | 7.2 kB Progress (5): 507/532 kB | 196/245 kB | 0.1/1.4 MB | 112 kB | 7.2 kB Progress (5): 507/532 kB | 200/245 kB | 0.1/1.4 MB | 112 kB | 7.2 kB Progress (5): 507/532 kB | 204/245 kB | 0.1/1.4 MB | 112 kB | 7.2 kB Progress (5): 507/532 kB | 208/245 kB | 0.1/1.4 MB | 112 kB | 7.2 kB Progress (5): 507/532 kB | 212/245 kB | 0.1/1.4 MB | 112 kB | 7.2 kB Progress (5): 507/532 kB | 212/245 kB | 0.1/1.4 MB | 112 kB | 7.2 kB Progress (5): 507/532 kB | 217/245 kB | 0.1/1.4 MB | 112 kB | 7.2 kB Progress (5): 507/532 kB | 221/245 kB | 0.1/1.4 MB | 112 kB | 7.2 kB Progress (5): 507/532 kB | 225/245 kB | 0.1/1.4 MB | 112 kB | 7.2 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-embedder-api/1.3.0/tycho-embedder-api-1.3.0.jar (7.2 kB at 3.9 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.embedder.shared/1.3.0/org.eclipse.tycho.embedder.shared-1.3.0.jar Progress (4): 511/532 kB | 225/245 kB | 0.1/1.4 MB | 112 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/de/pdark/decentxml/1.3/decentxml-1.3.jar (112 kB at 61 kB/s) Progress (3): 511/532 kB | 229/245 kB | 0.1/1.4 MB Progress (3): 511/532 kB | 229/245 kB | 0.1/1.4 MB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.core.shared/1.3.0/org.eclipse.tycho.core.shared-1.3.0.jar Progress (3): 516/532 kB | 229/245 kB | 0.1/1.4 MB Progress (4): 516/532 kB | 229/245 kB | 0.1/1.4 MB | 4.1/9.4 kB Progress (4): 516/532 kB | 233/245 kB | 0.1/1.4 MB | 4.1/9.4 kB Progress (4): 516/532 kB | 233/245 kB | 0.1/1.4 MB | 4.1/9.4 kB Progress (4): 516/532 kB | 237/245 kB | 0.1/1.4 MB | 4.1/9.4 kB Progress (4): 516/532 kB | 237/245 kB | 0.1/1.4 MB | 7.7/9.4 kB Progress (4): 516/532 kB | 237/245 kB | 0.1/1.4 MB | 9.4 kB Progress (4): 520/532 kB | 237/245 kB | 0.1/1.4 MB | 9.4 kB Progress (4): 524/532 kB | 237/245 kB | 0.1/1.4 MB | 9.4 kB Progress (4): 524/532 kB | 237/245 kB | 0.1/1.4 MB | 9.4 kB Progress (4): 524/532 kB | 241/245 kB | 0.1/1.4 MB | 9.4 kB Progress (4): 524/532 kB | 241/245 kB | 0.1/1.4 MB | 9.4 kB Progress (4): 528/532 kB | 241/245 kB | 0.1/1.4 MB | 9.4 kB Progress (4): 532/532 kB | 241/245 kB | 0.1/1.4 MB | 9.4 kB Progress (4): 532 kB | 241/245 kB | 0.1/1.4 MB | 9.4 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.embedder.shared/1.3.0/org.eclipse.tycho.embedder.shared-1.3.0.jar (9.4 kB at 5.2 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-compat/3.0/maven-compat-3.0.jar Progress (4): 532 kB | 241/245 kB | 0.1/1.4 MB | 4.1/37 kB Progress (4): 532 kB | 241/245 kB | 0.1/1.4 MB | 7.7/37 kB Progress (4): 532 kB | 241/245 kB | 0.1/1.4 MB | 12/37 kB Progress (4): 532 kB | 241/245 kB | 0.1/1.4 MB | 16/37 kB Progress (4): 532 kB | 241/245 kB | 0.1/1.4 MB | 20/37 kB Progress (4): 532 kB | 241/245 kB | 0.1/1.4 MB | 24/37 kB Progress (4): 532 kB | 241/245 kB | 0.1/1.4 MB | 28/37 kB Progress (4): 532 kB | 241/245 kB | 0.1/1.4 MB | 32/37 kB Progress (4): 532 kB | 241/245 kB | 0.1/1.4 MB | 36/37 kB Progress (4): 532 kB | 241/245 kB | 0.1/1.4 MB | 37 kB Progress (4): 532 kB | 241/245 kB | 0.1/1.4 MB | 37 kB Progress (4): 532 kB | 245 kB | 0.1/1.4 MB | 37 kB Progress (4): 532 kB | 245 kB | 0.1/1.4 MB | 37 kB Progress (5): 532 kB | 245 kB | 0.1/1.4 MB | 37 kB | 4.1/285 kB Progress (5): 532 kB | 245 kB | 0.1/1.4 MB | 37 kB | 7.7/285 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-compress/1.15/commons-compress-1.15.jar (532 kB at 286 kB/s) Progress (4): 245 kB | 0.1/1.4 MB | 37 kB | 12/285 kB Progress (4): 245 kB | 0.1/1.4 MB | 37 kB | 16/285 kB Progress (4): 245 kB | 0.1/1.4 MB | 37 kB | 16/285 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.core.shared/1.3.0/org.eclipse.tycho.core.shared-1.3.0.jar (37 kB at 21 kB/s) Progress (3): 245 kB | 0.1/1.4 MB | 20/285 kB Progress (3): 245 kB | 0.1/1.4 MB | 20/285 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.osgi.compatibility.state/1.1.100.v20180131-1413/org.eclipse.osgi.compatibility.state-1.1.100.v20180131-1413.jar (245 kB at 131 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon-provider-api/1.0-beta-6/wagon-provider-api-1.0-beta-6.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-component-annotations/1.7.1/plexus-component-annotations-1.7.1.jar Progress (2): 0.1/1.4 MB | 20/285 kB Progress (2): 0.1/1.4 MB | 24/285 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-p2-facade/1.3.0/tycho-p2-facade-1.3.0.jar Progress (2): 0.1/1.4 MB | 28/285 kB Progress (2): 0.1/1.4 MB | 32/285 kB Progress (2): 0.1/1.4 MB | 32/285 kB Progress (3): 0.1/1.4 MB | 32/285 kB | 4.1/53 kB Progress (3): 0.1/1.4 MB | 32/285 kB | 7.7/53 kB Progress (3): 0.1/1.4 MB | 32/285 kB | 12/53 kB Progress (3): 0.1/1.4 MB | 32/285 kB | 16/53 kB Progress (4): 0.1/1.4 MB | 32/285 kB | 16/53 kB | 4.1/38 kB Progress (4): 0.1/1.4 MB | 32/285 kB | 20/53 kB | 4.1/38 kB Progress (5): 0.1/1.4 MB | 32/285 kB | 20/53 kB | 4.1/38 kB | 4.1/4.3 kB Progress (5): 0.1/1.4 MB | 32/285 kB | 24/53 kB | 4.1/38 kB | 4.1/4.3 kB Progress (5): 0.1/1.4 MB | 32/285 kB | 24/53 kB | 7.7/38 kB | 4.1/4.3 kB Progress (5): 0.1/1.4 MB | 32/285 kB | 24/53 kB | 7.7/38 kB | 4.1/4.3 kB Progress (5): 0.1/1.4 MB | 32/285 kB | 24/53 kB | 7.7/38 kB | 4.1/4.3 kB Progress (5): 0.1/1.4 MB | 32/285 kB | 24/53 kB | 12/38 kB | 4.1/4.3 kB Progress (5): 0.1/1.4 MB | 36/285 kB | 24/53 kB | 12/38 kB | 4.1/4.3 kB Progress (5): 0.1/1.4 MB | 36/285 kB | 28/53 kB | 12/38 kB | 4.1/4.3 kB Progress (5): 0.1/1.4 MB | 36/285 kB | 28/53 kB | 12/38 kB | 4.3 kB Progress (5): 0.1/1.4 MB | 36/285 kB | 32/53 kB | 12/38 kB | 4.3 kB Progress (5): 0.1/1.4 MB | 40/285 kB | 32/53 kB | 12/38 kB | 4.3 kB Progress (5): 0.1/1.4 MB | 45/285 kB | 32/53 kB | 12/38 kB | 4.3 kB Progress (5): 0.1/1.4 MB | 45/285 kB | 32/53 kB | 16/38 kB | 4.3 kB Progress (5): 0.1/1.4 MB | 45/285 kB | 32/53 kB | 20/38 kB | 4.3 kB Progress (5): 0.1/1.4 MB | 45/285 kB | 32/53 kB | 20/38 kB | 4.3 kB Progress (5): 0.1/1.4 MB | 45/285 kB | 32/53 kB | 20/38 kB | 4.3 kB Progress (5): 0.1/1.4 MB | 45/285 kB | 32/53 kB | 24/38 kB | 4.3 kB Progress (5): 0.1/1.4 MB | 45/285 kB | 32/53 kB | 28/38 kB | 4.3 kB Progress (5): 0.1/1.4 MB | 45/285 kB | 32/53 kB | 32/38 kB | 4.3 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-component-annotations/1.7.1/plexus-component-annotations-1.7.1.jar (4.3 kB at 2.3 kB/s) Progress (4): 0.1/1.4 MB | 49/285 kB | 32/53 kB | 32/38 kB Progress (4): 0.1/1.4 MB | 49/285 kB | 36/53 kB | 32/38 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.p2.resolver.shared/1.3.0/org.eclipse.tycho.p2.resolver.shared-1.3.0.jar Progress (4): 0.1/1.4 MB | 49/285 kB | 36/53 kB | 36/38 kB Progress (4): 0.1/1.4 MB | 49/285 kB | 36/53 kB | 36/38 kB Progress (4): 0.1/1.4 MB | 49/285 kB | 36/53 kB | 38 kB Progress (4): 0.1/1.4 MB | 53/285 kB | 36/53 kB | 38 kB Progress (4): 0.1/1.4 MB | 53/285 kB | 40/53 kB | 38 kB Progress (4): 0.1/1.4 MB | 57/285 kB | 40/53 kB | 38 kB Progress (4): 0.1/1.4 MB | 61/285 kB | 40/53 kB | 38 kB Progress (4): 0.1/1.4 MB | 65/285 kB | 40/53 kB | 38 kB Progress (5): 0.1/1.4 MB | 65/285 kB | 40/53 kB | 38 kB | 4.1/29 kB Progress (5): 0.1/1.4 MB | 65/285 kB | 40/53 kB | 38 kB | 7.7/29 kB Progress (5): 0.1/1.4 MB | 65/285 kB | 40/53 kB | 38 kB | 7.7/29 kB Progress (5): 0.1/1.4 MB | 65/285 kB | 40/53 kB | 38 kB | 12/29 kB Progress (5): 0.1/1.4 MB | 65/285 kB | 40/53 kB | 38 kB | 16/29 kB Progress (5): 0.1/1.4 MB | 69/285 kB | 40/53 kB | 38 kB | 16/29 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-p2-facade/1.3.0/tycho-p2-facade-1.3.0.jar (38 kB at 20 kB/s) Progress (4): 0.1/1.4 MB | 69/285 kB | 45/53 kB | 16/29 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.p2.tools.shared/1.3.0/org.eclipse.tycho.p2.tools.shared-1.3.0.jar Progress (4): 0.1/1.4 MB | 69/285 kB | 45/53 kB | 20/29 kB Progress (4): 0.1/1.4 MB | 73/285 kB | 45/53 kB | 20/29 kB Progress (4): 0.1/1.4 MB | 73/285 kB | 45/53 kB | 20/29 kB Progress (4): 0.1/1.4 MB | 73/285 kB | 45/53 kB | 20/29 kB Progress (4): 0.1/1.4 MB | 73/285 kB | 45/53 kB | 20/29 kB Progress (4): 0.1/1.4 MB | 77/285 kB | 45/53 kB | 20/29 kB Progress (4): 0.1/1.4 MB | 81/285 kB | 45/53 kB | 20/29 kB Progress (5): 0.1/1.4 MB | 81/285 kB | 45/53 kB | 20/29 kB | 4.1/21 kB Progress (5): 0.1/1.4 MB | 81/285 kB | 45/53 kB | 20/29 kB | 7.7/21 kB Progress (5): 0.1/1.4 MB | 81/285 kB | 45/53 kB | 20/29 kB | 12/21 kB Progress (5): 0.1/1.4 MB | 81/285 kB | 45/53 kB | 20/29 kB | 16/21 kB Progress (5): 0.1/1.4 MB | 81/285 kB | 45/53 kB | 24/29 kB | 16/21 kB Progress (5): 0.1/1.4 MB | 81/285 kB | 49/53 kB | 24/29 kB | 16/21 kB Progress (5): 0.1/1.4 MB | 85/285 kB | 49/53 kB | 24/29 kB | 16/21 kB Progress (5): 0.1/1.4 MB | 85/285 kB | 49/53 kB | 24/29 kB | 16/21 kB Progress (5): 0.1/1.4 MB | 85/285 kB | 53/53 kB | 24/29 kB | 16/21 kB Progress (5): 0.1/1.4 MB | 85/285 kB | 53 kB | 24/29 kB | 16/21 kB Progress (5): 0.1/1.4 MB | 85/285 kB | 53 kB | 24/29 kB | 20/21 kB Progress (5): 0.1/1.4 MB | 85/285 kB | 53 kB | 28/29 kB | 20/21 kB Progress (5): 0.1/1.4 MB | 85/285 kB | 53 kB | 29 kB | 20/21 kB Progress (5): 0.1/1.4 MB | 85/285 kB | 53 kB | 29 kB | 20/21 kB Progress (5): 0.1/1.4 MB | 85/285 kB | 53 kB | 29 kB | 20/21 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon-provider-api/1.0-beta-6/wagon-provider-api-1.0-beta-6.jar (53 kB at 28 kB/s) Progress (4): 0.1/1.4 MB | 90/285 kB | 29 kB | 20/21 kB Progress (4): 0.1/1.4 MB | 94/285 kB | 29 kB | 20/21 kB Progress (4): 0.1/1.4 MB | 98/285 kB | 29 kB | 20/21 kB Progress (4): 0.1/1.4 MB | 102/285 kB | 29 kB | 20/21 kB Progress (4): 0.1/1.4 MB | 106/285 kB | 29 kB | 20/21 kB Progress (4): 0.1/1.4 MB | 110/285 kB | 29 kB | 20/21 kB Progress (4): 0.1/1.4 MB | 114/285 kB | 29 kB | 20/21 kB Progress (4): 0.1/1.4 MB | 114/285 kB | 29 kB | 21 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.p2.resolver.shared/1.3.0/org.eclipse.tycho.p2.resolver.shared-1.3.0.jar (29 kB at 15 kB/s) Progress (3): 0.2/1.4 MB | 114/285 kB | 21 kB Progress (3): 0.2/1.4 MB | 118/285 kB | 21 kB Progress (3): 0.2/1.4 MB | 118/285 kB | 21 kB Progress (3): 0.2/1.4 MB | 118/285 kB | 21 kB Progress (3): 0.2/1.4 MB | 122/285 kB | 21 kB Progress (3): 0.2/1.4 MB | 122/285 kB | 21 kB Progress (3): 0.2/1.4 MB | 126/285 kB | 21 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.p2.tools.shared/1.3.0/org.eclipse.tycho.p2.tools.shared-1.3.0.jar (21 kB at 11 kB/s) Progress (2): 0.2/1.4 MB | 126/285 kB Progress (2): 0.2/1.4 MB | 126/285 kB Progress (2): 0.2/1.4 MB | 126/285 kB Progress (2): 0.2/1.4 MB | 131/285 kB Progress (2): 0.2/1.4 MB | 131/285 kB Progress (2): 0.2/1.4 MB | 135/285 kB Progress (2): 0.2/1.4 MB | 135/285 kB Progress (2): 0.2/1.4 MB | 139/285 kB Progress (2): 0.2/1.4 MB | 139/285 kB Progress (2): 0.2/1.4 MB | 143/285 kB Progress (2): 0.2/1.4 MB | 147/285 kB Progress (2): 0.2/1.4 MB | 147/285 kB Progress (2): 0.2/1.4 MB | 147/285 kB Progress (2): 0.2/1.4 MB | 151/285 kB Progress (2): 0.2/1.4 MB | 155/285 kB Progress (2): 0.2/1.4 MB | 159/285 kB Progress (2): 0.2/1.4 MB | 159/285 kB Progress (2): 0.2/1.4 MB | 163/285 kB Progress (2): 0.2/1.4 MB | 163/285 kB Progress (2): 0.2/1.4 MB | 163/285 kB Progress (2): 0.2/1.4 MB | 163/285 kB Progress (2): 0.2/1.4 MB | 167/285 kB Progress (2): 0.2/1.4 MB | 171/285 kB Progress (2): 0.2/1.4 MB | 176/285 kB Progress (2): 0.2/1.4 MB | 176/285 kB Progress (2): 0.2/1.4 MB | 176/285 kB Progress (2): 0.2/1.4 MB | 176/285 kB Progress (2): 0.2/1.4 MB | 176/285 kB Progress (2): 0.2/1.4 MB | 180/285 kB Progress (2): 0.2/1.4 MB | 180/285 kB Progress (2): 0.2/1.4 MB | 180/285 kB Progress (2): 0.2/1.4 MB | 184/285 kB Progress (2): 0.2/1.4 MB | 184/285 kB Progress (2): 0.2/1.4 MB | 188/285 kB Progress (2): 0.2/1.4 MB | 188/285 kB Progress (2): 0.2/1.4 MB | 192/285 kB Progress (2): 0.2/1.4 MB | 196/285 kB Progress (2): 0.2/1.4 MB | 196/285 kB Progress (2): 0.3/1.4 MB | 196/285 kB Progress (2): 0.3/1.4 MB | 196/285 kB Progress (2): 0.3/1.4 MB | 196/285 kB Progress (2): 0.3/1.4 MB | 200/285 kB Progress (2): 0.3/1.4 MB | 204/285 kB Progress (2): 0.3/1.4 MB | 208/285 kB Progress (2): 0.3/1.4 MB | 208/285 kB Progress (2): 0.3/1.4 MB | 212/285 kB Progress (2): 0.3/1.4 MB | 212/285 kB Progress (2): 0.3/1.4 MB | 212/285 kB Progress (2): 0.3/1.4 MB | 212/285 kB Progress (2): 0.3/1.4 MB | 217/285 kB Progress (2): 0.3/1.4 MB | 221/285 kB Progress (2): 0.3/1.4 MB | 221/285 kB Progress (2): 0.3/1.4 MB | 225/285 kB Progress (2): 0.3/1.4 MB | 225/285 kB Progress (2): 0.3/1.4 MB | 229/285 kB Progress (2): 0.3/1.4 MB | 229/285 kB Progress (2): 0.3/1.4 MB | 229/285 kB Progress (2): 0.3/1.4 MB | 233/285 kB Progress (2): 0.3/1.4 MB | 233/285 kB Progress (2): 0.3/1.4 MB | 233/285 kB Progress (2): 0.3/1.4 MB | 237/285 kB Progress (2): 0.3/1.4 MB | 237/285 kB Progress (2): 0.3/1.4 MB | 241/285 kB Progress (2): 0.3/1.4 MB | 241/285 kB Progress (2): 0.3/1.4 MB | 245/285 kB Progress (2): 0.3/1.4 MB | 245/285 kB Progress (2): 0.3/1.4 MB | 249/285 kB Progress (2): 0.3/1.4 MB | 249/285 kB Progress (2): 0.3/1.4 MB | 253/285 kB Progress (2): 0.3/1.4 MB | 253/285 kB Progress (2): 0.3/1.4 MB | 258/285 kB Progress (2): 0.3/1.4 MB | 258/285 kB Progress (2): 0.3/1.4 MB | 262/285 kB Progress (2): 0.3/1.4 MB | 262/285 kB Progress (2): 0.3/1.4 MB | 266/285 kB Progress (2): 0.3/1.4 MB | 266/285 kB Progress (2): 0.3/1.4 MB | 266/285 kB Progress (2): 0.3/1.4 MB | 270/285 kB Progress (2): 0.3/1.4 MB | 270/285 kB Progress (2): 0.3/1.4 MB | 274/285 kB Progress (2): 0.3/1.4 MB | 278/285 kB Progress (2): 0.3/1.4 MB | 278/285 kB Progress (2): 0.3/1.4 MB | 282/285 kB Progress (2): 0.3/1.4 MB | 285 kB Progress (2): 0.4/1.4 MB | 285 kB Progress (2): 0.4/1.4 MB | 285 kB Progress (2): 0.4/1.4 MB | 285 kB Progress (2): 0.4/1.4 MB | 285 kB Progress (2): 0.4/1.4 MB | 285 kB Progress (2): 0.4/1.4 MB | 285 kB Progress (2): 0.4/1.4 MB | 285 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-compat/3.0/maven-compat-3.0.jar (285 kB at 141 kB/s) Progress (1): 0.4/1.4 MB Progress (1): 0.4/1.4 MB Progress (1): 0.4/1.4 MB Progress (1): 0.4/1.4 MB Progress (1): 0.4/1.4 MB Progress (1): 0.4/1.4 MB Progress (1): 0.4/1.4 MB Progress (1): 0.4/1.4 MB Progress (1): 0.4/1.4 MB Progress (1): 0.4/1.4 MB Progress (1): 0.4/1.4 MB Progress (1): 0.4/1.4 MB Progress (1): 0.4/1.4 MB Progress (1): 0.4/1.4 MB Progress (1): 0.4/1.4 MB Progress (1): 0.4/1.4 MB Progress (1): 0.4/1.4 MB Progress (1): 0.5/1.4 MB Progress (1): 0.5/1.4 MB Progress (1): 0.5/1.4 MB Progress (1): 0.5/1.4 MB Progress (1): 0.5/1.4 MB Progress (1): 0.5/1.4 MB Progress (1): 0.5/1.4 MB Progress (1): 0.5/1.4 MB Progress (1): 0.5/1.4 MB Progress (1): 0.5/1.4 MB Progress (1): 0.5/1.4 MB Progress (1): 0.5/1.4 MB Progress (1): 0.5/1.4 MB Progress (1): 0.5/1.4 MB Progress (1): 0.5/1.4 MB Progress (1): 0.5/1.4 MB Progress (1): 0.5/1.4 MB Progress (1): 0.5/1.4 MB Progress (1): 0.5/1.4 MB Progress (1): 0.5/1.4 MB Progress (1): 0.5/1.4 MB Progress (1): 0.5/1.4 MB Progress (1): 0.5/1.4 MB Progress (1): 0.5/1.4 MB Progress (1): 0.5/1.4 MB Progress (1): 0.6/1.4 MB Progress (1): 0.6/1.4 MB Progress (1): 0.6/1.4 MB Progress (1): 0.6/1.4 MB Progress (1): 0.6/1.4 MB Progress (1): 0.6/1.4 MB Progress (1): 0.6/1.4 MB Progress (1): 0.6/1.4 MB Progress (1): 0.6/1.4 MB Progress (1): 0.6/1.4 MB Progress (1): 0.6/1.4 MB Progress (1): 0.6/1.4 MB Progress (1): 0.6/1.4 MB Progress (1): 0.6/1.4 MB Progress (1): 0.6/1.4 MB Progress (1): 0.6/1.4 MB Progress (1): 0.6/1.4 MB Progress (1): 0.6/1.4 MB Progress (1): 0.6/1.4 MB Progress (1): 0.6/1.4 MB Progress (1): 0.6/1.4 MB Progress (1): 0.6/1.4 MB Progress (1): 0.6/1.4 MB Progress (1): 0.6/1.4 MB Progress (1): 0.7/1.4 MB Progress (1): 0.7/1.4 MB Progress (1): 0.7/1.4 MB Progress (1): 0.7/1.4 MB Progress (1): 0.7/1.4 MB Progress (1): 0.7/1.4 MB Progress (1): 0.7/1.4 MB Progress (1): 0.7/1.4 MB Progress (1): 0.7/1.4 MB Progress (1): 0.7/1.4 MB Progress (1): 0.7/1.4 MB Progress (1): 0.7/1.4 MB Progress (1): 0.7/1.4 MB Progress (1): 0.7/1.4 MB Progress (1): 0.7/1.4 MB Progress (1): 0.7/1.4 MB Progress (1): 0.7/1.4 MB Progress (1): 0.7/1.4 MB Progress (1): 0.7/1.4 MB Progress (1): 0.7/1.4 MB Progress (1): 0.7/1.4 MB Progress (1): 0.7/1.4 MB Progress (1): 0.7/1.4 MB Progress (1): 0.7/1.4 MB Progress (1): 0.7/1.4 MB Progress (1): 0.8/1.4 MB Progress (1): 0.8/1.4 MB Progress (1): 0.8/1.4 MB Progress (1): 0.8/1.4 MB Progress (1): 0.8/1.4 MB Progress (1): 0.8/1.4 MB Progress (1): 0.8/1.4 MB Progress (1): 0.8/1.4 MB Progress (1): 0.8/1.4 MB Progress (1): 0.8/1.4 MB Progress (1): 0.8/1.4 MB Progress (1): 0.8/1.4 MB Progress (1): 0.8/1.4 MB Progress (1): 0.8/1.4 MB Progress (1): 0.8/1.4 MB Progress (1): 0.8/1.4 MB Progress (1): 0.8/1.4 MB Progress (1): 0.8/1.4 MB Progress (1): 0.8/1.4 MB Progress (1): 0.8/1.4 MB Progress (1): 0.8/1.4 MB Progress (1): 0.8/1.4 MB Progress (1): 0.8/1.4 MB Progress (1): 0.8/1.4 MB Progress (1): 0.9/1.4 MB Progress (1): 0.9/1.4 MB Progress (1): 0.9/1.4 MB Progress (1): 0.9/1.4 MB Progress (1): 0.9/1.4 MB Progress (1): 0.9/1.4 MB Progress (1): 0.9/1.4 MB Progress (1): 0.9/1.4 MB Progress (1): 0.9/1.4 MB Progress (1): 0.9/1.4 MB Progress (1): 0.9/1.4 MB Progress (1): 0.9/1.4 MB Progress (1): 0.9/1.4 MB Progress (1): 0.9/1.4 MB Progress (1): 0.9/1.4 MB Progress (1): 0.9/1.4 MB Progress (1): 0.9/1.4 MB Progress (1): 0.9/1.4 MB Progress (1): 0.9/1.4 MB Progress (1): 0.9/1.4 MB Progress (1): 0.9/1.4 MB Progress (1): 0.9/1.4 MB Progress (1): 0.9/1.4 MB Progress (1): 0.9/1.4 MB Progress (1): 0.9/1.4 MB Progress (1): 1.0/1.4 MB Progress (1): 1.0/1.4 MB Progress (1): 1.0/1.4 MB Progress (1): 1.0/1.4 MB Progress (1): 1.0/1.4 MB Progress (1): 1.0/1.4 MB Progress (1): 1.0/1.4 MB Progress (1): 1.0/1.4 MB Progress (1): 1.0/1.4 MB Progress (1): 1.0/1.4 MB Progress (1): 1.0/1.4 MB Progress (1): 1.0/1.4 MB Progress (1): 1.0/1.4 MB Progress (1): 1.0/1.4 MB Progress (1): 1.0/1.4 MB Progress (1): 1.0/1.4 MB Progress (1): 1.0/1.4 MB Progress (1): 1.0/1.4 MB Progress (1): 1.0/1.4 MB Progress (1): 1.0/1.4 MB Progress (1): 1.0/1.4 MB Progress (1): 1.0/1.4 MB Progress (1): 1.0/1.4 MB Progress (1): 1.0/1.4 MB Progress (1): 1.1/1.4 MB Progress (1): 1.1/1.4 MB Progress (1): 1.1/1.4 MB Progress (1): 1.1/1.4 MB Progress (1): 1.1/1.4 MB Progress (1): 1.1/1.4 MB Progress (1): 1.1/1.4 MB Progress (1): 1.1/1.4 MB Progress (1): 1.1/1.4 MB Progress (1): 1.1/1.4 MB Progress (1): 1.1/1.4 MB Progress (1): 1.1/1.4 MB Progress (1): 1.1/1.4 MB Progress (1): 1.1/1.4 MB Progress (1): 1.1/1.4 MB Progress (1): 1.1/1.4 MB Progress (1): 1.1/1.4 MB Progress (1): 1.1/1.4 MB Progress (1): 1.1/1.4 MB Progress (1): 1.1/1.4 MB Progress (1): 1.1/1.4 MB Progress (1): 1.1/1.4 MB Progress (1): 1.1/1.4 MB Progress (1): 1.1/1.4 MB Progress (1): 1.2/1.4 MB Progress (1): 1.2/1.4 MB Progress (1): 1.2/1.4 MB Progress (1): 1.2/1.4 MB Progress (1): 1.2/1.4 MB Progress (1): 1.2/1.4 MB Progress (1): 1.2/1.4 MB Progress (1): 1.2/1.4 MB Progress (1): 1.2/1.4 MB Progress (1): 1.2/1.4 MB Progress (1): 1.2/1.4 MB Progress (1): 1.2/1.4 MB Progress (1): 1.2/1.4 MB Progress (1): 1.2/1.4 MB Progress (1): 1.2/1.4 MB Progress (1): 1.2/1.4 MB Progress (1): 1.2/1.4 MB Progress (1): 1.2/1.4 MB Progress (1): 1.2/1.4 MB Progress (1): 1.2/1.4 MB Progress (1): 1.2/1.4 MB Progress (1): 1.2/1.4 MB Progress (1): 1.2/1.4 MB Progress (1): 1.2/1.4 MB Progress (1): 1.2/1.4 MB Progress (1): 1.3/1.4 MB Progress (1): 1.3/1.4 MB Progress (1): 1.3/1.4 MB Progress (1): 1.3/1.4 MB Progress (1): 1.3/1.4 MB Progress (1): 1.3/1.4 MB Progress (1): 1.3/1.4 MB Progress (1): 1.3/1.4 MB Progress (1): 1.3/1.4 MB Progress (1): 1.3/1.4 MB Progress (1): 1.3/1.4 MB Progress (1): 1.3/1.4 MB Progress (1): 1.3/1.4 MB Progress (1): 1.3/1.4 MB Progress (1): 1.3/1.4 MB Progress (1): 1.3/1.4 MB Progress (1): 1.3/1.4 MB Progress (1): 1.3/1.4 MB Progress (1): 1.3/1.4 MB Progress (1): 1.3/1.4 MB Progress (1): 1.3/1.4 MB Progress (1): 1.3/1.4 MB Progress (1): 1.3/1.4 MB Progress (1): 1.3/1.4 MB Progress (1): 1.4/1.4 MB Progress (1): 1.4/1.4 MB Progress (1): 1.4/1.4 MB Progress (1): 1.4/1.4 MB Progress (1): 1.4/1.4 MB Progress (1): 1.4/1.4 MB Progress (1): 1.4/1.4 MB Progress (1): 1.4/1.4 MB Progress (1): 1.4/1.4 MB Progress (1): 1.4/1.4 MB Progress (1): 1.4/1.4 MB Progress (1): 1.4/1.4 MB Progress (1): 1.4/1.4 MB Progress (1): 1.4/1.4 MB Progress (1): 1.4/1.4 MB Progress (1): 1.4/1.4 MB Progress (1): 1.4/1.4 MB Progress (1): 1.4/1.4 MB Progress (1): 1.4/1.4 MB Progress (1): 1.4/1.4 MB Progress (1): 1.4 MB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.osgi/3.13.0.v20180226-1711/org.eclipse.osgi-3.13.0.v20180226-1711.jar (1.4 MB at 607 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/tycho-bundles-external/1.3.0/tycho-bundles-external-1.3.0.zip Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-bundles-external/1.3.0/tycho-bundles-external-1.3.0.zip Progress (1): 0/8.0 MB Progress (1): 0/8.0 MB Progress (1): 0/8.0 MB Progress (1): 0/8.0 MB Progress (1): 0/8.0 MB Progress (1): 0/8.0 MB Progress (1): 0/8.0 MB Progress (1): 0/8.0 MB Progress (1): 0/8.0 MB Progress (1): 0/8.0 MB Progress (1): 0/8.0 MB Progress (1): 0/8.0 MB Progress (1): 0.1/8.0 MB Progress (1): 0.1/8.0 MB Progress (1): 0.1/8.0 MB Progress (1): 0.1/8.0 MB Progress (1): 0.1/8.0 MB Progress (1): 0.1/8.0 MB Progress (1): 0.1/8.0 MB Progress (1): 0.1/8.0 MB Progress (1): 0.1/8.0 MB Progress (1): 0.1/8.0 MB Progress (1): 0.1/8.0 MB Progress (1): 0.1/8.0 MB Progress (1): 0.1/8.0 MB Progress (1): 0.1/8.0 MB Progress (1): 0.1/8.0 MB Progress (1): 0.1/8.0 MB Progress (1): 0.1/8.0 MB Progress (1): 0.1/8.0 MB Progress (1): 0.1/8.0 MB Progress (1): 0.1/8.0 MB Progress (1): 0.1/8.0 MB Progress (1): 0.1/8.0 MB Progress (1): 0.1/8.0 MB Progress (1): 0.1/8.0 MB Progress (1): 0.2/8.0 MB Progress (1): 0.2/8.0 MB Progress (1): 0.2/8.0 MB Progress (1): 0.2/8.0 MB Progress (1): 0.2/8.0 MB Progress (1): 0.2/8.0 MB Progress (1): 0.2/8.0 MB Progress (1): 0.2/8.0 MB Progress (1): 0.2/8.0 MB Progress (1): 0.2/8.0 MB Progress (1): 0.2/8.0 MB Progress (1): 0.2/8.0 MB Progress (1): 0.2/8.0 MB Progress (1): 0.2/8.0 MB Progress (1): 0.2/8.0 MB Progress (1): 0.2/8.0 MB Progress (1): 0.2/8.0 MB Progress (1): 0.2/8.0 MB Progress (1): 0.2/8.0 MB Progress (1): 0.2/8.0 MB Progress (1): 0.2/8.0 MB Progress (1): 0.2/8.0 MB Progress (1): 0.2/8.0 MB Progress (1): 0.2/8.0 MB Progress (1): 0.2/8.0 MB Progress (1): 0.3/8.0 MB Progress (1): 0.3/8.0 MB Progress (1): 0.3/8.0 MB Progress (1): 0.3/8.0 MB Progress (1): 0.3/8.0 MB Progress (1): 0.3/8.0 MB Progress (1): 0.3/8.0 MB Progress (1): 0.3/8.0 MB Progress (1): 0.3/8.0 MB Progress (1): 0.3/8.0 MB Progress (1): 0.3/8.0 MB Progress (1): 0.3/8.0 MB Progress (1): 0.3/8.0 MB Progress (1): 0.3/8.0 MB Progress (1): 0.3/8.0 MB Progress (1): 0.3/8.0 MB Progress (1): 0.3/8.0 MB Progress (1): 0.3/8.0 MB Progress (1): 0.3/8.0 MB Progress (1): 0.3/8.0 MB Progress (1): 0.3/8.0 MB Progress (1): 0.3/8.0 MB Progress (1): 0.3/8.0 MB Progress (1): 0.3/8.0 MB Progress (1): 0.4/8.0 MB Progress (1): 0.4/8.0 MB Progress (1): 0.4/8.0 MB Progress (1): 0.4/8.0 MB Progress (1): 0.4/8.0 MB Progress (1): 0.4/8.0 MB Progress (1): 0.4/8.0 MB Progress (1): 0.4/8.0 MB Progress (1): 0.4/8.0 MB Progress (1): 0.4/8.0 MB Progress (1): 0.4/8.0 MB Progress (1): 0.4/8.0 MB Progress (1): 0.4/8.0 MB Progress (1): 0.4/8.0 MB Progress (1): 0.4/8.0 MB Progress (1): 0.4/8.0 MB Progress (1): 0.4/8.0 MB Progress (1): 0.4/8.0 MB Progress (1): 0.4/8.0 MB Progress (1): 0.4/8.0 MB Progress (1): 0.4/8.0 MB Progress (1): 0.4/8.0 MB Progress (1): 0.4/8.0 MB Progress (1): 0.4/8.0 MB Progress (1): 0.5/8.0 MB Progress (1): 0.5/8.0 MB Progress (1): 0.5/8.0 MB Progress (1): 0.5/8.0 MB Progress (1): 0.5/8.0 MB Progress (1): 0.5/8.0 MB Progress (1): 0.5/8.0 MB Progress (1): 0.5/8.0 MB Progress (1): 0.5/8.0 MB Progress (1): 0.5/8.0 MB Progress (1): 0.5/8.0 MB Progress (1): 0.5/8.0 MB Progress (1): 0.5/8.0 MB Progress (1): 0.5/8.0 MB Progress (1): 0.5/8.0 MB Progress (1): 0.5/8.0 MB Progress (1): 0.5/8.0 MB Progress (1): 0.5/8.0 MB Progress (1): 0.5/8.0 MB Progress (1): 0.5/8.0 MB Progress (1): 0.5/8.0 MB Progress (1): 0.5/8.0 MB Progress (1): 0.5/8.0 MB Progress (1): 0.5/8.0 MB Progress (1): 0.5/8.0 MB Progress (1): 0.6/8.0 MB Progress (1): 0.6/8.0 MB Progress (1): 0.6/8.0 MB Progress (1): 0.6/8.0 MB Progress (1): 0.6/8.0 MB Progress (1): 0.6/8.0 MB Progress (1): 0.6/8.0 MB Progress (1): 0.6/8.0 MB Progress (1): 0.6/8.0 MB Progress (1): 0.6/8.0 MB Progress (1): 0.6/8.0 MB Progress (1): 0.6/8.0 MB Progress (1): 0.6/8.0 MB Progress (1): 0.6/8.0 MB Progress (1): 0.6/8.0 MB Progress (1): 0.6/8.0 MB Progress (1): 0.6/8.0 MB Progress (1): 0.6/8.0 MB Progress (1): 0.6/8.0 MB Progress (1): 0.6/8.0 MB Progress (1): 0.6/8.0 MB Progress (1): 0.6/8.0 MB Progress (1): 0.6/8.0 MB Progress (1): 0.6/8.0 MB Progress (1): 0.7/8.0 MB Progress (1): 0.7/8.0 MB Progress (1): 0.7/8.0 MB Progress (1): 0.7/8.0 MB Progress (1): 0.7/8.0 MB Progress (1): 0.7/8.0 MB Progress (1): 0.7/8.0 MB Progress (1): 0.7/8.0 MB Progress (1): 0.7/8.0 MB Progress (1): 0.7/8.0 MB Progress (1): 0.7/8.0 MB Progress (1): 0.7/8.0 MB Progress (1): 0.7/8.0 MB Progress (1): 0.7/8.0 MB Progress (1): 0.7/8.0 MB Progress (1): 0.7/8.0 MB Progress (1): 0.7/8.0 MB Progress (1): 0.7/8.0 MB Progress (1): 0.7/8.0 MB Progress (1): 0.7/8.0 MB Progress (1): 0.7/8.0 MB Progress (1): 0.7/8.0 MB Progress (1): 0.7/8.0 MB Progress (1): 0.7/8.0 MB Progress (1): 0.7/8.0 MB Progress (1): 0.8/8.0 MB Progress (1): 0.8/8.0 MB Progress (1): 0.8/8.0 MB Progress (1): 0.8/8.0 MB Progress (1): 0.8/8.0 MB Progress (1): 0.8/8.0 MB Progress (1): 0.8/8.0 MB Progress (1): 0.8/8.0 MB Progress (1): 0.8/8.0 MB Progress (1): 0.8/8.0 MB Progress (1): 0.8/8.0 MB Progress (1): 0.8/8.0 MB Progress (1): 0.8/8.0 MB Progress (1): 0.8/8.0 MB Progress (1): 0.8/8.0 MB Progress (1): 0.8/8.0 MB Progress (1): 0.8/8.0 MB Progress (1): 0.8/8.0 MB Progress (1): 0.8/8.0 MB Progress (1): 0.8/8.0 MB Progress (1): 0.8/8.0 MB Progress (1): 0.8/8.0 MB Progress (1): 0.8/8.0 MB Progress (1): 0.8/8.0 MB Progress (1): 0.9/8.0 MB Progress (1): 0.9/8.0 MB Progress (1): 0.9/8.0 MB Progress (1): 0.9/8.0 MB Progress (1): 0.9/8.0 MB Progress (1): 0.9/8.0 MB Progress (1): 0.9/8.0 MB Progress (1): 0.9/8.0 MB Progress (1): 0.9/8.0 MB Progress (1): 0.9/8.0 MB Progress (1): 0.9/8.0 MB Progress (1): 0.9/8.0 MB Progress (1): 0.9/8.0 MB Progress (1): 0.9/8.0 MB Progress (1): 0.9/8.0 MB Progress (1): 0.9/8.0 MB Progress (1): 0.9/8.0 MB Progress (1): 0.9/8.0 MB Progress (1): 0.9/8.0 MB Progress (1): 0.9/8.0 MB Progress (1): 0.9/8.0 MB Progress (1): 0.9/8.0 MB Progress (1): 0.9/8.0 MB Progress (1): 0.9/8.0 MB Progress (1): 0.9/8.0 MB Progress (1): 1.0/8.0 MB Progress (1): 1.0/8.0 MB Progress (1): 1.0/8.0 MB Progress (1): 1.0/8.0 MB Progress (1): 1.0/8.0 MB Progress (1): 1.0/8.0 MB Progress (1): 1.0/8.0 MB Progress (1): 1.0/8.0 MB Progress (1): 1.0/8.0 MB Progress (1): 1.0/8.0 MB Progress (1): 1.0/8.0 MB Progress (1): 1.0/8.0 MB Progress (1): 1.0/8.0 MB Progress (1): 1.0/8.0 MB Progress (1): 1.0/8.0 MB Progress (1): 1.0/8.0 MB Progress (1): 1.0/8.0 MB Progress (1): 1.0/8.0 MB Progress (1): 1.0/8.0 MB Progress (1): 1.0/8.0 MB Progress (1): 1.0/8.0 MB Progress (1): 1.0/8.0 MB Progress (1): 1.0/8.0 MB Progress (1): 1.0/8.0 MB Progress (1): 1.1/8.0 MB Progress (1): 1.1/8.0 MB Progress (1): 1.1/8.0 MB Progress (1): 1.1/8.0 MB Progress (1): 1.1/8.0 MB Progress (1): 1.1/8.0 MB Progress (1): 1.1/8.0 MB Progress (1): 1.1/8.0 MB Progress (1): 1.1/8.0 MB Progress (1): 1.1/8.0 MB Progress (1): 1.1/8.0 MB Progress (1): 1.1/8.0 MB Progress (1): 1.1/8.0 MB Progress (1): 1.1/8.0 MB Progress (1): 1.1/8.0 MB Progress (1): 1.1/8.0 MB Progress (1): 1.1/8.0 MB Progress (1): 1.1/8.0 MB Progress (1): 1.1/8.0 MB Progress (1): 1.1/8.0 MB Progress (1): 1.1/8.0 MB Progress (1): 1.1/8.0 MB Progress (1): 1.1/8.0 MB Progress (1): 1.1/8.0 MB Progress (1): 1.2/8.0 MB Progress (1): 1.2/8.0 MB Progress (1): 1.2/8.0 MB Progress (1): 1.2/8.0 MB Progress (1): 1.2/8.0 MB Progress (1): 1.2/8.0 MB Progress (1): 1.2/8.0 MB Progress (1): 1.2/8.0 MB Progress (1): 1.2/8.0 MB Progress (1): 1.2/8.0 MB Progress (1): 1.2/8.0 MB Progress (1): 1.2/8.0 MB Progress (1): 1.2/8.0 MB Progress (1): 1.2/8.0 MB Progress (1): 1.2/8.0 MB Progress (1): 1.2/8.0 MB Progress (1): 1.2/8.0 MB Progress (1): 1.2/8.0 MB Progress (1): 1.2/8.0 MB Progress (1): 1.2/8.0 MB Progress (1): 1.2/8.0 MB Progress (1): 1.2/8.0 MB Progress (1): 1.2/8.0 MB Progress (1): 1.2/8.0 MB Progress (1): 1.2/8.0 MB Progress (1): 1.3/8.0 MB Progress (1): 1.3/8.0 MB Progress (1): 1.3/8.0 MB Progress (1): 1.3/8.0 MB Progress (1): 1.3/8.0 MB Progress (1): 1.3/8.0 MB Progress (1): 1.3/8.0 MB Progress (1): 1.3/8.0 MB Progress (1): 1.3/8.0 MB Progress (1): 1.3/8.0 MB Progress (1): 1.3/8.0 MB Progress (1): 1.3/8.0 MB Progress (1): 1.3/8.0 MB Progress (1): 1.3/8.0 MB Progress (1): 1.3/8.0 MB Progress (1): 1.3/8.0 MB Progress (1): 1.3/8.0 MB Progress (1): 1.3/8.0 MB Progress (1): 1.3/8.0 MB Progress (1): 1.3/8.0 MB Progress (1): 1.3/8.0 MB Progress (1): 1.3/8.0 MB Progress (1): 1.3/8.0 MB Progress (1): 1.3/8.0 MB Progress (1): 1.4/8.0 MB Progress (1): 1.4/8.0 MB Progress (1): 1.4/8.0 MB Progress (1): 1.4/8.0 MB Progress (1): 1.4/8.0 MB Progress (1): 1.4/8.0 MB Progress (1): 1.4/8.0 MB Progress (1): 1.4/8.0 MB Progress (1): 1.4/8.0 MB Progress (1): 1.4/8.0 MB Progress (1): 1.4/8.0 MB Progress (1): 1.4/8.0 MB Progress (1): 1.4/8.0 MB Progress (1): 1.4/8.0 MB Progress (1): 1.4/8.0 MB Progress (1): 1.4/8.0 MB Progress (1): 1.4/8.0 MB Progress (1): 1.4/8.0 MB Progress (1): 1.4/8.0 MB Progress (1): 1.4/8.0 MB Progress (1): 1.4/8.0 MB Progress (1): 1.4/8.0 MB Progress (1): 1.4/8.0 MB Progress (1): 1.4/8.0 MB Progress (1): 1.4/8.0 MB Progress (1): 1.5/8.0 MB Progress (1): 1.5/8.0 MB Progress (1): 1.5/8.0 MB Progress (1): 1.5/8.0 MB Progress (1): 1.5/8.0 MB Progress (1): 1.5/8.0 MB Progress (1): 1.5/8.0 MB Progress (1): 1.5/8.0 MB Progress (1): 1.5/8.0 MB Progress (1): 1.5/8.0 MB Progress (1): 1.5/8.0 MB Progress (1): 1.5/8.0 MB Progress (1): 1.5/8.0 MB Progress (1): 1.5/8.0 MB Progress (1): 1.5/8.0 MB Progress (1): 1.5/8.0 MB Progress (1): 1.5/8.0 MB Progress (1): 1.5/8.0 MB Progress (1): 1.5/8.0 MB Progress (1): 1.5/8.0 MB Progress (1): 1.5/8.0 MB Progress (1): 1.5/8.0 MB Progress (1): 1.5/8.0 MB Progress (1): 1.5/8.0 MB Progress (1): 1.6/8.0 MB Progress (1): 1.6/8.0 MB Progress (1): 1.6/8.0 MB Progress (1): 1.6/8.0 MB Progress (1): 1.6/8.0 MB Progress (1): 1.6/8.0 MB Progress (1): 1.6/8.0 MB Progress (1): 1.6/8.0 MB Progress (1): 1.6/8.0 MB Progress (1): 1.6/8.0 MB Progress (1): 1.6/8.0 MB Progress (1): 1.6/8.0 MB Progress (1): 1.6/8.0 MB Progress (1): 1.6/8.0 MB Progress (1): 1.6/8.0 MB Progress (1): 1.6/8.0 MB Progress (1): 1.6/8.0 MB Progress (1): 1.6/8.0 MB Progress (1): 1.6/8.0 MB Progress (1): 1.6/8.0 MB Progress (1): 1.6/8.0 MB Progress (1): 1.6/8.0 MB Progress (1): 1.6/8.0 MB Progress (1): 1.6/8.0 MB Progress (1): 1.7/8.0 MB Progress (1): 1.7/8.0 MB Progress (1): 1.7/8.0 MB Progress (1): 1.7/8.0 MB Progress (1): 1.7/8.0 MB Progress (1): 1.7/8.0 MB Progress (1): 1.7/8.0 MB Progress (1): 1.7/8.0 MB Progress (1): 1.7/8.0 MB Progress (1): 1.7/8.0 MB Progress (1): 1.7/8.0 MB Progress (1): 1.7/8.0 MB Progress (1): 1.7/8.0 MB Progress (1): 1.7/8.0 MB Progress (1): 1.7/8.0 MB Progress (1): 1.7/8.0 MB Progress (1): 1.7/8.0 MB Progress (1): 1.7/8.0 MB Progress (1): 1.7/8.0 MB Progress (1): 1.7/8.0 MB Progress (1): 1.7/8.0 MB Progress (1): 1.7/8.0 MB Progress (1): 1.7/8.0 MB Progress (1): 1.7/8.0 MB Progress (1): 1.7/8.0 MB Progress (1): 1.8/8.0 MB Progress (1): 1.8/8.0 MB Progress (1): 1.8/8.0 MB Progress (1): 1.8/8.0 MB Progress (1): 1.8/8.0 MB Progress (1): 1.8/8.0 MB Progress (1): 1.8/8.0 MB Progress (1): 1.8/8.0 MB Progress (1): 1.8/8.0 MB Progress (1): 1.8/8.0 MB Progress (1): 1.8/8.0 MB Progress (1): 1.8/8.0 MB Progress (1): 1.8/8.0 MB Progress (1): 1.8/8.0 MB Progress (1): 1.8/8.0 MB Progress (1): 1.8/8.0 MB Progress (1): 1.8/8.0 MB Progress (1): 1.8/8.0 MB Progress (1): 1.8/8.0 MB Progress (1): 1.8/8.0 MB Progress (1): 1.8/8.0 MB Progress (1): 1.8/8.0 MB Progress (1): 1.8/8.0 MB Progress (1): 1.8/8.0 MB Progress (1): 1.9/8.0 MB Progress (1): 1.9/8.0 MB Progress (1): 1.9/8.0 MB Progress (1): 1.9/8.0 MB Progress (1): 1.9/8.0 MB Progress (1): 1.9/8.0 MB Progress (1): 1.9/8.0 MB Progress (1): 1.9/8.0 MB Progress (1): 1.9/8.0 MB Progress (1): 1.9/8.0 MB Progress (1): 1.9/8.0 MB Progress (1): 1.9/8.0 MB Progress (1): 1.9/8.0 MB Progress (1): 1.9/8.0 MB Progress (1): 1.9/8.0 MB Progress (1): 1.9/8.0 MB Progress (1): 1.9/8.0 MB Progress (1): 1.9/8.0 MB Progress (1): 1.9/8.0 MB Progress (1): 1.9/8.0 MB Progress (1): 1.9/8.0 MB Progress (1): 1.9/8.0 MB Progress (1): 1.9/8.0 MB Progress (1): 1.9/8.0 MB Progress (1): 1.9/8.0 MB Progress (1): 2.0/8.0 MB Progress (1): 2.0/8.0 MB Progress (1): 2.0/8.0 MB Progress (1): 2.0/8.0 MB Progress (1): 2.0/8.0 MB Progress (1): 2.0/8.0 MB Progress (1): 2.0/8.0 MB Progress (1): 2.0/8.0 MB Progress (1): 2.0/8.0 MB Progress (1): 2.0/8.0 MB Progress (1): 2.0/8.0 MB Progress (1): 2.0/8.0 MB Progress (1): 2.0/8.0 MB Progress (1): 2.0/8.0 MB Progress (1): 2.0/8.0 MB Progress (1): 2.0/8.0 MB Progress (1): 2.0/8.0 MB Progress (1): 2.0/8.0 MB Progress (1): 2.0/8.0 MB Progress (1): 2.0/8.0 MB Progress (1): 2.0/8.0 MB Progress (1): 2.0/8.0 MB Progress (1): 2.0/8.0 MB Progress (1): 2.0/8.0 MB Progress (1): 2.1/8.0 MB Progress (1): 2.1/8.0 MB Progress (1): 2.1/8.0 MB Progress (1): 2.1/8.0 MB Progress (1): 2.1/8.0 MB Progress (1): 2.1/8.0 MB Progress (1): 2.1/8.0 MB Progress (1): 2.1/8.0 MB Progress (1): 2.1/8.0 MB Progress (1): 2.1/8.0 MB Progress (1): 2.1/8.0 MB Progress (1): 2.1/8.0 MB Progress (1): 2.1/8.0 MB Progress (1): 2.1/8.0 MB Progress (1): 2.1/8.0 MB Progress (1): 2.1/8.0 MB Progress (1): 2.1/8.0 MB Progress (1): 2.1/8.0 MB Progress (1): 2.1/8.0 MB Progress (1): 2.1/8.0 MB Progress (1): 2.1/8.0 MB Progress (1): 2.1/8.0 MB Progress (1): 2.1/8.0 MB Progress (1): 2.1/8.0 MB Progress (1): 2.1/8.0 MB Progress (1): 2.2/8.0 MB Progress (1): 2.2/8.0 MB Progress (1): 2.2/8.0 MB Progress (1): 2.2/8.0 MB Progress (1): 2.2/8.0 MB Progress (1): 2.2/8.0 MB Progress (1): 2.2/8.0 MB Progress (1): 2.2/8.0 MB Progress (1): 2.2/8.0 MB Progress (1): 2.2/8.0 MB Progress (1): 2.2/8.0 MB Progress (1): 2.2/8.0 MB Progress (1): 2.2/8.0 MB Progress (1): 2.2/8.0 MB Progress (1): 2.2/8.0 MB Progress (1): 2.2/8.0 MB Progress (1): 2.2/8.0 MB Progress (1): 2.2/8.0 MB Progress (1): 2.2/8.0 MB Progress (1): 2.2/8.0 MB Progress (1): 2.2/8.0 MB Progress (1): 2.2/8.0 MB Progress (1): 2.2/8.0 MB Progress (1): 2.2/8.0 MB Progress (1): 2.3/8.0 MB Progress (1): 2.3/8.0 MB Progress (1): 2.3/8.0 MB Progress (1): 2.3/8.0 MB Progress (1): 2.3/8.0 MB Progress (1): 2.3/8.0 MB Progress (1): 2.3/8.0 MB Progress (1): 2.3/8.0 MB Progress (1): 2.3/8.0 MB Progress (1): 2.3/8.0 MB Progress (1): 2.3/8.0 MB Progress (1): 2.3/8.0 MB Progress (1): 2.3/8.0 MB Progress (1): 2.3/8.0 MB Progress (1): 2.3/8.0 MB Progress (1): 2.3/8.0 MB Progress (1): 2.3/8.0 MB Progress (1): 2.3/8.0 MB Progress (1): 2.3/8.0 MB Progress (1): 2.3/8.0 MB Progress (1): 2.3/8.0 MB Progress (1): 2.3/8.0 MB Progress (1): 2.3/8.0 MB Progress (1): 2.3/8.0 MB Progress (1): 2.4/8.0 MB Progress (1): 2.4/8.0 MB Progress (1): 2.4/8.0 MB Progress (1): 2.4/8.0 MB Progress (1): 2.4/8.0 MB Progress (1): 2.4/8.0 MB Progress (1): 2.4/8.0 MB Progress (1): 2.4/8.0 MB Progress (1): 2.4/8.0 MB Progress (1): 2.4/8.0 MB Progress (1): 2.4/8.0 MB Progress (1): 2.4/8.0 MB Progress (1): 2.4/8.0 MB Progress (1): 2.4/8.0 MB Progress (1): 2.4/8.0 MB Progress (1): 2.4/8.0 MB Progress (1): 2.4/8.0 MB Progress (1): 2.4/8.0 MB Progress (1): 2.4/8.0 MB Progress (1): 2.4/8.0 MB Progress (1): 2.4/8.0 MB Progress (1): 2.4/8.0 MB Progress (1): 2.4/8.0 MB Progress (1): 2.4/8.0 MB Progress (1): 2.4/8.0 MB Progress (1): 2.5/8.0 MB Progress (1): 2.5/8.0 MB Progress (1): 2.5/8.0 MB Progress (1): 2.5/8.0 MB Progress (1): 2.5/8.0 MB Progress (1): 2.5/8.0 MB Progress (1): 2.5/8.0 MB Progress (1): 2.5/8.0 MB Progress (1): 2.5/8.0 MB Progress (1): 2.5/8.0 MB Progress (1): 2.5/8.0 MB Progress (1): 2.5/8.0 MB Progress (1): 2.5/8.0 MB Progress (1): 2.5/8.0 MB Progress (1): 2.5/8.0 MB Progress (1): 2.5/8.0 MB Progress (1): 2.5/8.0 MB Progress (1): 2.5/8.0 MB Progress (1): 2.5/8.0 MB Progress (1): 2.5/8.0 MB Progress (1): 2.5/8.0 MB Progress (1): 2.5/8.0 MB Progress (1): 2.5/8.0 MB Progress (1): 2.5/8.0 MB Progress (1): 2.6/8.0 MB Progress (1): 2.6/8.0 MB Progress (1): 2.6/8.0 MB Progress (1): 2.6/8.0 MB Progress (1): 2.6/8.0 MB Progress (1): 2.6/8.0 MB Progress (1): 2.6/8.0 MB Progress (1): 2.6/8.0 MB Progress (1): 2.6/8.0 MB Progress (1): 2.6/8.0 MB Progress (1): 2.6/8.0 MB Progress (1): 2.6/8.0 MB Progress (1): 2.6/8.0 MB Progress (1): 2.6/8.0 MB Progress (1): 2.6/8.0 MB Progress (1): 2.6/8.0 MB Progress (1): 2.6/8.0 MB Progress (1): 2.6/8.0 MB Progress (1): 2.6/8.0 MB Progress (1): 2.6/8.0 MB Progress (1): 2.6/8.0 MB Progress (1): 2.6/8.0 MB Progress (1): 2.6/8.0 MB Progress (1): 2.6/8.0 MB Progress (1): 2.6/8.0 MB Progress (1): 2.7/8.0 MB Progress (1): 2.7/8.0 MB Progress (1): 2.7/8.0 MB Progress (1): 2.7/8.0 MB Progress (1): 2.7/8.0 MB Progress (1): 2.7/8.0 MB Progress (1): 2.7/8.0 MB Progress (1): 2.7/8.0 MB Progress (1): 2.7/8.0 MB Progress (1): 2.7/8.0 MB Progress (1): 2.7/8.0 MB Progress (1): 2.7/8.0 MB Progress (1): 2.7/8.0 MB Progress (1): 2.7/8.0 MB Progress (1): 2.7/8.0 MB Progress (1): 2.7/8.0 MB Progress (1): 2.7/8.0 MB Progress (1): 2.7/8.0 MB Progress (1): 2.7/8.0 MB Progress (1): 2.7/8.0 MB Progress (1): 2.7/8.0 MB Progress (1): 2.7/8.0 MB Progress (1): 2.7/8.0 MB Progress (1): 2.7/8.0 MB Progress (1): 2.8/8.0 MB Progress (1): 2.8/8.0 MB Progress (1): 2.8/8.0 MB Progress (1): 2.8/8.0 MB Progress (1): 2.8/8.0 MB Progress (1): 2.8/8.0 MB Progress (1): 2.8/8.0 MB Progress (1): 2.8/8.0 MB Progress (1): 2.8/8.0 MB Progress (1): 2.8/8.0 MB Progress (1): 2.8/8.0 MB Progress (1): 2.8/8.0 MB Progress (1): 2.8/8.0 MB Progress (1): 2.8/8.0 MB Progress (1): 2.8/8.0 MB Progress (1): 2.8/8.0 MB Progress (1): 2.8/8.0 MB Progress (1): 2.8/8.0 MB Progress (1): 2.8/8.0 MB Progress (1): 2.8/8.0 MB Progress (1): 2.8/8.0 MB Progress (1): 2.8/8.0 MB Progress (1): 2.8/8.0 MB Progress (1): 2.8/8.0 MB Progress (1): 2.9/8.0 MB Progress (1): 2.9/8.0 MB Progress (1): 2.9/8.0 MB Progress (1): 2.9/8.0 MB Progress (1): 2.9/8.0 MB Progress (1): 2.9/8.0 MB Progress (1): 2.9/8.0 MB Progress (1): 2.9/8.0 MB Progress (1): 2.9/8.0 MB Progress (1): 2.9/8.0 MB Progress (1): 2.9/8.0 MB Progress (1): 2.9/8.0 MB Progress (1): 2.9/8.0 MB Progress (1): 2.9/8.0 MB Progress (1): 2.9/8.0 MB Progress (1): 2.9/8.0 MB Progress (1): 2.9/8.0 MB Progress (1): 2.9/8.0 MB Progress (1): 2.9/8.0 MB Progress (1): 2.9/8.0 MB Progress (1): 2.9/8.0 MB Progress (1): 2.9/8.0 MB Progress (1): 2.9/8.0 MB Progress (1): 2.9/8.0 MB Progress (1): 2.9/8.0 MB Progress (1): 3.0/8.0 MB Progress (1): 3.0/8.0 MB Progress (1): 3.0/8.0 MB Progress (1): 3.0/8.0 MB Progress (1): 3.0/8.0 MB Progress (1): 3.0/8.0 MB Progress (1): 3.0/8.0 MB Progress (1): 3.0/8.0 MB Progress (1): 3.0/8.0 MB Progress (1): 3.0/8.0 MB Progress (1): 3.0/8.0 MB Progress (1): 3.0/8.0 MB Progress (1): 3.0/8.0 MB Progress (1): 3.0/8.0 MB Progress (1): 3.0/8.0 MB Progress (1): 3.0/8.0 MB Progress (1): 3.0/8.0 MB Progress (1): 3.0/8.0 MB Progress (1): 3.0/8.0 MB Progress (1): 3.0/8.0 MB Progress (1): 3.0/8.0 MB Progress (1): 3.0/8.0 MB Progress (1): 3.0/8.0 MB Progress (1): 3.0/8.0 MB Progress (1): 3.1/8.0 MB Progress (1): 3.1/8.0 MB Progress (1): 3.1/8.0 MB Progress (1): 3.1/8.0 MB Progress (1): 3.1/8.0 MB Progress (1): 3.1/8.0 MB Progress (1): 3.1/8.0 MB Progress (1): 3.1/8.0 MB Progress (1): 3.1/8.0 MB Progress (1): 3.1/8.0 MB Progress (1): 3.1/8.0 MB Progress (1): 3.1/8.0 MB Progress (1): 3.1/8.0 MB Progress (1): 3.1/8.0 MB Progress (1): 3.1/8.0 MB Progress (1): 3.1/8.0 MB Progress (1): 3.1/8.0 MB Progress (1): 3.1/8.0 MB Progress (1): 3.1/8.0 MB Progress (1): 3.1/8.0 MB Progress (1): 3.1/8.0 MB Progress (1): 3.1/8.0 MB Progress (1): 3.1/8.0 MB Progress (1): 3.1/8.0 MB Progress (1): 3.1/8.0 MB Progress (1): 3.2/8.0 MB Progress (1): 3.2/8.0 MB Progress (1): 3.2/8.0 MB Progress (1): 3.2/8.0 MB Progress (1): 3.2/8.0 MB Progress (1): 3.2/8.0 MB Progress (1): 3.2/8.0 MB Progress (1): 3.2/8.0 MB Progress (1): 3.2/8.0 MB Progress (1): 3.2/8.0 MB Progress (1): 3.2/8.0 MB Progress (1): 3.2/8.0 MB Progress (1): 3.2/8.0 MB Progress (1): 3.2/8.0 MB Progress (1): 3.2/8.0 MB Progress (1): 3.2/8.0 MB Progress (1): 3.2/8.0 MB Progress (1): 3.2/8.0 MB Progress (1): 3.2/8.0 MB Progress (1): 3.2/8.0 MB Progress (1): 3.2/8.0 MB Progress (1): 3.2/8.0 MB Progress (1): 3.2/8.0 MB Progress (1): 3.2/8.0 MB Progress (1): 3.3/8.0 MB Progress (1): 3.3/8.0 MB Progress (1): 3.3/8.0 MB Progress (1): 3.3/8.0 MB Progress (1): 3.3/8.0 MB Progress (1): 3.3/8.0 MB Progress (1): 3.3/8.0 MB Progress (1): 3.3/8.0 MB Progress (1): 3.3/8.0 MB Progress (1): 3.3/8.0 MB Progress (1): 3.3/8.0 MB Progress (1): 3.3/8.0 MB Progress (1): 3.3/8.0 MB Progress (1): 3.3/8.0 MB Progress (1): 3.3/8.0 MB Progress (1): 3.3/8.0 MB Progress (1): 3.3/8.0 MB Progress (1): 3.3/8.0 MB Progress (1): 3.3/8.0 MB Progress (1): 3.3/8.0 MB Progress (1): 3.3/8.0 MB Progress (1): 3.3/8.0 MB Progress (1): 3.3/8.0 MB Progress (1): 3.3/8.0 MB Progress (1): 3.4/8.0 MB Progress (1): 3.4/8.0 MB Progress (1): 3.4/8.0 MB Progress (1): 3.4/8.0 MB Progress (1): 3.4/8.0 MB Progress (1): 3.4/8.0 MB Progress (1): 3.4/8.0 MB Progress (1): 3.4/8.0 MB Progress (1): 3.4/8.0 MB Progress (1): 3.4/8.0 MB Progress (1): 3.4/8.0 MB Progress (1): 3.4/8.0 MB Progress (1): 3.4/8.0 MB Progress (1): 3.4/8.0 MB Progress (1): 3.4/8.0 MB Progress (1): 3.4/8.0 MB Progress (1): 3.4/8.0 MB Progress (1): 3.4/8.0 MB Progress (1): 3.4/8.0 MB Progress (1): 3.4/8.0 MB Progress (1): 3.4/8.0 MB Progress (1): 3.4/8.0 MB Progress (1): 3.4/8.0 MB Progress (1): 3.4/8.0 MB Progress (1): 3.4/8.0 MB Progress (1): 3.5/8.0 MB Progress (1): 3.5/8.0 MB Progress (1): 3.5/8.0 MB Progress (1): 3.5/8.0 MB Progress (1): 3.5/8.0 MB Progress (1): 3.5/8.0 MB Progress (1): 3.5/8.0 MB Progress (1): 3.5/8.0 MB Progress (1): 3.5/8.0 MB Progress (1): 3.5/8.0 MB Progress (1): 3.5/8.0 MB Progress (1): 3.5/8.0 MB Progress (1): 3.5/8.0 MB Progress (1): 3.5/8.0 MB Progress (1): 3.5/8.0 MB Progress (1): 3.5/8.0 MB Progress (1): 3.5/8.0 MB Progress (1): 3.5/8.0 MB Progress (1): 3.5/8.0 MB Progress (1): 3.5/8.0 MB Progress (1): 3.5/8.0 MB Progress (1): 3.5/8.0 MB Progress (1): 3.5/8.0 MB Progress (1): 3.5/8.0 MB Progress (1): 3.6/8.0 MB Progress (1): 3.6/8.0 MB Progress (1): 3.6/8.0 MB Progress (1): 3.6/8.0 MB Progress (1): 3.6/8.0 MB Progress (1): 3.6/8.0 MB Progress (1): 3.6/8.0 MB Progress (1): 3.6/8.0 MB Progress (1): 3.6/8.0 MB Progress (1): 3.6/8.0 MB Progress (1): 3.6/8.0 MB Progress (1): 3.6/8.0 MB Progress (1): 3.6/8.0 MB Progress (1): 3.6/8.0 MB Progress (1): 3.6/8.0 MB Progress (1): 3.6/8.0 MB Progress (1): 3.6/8.0 MB Progress (1): 3.6/8.0 MB Progress (1): 3.6/8.0 MB Progress (1): 3.6/8.0 MB Progress (1): 3.6/8.0 MB Progress (1): 3.6/8.0 MB Progress (1): 3.6/8.0 MB Progress (1): 3.6/8.0 MB Progress (1): 3.6/8.0 MB Progress (1): 3.7/8.0 MB Progress (1): 3.7/8.0 MB Progress (1): 3.7/8.0 MB Progress (1): 3.7/8.0 MB Progress (1): 3.7/8.0 MB Progress (1): 3.7/8.0 MB Progress (1): 3.7/8.0 MB Progress (1): 3.7/8.0 MB Progress (1): 3.7/8.0 MB Progress (1): 3.7/8.0 MB Progress (1): 3.7/8.0 MB Progress (1): 3.7/8.0 MB Progress (1): 3.7/8.0 MB Progress (1): 3.7/8.0 MB Progress (1): 3.7/8.0 MB Progress (1): 3.7/8.0 MB Progress (1): 3.7/8.0 MB Progress (1): 3.7/8.0 MB Progress (1): 3.7/8.0 MB Progress (1): 3.7/8.0 MB Progress (1): 3.7/8.0 MB Progress (1): 3.7/8.0 MB Progress (1): 3.7/8.0 MB Progress (1): 3.7/8.0 MB Progress (1): 3.8/8.0 MB Progress (1): 3.8/8.0 MB Progress (1): 3.8/8.0 MB Progress (1): 3.8/8.0 MB Progress (1): 3.8/8.0 MB Progress (1): 3.8/8.0 MB Progress (1): 3.8/8.0 MB Progress (1): 3.8/8.0 MB Progress (1): 3.8/8.0 MB Progress (1): 3.8/8.0 MB Progress (1): 3.8/8.0 MB Progress (1): 3.8/8.0 MB Progress (1): 3.8/8.0 MB Progress (1): 3.8/8.0 MB Progress (1): 3.8/8.0 MB Progress (1): 3.8/8.0 MB Progress (1): 3.8/8.0 MB Progress (1): 3.8/8.0 MB Progress (1): 3.8/8.0 MB Progress (1): 3.8/8.0 MB Progress (1): 3.8/8.0 MB Progress (1): 3.8/8.0 MB Progress (1): 3.8/8.0 MB Progress (1): 3.8/8.0 MB Progress (1): 3.8/8.0 MB Progress (1): 3.9/8.0 MB Progress (1): 3.9/8.0 MB Progress (1): 3.9/8.0 MB Progress (1): 3.9/8.0 MB Progress (1): 3.9/8.0 MB Progress (1): 3.9/8.0 MB Progress (1): 3.9/8.0 MB Progress (1): 3.9/8.0 MB Progress (1): 3.9/8.0 MB Progress (1): 3.9/8.0 MB Progress (1): 3.9/8.0 MB Progress (1): 3.9/8.0 MB Progress (1): 3.9/8.0 MB Progress (1): 3.9/8.0 MB Progress (1): 3.9/8.0 MB Progress (1): 3.9/8.0 MB Progress (1): 3.9/8.0 MB Progress (1): 3.9/8.0 MB Progress (1): 3.9/8.0 MB Progress (1): 3.9/8.0 MB Progress (1): 3.9/8.0 MB Progress (1): 3.9/8.0 MB Progress (1): 3.9/8.0 MB Progress (1): 3.9/8.0 MB Progress (1): 4.0/8.0 MB Progress (1): 4.0/8.0 MB Progress (1): 4.0/8.0 MB Progress (1): 4.0/8.0 MB Progress (1): 4.0/8.0 MB Progress (1): 4.0/8.0 MB Progress (1): 4.0/8.0 MB Progress (1): 4.0/8.0 MB Progress (1): 4.0/8.0 MB Progress (1): 4.0/8.0 MB Progress (1): 4.0/8.0 MB Progress (1): 4.0/8.0 MB Progress (1): 4.0/8.0 MB Progress (1): 4.0/8.0 MB Progress (1): 4.0/8.0 MB Progress (1): 4.0/8.0 MB Progress (1): 4.0/8.0 MB Progress (1): 4.0/8.0 MB Progress (1): 4.0/8.0 MB Progress (1): 4.0/8.0 MB Progress (1): 4.0/8.0 MB Progress (1): 4.0/8.0 MB Progress (1): 4.0/8.0 MB Progress (1): 4.0/8.0 MB Progress (1): 4.1/8.0 MB Progress (1): 4.1/8.0 MB Progress (1): 4.1/8.0 MB Progress (1): 4.1/8.0 MB Progress (1): 4.1/8.0 MB Progress (1): 4.1/8.0 MB Progress (1): 4.1/8.0 MB Progress (1): 4.1/8.0 MB Progress (1): 4.1/8.0 MB Progress (1): 4.1/8.0 MB Progress (1): 4.1/8.0 MB Progress (1): 4.1/8.0 MB Progress (1): 4.1/8.0 MB Progress (1): 4.1/8.0 MB Progress (1): 4.1/8.0 MB Progress (1): 4.1/8.0 MB Progress (1): 4.1/8.0 MB Progress (1): 4.1/8.0 MB Progress (1): 4.1/8.0 MB Progress (1): 4.1/8.0 MB Progress (1): 4.1/8.0 MB Progress (1): 4.1/8.0 MB Progress (1): 4.1/8.0 MB Progress (1): 4.1/8.0 MB Progress (1): 4.1/8.0 MB Progress (1): 4.2/8.0 MB Progress (1): 4.2/8.0 MB Progress (1): 4.2/8.0 MB Progress (1): 4.2/8.0 MB Progress (1): 4.2/8.0 MB Progress (1): 4.2/8.0 MB Progress (1): 4.2/8.0 MB Progress (1): 4.2/8.0 MB Progress (1): 4.2/8.0 MB Progress (1): 4.2/8.0 MB Progress (1): 4.2/8.0 MB Progress (1): 4.2/8.0 MB Progress (1): 4.2/8.0 MB Progress (1): 4.2/8.0 MB Progress (1): 4.2/8.0 MB Progress (1): 4.2/8.0 MB Progress (1): 4.2/8.0 MB Progress (1): 4.2/8.0 MB Progress (1): 4.2/8.0 MB Progress (1): 4.2/8.0 MB Progress (1): 4.2/8.0 MB Progress (1): 4.2/8.0 MB Progress (1): 4.2/8.0 MB Progress (1): 4.2/8.0 MB Progress (1): 4.3/8.0 MB Progress (1): 4.3/8.0 MB Progress (1): 4.3/8.0 MB Progress (1): 4.3/8.0 MB Progress (1): 4.3/8.0 MB Progress (1): 4.3/8.0 MB Progress (1): 4.3/8.0 MB Progress (1): 4.3/8.0 MB Progress (1): 4.3/8.0 MB Progress (1): 4.3/8.0 MB Progress (1): 4.3/8.0 MB Progress (1): 4.3/8.0 MB Progress (1): 4.3/8.0 MB Progress (1): 4.3/8.0 MB Progress (1): 4.3/8.0 MB Progress (1): 4.3/8.0 MB Progress (1): 4.3/8.0 MB Progress (1): 4.3/8.0 MB Progress (1): 4.3/8.0 MB Progress (1): 4.3/8.0 MB Progress (1): 4.3/8.0 MB Progress (1): 4.3/8.0 MB Progress (1): 4.3/8.0 MB Progress (1): 4.3/8.0 MB Progress (1): 4.3/8.0 MB Progress (1): 4.4/8.0 MB Progress (1): 4.4/8.0 MB Progress (1): 4.4/8.0 MB Progress (1): 4.4/8.0 MB Progress (1): 4.4/8.0 MB Progress (1): 4.4/8.0 MB Progress (1): 4.4/8.0 MB Progress (1): 4.4/8.0 MB Progress (1): 4.4/8.0 MB Progress (1): 4.4/8.0 MB Progress (1): 4.4/8.0 MB Progress (1): 4.4/8.0 MB Progress (1): 4.4/8.0 MB Progress (1): 4.4/8.0 MB Progress (1): 4.4/8.0 MB Progress (1): 4.4/8.0 MB Progress (1): 4.4/8.0 MB Progress (1): 4.4/8.0 MB Progress (1): 4.4/8.0 MB Progress (1): 4.4/8.0 MB Progress (1): 4.4/8.0 MB Progress (1): 4.4/8.0 MB Progress (1): 4.4/8.0 MB Progress (1): 4.4/8.0 MB Progress (1): 4.5/8.0 MB Progress (1): 4.5/8.0 MB Progress (1): 4.5/8.0 MB Progress (1): 4.5/8.0 MB Progress (1): 4.5/8.0 MB Progress (1): 4.5/8.0 MB Progress (1): 4.5/8.0 MB Progress (1): 4.5/8.0 MB Progress (1): 4.5/8.0 MB Progress (1): 4.5/8.0 MB Progress (1): 4.5/8.0 MB Progress (1): 4.5/8.0 MB Progress (1): 4.5/8.0 MB Progress (1): 4.5/8.0 MB Progress (1): 4.5/8.0 MB Progress (1): 4.5/8.0 MB Progress (1): 4.5/8.0 MB Progress (1): 4.5/8.0 MB Progress (1): 4.5/8.0 MB Progress (1): 4.5/8.0 MB Progress (1): 4.5/8.0 MB Progress (1): 4.5/8.0 MB Progress (1): 4.5/8.0 MB Progress (1): 4.5/8.0 MB Progress (1): 4.6/8.0 MB Progress (1): 4.6/8.0 MB Progress (1): 4.6/8.0 MB Progress (1): 4.6/8.0 MB Progress (1): 4.6/8.0 MB Progress (1): 4.6/8.0 MB Progress (1): 4.6/8.0 MB Progress (1): 4.6/8.0 MB Progress (1): 4.6/8.0 MB Progress (1): 4.6/8.0 MB Progress (1): 4.6/8.0 MB Progress (1): 4.6/8.0 MB Progress (1): 4.6/8.0 MB Progress (1): 4.6/8.0 MB Progress (1): 4.6/8.0 MB Progress (1): 4.6/8.0 MB Progress (1): 4.6/8.0 MB Progress (1): 4.6/8.0 MB Progress (1): 4.6/8.0 MB Progress (1): 4.6/8.0 MB Progress (1): 4.6/8.0 MB Progress (1): 4.6/8.0 MB Progress (1): 4.6/8.0 MB Progress (1): 4.6/8.0 MB Progress (1): 4.6/8.0 MB Progress (1): 4.7/8.0 MB Progress (1): 4.7/8.0 MB Progress (1): 4.7/8.0 MB Progress (1): 4.7/8.0 MB Progress (1): 4.7/8.0 MB Progress (1): 4.7/8.0 MB Progress (1): 4.7/8.0 MB Progress (1): 4.7/8.0 MB Progress (1): 4.7/8.0 MB Progress (1): 4.7/8.0 MB Progress (1): 4.7/8.0 MB Progress (1): 4.7/8.0 MB Progress (1): 4.7/8.0 MB Progress (1): 4.7/8.0 MB Progress (1): 4.7/8.0 MB Progress (1): 4.7/8.0 MB Progress (1): 4.7/8.0 MB Progress (1): 4.7/8.0 MB Progress (1): 4.7/8.0 MB Progress (1): 4.7/8.0 MB Progress (1): 4.7/8.0 MB Progress (1): 4.7/8.0 MB Progress (1): 4.7/8.0 MB Progress (1): 4.7/8.0 MB Progress (1): 4.8/8.0 MB Progress (1): 4.8/8.0 MB Progress (1): 4.8/8.0 MB Progress (1): 4.8/8.0 MB Progress (1): 4.8/8.0 MB Progress (1): 4.8/8.0 MB Progress (1): 4.8/8.0 MB Progress (1): 4.8/8.0 MB Progress (1): 4.8/8.0 MB Progress (1): 4.8/8.0 MB Progress (1): 4.8/8.0 MB Progress (1): 4.8/8.0 MB Progress (1): 4.8/8.0 MB Progress (1): 4.8/8.0 MB Progress (1): 4.8/8.0 MB Progress (1): 4.8/8.0 MB Progress (1): 4.8/8.0 MB Progress (1): 4.8/8.0 MB Progress (1): 4.8/8.0 MB Progress (1): 4.8/8.0 MB Progress (1): 4.8/8.0 MB Progress (1): 4.8/8.0 MB Progress (1): 4.8/8.0 MB Progress (1): 4.8/8.0 MB Progress (1): 4.8/8.0 MB Progress (1): 4.9/8.0 MB Progress (1): 4.9/8.0 MB Progress (1): 4.9/8.0 MB Progress (1): 4.9/8.0 MB Progress (1): 4.9/8.0 MB Progress (1): 4.9/8.0 MB Progress (1): 4.9/8.0 MB Progress (1): 4.9/8.0 MB Progress (1): 4.9/8.0 MB Progress (1): 4.9/8.0 MB Progress (1): 4.9/8.0 MB Progress (1): 4.9/8.0 MB Progress (1): 4.9/8.0 MB Progress (1): 4.9/8.0 MB Progress (1): 4.9/8.0 MB Progress (1): 4.9/8.0 MB Progress (1): 4.9/8.0 MB Progress (1): 4.9/8.0 MB Progress (1): 4.9/8.0 MB Progress (1): 4.9/8.0 MB Progress (1): 4.9/8.0 MB Progress (1): 4.9/8.0 MB Progress (1): 4.9/8.0 MB Progress (1): 4.9/8.0 MB Progress (1): 5.0/8.0 MB Progress (1): 5.0/8.0 MB Progress (1): 5.0/8.0 MB Progress (1): 5.0/8.0 MB Progress (1): 5.0/8.0 MB Progress (1): 5.0/8.0 MB Progress (1): 5.0/8.0 MB Progress (1): 5.0/8.0 MB Progress (1): 5.0/8.0 MB Progress (1): 5.0/8.0 MB Progress (1): 5.0/8.0 MB Progress (1): 5.0/8.0 MB Progress (1): 5.0/8.0 MB Progress (1): 5.0/8.0 MB Progress (1): 5.0/8.0 MB Progress (1): 5.0/8.0 MB Progress (1): 5.0/8.0 MB Progress (1): 5.0/8.0 MB Progress (1): 5.0/8.0 MB Progress (1): 5.0/8.0 MB Progress (1): 5.0/8.0 MB Progress (1): 5.0/8.0 MB Progress (1): 5.0/8.0 MB Progress (1): 5.0/8.0 MB Progress (1): 5.0/8.0 MB Progress (1): 5.1/8.0 MB Progress (1): 5.1/8.0 MB Progress (1): 5.1/8.0 MB Progress (1): 5.1/8.0 MB Progress (1): 5.1/8.0 MB Progress (1): 5.1/8.0 MB Progress (1): 5.1/8.0 MB Progress (1): 5.1/8.0 MB Progress (1): 5.1/8.0 MB Progress (1): 5.1/8.0 MB Progress (1): 5.1/8.0 MB Progress (1): 5.1/8.0 MB Progress (1): 5.1/8.0 MB Progress (1): 5.1/8.0 MB Progress (1): 5.1/8.0 MB Progress (1): 5.1/8.0 MB Progress (1): 5.1/8.0 MB Progress (1): 5.1/8.0 MB Progress (1): 5.1/8.0 MB Progress (1): 5.1/8.0 MB Progress (1): 5.1/8.0 MB Progress (1): 5.1/8.0 MB Progress (1): 5.1/8.0 MB Progress (1): 5.1/8.0 MB Progress (1): 5.2/8.0 MB Progress (1): 5.2/8.0 MB Progress (1): 5.2/8.0 MB Progress (1): 5.2/8.0 MB Progress (1): 5.2/8.0 MB Progress (1): 5.2/8.0 MB Progress (1): 5.2/8.0 MB Progress (1): 5.2/8.0 MB Progress (1): 5.2/8.0 MB Progress (1): 5.2/8.0 MB Progress (1): 5.2/8.0 MB Progress (1): 5.2/8.0 MB Progress (1): 5.2/8.0 MB Progress (1): 5.2/8.0 MB Progress (1): 5.2/8.0 MB Progress (1): 5.2/8.0 MB Progress (1): 5.2/8.0 MB Progress (1): 5.2/8.0 MB Progress (1): 5.2/8.0 MB Progress (1): 5.2/8.0 MB Progress (1): 5.2/8.0 MB Progress (1): 5.2/8.0 MB Progress (1): 5.2/8.0 MB Progress (1): 5.2/8.0 MB Progress (1): 5.3/8.0 MB Progress (1): 5.3/8.0 MB Progress (1): 5.3/8.0 MB Progress (1): 5.3/8.0 MB Progress (1): 5.3/8.0 MB Progress (1): 5.3/8.0 MB Progress (1): 5.3/8.0 MB Progress (1): 5.3/8.0 MB Progress (1): 5.3/8.0 MB Progress (1): 5.3/8.0 MB Progress (1): 5.3/8.0 MB Progress (1): 5.3/8.0 MB Progress (1): 5.3/8.0 MB Progress (1): 5.3/8.0 MB Progress (1): 5.3/8.0 MB Progress (1): 5.3/8.0 MB Progress (1): 5.3/8.0 MB Progress (1): 5.3/8.0 MB Progress (1): 5.3/8.0 MB Progress (1): 5.3/8.0 MB Progress (1): 5.3/8.0 MB Progress (1): 5.3/8.0 MB Progress (1): 5.3/8.0 MB Progress (1): 5.3/8.0 MB Progress (1): 5.3/8.0 MB Progress (1): 5.4/8.0 MB Progress (1): 5.4/8.0 MB Progress (1): 5.4/8.0 MB Progress (1): 5.4/8.0 MB Progress (1): 5.4/8.0 MB Progress (1): 5.4/8.0 MB Progress (1): 5.4/8.0 MB Progress (1): 5.4/8.0 MB Progress (1): 5.4/8.0 MB Progress (1): 5.4/8.0 MB Progress (1): 5.4/8.0 MB Progress (1): 5.4/8.0 MB Progress (1): 5.4/8.0 MB Progress (1): 5.4/8.0 MB Progress (1): 5.4/8.0 MB Progress (1): 5.4/8.0 MB Progress (1): 5.4/8.0 MB Progress (1): 5.4/8.0 MB Progress (1): 5.4/8.0 MB Progress (1): 5.4/8.0 MB Progress (1): 5.4/8.0 MB Progress (1): 5.4/8.0 MB Progress (1): 5.4/8.0 MB Progress (1): 5.4/8.0 MB Progress (1): 5.5/8.0 MB Progress (1): 5.5/8.0 MB Progress (1): 5.5/8.0 MB Progress (1): 5.5/8.0 MB Progress (1): 5.5/8.0 MB Progress (1): 5.5/8.0 MB Progress (1): 5.5/8.0 MB Progress (1): 5.5/8.0 MB Progress (1): 5.5/8.0 MB Progress (1): 5.5/8.0 MB Progress (1): 5.5/8.0 MB Progress (1): 5.5/8.0 MB Progress (1): 5.5/8.0 MB Progress (1): 5.5/8.0 MB Progress (1): 5.5/8.0 MB Progress (1): 5.5/8.0 MB Progress (1): 5.5/8.0 MB Progress (1): 5.5/8.0 MB Progress (1): 5.5/8.0 MB Progress (1): 5.5/8.0 MB Progress (1): 5.5/8.0 MB Progress (1): 5.5/8.0 MB Progress (1): 5.5/8.0 MB Progress (1): 5.5/8.0 MB Progress (1): 5.5/8.0 MB Progress (1): 5.6/8.0 MB Progress (1): 5.6/8.0 MB Progress (1): 5.6/8.0 MB Progress (1): 5.6/8.0 MB Progress (1): 5.6/8.0 MB Progress (1): 5.6/8.0 MB Progress (1): 5.6/8.0 MB Progress (1): 5.6/8.0 MB Progress (1): 5.6/8.0 MB Progress (1): 5.6/8.0 MB Progress (1): 5.6/8.0 MB Progress (1): 5.6/8.0 MB Progress (1): 5.6/8.0 MB Progress (1): 5.6/8.0 MB Progress (1): 5.6/8.0 MB Progress (1): 5.6/8.0 MB Progress (1): 5.6/8.0 MB Progress (1): 5.6/8.0 MB Progress (1): 5.6/8.0 MB Progress (1): 5.6/8.0 MB Progress (1): 5.6/8.0 MB Progress (1): 5.6/8.0 MB Progress (1): 5.6/8.0 MB Progress (1): 5.6/8.0 MB Progress (1): 5.7/8.0 MB Progress (1): 5.7/8.0 MB Progress (1): 5.7/8.0 MB Progress (1): 5.7/8.0 MB Progress (1): 5.7/8.0 MB Progress (1): 5.7/8.0 MB Progress (1): 5.7/8.0 MB Progress (1): 5.7/8.0 MB Progress (1): 5.7/8.0 MB Progress (1): 5.7/8.0 MB Progress (1): 5.7/8.0 MB Progress (1): 5.7/8.0 MB Progress (1): 5.7/8.0 MB Progress (1): 5.7/8.0 MB Progress (1): 5.7/8.0 MB Progress (1): 5.7/8.0 MB Progress (1): 5.7/8.0 MB Progress (1): 5.7/8.0 MB Progress (1): 5.7/8.0 MB Progress (1): 5.7/8.0 MB Progress (1): 5.7/8.0 MB Progress (1): 5.7/8.0 MB Progress (1): 5.7/8.0 MB Progress (1): 5.7/8.0 MB Progress (1): 5.8/8.0 MB Progress (1): 5.8/8.0 MB Progress (1): 5.8/8.0 MB Progress (1): 5.8/8.0 MB Progress (1): 5.8/8.0 MB Progress (1): 5.8/8.0 MB Progress (1): 5.8/8.0 MB Progress (1): 5.8/8.0 MB Progress (1): 5.8/8.0 MB Progress (1): 5.8/8.0 MB Progress (1): 5.8/8.0 MB Progress (1): 5.8/8.0 MB Progress (1): 5.8/8.0 MB Progress (1): 5.8/8.0 MB Progress (1): 5.8/8.0 MB Progress (1): 5.8/8.0 MB Progress (1): 5.8/8.0 MB Progress (1): 5.8/8.0 MB Progress (1): 5.8/8.0 MB Progress (1): 5.8/8.0 MB Progress (1): 5.8/8.0 MB Progress (1): 5.8/8.0 MB Progress (1): 5.8/8.0 MB Progress (1): 5.8/8.0 MB Progress (1): 5.8/8.0 MB Progress (1): 5.9/8.0 MB Progress (1): 5.9/8.0 MB Progress (1): 5.9/8.0 MB Progress (1): 5.9/8.0 MB Progress (1): 5.9/8.0 MB Progress (1): 5.9/8.0 MB Progress (1): 5.9/8.0 MB Progress (1): 5.9/8.0 MB Progress (1): 5.9/8.0 MB Progress (1): 5.9/8.0 MB Progress (1): 5.9/8.0 MB Progress (1): 5.9/8.0 MB Progress (1): 5.9/8.0 MB Progress (1): 5.9/8.0 MB Progress (1): 5.9/8.0 MB Progress (1): 5.9/8.0 MB Progress (1): 5.9/8.0 MB Progress (1): 5.9/8.0 MB Progress (1): 5.9/8.0 MB Progress (1): 5.9/8.0 MB Progress (1): 5.9/8.0 MB Progress (1): 5.9/8.0 MB Progress (1): 5.9/8.0 MB Progress (1): 5.9/8.0 MB Progress (1): 6.0/8.0 MB Progress (1): 6.0/8.0 MB Progress (1): 6.0/8.0 MB Progress (1): 6.0/8.0 MB Progress (1): 6.0/8.0 MB Progress (1): 6.0/8.0 MB Progress (1): 6.0/8.0 MB Progress (1): 6.0/8.0 MB Progress (1): 6.0/8.0 MB Progress (1): 6.0/8.0 MB Progress (1): 6.0/8.0 MB Progress (1): 6.0/8.0 MB Progress (1): 6.0/8.0 MB Progress (1): 6.0/8.0 MB Progress (1): 6.0/8.0 MB Progress (1): 6.0/8.0 MB Progress (1): 6.0/8.0 MB Progress (1): 6.0/8.0 MB Progress (1): 6.0/8.0 MB Progress (1): 6.0/8.0 MB Progress (1): 6.0/8.0 MB Progress (1): 6.0/8.0 MB Progress (1): 6.0/8.0 MB Progress (1): 6.0/8.0 MB Progress (1): 6.0/8.0 MB Progress (1): 6.1/8.0 MB Progress (1): 6.1/8.0 MB Progress (1): 6.1/8.0 MB Progress (1): 6.1/8.0 MB Progress (1): 6.1/8.0 MB Progress (1): 6.1/8.0 MB Progress (1): 6.1/8.0 MB Progress (1): 6.1/8.0 MB Progress (1): 6.1/8.0 MB Progress (1): 6.1/8.0 MB Progress (1): 6.1/8.0 MB Progress (1): 6.1/8.0 MB Progress (1): 6.1/8.0 MB Progress (1): 6.1/8.0 MB Progress (1): 6.1/8.0 MB Progress (1): 6.1/8.0 MB Progress (1): 6.1/8.0 MB Progress (1): 6.1/8.0 MB Progress (1): 6.1/8.0 MB Progress (1): 6.1/8.0 MB Progress (1): 6.1/8.0 MB Progress (1): 6.1/8.0 MB Progress (1): 6.1/8.0 MB Progress (1): 6.1/8.0 MB Progress (1): 6.2/8.0 MB Progress (1): 6.2/8.0 MB Progress (1): 6.2/8.0 MB Progress (1): 6.2/8.0 MB Progress (1): 6.2/8.0 MB Progress (1): 6.2/8.0 MB Progress (1): 6.2/8.0 MB Progress (1): 6.2/8.0 MB Progress (1): 6.2/8.0 MB Progress (1): 6.2/8.0 MB Progress (1): 6.2/8.0 MB Progress (1): 6.2/8.0 MB Progress (1): 6.2/8.0 MB Progress (1): 6.2/8.0 MB Progress (1): 6.2/8.0 MB Progress (1): 6.2/8.0 MB Progress (1): 6.2/8.0 MB Progress (1): 6.2/8.0 MB Progress (1): 6.2/8.0 MB Progress (1): 6.2/8.0 MB Progress (1): 6.2/8.0 MB Progress (1): 6.2/8.0 MB Progress (1): 6.2/8.0 MB Progress (1): 6.2/8.0 MB Progress (1): 6.2/8.0 MB Progress (1): 6.3/8.0 MB Progress (1): 6.3/8.0 MB Progress (1): 6.3/8.0 MB Progress (1): 6.3/8.0 MB Progress (1): 6.3/8.0 MB Progress (1): 6.3/8.0 MB Progress (1): 6.3/8.0 MB Progress (1): 6.3/8.0 MB Progress (1): 6.3/8.0 MB Progress (1): 6.3/8.0 MB Progress (1): 6.3/8.0 MB Progress (1): 6.3/8.0 MB Progress (1): 6.3/8.0 MB Progress (1): 6.3/8.0 MB Progress (1): 6.3/8.0 MB Progress (1): 6.3/8.0 MB Progress (1): 6.3/8.0 MB Progress (1): 6.3/8.0 MB Progress (1): 6.3/8.0 MB Progress (1): 6.3/8.0 MB Progress (1): 6.3/8.0 MB Progress (1): 6.3/8.0 MB Progress (1): 6.3/8.0 MB Progress (1): 6.3/8.0 MB Progress (1): 6.4/8.0 MB Progress (1): 6.4/8.0 MB Progress (1): 6.4/8.0 MB Progress (1): 6.4/8.0 MB Progress (1): 6.4/8.0 MB Progress (1): 6.4/8.0 MB Progress (1): 6.4/8.0 MB Progress (1): 6.4/8.0 MB Progress (1): 6.4/8.0 MB Progress (1): 6.4/8.0 MB Progress (1): 6.4/8.0 MB Progress (1): 6.4/8.0 MB Progress (1): 6.4/8.0 MB Progress (1): 6.4/8.0 MB Progress (1): 6.4/8.0 MB Progress (1): 6.4/8.0 MB Progress (1): 6.4/8.0 MB Progress (1): 6.4/8.0 MB Progress (1): 6.4/8.0 MB Progress (1): 6.4/8.0 MB Progress (1): 6.4/8.0 MB Progress (1): 6.4/8.0 MB Progress (1): 6.4/8.0 MB Progress (1): 6.4/8.0 MB Progress (1): 6.5/8.0 MB Progress (1): 6.5/8.0 MB Progress (1): 6.5/8.0 MB Progress (1): 6.5/8.0 MB Progress (1): 6.5/8.0 MB Progress (1): 6.5/8.0 MB Progress (1): 6.5/8.0 MB Progress (1): 6.5/8.0 MB Progress (1): 6.5/8.0 MB Progress (1): 6.5/8.0 MB Progress (1): 6.5/8.0 MB Progress (1): 6.5/8.0 MB Progress (1): 6.5/8.0 MB Progress (1): 6.5/8.0 MB Progress (1): 6.5/8.0 MB Progress (1): 6.5/8.0 MB Progress (1): 6.5/8.0 MB Progress (1): 6.5/8.0 MB Progress (1): 6.5/8.0 MB Progress (1): 6.5/8.0 MB Progress (1): 6.5/8.0 MB Progress (1): 6.5/8.0 MB Progress (1): 6.5/8.0 MB Progress (1): 6.5/8.0 MB Progress (1): 6.5/8.0 MB Progress (1): 6.6/8.0 MB Progress (1): 6.6/8.0 MB Progress (1): 6.6/8.0 MB Progress (1): 6.6/8.0 MB Progress (1): 6.6/8.0 MB Progress (1): 6.6/8.0 MB Progress (1): 6.6/8.0 MB Progress (1): 6.6/8.0 MB Progress (1): 6.6/8.0 MB Progress (1): 6.6/8.0 MB Progress (1): 6.6/8.0 MB Progress (1): 6.6/8.0 MB Progress (1): 6.6/8.0 MB Progress (1): 6.6/8.0 MB Progress (1): 6.6/8.0 MB Progress (1): 6.6/8.0 MB Progress (1): 6.6/8.0 MB Progress (1): 6.6/8.0 MB Progress (1): 6.6/8.0 MB Progress (1): 6.6/8.0 MB Progress (1): 6.6/8.0 MB Progress (1): 6.6/8.0 MB Progress (1): 6.6/8.0 MB Progress (1): 6.6/8.0 MB Progress (1): 6.7/8.0 MB Progress (1): 6.7/8.0 MB Progress (1): 6.7/8.0 MB Progress (1): 6.7/8.0 MB Progress (1): 6.7/8.0 MB Progress (1): 6.7/8.0 MB Progress (1): 6.7/8.0 MB Progress (1): 6.7/8.0 MB Progress (1): 6.7/8.0 MB Progress (1): 6.7/8.0 MB Progress (1): 6.7/8.0 MB Progress (1): 6.7/8.0 MB Progress (1): 6.7/8.0 MB Progress (1): 6.7/8.0 MB Progress (1): 6.7/8.0 MB Progress (1): 6.7/8.0 MB Progress (1): 6.7/8.0 MB Progress (1): 6.7/8.0 MB Progress (1): 6.7/8.0 MB Progress (1): 6.7/8.0 MB Progress (1): 6.7/8.0 MB Progress (1): 6.7/8.0 MB Progress (1): 6.7/8.0 MB Progress (1): 6.7/8.0 MB Progress (1): 6.7/8.0 MB Progress (1): 6.8/8.0 MB Progress (1): 6.8/8.0 MB Progress (1): 6.8/8.0 MB Progress (1): 6.8/8.0 MB Progress (1): 6.8/8.0 MB Progress (1): 6.8/8.0 MB Progress (1): 6.8/8.0 MB Progress (1): 6.8/8.0 MB Progress (1): 6.8/8.0 MB Progress (1): 6.8/8.0 MB Progress (1): 6.8/8.0 MB Progress (1): 6.8/8.0 MB Progress (1): 6.8/8.0 MB Progress (1): 6.8/8.0 MB Progress (1): 6.8/8.0 MB Progress (1): 6.8/8.0 MB Progress (1): 6.8/8.0 MB Progress (1): 6.8/8.0 MB Progress (1): 6.8/8.0 MB Progress (1): 6.8/8.0 MB Progress (1): 6.8/8.0 MB Progress (1): 6.8/8.0 MB Progress (1): 6.8/8.0 MB Progress (1): 6.8/8.0 MB Progress (1): 6.9/8.0 MB Progress (1): 6.9/8.0 MB Progress (1): 6.9/8.0 MB Progress (1): 6.9/8.0 MB Progress (1): 6.9/8.0 MB Progress (1): 6.9/8.0 MB Progress (1): 6.9/8.0 MB Progress (1): 6.9/8.0 MB Progress (1): 6.9/8.0 MB Progress (1): 6.9/8.0 MB Progress (1): 6.9/8.0 MB Progress (1): 6.9/8.0 MB Progress (1): 6.9/8.0 MB Progress (1): 6.9/8.0 MB Progress (1): 6.9/8.0 MB Progress (1): 6.9/8.0 MB Progress (1): 6.9/8.0 MB Progress (1): 6.9/8.0 MB Progress (1): 6.9/8.0 MB Progress (1): 6.9/8.0 MB Progress (1): 6.9/8.0 MB Progress (1): 6.9/8.0 MB Progress (1): 6.9/8.0 MB Progress (1): 6.9/8.0 MB Progress (1): 7.0/8.0 MB Progress (1): 7.0/8.0 MB Progress (1): 7.0/8.0 MB Progress (1): 7.0/8.0 MB Progress (1): 7.0/8.0 MB Progress (1): 7.0/8.0 MB Progress (1): 7.0/8.0 MB Progress (1): 7.0/8.0 MB Progress (1): 7.0/8.0 MB Progress (1): 7.0/8.0 MB Progress (1): 7.0/8.0 MB Progress (1): 7.0/8.0 MB Progress (1): 7.0/8.0 MB Progress (1): 7.0/8.0 MB Progress (1): 7.0/8.0 MB Progress (1): 7.0/8.0 MB Progress (1): 7.0/8.0 MB Progress (1): 7.0/8.0 MB Progress (1): 7.0/8.0 MB Progress (1): 7.0/8.0 MB Progress (1): 7.0/8.0 MB Progress (1): 7.0/8.0 MB Progress (1): 7.0/8.0 MB Progress (1): 7.0/8.0 MB Progress (1): 7.0/8.0 MB Progress (1): 7.1/8.0 MB Progress (1): 7.1/8.0 MB Progress (1): 7.1/8.0 MB Progress (1): 7.1/8.0 MB Progress (1): 7.1/8.0 MB Progress (1): 7.1/8.0 MB Progress (1): 7.1/8.0 MB Progress (1): 7.1/8.0 MB Progress (1): 7.1/8.0 MB Progress (1): 7.1/8.0 MB Progress (1): 7.1/8.0 MB Progress (1): 7.1/8.0 MB Progress (1): 7.1/8.0 MB Progress (1): 7.1/8.0 MB Progress (1): 7.1/8.0 MB Progress (1): 7.1/8.0 MB Progress (1): 7.1/8.0 MB Progress (1): 7.1/8.0 MB Progress (1): 7.1/8.0 MB Progress (1): 7.1/8.0 MB Progress (1): 7.1/8.0 MB Progress (1): 7.1/8.0 MB Progress (1): 7.1/8.0 MB Progress (1): 7.1/8.0 MB Progress (1): 7.2/8.0 MB Progress (1): 7.2/8.0 MB Progress (1): 7.2/8.0 MB Progress (1): 7.2/8.0 MB Progress (1): 7.2/8.0 MB Progress (1): 7.2/8.0 MB Progress (1): 7.2/8.0 MB Progress (1): 7.2/8.0 MB Progress (1): 7.2/8.0 MB Progress (1): 7.2/8.0 MB Progress (1): 7.2/8.0 MB Progress (1): 7.2/8.0 MB Progress (1): 7.2/8.0 MB Progress (1): 7.2/8.0 MB Progress (1): 7.2/8.0 MB Progress (1): 7.2/8.0 MB Progress (1): 7.2/8.0 MB Progress (1): 7.2/8.0 MB Progress (1): 7.2/8.0 MB Progress (1): 7.2/8.0 MB Progress (1): 7.2/8.0 MB Progress (1): 7.2/8.0 MB Progress (1): 7.2/8.0 MB Progress (1): 7.2/8.0 MB Progress (1): 7.2/8.0 MB Progress (1): 7.3/8.0 MB Progress (1): 7.3/8.0 MB Progress (1): 7.3/8.0 MB Progress (1): 7.3/8.0 MB Progress (1): 7.3/8.0 MB Progress (1): 7.3/8.0 MB Progress (1): 7.3/8.0 MB Progress (1): 7.3/8.0 MB Progress (1): 7.3/8.0 MB Progress (1): 7.3/8.0 MB Progress (1): 7.3/8.0 MB Progress (1): 7.3/8.0 MB Progress (1): 7.3/8.0 MB Progress (1): 7.3/8.0 MB Progress (1): 7.3/8.0 MB Progress (1): 7.3/8.0 MB Progress (1): 7.3/8.0 MB Progress (1): 7.3/8.0 MB Progress (1): 7.3/8.0 MB Progress (1): 7.3/8.0 MB Progress (1): 7.3/8.0 MB Progress (1): 7.3/8.0 MB Progress (1): 7.3/8.0 MB Progress (1): 7.3/8.0 MB Progress (1): 7.4/8.0 MB Progress (1): 7.4/8.0 MB Progress (1): 7.4/8.0 MB Progress (1): 7.4/8.0 MB Progress (1): 7.4/8.0 MB Progress (1): 7.4/8.0 MB Progress (1): 7.4/8.0 MB Progress (1): 7.4/8.0 MB Progress (1): 7.4/8.0 MB Progress (1): 7.4/8.0 MB Progress (1): 7.4/8.0 MB Progress (1): 7.4/8.0 MB Progress (1): 7.4/8.0 MB Progress (1): 7.4/8.0 MB Progress (1): 7.4/8.0 MB Progress (1): 7.4/8.0 MB Progress (1): 7.4/8.0 MB Progress (1): 7.4/8.0 MB Progress (1): 7.4/8.0 MB Progress (1): 7.4/8.0 MB Progress (1): 7.4/8.0 MB Progress (1): 7.4/8.0 MB Progress (1): 7.4/8.0 MB Progress (1): 7.4/8.0 MB Progress (1): 7.5/8.0 MB Progress (1): 7.5/8.0 MB Progress (1): 7.5/8.0 MB Progress (1): 7.5/8.0 MB Progress (1): 7.5/8.0 MB Progress (1): 7.5/8.0 MB Progress (1): 7.5/8.0 MB Progress (1): 7.5/8.0 MB Progress (1): 7.5/8.0 MB Progress (1): 7.5/8.0 MB Progress (1): 7.5/8.0 MB Progress (1): 7.5/8.0 MB Progress (1): 7.5/8.0 MB Progress (1): 7.5/8.0 MB Progress (1): 7.5/8.0 MB Progress (1): 7.5/8.0 MB Progress (1): 7.5/8.0 MB Progress (1): 7.5/8.0 MB Progress (1): 7.5/8.0 MB Progress (1): 7.5/8.0 MB Progress (1): 7.5/8.0 MB Progress (1): 7.5/8.0 MB Progress (1): 7.5/8.0 MB Progress (1): 7.5/8.0 MB Progress (1): 7.5/8.0 MB Progress (1): 7.6/8.0 MB Progress (1): 7.6/8.0 MB Progress (1): 7.6/8.0 MB Progress (1): 7.6/8.0 MB Progress (1): 7.6/8.0 MB Progress (1): 7.6/8.0 MB Progress (1): 7.6/8.0 MB Progress (1): 7.6/8.0 MB Progress (1): 7.6/8.0 MB Progress (1): 7.6/8.0 MB Progress (1): 7.6/8.0 MB Progress (1): 7.6/8.0 MB Progress (1): 7.6/8.0 MB Progress (1): 7.6/8.0 MB Progress (1): 7.6/8.0 MB Progress (1): 7.6/8.0 MB Progress (1): 7.6/8.0 MB Progress (1): 7.6/8.0 MB Progress (1): 7.6/8.0 MB Progress (1): 7.6/8.0 MB Progress (1): 7.6/8.0 MB Progress (1): 7.6/8.0 MB Progress (1): 7.6/8.0 MB Progress (1): 7.6/8.0 MB Progress (1): 7.7/8.0 MB Progress (1): 7.7/8.0 MB Progress (1): 7.7/8.0 MB Progress (1): 7.7/8.0 MB Progress (1): 7.7/8.0 MB Progress (1): 7.7/8.0 MB Progress (1): 7.7/8.0 MB Progress (1): 7.7/8.0 MB Progress (1): 7.7/8.0 MB Progress (1): 7.7/8.0 MB Progress (1): 7.7/8.0 MB Progress (1): 7.7/8.0 MB Progress (1): 7.7/8.0 MB Progress (1): 7.7/8.0 MB Progress (1): 7.7/8.0 MB Progress (1): 7.7/8.0 MB Progress (1): 7.7/8.0 MB Progress (1): 7.7/8.0 MB Progress (1): 7.7/8.0 MB Progress (1): 7.7/8.0 MB Progress (1): 7.7/8.0 MB Progress (1): 7.7/8.0 MB Progress (1): 7.7/8.0 MB Progress (1): 7.7/8.0 MB Progress (1): 7.7/8.0 MB Progress (1): 7.8/8.0 MB Progress (1): 7.8/8.0 MB Progress (1): 7.8/8.0 MB Progress (1): 7.8/8.0 MB Progress (1): 7.8/8.0 MB Progress (1): 7.8/8.0 MB Progress (1): 7.8/8.0 MB Progress (1): 7.8/8.0 MB Progress (1): 7.8/8.0 MB Progress (1): 7.8/8.0 MB Progress (1): 7.8/8.0 MB Progress (1): 7.8/8.0 MB Progress (1): 7.8/8.0 MB Progress (1): 7.8/8.0 MB Progress (1): 7.8/8.0 MB Progress (1): 7.8/8.0 MB Progress (1): 7.8/8.0 MB Progress (1): 7.8/8.0 MB Progress (1): 7.8/8.0 MB Progress (1): 7.8/8.0 MB Progress (1): 7.8/8.0 MB Progress (1): 7.8/8.0 MB Progress (1): 7.8/8.0 MB Progress (1): 7.8/8.0 MB Progress (1): 7.9/8.0 MB Progress (1): 7.9/8.0 MB Progress (1): 7.9/8.0 MB Progress (1): 7.9/8.0 MB Progress (1): 7.9/8.0 MB Progress (1): 7.9/8.0 MB Progress (1): 7.9/8.0 MB Progress (1): 7.9/8.0 MB Progress (1): 7.9/8.0 MB Progress (1): 7.9/8.0 MB Progress (1): 7.9/8.0 MB Progress (1): 7.9/8.0 MB Progress (1): 7.9/8.0 MB Progress (1): 7.9/8.0 MB Progress (1): 7.9/8.0 MB Progress (1): 7.9/8.0 MB Progress (1): 7.9/8.0 MB Progress (1): 7.9/8.0 MB Progress (1): 7.9/8.0 MB Progress (1): 7.9/8.0 MB Progress (1): 7.9/8.0 MB Progress (1): 7.9/8.0 MB Progress (1): 7.9/8.0 MB Progress (1): 7.9/8.0 MB Progress (1): 7.9/8.0 MB Progress (1): 8.0/8.0 MB Progress (1): 8.0/8.0 MB Progress (1): 8.0/8.0 MB Progress (1): 8.0/8.0 MB Progress (1): 8.0/8.0 MB Progress (1): 8.0/8.0 MB Progress (1): 8.0/8.0 MB Progress (1): 8.0/8.0 MB Progress (1): 8.0/8.0 MB Progress (1): 8.0/8.0 MB Progress (1): 8.0/8.0 MB Progress (1): 8.0/8.0 MB Progress (1): 8.0/8.0 MB Progress (1): 8.0/8.0 MB Progress (1): 8.0/8.0 MB Progress (1): 8.0/8.0 MB Progress (1): 8.0/8.0 MB Progress (1): 8.0/8.0 MB Progress (1): 8.0 MB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-bundles-external/1.3.0/tycho-bundles-external-1.3.0.zip (8.0 MB at 5.2 MB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/org.eclipse.tycho.p2.resolver.impl/1.3.0/org.eclipse.tycho.p2.resolver.impl-1.3.0.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.p2.resolver.impl/1.3.0/org.eclipse.tycho.p2.resolver.impl-1.3.0.jar Progress (1): 4.1/218 kB Progress (1): 7.7/218 kB Progress (1): 12/218 kB Progress (1): 16/218 kB Progress (1): 20/218 kB Progress (1): 24/218 kB Progress (1): 28/218 kB Progress (1): 32/218 kB Progress (1): 36/218 kB Progress (1): 40/218 kB Progress (1): 45/218 kB Progress (1): 49/218 kB Progress (1): 53/218 kB Progress (1): 57/218 kB Progress (1): 61/218 kB Progress (1): 65/218 kB Progress (1): 69/218 kB Progress (1): 73/218 kB Progress (1): 77/218 kB Progress (1): 81/218 kB Progress (1): 85/218 kB Progress (1): 90/218 kB Progress (1): 94/218 kB Progress (1): 98/218 kB Progress (1): 102/218 kB Progress (1): 106/218 kB Progress (1): 110/218 kB Progress (1): 114/218 kB Progress (1): 118/218 kB Progress (1): 122/218 kB Progress (1): 126/218 kB Progress (1): 131/218 kB Progress (1): 135/218 kB Progress (1): 139/218 kB Progress (1): 143/218 kB Progress (1): 147/218 kB Progress (1): 151/218 kB Progress (1): 155/218 kB Progress (1): 159/218 kB Progress (1): 163/218 kB Progress (1): 167/218 kB Progress (1): 171/218 kB Progress (1): 176/218 kB Progress (1): 180/218 kB Progress (1): 184/218 kB Progress (1): 188/218 kB Progress (1): 192/218 kB Progress (1): 196/218 kB Progress (1): 200/218 kB Progress (1): 204/218 kB Progress (1): 208/218 kB Progress (1): 212/218 kB Progress (1): 217/218 kB Progress (1): 218 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.p2.resolver.impl/1.3.0/org.eclipse.tycho.p2.resolver.impl-1.3.0.jar (218 kB at 6.4 MB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/org.eclipse.tycho.p2.maven.repository/1.3.0/org.eclipse.tycho.p2.maven.repository-1.3.0.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.p2.maven.repository/1.3.0/org.eclipse.tycho.p2.maven.repository-1.3.0.jar Progress (1): 4.1/148 kB Progress (1): 7.7/148 kB Progress (1): 12/148 kB Progress (1): 16/148 kB Progress (1): 20/148 kB Progress (1): 24/148 kB Progress (1): 28/148 kB Progress (1): 32/148 kB Progress (1): 36/148 kB Progress (1): 40/148 kB Progress (1): 45/148 kB Progress (1): 49/148 kB Progress (1): 53/148 kB Progress (1): 57/148 kB Progress (1): 61/148 kB Progress (1): 65/148 kB Progress (1): 69/148 kB Progress (1): 73/148 kB Progress (1): 77/148 kB Progress (1): 81/148 kB Progress (1): 85/148 kB Progress (1): 90/148 kB Progress (1): 94/148 kB Progress (1): 98/148 kB Progress (1): 102/148 kB Progress (1): 106/148 kB Progress (1): 110/148 kB Progress (1): 114/148 kB Progress (1): 118/148 kB Progress (1): 122/148 kB Progress (1): 126/148 kB Progress (1): 131/148 kB Progress (1): 135/148 kB Progress (1): 139/148 kB Progress (1): 143/148 kB Progress (1): 147/148 kB Progress (1): 148 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.p2.maven.repository/1.3.0/org.eclipse.tycho.p2.maven.repository-1.3.0.jar (148 kB at 2.5 MB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/org.eclipse.tycho.p2.tools.impl/1.3.0/org.eclipse.tycho.p2.tools.impl-1.3.0.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.p2.tools.impl/1.3.0/org.eclipse.tycho.p2.tools.impl-1.3.0.jar Progress (1): 4.1/48 kB Progress (1): 7.7/48 kB Progress (1): 12/48 kB Progress (1): 16/48 kB Progress (1): 20/48 kB Progress (1): 24/48 kB Progress (1): 28/48 kB Progress (1): 32/48 kB Progress (1): 36/48 kB Progress (1): 40/48 kB Progress (1): 45/48 kB Progress (1): 48 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.p2.tools.impl/1.3.0/org.eclipse.tycho.p2.tools.impl-1.3.0.jar (48 kB at 3.5 MB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/target-platform-configuration/1.3.0/target-platform-configuration-1.3.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/target-platform-configuration/1.3.0/target-platform-configuration-1.3.0.pom Progress (1): 906 B Progress (1): 1.7 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/target-platform-configuration/1.3.0/target-platform-configuration-1.3.0.pom (1.7 kB at 78 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/target-platform-configuration/1.3.0/target-platform-configuration-1.3.0.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/target-platform-configuration/1.3.0/target-platform-configuration-1.3.0.jar Progress (1): 4.1/7.7 kB Progress (1): 7.7/7.7 kB Progress (1): 7.7 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/target-platform-configuration/1.3.0/target-platform-configuration-1.3.0.jar (7.7 kB at 204 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/tycho-packaging-plugin/1.3.0/tycho-packaging-plugin-1.3.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-packaging-plugin/1.3.0/tycho-packaging-plugin-1.3.0.pom Progress (1): 915 B Progress (1): 2.7 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-packaging-plugin/1.3.0/tycho-packaging-plugin-1.3.0.pom (2.7 kB at 121 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/tycho-packaging-plugin/1.3.0/tycho-packaging-plugin-1.3.0.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-packaging-plugin/1.3.0/tycho-packaging-plugin-1.3.0.jar Progress (1): 4.1/129 kB Progress (1): 7.7/129 kB Progress (1): 12/129 kB Progress (1): 16/129 kB Progress (1): 20/129 kB Progress (1): 24/129 kB Progress (1): 28/129 kB Progress (1): 32/129 kB Progress (1): 36/129 kB Progress (1): 40/129 kB Progress (1): 45/129 kB Progress (1): 49/129 kB Progress (1): 53/129 kB Progress (1): 57/129 kB Progress (1): 61/129 kB Progress (1): 65/129 kB Progress (1): 69/129 kB Progress (1): 73/129 kB Progress (1): 77/129 kB Progress (1): 81/129 kB Progress (1): 85/129 kB Progress (1): 90/129 kB Progress (1): 94/129 kB Progress (1): 98/129 kB Progress (1): 102/129 kB Progress (1): 106/129 kB Progress (1): 110/129 kB Progress (1): 114/129 kB Progress (1): 118/129 kB Progress (1): 122/129 kB Progress (1): 126/129 kB Progress (1): 129 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-packaging-plugin/1.3.0/tycho-packaging-plugin-1.3.0.jar (129 kB at 3.6 MB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/jacoco/jacoco-maven-plugin/0.7.4.201502262128/jacoco-maven-plugin-0.7.4.201502262128.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jacoco/jacoco-maven-plugin/0.7.4.201502262128/jacoco-maven-plugin-0.7.4.201502262128.pom Progress (1): 836 B Progress (1): 3.6 kB Progress (1): 3.8 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jacoco/jacoco-maven-plugin/0.7.4.201502262128/jacoco-maven-plugin-0.7.4.201502262128.pom (3.8 kB at 100 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/jacoco/org.jacoco.build/0.7.4.201502262128/org.jacoco.build-0.7.4.201502262128.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jacoco/org.jacoco.build/0.7.4.201502262128/org.jacoco.build-0.7.4.201502262128.pom Progress (1): 771 B Progress (1): 2.7 kB Progress (1): 4.5 kB Progress (1): 8.2 kB Progress (1): 12 kB Progress (1): 13 kB Progress (1): 16 kB Progress (1): 18 kB Progress (1): 22 kB Progress (1): 25 kB Progress (1): 29 kB Progress (1): 33 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.4.201502262128/org.jacoco.build-0.7.4.201502262128.pom (36 kB at 757 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/jacoco/jacoco-maven-plugin/0.7.4.201502262128/jacoco-maven-plugin-0.7.4.201502262128.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jacoco/jacoco-maven-plugin/0.7.4.201502262128/jacoco-maven-plugin-0.7.4.201502262128.jar 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.4.201502262128/jacoco-maven-plugin-0.7.4.201502262128.jar (51 kB at 1.0 MB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/tycho-source-plugin/1.3.0/tycho-source-plugin-1.3.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-source-plugin/1.3.0/tycho-source-plugin-1.3.0.pom Progress (1): 901 B Progress (1): 2.9 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-source-plugin/1.3.0/tycho-source-plugin-1.3.0.pom (2.9 kB at 160 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/tycho-source-plugin/1.3.0/tycho-source-plugin-1.3.0.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-source-plugin/1.3.0/tycho-source-plugin-1.3.0.jar Progress (1): 4.1/23 kB Progress (1): 7.7/23 kB Progress (1): 12/23 kB Progress (1): 16/23 kB Progress (1): 20/23 kB Progress (1): 23 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-source-plugin/1.3.0/tycho-source-plugin-1.3.0.jar (23 kB at 1.1 MB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/plugins/maven-source-plugin/2.1/maven-source-plugin-2.1.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-source-plugin/2.1/maven-source-plugin-2.1.pom Progress (1): 802 B Progress (1): 2.9 kB Progress (1): 5.0 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-source-plugin/2.1/maven-source-plugin-2.1.pom (5.0 kB at 228 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/plugins/maven-plugins/13/maven-plugins-13.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-plugins/13/maven-plugins-13.pom Progress (1): 756 B Progress (1): 2.3 kB Progress (1): 6.4 kB Progress (1): 7.1 kB Progress (1): 9.4 kB Progress (1): 12 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-plugins/13/maven-plugins-13.pom (12 kB at 536 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-archiver/2.5/maven-archiver-2.5.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-archiver/2.5/maven-archiver-2.5.pom Progress (1): 799 B Progress (1): 2.3 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 197 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/shared/maven-shared-components/17/maven-shared-components-17.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-components/17/maven-shared-components-17.pom Progress (1): 768 B Progress (1): 3.0 kB Progress (1): 6.3 kB Progress (1): 8.5 kB Progress (1): 8.7 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-components/17/maven-shared-components-17.pom (8.7 kB at 414 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-parent/21/maven-parent-21.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/21/maven-parent-21.pom Progress (1): 737 B Progress (1): 2.0 kB Progress (1): 6.0 kB Progress (1): 10 kB Progress (1): 10 kB Progress (1): 15 kB Progress (1): 15 kB Progress (1): 17 kB Progress (1): 20 kB Progress (1): 23 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.0 MB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/apache/10/apache-10.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/10/apache-10.pom Progress (1): 753 B Progress (1): 2.1 kB Progress (1): 4.1 kB Progress (1): 8.2 kB Progress (1): 8.8 kB Progress (1): 11 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 510 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-interpolation/1.15/plexus-interpolation-1.15.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.15/plexus-interpolation-1.15.pom Progress (1): 1.0 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.15/plexus-interpolation-1.15.pom (1.0 kB at 35 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus/3.0.1/plexus-3.0.1.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/3.0.1/plexus-3.0.1.pom Progress (1): 704 B Progress (1): 2.6 kB Progress (1): 6.1 kB Progress (1): 8.8 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 809 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/plugins/maven-source-plugin/2.1/maven-source-plugin-2.1.jar Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-archiver/2.5/maven-archiver-2.5.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-source-plugin/2.1/maven-source-plugin-2.1.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-archiver/2.5/maven-archiver-2.5.jar Progress (1): 4.1/22 kB Progress (1): 7.7/22 kB Progress (1): 12/22 kB Progress (1): 16/22 kB Progress (1): 20/22 kB Progress (2): 20/22 kB | 4.1/24 kB Progress (2): 20/22 kB | 7.7/24 kB Progress (2): 22 kB | 7.7/24 kB Progress (2): 22 kB | 12/24 kB Progress (2): 22 kB | 16/24 kB Progress (2): 22 kB | 20/24 kB Progress (2): 22 kB | 24 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 839 kB/s) Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-source-plugin/2.1/maven-source-plugin-2.1.jar (24 kB at 851 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/extras/tycho-source-feature-plugin/1.3.0/tycho-source-feature-plugin-1.3.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/extras/tycho-source-feature-plugin/1.3.0/tycho-source-feature-plugin-1.3.0.pom Progress (1): 2.0 kB Progress (1): 2.3 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/extras/tycho-source-feature-plugin/1.3.0/tycho-source-feature-plugin-1.3.0.pom (2.3 kB at 251 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/extras/tycho-extras/1.3.0/tycho-extras-1.3.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/extras/tycho-extras/1.3.0/tycho-extras-1.3.0.pom Progress (1): 792 B Progress (1): 2.6 kB Progress (1): 4.5 kB Progress (1): 8.6 kB Progress (1): 9.2 kB Progress (1): 12 kB Progress (1): 15 kB Progress (1): 15 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/extras/tycho-extras/1.3.0/tycho-extras-1.3.0.pom (15 kB at 652 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/extras/tycho-source-feature-plugin/1.3.0/tycho-source-feature-plugin-1.3.0.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/extras/tycho-source-feature-plugin/1.3.0/tycho-source-feature-plugin-1.3.0.jar Progress (1): 4.1/19 kB Progress (1): 7.7/19 kB Progress (1): 12/19 kB Progress (1): 16/19 kB Progress (1): 19 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/extras/tycho-source-feature-plugin/1.3.0/tycho-source-feature-plugin-1.3.0.jar (19 kB at 743 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-component-annotations/1.5.4/plexus-component-annotations-1.5.4.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-component-annotations/1.5.4/plexus-component-annotations-1.5.4.pom Progress (1): 815 B Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-component-annotations/1.5.4/plexus-component-annotations-1.5.4.pom (815 B at 37 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-containers/1.5.4/plexus-containers-1.5.4.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-containers/1.5.4/plexus-containers-1.5.4.pom Progress (1): 1.3 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 202 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus/2.0.5/plexus-2.0.5.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/2.0.5/plexus-2.0.5.pom Progress (1): 711 B Progress (1): 2.8 kB Progress (1): 6.3 kB Progress (1): 9.1 kB Progress (1): 13 kB Progress (1): 17 kB Progress (1): 17 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/2.0.5/plexus-2.0.5.pom (17 kB at 826 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-component-annotations/1.5.5/plexus-component-annotations-1.5.5.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-component-annotations/1.5.5/plexus-component-annotations-1.5.5.pom Progress (1): 815 B Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-component-annotations/1.5.5/plexus-component-annotations-1.5.5.pom (815 B at 37 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-containers/1.5.5/plexus-containers-1.5.5.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-containers/1.5.5/plexus-containers-1.5.5.pom Progress (1): 1.3 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 212 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/plexus/plexus-cipher/1.4/plexus-cipher-1.4.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plexus/plexus-cipher/1.4/plexus-cipher-1.4.pom Progress (1): 1.4 kB 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 103 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-core/2.0.6/maven-core-2.0.6.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/2.0.6/maven-core-2.0.6.pom Progress (1): 777 B Progress (1): 2.7 kB Progress (1): 6.7 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/2.0.6/maven-core-2.0.6.pom (6.7 kB at 320 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven/2.0.6/maven-2.0.6.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/2.0.6/maven-2.0.6.pom Progress (1): 782 B Progress (1): 2.0 kB Progress (1): 4.4 kB Progress (1): 8.5 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 476 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-parent/5/maven-parent-5.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/5/maven-parent-5.pom Progress (1): 749 B Progress (1): 2.1 kB Progress (1): 5.4 kB Progress (1): 9.0 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 391 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/apache/3/apache-3.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/3/apache-3.pom Progress (1): 812 B Progress (1): 2.3 kB 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 163 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-settings/2.0.6/maven-settings-2.0.6.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/2.0.6/maven-settings-2.0.6.pom Progress (1): 830 B 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 100 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-container-default/1.0-alpha-9-stable-1/plexus-container-default-1.0-alpha-9-stable-1.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-container-default/1.0-alpha-9-stable-1/plexus-container-default-1.0-alpha-9-stable-1.pom Progress (1): 2.1 kB 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 197 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-containers/1.0.3/plexus-containers-1.0.3.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-containers/1.0.3/plexus-containers-1.0.3.pom Progress (1): 492 B Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-containers/1.0.3/plexus-containers-1.0.3.pom (492 B at 20 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus/1.0.4/plexus-1.0.4.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/1.0.4/plexus-1.0.4.pom Progress (1): 1.5 kB Progress (1): 4.6 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) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/junit/junit/4.10/junit-4.10.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/junit/junit/4.10/junit-4.10.pom Progress (1): 1.2 kB Progress (1): 2.3 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/junit/junit/4.10/junit-4.10.pom (2.3 kB at 123 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/hamcrest/hamcrest-core/1.1/hamcrest-core-1.1.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/hamcrest/hamcrest-core/1.1/hamcrest-core-1.1.pom Progress (1): 481 B Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/hamcrest/hamcrest-core/1.1/hamcrest-core-1.1.pom (481 B at 24 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/hamcrest/hamcrest-parent/1.1/hamcrest-parent-1.1.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/hamcrest/hamcrest-parent/1.1/hamcrest-parent-1.1.pom Progress (1): 1.2 kB Progress (1): 3.4 kB Progress (1): 5.7 kB Progress (1): 5.9 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/hamcrest/hamcrest-parent/1.1/hamcrest-parent-1.1.pom (5.9 kB at 267 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/classworlds/classworlds/1.1-alpha-2/classworlds-1.1-alpha-2.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/classworlds/classworlds/1.1-alpha-2/classworlds-1.1-alpha-2.pom Progress (1): 2.0 kB 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 142 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-plugin-parameter-documenter/2.0.6/maven-plugin-parameter-documenter-2.0.6.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-parameter-documenter/2.0.6/maven-plugin-parameter-documenter-2.0.6.pom Progress (1): 830 B 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 87 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/reporting/maven-reporting-api/2.0.6/maven-reporting-api-2.0.6.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting-api/2.0.6/maven-reporting-api-2.0.6.pom Progress (1): 830 B 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 83 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/reporting/maven-reporting/2.0.6/maven-reporting-2.0.6.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting/2.0.6/maven-reporting-2.0.6.pom Progress (1): 835 B 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 69 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/doxia/doxia-sink-api/1.0-alpha-7/doxia-sink-api-1.0-alpha-7.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-sink-api/1.0-alpha-7/doxia-sink-api-1.0-alpha-7.pom Progress (1): 424 B Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-sink-api/1.0-alpha-7/doxia-sink-api-1.0-alpha-7.pom (424 B at 20 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/doxia/doxia/1.0-alpha-7/doxia-1.0-alpha-7.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia/1.0-alpha-7/doxia-1.0-alpha-7.pom Progress (1): 1.6 kB 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 196 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-profile/2.0.6/maven-profile-2.0.6.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-profile/2.0.6/maven-profile-2.0.6.pom Progress (1): 830 B 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 76 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-repository-metadata/2.0.6/maven-repository-metadata-2.0.6.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/2.0.6/maven-repository-metadata-2.0.6.pom Progress (1): 832 B 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 71 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-error-diagnostics/2.0.6/maven-error-diagnostics-2.0.6.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-error-diagnostics/2.0.6/maven-error-diagnostics-2.0.6.pom Progress (1): 832 B 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 77 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/commons-cli/commons-cli/1.0/commons-cli-1.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-cli/commons-cli/1.0/commons-cli-1.0.pom Progress (1): 1.4 kB 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 84 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-plugin-api/2.0.6/maven-plugin-api-2.0.6.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/2.0.6/maven-plugin-api-2.0.6.pom Progress (1): 847 B 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 73 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-plugin-descriptor/2.0.6/maven-plugin-descriptor-2.0.6.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-descriptor/2.0.6/maven-plugin-descriptor-2.0.6.pom Progress (1): 830 B 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 92 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-interactivity-api/1.0-alpha-4/plexus-interactivity-api-1.0-alpha-4.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interactivity-api/1.0-alpha-4/plexus-interactivity-api-1.0-alpha-4.pom Progress (1): 1.4 kB Progress (1): 4.3 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 322 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-artifact-manager/2.0.6/maven-artifact-manager-2.0.6.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact-manager/2.0.6/maven-artifact-manager-2.0.6.pom Progress (1): 819 B Progress (1): 2.6 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact-manager/2.0.6/maven-artifact-manager-2.0.6.pom (2.6 kB at 109 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-monitor/2.0.6/maven-monitor-2.0.6.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-monitor/2.0.6/maven-monitor-2.0.6.pom Progress (1): 849 B 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 55 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/classworlds/classworlds/1.1/classworlds-1.1.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/classworlds/classworlds/1.1/classworlds-1.1.pom Progress (1): 2.1 kB 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 138 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-component-annotations/1.5.5/plexus-component-annotations-1.5.5.jar Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/plexus/plexus-cipher/1.4/plexus-cipher-1.4.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-component-annotations/1.5.5/plexus-component-annotations-1.5.5.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plexus/plexus-cipher/1.4/plexus-cipher-1.4.jar Progress (1): 4.1/4.2 kB Progress (1): 4.2 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-component-annotations/1.5.5/plexus-component-annotations-1.5.5.jar (4.2 kB at 108 kB/s) Progress (1): 4.1/13 kB Progress (1): 7.7/13 kB Progress (1): 12/13 kB Progress (1): 13 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plexus/plexus-cipher/1.4/plexus-cipher-1.4.jar (13 kB at 300 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/extras/tycho-pack200a-plugin/1.3.0/tycho-pack200a-plugin-1.3.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/extras/tycho-pack200a-plugin/1.3.0/tycho-pack200a-plugin-1.3.0.pom Progress (1): 957 B Progress (1): 1.3 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/extras/tycho-pack200a-plugin/1.3.0/tycho-pack200a-plugin-1.3.0.pom (1.3 kB at 29 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/extras/tycho-pack200/1.3.0/tycho-pack200-1.3.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/extras/tycho-pack200/1.3.0/tycho-pack200-1.3.0.pom Progress (1): 945 B Progress (1): 1.5 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/extras/tycho-pack200/1.3.0/tycho-pack200-1.3.0.pom (1.5 kB at 54 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/extras/tycho-pack200a-plugin/1.3.0/tycho-pack200a-plugin-1.3.0.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/extras/tycho-pack200a-plugin/1.3.0/tycho-pack200a-plugin-1.3.0.jar Progress (1): 4.1/7.2 kB Progress (1): 7.2 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/extras/tycho-pack200a-plugin/1.3.0/tycho-pack200a-plugin-1.3.0.jar (7.2 kB at 154 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/cbi/maven/plugins/eclipse-jarsigner-plugin/1.1.3/eclipse-jarsigner-plugin-1.1.3.pom Progress (1): 956 B Progress (1): 2.6 kB Downloaded from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/cbi/maven/plugins/eclipse-jarsigner-plugin/1.1.3/eclipse-jarsigner-plugin-1.1.3.pom (2.6 kB at 96 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/cbi/maven/plugins/maven-plugin-parent/1.1.3/maven-plugin-parent-1.1.3.pom Progress (1): 859 B Progress (1): 2.7 kB Progress (1): 5.5 kB Downloaded from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/cbi/maven/plugins/maven-plugin-parent/1.1.3/maven-plugin-parent-1.1.3.pom (5.5 kB at 191 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/cbi/cbi-parent/1.0.2/cbi-parent-1.0.2.pom Progress (1): 1.1 kB Progress (1): 3.3 kB Progress (1): 6.6 kB Progress (1): 10 kB Progress (1): 12 kB Downloaded from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/cbi/cbi-parent/1.0.2/cbi-parent-1.0.2.pom (12 kB at 397 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/cbi/maven/plugins/eclipse-jarsigner-plugin/1.1.3/eclipse-jarsigner-plugin-1.1.3.jar 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 cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/cbi/maven/plugins/eclipse-jarsigner-plugin/1.1.3/eclipse-jarsigner-plugin-1.1.3.jar (63 kB at 1.6 MB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/extras/tycho-pack200b-plugin/1.3.0/tycho-pack200b-plugin-1.3.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/extras/tycho-pack200b-plugin/1.3.0/tycho-pack200b-plugin-1.3.0.pom Progress (1): 952 B Progress (1): 1.5 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/extras/tycho-pack200b-plugin/1.3.0/tycho-pack200b-plugin-1.3.0.pom (1.5 kB at 64 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/extras/tycho-pack200b-plugin/1.3.0/tycho-pack200b-plugin-1.3.0.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/extras/tycho-pack200b-plugin/1.3.0/tycho-pack200b-plugin-1.3.0.jar Progress (1): 4.1/6.8 kB Progress (1): 6.8 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/extras/tycho-pack200b-plugin/1.3.0/tycho-pack200b-plugin-1.3.0.jar (6.8 kB at 310 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/tycho-p2-plugin/1.3.0/tycho-p2-plugin-1.3.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-p2-plugin/1.3.0/tycho-p2-plugin-1.3.0.pom Progress (1): 911 B Progress (1): 2.2 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-p2-plugin/1.3.0/tycho-p2-plugin-1.3.0.pom (2.2 kB at 105 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/tycho-p2-plugin/1.3.0/tycho-p2-plugin-1.3.0.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-p2-plugin/1.3.0/tycho-p2-plugin-1.3.0.jar Progress (1): 4.1/28 kB Progress (1): 7.7/28 kB Progress (1): 12/28 kB Progress (1): 16/28 kB Progress (1): 20/28 kB Progress (1): 24/28 kB Progress (1): 28 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-p2-plugin/1.3.0/tycho-p2-plugin-1.3.0.jar (28 kB at 1.1 MB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/sisu-equinox-launching/1.3.0/sisu-equinox-launching-1.3.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/sisu-equinox-launching/1.3.0/sisu-equinox-launching-1.3.0.pom Progress (1): 893 B Progress (1): 2.7 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/sisu-equinox-launching/1.3.0/sisu-equinox-launching-1.3.0.pom (2.7 kB at 117 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/commons/commons-exec/1.2/commons-exec-1.2.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-exec/1.2/commons-exec-1.2.pom Progress (1): 784 B Progress (1): 2.4 kB Progress (1): 5.3 kB Progress (1): 7.9 kB Progress (1): 10 kB Progress (1): 11 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-exec/1.2/commons-exec-1.2.pom (11 kB at 497 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/commons/commons-parent/32/commons-parent-32.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/32/commons-parent-32.pom Progress (1): 714 B Progress (1): 1.9 kB Progress (1): 3.2 kB Progress (1): 4.8 kB Progress (1): 8.3 kB Progress (1): 12 kB Progress (1): 16 kB Progress (1): 16 kB Progress (1): 19 kB Progress (1): 21 kB Progress (1): 24 kB Progress (1): 26 kB Progress (1): 30 kB Progress (1): 33 kB Progress (1): 37 kB Progress (1): 38 kB Progress (1): 41 kB Progress (1): 43 kB Progress (1): 46 kB Progress (1): 48 kB Progress (1): 51 kB Progress (1): 53 kB Progress (1): 53 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/32/commons-parent-32.pom (53 kB at 2.0 MB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/apache/13/apache-13.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/13/apache-13.pom Progress (1): 749 B Progress (1): 2.1 kB Progress (1): 4.1 kB Progress (1): 8.2 kB Progress (1): 8.9 kB Progress (1): 11 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 665 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/tycho-artifactcomparator/1.3.0/tycho-artifactcomparator-1.3.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-artifactcomparator/1.3.0/tycho-artifactcomparator-1.3.0.pom Progress (1): 957 B Progress (1): 1.9 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-artifactcomparator/1.3.0/tycho-artifactcomparator-1.3.0.pom (1.9 kB at 88 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/ow2/asm/asm-debug-all/5.0.3/asm-debug-all-5.0.3.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-debug-all/5.0.3/asm-debug-all-5.0.3.pom Progress (1): 941 B Progress (1): 2.0 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-debug-all/5.0.3/asm-debug-all-5.0.3.pom (2.0 kB at 99 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/ow2/asm/asm-parent/5.0.3/asm-parent-5.0.3.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-parent/5.0.3/asm-parent-5.0.3.pom Progress (1): 925 B Progress (1): 1.9 kB Progress (1): 3.7 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 250 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/ow2/ow2/1.3/ow2-1.3.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/ow2/1.3/ow2-1.3.pom Progress (1): 852 B Progress (1): 2.1 kB Progress (1): 3.5 kB Progress (1): 5.9 kB Progress (1): 8.1 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 432 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/sisu-equinox-launching/1.3.0/sisu-equinox-launching-1.3.0.jar Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/tycho-artifactcomparator/1.3.0/tycho-artifactcomparator-1.3.0.jar Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/commons/commons-exec/1.2/commons-exec-1.2.jar Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/ow2/asm/asm-debug-all/5.0.3/asm-debug-all-5.0.3.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/sisu-equinox-launching/1.3.0/sisu-equinox-launching-1.3.0.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-exec/1.2/commons-exec-1.2.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-artifactcomparator/1.3.0/tycho-artifactcomparator-1.3.0.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-debug-all/5.0.3/asm-debug-all-5.0.3.jar Progress (1): 4.1/28 kB Progress (1): 7.7/28 kB Progress (1): 12/28 kB Progress (1): 16/28 kB Progress (1): 20/28 kB Progress (1): 24/28 kB Progress (1): 28 kB Progress (2): 28 kB | 4.1/379 kB Progress (2): 28 kB | 7.7/379 kB Progress (3): 28 kB | 7.7/379 kB | 4.1/54 kB Progress (3): 28 kB | 12/379 kB | 4.1/54 kB Progress (3): 28 kB | 12/379 kB | 7.7/54 kB Progress (3): 28 kB | 16/379 kB | 7.7/54 kB Progress (3): 28 kB | 16/379 kB | 12/54 kB Progress (3): 28 kB | 16/379 kB | 16/54 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/sisu-equinox-launching/1.3.0/sisu-equinox-launching-1.3.0.jar (28 kB at 511 kB/s) Progress (2): 20/379 kB | 16/54 kB Progress (2): 20/379 kB | 20/54 kB Progress (2): 20/379 kB | 24/54 kB Progress (3): 20/379 kB | 24/54 kB | 4.1/21 kB Progress (3): 24/379 kB | 24/54 kB | 4.1/21 kB Progress (3): 24/379 kB | 24/54 kB | 7.7/21 kB Progress (3): 24/379 kB | 28/54 kB | 7.7/21 kB Progress (3): 24/379 kB | 28/54 kB | 12/21 kB Progress (3): 24/379 kB | 28/54 kB | 16/21 kB Progress (3): 28/379 kB | 28/54 kB | 16/21 kB Progress (3): 32/379 kB | 28/54 kB | 16/21 kB Progress (3): 32/379 kB | 32/54 kB | 16/21 kB Progress (3): 32/379 kB | 32/54 kB | 20/21 kB Progress (3): 32/379 kB | 32/54 kB | 21 kB Progress (3): 36/379 kB | 32/54 kB | 21 kB Progress (3): 36/379 kB | 36/54 kB | 21 kB Progress (3): 40/379 kB | 36/54 kB | 21 kB Progress (3): 40/379 kB | 40/54 kB | 21 kB Progress (3): 45/379 kB | 40/54 kB | 21 kB Progress (3): 45/379 kB | 45/54 kB | 21 kB Progress (3): 49/379 kB | 45/54 kB | 21 kB Progress (3): 49/379 kB | 49/54 kB | 21 kB Progress (3): 49/379 kB | 53/54 kB | 21 kB Progress (3): 49/379 kB | 54 kB | 21 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-artifactcomparator/1.3.0/tycho-artifactcomparator-1.3.0.jar (21 kB at 327 kB/s) Progress (2): 53/379 kB | 54 kB Progress (2): 57/379 kB | 54 kB Progress (2): 61/379 kB | 54 kB Progress (2): 65/379 kB | 54 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-exec/1.2/commons-exec-1.2.jar (54 kB at 805 kB/s) Progress (1): 69/379 kB Progress (1): 73/379 kB Progress (1): 77/379 kB Progress (1): 81/379 kB Progress (1): 85/379 kB Progress (1): 90/379 kB Progress (1): 94/379 kB Progress (1): 98/379 kB Progress (1): 102/379 kB Progress (1): 106/379 kB Progress (1): 110/379 kB Progress (1): 114/379 kB Progress (1): 118/379 kB Progress (1): 122/379 kB Progress (1): 126/379 kB Progress (1): 131/379 kB Progress (1): 135/379 kB Progress (1): 139/379 kB Progress (1): 143/379 kB Progress (1): 147/379 kB Progress (1): 151/379 kB Progress (1): 155/379 kB Progress (1): 159/379 kB Progress (1): 163/379 kB Progress (1): 167/379 kB Progress (1): 171/379 kB Progress (1): 176/379 kB Progress (1): 180/379 kB Progress (1): 184/379 kB Progress (1): 188/379 kB Progress (1): 192/379 kB Progress (1): 196/379 kB Progress (1): 200/379 kB Progress (1): 204/379 kB Progress (1): 208/379 kB Progress (1): 212/379 kB Progress (1): 217/379 kB Progress (1): 221/379 kB Progress (1): 225/379 kB Progress (1): 229/379 kB Progress (1): 233/379 kB Progress (1): 237/379 kB Progress (1): 241/379 kB Progress (1): 245/379 kB Progress (1): 249/379 kB Progress (1): 253/379 kB Progress (1): 258/379 kB Progress (1): 262/379 kB Progress (1): 266/379 kB Progress (1): 270/379 kB Progress (1): 274/379 kB Progress (1): 278/379 kB Progress (1): 282/379 kB Progress (1): 286/379 kB Progress (1): 290/379 kB Progress (1): 294/379 kB Progress (1): 298/379 kB Progress (1): 303/379 kB Progress (1): 307/379 kB Progress (1): 311/379 kB Progress (1): 315/379 kB Progress (1): 319/379 kB Progress (1): 323/379 kB Progress (1): 327/379 kB Progress (1): 331/379 kB Progress (1): 335/379 kB Progress (1): 339/379 kB Progress (1): 344/379 kB Progress (1): 348/379 kB Progress (1): 352/379 kB Progress (1): 356/379 kB Progress (1): 360/379 kB Progress (1): 364/379 kB Progress (1): 368/379 kB Progress (1): 372/379 kB Progress (1): 376/379 kB Progress (1): 379 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-debug-all/5.0.3/asm-debug-all-5.0.3.jar (379 kB at 3.7 MB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/plugins/maven-clean-plugin/2.5/maven-clean-plugin-2.5.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-clean-plugin/2.5/maven-clean-plugin-2.5.pom Progress (1): 806 B Progress (1): 2.3 kB Progress (1): 3.9 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-clean-plugin/2.5/maven-clean-plugin-2.5.pom (3.9 kB at 187 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/plugins/maven-plugins/22/maven-plugins-22.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-plugins/22/maven-plugins-22.pom Progress (1): 748 B Progress (1): 2.3 kB Progress (1): 6.3 kB Progress (1): 8.6 kB Progress (1): 11 kB Progress (1): 13 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-plugins/22/maven-plugins-22.pom (13 kB at 1.4 MB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/plugins/maven-clean-plugin/2.5/maven-clean-plugin-2.5.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-clean-plugin/2.5/maven-clean-plugin-2.5.jar Progress (1): 4.1/25 kB Progress (1): 7.7/25 kB Progress (1): 12/25 kB Progress (1): 16/25 kB Progress (1): 20/25 kB Progress (1): 24/25 kB Progress (1): 25 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-clean-plugin/2.5/maven-clean-plugin-2.5.jar (25 kB at 2.7 MB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/plugins/maven-resources-plugin/2.4.3/maven-resources-plugin-2.4.3.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-resources-plugin/2.4.3/maven-resources-plugin-2.4.3.pom Progress (1): 781 B Progress (1): 2.3 kB Progress (1): 5.3 kB Progress (1): 6.0 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-resources-plugin/2.4.3/maven-resources-plugin-2.4.3.pom (6.0 kB at 149 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/plugins/maven-plugins/18/maven-plugins-18.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-plugins/18/maven-plugins-18.pom Progress (1): 758 B Progress (1): 2.3 kB Progress (1): 6.4 kB Progress (1): 6.7 kB Progress (1): 9.1 kB Progress (1): 13 kB Progress (1): 13 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-plugins/18/maven-plugins-18.pom (13 kB at 140 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-parent/16/maven-parent-16.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/16/maven-parent-16.pom Progress (1): 744 B Progress (1): 2.0 kB Progress (1): 6.1 kB Progress (1): 6.4 kB Progress (1): 10 kB Progress (1): 11 kB Progress (1): 15 kB Progress (1): 17 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 931 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/apache/7/apache-7.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/7/apache-7.pom Progress (1): 754 B Progress (1): 2.0 kB Progress (1): 3.7 kB Progress (1): 7.0 kB Progress (1): 11 kB Progress (1): 14 kB Progress (1): 14 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/7/apache-7.pom (14 kB at 601 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/plugins/maven-resources-plugin/2.4.3/maven-resources-plugin-2.4.3.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-resources-plugin/2.4.3/maven-resources-plugin-2.4.3.jar Progress (1): 4.1/24 kB Progress (1): 7.7/24 kB Progress (1): 12/24 kB Progress (1): 16/24 kB Progress (1): 20/24 kB Progress (1): 24/24 kB Progress (1): 24 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-resources-plugin/2.4.3/maven-resources-plugin-2.4.3.jar (24 kB at 582 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/tycho-compiler-plugin/1.3.0/tycho-compiler-plugin-1.3.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-compiler-plugin/1.3.0/tycho-compiler-plugin-1.3.0.pom Progress (1): 910 B Progress (1): 2.5 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-compiler-plugin/1.3.0/tycho-compiler-plugin-1.3.0.pom (2.5 kB at 120 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/tycho-compiler-plugin/1.3.0/tycho-compiler-plugin-1.3.0.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-compiler-plugin/1.3.0/tycho-compiler-plugin-1.3.0.jar Progress (1): 4.1/33 kB Progress (1): 7.7/33 kB Progress (1): 12/33 kB Progress (1): 16/33 kB Progress (1): 20/33 kB Progress (1): 24/33 kB Progress (1): 28/33 kB Progress (1): 32/33 kB Progress (1): 33 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-compiler-plugin/1.3.0/tycho-compiler-plugin-1.3.0.jar (33 kB at 540 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/plugins/maven-install-plugin/2.3.1/maven-install-plugin-2.3.1.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-install-plugin/2.3.1/maven-install-plugin-2.3.1.pom Progress (1): 798 B Progress (1): 3.0 kB Progress (1): 4.9 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-install-plugin/2.3.1/maven-install-plugin-2.3.1.pom (4.9 kB at 92 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/plugins/maven-install-plugin/2.3.1/maven-install-plugin-2.3.1.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-install-plugin/2.3.1/maven-install-plugin-2.3.1.jar Progress (1): 4.1/23 kB Progress (1): 7.7/23 kB Progress (1): 12/23 kB Progress (1): 16/23 kB Progress (1): 20/23 kB Progress (1): 23 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-install-plugin/2.3.1/maven-install-plugin-2.3.1.jar (23 kB at 599 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/plugins/maven-deploy-plugin/2.5/maven-deploy-plugin-2.5.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-deploy-plugin/2.5/maven-deploy-plugin-2.5.pom Progress (1): 785 B Progress (1): 2.9 kB Progress (1): 5.2 kB Progress (1): 5.7 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-deploy-plugin/2.5/maven-deploy-plugin-2.5.pom (5.7 kB at 159 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/plugins/maven-plugins/16/maven-plugins-16.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-plugins/16/maven-plugins-16.pom Progress (1): 757 B Progress (1): 2.3 kB Progress (1): 6.4 kB Progress (1): 6.7 kB Progress (1): 9.1 kB Progress (1): 13 kB Progress (1): 13 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-plugins/16/maven-plugins-16.pom (13 kB at 381 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/plugins/maven-deploy-plugin/2.5/maven-deploy-plugin-2.5.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-deploy-plugin/2.5/maven-deploy-plugin-2.5.jar Progress (1): 4.1/23 kB Progress (1): 7.7/23 kB Progress (1): 12/23 kB Progress (1): 16/23 kB Progress (1): 20/23 kB Progress (1): 23 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-deploy-plugin/2.5/maven-deploy-plugin-2.5.jar (23 kB at 502 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/plugins/maven-site-plugin/3.3/maven-site-plugin-3.3.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-site-plugin/3.3/maven-site-plugin-3.3.pom Progress (1): 1.0 kB Progress (1): 4.0 kB Progress (1): 6.7 kB Progress (1): 10.0 kB Progress (1): 14 kB Progress (1): 16 kB Progress (1): 20 kB Progress (1): 21 kB Progress (1): 21 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-site-plugin/3.3/maven-site-plugin-3.3.pom (21 kB at 534 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/plugins/maven-plugins/24/maven-plugins-24.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-plugins/24/maven-plugins-24.pom Progress (1): 752 B Progress (1): 2.3 kB Progress (1): 4.1 kB Progress (1): 6.6 kB Progress (1): 10 kB Progress (1): 11 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-plugins/24/maven-plugins-24.pom (11 kB at 432 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-parent/23/maven-parent-23.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/23/maven-parent-23.pom Progress (1): 721 B Progress (1): 2.0 kB Progress (1): 5.9 kB Progress (1): 10 kB Progress (1): 10 kB Progress (1): 14 kB Progress (1): 15 kB Progress (1): 18 kB Progress (1): 22 kB Progress (1): 24 kB Progress (1): 27 kB Progress (1): 31 kB Progress (1): 31 kB Progress (1): 33 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/23/maven-parent-23.pom (33 kB at 1.4 MB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/plugins/maven-site-plugin/3.3/maven-site-plugin-3.3.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-site-plugin/3.3/maven-site-plugin-3.3.jar Progress (1): 4.1/124 kB Progress (1): 7.7/124 kB Progress (1): 12/124 kB Progress (1): 16/124 kB Progress (1): 20/124 kB Progress (1): 24/124 kB Progress (1): 28/124 kB Progress (1): 32/124 kB Progress (1): 36/124 kB Progress (1): 40/124 kB Progress (1): 45/124 kB Progress (1): 49/124 kB Progress (1): 53/124 kB Progress (1): 57/124 kB Progress (1): 61/124 kB Progress (1): 65/124 kB Progress (1): 69/124 kB Progress (1): 73/124 kB Progress (1): 77/124 kB Progress (1): 81/124 kB Progress (1): 85/124 kB Progress (1): 90/124 kB Progress (1): 94/124 kB Progress (1): 98/124 kB Progress (1): 102/124 kB Progress (1): 106/124 kB Progress (1): 110/124 kB Progress (1): 114/124 kB Progress (1): 118/124 kB Progress (1): 122/124 kB Progress (1): 124 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-site-plugin/3.3/maven-site-plugin-3.3.jar (124 kB at 2.1 MB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/tycho-p2-publisher-plugin/1.3.0/tycho-p2-publisher-plugin-1.3.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-p2-publisher-plugin/1.3.0/tycho-p2-publisher-plugin-1.3.0.pom Progress (1): 910 B Progress (1): 2.0 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-p2-publisher-plugin/1.3.0/tycho-p2-publisher-plugin-1.3.0.pom (2.0 kB at 43 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/tycho-p2-publisher-plugin/1.3.0/tycho-p2-publisher-plugin-1.3.0.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-p2-publisher-plugin/1.3.0/tycho-p2-publisher-plugin-1.3.0.jar Progress (1): 4.1/22 kB Progress (1): 7.7/22 kB Progress (1): 12/22 kB Progress (1): 16/22 kB Progress (1): 20/22 kB Progress (1): 22 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-p2-publisher-plugin/1.3.0/tycho-p2-publisher-plugin-1.3.0.jar (22 kB at 571 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/commons/commons-lang3/3.1/commons-lang3-3.1.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-lang3/3.1/commons-lang3-3.1.pom Progress (1): 771 B Progress (1): 2.1 kB Progress (1): 5.5 kB Progress (1): 9.0 kB Progress (1): 12 kB Progress (1): 14 kB Progress (1): 17 kB Progress (1): 17 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-lang3/3.1/commons-lang3-3.1.pom (17 kB at 727 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/commons/commons-parent/22/commons-parent-22.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/22/commons-parent-22.pom Progress (1): 723 B Progress (1): 1.9 kB Progress (1): 3.4 kB Progress (1): 7.0 kB Progress (1): 9.6 kB Progress (1): 14 kB Progress (1): 14 kB Progress (1): 17 kB Progress (1): 19 kB Progress (1): 23 kB Progress (1): 27 kB Progress (1): 30 kB Progress (1): 33 kB Progress (1): 36 kB Progress (1): 38 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 1.5 MB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/commons/commons-lang3/3.1/commons-lang3-3.1.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-lang3/3.1/commons-lang3-3.1.jar Progress (1): 4.1/316 kB Progress (1): 7.7/316 kB Progress (1): 12/316 kB Progress (1): 16/316 kB Progress (1): 20/316 kB Progress (1): 24/316 kB Progress (1): 28/316 kB Progress (1): 32/316 kB Progress (1): 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 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 5.7 MB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/tycho-p2-repository-plugin/1.3.0/tycho-p2-repository-plugin-1.3.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-p2-repository-plugin/1.3.0/tycho-p2-repository-plugin-1.3.0.pom Progress (1): 919 B Progress (1): 1.4 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-p2-repository-plugin/1.3.0/tycho-p2-repository-plugin-1.3.0.pom (1.4 kB at 38 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/tycho-p2-repository-plugin/1.3.0/tycho-p2-repository-plugin-1.3.0.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-p2-repository-plugin/1.3.0/tycho-p2-repository-plugin-1.3.0.jar Progress (1): 4.1/14 kB Progress (1): 7.7/14 kB Progress (1): 12/14 kB Progress (1): 14 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-p2-repository-plugin/1.3.0/tycho-p2-repository-plugin-1.3.0.jar (14 kB at 410 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/tycho-surefire-plugin/1.3.0/tycho-surefire-plugin-1.3.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-surefire-plugin/1.3.0/tycho-surefire-plugin-1.3.0.pom Progress (1): 878 B Progress (1): 4.8 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-surefire-plugin/1.3.0/tycho-surefire-plugin-1.3.0.pom (4.8 kB at 238 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/tycho-surefire-plugin/1.3.0/tycho-surefire-plugin-1.3.0.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-surefire-plugin/1.3.0/tycho-surefire-plugin-1.3.0.jar Progress (1): 4.1/58 kB Progress (1): 7.7/58 kB Progress (1): 12/58 kB Progress (1): 16/58 kB Progress (1): 20/58 kB Progress (1): 24/58 kB Progress (1): 28/58 kB Progress (1): 32/58 kB Progress (1): 36/58 kB Progress (1): 40/58 kB Progress (1): 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/org/eclipse/tycho/tycho-surefire-plugin/1.3.0/tycho-surefire-plugin-1.3.0.jar (58 kB at 2.1 MB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/org.eclipse.tycho.surefire.osgibooter/1.3.0/org.eclipse.tycho.surefire.osgibooter-1.3.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.surefire.osgibooter/1.3.0/org.eclipse.tycho.surefire.osgibooter-1.3.0.pom Progress (1): 884 B Progress (1): 3.3 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.surefire.osgibooter/1.3.0/org.eclipse.tycho.surefire.osgibooter-1.3.0.pom (3.3 kB at 156 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/org.eclipse.tycho.surefire.junit/1.3.0/org.eclipse.tycho.surefire.junit-1.3.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.surefire.junit/1.3.0/org.eclipse.tycho.surefire.junit-1.3.0.pom Progress (1): 913 B Progress (1): 1.5 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.surefire.junit/1.3.0/org.eclipse.tycho.surefire.junit-1.3.0.pom (1.5 kB at 71 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/tycho-surefire/1.3.0/tycho-surefire-1.3.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-surefire/1.3.0/tycho-surefire-1.3.0.pom Progress (1): 887 B Progress (1): 2.9 kB Progress (1): 3.0 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-surefire/1.3.0/tycho-surefire-1.3.0.pom (3.0 kB at 88 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/org.eclipse.tycho.surefire.junit4/1.3.0/org.eclipse.tycho.surefire.junit4-1.3.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.surefire.junit4/1.3.0/org.eclipse.tycho.surefire.junit4-1.3.0.pom Progress (1): 913 B Progress (1): 1.5 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.surefire.junit4/1.3.0/org.eclipse.tycho.surefire.junit4-1.3.0.pom (1.5 kB at 68 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/org.eclipse.tycho.surefire.junit47/1.3.0/org.eclipse.tycho.surefire.junit47-1.3.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.surefire.junit47/1.3.0/org.eclipse.tycho.surefire.junit47-1.3.0.pom Progress (1): 899 B Progress (1): 1.9 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.surefire.junit47/1.3.0/org.eclipse.tycho.surefire.junit47-1.3.0.pom (1.9 kB at 97 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/org.eclipse.tycho.surefire.junit5/1.3.0/org.eclipse.tycho.surefire.junit5-1.3.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.surefire.junit5/1.3.0/org.eclipse.tycho.surefire.junit5-1.3.0.pom Progress (1): 887 B Progress (1): 3.3 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.surefire.junit5/1.3.0/org.eclipse.tycho.surefire.junit5-1.3.0.pom (3.3 kB at 182 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/org.eclipse.tycho.surefire.testng/1.3.0/org.eclipse.tycho.surefire.testng-1.3.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.surefire.testng/1.3.0/org.eclipse.tycho.surefire.testng-1.3.0.pom Progress (1): 916 B Progress (1): 2.1 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.surefire.testng/1.3.0/org.eclipse.tycho.surefire.testng-1.3.0.pom (2.1 kB at 122 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/surefire/surefire-api/2.22.0/surefire-api-2.22.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-api/2.22.0/surefire-api-2.22.0.pom Progress (1): 1.3 kB Progress (1): 3.5 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-api/2.22.0/surefire-api-2.22.0.pom (3.5 kB at 169 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/surefire/surefire/2.22.0/surefire-2.22.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire/2.22.0/surefire-2.22.0.pom Progress (1): 784 B Progress (1): 2.4 kB Progress (1): 3.9 kB Progress (1): 8.0 kB Progress (1): 8.1 kB Progress (1): 12 kB Progress (1): 13 kB Progress (1): 15 kB Progress (1): 18 kB Progress (1): 22 kB Progress (1): 25 kB Progress (1): 27 kB Progress (1): 27 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire/2.22.0/surefire-2.22.0.pom (27 kB at 911 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-parent/31/maven-parent-31.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/31/maven-parent-31.pom Progress (1): 709 B Progress (1): 1.9 kB Progress (1): 5.4 kB Progress (1): 9.5 kB Progress (1): 9.8 kB Progress (1): 14 kB Progress (1): 14 kB Progress (1): 18 kB Progress (1): 19 kB Progress (1): 23 kB Progress (1): 23 kB Progress (1): 25 kB Progress (1): 27 kB Progress (1): 30 kB Progress (1): 34 kB Progress (1): 36 kB Progress (1): 39 kB Progress (1): 43 kB Progress (1): 43 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/31/maven-parent-31.pom (43 kB at 1.6 MB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/apache/19/apache-19.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/19/apache-19.pom Progress (1): 757 B Progress (1): 2.1 kB Progress (1): 3.9 kB Progress (1): 7.9 kB Progress (1): 12 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/19/apache-19.pom (15 kB at 645 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/surefire/surefire-logger-api/2.22.0/surefire-logger-api-2.22.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-logger-api/2.22.0/surefire-logger-api-2.22.0.pom Progress (1): 865 B Progress (1): 2.0 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-logger-api/2.22.0/surefire-logger-api-2.22.0.pom (2.0 kB at 93 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/surefire/maven-surefire-common/2.22.0/maven-surefire-common-2.22.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/maven-surefire-common/2.22.0/maven-surefire-common-2.22.0.pom Progress (1): 1.1 kB Progress (1): 5.2 kB Progress (1): 9.3 kB Progress (1): 11 kB Progress (1): 11 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/maven-surefire-common/2.22.0/maven-surefire-common-2.22.0.pom (11 kB at 541 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/plugin-tools/maven-plugin-annotations/3.5.2/maven-plugin-annotations-3.5.2.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugin-tools/maven-plugin-annotations/3.5.2/maven-plugin-annotations-3.5.2.pom Progress (1): 872 B Progress (1): 1.6 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugin-tools/maven-plugin-annotations/3.5.2/maven-plugin-annotations-3.5.2.pom (1.6 kB at 74 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/plugin-tools/maven-plugin-tools/3.5.2/maven-plugin-tools-3.5.2.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugin-tools/maven-plugin-tools/3.5.2/maven-plugin-tools-3.5.2.pom Progress (1): 792 B Progress (1): 2.2 kB Progress (1): 4.1 kB Progress (1): 8.2 kB Progress (1): 9.4 kB Progress (1): 13 kB Progress (1): 15 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugin-tools/maven-plugin-tools/3.5.2/maven-plugin-tools-3.5.2.pom (15 kB at 640 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/surefire/surefire-booter/2.22.0/surefire-booter-2.22.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-booter/2.22.0/surefire-booter-2.22.0.pom Progress (1): 1.1 kB Progress (1): 5.0 kB Progress (1): 7.4 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-booter/2.22.0/surefire-booter-2.22.0.pom (7.4 kB at 351 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-artifact/2.2.1/maven-artifact-2.2.1.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/2.2.1/maven-artifact-2.2.1.pom Progress (1): 844 B 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 79 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven/2.2.1/maven-2.2.1.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/2.2.1/maven-2.2.1.pom Progress (1): 738 B Progress (1): 1.9 kB Progress (1): 5.8 kB Progress (1): 9.1 kB Progress (1): 12 kB Progress (1): 16 kB Progress (1): 18 kB Progress (1): 22 kB Progress (1): 22 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/2.2.1/maven-2.2.1.pom (22 kB at 896 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-plugin-descriptor/2.2.1/maven-plugin-descriptor-2.2.1.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-descriptor/2.2.1/maven-plugin-descriptor-2.2.1.pom Progress (1): 829 B 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 57 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-container-default/1.7.1/plexus-container-default-1.7.1.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-container-default/1.7.1/plexus-container-default-1.7.1.pom Progress (1): 1.7 kB Progress (1): 2.8 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-container-default/1.7.1/plexus-container-default-1.7.1.pom (2.8 kB at 125 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-classworlds/2.5.1/plexus-classworlds-2.5.1.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-classworlds/2.5.1/plexus-classworlds-2.5.1.pom Progress (1): 935 B Progress (1): 3.0 kB Progress (1): 5.0 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-classworlds/2.5.1/plexus-classworlds-2.5.1.pom (5.0 kB at 93 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus/3.3.1/plexus-3.3.1.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/3.3.1/plexus-3.3.1.pom Progress (1): 706 B Progress (1): 2.5 kB Progress (1): 6.0 kB Progress (1): 8.6 kB Progress (1): 11 kB Progress (1): 15 kB Progress (1): 15 kB Progress (1): 20 kB Progress (1): 20 kB Progress (1): 20 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/3.3.1/plexus-3.3.1.pom (20 kB at 660 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/xbean/xbean-reflect/3.7/xbean-reflect-3.7.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/xbean/xbean-reflect/3.7/xbean-reflect-3.7.pom Progress (1): 815 B Progress (1): 2.9 kB Progress (1): 5.1 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/xbean/xbean-reflect/3.7/xbean-reflect-3.7.pom (5.1 kB at 204 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/xbean/xbean/3.7/xbean-3.7.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/xbean/xbean/3.7/xbean-3.7.pom Progress (1): 903 B Progress (1): 2.2 kB Progress (1): 5.4 kB Progress (1): 9.5 kB Progress (1): 11 kB Progress (1): 14 kB Progress (1): 15 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/xbean/xbean/3.7/xbean-3.7.pom (15 kB at 482 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/geronimo/genesis/genesis-java5-flava/2.0/genesis-java5-flava-2.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/geronimo/genesis/genesis-java5-flava/2.0/genesis-java5-flava-2.0.pom Progress (1): 832 B Progress (1): 3.2 kB Progress (1): 5.5 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/geronimo/genesis/genesis-java5-flava/2.0/genesis-java5-flava-2.0.pom (5.5 kB at 228 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/geronimo/genesis/genesis-default-flava/2.0/genesis-default-flava-2.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/geronimo/genesis/genesis-default-flava/2.0/genesis-default-flava-2.0.pom Progress (1): 795 B Progress (1): 2.1 kB Progress (1): 6.2 kB Progress (1): 6.3 kB Progress (1): 9.6 kB Progress (1): 14 kB Progress (1): 15 kB Progress (1): 18 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/geronimo/genesis/genesis-default-flava/2.0/genesis-default-flava-2.0.pom (18 kB at 636 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/geronimo/genesis/genesis/2.0/genesis-2.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/geronimo/genesis/genesis/2.0/genesis-2.0.pom Progress (1): 803 B Progress (1): 2.2 kB Progress (1): 4.6 kB Progress (1): 8.5 kB Progress (1): 13 kB Progress (1): 15 kB Progress (1): 18 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/geronimo/genesis/genesis/2.0/genesis-2.0.pom (18 kB at 921 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/com/google/collections/google-collections/1.0/google-collections-1.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/collections/google-collections/1.0/google-collections-1.0.pom Progress (1): 1.2 kB Progress (1): 2.5 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/collections/google-collections/1.0/google-collections-1.0.pom (2.5 kB at 113 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/com/google/google/1/google-1.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/google/1/google-1.pom Progress (1): 1.3 kB 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 86 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-project/2.2.1/maven-project-2.2.1.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-project/2.2.1/maven-project-2.2.1.pom Progress (1): 827 B 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 82 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-profile/2.2.1/maven-profile-2.2.1.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-profile/2.2.1/maven-profile-2.2.1.pom Progress (1): 829 B 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 94 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-interpolation/1.11/plexus-interpolation-1.11.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.11/plexus-interpolation-1.11.pom Progress (1): 889 B Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.11/plexus-interpolation-1.11.pom (889 B at 42 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-components/1.1.14/plexus-components-1.1.14.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-components/1.1.14/plexus-components-1.1.14.pom Progress (1): 1.2 kB Progress (1): 3.7 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) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus/2.0.2/plexus-2.0.2.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/2.0.2/plexus-2.0.2.pom Progress (1): 1.0 kB Progress (1): 3.9 kB Progress (1): 7.5 kB Progress (1): 11 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 528 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-artifact-manager/2.2.1/maven-artifact-manager-2.2.1.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact-manager/2.2.1/maven-artifact-manager-2.2.1.pom Progress (1): 813 B 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 124 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-repository-metadata/2.2.1/maven-repository-metadata-2.2.1.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/2.2.1/maven-repository-metadata-2.2.1.pom Progress (1): 830 B 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 85 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/backport-util-concurrent/backport-util-concurrent/3.1/backport-util-concurrent-3.1.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/backport-util-concurrent/backport-util-concurrent/3.1/backport-util-concurrent-3.1.pom Progress (1): 880 B Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/backport-util-concurrent/backport-util-concurrent/3.1/backport-util-concurrent-3.1.pom (880 B at 34 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-plugin-registry/2.2.1/maven-plugin-registry-2.2.1.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-registry/2.2.1/maven-plugin-registry-2.2.1.pom Progress (1): 829 B 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 88 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-toolchain/2.2.1/maven-toolchain-2.2.1.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-toolchain/2.2.1/maven-toolchain-2.2.1.pom Progress (1): 806 B Progress (1): 2.8 kB 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 176 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-java/0.9.8/plexus-java-0.9.8.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-java/0.9.8/plexus-java-0.9.8.pom Progress (1): 1.5 kB Progress (1): 2.4 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-java/0.9.8/plexus-java-0.9.8.pom (2.4 kB at 87 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-languages/0.9.8/plexus-languages-0.9.8.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-languages/0.9.8/plexus-languages-0.9.8.pom Progress (1): 1.3 kB Progress (1): 2.2 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-languages/0.9.8/plexus-languages-0.9.8.pom (2.2 kB at 116 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/ow2/asm/asm/6.1.1/asm-6.1.1.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm/6.1.1/asm-6.1.1.pom Progress (1): 1.2 kB Progress (1): 2.9 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm/6.1.1/asm-6.1.1.pom (2.9 kB at 140 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/ow2/ow2/1.5/ow2-1.5.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/ow2/1.5/ow2-1.5.pom Progress (1): 707 B Progress (1): 2.1 kB Progress (1): 3.6 kB Progress (1): 6.0 kB Progress (1): 8.1 kB Progress (1): 11 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/ow2/1.5/ow2-1.5.pom (11 kB at 468 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/com/thoughtworks/qdox/qdox/2.0-M7/qdox-2.0-M7.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/thoughtworks/qdox/qdox/2.0-M7/qdox-2.0-M7.pom Progress (1): 881 B Progress (1): 3.4 kB Progress (1): 6.7 kB Progress (1): 11 kB Progress (1): 14 kB Progress (1): 16 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/thoughtworks/qdox/qdox/2.0-M7/qdox-2.0-M7.pom (16 kB at 689 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/oss/oss-parent/9/oss-parent-9.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/oss/oss-parent/9/oss-parent-9.pom Progress (1): 835 B Progress (1): 2.7 kB Progress (1): 6.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 299 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/org.eclipse.tycho.surefire.osgibooter/1.3.0/org.eclipse.tycho.surefire.osgibooter-1.3.0.jar Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/org.eclipse.tycho.surefire.junit4/1.3.0/org.eclipse.tycho.surefire.junit4-1.3.0.jar Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/org.eclipse.tycho.surefire.junit47/1.3.0/org.eclipse.tycho.surefire.junit47-1.3.0.jar Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/org.eclipse.tycho.surefire.junit5/1.3.0/org.eclipse.tycho.surefire.junit5-1.3.0.jar Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/org.eclipse.tycho.surefire.junit/1.3.0/org.eclipse.tycho.surefire.junit-1.3.0.jar Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/org.eclipse.tycho.surefire.testng/1.3.0/org.eclipse.tycho.surefire.testng-1.3.0.jar Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/surefire/surefire-api/2.22.0/surefire-api-2.22.0.jar Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/surefire/surefire-logger-api/2.22.0/surefire-logger-api-2.22.0.jar Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/surefire/maven-surefire-common/2.22.0/maven-surefire-common-2.22.0.jar Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/surefire/surefire-booter/2.22.0/surefire-booter-2.22.0.jar Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-plugin-descriptor/2.2.1/maven-plugin-descriptor-2.2.1.jar Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-project/2.2.1/maven-project-2.2.1.jar Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-profile/2.2.1/maven-profile-2.2.1.jar Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-artifact-manager/2.2.1/maven-artifact-manager-2.2.1.jar Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/backport-util-concurrent/backport-util-concurrent/3.1/backport-util-concurrent-3.1.jar Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-plugin-registry/2.2.1/maven-plugin-registry-2.2.1.jar Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-toolchain/2.2.1/maven-toolchain-2.2.1.jar Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-java/0.9.8/plexus-java-0.9.8.jar Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/ow2/asm/asm/6.1.1/asm-6.1.1.jar Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/com/thoughtworks/qdox/qdox/2.0-M7/qdox-2.0-M7.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.surefire.osgibooter/1.3.0/org.eclipse.tycho.surefire.osgibooter-1.3.0.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.surefire.junit4/1.3.0/org.eclipse.tycho.surefire.junit4-1.3.0.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.surefire.junit/1.3.0/org.eclipse.tycho.surefire.junit-1.3.0.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.surefire.junit5/1.3.0/org.eclipse.tycho.surefire.junit5-1.3.0.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.surefire.junit47/1.3.0/org.eclipse.tycho.surefire.junit47-1.3.0.jar Progress (1): 4.1/920 kB Progress (1): 7.7/920 kB Progress (1): 12/920 kB Progress (1): 16/920 kB Progress (2): 16/920 kB | 4.1/65 kB Progress (2): 20/920 kB | 4.1/65 kB Progress (2): 24/920 kB | 4.1/65 kB Progress (2): 28/920 kB | 4.1/65 kB Progress (2): 28/920 kB | 7.7/65 kB Progress (2): 28/920 kB | 12/65 kB Progress (2): 28/920 kB | 16/65 kB Progress (2): 32/920 kB | 16/65 kB Progress (2): 32/920 kB | 20/65 kB Progress (2): 32/920 kB | 24/65 kB Progress (2): 36/920 kB | 24/65 kB Progress (3): 36/920 kB | 24/65 kB | 4.1/187 kB Progress (3): 40/920 kB | 24/65 kB | 4.1/187 kB Progress (4): 40/920 kB | 24/65 kB | 4.1/187 kB | 4.1/26 kB Progress (4): 40/920 kB | 28/65 kB | 4.1/187 kB | 4.1/26 kB Progress (4): 40/920 kB | 32/65 kB | 4.1/187 kB | 4.1/26 kB Progress (4): 40/920 kB | 36/65 kB | 4.1/187 kB | 4.1/26 kB Progress (4): 40/920 kB | 40/65 kB | 4.1/187 kB | 4.1/26 kB Progress (5): 40/920 kB | 40/65 kB | 4.1/187 kB | 4.1/26 kB | 4.1/429 kB Progress (5): 40/920 kB | 40/65 kB | 4.1/187 kB | 4.1/26 kB | 7.7/429 kB Progress (5): 40/920 kB | 40/65 kB | 4.1/187 kB | 7.7/26 kB | 7.7/429 kB Progress (5): 45/920 kB | 40/65 kB | 4.1/187 kB | 7.7/26 kB | 7.7/429 kB Progress (5): 49/920 kB | 40/65 kB | 4.1/187 kB | 7.7/26 kB | 7.7/429 kB Progress (5): 49/920 kB | 40/65 kB | 7.7/187 kB | 7.7/26 kB | 7.7/429 kB Progress (5): 49/920 kB | 40/65 kB | 7.7/187 kB | 12/26 kB | 7.7/429 kB Progress (5): 49/920 kB | 40/65 kB | 7.7/187 kB | 16/26 kB | 7.7/429 kB Progress (5): 49/920 kB | 40/65 kB | 7.7/187 kB | 20/26 kB | 7.7/429 kB Progress (5): 49/920 kB | 40/65 kB | 7.7/187 kB | 24/26 kB | 7.7/429 kB Progress (5): 49/920 kB | 40/65 kB | 7.7/187 kB | 26 kB | 7.7/429 kB Progress (5): 49/920 kB | 40/65 kB | 7.7/187 kB | 26 kB | 12/429 kB Progress (5): 49/920 kB | 40/65 kB | 7.7/187 kB | 26 kB | 16/429 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.surefire.junit/1.3.0/org.eclipse.tycho.surefire.junit-1.3.0.jar (26 kB at 377 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.surefire.testng/1.3.0/org.eclipse.tycho.surefire.testng-1.3.0.jar Progress (4): 49/920 kB | 45/65 kB | 7.7/187 kB | 16/429 kB Progress (4): 49/920 kB | 45/65 kB | 7.7/187 kB | 20/429 kB Progress (4): 49/920 kB | 45/65 kB | 7.7/187 kB | 24/429 kB Progress (4): 49/920 kB | 45/65 kB | 7.7/187 kB | 28/429 kB Progress (4): 49/920 kB | 45/65 kB | 7.7/187 kB | 32/429 kB Progress (5): 49/920 kB | 45/65 kB | 7.7/187 kB | 32/429 kB | 4.1/112 kB Progress (5): 53/920 kB | 45/65 kB | 7.7/187 kB | 32/429 kB | 4.1/112 kB Progress (5): 53/920 kB | 45/65 kB | 12/187 kB | 32/429 kB | 4.1/112 kB Progress (5): 57/920 kB | 45/65 kB | 12/187 kB | 32/429 kB | 4.1/112 kB Progress (5): 57/920 kB | 45/65 kB | 12/187 kB | 32/429 kB | 7.7/112 kB Progress (5): 57/920 kB | 45/65 kB | 12/187 kB | 36/429 kB | 7.7/112 kB Progress (5): 57/920 kB | 49/65 kB | 12/187 kB | 36/429 kB | 7.7/112 kB Progress (5): 57/920 kB | 49/65 kB | 12/187 kB | 40/429 kB | 7.7/112 kB Progress (5): 57/920 kB | 49/65 kB | 12/187 kB | 45/429 kB | 7.7/112 kB Progress (5): 57/920 kB | 49/65 kB | 12/187 kB | 49/429 kB | 7.7/112 kB Progress (5): 57/920 kB | 49/65 kB | 12/187 kB | 49/429 kB | 12/112 kB Progress (5): 61/920 kB | 49/65 kB | 12/187 kB | 49/429 kB | 12/112 kB Progress (5): 61/920 kB | 49/65 kB | 16/187 kB | 49/429 kB | 12/112 kB Progress (5): 61/920 kB | 49/65 kB | 16/187 kB | 53/429 kB | 12/112 kB Progress (5): 65/920 kB | 49/65 kB | 16/187 kB | 53/429 kB | 12/112 kB Progress (5): 65/920 kB | 49/65 kB | 20/187 kB | 53/429 kB | 12/112 kB Progress (5): 65/920 kB | 49/65 kB | 24/187 kB | 53/429 kB | 12/112 kB Progress (5): 65/920 kB | 49/65 kB | 24/187 kB | 53/429 kB | 16/112 kB Progress (5): 65/920 kB | 53/65 kB | 24/187 kB | 53/429 kB | 16/112 kB Progress (5): 65/920 kB | 57/65 kB | 24/187 kB | 53/429 kB | 16/112 kB Progress (5): 69/920 kB | 57/65 kB | 24/187 kB | 53/429 kB | 16/112 kB Progress (5): 69/920 kB | 57/65 kB | 28/187 kB | 53/429 kB | 16/112 kB Progress (5): 69/920 kB | 57/65 kB | 28/187 kB | 57/429 kB | 16/112 kB Progress (5): 69/920 kB | 57/65 kB | 32/187 kB | 57/429 kB | 16/112 kB Progress (5): 73/920 kB | 57/65 kB | 32/187 kB | 57/429 kB | 16/112 kB Progress (5): 77/920 kB | 57/65 kB | 32/187 kB | 57/429 kB | 16/112 kB Progress (5): 81/920 kB | 57/65 kB | 32/187 kB | 57/429 kB | 16/112 kB Progress (5): 85/920 kB | 57/65 kB | 32/187 kB | 57/429 kB | 16/112 kB Progress (5): 90/920 kB | 57/65 kB | 32/187 kB | 57/429 kB | 16/112 kB Progress (5): 94/920 kB | 57/65 kB | 32/187 kB | 57/429 kB | 16/112 kB Progress (5): 98/920 kB | 57/65 kB | 32/187 kB | 57/429 kB | 16/112 kB Progress (5): 98/920 kB | 57/65 kB | 32/187 kB | 57/429 kB | 20/112 kB Progress (5): 98/920 kB | 61/65 kB | 32/187 kB | 57/429 kB | 20/112 kB Progress (5): 98/920 kB | 61/65 kB | 32/187 kB | 57/429 kB | 24/112 kB Progress (5): 102/920 kB | 61/65 kB | 32/187 kB | 57/429 kB | 24/112 kB Progress (5): 106/920 kB | 61/65 kB | 32/187 kB | 57/429 kB | 24/112 kB Progress (5): 110/920 kB | 61/65 kB | 32/187 kB | 57/429 kB | 24/112 kB Progress (5): 114/920 kB | 61/65 kB | 32/187 kB | 57/429 kB | 24/112 kB Progress (5): 114/920 kB | 61/65 kB | 36/187 kB | 57/429 kB | 24/112 kB Progress (5): 114/920 kB | 61/65 kB | 36/187 kB | 61/429 kB | 24/112 kB Progress (5): 114/920 kB | 61/65 kB | 40/187 kB | 61/429 kB | 24/112 kB Progress (5): 114/920 kB | 61/65 kB | 40/187 kB | 61/429 kB | 28/112 kB Progress (5): 114/920 kB | 65/65 kB | 40/187 kB | 61/429 kB | 28/112 kB Progress (5): 114/920 kB | 65/65 kB | 40/187 kB | 61/429 kB | 32/112 kB Progress (5): 114/920 kB | 65/65 kB | 45/187 kB | 61/429 kB | 32/112 kB Progress (5): 114/920 kB | 65/65 kB | 49/187 kB | 61/429 kB | 32/112 kB Progress (5): 114/920 kB | 65/65 kB | 49/187 kB | 65/429 kB | 32/112 kB Progress (5): 118/920 kB | 65/65 kB | 49/187 kB | 65/429 kB | 32/112 kB Progress (5): 122/920 kB | 65/65 kB | 49/187 kB | 65/429 kB | 32/112 kB Progress (5): 126/920 kB | 65/65 kB | 49/187 kB | 65/429 kB | 32/112 kB Progress (5): 126/920 kB | 65/65 kB | 49/187 kB | 69/429 kB | 32/112 kB Progress (5): 126/920 kB | 65/65 kB | 49/187 kB | 73/429 kB | 32/112 kB Progress (5): 126/920 kB | 65/65 kB | 49/187 kB | 77/429 kB | 32/112 kB Progress (5): 126/920 kB | 65/65 kB | 49/187 kB | 81/429 kB | 32/112 kB Progress (5): 126/920 kB | 65/65 kB | 49/187 kB | 85/429 kB | 32/112 kB Progress (5): 126/920 kB | 65/65 kB | 49/187 kB | 90/429 kB | 32/112 kB Progress (5): 126/920 kB | 65/65 kB | 49/187 kB | 94/429 kB | 32/112 kB Progress (5): 126/920 kB | 65/65 kB | 49/187 kB | 98/429 kB | 32/112 kB Progress (5): 126/920 kB | 65/65 kB | 49/187 kB | 98/429 kB | 36/112 kB Progress (5): 126/920 kB | 65 kB | 49/187 kB | 98/429 kB | 36/112 kB Progress (5): 126/920 kB | 65 kB | 49/187 kB | 98/429 kB | 40/112 kB Progress (5): 126/920 kB | 65 kB | 49/187 kB | 98/429 kB | 45/112 kB Progress (5): 126/920 kB | 65 kB | 49/187 kB | 98/429 kB | 49/112 kB Progress (5): 126/920 kB | 65 kB | 49/187 kB | 102/429 kB | 49/112 kB Progress (5): 126/920 kB | 65 kB | 49/187 kB | 106/429 kB | 49/112 kB Progress (5): 126/920 kB | 65 kB | 49/187 kB | 106/429 kB | 53/112 kB Progress (5): 131/920 kB | 65 kB | 49/187 kB | 106/429 kB | 53/112 kB Progress (5): 131/920 kB | 65 kB | 53/187 kB | 106/429 kB | 53/112 kB Progress (5): 131/920 kB | 65 kB | 57/187 kB | 106/429 kB | 53/112 kB Progress (5): 131/920 kB | 65 kB | 61/187 kB | 106/429 kB | 53/112 kB Progress (5): 131/920 kB | 65 kB | 61/187 kB | 106/429 kB | 57/112 kB Progress (5): 131/920 kB | 65 kB | 61/187 kB | 110/429 kB | 57/112 kB Progress (5): 131/920 kB | 65 kB | 61/187 kB | 110/429 kB | 61/112 kB Progress (5): 131/920 kB | 65 kB | 65/187 kB | 110/429 kB | 61/112 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.surefire.junit4/1.3.0/org.eclipse.tycho.surefire.junit4-1.3.0.jar (65 kB at 392 kB/s) Progress (4): 135/920 kB | 65/187 kB | 110/429 kB | 61/112 kB Progress (4): 135/920 kB | 69/187 kB | 110/429 kB | 61/112 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-api/2.22.0/surefire-api-2.22.0.jar Progress (4): 135/920 kB | 69/187 kB | 110/429 kB | 65/112 kB Progress (4): 135/920 kB | 69/187 kB | 114/429 kB | 65/112 kB Progress (4): 135/920 kB | 73/187 kB | 114/429 kB | 65/112 kB Progress (4): 139/920 kB | 73/187 kB | 114/429 kB | 65/112 kB Progress (4): 139/920 kB | 73/187 kB | 114/429 kB | 69/112 kB Progress (4): 139/920 kB | 73/187 kB | 118/429 kB | 69/112 kB Progress (4): 139/920 kB | 77/187 kB | 118/429 kB | 69/112 kB Progress (4): 139/920 kB | 77/187 kB | 122/429 kB | 69/112 kB Progress (4): 139/920 kB | 77/187 kB | 126/429 kB | 69/112 kB Progress (4): 139/920 kB | 77/187 kB | 131/429 kB | 69/112 kB Progress (5): 139/920 kB | 77/187 kB | 131/429 kB | 69/112 kB | 4.1/186 kB Progress (5): 139/920 kB | 77/187 kB | 131/429 kB | 69/112 kB | 7.7/186 kB Progress (5): 139/920 kB | 77/187 kB | 131/429 kB | 69/112 kB | 12/186 kB Progress (5): 139/920 kB | 77/187 kB | 131/429 kB | 73/112 kB | 12/186 kB Progress (5): 143/920 kB | 77/187 kB | 131/429 kB | 73/112 kB | 12/186 kB Progress (5): 143/920 kB | 77/187 kB | 131/429 kB | 77/112 kB | 12/186 kB Progress (5): 143/920 kB | 77/187 kB | 131/429 kB | 77/112 kB | 16/186 kB Progress (5): 143/920 kB | 77/187 kB | 135/429 kB | 77/112 kB | 16/186 kB Progress (5): 143/920 kB | 81/187 kB | 135/429 kB | 77/112 kB | 16/186 kB Progress (5): 143/920 kB | 81/187 kB | 139/429 kB | 77/112 kB | 16/186 kB Progress (5): 143/920 kB | 81/187 kB | 139/429 kB | 77/112 kB | 20/186 kB Progress (5): 143/920 kB | 81/187 kB | 139/429 kB | 81/112 kB | 20/186 kB Progress (5): 147/920 kB | 81/187 kB | 139/429 kB | 81/112 kB | 20/186 kB Progress (5): 147/920 kB | 81/187 kB | 139/429 kB | 85/112 kB | 20/186 kB Progress (5): 147/920 kB | 81/187 kB | 139/429 kB | 90/112 kB | 20/186 kB Progress (5): 147/920 kB | 81/187 kB | 139/429 kB | 94/112 kB | 20/186 kB Progress (5): 147/920 kB | 81/187 kB | 139/429 kB | 98/112 kB | 20/186 kB Progress (5): 147/920 kB | 81/187 kB | 139/429 kB | 102/112 kB | 20/186 kB Progress (5): 147/920 kB | 81/187 kB | 139/429 kB | 106/112 kB | 20/186 kB Progress (5): 147/920 kB | 81/187 kB | 139/429 kB | 110/112 kB | 20/186 kB Progress (5): 147/920 kB | 81/187 kB | 139/429 kB | 112 kB | 20/186 kB Progress (5): 151/920 kB | 81/187 kB | 139/429 kB | 112 kB | 20/186 kB Progress (5): 151/920 kB | 85/187 kB | 139/429 kB | 112 kB | 20/186 kB Progress (5): 151/920 kB | 85/187 kB | 139/429 kB | 112 kB | 24/186 kB Progress (5): 151/920 kB | 85/187 kB | 143/429 kB | 112 kB | 24/186 kB Progress (5): 151/920 kB | 85/187 kB | 143/429 kB | 112 kB | 28/186 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.surefire.testng/1.3.0/org.eclipse.tycho.surefire.testng-1.3.0.jar (112 kB at 473 kB/s) Progress (4): 151/920 kB | 90/187 kB | 143/429 kB | 28/186 kB Progress (4): 155/920 kB | 90/187 kB | 143/429 kB | 28/186 kB Progress (4): 155/920 kB | 94/187 kB | 143/429 kB | 28/186 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-logger-api/2.22.0/surefire-logger-api-2.22.0.jar Progress (4): 155/920 kB | 94/187 kB | 143/429 kB | 32/186 kB Progress (4): 155/920 kB | 94/187 kB | 147/429 kB | 32/186 kB Progress (4): 155/920 kB | 98/187 kB | 147/429 kB | 32/186 kB Progress (4): 159/920 kB | 98/187 kB | 147/429 kB | 32/186 kB Progress (4): 159/920 kB | 98/187 kB | 147/429 kB | 36/186 kB Progress (4): 159/920 kB | 98/187 kB | 147/429 kB | 40/186 kB Progress (4): 159/920 kB | 98/187 kB | 147/429 kB | 45/186 kB Progress (4): 159/920 kB | 98/187 kB | 151/429 kB | 45/186 kB Progress (4): 159/920 kB | 98/187 kB | 155/429 kB | 45/186 kB Progress (4): 163/920 kB | 98/187 kB | 155/429 kB | 45/186 kB Progress (4): 163/920 kB | 98/187 kB | 159/429 kB | 45/186 kB Progress (5): 163/920 kB | 98/187 kB | 159/429 kB | 45/186 kB | 4.1/13 kB Progress (5): 163/920 kB | 98/187 kB | 159/429 kB | 49/186 kB | 4.1/13 kB Progress (5): 163/920 kB | 102/187 kB | 159/429 kB | 49/186 kB | 4.1/13 kB Progress (5): 167/920 kB | 102/187 kB | 159/429 kB | 49/186 kB | 4.1/13 kB Progress (5): 167/920 kB | 102/187 kB | 159/429 kB | 49/186 kB | 7.7/13 kB Progress (5): 167/920 kB | 102/187 kB | 163/429 kB | 49/186 kB | 7.7/13 kB Progress (5): 167/920 kB | 102/187 kB | 163/429 kB | 49/186 kB | 12/13 kB Progress (5): 167/920 kB | 102/187 kB | 163/429 kB | 49/186 kB | 13 kB Progress (5): 171/920 kB | 102/187 kB | 163/429 kB | 49/186 kB | 13 kB Progress (5): 171/920 kB | 102/187 kB | 163/429 kB | 53/186 kB | 13 kB Progress (5): 171/920 kB | 102/187 kB | 163/429 kB | 57/186 kB | 13 kB Progress (5): 171/920 kB | 102/187 kB | 163/429 kB | 61/186 kB | 13 kB Progress (5): 171/920 kB | 106/187 kB | 163/429 kB | 61/186 kB | 13 kB Progress (5): 171/920 kB | 106/187 kB | 163/429 kB | 65/186 kB | 13 kB Progress (5): 176/920 kB | 106/187 kB | 163/429 kB | 65/186 kB | 13 kB Progress (5): 180/920 kB | 106/187 kB | 163/429 kB | 65/186 kB | 13 kB Progress (5): 180/920 kB | 106/187 kB | 163/429 kB | 69/186 kB | 13 kB Progress (5): 180/920 kB | 106/187 kB | 163/429 kB | 73/186 kB | 13 kB Progress (5): 180/920 kB | 106/187 kB | 163/429 kB | 77/186 kB | 13 kB Progress (5): 180/920 kB | 106/187 kB | 163/429 kB | 81/186 kB | 13 kB Progress (5): 180/920 kB | 106/187 kB | 167/429 kB | 81/186 kB | 13 kB Progress (5): 184/920 kB | 106/187 kB | 167/429 kB | 81/186 kB | 13 kB Progress (5): 188/920 kB | 106/187 kB | 167/429 kB | 81/186 kB | 13 kB Progress (5): 192/920 kB | 106/187 kB | 167/429 kB | 81/186 kB | 13 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-logger-api/2.22.0/surefire-logger-api-2.22.0.jar (13 kB at 53 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/maven-surefire-common/2.22.0/maven-surefire-common-2.22.0.jar Progress (4): 192/920 kB | 110/187 kB | 167/429 kB | 81/186 kB Progress (4): 196/920 kB | 110/187 kB | 167/429 kB | 81/186 kB Progress (4): 196/920 kB | 110/187 kB | 167/429 kB | 85/186 kB Progress (4): 196/920 kB | 110/187 kB | 171/429 kB | 85/186 kB Progress (4): 196/920 kB | 110/187 kB | 176/429 kB | 85/186 kB Progress (4): 200/920 kB | 110/187 kB | 176/429 kB | 85/186 kB Progress (4): 204/920 kB | 110/187 kB | 176/429 kB | 85/186 kB Progress (4): 204/920 kB | 110/187 kB | 176/429 kB | 90/186 kB Progress (4): 204/920 kB | 114/187 kB | 176/429 kB | 90/186 kB Progress (4): 204/920 kB | 114/187 kB | 176/429 kB | 94/186 kB Progress (5): 204/920 kB | 114/187 kB | 176/429 kB | 94/186 kB | 4.1/524 kB Progress (5): 204/920 kB | 114/187 kB | 176/429 kB | 94/186 kB | 7.7/524 kB Progress (5): 208/920 kB | 114/187 kB | 176/429 kB | 94/186 kB | 7.7/524 kB Progress (5): 208/920 kB | 114/187 kB | 180/429 kB | 94/186 kB | 7.7/524 kB Progress (5): 212/920 kB | 114/187 kB | 180/429 kB | 94/186 kB | 7.7/524 kB Progress (5): 212/920 kB | 114/187 kB | 180/429 kB | 94/186 kB | 12/524 kB Progress (5): 212/920 kB | 114/187 kB | 180/429 kB | 94/186 kB | 16/524 kB Progress (5): 212/920 kB | 118/187 kB | 180/429 kB | 94/186 kB | 16/524 kB Progress (5): 212/920 kB | 122/187 kB | 180/429 kB | 94/186 kB | 16/524 kB Progress (5): 212/920 kB | 122/187 kB | 180/429 kB | 98/186 kB | 16/524 kB Progress (5): 212/920 kB | 122/187 kB | 180/429 kB | 98/186 kB | 20/524 kB Progress (5): 212/920 kB | 126/187 kB | 180/429 kB | 98/186 kB | 20/524 kB Progress (5): 217/920 kB | 126/187 kB | 180/429 kB | 98/186 kB | 20/524 kB Progress (5): 217/920 kB | 126/187 kB | 180/429 kB | 102/186 kB | 20/524 kB Progress (5): 217/920 kB | 126/187 kB | 184/429 kB | 102/186 kB | 20/524 kB Progress (5): 217/920 kB | 126/187 kB | 184/429 kB | 106/186 kB | 20/524 kB Progress (5): 221/920 kB | 126/187 kB | 184/429 kB | 106/186 kB | 20/524 kB Progress (5): 221/920 kB | 131/187 kB | 184/429 kB | 106/186 kB | 20/524 kB Progress (5): 221/920 kB | 131/187 kB | 184/429 kB | 106/186 kB | 24/524 kB Progress (5): 225/920 kB | 131/187 kB | 184/429 kB | 106/186 kB | 24/524 kB Progress (5): 225/920 kB | 131/187 kB | 184/429 kB | 110/186 kB | 24/524 kB Progress (5): 225/920 kB | 131/187 kB | 188/429 kB | 110/186 kB | 24/524 kB Progress (5): 225/920 kB | 131/187 kB | 188/429 kB | 114/186 kB | 24/524 kB Progress (5): 225/920 kB | 135/187 kB | 188/429 kB | 114/186 kB | 24/524 kB Progress (5): 229/920 kB | 135/187 kB | 188/429 kB | 114/186 kB | 24/524 kB Progress (5): 229/920 kB | 135/187 kB | 188/429 kB | 114/186 kB | 28/524 kB Progress (5): 229/920 kB | 135/187 kB | 188/429 kB | 118/186 kB | 28/524 kB Progress (5): 229/920 kB | 139/187 kB | 188/429 kB | 118/186 kB | 28/524 kB Progress (5): 229/920 kB | 139/187 kB | 192/429 kB | 118/186 kB | 28/524 kB Progress (5): 233/920 kB | 139/187 kB | 192/429 kB | 118/186 kB | 28/524 kB Progress (5): 233/920 kB | 143/187 kB | 192/429 kB | 118/186 kB | 28/524 kB Progress (5): 233/920 kB | 143/187 kB | 192/429 kB | 122/186 kB | 28/524 kB Progress (5): 233/920 kB | 143/187 kB | 192/429 kB | 122/186 kB | 32/524 kB Progress (5): 233/920 kB | 143/187 kB | 192/429 kB | 126/186 kB | 32/524 kB Progress (5): 233/920 kB | 147/187 kB | 192/429 kB | 126/186 kB | 32/524 kB Progress (5): 237/920 kB | 147/187 kB | 192/429 kB | 126/186 kB | 32/524 kB Progress (5): 237/920 kB | 147/187 kB | 196/429 kB | 126/186 kB | 32/524 kB Progress (5): 241/920 kB | 147/187 kB | 196/429 kB | 126/186 kB | 32/524 kB Progress (5): 241/920 kB | 147/187 kB | 196/429 kB | 126/186 kB | 36/524 kB Progress (5): 241/920 kB | 147/187 kB | 196/429 kB | 126/186 kB | 40/524 kB Progress (5): 241/920 kB | 147/187 kB | 196/429 kB | 131/186 kB | 40/524 kB Progress (5): 241/920 kB | 147/187 kB | 196/429 kB | 131/186 kB | 45/524 kB Progress (5): 241/920 kB | 147/187 kB | 196/429 kB | 131/186 kB | 49/524 kB Progress (5): 241/920 kB | 147/187 kB | 200/429 kB | 131/186 kB | 49/524 kB Progress (5): 245/920 kB | 147/187 kB | 200/429 kB | 131/186 kB | 49/524 kB Progress (5): 245/920 kB | 151/187 kB | 200/429 kB | 131/186 kB | 49/524 kB Progress (5): 245/920 kB | 151/187 kB | 200/429 kB | 131/186 kB | 53/524 kB Progress (5): 245/920 kB | 151/187 kB | 204/429 kB | 131/186 kB | 53/524 kB Progress (5): 245/920 kB | 151/187 kB | 204/429 kB | 135/186 kB | 53/524 kB Progress (5): 245/920 kB | 151/187 kB | 208/429 kB | 135/186 kB | 53/524 kB Progress (5): 249/920 kB | 151/187 kB | 208/429 kB | 135/186 kB | 53/524 kB Progress (5): 249/920 kB | 151/187 kB | 208/429 kB | 135/186 kB | 57/524 kB Progress (5): 249/920 kB | 155/187 kB | 208/429 kB | 135/186 kB | 57/524 kB Progress (5): 249/920 kB | 155/187 kB | 208/429 kB | 135/186 kB | 61/524 kB Progress (5): 253/920 kB | 155/187 kB | 208/429 kB | 135/186 kB | 61/524 kB Progress (5): 253/920 kB | 155/187 kB | 212/429 kB | 135/186 kB | 61/524 kB Progress (5): 253/920 kB | 155/187 kB | 212/429 kB | 139/186 kB | 61/524 kB Progress (5): 253/920 kB | 155/187 kB | 212/429 kB | 143/186 kB | 61/524 kB Progress (5): 253/920 kB | 155/187 kB | 212/429 kB | 147/186 kB | 61/524 kB Progress (5): 258/920 kB | 155/187 kB | 212/429 kB | 147/186 kB | 61/524 kB Progress (5): 258/920 kB | 155/187 kB | 212/429 kB | 147/186 kB | 65/524 kB Progress (5): 258/920 kB | 159/187 kB | 212/429 kB | 147/186 kB | 65/524 kB Progress (5): 258/920 kB | 163/187 kB | 212/429 kB | 147/186 kB | 65/524 kB Progress (5): 258/920 kB | 163/187 kB | 212/429 kB | 147/186 kB | 69/524 kB Progress (5): 258/920 kB | 163/187 kB | 212/429 kB | 147/186 kB | 73/524 kB Progress (5): 258/920 kB | 163/187 kB | 212/429 kB | 147/186 kB | 77/524 kB Progress (5): 262/920 kB | 163/187 kB | 212/429 kB | 147/186 kB | 77/524 kB Progress (5): 262/920 kB | 163/187 kB | 212/429 kB | 151/186 kB | 77/524 kB Progress (5): 262/920 kB | 163/187 kB | 217/429 kB | 151/186 kB | 77/524 kB Progress (5): 262/920 kB | 163/187 kB | 217/429 kB | 155/186 kB | 77/524 kB Progress (5): 262/920 kB | 163/187 kB | 217/429 kB | 159/186 kB | 77/524 kB Progress (5): 262/920 kB | 163/187 kB | 217/429 kB | 163/186 kB | 77/524 kB Progress (5): 262/920 kB | 163/187 kB | 217/429 kB | 167/186 kB | 77/524 kB Progress (5): 262/920 kB | 163/187 kB | 217/429 kB | 171/186 kB | 77/524 kB Progress (5): 262/920 kB | 163/187 kB | 217/429 kB | 176/186 kB | 77/524 kB Progress (5): 262/920 kB | 163/187 kB | 217/429 kB | 180/186 kB | 77/524 kB Progress (5): 262/920 kB | 163/187 kB | 217/429 kB | 184/186 kB | 77/524 kB Progress (5): 262/920 kB | 163/187 kB | 217/429 kB | 186 kB | 77/524 kB Progress (5): 266/920 kB | 163/187 kB | 217/429 kB | 186 kB | 77/524 kB Progress (5): 270/920 kB | 163/187 kB | 217/429 kB | 186 kB | 77/524 kB Progress (5): 274/920 kB | 163/187 kB | 217/429 kB | 186 kB | 77/524 kB Progress (5): 278/920 kB | 163/187 kB | 217/429 kB | 186 kB | 77/524 kB Progress (5): 282/920 kB | 163/187 kB | 217/429 kB | 186 kB | 77/524 kB Progress (5): 286/920 kB | 163/187 kB | 217/429 kB | 186 kB | 77/524 kB Progress (5): 290/920 kB | 163/187 kB | 217/429 kB | 186 kB | 77/524 kB Progress (5): 294/920 kB | 163/187 kB | 217/429 kB | 186 kB | 77/524 kB Progress (5): 298/920 kB | 163/187 kB | 217/429 kB | 186 kB | 77/524 kB Progress (5): 303/920 kB | 163/187 kB | 217/429 kB | 186 kB | 77/524 kB Progress (5): 303/920 kB | 163/187 kB | 217/429 kB | 186 kB | 81/524 kB Progress (5): 303/920 kB | 167/187 kB | 217/429 kB | 186 kB | 81/524 kB Progress (5): 303/920 kB | 171/187 kB | 217/429 kB | 186 kB | 81/524 kB Progress (5): 303/920 kB | 176/187 kB | 217/429 kB | 186 kB | 81/524 kB Progress (5): 307/920 kB | 176/187 kB | 217/429 kB | 186 kB | 81/524 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-api/2.22.0/surefire-api-2.22.0.jar (186 kB at 512 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-booter/2.22.0/surefire-booter-2.22.0.jar Progress (4): 307/920 kB | 176/187 kB | 221/429 kB | 81/524 kB Progress (4): 311/920 kB | 176/187 kB | 221/429 kB | 81/524 kB Progress (4): 311/920 kB | 180/187 kB | 221/429 kB | 81/524 kB Progress (4): 311/920 kB | 180/187 kB | 221/429 kB | 85/524 kB Progress (4): 311/920 kB | 180/187 kB | 221/429 kB | 90/524 kB Progress (4): 311/920 kB | 180/187 kB | 221/429 kB | 94/524 kB Progress (4): 311/920 kB | 180/187 kB | 221/429 kB | 98/524 kB Progress (5): 311/920 kB | 180/187 kB | 221/429 kB | 98/524 kB | 4.1/273 kB Progress (5): 311/920 kB | 180/187 kB | 221/429 kB | 98/524 kB | 7.7/273 kB Progress (5): 311/920 kB | 180/187 kB | 221/429 kB | 98/524 kB | 12/273 kB Progress (5): 311/920 kB | 180/187 kB | 221/429 kB | 98/524 kB | 16/273 kB Progress (5): 311/920 kB | 184/187 kB | 221/429 kB | 98/524 kB | 16/273 kB Progress (5): 311/920 kB | 187 kB | 221/429 kB | 98/524 kB | 16/273 kB Progress (5): 315/920 kB | 187 kB | 221/429 kB | 98/524 kB | 16/273 kB Progress (5): 315/920 kB | 187 kB | 225/429 kB | 98/524 kB | 16/273 kB Progress (5): 319/920 kB | 187 kB | 225/429 kB | 98/524 kB | 16/273 kB Progress (5): 323/920 kB | 187 kB | 225/429 kB | 98/524 kB | 16/273 kB Progress (5): 327/920 kB | 187 kB | 225/429 kB | 98/524 kB | 16/273 kB Progress (5): 327/920 kB | 187 kB | 225/429 kB | 98/524 kB | 20/273 kB Progress (5): 327/920 kB | 187 kB | 225/429 kB | 98/524 kB | 24/273 kB Progress (5): 327/920 kB | 187 kB | 225/429 kB | 98/524 kB | 28/273 kB Progress (5): 327/920 kB | 187 kB | 225/429 kB | 98/524 kB | 32/273 kB Progress (5): 327/920 kB | 187 kB | 225/429 kB | 102/524 kB | 32/273 kB Progress (5): 331/920 kB | 187 kB | 225/429 kB | 102/524 kB | 32/273 kB Progress (5): 335/920 kB | 187 kB | 225/429 kB | 102/524 kB | 32/273 kB Progress (5): 339/920 kB | 187 kB | 225/429 kB | 102/524 kB | 32/273 kB Progress (5): 339/920 kB | 187 kB | 229/429 kB | 102/524 kB | 32/273 kB Progress (5): 339/920 kB | 187 kB | 233/429 kB | 102/524 kB | 32/273 kB Progress (5): 339/920 kB | 187 kB | 237/429 kB | 102/524 kB | 32/273 kB Progress (5): 339/920 kB | 187 kB | 241/429 kB | 102/524 kB | 32/273 kB Progress (5): 339/920 kB | 187 kB | 245/429 kB | 102/524 kB | 32/273 kB Progress (5): 344/920 kB | 187 kB | 245/429 kB | 102/524 kB | 32/273 kB Progress (5): 344/920 kB | 187 kB | 249/429 kB | 102/524 kB | 32/273 kB Progress (5): 344/920 kB | 187 kB | 253/429 kB | 102/524 kB | 32/273 kB Progress (5): 344/920 kB | 187 kB | 258/429 kB | 102/524 kB | 32/273 kB Progress (5): 344/920 kB | 187 kB | 262/429 kB | 102/524 kB | 32/273 kB Progress (5): 344/920 kB | 187 kB | 262/429 kB | 102/524 kB | 36/273 kB Progress (5): 344/920 kB | 187 kB | 262/429 kB | 106/524 kB | 36/273 kB Progress (5): 344/920 kB | 187 kB | 266/429 kB | 106/524 kB | 36/273 kB Progress (5): 344/920 kB | 187 kB | 266/429 kB | 106/524 kB | 40/273 kB Progress (5): 344/920 kB | 187 kB | 266/429 kB | 106/524 kB | 45/273 kB Progress (5): 348/920 kB | 187 kB | 266/429 kB | 106/524 kB | 45/273 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.surefire.junit47/1.3.0/org.eclipse.tycho.surefire.junit47-1.3.0.jar (187 kB at 421 kB/s) Progress (4): 352/920 kB | 266/429 kB | 106/524 kB | 45/273 kB Progress (4): 352/920 kB | 266/429 kB | 106/524 kB | 49/273 kB Progress (4): 352/920 kB | 270/429 kB | 106/524 kB | 49/273 kB Progress (4): 352/920 kB | 274/429 kB | 106/524 kB | 49/273 kB Progress (4): 352/920 kB | 274/429 kB | 110/524 kB | 49/273 kB Progress (4): 352/920 kB | 274/429 kB | 110/524 kB | 53/273 kB Progress (4): 352/920 kB | 274/429 kB | 110/524 kB | 57/273 kB Progress (4): 352/920 kB | 274/429 kB | 110/524 kB | 61/273 kB Progress (4): 352/920 kB | 274/429 kB | 110/524 kB | 65/273 kB Progress (4): 352/920 kB | 278/429 kB | 110/524 kB | 65/273 kB Progress (4): 352/920 kB | 278/429 kB | 110/524 kB | 69/273 kB Progress (4): 352/920 kB | 278/429 kB | 110/524 kB | 73/273 kB Progress (4): 352/920 kB | 278/429 kB | 110/524 kB | 77/273 kB Progress (4): 352/920 kB | 278/429 kB | 110/524 kB | 81/273 kB Progress (4): 356/920 kB | 278/429 kB | 110/524 kB | 81/273 kB Progress (4): 360/920 kB | 278/429 kB | 110/524 kB | 81/273 kB Progress (4): 360/920 kB | 278/429 kB | 110/524 kB | 85/273 kB Progress (4): 360/920 kB | 278/429 kB | 110/524 kB | 90/273 kB Progress (4): 360/920 kB | 278/429 kB | 110/524 kB | 94/273 kB Progress (4): 360/920 kB | 278/429 kB | 110/524 kB | 98/273 kB Progress (4): 360/920 kB | 278/429 kB | 110/524 kB | 102/273 kB Progress (4): 360/920 kB | 278/429 kB | 110/524 kB | 106/273 kB Progress (4): 360/920 kB | 278/429 kB | 110/524 kB | 110/273 kB Progress (4): 360/920 kB | 278/429 kB | 110/524 kB | 114/273 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-descriptor/2.2.1/maven-plugin-descriptor-2.2.1.jar Progress (4): 360/920 kB | 278/429 kB | 110/524 kB | 118/273 kB Progress (4): 360/920 kB | 278/429 kB | 110/524 kB | 122/273 kB Progress (4): 360/920 kB | 278/429 kB | 110/524 kB | 126/273 kB Progress (4): 360/920 kB | 278/429 kB | 110/524 kB | 131/273 kB Progress (4): 360/920 kB | 278/429 kB | 110/524 kB | 135/273 kB Progress (4): 360/920 kB | 278/429 kB | 110/524 kB | 139/273 kB Progress (4): 360/920 kB | 278/429 kB | 110/524 kB | 143/273 kB Progress (4): 360/920 kB | 278/429 kB | 110/524 kB | 147/273 kB Progress (4): 360/920 kB | 278/429 kB | 110/524 kB | 151/273 kB Progress (4): 360/920 kB | 278/429 kB | 110/524 kB | 155/273 kB Progress (4): 360/920 kB | 278/429 kB | 110/524 kB | 159/273 kB Progress (4): 360/920 kB | 278/429 kB | 110/524 kB | 163/273 kB Progress (4): 360/920 kB | 278/429 kB | 110/524 kB | 167/273 kB Progress (4): 360/920 kB | 278/429 kB | 110/524 kB | 171/273 kB Progress (4): 360/920 kB | 278/429 kB | 110/524 kB | 176/273 kB Progress (4): 360/920 kB | 278/429 kB | 110/524 kB | 180/273 kB Progress (4): 360/920 kB | 278/429 kB | 110/524 kB | 184/273 kB Progress (4): 360/920 kB | 278/429 kB | 110/524 kB | 188/273 kB Progress (4): 360/920 kB | 278/429 kB | 110/524 kB | 192/273 kB Progress (4): 360/920 kB | 278/429 kB | 110/524 kB | 196/273 kB Progress (4): 360/920 kB | 278/429 kB | 110/524 kB | 200/273 kB Progress (4): 360/920 kB | 278/429 kB | 110/524 kB | 204/273 kB Progress (4): 360/920 kB | 278/429 kB | 110/524 kB | 208/273 kB Progress (4): 360/920 kB | 278/429 kB | 110/524 kB | 212/273 kB Progress (4): 360/920 kB | 278/429 kB | 110/524 kB | 217/273 kB Progress (4): 360/920 kB | 278/429 kB | 110/524 kB | 221/273 kB Progress (4): 360/920 kB | 278/429 kB | 110/524 kB | 225/273 kB Progress (4): 360/920 kB | 278/429 kB | 110/524 kB | 229/273 kB Progress (4): 360/920 kB | 278/429 kB | 110/524 kB | 233/273 kB Progress (4): 360/920 kB | 278/429 kB | 110/524 kB | 237/273 kB Progress (4): 360/920 kB | 278/429 kB | 110/524 kB | 241/273 kB Progress (4): 360/920 kB | 278/429 kB | 110/524 kB | 245/273 kB Progress (4): 364/920 kB | 278/429 kB | 110/524 kB | 245/273 kB Progress (4): 368/920 kB | 278/429 kB | 110/524 kB | 245/273 kB Progress (4): 372/920 kB | 278/429 kB | 110/524 kB | 245/273 kB Progress (4): 376/920 kB | 278/429 kB | 110/524 kB | 245/273 kB Progress (4): 376/920 kB | 282/429 kB | 110/524 kB | 245/273 kB Progress (4): 376/920 kB | 286/429 kB | 110/524 kB | 245/273 kB Progress (4): 376/920 kB | 290/429 kB | 110/524 kB | 245/273 kB Progress (4): 376/920 kB | 294/429 kB | 110/524 kB | 245/273 kB Progress (4): 376/920 kB | 294/429 kB | 114/524 kB | 245/273 kB Progress (4): 376/920 kB | 298/429 kB | 114/524 kB | 245/273 kB Progress (4): 376/920 kB | 303/429 kB | 114/524 kB | 245/273 kB Progress (4): 376/920 kB | 307/429 kB | 114/524 kB | 245/273 kB Progress (4): 376/920 kB | 307/429 kB | 118/524 kB | 245/273 kB Progress (4): 380/920 kB | 307/429 kB | 118/524 kB | 245/273 kB Progress (4): 384/920 kB | 307/429 kB | 118/524 kB | 245/273 kB Progress (4): 389/920 kB | 307/429 kB | 118/524 kB | 245/273 kB Progress (4): 393/920 kB | 307/429 kB | 118/524 kB | 245/273 kB Progress (4): 397/920 kB | 307/429 kB | 118/524 kB | 245/273 kB Progress (4): 401/920 kB | 307/429 kB | 118/524 kB | 245/273 kB Progress (4): 405/920 kB | 307/429 kB | 118/524 kB | 245/273 kB Progress (4): 409/920 kB | 307/429 kB | 118/524 kB | 245/273 kB Progress (4): 413/920 kB | 307/429 kB | 118/524 kB | 245/273 kB Progress (4): 417/920 kB | 307/429 kB | 118/524 kB | 245/273 kB Progress (4): 421/920 kB | 307/429 kB | 118/524 kB | 245/273 kB Progress (4): 425/920 kB | 307/429 kB | 118/524 kB | 245/273 kB Progress (4): 425/920 kB | 307/429 kB | 118/524 kB | 249/273 kB Progress (4): 425/920 kB | 307/429 kB | 118/524 kB | 253/273 kB Progress (5): 425/920 kB | 307/429 kB | 118/524 kB | 253/273 kB | 4.1/39 kB Progress (5): 430/920 kB | 307/429 kB | 118/524 kB | 253/273 kB | 4.1/39 kB Progress (5): 430/920 kB | 307/429 kB | 118/524 kB | 258/273 kB | 4.1/39 kB Progress (5): 430/920 kB | 307/429 kB | 118/524 kB | 262/273 kB | 4.1/39 kB Progress (5): 430/920 kB | 307/429 kB | 122/524 kB | 262/273 kB | 4.1/39 kB Progress (5): 430/920 kB | 307/429 kB | 126/524 kB | 262/273 kB | 4.1/39 kB Progress (5): 430/920 kB | 307/429 kB | 131/524 kB | 262/273 kB | 4.1/39 kB Progress (5): 430/920 kB | 311/429 kB | 131/524 kB | 262/273 kB | 4.1/39 kB Progress (5): 430/920 kB | 311/429 kB | 135/524 kB | 262/273 kB | 4.1/39 kB Progress (5): 430/920 kB | 311/429 kB | 139/524 kB | 262/273 kB | 4.1/39 kB Progress (5): 430/920 kB | 311/429 kB | 143/524 kB | 262/273 kB | 4.1/39 kB Progress (5): 430/920 kB | 311/429 kB | 147/524 kB | 262/273 kB | 4.1/39 kB Progress (5): 430/920 kB | 311/429 kB | 147/524 kB | 266/273 kB | 4.1/39 kB Progress (5): 430/920 kB | 311/429 kB | 147/524 kB | 270/273 kB | 4.1/39 kB Progress (5): 430/920 kB | 311/429 kB | 147/524 kB | 273 kB | 4.1/39 kB Progress (5): 434/920 kB | 311/429 kB | 147/524 kB | 273 kB | 4.1/39 kB Progress (5): 438/920 kB | 311/429 kB | 147/524 kB | 273 kB | 4.1/39 kB Progress (5): 442/920 kB | 311/429 kB | 147/524 kB | 273 kB | 4.1/39 kB Progress (5): 446/920 kB | 311/429 kB | 147/524 kB | 273 kB | 4.1/39 kB Progress (5): 450/920 kB | 311/429 kB | 147/524 kB | 273 kB | 4.1/39 kB Progress (5): 454/920 kB | 311/429 kB | 147/524 kB | 273 kB | 4.1/39 kB Progress (5): 458/920 kB | 311/429 kB | 147/524 kB | 273 kB | 4.1/39 kB Progress (5): 458/920 kB | 311/429 kB | 147/524 kB | 273 kB | 7.7/39 kB Progress (5): 462/920 kB | 311/429 kB | 147/524 kB | 273 kB | 7.7/39 kB Progress (5): 466/920 kB | 311/429 kB | 147/524 kB | 273 kB | 7.7/39 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-booter/2.22.0/surefire-booter-2.22.0.jar (273 kB at 512 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-project/2.2.1/maven-project-2.2.1.jar Progress (4): 466/920 kB | 311/429 kB | 151/524 kB | 7.7/39 kB Progress (4): 466/920 kB | 311/429 kB | 155/524 kB | 7.7/39 kB Progress (4): 466/920 kB | 311/429 kB | 159/524 kB | 7.7/39 kB Progress (4): 466/920 kB | 315/429 kB | 159/524 kB | 7.7/39 kB Progress (4): 466/920 kB | 315/429 kB | 163/524 kB | 7.7/39 kB Progress (4): 471/920 kB | 315/429 kB | 163/524 kB | 7.7/39 kB Progress (4): 475/920 kB | 315/429 kB | 163/524 kB | 7.7/39 kB Progress (4): 475/920 kB | 315/429 kB | 167/524 kB | 7.7/39 kB Progress (4): 475/920 kB | 315/429 kB | 171/524 kB | 7.7/39 kB Progress (4): 479/920 kB | 315/429 kB | 171/524 kB | 7.7/39 kB Progress (4): 483/920 kB | 315/429 kB | 171/524 kB | 7.7/39 kB Progress (4): 487/920 kB | 315/429 kB | 171/524 kB | 7.7/39 kB Progress (4): 491/920 kB | 315/429 kB | 171/524 kB | 7.7/39 kB Progress (4): 491/920 kB | 315/429 kB | 171/524 kB | 12/39 kB Progress (5): 491/920 kB | 315/429 kB | 171/524 kB | 12/39 kB | 4.1/156 kB Progress (5): 495/920 kB | 315/429 kB | 171/524 kB | 12/39 kB | 4.1/156 kB Progress (5): 499/920 kB | 315/429 kB | 171/524 kB | 12/39 kB | 4.1/156 kB Progress (5): 503/920 kB | 315/429 kB | 171/524 kB | 12/39 kB | 4.1/156 kB Progress (5): 507/920 kB | 315/429 kB | 171/524 kB | 12/39 kB | 4.1/156 kB Progress (5): 511/920 kB | 315/429 kB | 171/524 kB | 12/39 kB | 4.1/156 kB Progress (5): 516/920 kB | 315/429 kB | 171/524 kB | 12/39 kB | 4.1/156 kB Progress (5): 520/920 kB | 315/429 kB | 171/524 kB | 12/39 kB | 4.1/156 kB Progress (5): 524/920 kB | 315/429 kB | 171/524 kB | 12/39 kB | 4.1/156 kB Progress (5): 524/920 kB | 315/429 kB | 176/524 kB | 12/39 kB | 4.1/156 kB Progress (5): 528/920 kB | 315/429 kB | 176/524 kB | 12/39 kB | 4.1/156 kB Progress (5): 532/920 kB | 315/429 kB | 176/524 kB | 12/39 kB | 4.1/156 kB Progress (5): 532/920 kB | 319/429 kB | 176/524 kB | 12/39 kB | 4.1/156 kB Progress (5): 536/920 kB | 319/429 kB | 176/524 kB | 12/39 kB | 4.1/156 kB Progress (5): 536/920 kB | 319/429 kB | 180/524 kB | 12/39 kB | 4.1/156 kB Progress (5): 536/920 kB | 319/429 kB | 180/524 kB | 12/39 kB | 7.7/156 kB Progress (5): 536/920 kB | 319/429 kB | 180/524 kB | 16/39 kB | 7.7/156 kB Progress (5): 536/920 kB | 319/429 kB | 184/524 kB | 16/39 kB | 7.7/156 kB Progress (5): 536/920 kB | 319/429 kB | 188/524 kB | 16/39 kB | 7.7/156 kB Progress (5): 536/920 kB | 319/429 kB | 192/524 kB | 16/39 kB | 7.7/156 kB Progress (5): 536/920 kB | 319/429 kB | 192/524 kB | 16/39 kB | 12/156 kB Progress (5): 540/920 kB | 319/429 kB | 192/524 kB | 16/39 kB | 12/156 kB Progress (5): 540/920 kB | 323/429 kB | 192/524 kB | 16/39 kB | 12/156 kB Progress (5): 540/920 kB | 327/429 kB | 192/524 kB | 16/39 kB | 12/156 kB Progress (5): 544/920 kB | 327/429 kB | 192/524 kB | 16/39 kB | 12/156 kB Progress (5): 548/920 kB | 327/429 kB | 192/524 kB | 16/39 kB | 12/156 kB Progress (5): 552/920 kB | 327/429 kB | 192/524 kB | 16/39 kB | 12/156 kB Progress (5): 557/920 kB | 327/429 kB | 192/524 kB | 16/39 kB | 12/156 kB Progress (5): 557/920 kB | 327/429 kB | 192/524 kB | 16/39 kB | 16/156 kB Progress (5): 557/920 kB | 327/429 kB | 196/524 kB | 16/39 kB | 16/156 kB Progress (5): 557/920 kB | 327/429 kB | 196/524 kB | 20/39 kB | 16/156 kB Progress (5): 561/920 kB | 327/429 kB | 196/524 kB | 20/39 kB | 16/156 kB Progress (5): 561/920 kB | 331/429 kB | 196/524 kB | 20/39 kB | 16/156 kB Progress (5): 561/920 kB | 331/429 kB | 200/524 kB | 20/39 kB | 16/156 kB Progress (5): 561/920 kB | 331/429 kB | 204/524 kB | 20/39 kB | 16/156 kB Progress (5): 561/920 kB | 331/429 kB | 208/524 kB | 20/39 kB | 16/156 kB Progress (5): 561/920 kB | 331/429 kB | 212/524 kB | 20/39 kB | 16/156 kB Progress (5): 561/920 kB | 331/429 kB | 217/524 kB | 20/39 kB | 16/156 kB Progress (5): 561/920 kB | 331/429 kB | 221/524 kB | 20/39 kB | 16/156 kB Progress (5): 561/920 kB | 331/429 kB | 225/524 kB | 20/39 kB | 16/156 kB Progress (5): 561/920 kB | 331/429 kB | 229/524 kB | 20/39 kB | 16/156 kB Progress (5): 561/920 kB | 331/429 kB | 233/524 kB | 20/39 kB | 16/156 kB Progress (5): 561/920 kB | 331/429 kB | 237/524 kB | 20/39 kB | 16/156 kB Progress (5): 561/920 kB | 331/429 kB | 241/524 kB | 20/39 kB | 16/156 kB Progress (5): 561/920 kB | 331/429 kB | 245/524 kB | 20/39 kB | 16/156 kB Progress (5): 561/920 kB | 331/429 kB | 249/524 kB | 20/39 kB | 16/156 kB Progress (5): 561/920 kB | 331/429 kB | 253/524 kB | 20/39 kB | 16/156 kB Progress (5): 561/920 kB | 331/429 kB | 258/524 kB | 20/39 kB | 16/156 kB Progress (5): 561/920 kB | 331/429 kB | 262/524 kB | 20/39 kB | 16/156 kB Progress (5): 561/920 kB | 331/429 kB | 266/524 kB | 20/39 kB | 16/156 kB Progress (5): 561/920 kB | 331/429 kB | 270/524 kB | 20/39 kB | 16/156 kB Progress (5): 561/920 kB | 331/429 kB | 274/524 kB | 20/39 kB | 16/156 kB Progress (5): 561/920 kB | 331/429 kB | 278/524 kB | 20/39 kB | 16/156 kB Progress (5): 565/920 kB | 331/429 kB | 278/524 kB | 20/39 kB | 16/156 kB Progress (5): 565/920 kB | 331/429 kB | 278/524 kB | 24/39 kB | 16/156 kB Progress (5): 565/920 kB | 331/429 kB | 278/524 kB | 24/39 kB | 20/156 kB Progress (5): 565/920 kB | 331/429 kB | 278/524 kB | 28/39 kB | 20/156 kB Progress (5): 565/920 kB | 331/429 kB | 282/524 kB | 28/39 kB | 20/156 kB Progress (5): 565/920 kB | 331/429 kB | 286/524 kB | 28/39 kB | 20/156 kB Progress (5): 565/920 kB | 331/429 kB | 290/524 kB | 28/39 kB | 20/156 kB Progress (5): 565/920 kB | 331/429 kB | 294/524 kB | 28/39 kB | 20/156 kB Progress (5): 569/920 kB | 331/429 kB | 294/524 kB | 28/39 kB | 20/156 kB Progress (5): 569/920 kB | 335/429 kB | 294/524 kB | 28/39 kB | 20/156 kB Progress (5): 573/920 kB | 335/429 kB | 294/524 kB | 28/39 kB | 20/156 kB Progress (5): 577/920 kB | 335/429 kB | 294/524 kB | 28/39 kB | 20/156 kB Progress (5): 581/920 kB | 335/429 kB | 294/524 kB | 28/39 kB | 20/156 kB Progress (5): 585/920 kB | 335/429 kB | 294/524 kB | 28/39 kB | 20/156 kB Progress (5): 589/920 kB | 335/429 kB | 294/524 kB | 28/39 kB | 20/156 kB Progress (5): 593/920 kB | 335/429 kB | 294/524 kB | 28/39 kB | 20/156 kB Progress (5): 597/920 kB | 335/429 kB | 294/524 kB | 28/39 kB | 20/156 kB Progress (5): 602/920 kB | 335/429 kB | 294/524 kB | 28/39 kB | 20/156 kB Progress (5): 606/920 kB | 335/429 kB | 294/524 kB | 28/39 kB | 20/156 kB Progress (5): 606/920 kB | 335/429 kB | 298/524 kB | 28/39 kB | 20/156 kB Progress (5): 606/920 kB | 335/429 kB | 303/524 kB | 28/39 kB | 20/156 kB Progress (5): 606/920 kB | 335/429 kB | 307/524 kB | 28/39 kB | 20/156 kB Progress (5): 606/920 kB | 335/429 kB | 307/524 kB | 32/39 kB | 20/156 kB Progress (5): 606/920 kB | 335/429 kB | 307/524 kB | 32/39 kB | 24/156 kB Progress (5): 606/920 kB | 335/429 kB | 311/524 kB | 32/39 kB | 24/156 kB Progress (5): 610/920 kB | 335/429 kB | 311/524 kB | 32/39 kB | 24/156 kB Progress (5): 614/920 kB | 335/429 kB | 311/524 kB | 32/39 kB | 24/156 kB Progress (5): 618/920 kB | 335/429 kB | 311/524 kB | 32/39 kB | 24/156 kB Progress (5): 622/920 kB | 335/429 kB | 311/524 kB | 32/39 kB | 24/156 kB Progress (5): 626/920 kB | 335/429 kB | 311/524 kB | 32/39 kB | 24/156 kB Progress (5): 630/920 kB | 335/429 kB | 311/524 kB | 32/39 kB | 24/156 kB Progress (5): 634/920 kB | 335/429 kB | 311/524 kB | 32/39 kB | 24/156 kB Progress (5): 638/920 kB | 335/429 kB | 311/524 kB | 32/39 kB | 24/156 kB Progress (5): 643/920 kB | 335/429 kB | 311/524 kB | 32/39 kB | 24/156 kB Progress (5): 647/920 kB | 335/429 kB | 311/524 kB | 32/39 kB | 24/156 kB Progress (5): 651/920 kB | 335/429 kB | 311/524 kB | 32/39 kB | 24/156 kB Progress (5): 655/920 kB | 335/429 kB | 311/524 kB | 32/39 kB | 24/156 kB Progress (5): 655/920 kB | 339/429 kB | 311/524 kB | 32/39 kB | 24/156 kB Progress (5): 655/920 kB | 344/429 kB | 311/524 kB | 32/39 kB | 24/156 kB Progress (5): 659/920 kB | 344/429 kB | 311/524 kB | 32/39 kB | 24/156 kB Progress (5): 663/920 kB | 344/429 kB | 311/524 kB | 32/39 kB | 24/156 kB Progress (5): 667/920 kB | 344/429 kB | 311/524 kB | 32/39 kB | 24/156 kB Progress (5): 667/920 kB | 344/429 kB | 315/524 kB | 32/39 kB | 24/156 kB Progress (5): 667/920 kB | 344/429 kB | 319/524 kB | 32/39 kB | 24/156 kB Progress (5): 667/920 kB | 344/429 kB | 323/524 kB | 32/39 kB | 24/156 kB Progress (5): 667/920 kB | 344/429 kB | 327/524 kB | 32/39 kB | 24/156 kB Progress (5): 667/920 kB | 344/429 kB | 331/524 kB | 32/39 kB | 24/156 kB Progress (5): 667/920 kB | 344/429 kB | 335/524 kB | 32/39 kB | 24/156 kB Progress (5): 667/920 kB | 344/429 kB | 339/524 kB | 32/39 kB | 24/156 kB Progress (5): 667/920 kB | 344/429 kB | 344/524 kB | 32/39 kB | 24/156 kB Progress (5): 667/920 kB | 344/429 kB | 344/524 kB | 36/39 kB | 24/156 kB Progress (5): 667/920 kB | 344/429 kB | 344/524 kB | 36/39 kB | 28/156 kB Progress (5): 667/920 kB | 344/429 kB | 348/524 kB | 36/39 kB | 28/156 kB Progress (5): 667/920 kB | 344/429 kB | 352/524 kB | 36/39 kB | 28/156 kB Progress (5): 667/920 kB | 344/429 kB | 356/524 kB | 36/39 kB | 28/156 kB Progress (5): 667/920 kB | 344/429 kB | 360/524 kB | 36/39 kB | 28/156 kB Progress (5): 667/920 kB | 344/429 kB | 360/524 kB | 39 kB | 28/156 kB Progress (5): 671/920 kB | 344/429 kB | 360/524 kB | 39 kB | 28/156 kB Progress (5): 671/920 kB | 348/429 kB | 360/524 kB | 39 kB | 28/156 kB Progress (5): 671/920 kB | 352/429 kB | 360/524 kB | 39 kB | 28/156 kB Progress (5): 671/920 kB | 356/429 kB | 360/524 kB | 39 kB | 28/156 kB Progress (5): 671/920 kB | 356/429 kB | 364/524 kB | 39 kB | 28/156 kB Progress (5): 671/920 kB | 356/429 kB | 368/524 kB | 39 kB | 28/156 kB Progress (5): 671/920 kB | 356/429 kB | 368/524 kB | 39 kB | 32/156 kB Progress (5): 671/920 kB | 356/429 kB | 372/524 kB | 39 kB | 32/156 kB Progress (5): 671/920 kB | 356/429 kB | 376/524 kB | 39 kB | 32/156 kB Progress (5): 671/920 kB | 360/429 kB | 376/524 kB | 39 kB | 32/156 kB Progress (5): 675/920 kB | 360/429 kB | 376/524 kB | 39 kB | 32/156 kB Progress (5): 675/920 kB | 360/429 kB | 380/524 kB | 39 kB | 32/156 kB Progress (5): 675/920 kB | 360/429 kB | 384/524 kB | 39 kB | 32/156 kB Progress (5): 675/920 kB | 360/429 kB | 384/524 kB | 39 kB | 36/156 kB Progress (5): 675/920 kB | 364/429 kB | 384/524 kB | 39 kB | 36/156 kB Progress (5): 675/920 kB | 364/429 kB | 389/524 kB | 39 kB | 36/156 kB Progress (5): 679/920 kB | 364/429 kB | 389/524 kB | 39 kB | 36/156 kB Progress (5): 679/920 kB | 364/429 kB | 393/524 kB | 39 kB | 36/156 kB Progress (5): 679/920 kB | 368/429 kB | 393/524 kB | 39 kB | 36/156 kB Progress (5): 679/920 kB | 368/429 kB | 393/524 kB | 39 kB | 40/156 kB Progress (5): 679/920 kB | 368/429 kB | 397/524 kB | 39 kB | 40/156 kB Progress (5): 679/920 kB | 368/429 kB | 401/524 kB | 39 kB | 40/156 kB Progress (5): 679/920 kB | 368/429 kB | 405/524 kB | 39 kB | 40/156 kB Progress (5): 679/920 kB | 372/429 kB | 405/524 kB | 39 kB | 40/156 kB Progress (5): 683/920 kB | 372/429 kB | 405/524 kB | 39 kB | 40/156 kB Progress (5): 683/920 kB | 376/429 kB | 405/524 kB | 39 kB | 40/156 kB Progress (5): 683/920 kB | 376/429 kB | 409/524 kB | 39 kB | 40/156 kB Progress (5): 683/920 kB | 376/429 kB | 409/524 kB | 39 kB | 45/156 kB Progress (5): 683/920 kB | 376/429 kB | 409/524 kB | 39 kB | 49/156 kB Progress (5): 683/920 kB | 380/429 kB | 409/524 kB | 39 kB | 49/156 kB Progress (5): 683/920 kB | 384/429 kB | 409/524 kB | 39 kB | 49/156 kB Progress (5): 683/920 kB | 384/429 kB | 409/524 kB | 39 kB | 53/156 kB Progress (5): 683/920 kB | 384/429 kB | 409/524 kB | 39 kB | 57/156 kB Progress (5): 683/920 kB | 384/429 kB | 409/524 kB | 39 kB | 61/156 kB Progress (5): 683/920 kB | 384/429 kB | 409/524 kB | 39 kB | 65/156 kB Progress (5): 683/920 kB | 384/429 kB | 409/524 kB | 39 kB | 69/156 kB Progress (5): 683/920 kB | 384/429 kB | 409/524 kB | 39 kB | 73/156 kB Progress (5): 683/920 kB | 384/429 kB | 409/524 kB | 39 kB | 77/156 kB Progress (5): 683/920 kB | 384/429 kB | 409/524 kB | 39 kB | 81/156 kB Progress (5): 683/920 kB | 384/429 kB | 409/524 kB | 39 kB | 85/156 kB Progress (5): 683/920 kB | 384/429 kB | 409/524 kB | 39 kB | 90/156 kB Progress (5): 683/920 kB | 384/429 kB | 409/524 kB | 39 kB | 94/156 kB Progress (5): 683/920 kB | 384/429 kB | 409/524 kB | 39 kB | 98/156 kB Progress (5): 688/920 kB | 384/429 kB | 409/524 kB | 39 kB | 98/156 kB Progress (5): 688/920 kB | 389/429 kB | 409/524 kB | 39 kB | 98/156 kB Progress (5): 688/920 kB | 389/429 kB | 413/524 kB | 39 kB | 98/156 kB Progress (5): 692/920 kB | 389/429 kB | 413/524 kB | 39 kB | 98/156 kB Progress (5): 696/920 kB | 389/429 kB | 413/524 kB | 39 kB | 98/156 kB Progress (5): 696/920 kB | 393/429 kB | 413/524 kB | 39 kB | 98/156 kB Progress (5): 696/920 kB | 393/429 kB | 413/524 kB | 39 kB | 102/156 kB Progress (5): 700/920 kB | 393/429 kB | 413/524 kB | 39 kB | 102/156 kB Progress (5): 704/920 kB | 393/429 kB | 413/524 kB | 39 kB | 102/156 kB Progress (5): 704/920 kB | 393/429 kB | 417/524 kB | 39 kB | 102/156 kB Progress (5): 704/920 kB | 397/429 kB | 417/524 kB | 39 kB | 102/156 kB Progress (5): 704/920 kB | 397/429 kB | 417/524 kB | 39 kB | 106/156 kB Progress (5): 704/920 kB | 401/429 kB | 417/524 kB | 39 kB | 106/156 kB Progress (5): 708/920 kB | 401/429 kB | 417/524 kB | 39 kB | 106/156 kB Progress (5): 708/920 kB | 401/429 kB | 421/524 kB | 39 kB | 106/156 kB Progress (5): 712/920 kB | 401/429 kB | 421/524 kB | 39 kB | 106/156 kB Progress (5): 716/920 kB | 401/429 kB | 421/524 kB | 39 kB | 106/156 kB Progress (5): 716/920 kB | 405/429 kB | 421/524 kB | 39 kB | 106/156 kB Progress (5): 716/920 kB | 405/429 kB | 421/524 kB | 39 kB | 110/156 kB Progress (5): 716/920 kB | 409/429 kB | 421/524 kB | 39 kB | 110/156 kB Progress (5): 720/920 kB | 409/429 kB | 421/524 kB | 39 kB | 110/156 kB Progress (5): 720/920 kB | 409/429 kB | 425/524 kB | 39 kB | 110/156 kB Progress (5): 720/920 kB | 413/429 kB | 425/524 kB | 39 kB | 110/156 kB Progress (5): 720/920 kB | 417/429 kB | 425/524 kB | 39 kB | 110/156 kB Progress (5): 720/920 kB | 417/429 kB | 425/524 kB | 39 kB | 114/156 kB Progress (5): 720/920 kB | 421/429 kB | 425/524 kB | 39 kB | 114/156 kB Progress (5): 720/920 kB | 425/429 kB | 425/524 kB | 39 kB | 114/156 kB Progress (5): 720/920 kB | 425/429 kB | 425/524 kB | 39 kB | 118/156 kB Progress (5): 720/920 kB | 425/429 kB | 425/524 kB | 39 kB | 122/156 kB Progress (5): 720/920 kB | 425/429 kB | 425/524 kB | 39 kB | 126/156 kB Progress (5): 720/920 kB | 425/429 kB | 425/524 kB | 39 kB | 131/156 kB Progress (5): 720/920 kB | 425/429 kB | 425/524 kB | 39 kB | 135/156 kB Progress (5): 720/920 kB | 425/429 kB | 425/524 kB | 39 kB | 139/156 kB Progress (5): 720/920 kB | 425/429 kB | 425/524 kB | 39 kB | 143/156 kB Progress (5): 720/920 kB | 425/429 kB | 425/524 kB | 39 kB | 147/156 kB Progress (5): 720/920 kB | 425/429 kB | 425/524 kB | 39 kB | 151/156 kB Progress (5): 720/920 kB | 425/429 kB | 425/524 kB | 39 kB | 155/156 kB Progress (5): 720/920 kB | 425/429 kB | 425/524 kB | 39 kB | 156 kB Progress (5): 720/920 kB | 425/429 kB | 430/524 kB | 39 kB | 156 kB Progress (5): 720/920 kB | 425/429 kB | 434/524 kB | 39 kB | 156 kB Progress (5): 720/920 kB | 425/429 kB | 438/524 kB | 39 kB | 156 kB Progress (5): 720/920 kB | 425/429 kB | 442/524 kB | 39 kB | 156 kB Progress (5): 720/920 kB | 425/429 kB | 446/524 kB | 39 kB | 156 kB Progress (5): 720/920 kB | 425/429 kB | 450/524 kB | 39 kB | 156 kB Progress (5): 720/920 kB | 425/429 kB | 454/524 kB | 39 kB | 156 kB Progress (5): 720/920 kB | 425/429 kB | 458/524 kB | 39 kB | 156 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-project/2.2.1/maven-project-2.2.1.jar (156 kB at 213 kB/s) Progress (4): 724/920 kB | 425/429 kB | 458/524 kB | 39 kB Progress (4): 729/920 kB | 425/429 kB | 458/524 kB | 39 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-profile/2.2.1/maven-profile-2.2.1.jar 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 53 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact-manager/2.2.1/maven-artifact-manager-2.2.1.jar Progress (3): 729/920 kB | 425/429 kB | 462/524 kB Progress (3): 729/920 kB | 429 kB | 462/524 kB Progress (3): 729/920 kB | 429 kB | 466/524 kB Progress (3): 733/920 kB | 429 kB | 466/524 kB Progress (3): 737/920 kB | 429 kB | 466/524 kB Progress (3): 737/920 kB | 429 kB | 471/524 kB Progress (4): 737/920 kB | 429 kB | 471/524 kB | 4.1/35 kB Progress (4): 737/920 kB | 429 kB | 471/524 kB | 7.7/35 kB Progress (4): 741/920 kB | 429 kB | 471/524 kB | 7.7/35 kB Progress (4): 745/920 kB | 429 kB | 471/524 kB | 7.7/35 kB Progress (4): 749/920 kB | 429 kB | 471/524 kB | 7.7/35 kB Progress (4): 753/920 kB | 429 kB | 471/524 kB | 7.7/35 kB Progress (4): 757/920 kB | 429 kB | 471/524 kB | 7.7/35 kB Progress (4): 757/920 kB | 429 kB | 475/524 kB | 7.7/35 kB Progress (5): 757/920 kB | 429 kB | 475/524 kB | 7.7/35 kB | 4.1/68 kB Progress (5): 757/920 kB | 429 kB | 475/524 kB | 7.7/35 kB | 7.7/68 kB Progress (5): 757/920 kB | 429 kB | 475/524 kB | 7.7/35 kB | 12/68 kB Progress (5): 757/920 kB | 429 kB | 475/524 kB | 7.7/35 kB | 16/68 kB Progress (5): 757/920 kB | 429 kB | 475/524 kB | 7.7/35 kB | 20/68 kB Progress (5): 757/920 kB | 429 kB | 475/524 kB | 7.7/35 kB | 24/68 kB Progress (5): 757/920 kB | 429 kB | 475/524 kB | 7.7/35 kB | 28/68 kB Progress (5): 757/920 kB | 429 kB | 475/524 kB | 7.7/35 kB | 32/68 kB Progress (5): 761/920 kB | 429 kB | 475/524 kB | 7.7/35 kB | 32/68 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.surefire.junit5/1.3.0/org.eclipse.tycho.surefire.junit5-1.3.0.jar (429 kB at 571 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/backport-util-concurrent/backport-util-concurrent/3.1/backport-util-concurrent-3.1.jar Progress (4): 761/920 kB | 475/524 kB | 12/35 kB | 32/68 kB Progress (4): 765/920 kB | 475/524 kB | 12/35 kB | 32/68 kB Progress (4): 765/920 kB | 475/524 kB | 12/35 kB | 36/68 kB Progress (4): 765/920 kB | 479/524 kB | 12/35 kB | 36/68 kB Progress (4): 765/920 kB | 479/524 kB | 12/35 kB | 40/68 kB Progress (4): 770/920 kB | 479/524 kB | 12/35 kB | 40/68 kB Progress (4): 770/920 kB | 479/524 kB | 16/35 kB | 40/68 kB Progress (5): 770/920 kB | 479/524 kB | 16/35 kB | 40/68 kB | 4.1/332 kB Progress (5): 770/920 kB | 479/524 kB | 16/35 kB | 40/68 kB | 7.7/332 kB Progress (5): 770/920 kB | 479/524 kB | 16/35 kB | 45/68 kB | 7.7/332 kB Progress (5): 770/920 kB | 483/524 kB | 16/35 kB | 45/68 kB | 7.7/332 kB Progress (5): 770/920 kB | 483/524 kB | 16/35 kB | 49/68 kB | 7.7/332 kB Progress (5): 770/920 kB | 483/524 kB | 16/35 kB | 49/68 kB | 12/332 kB Progress (5): 770/920 kB | 483/524 kB | 16/35 kB | 49/68 kB | 16/332 kB Progress (5): 770/920 kB | 483/524 kB | 16/35 kB | 53/68 kB | 16/332 kB Progress (5): 770/920 kB | 483/524 kB | 16/35 kB | 57/68 kB | 16/332 kB Progress (5): 770/920 kB | 483/524 kB | 16/35 kB | 61/68 kB | 16/332 kB Progress (5): 770/920 kB | 483/524 kB | 20/35 kB | 61/68 kB | 16/332 kB Progress (5): 770/920 kB | 483/524 kB | 24/35 kB | 61/68 kB | 16/332 kB Progress (5): 770/920 kB | 483/524 kB | 28/35 kB | 61/68 kB | 16/332 kB Progress (5): 770/920 kB | 483/524 kB | 32/35 kB | 61/68 kB | 16/332 kB Progress (5): 770/920 kB | 483/524 kB | 35 kB | 61/68 kB | 16/332 kB Progress (5): 774/920 kB | 483/524 kB | 35 kB | 61/68 kB | 16/332 kB Progress (5): 774/920 kB | 483/524 kB | 35 kB | 65/68 kB | 16/332 kB Progress (5): 774/920 kB | 483/524 kB | 35 kB | 65/68 kB | 20/332 kB Progress (5): 774/920 kB | 483/524 kB | 35 kB | 65/68 kB | 24/332 kB Progress (5): 774/920 kB | 483/524 kB | 35 kB | 65/68 kB | 28/332 kB Progress (5): 774/920 kB | 483/524 kB | 35 kB | 65/68 kB | 32/332 kB Progress (5): 774/920 kB | 483/524 kB | 35 kB | 65/68 kB | 36/332 kB Progress (5): 774/920 kB | 483/524 kB | 35 kB | 65/68 kB | 40/332 kB Progress (5): 774/920 kB | 483/524 kB | 35 kB | 65/68 kB | 45/332 kB Progress (5): 774/920 kB | 483/524 kB | 35 kB | 65/68 kB | 49/332 kB Progress (5): 774/920 kB | 483/524 kB | 35 kB | 65/68 kB | 53/332 kB Progress (5): 774/920 kB | 483/524 kB | 35 kB | 65/68 kB | 57/332 kB Progress (5): 774/920 kB | 483/524 kB | 35 kB | 65/68 kB | 61/332 kB Progress (5): 774/920 kB | 483/524 kB | 35 kB | 65/68 kB | 65/332 kB Progress (5): 774/920 kB | 487/524 kB | 35 kB | 65/68 kB | 65/332 kB Progress (5): 774/920 kB | 487/524 kB | 35 kB | 65/68 kB | 69/332 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 46 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-registry/2.2.1/maven-plugin-registry-2.2.1.jar Progress (4): 774/920 kB | 487/524 kB | 68 kB | 69/332 kB Progress (4): 778/920 kB | 487/524 kB | 68 kB | 69/332 kB Progress (4): 782/920 kB | 487/524 kB | 68 kB | 69/332 kB Progress (4): 786/920 kB | 487/524 kB | 68 kB | 69/332 kB Progress (4): 786/920 kB | 487/524 kB | 68 kB | 73/332 kB Progress (4): 786/920 kB | 487/524 kB | 68 kB | 77/332 kB Progress (4): 790/920 kB | 487/524 kB | 68 kB | 77/332 kB Progress (4): 794/920 kB | 487/524 kB | 68 kB | 77/332 kB Progress (4): 798/920 kB | 487/524 kB | 68 kB | 77/332 kB Progress (4): 798/920 kB | 491/524 kB | 68 kB | 77/332 kB Progress (4): 802/920 kB | 491/524 kB | 68 kB | 77/332 kB Progress (4): 802/920 kB | 495/524 kB | 68 kB | 77/332 kB Progress (4): 806/920 kB | 495/524 kB | 68 kB | 77/332 kB Progress (4): 806/920 kB | 495/524 kB | 68 kB | 81/332 kB Progress (4): 810/920 kB | 495/524 kB | 68 kB | 81/332 kB Progress (4): 815/920 kB | 495/524 kB | 68 kB | 81/332 kB Progress (4): 819/920 kB | 495/524 kB | 68 kB | 81/332 kB Progress (4): 819/920 kB | 495/524 kB | 68 kB | 85/332 kB Progress (4): 819/920 kB | 495/524 kB | 68 kB | 90/332 kB Progress (4): 819/920 kB | 495/524 kB | 68 kB | 94/332 kB Progress (4): 823/920 kB | 495/524 kB | 68 kB | 94/332 kB Progress (4): 823/920 kB | 499/524 kB | 68 kB | 94/332 kB Progress (4): 827/920 kB | 499/524 kB | 68 kB | 94/332 kB Progress (4): 827/920 kB | 499/524 kB | 68 kB | 98/332 kB Progress (4): 831/920 kB | 499/524 kB | 68 kB | 98/332 kB Progress (4): 835/920 kB | 499/524 kB | 68 kB | 98/332 kB Progress (4): 835/920 kB | 499/524 kB | 68 kB | 102/332 kB Progress (5): 835/920 kB | 499/524 kB | 68 kB | 102/332 kB | 4.1/30 kB Progress (5): 839/920 kB | 499/524 kB | 68 kB | 102/332 kB | 4.1/30 kB Progress (5): 843/920 kB | 499/524 kB | 68 kB | 102/332 kB | 4.1/30 kB Progress (5): 843/920 kB | 503/524 kB | 68 kB | 102/332 kB | 4.1/30 kB Progress (5): 847/920 kB | 503/524 kB | 68 kB | 102/332 kB | 4.1/30 kB Progress (5): 851/920 kB | 503/524 kB | 68 kB | 102/332 kB | 4.1/30 kB Progress (5): 851/920 kB | 503/524 kB | 68 kB | 102/332 kB | 7.7/30 kB Progress (5): 851/920 kB | 503/524 kB | 68 kB | 106/332 kB | 7.7/30 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact-manager/2.2.1/maven-artifact-manager-2.2.1.jar (68 kB at 80 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-toolchain/2.2.1/maven-toolchain-2.2.1.jar Progress (4): 856/920 kB | 503/524 kB | 106/332 kB | 7.7/30 kB Progress (4): 856/920 kB | 503/524 kB | 110/332 kB | 7.7/30 kB Progress (4): 856/920 kB | 503/524 kB | 110/332 kB | 12/30 kB Progress (4): 856/920 kB | 507/524 kB | 110/332 kB | 12/30 kB Progress (4): 856/920 kB | 507/524 kB | 110/332 kB | 16/30 kB Progress (4): 856/920 kB | 507/524 kB | 114/332 kB | 16/30 kB Progress (4): 856/920 kB | 511/524 kB | 114/332 kB | 16/30 kB Progress (4): 856/920 kB | 516/524 kB | 114/332 kB | 16/30 kB Progress (4): 856/920 kB | 520/524 kB | 114/332 kB | 16/30 kB Progress (4): 856/920 kB | 520/524 kB | 118/332 kB | 16/30 kB Progress (4): 860/920 kB | 520/524 kB | 118/332 kB | 16/30 kB Progress (4): 860/920 kB | 520/524 kB | 122/332 kB | 16/30 kB Progress (4): 860/920 kB | 524/524 kB | 122/332 kB | 16/30 kB Progress (5): 860/920 kB | 524/524 kB | 122/332 kB | 16/30 kB | 4.1/38 kB Progress (5): 860/920 kB | 524/524 kB | 122/332 kB | 20/30 kB | 4.1/38 kB Progress (5): 860/920 kB | 524/524 kB | 122/332 kB | 20/30 kB | 7.7/38 kB Progress (5): 860/920 kB | 524 kB | 122/332 kB | 20/30 kB | 7.7/38 kB Progress (5): 860/920 kB | 524 kB | 126/332 kB | 20/30 kB | 7.7/38 kB Progress (5): 860/920 kB | 524 kB | 131/332 kB | 20/30 kB | 7.7/38 kB Progress (5): 864/920 kB | 524 kB | 131/332 kB | 20/30 kB | 7.7/38 kB Progress (5): 864/920 kB | 524 kB | 131/332 kB | 20/30 kB | 12/38 kB Progress (5): 864/920 kB | 524 kB | 131/332 kB | 20/30 kB | 16/38 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/maven-surefire-common/2.22.0/maven-surefire-common-2.22.0.jar (524 kB at 616 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-java/0.9.8/plexus-java-0.9.8.jar Progress (4): 864/920 kB | 131/332 kB | 24/30 kB | 16/38 kB Progress (4): 864/920 kB | 131/332 kB | 28/30 kB | 16/38 kB Progress (4): 864/920 kB | 131/332 kB | 30 kB | 16/38 kB Progress (4): 864/920 kB | 131/332 kB | 30 kB | 20/38 kB Progress (4): 864/920 kB | 135/332 kB | 30 kB | 20/38 kB Progress (4): 864/920 kB | 139/332 kB | 30 kB | 20/38 kB Progress (4): 864/920 kB | 143/332 kB | 30 kB | 20/38 kB Progress (4): 864/920 kB | 147/332 kB | 30 kB | 20/38 kB Progress (4): 864/920 kB | 151/332 kB | 30 kB | 20/38 kB Progress (4): 864/920 kB | 155/332 kB | 30 kB | 20/38 kB Progress (4): 864/920 kB | 159/332 kB | 30 kB | 20/38 kB Progress (4): 864/920 kB | 163/332 kB | 30 kB | 20/38 kB Progress (4): 868/920 kB | 163/332 kB | 30 kB | 20/38 kB Progress (4): 868/920 kB | 167/332 kB | 30 kB | 20/38 kB Progress (4): 872/920 kB | 167/332 kB | 30 kB | 20/38 kB Progress (4): 876/920 kB | 167/332 kB | 30 kB | 20/38 kB Progress (4): 880/920 kB | 167/332 kB | 30 kB | 20/38 kB Progress (4): 884/920 kB | 167/332 kB | 30 kB | 20/38 kB Progress (4): 888/920 kB | 167/332 kB | 30 kB | 20/38 kB Progress (4): 892/920 kB | 167/332 kB | 30 kB | 20/38 kB Progress (4): 896/920 kB | 167/332 kB | 30 kB | 20/38 kB Progress (4): 901/920 kB | 167/332 kB | 30 kB | 20/38 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 34 kB/s) Progress (3): 905/920 kB | 167/332 kB | 20/38 kB Progress (3): 909/920 kB | 167/332 kB | 20/38 kB Progress (3): 913/920 kB | 167/332 kB | 20/38 kB Progress (4): 913/920 kB | 167/332 kB | 20/38 kB | 4.1/35 kB Progress (4): 913/920 kB | 167/332 kB | 24/38 kB | 4.1/35 kB Progress (4): 913/920 kB | 167/332 kB | 24/38 kB | 7.7/35 kB Progress (4): 917/920 kB | 167/332 kB | 24/38 kB | 7.7/35 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm/6.1.1/asm-6.1.1.jar Progress (4): 917/920 kB | 171/332 kB | 24/38 kB | 7.7/35 kB Progress (4): 917/920 kB | 176/332 kB | 24/38 kB | 7.7/35 kB Progress (4): 917/920 kB | 180/332 kB | 24/38 kB | 7.7/35 kB Progress (4): 917/920 kB | 184/332 kB | 24/38 kB | 7.7/35 kB Progress (4): 917/920 kB | 188/332 kB | 24/38 kB | 7.7/35 kB Progress (4): 917/920 kB | 192/332 kB | 24/38 kB | 7.7/35 kB Progress (4): 917/920 kB | 196/332 kB | 24/38 kB | 7.7/35 kB Progress (5): 917/920 kB | 196/332 kB | 24/38 kB | 7.7/35 kB | 4.1/108 kB Progress (5): 920 kB | 196/332 kB | 24/38 kB | 7.7/35 kB | 4.1/108 kB Progress (5): 920 kB | 196/332 kB | 24/38 kB | 12/35 kB | 4.1/108 kB Progress (5): 920 kB | 196/332 kB | 24/38 kB | 16/35 kB | 4.1/108 kB Progress (5): 920 kB | 196/332 kB | 28/38 kB | 16/35 kB | 4.1/108 kB Progress (5): 920 kB | 196/332 kB | 28/38 kB | 16/35 kB | 7.7/108 kB Progress (5): 920 kB | 200/332 kB | 28/38 kB | 16/35 kB | 7.7/108 kB Progress (5): 920 kB | 204/332 kB | 28/38 kB | 16/35 kB | 7.7/108 kB Progress (5): 920 kB | 208/332 kB | 28/38 kB | 16/35 kB | 7.7/108 kB Progress (5): 920 kB | 212/332 kB | 28/38 kB | 16/35 kB | 7.7/108 kB Progress (5): 920 kB | 212/332 kB | 28/38 kB | 16/35 kB | 12/108 kB Progress (5): 920 kB | 212/332 kB | 28/38 kB | 16/35 kB | 16/108 kB Progress (5): 920 kB | 217/332 kB | 28/38 kB | 16/35 kB | 16/108 kB Progress (5): 920 kB | 221/332 kB | 28/38 kB | 16/35 kB | 16/108 kB Progress (5): 920 kB | 221/332 kB | 28/38 kB | 20/35 kB | 16/108 kB Progress (5): 920 kB | 221/332 kB | 32/38 kB | 20/35 kB | 16/108 kB Progress (5): 920 kB | 221/332 kB | 32/38 kB | 24/35 kB | 16/108 kB Progress (5): 920 kB | 221/332 kB | 32/38 kB | 24/35 kB | 20/108 kB Progress (5): 920 kB | 221/332 kB | 32/38 kB | 24/35 kB | 24/108 kB Progress (5): 920 kB | 221/332 kB | 32/38 kB | 24/35 kB | 28/108 kB Progress (5): 920 kB | 221/332 kB | 32/38 kB | 24/35 kB | 32/108 kB Progress (5): 920 kB | 225/332 kB | 32/38 kB | 24/35 kB | 32/108 kB Progress (5): 920 kB | 229/332 kB | 32/38 kB | 24/35 kB | 32/108 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.surefire.osgibooter/1.3.0/org.eclipse.tycho.surefire.osgibooter-1.3.0.jar (920 kB at 975 kB/s) Progress (4): 233/332 kB | 32/38 kB | 24/35 kB | 32/108 kB Progress (4): 233/332 kB | 32/38 kB | 24/35 kB | 36/108 kB Progress (4): 233/332 kB | 32/38 kB | 28/35 kB | 36/108 kB Progress (4): 233/332 kB | 36/38 kB | 28/35 kB | 36/108 kB Progress (4): 233/332 kB | 36/38 kB | 32/35 kB | 36/108 kB Progress (4): 233/332 kB | 36/38 kB | 32/35 kB | 40/108 kB Progress (4): 233/332 kB | 36/38 kB | 35 kB | 40/108 kB Progress (4): 237/332 kB | 36/38 kB | 35 kB | 40/108 kB Progress (4): 241/332 kB | 36/38 kB | 35 kB | 40/108 kB Progress (4): 245/332 kB | 36/38 kB | 35 kB | 40/108 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/thoughtworks/qdox/qdox/2.0-M7/qdox-2.0-M7.jar Progress (4): 245/332 kB | 36/38 kB | 35 kB | 45/108 kB Progress (4): 245/332 kB | 38 kB | 35 kB | 45/108 kB Progress (4): 245/332 kB | 38 kB | 35 kB | 49/108 kB Progress (4): 249/332 kB | 38 kB | 35 kB | 49/108 kB Progress (4): 253/332 kB | 38 kB | 35 kB | 49/108 kB Progress (4): 253/332 kB | 38 kB | 35 kB | 53/108 kB Progress (4): 258/332 kB | 38 kB | 35 kB | 53/108 kB Progress (4): 262/332 kB | 38 kB | 35 kB | 53/108 kB Progress (4): 262/332 kB | 38 kB | 35 kB | 57/108 kB Progress (4): 262/332 kB | 38 kB | 35 kB | 61/108 kB Progress (4): 262/332 kB | 38 kB | 35 kB | 65/108 kB Progress (4): 266/332 kB | 38 kB | 35 kB | 65/108 kB Progress (4): 270/332 kB | 38 kB | 35 kB | 65/108 kB Progress (4): 274/332 kB | 38 kB | 35 kB | 65/108 kB Progress (4): 274/332 kB | 38 kB | 35 kB | 69/108 kB Progress (5): 274/332 kB | 38 kB | 35 kB | 69/108 kB | 4.1/315 kB Progress (5): 274/332 kB | 38 kB | 35 kB | 73/108 kB | 4.1/315 kB Progress (5): 278/332 kB | 38 kB | 35 kB | 73/108 kB | 4.1/315 kB Progress (5): 278/332 kB | 38 kB | 35 kB | 77/108 kB | 4.1/315 kB Progress (5): 278/332 kB | 38 kB | 35 kB | 81/108 kB | 4.1/315 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 39 kB/s) Progress (4): 278/332 kB | 35 kB | 81/108 kB | 7.7/315 kB Progress (4): 278/332 kB | 35 kB | 85/108 kB | 7.7/315 kB Progress (4): 282/332 kB | 35 kB | 85/108 kB | 7.7/315 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-java/0.9.8/plexus-java-0.9.8.jar (35 kB at 37 kB/s) Progress (3): 286/332 kB | 85/108 kB | 7.7/315 kB Progress (3): 286/332 kB | 90/108 kB | 7.7/315 kB Progress (3): 286/332 kB | 90/108 kB | 12/315 kB Progress (3): 286/332 kB | 94/108 kB | 12/315 kB Progress (3): 290/332 kB | 94/108 kB | 12/315 kB Progress (3): 290/332 kB | 98/108 kB | 12/315 kB Progress (3): 290/332 kB | 98/108 kB | 16/315 kB Progress (3): 294/332 kB | 98/108 kB | 16/315 kB Progress (3): 294/332 kB | 102/108 kB | 16/315 kB Progress (3): 294/332 kB | 106/108 kB | 16/315 kB Progress (3): 294/332 kB | 106/108 kB | 20/315 kB Progress (3): 294/332 kB | 106/108 kB | 24/315 kB Progress (3): 298/332 kB | 106/108 kB | 24/315 kB Progress (3): 303/332 kB | 106/108 kB | 24/315 kB Progress (3): 307/332 kB | 106/108 kB | 24/315 kB Progress (3): 307/332 kB | 108 kB | 24/315 kB Progress (3): 311/332 kB | 108 kB | 24/315 kB Progress (3): 311/332 kB | 108 kB | 28/315 kB Progress (3): 311/332 kB | 108 kB | 32/315 kB Progress (3): 315/332 kB | 108 kB | 32/315 kB Progress (3): 319/332 kB | 108 kB | 32/315 kB Progress (3): 323/332 kB | 108 kB | 32/315 kB Progress (3): 327/332 kB | 108 kB | 32/315 kB Progress (3): 327/332 kB | 108 kB | 36/315 kB Progress (3): 327/332 kB | 108 kB | 40/315 kB Progress (3): 331/332 kB | 108 kB | 40/315 kB Progress (3): 332 kB | 108 kB | 40/315 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm/6.1.1/asm-6.1.1.jar (108 kB at 112 kB/s) Progress (2): 332 kB | 45/315 kB Progress (2): 332 kB | 49/315 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 342 kB/s) 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/com/thoughtworks/qdox/qdox/2.0-M7/qdox-2.0-M7.jar (315 kB at 301 kB/s) [INFO] Computing target platform for MavenProject: org.eclipse.swtbot.plugins:org.eclipse.swtbot.ant.junit:2.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/swtbot-sonar/org.eclipse.swtbot.ant.junit/pom.xml [INFO] Fetching p2.index from http://download.eclipse.org/releases/photon/ [INFO] Fetching p2.index from http://download.eclipse.org/releases/photon/ [INFO] Adding repository http://download.eclipse.org/releases/photon [INFO] Fetching compositeContent.jar from http://download.eclipse.org/releases/photon/ (490B) [INFO] Fetching compositeContent.jar from http://download.eclipse.org/releases/photon/ (490B) [INFO] Fetching p2.index from http://download.eclipse.org/technology/epp/packages/photon/ [INFO] Fetching p2.index from http://download.eclipse.org/technology/epp/packages/photon/ [INFO] Fetching content.xml.xz from http://download.eclipse.org/technology/epp/packages/photon/ [INFO] Fetching content.xml.xz from http://download.eclipse.org/technology/epp/packages/photon/ [INFO] Fetching p2.index from http://download.eclipse.org/releases/photon/201806271001/ [INFO] Fetching p2.index from http://download.eclipse.org/releases/photon/201806271001/ [INFO] Fetching content.xml.xz from http://download.eclipse.org/releases/photon/201806271001/ [INFO] Fetching content.xml.xz from http://download.eclipse.org/releases/photon/201806271001/ [INFO] Fetching p2.index from http://download.eclipse.org/tools/orbit/downloads/drops/R20180606145124/repository/ [INFO] Fetching p2.index from http://download.eclipse.org/tools/orbit/downloads/drops/R20180606145124/repository/ [INFO] Adding repository http://download.eclipse.org/tools/orbit/downloads/drops/R20180606145124/repository [INFO] Fetching compositeContent.xml from http://download.eclipse.org/tools/orbit/downloads/drops/R20180606145124/repository/ [INFO] Fetching compositeContent.xml from http://download.eclipse.org/tools/orbit/downloads/drops/R20180606145124/repository/ [INFO] Fetching content.jar from http://download.eclipse.org/tools/orbit/downloads/drops/R20180525155205/repository/ (109.75kB) [INFO] Fetching content.jar from http://download.eclipse.org/tools/orbit/downloads/drops/R20180525155205/repository/ (109.75kB) [INFO] Fetching p2.index from http://download.eclipse.org/tools/orbit/downloads/drops2/R20180606145124/repository/ [INFO] Fetching p2.index from http://download.eclipse.org/tools/orbit/downloads/drops2/R20180606145124/repository/ [INFO] Fetching content.xml.xz from http://download.eclipse.org/tools/orbit/downloads/drops2/R20180606145124/repository/ [INFO] Fetching content.xml.xz from http://download.eclipse.org/tools/orbit/downloads/drops2/R20180606145124/repository/ [INFO] Fetching p2.index from http://download.eclipse.org/cbi/updates/license/ [INFO] Fetching p2.index from http://download.eclipse.org/cbi/updates/license/ [INFO] Adding repository http://download.eclipse.org/cbi/updates/license [INFO] Fetching compositeContent.jar from http://download.eclipse.org/cbi/updates/license/ (423B) [INFO] Fetching compositeContent.jar from http://download.eclipse.org/cbi/updates/license/ (423B) [INFO] Fetching content.jar from http://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638/ (3.87kB) [INFO] Fetching content.jar from http://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638/ (3.87kB) [INFO] Fetching content.jar from http://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359/ (3.83kB) [INFO] Fetching content.jar from http://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359/ (3.83kB) [INFO] Fetching p2.index from http://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210/ [INFO] Fetching p2.index from http://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210/ [INFO] Fetching content.xml.xz from http://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210/ [INFO] Fetching content.xml.xz from http://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210/ [INFO] Fetching p2.index from http://download.eclipse.org/nebula/snapshot/ [INFO] Fetching p2.index from http://download.eclipse.org/nebula/snapshot/ [INFO] Adding repository http://download.eclipse.org/nebula/snapshot [INFO] Fetching content.xml.xz from http://download.eclipse.org/nebula/snapshot/ [INFO] Fetching content.xml.xz from http://download.eclipse.org/nebula/snapshot/ [INFO] Fetching p2.index from http://download.eclipse.org/nattable/snapshots/latest/repository/ [INFO] Fetching p2.index from http://download.eclipse.org/nattable/snapshots/latest/repository/ [INFO] Adding repository http://download.eclipse.org/nattable/snapshots/latest/repository [INFO] Fetching content.xml.xz from http://download.eclipse.org/nattable/snapshots/latest/repository/ [INFO] Fetching content.xml.xz from http://download.eclipse.org/nattable/snapshots/latest/repository/ [INFO] Resolving dependencies of MavenProject: org.eclipse.swtbot.plugins:org.eclipse.swtbot.ant.junit:2.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/swtbot-sonar/org.eclipse.swtbot.ant.junit/pom.xml [INFO] Fetching 201806271001&countryCode=us&timeZone=0&format=xml from http://www.eclipse.org/downloads/download.php?format=xml&file=/releases/photon/ [INFO] Fetching 201806271001&countryCode=us&timeZone=0&format=xml from http://www.eclipse.org/downloads/download.php?format=xml&file=/releases/photon/ [INFO] Fetching org.apache.ant_1.10.3.v20180417-1627.jar.pack.gz from http://download.eclipse.org/releases/photon/201806271001/plugins/ (2.72MB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.apache.ant_1.10.3.v20180417-1627.jar.pack.gz from http://download.eclipse.org/releases/photon/201806271001/plugins/ (2.72MB) [INFO] Unpacking org.apache.ant_1.10.3.v20180417-1627... [INFO] Fetching org.junit_4.12.0.v201504281640.jar.pack.gz from http://download.eclipse.org/releases/photon/201806271001/plugins/ (283.72kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.junit_4.12.0.v201504281640.jar.pack.gz from http://download.eclipse.org/releases/photon/201806271001/plugins/ (283.72kB) [INFO] Unpacking org.junit_4.12.0.v201504281640... [INFO] Fetching org.hamcrest.core_1.3.0.v20180420-1519.jar.pack.gz from http://download.eclipse.org/releases/photon/201806271001/plugins/ (29.18kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.hamcrest.core_1.3.0.v20180420-1519.jar.pack.gz from http://download.eclipse.org/releases/photon/201806271001/plugins/ (29.18kB) [INFO] Unpacking org.hamcrest.core_1.3.0.v20180420-1519... [INFO] Resolving class path of MavenProject: org.eclipse.swtbot.plugins:org.eclipse.swtbot.ant.junit:2.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/swtbot-sonar/org.eclipse.swtbot.ant.junit/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.swtbot.features:org.eclipse.swtbot.eclipse:2.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/swtbot-sonar/org.eclipse.swtbot.eclipse/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.swtbot.features:org.eclipse.swtbot.eclipse:2.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/swtbot-sonar/org.eclipse.swtbot.eclipse/pom.xml [INFO] Fetching org.eclipse.osgi_3.13.0.v20180409-1500.jar.pack.gz from http://download.eclipse.org/releases/photon/201806271001/plugins/ (448.28kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.osgi_3.13.0.v20180409-1500.jar.pack.gz from http://download.eclipse.org/releases/photon/201806271001/plugins/ (448.28kB) [INFO] Unpacking org.eclipse.osgi_3.13.0.v20180409-1500... [INFO] Fetching org.apache.batik.css_1.9.1.v20180313-1559.jar.pack.gz from http://download.eclipse.org/releases/photon/201806271001/plugins/ (98.53kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.apache.batik.css_1.9.1.v20180313-1559.jar.pack.gz from http://download.eclipse.org/releases/photon/201806271001/plugins/ (98.53kB) [INFO] Unpacking org.apache.batik.css_1.9.1.v20180313-1559... [INFO] Fetching org.apache.batik.util_1.9.1.v20180227-1645.jar.pack.gz from http://download.eclipse.org/releases/photon/201806271001/plugins/ (63.23kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.apache.batik.util_1.9.1.v20180227-1645.jar.pack.gz from http://download.eclipse.org/releases/photon/201806271001/plugins/ (63.23kB) [INFO] Unpacking org.apache.batik.util_1.9.1.v20180227-1645... [INFO] Fetching org.apache.batik.constants_1.9.1.v20180227-1645.jar.pack.gz from http://download.eclipse.org/releases/photon/201806271001/plugins/ (13.04kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.apache.batik.constants_1.9.1.v20180227-1645.jar.pack.gz from http://download.eclipse.org/releases/photon/201806271001/plugins/ (13.04kB) [INFO] Unpacking org.apache.batik.constants_1.9.1.v20180227-1645... [INFO] Fetching org.apache.batik.i18n_1.9.1.v20180227-1645.jar.pack.gz from http://download.eclipse.org/releases/photon/201806271001/plugins/ (14.5kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.apache.batik.i18n_1.9.1.v20180227-1645.jar.pack.gz from http://download.eclipse.org/releases/photon/201806271001/plugins/ (14.5kB) [INFO] Unpacking org.apache.batik.i18n_1.9.1.v20180227-1645... [INFO] Fetching org.apache.xmlgraphics_2.2.0.v20180410-1551.jar.pack.gz from http://download.eclipse.org/releases/photon/201806271001/plugins/ (247.47kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.apache.xmlgraphics_2.2.0.v20180410-1551.jar.pack.gz from http://download.eclipse.org/releases/photon/201806271001/plugins/ (247.47kB) [INFO] Unpacking org.apache.xmlgraphics_2.2.0.v20180410-1551... [INFO] Fetching org.w3c.dom.svg_1.1.0.v201011041433.jar from http://download.eclipse.org/releases/photon/201806271001/plugins/ (95.26kB) [INFO] Fetching org.w3c.dom.svg_1.1.0.v201011041433.jar from http://download.eclipse.org/releases/photon/201806271001/plugins/ (95.26kB) [INFO] Fetching org.w3c.dom.events_3.0.0.draft20060413_v201105210656.jar from http://download.eclipse.org/releases/photon/201806271001/plugins/ (15.35kB) [INFO] Fetching org.w3c.dom.events_3.0.0.draft20060413_v201105210656.jar from http://download.eclipse.org/releases/photon/201806271001/plugins/ (15.35kB) [INFO] Fetching org.w3c.css.sac_1.3.1.v200903091627.jar from http://download.eclipse.org/releases/photon/201806271001/plugins/ (35.59kB) [INFO] Fetching org.w3c.css.sac_1.3.1.v200903091627.jar from http://download.eclipse.org/releases/photon/201806271001/plugins/ (35.59kB) [INFO] Fetching org.apache.felix.scr_2.0.14.v20180117-1452.jar.pack.gz from http://download.eclipse.org/releases/photon/201806271001/plugins/ (140.65kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.apache.felix.scr_2.0.14.v20180117-1452.jar.pack.gz from http://download.eclipse.org/releases/photon/201806271001/plugins/ (140.65kB) [INFO] Unpacking org.apache.felix.scr_2.0.14.v20180117-1452... [INFO] Fetching org.eclipse.osgi.services_3.7.0.v20180223-1712.jar.pack.gz from http://download.eclipse.org/releases/photon/201806271001/plugins/ (43.16kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.osgi.services_3.7.0.v20180223-1712.jar.pack.gz from http://download.eclipse.org/releases/photon/201806271001/plugins/ (43.16kB) [INFO] Unpacking org.eclipse.osgi.services_3.7.0.v20180223-1712... [INFO] Fetching org.eclipse.osgi.util_3.5.0.v20180219-1511.jar.pack.gz from http://download.eclipse.org/releases/photon/201806271001/plugins/ (30.57kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.osgi.util_3.5.0.v20180219-1511.jar.pack.gz from http://download.eclipse.org/releases/photon/201806271001/plugins/ (30.57kB) [INFO] Unpacking org.eclipse.osgi.util_3.5.0.v20180219-1511... [INFO] Fetching org.apache.commons.io_2.2.0.v201405211200.jar.pack.gz from http://download.eclipse.org/releases/photon/201806271001/plugins/ (73.56kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.apache.commons.io_2.2.0.v201405211200.jar.pack.gz from http://download.eclipse.org/releases/photon/201806271001/plugins/ (73.56kB) [INFO] Unpacking org.apache.commons.io_2.2.0.v201405211200... [INFO] Fetching org.apache.commons.logging_1.1.1.v201101211721.jar.pack.gz from http://download.eclipse.org/releases/photon/201806271001/plugins/ (35.64kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.apache.commons.logging_1.1.1.v201101211721.jar.pack.gz from http://download.eclipse.org/releases/photon/201806271001/plugins/ (35.64kB) [INFO] Unpacking org.apache.commons.logging_1.1.1.v201101211721... [INFO] Fetching org.eclipse.compare.core_3.6.200.v20180312-1255.jar.pack.gz from http://download.eclipse.org/releases/photon/201806271001/plugins/ (32.76kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.compare.core_3.6.200.v20180312-1255.jar.pack.gz from http://download.eclipse.org/releases/photon/201806271001/plugins/ (32.76kB) [INFO] Unpacking org.eclipse.compare.core_3.6.200.v20180312-1255... [INFO] Fetching org.eclipse.core.runtime_3.14.0.v20180417-0825.jar.pack.gz from http://download.eclipse.org/releases/photon/201806271001/plugins/ (35.34kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.core.runtime_3.14.0.v20180417-0825.jar.pack.gz from http://download.eclipse.org/releases/photon/201806271001/plugins/ (35.34kB) [INFO] Unpacking org.eclipse.core.runtime_3.14.0.v20180417-0825... [INFO] Fetching com.ibm.icu_58.2.0.v20170418-1837.jar.pack.gz from http://download.eclipse.org/releases/photon/201806271001/plugins/ (8.71MB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching com.ibm.icu_58.2.0.v20170418-1837.jar.pack.gz from http://download.eclipse.org/releases/photon/201806271001/plugins/ (8.71MB) [INFO] Unpacking com.ibm.icu_58.2.0.v20170418-1837... [INFO] Fetching org.eclipse.core.commands_3.9.100.v20180404-1234.jar.pack.gz from http://download.eclipse.org/releases/photon/201806271001/plugins/ (43.34kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.core.commands_3.9.100.v20180404-1234.jar.pack.gz from http://download.eclipse.org/releases/photon/201806271001/plugins/ (43.34kB) [INFO] Unpacking org.eclipse.core.commands_3.9.100.v20180404-1234... [INFO] Fetching org.eclipse.equinox.common_3.10.0.v20180412-1130.jar.pack.gz from http://download.eclipse.org/releases/photon/201806271001/plugins/ (51.99kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.equinox.common_3.10.0.v20180412-1130.jar.pack.gz from http://download.eclipse.org/releases/photon/201806271001/plugins/ (51.99kB) [INFO] Unpacking org.eclipse.equinox.common_3.10.0.v20180412-1130... [INFO] Fetching org.eclipse.core.contenttype_3.7.0.v20180426-1644.jar.pack.gz from http://download.eclipse.org/releases/photon/201806271001/plugins/ (42.19kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.core.contenttype_3.7.0.v20180426-1644.jar.pack.gz from http://download.eclipse.org/releases/photon/201806271001/plugins/ (42.19kB) [INFO] Unpacking org.eclipse.core.contenttype_3.7.0.v20180426-1644... [INFO] Fetching org.eclipse.equinox.preferences_3.7.100.v20180510-1129.jar.pack.gz from http://download.eclipse.org/releases/photon/201806271001/plugins/ (53.94kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.equinox.preferences_3.7.100.v20180510-1129.jar.pack.gz from http://download.eclipse.org/releases/photon/201806271001/plugins/ (53.94kB) [INFO] Unpacking org.eclipse.equinox.preferences_3.7.100.v20180510-1129... [INFO] Fetching org.eclipse.equinox.registry_3.8.0.v20180426-1327.jar.pack.gz from http://download.eclipse.org/releases/photon/201806271001/plugins/ (76.85kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.equinox.registry_3.8.0.v20180426-1327.jar.pack.gz from http://download.eclipse.org/releases/photon/201806271001/plugins/ (76.85kB) [INFO] Unpacking org.eclipse.equinox.registry_3.8.0.v20180426-1327... [INFO] Fetching org.eclipse.core.databinding_1.6.200.v20180509-1517.jar.pack.gz from http://download.eclipse.org/releases/photon/201806271001/plugins/ (53.74kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.core.databinding_1.6.200.v20180509-1517.jar.pack.gz from http://download.eclipse.org/releases/photon/201806271001/plugins/ (53.74kB) [INFO] Unpacking org.eclipse.core.databinding_1.6.200.v20180509-1517... [INFO] Fetching org.eclipse.core.databinding.observable_1.6.200.v20180424-1922.jar.pack.gz from http://download.eclipse.org/releases/photon/201806271001/plugins/ (83.05kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.core.databinding.observable_1.6.200.v20180424-1922.jar.pack.gz from http://download.eclipse.org/releases/photon/201806271001/plugins/ (83.05kB) [INFO] Unpacking org.eclipse.core.databinding.observable_1.6.200.v20180424-1922... [INFO] Fetching org.eclipse.core.databinding.property_1.6.200.v20180403-0944.jar.pack.gz from http://download.eclipse.org/releases/photon/201806271001/plugins/ (45.08kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.core.databinding.property_1.6.200.v20180403-0944.jar.pack.gz from http://download.eclipse.org/releases/photon/201806271001/plugins/ (45.08kB) [INFO] Unpacking org.eclipse.core.databinding.property_1.6.200.v20180403-0944... [INFO] Fetching org.eclipse.core.expressions_3.6.100.v20180426-1644.jar.pack.gz from http://download.eclipse.org/releases/photon/201806271001/plugins/ (32.98kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.core.expressions_3.6.100.v20180426-1644.jar.pack.gz from http://download.eclipse.org/releases/photon/201806271001/plugins/ (32.98kB) [INFO] Unpacking org.eclipse.core.expressions_3.6.100.v20180426-1644... [INFO] Fetching org.eclipse.core.filebuffers_3.6.200.v20180512-1137.jar.pack.gz from http://download.eclipse.org/releases/photon/201806271001/plugins/ (42.11kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.core.filebuffers_3.6.200.v20180512-1137.jar.pack.gz from http://download.eclipse.org/releases/photon/201806271001/plugins/ (42.11kB) [INFO] Unpacking org.eclipse.core.filebuffers_3.6.200.v20180512-1137... [INFO] Fetching org.eclipse.text_3.6.300.v20180430-1330.jar.pack.gz from http://download.eclipse.org/releases/photon/201806271001/plugins/ (91.26kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.text_3.6.300.v20180430-1330.jar.pack.gz from http://download.eclipse.org/releases/photon/201806271001/plugins/ (91.26kB) [INFO] Unpacking org.eclipse.text_3.6.300.v20180430-1330... [INFO] Fetching org.eclipse.core.filesystem_1.7.100.v20180304-1102.jar.pack.gz from http://download.eclipse.org/releases/photon/201806271001/plugins/ (27.63kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.core.filesystem_1.7.100.v20180304-1102.jar.pack.gz from http://download.eclipse.org/releases/photon/201806271001/plugins/ (27.63kB) [INFO] Unpacking org.eclipse.core.filesystem_1.7.100.v20180304-1102... [INFO] Fetching org.eclipse.core.jobs_3.10.0.v20180427-1454.jar.pack.gz from http://download.eclipse.org/releases/photon/201806271001/plugins/ (46.22kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.core.jobs_3.10.0.v20180427-1454.jar.pack.gz from http://download.eclipse.org/releases/photon/201806271001/plugins/ (46.22kB) [INFO] Unpacking org.eclipse.core.jobs_3.10.0.v20180427-1454... [INFO] Fetching org.eclipse.core.resources_3.13.0.v20180512-1138.jar from http://download.eclipse.org/releases/photon/201806271001/plugins/ (868.92kB) [INFO] Fetching org.eclipse.core.resources_3.13.0.v20180512-1138.jar from http://download.eclipse.org/releases/photon/201806271001/plugins/ (868.92kB) [INFO] Fetching org.eclipse.equinox.app_1.3.500.v20171221-2204.jar.pack.gz from http://download.eclipse.org/releases/photon/201806271001/plugins/ (40.72kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.equinox.app_1.3.500.v20171221-2204.jar.pack.gz from http://download.eclipse.org/releases/photon/201806271001/plugins/ (40.72kB) [INFO] Unpacking org.eclipse.equinox.app_1.3.500.v20171221-2204... [INFO] Fetching org.eclipse.e4.core.commands_0.12.200.v20180427-0801.jar.pack.gz from http://download.eclipse.org/releases/photon/201806271001/plugins/ (13.43kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.e4.core.commands_0.12.200.v20180427-0801.jar.pack.gz from http://download.eclipse.org/releases/photon/201806271001/plugins/ (13.43kB) [INFO] Unpacking org.eclipse.e4.core.commands_0.12.200.v20180427-0801... [INFO] Fetching org.eclipse.e4.core.di_1.7.0.v20180427-1454.jar.pack.gz from http://download.eclipse.org/releases/photon/201806271001/plugins/ (26.42kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.e4.core.di_1.7.0.v20180427-1454.jar.pack.gz from http://download.eclipse.org/releases/photon/201806271001/plugins/ (26.42kB) [INFO] Unpacking org.eclipse.e4.core.di_1.7.0.v20180427-1454... [INFO] Fetching javax.inject_1.0.0.v20091030.jar from http://download.eclipse.org/releases/photon/201806271001/plugins/ (14.07kB) [INFO] Fetching javax.inject_1.0.0.v20091030.jar from http://download.eclipse.org/releases/photon/201806271001/plugins/ (14.07kB) [INFO] Fetching org.eclipse.e4.core.contexts_1.7.0.v20180514-1409.jar.pack.gz from http://download.eclipse.org/releases/photon/201806271001/plugins/ (22.62kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.e4.core.contexts_1.7.0.v20180514-1409.jar.pack.gz from http://download.eclipse.org/releases/photon/201806271001/plugins/ (22.62kB) [INFO] Unpacking org.eclipse.e4.core.contexts_1.7.0.v20180514-1409... [INFO] Fetching org.eclipse.e4.core.services_2.1.100.v20180427-1454.jar.pack.gz from http://download.eclipse.org/releases/photon/201806271001/plugins/ (24.67kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.e4.core.services_2.1.100.v20180427-1454.jar.pack.gz from http://download.eclipse.org/releases/photon/201806271001/plugins/ (24.67kB) [INFO] Unpacking org.eclipse.e4.core.services_2.1.100.v20180427-1454... [INFO] Fetching org.eclipse.e4.core.di.annotations_1.6.100.v20180427-1454.jar.pack.gz from http://download.eclipse.org/releases/photon/201806271001/plugins/ (7.68kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.e4.core.di.annotations_1.6.100.v20180427-1454.jar.pack.gz from http://download.eclipse.org/releases/photon/201806271001/plugins/ (7.68kB) [INFO] Unpacking org.eclipse.e4.core.di.annotations_1.6.100.v20180427-1454... [INFO] Fetching org.eclipse.e4.core.di.extensions_0.15.100.v20180403-1008.jar.pack.gz from http://download.eclipse.org/releases/photon/201806271001/plugins/ (7.73kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.e4.core.di.extensions_0.15.100.v20180403-1008.jar.pack.gz from http://download.eclipse.org/releases/photon/201806271001/plugins/ (7.73kB) [INFO] Unpacking org.eclipse.e4.core.di.extensions_0.15.100.v20180403-1008... [INFO] Fetching org.eclipse.e4.core.di.extensions.supplier_0.15.100.v20180427-1454.jar.pack.gz from http://download.eclipse.org/releases/photon/201806271001/plugins/ (16.54kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.e4.core.di.extensions.supplier_0.15.100.v20180427-1454.jar.pack.gz from http://download.eclipse.org/releases/photon/201806271001/plugins/ (16.54kB) [INFO] Unpacking org.eclipse.e4.core.di.extensions.supplier_0.15.100.v20180427-1454... [INFO] Fetching org.eclipse.equinox.ds_1.5.100.v20171221-2204.jar.pack.gz from http://download.eclipse.org/releases/photon/201806271001/plugins/ (17.45kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.equinox.ds_1.5.100.v20171221-2204.jar.pack.gz from http://download.eclipse.org/releases/photon/201806271001/plugins/ (17.45kB) [INFO] Unpacking org.eclipse.equinox.ds_1.5.100.v20171221-2204... [INFO] Fetching org.eclipse.e4.emf.xpath_0.2.100.v20180403-0944.jar.pack.gz from http://download.eclipse.org/releases/photon/201806271001/plugins/ (21.66kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.e4.emf.xpath_0.2.100.v20180403-0944.jar.pack.gz from http://download.eclipse.org/releases/photon/201806271001/plugins/ (21.66kB) [INFO] Unpacking org.eclipse.e4.emf.xpath_0.2.100.v20180403-0944... [INFO] Fetching org.apache.commons.jxpath_1.3.0.v200911051830.jar.pack.gz from http://download.eclipse.org/releases/photon/201806271001/plugins/ (98kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.apache.commons.jxpath_1.3.0.v200911051830.jar.pack.gz from http://download.eclipse.org/releases/photon/201806271001/plugins/ (98kB) [INFO] Unpacking org.apache.commons.jxpath_1.3.0.v200911051830... [INFO] Fetching org.eclipse.emf.ecore_2.14.0.v20180529-1144.jar.pack.gz from http://download.eclipse.org/releases/photon/201806271001/plugins/ (483.62kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.emf.ecore_2.14.0.v20180529-1144.jar.pack.gz from http://download.eclipse.org/releases/photon/201806271001/plugins/ (483.62kB) [INFO] Unpacking org.eclipse.emf.ecore_2.14.0.v20180529-1144... [INFO] Fetching org.eclipse.e4.ui.bindings_0.12.100.v20180509-1220.jar.pack.gz from http://download.eclipse.org/releases/photon/201806271001/plugins/ (22.96kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.e4.ui.bindings_0.12.100.v20180509-1220.jar.pack.gz from http://download.eclipse.org/releases/photon/201806271001/plugins/ (22.96kB) [INFO] Unpacking org.eclipse.e4.ui.bindings_0.12.100.v20180509-1220... [INFO] Fetching org.eclipse.swt_3.107.0.v20180611-0422.jar.pack.gz from http://download.eclipse.org/releases/photon/201806271001/plugins/ (17.83kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.swt_3.107.0.v20180611-0422.jar.pack.gz from http://download.eclipse.org/releases/photon/201806271001/plugins/ (17.83kB) [INFO] Unpacking org.eclipse.swt_3.107.0.v20180611-0422... [INFO] Fetching org.eclipse.jface_3.14.0.v20180423-0714.jar.pack.gz from http://download.eclipse.org/releases/photon/201806271001/plugins/ (356.74kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.jface_3.14.0.v20180423-0714.jar.pack.gz from http://download.eclipse.org/releases/photon/201806271001/plugins/ (356.74kB) [INFO] Unpacking org.eclipse.jface_3.14.0.v20180423-0714... [INFO] Fetching org.eclipse.e4.ui.css.core_0.12.200.v20180417-2309.jar.pack.gz from http://download.eclipse.org/releases/photon/201806271001/plugins/ (65.8kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.e4.ui.css.core_0.12.200.v20180417-2309.jar.pack.gz from http://download.eclipse.org/releases/photon/201806271001/plugins/ (65.8kB) [INFO] Unpacking org.eclipse.e4.ui.css.core_0.12.200.v20180417-2309... [INFO] Fetching org.eclipse.e4.ui.css.swt_0.13.100.v20180515-1637.jar.pack.gz from http://download.eclipse.org/releases/photon/201806271001/plugins/ (80.61kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.e4.ui.css.swt_0.13.100.v20180515-1637.jar.pack.gz from http://download.eclipse.org/releases/photon/201806271001/plugins/ (80.61kB) [INFO] Unpacking org.eclipse.e4.ui.css.swt_0.13.100.v20180515-1637... [INFO] Fetching org.eclipse.e4.ui.css.swt.theme_0.12.0.v20180403-0944.jar.pack.gz from http://download.eclipse.org/releases/photon/201806271001/plugins/ (16.96kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.e4.ui.css.swt.theme_0.12.0.v20180403-0944.jar.pack.gz from http://download.eclipse.org/releases/photon/201806271001/plugins/ (16.96kB) [INFO] Unpacking org.eclipse.e4.ui.css.swt.theme_0.12.0.v20180403-0944... [INFO] Fetching org.eclipse.e4.ui.di_1.2.200.v20180403-0945.jar.pack.gz from http://download.eclipse.org/releases/photon/201806271001/plugins/ (9.93kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.e4.ui.di_1.2.200.v20180403-0945.jar.pack.gz from http://download.eclipse.org/releases/photon/201806271001/plugins/ (9.93kB) [INFO] Unpacking org.eclipse.e4.ui.di_1.2.200.v20180403-0945... [INFO] Fetching org.eclipse.e4.ui.model.workbench_2.1.0.v20180429-1333.jar.pack.gz from http://download.eclipse.org/releases/photon/201806271001/plugins/ (111.12kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.e4.ui.model.workbench_2.1.0.v20180429-1333.jar.pack.gz from http://download.eclipse.org/releases/photon/201806271001/plugins/ (111.12kB) [INFO] Unpacking org.eclipse.e4.ui.model.workbench_2.1.0.v20180429-1333... [INFO] Fetching org.eclipse.e4.ui.services_1.3.100.v20180403-0945.jar.pack.gz from http://download.eclipse.org/releases/photon/201806271001/plugins/ (13.32kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.e4.ui.services_1.3.100.v20180403-0945.jar.pack.gz from http://download.eclipse.org/releases/photon/201806271001/plugins/ (13.32kB) [INFO] Unpacking org.eclipse.e4.ui.services_1.3.100.v20180403-0945... [INFO] Fetching org.eclipse.equinox.event_1.4.200.v20180426-0845.jar.pack.gz from http://download.eclipse.org/releases/photon/201806271001/plugins/ (16.46kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.equinox.event_1.4.200.v20180426-0845.jar.pack.gz from http://download.eclipse.org/releases/photon/201806271001/plugins/ (16.46kB) [INFO] Unpacking org.eclipse.equinox.event_1.4.200.v20180426-0845... [INFO] Fetching org.eclipse.e4.ui.widgets_1.2.100.v20180403-0945.jar.pack.gz from http://download.eclipse.org/releases/photon/201806271001/plugins/ (9.67kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.e4.ui.widgets_1.2.100.v20180403-0945.jar.pack.gz from http://download.eclipse.org/releases/photon/201806271001/plugins/ (9.67kB) [INFO] Unpacking org.eclipse.e4.ui.widgets_1.2.100.v20180403-0945... [INFO] Fetching org.eclipse.e4.ui.workbench_1.6.0.v20180516-2019.jar.pack.gz from http://download.eclipse.org/releases/photon/201806271001/plugins/ (87.35kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.e4.ui.workbench_1.6.0.v20180516-2019.jar.pack.gz from http://download.eclipse.org/releases/photon/201806271001/plugins/ (87.35kB) [INFO] Unpacking org.eclipse.e4.ui.workbench_1.6.0.v20180516-2019... [INFO] Fetching org.eclipse.emf.ecore.xmi_2.14.0.v20180129-1548.jar.pack.gz from http://download.eclipse.org/releases/photon/201806271001/plugins/ (84.19kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.emf.ecore.xmi_2.14.0.v20180129-1548.jar.pack.gz from http://download.eclipse.org/releases/photon/201806271001/plugins/ (84.19kB) [INFO] Unpacking org.eclipse.emf.ecore.xmi_2.14.0.v20180129-1548... [INFO] Fetching org.eclipse.emf.ecore.change_2.12.0.v20180125-1130.jar.pack.gz from http://download.eclipse.org/releases/photon/201806271001/plugins/ (51.07kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.emf.ecore.change_2.12.0.v20180125-1130.jar.pack.gz from http://download.eclipse.org/releases/photon/201806271001/plugins/ (51.07kB) [INFO] Unpacking org.eclipse.emf.ecore.change_2.12.0.v20180125-1130... [INFO] Fetching org.eclipse.e4.ui.workbench.addons.swt_1.3.100.v20180516-2019.jar.pack.gz from http://download.eclipse.org/releases/photon/201806271001/plugins/ (51.42kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.e4.ui.workbench.addons.swt_1.3.100.v20180516-2019.jar.pack.gz from http://download.eclipse.org/releases/photon/201806271001/plugins/ (51.42kB) [INFO] Unpacking org.eclipse.e4.ui.workbench.addons.swt_1.3.100.v20180516-2019... [INFO] Fetching org.eclipse.e4.ui.workbench.renderers.swt_0.14.200.v20180516-2019.jar.pack.gz from http://download.eclipse.org/releases/photon/201806271001/plugins/ (93.16kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.e4.ui.workbench.renderers.swt_0.14.200.v20180516-2019.jar.pack.gz from http://download.eclipse.org/releases/photon/201806271001/plugins/ (93.16kB) [INFO] Unpacking org.eclipse.e4.ui.workbench.renderers.swt_0.14.200.v20180516-2019... [INFO] Fetching org.eclipse.e4.ui.workbench.swt_0.14.200.v20180516-2019.jar.pack.gz from http://download.eclipse.org/releases/photon/201806271001/plugins/ (71.11kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.e4.ui.workbench.swt_0.14.200.v20180516-2019.jar.pack.gz from http://download.eclipse.org/releases/photon/201806271001/plugins/ (71.11kB) [INFO] Unpacking org.eclipse.e4.ui.workbench.swt_0.14.200.v20180516-2019... [INFO] Fetching org.eclipse.jface.databinding_1.8.200.v20180403-0945.jar.pack.gz from http://download.eclipse.org/releases/photon/201806271001/plugins/ (71.51kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.jface.databinding_1.8.200.v20180403-0945.jar.pack.gz from http://download.eclipse.org/releases/photon/201806271001/plugins/ (71.51kB) [INFO] Unpacking org.eclipse.jface.databinding_1.8.200.v20180403-0945... [INFO] Fetching org.eclipse.e4.ui.workbench3_0.14.100.v20180403-0945.jar.pack.gz from http://download.eclipse.org/releases/photon/201806271001/plugins/ (7.9kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.e4.ui.workbench3_0.14.100.v20180403-0945.jar.pack.gz from http://download.eclipse.org/releases/photon/201806271001/plugins/ (7.9kB) [INFO] Unpacking org.eclipse.e4.ui.workbench3_0.14.100.v20180403-0945... [INFO] Fetching org.eclipse.emf.common_2.14.0.v20180527-1134.jar.pack.gz from http://download.eclipse.org/releases/photon/201806271001/plugins/ (114.83kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.emf.common_2.14.0.v20180527-1134.jar.pack.gz from http://download.eclipse.org/releases/photon/201806271001/plugins/ (114.83kB) [INFO] Unpacking org.eclipse.emf.common_2.14.0.v20180527-1134... [INFO] Fetching org.eclipse.equinox.bidi_1.1.100.v20171221-2204.jar.pack.gz from http://download.eclipse.org/releases/photon/201806271001/plugins/ (23.11kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.equinox.bidi_1.1.100.v20171221-2204.jar.pack.gz from http://download.eclipse.org/releases/photon/201806271001/plugins/ (23.11kB) [INFO] Unpacking org.eclipse.equinox.bidi_1.1.100.v20171221-2204... [INFO] Fetching org.eclipse.equinox.p2.core_2.5.0.v20180512-1128.jar.pack.gz from http://download.eclipse.org/releases/photon/201806271001/plugins/ (31.25kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.equinox.p2.core_2.5.0.v20180512-1128.jar.pack.gz from http://download.eclipse.org/releases/photon/201806271001/plugins/ (31.25kB) [INFO] Unpacking org.eclipse.equinox.p2.core_2.5.0.v20180512-1128... [INFO] Fetching org.eclipse.equinox.p2.engine_2.6.0.v20180409-1209.jar.pack.gz from http://download.eclipse.org/releases/photon/201806271001/plugins/ (74.84kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.equinox.p2.engine_2.6.0.v20180409-1209.jar.pack.gz from http://download.eclipse.org/releases/photon/201806271001/plugins/ (74.84kB) [INFO] Unpacking org.eclipse.equinox.p2.engine_2.6.0.v20180409-1209... [INFO] Fetching org.eclipse.equinox.p2.metadata_2.4.0.v20180320-1220.jar.pack.gz from http://download.eclipse.org/releases/photon/201806271001/plugins/ (107.82kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.equinox.p2.metadata_2.4.0.v20180320-1220.jar.pack.gz from http://download.eclipse.org/releases/photon/201806271001/plugins/ (107.82kB) [INFO] Unpacking org.eclipse.equinox.p2.metadata_2.4.0.v20180320-1220... [INFO] Fetching org.eclipse.equinox.p2.metadata.repository_1.3.0.v20180302-1057.jar.pack.gz from http://download.eclipse.org/releases/photon/201806271001/plugins/ (50.99kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.equinox.p2.metadata.repository_1.3.0.v20180302-1057.jar.pack.gz from http://download.eclipse.org/releases/photon/201806271001/plugins/ (50.99kB) [INFO] Unpacking org.eclipse.equinox.p2.metadata.repository_1.3.0.v20180302-1057... [INFO] Fetching org.eclipse.equinox.p2.repository_2.4.0.v20180512-1128.jar.pack.gz from http://download.eclipse.org/releases/photon/201806271001/plugins/ (55.11kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.equinox.p2.repository_2.4.0.v20180512-1128.jar.pack.gz from http://download.eclipse.org/releases/photon/201806271001/plugins/ (55.11kB) [INFO] Unpacking org.eclipse.equinox.p2.repository_2.4.0.v20180512-1128... [INFO] Fetching org.tukaani.xz_1.8.0.v20180207-1613.jar.pack.gz from http://download.eclipse.org/releases/photon/201806271001/plugins/ (44.42kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.tukaani.xz_1.8.0.v20180207-1613.jar.pack.gz from http://download.eclipse.org/releases/photon/201806271001/plugins/ (44.42kB) [INFO] Unpacking org.tukaani.xz_1.8.0.v20180207-1613... [INFO] Fetching org.eclipse.equinox.security_1.2.400.v20171221-2204.jar.pack.gz from http://download.eclipse.org/releases/photon/201806271001/plugins/ (42.31kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.equinox.security_1.2.400.v20171221-2204.jar.pack.gz from http://download.eclipse.org/releases/photon/201806271001/plugins/ (42.31kB) [INFO] Unpacking org.eclipse.equinox.security_1.2.400.v20171221-2204... [INFO] Fetching org.eclipse.help_3.8.100.v20180512-1136.jar.pack.gz from http://download.eclipse.org/releases/photon/201806271001/plugins/ (122.94kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.help_3.8.100.v20180512-1136.jar.pack.gz from http://download.eclipse.org/releases/photon/201806271001/plugins/ (122.94kB) [INFO] Unpacking org.eclipse.help_3.8.100.v20180512-1136... [INFO] Fetching org.eclipse.jdt.junit.runtime_3.4.700.v20171124-1029.jar.pack.gz from http://download.eclipse.org/releases/photon/201806271001/plugins/ (24.31kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.jdt.junit.runtime_3.4.700.v20171124-1029.jar.pack.gz from http://download.eclipse.org/releases/photon/201806271001/plugins/ (24.31kB) [INFO] Unpacking org.eclipse.jdt.junit.runtime_3.4.700.v20171124-1029... [INFO] Fetching org.eclipse.jface.text_3.13.0.v20180527-1819.jar.pack.gz from http://download.eclipse.org/releases/photon/201806271001/plugins/ (331.26kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.jface.text_3.13.0.v20180527-1819.jar.pack.gz from http://download.eclipse.org/releases/photon/201806271001/plugins/ (331.26kB) [INFO] Unpacking org.eclipse.jface.text_3.13.0.v20180527-1819... [INFO] Fetching org.eclipse.license_1.0.1.v20140414-1359.jar from http://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359/features/ (18.64kB) [INFO] Fetching org.eclipse.license_1.0.1.v20140414-1359.jar from http://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359/features/ (18.64kB) [INFO] Fetching org.eclipse.swt.gtk.linux.x86_64_3.107.0.v20180611-0422.jar.pack.gz from http://download.eclipse.org/releases/photon/201806271001/plugins/ (1.09MB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.swt.gtk.linux.x86_64_3.107.0.v20180611-0422.jar.pack.gz from http://download.eclipse.org/releases/photon/201806271001/plugins/ (1.09MB) [INFO] Unpacking org.eclipse.swt.gtk.linux.x86_64_3.107.0.v20180611-0422... [INFO] Fetching org.hamcrest.library_1.3.0.v20180524-2246.jar.pack.gz from http://download.eclipse.org/releases/photon/201806271001/plugins/ (32.08kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.hamcrest.library_1.3.0.v20180524-2246.jar.pack.gz from http://download.eclipse.org/releases/photon/201806271001/plugins/ (32.08kB) [INFO] Unpacking org.hamcrest.library_1.3.0.v20180524-2246... [INFO] Fetching org.apache.log4j_1.2.15.v201012070815.jar.pack.gz from http://download.eclipse.org/releases/photon/201806271001/plugins/ (129.49kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.apache.log4j_1.2.15.v201012070815.jar.pack.gz from http://download.eclipse.org/releases/photon/201806271001/plugins/ (129.49kB) [INFO] Unpacking org.apache.log4j_1.2.15.v201012070815... [INFO] Fetching org.eclipse.ui.ide_3.14.0.v20180517-1842.jar.pack.gz from http://download.eclipse.org/releases/photon/201806271001/plugins/ (959.44kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.ui.ide_3.14.0.v20180517-1842.jar.pack.gz from http://download.eclipse.org/releases/photon/201806271001/plugins/ (959.44kB) [INFO] Unpacking org.eclipse.ui.ide_3.14.0.v20180517-1842... [INFO] Fetching org.eclipse.ui.workbench_3.111.0.v20180524-1156.jar.pack.gz from http://download.eclipse.org/releases/photon/201806271001/plugins/ (1,017.26kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.ui.workbench_3.111.0.v20180524-1156.jar.pack.gz from http://download.eclipse.org/releases/photon/201806271001/plugins/ (1,017.26kB) [INFO] Unpacking org.eclipse.ui.workbench_3.111.0.v20180524-1156... [INFO] Fetching org.eclipse.ui_3.109.100.v20180426-0903.jar.pack.gz from http://download.eclipse.org/releases/photon/201806271001/plugins/ (361.68kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.ui_3.109.100.v20180426-0903.jar.pack.gz from http://download.eclipse.org/releases/photon/201806271001/plugins/ (361.68kB) [INFO] Unpacking org.eclipse.ui_3.109.100.v20180426-0903... [INFO] Fetching org.eclipse.ui.editors_3.11.100.v20180512-1137.jar.pack.gz from http://download.eclipse.org/releases/photon/201806271001/plugins/ (198.6kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.ui.editors_3.11.100.v20180512-1137.jar.pack.gz from http://download.eclipse.org/releases/photon/201806271001/plugins/ (198.6kB) [INFO] Unpacking org.eclipse.ui.editors_3.11.100.v20180512-1137... [INFO] Fetching org.eclipse.ui.forms_3.7.200.v20180512-1133.jar.pack.gz from http://download.eclipse.org/releases/photon/201806271001/plugins/ (122.73kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.ui.forms_3.7.200.v20180512-1133.jar.pack.gz from http://download.eclipse.org/releases/photon/201806271001/plugins/ (122.73kB) [INFO] Unpacking org.eclipse.ui.forms_3.7.200.v20180512-1133... [INFO] Fetching org.eclipse.ui.workbench.texteditor_3.11.0.v20180419-2011.jar.pack.gz from http://download.eclipse.org/releases/photon/201806271001/plugins/ (228.8kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.ui.workbench.texteditor_3.11.0.v20180419-2011.jar.pack.gz from http://download.eclipse.org/releases/photon/201806271001/plugins/ (228.8kB) [INFO] Unpacking org.eclipse.ui.workbench.texteditor_3.11.0.v20180419-2011... [INFO] Fetching org.w3c.dom.smil_1.0.1.v200903091627.jar.pack.gz from http://download.eclipse.org/releases/photon/201806271001/plugins/ (14.95kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.w3c.dom.smil_1.0.1.v200903091627.jar.pack.gz from http://download.eclipse.org/releases/photon/201806271001/plugins/ (14.95kB) [INFO] Unpacking org.w3c.dom.smil_1.0.1.v200903091627... [INFO] Fetching org.eclipse.swt.win32.win32.x86_64_3.107.0.v20180611-0422.jar.pack.gz from http://download.eclipse.org/releases/photon/201806271001/plugins/ (1.11MB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.swt.win32.win32.x86_64_3.107.0.v20180611-0422.jar.pack.gz from http://download.eclipse.org/releases/photon/201806271001/plugins/ (1.11MB) [INFO] Unpacking org.eclipse.swt.win32.win32.x86_64_3.107.0.v20180611-0422... [INFO] Fetching org.eclipse.swt.cocoa.macosx.x86_64_3.107.0.v20180611-0422.jar.pack.gz from http://download.eclipse.org/releases/photon/201806271001/plugins/ (791.36kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.swt.cocoa.macosx.x86_64_3.107.0.v20180611-0422.jar.pack.gz from http://download.eclipse.org/releases/photon/201806271001/plugins/ (791.36kB) [INFO] Unpacking org.eclipse.swt.cocoa.macosx.x86_64_3.107.0.v20180611-0422... [INFO] Resolving class path of MavenProject: org.eclipse.swtbot.features:org.eclipse.swtbot.eclipse:2.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/swtbot-sonar/org.eclipse.swtbot.eclipse/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.swtbot.features:org.eclipse.swtbot.eclipse.core:2.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/swtbot-sonar/org.eclipse.swtbot.eclipse.core/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.swtbot.features:org.eclipse.swtbot.eclipse.core:2.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/swtbot-sonar/org.eclipse.swtbot.eclipse.core/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.swtbot.features:org.eclipse.swtbot.eclipse.core:2.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/swtbot-sonar/org.eclipse.swtbot.eclipse.core/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.swtbot.features:org.eclipse.swtbot.eclipse.dsl:2.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/swtbot-sonar/org.eclipse.swtbot.eclipse.dsl/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.swtbot.features:org.eclipse.swtbot.eclipse.dsl:2.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/swtbot-sonar/org.eclipse.swtbot.eclipse.dsl/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.swtbot.features:org.eclipse.swtbot.eclipse.dsl:2.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/swtbot-sonar/org.eclipse.swtbot.eclipse.dsl/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.swtbot.features:org.eclipse.swtbot.eclipse.finder:2.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/swtbot-sonar/org.eclipse.swtbot.eclipse.finder/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.swtbot.features:org.eclipse.swtbot.eclipse.finder:2.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/swtbot-sonar/org.eclipse.swtbot.eclipse.finder/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.swtbot.features:org.eclipse.swtbot.eclipse.finder:2.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/swtbot-sonar/org.eclipse.swtbot.eclipse.finder/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.swtbot.plugins:org.eclipse.swtbot.eclipse.gef.finder:2.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/swtbot-sonar/org.eclipse.swtbot.eclipse.gef.finder/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.swtbot.plugins:org.eclipse.swtbot.eclipse.gef.finder:2.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/swtbot-sonar/org.eclipse.swtbot.eclipse.gef.finder/pom.xml [INFO] Fetching org.eclipse.draw2d_3.10.100.201606061308.jar.pack.gz from http://download.eclipse.org/releases/photon/201806271001/plugins/ (215.67kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.draw2d_3.10.100.201606061308.jar.pack.gz from http://download.eclipse.org/releases/photon/201806271001/plugins/ (215.67kB) [INFO] Unpacking org.eclipse.draw2d_3.10.100.201606061308... [INFO] Fetching org.eclipse.gef_3.11.0.201606061308.jar.pack.gz from http://download.eclipse.org/releases/photon/201806271001/plugins/ (366.65kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.gef_3.11.0.201606061308.jar.pack.gz from http://download.eclipse.org/releases/photon/201806271001/plugins/ (366.65kB) [INFO] Unpacking org.eclipse.gef_3.11.0.201606061308... [INFO] Resolving class path of MavenProject: org.eclipse.swtbot.plugins:org.eclipse.swtbot.eclipse.gef.finder:2.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/swtbot-sonar/org.eclipse.swtbot.eclipse.gef.finder/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.swtbot.features:org.eclipse.swtbot.e4.finder:2.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/swtbot-sonar/org.eclipse.swtbot.e4.finder/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.swtbot.features:org.eclipse.swtbot.e4.finder:2.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/swtbot-sonar/org.eclipse.swtbot.e4.finder/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.swtbot.features:org.eclipse.swtbot.e4.finder:2.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/swtbot-sonar/org.eclipse.swtbot.e4.finder/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.swtbot.plugins:org.eclipse.swtbot.eclipse.spy:2.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/swtbot-sonar/org.eclipse.swtbot.eclipse.spy/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.swtbot.plugins:org.eclipse.swtbot.eclipse.spy:2.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/swtbot-sonar/org.eclipse.swtbot.eclipse.spy/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.swtbot.plugins:org.eclipse.swtbot.eclipse.spy:2.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/swtbot-sonar/org.eclipse.swtbot.eclipse.spy/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.swtbot.features:org.eclipse.swtbot.eclipse.test.junit:2.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/swtbot-sonar/org.eclipse.swtbot.eclipse.test.junit/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.swtbot.features:org.eclipse.swtbot.eclipse.test.junit:2.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/swtbot-sonar/org.eclipse.swtbot.eclipse.test.junit/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.swtbot.features:org.eclipse.swtbot.eclipse.test.junit:2.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/swtbot-sonar/org.eclipse.swtbot.eclipse.test.junit/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.swtbot.plugins:org.eclipse.swtbot.eclipse.ui:2.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/swtbot-sonar/org.eclipse.swtbot.eclipse.ui/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.swtbot.plugins:org.eclipse.swtbot.eclipse.ui:2.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/swtbot-sonar/org.eclipse.swtbot.eclipse.ui/pom.xml [INFO] Fetching org.eclipse.ant.core_3.5.100.v20180512-1141.jar.pack.gz from http://download.eclipse.org/releases/photon/201806271001/plugins/ (71.81kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.ant.core_3.5.100.v20180512-1141.jar.pack.gz from http://download.eclipse.org/releases/photon/201806271001/plugins/ (71.81kB) [INFO] Unpacking org.eclipse.ant.core_3.5.100.v20180512-1141... [INFO] Fetching org.eclipse.core.variables_3.4.100.v20180509-0959.jar.pack.gz from http://download.eclipse.org/releases/photon/201806271001/plugins/ (17.99kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.core.variables_3.4.100.v20180509-0959.jar.pack.gz from http://download.eclipse.org/releases/photon/201806271001/plugins/ (17.99kB) [INFO] Unpacking org.eclipse.core.variables_3.4.100.v20180509-0959... [INFO] Fetching org.eclipse.ant.launching_1.2.100.v20180309-1840.jar.pack.gz from http://download.eclipse.org/releases/photon/201806271001/plugins/ (101.21kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.ant.launching_1.2.100.v20180309-1840.jar.pack.gz from http://download.eclipse.org/releases/photon/201806271001/plugins/ (101.21kB) [INFO] Unpacking org.eclipse.ant.launching_1.2.100.v20180309-1840... [INFO] Fetching org.eclipse.debug.core_3.12.0.v20180509-0959.jar.pack.gz from http://download.eclipse.org/releases/photon/201806271001/plugins/ (125.71kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.debug.core_3.12.0.v20180509-0959.jar.pack.gz from http://download.eclipse.org/releases/photon/201806271001/plugins/ (125.71kB) [INFO] Unpacking org.eclipse.debug.core_3.12.0.v20180509-0959... [INFO] Fetching org.eclipse.jdt.launching_3.10.0.v20180606-1318.jar.pack.gz from http://download.eclipse.org/releases/photon/201806271001/plugins/ (260.56kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.jdt.launching_3.10.0.v20180606-1318.jar.pack.gz from http://download.eclipse.org/releases/photon/201806271001/plugins/ (260.56kB) [INFO] Unpacking org.eclipse.jdt.launching_3.10.0.v20180606-1318... [INFO] Fetching org.eclipse.core.externaltools_1.1.100.v20180329-1026.jar.pack.gz from http://download.eclipse.org/releases/photon/201806271001/plugins/ (20.51kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.core.externaltools_1.1.100.v20180329-1026.jar.pack.gz from http://download.eclipse.org/releases/photon/201806271001/plugins/ (20.51kB) [INFO] Unpacking org.eclipse.core.externaltools_1.1.100.v20180329-1026... [INFO] Fetching org.eclipse.jdt.core_3.14.0.v20180528-0519.jar from http://download.eclipse.org/releases/photon/201806271001/plugins/ (6.52MB) [INFO] Fetching org.eclipse.jdt.core_3.14.0.v20180528-0519.jar from http://download.eclipse.org/releases/photon/201806271001/plugins/ (6.52MB) [INFO] Fetching org.eclipse.jdt.core_3.14.0.v20180528-0519.jar from http://download.eclipse.org/releases/photon/201806271001/plugins/ (4.97MB of 6.52MB at 4.95MB/s) [INFO] Fetching org.eclipse.ant.ui_3.7.100.v20180512-1141.jar.pack.gz from http://download.eclipse.org/releases/photon/201806271001/plugins/ (491.62kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.ant.ui_3.7.100.v20180512-1141.jar.pack.gz from http://download.eclipse.org/releases/photon/201806271001/plugins/ (491.62kB) [INFO] Unpacking org.eclipse.ant.ui_3.7.100.v20180512-1141... [INFO] Fetching org.eclipse.ui.externaltools_3.4.100.v20180418-1145.jar.pack.gz from http://download.eclipse.org/releases/photon/201806271001/plugins/ (66.63kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.ui.externaltools_3.4.100.v20180418-1145.jar.pack.gz from http://download.eclipse.org/releases/photon/201806271001/plugins/ (66.63kB) [INFO] Unpacking org.eclipse.ui.externaltools_3.4.100.v20180418-1145... [INFO] Fetching org.eclipse.ui.console_3.8.0.v20180413-0859.jar.pack.gz from http://download.eclipse.org/releases/photon/201806271001/plugins/ (83.21kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.ui.console_3.8.0.v20180413-0859.jar.pack.gz from http://download.eclipse.org/releases/photon/201806271001/plugins/ (83.21kB) [INFO] Unpacking org.eclipse.ui.console_3.8.0.v20180413-0859... [INFO] Fetching org.eclipse.debug.ui_3.13.0.v20180514-0621.jar.pack.gz from http://download.eclipse.org/releases/photon/201806271001/plugins/ (1.01MB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.debug.ui_3.13.0.v20180514-0621.jar.pack.gz from http://download.eclipse.org/releases/photon/201806271001/plugins/ (1.01MB) [INFO] Unpacking org.eclipse.debug.ui_3.13.0.v20180514-0621... [INFO] Fetching org.eclipse.jdt.ui_3.14.0.v20180529-1023.jar.pack.gz from http://download.eclipse.org/releases/photon/201806271001/plugins/ (4.1MB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.jdt.ui_3.14.0.v20180529-1023.jar.pack.gz from http://download.eclipse.org/releases/photon/201806271001/plugins/ (4.1MB) [INFO] Unpacking org.eclipse.jdt.ui_3.14.0.v20180529-1023... [INFO] Fetching org.eclipse.jdt.debug.ui_3.9.0.v20180606-1318.jar from http://download.eclipse.org/releases/photon/201806271001/plugins/ (1.62MB) [INFO] Fetching org.eclipse.jdt.debug.ui_3.9.0.v20180606-1318.jar from http://download.eclipse.org/releases/photon/201806271001/plugins/ (1.62MB) [INFO] Fetching org.eclipse.team.core_3.8.200.v20180309-1840.jar.pack.gz from http://download.eclipse.org/releases/photon/201806271001/plugins/ (127.2kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.team.core_3.8.200.v20180309-1840.jar.pack.gz from http://download.eclipse.org/releases/photon/201806271001/plugins/ (127.2kB) [INFO] Unpacking org.eclipse.team.core_3.8.200.v20180309-1840... [INFO] Fetching org.eclipse.ltk.core.refactoring_3.9.0.v20180220-2105.jar.pack.gz from http://download.eclipse.org/releases/photon/201806271001/plugins/ (105.87kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.ltk.core.refactoring_3.9.0.v20180220-2105.jar.pack.gz from http://download.eclipse.org/releases/photon/201806271001/plugins/ (105.87kB) [INFO] Unpacking org.eclipse.ltk.core.refactoring_3.9.0.v20180220-2105... [INFO] Fetching org.eclipse.jdt.junit_3.11.0.v20180427-0704.jar.pack.gz from http://download.eclipse.org/releases/photon/201806271001/plugins/ (235.41kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.jdt.junit_3.11.0.v20180427-0704.jar.pack.gz from http://download.eclipse.org/releases/photon/201806271001/plugins/ (235.41kB) [INFO] Unpacking org.eclipse.jdt.junit_3.11.0.v20180427-0704... [INFO] Fetching org.eclipse.compare_3.7.200.v20180418-1233.jar.pack.gz from http://download.eclipse.org/releases/photon/201806271001/plugins/ (302.77kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.compare_3.7.200.v20180418-1233.jar.pack.gz from http://download.eclipse.org/releases/photon/201806271001/plugins/ (302.77kB) [INFO] Unpacking org.eclipse.compare_3.7.200.v20180418-1233... [INFO] Fetching org.eclipse.ui.views_3.9.100.v20180427-1355.jar.pack.gz from http://download.eclipse.org/releases/photon/201806271001/plugins/ (48.67kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.ui.views_3.9.100.v20180427-1355.jar.pack.gz from http://download.eclipse.org/releases/photon/201806271001/plugins/ (48.67kB) [INFO] Unpacking org.eclipse.ui.views_3.9.100.v20180427-1355... [INFO] Fetching org.eclipse.equinox.frameworkadmin_2.1.0.v20180131-0638.jar.pack.gz from http://download.eclipse.org/releases/photon/201806271001/plugins/ (19.34kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.equinox.frameworkadmin_2.1.0.v20180131-0638.jar.pack.gz from http://download.eclipse.org/releases/photon/201806271001/plugins/ (19.34kB) [INFO] Unpacking org.eclipse.equinox.frameworkadmin_2.1.0.v20180131-0638... [INFO] Fetching org.eclipse.equinox.frameworkadmin.equinox_1.1.0.v20180512-1128.jar.pack.gz from http://download.eclipse.org/releases/photon/201806271001/plugins/ (33.92kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.equinox.frameworkadmin.equinox_1.1.0.v20180512-1128.jar.pack.gz from http://download.eclipse.org/releases/photon/201806271001/plugins/ (33.92kB) [INFO] Unpacking org.eclipse.equinox.frameworkadmin.equinox_1.1.0.v20180512-1128... [INFO] Fetching org.eclipse.equinox.p2.artifact.repository_1.2.0.v20180413-0846.jar.pack.gz from http://download.eclipse.org/releases/photon/201806271001/plugins/ (57.77kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.equinox.p2.artifact.repository_1.2.0.v20180413-0846.jar.pack.gz from http://download.eclipse.org/releases/photon/201806271001/plugins/ (57.77kB) [INFO] Unpacking org.eclipse.equinox.p2.artifact.repository_1.2.0.v20180413-0846... [INFO] Fetching org.eclipse.equinox.p2.jarprocessor_1.1.0.v20180512-1128.jar.pack.gz from http://download.eclipse.org/releases/photon/201806271001/plugins/ (38.48kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.equinox.p2.jarprocessor_1.1.0.v20180512-1128.jar.pack.gz from http://download.eclipse.org/releases/photon/201806271001/plugins/ (38.48kB) [INFO] Unpacking org.eclipse.equinox.p2.jarprocessor_1.1.0.v20180512-1128... [INFO] Fetching org.eclipse.equinox.p2.director_2.4.0.v20180302-1057.jar.pack.gz from http://download.eclipse.org/releases/photon/201806271001/plugins/ (47.3kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.equinox.p2.director_2.4.0.v20180302-1057.jar.pack.gz from http://download.eclipse.org/releases/photon/201806271001/plugins/ (47.3kB) [INFO] Unpacking org.eclipse.equinox.p2.director_2.4.0.v20180302-1057... [INFO] Fetching org.sat4j.core_2.3.5.v201308161310.jar.pack.gz from http://download.eclipse.org/releases/photon/201806271001/plugins/ (103.26kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.sat4j.core_2.3.5.v201308161310.jar.pack.gz from http://download.eclipse.org/releases/photon/201806271001/plugins/ (103.26kB) [INFO] Unpacking org.sat4j.core_2.3.5.v201308161310... [INFO] Fetching org.sat4j.pb_2.3.5.v201404071733.jar.pack.gz from http://download.eclipse.org/releases/photon/201806271001/plugins/ (72.9kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.sat4j.pb_2.3.5.v201404071733.jar.pack.gz from http://download.eclipse.org/releases/photon/201806271001/plugins/ (72.9kB) [INFO] Unpacking org.sat4j.pb_2.3.5.v201404071733... [INFO] Fetching org.eclipse.equinox.simpleconfigurator_1.3.0.v20180502-1828.jar.pack.gz from http://download.eclipse.org/releases/photon/201806271001/plugins/ (23.7kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.equinox.simpleconfigurator_1.3.0.v20180502-1828.jar.pack.gz from http://download.eclipse.org/releases/photon/201806271001/plugins/ (23.7kB) [INFO] Unpacking org.eclipse.equinox.simpleconfigurator_1.3.0.v20180502-1828... [INFO] Fetching org.eclipse.equinox.p2.director.app_1.1.0.v20180502-1549.jar.pack.gz from http://download.eclipse.org/releases/photon/201806271001/plugins/ (37.33kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.equinox.p2.director.app_1.1.0.v20180502-1549.jar.pack.gz from http://download.eclipse.org/releases/photon/201806271001/plugins/ (37.33kB) [INFO] Unpacking org.eclipse.equinox.p2.director.app_1.1.0.v20180502-1549... [INFO] Fetching org.eclipse.equinox.p2.garbagecollector_1.1.0.v20180103-0918.jar.pack.gz from http://download.eclipse.org/releases/photon/201806271001/plugins/ (13.94kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.equinox.p2.garbagecollector_1.1.0.v20180103-0918.jar.pack.gz from http://download.eclipse.org/releases/photon/201806271001/plugins/ (13.94kB) [INFO] Unpacking org.eclipse.equinox.p2.garbagecollector_1.1.0.v20180103-0918... [INFO] Fetching org.eclipse.equinox.p2.operations_2.5.0.v20180302-1057.jar.pack.gz from http://download.eclipse.org/releases/photon/201806271001/plugins/ (31.89kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.equinox.p2.operations_2.5.0.v20180302-1057.jar.pack.gz from http://download.eclipse.org/releases/photon/201806271001/plugins/ (31.89kB) [INFO] Unpacking org.eclipse.equinox.p2.operations_2.5.0.v20180302-1057... [INFO] Fetching org.eclipse.equinox.p2.publisher_1.5.0.v20180320-1332.jar.pack.gz from http://download.eclipse.org/releases/photon/201806271001/plugins/ (42.82kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.equinox.p2.publisher_1.5.0.v20180320-1332.jar.pack.gz from http://download.eclipse.org/releases/photon/201806271001/plugins/ (42.82kB) [INFO] Unpacking org.eclipse.equinox.p2.publisher_1.5.0.v20180320-1332... [INFO] Fetching org.eclipse.equinox.p2.publisher.eclipse_1.3.0.v20180320-1332.jar.pack.gz from http://download.eclipse.org/releases/photon/201806271001/plugins/ (104.05kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.equinox.p2.publisher.eclipse_1.3.0.v20180320-1332.jar.pack.gz from http://download.eclipse.org/releases/photon/201806271001/plugins/ (104.05kB) [INFO] Unpacking org.eclipse.equinox.p2.publisher.eclipse_1.3.0.v20180320-1332... [INFO] Fetching org.eclipse.equinox.simpleconfigurator.manipulator_2.1.0.v20180103-0918.jar.pack.gz from http://download.eclipse.org/releases/photon/201806271001/plugins/ (16.28kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.equinox.simpleconfigurator.manipulator_2.1.0.v20180103-0918.jar.pack.gz from http://download.eclipse.org/releases/photon/201806271001/plugins/ (16.28kB) [INFO] Unpacking org.eclipse.equinox.simpleconfigurator.manipulator_2.1.0.v20180103-0918... [INFO] Fetching org.eclipse.equinox.p2.repository.tools_2.2.0.v20180416-1436.jar.pack.gz from http://download.eclipse.org/releases/photon/201806271001/plugins/ (121.43kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.equinox.p2.repository.tools_2.2.0.v20180416-1436.jar.pack.gz from http://download.eclipse.org/releases/photon/201806271001/plugins/ (121.43kB) [INFO] Unpacking org.eclipse.equinox.p2.repository.tools_2.2.0.v20180416-1436... [INFO] Fetching org.eclipse.equinox.p2.touchpoint.eclipse_2.2.0.v20180302-1057.jar.pack.gz from http://download.eclipse.org/releases/photon/201806271001/plugins/ (46.12kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.equinox.p2.touchpoint.eclipse_2.2.0.v20180302-1057.jar.pack.gz from http://download.eclipse.org/releases/photon/201806271001/plugins/ (46.12kB) [INFO] Unpacking org.eclipse.equinox.p2.touchpoint.eclipse_2.2.0.v20180302-1057... [INFO] Fetching org.eclipse.equinox.p2.ui_2.5.100.v20180425-1343.jar.pack.gz from http://download.eclipse.org/releases/photon/201806271001/plugins/ (284.76kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.equinox.p2.ui_2.5.100.v20180425-1343.jar.pack.gz from http://download.eclipse.org/releases/photon/201806271001/plugins/ (284.76kB) [INFO] Unpacking org.eclipse.equinox.p2.ui_2.5.100.v20180425-1343... [INFO] Fetching org.eclipse.equinox.security.ui_1.2.0.v20171221-2204.jar.pack.gz from http://download.eclipse.org/releases/photon/201806271001/plugins/ (71.74kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.equinox.security.ui_1.2.0.v20171221-2204.jar.pack.gz from http://download.eclipse.org/releases/photon/201806271001/plugins/ (71.74kB) [INFO] Unpacking org.eclipse.equinox.security.ui_1.2.0.v20171221-2204... [INFO] Fetching org.eclipse.jdt.core.manipulation_1.10.0.v20180323-0650.jar.pack.gz from http://download.eclipse.org/releases/photon/201806271001/plugins/ (112.06kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.jdt.core.manipulation_1.10.0.v20180323-0650.jar.pack.gz from http://download.eclipse.org/releases/photon/201806271001/plugins/ (112.06kB) [INFO] Unpacking org.eclipse.jdt.core.manipulation_1.10.0.v20180323-0650... [INFO] Fetching org.eclipse.jdt.debug_3.11.100.v20180515-0929.jar.pack.gz from http://download.eclipse.org/releases/photon/201806271001/plugins/ (921.12kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.jdt.debug_3.11.100.v20180515-0929.jar.pack.gz from http://download.eclipse.org/releases/photon/201806271001/plugins/ (921.12kB) [INFO] Unpacking org.eclipse.jdt.debug_3.11.100.v20180515-0929... [INFO] Fetching org.eclipse.search_3.11.200.v20180503-1856.jar.pack.gz from http://download.eclipse.org/releases/photon/201806271001/plugins/ (217kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.search_3.11.200.v20180503-1856.jar.pack.gz from http://download.eclipse.org/releases/photon/201806271001/plugins/ (217kB) [INFO] Unpacking org.eclipse.search_3.11.200.v20180503-1856... [INFO] Fetching org.eclipse.ltk.ui.refactoring_3.9.100.v20180425-1219.jar.pack.gz from http://download.eclipse.org/releases/photon/201806271001/plugins/ (181.35kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.ltk.ui.refactoring_3.9.100.v20180425-1219.jar.pack.gz from http://download.eclipse.org/releases/photon/201806271001/plugins/ (181.35kB) [INFO] Unpacking org.eclipse.ltk.ui.refactoring_3.9.100.v20180425-1219... [INFO] Fetching org.eclipse.jdt.junit.core_3.10.0.v20180523-1405.jar.pack.gz from http://download.eclipse.org/releases/photon/201806271001/plugins/ (65.15kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.jdt.junit.core_3.10.0.v20180523-1405.jar.pack.gz from http://download.eclipse.org/releases/photon/201806271001/plugins/ (65.15kB) [INFO] Unpacking org.eclipse.jdt.junit.core_3.10.0.v20180523-1405... [INFO] Fetching org.eclipse.team.ui_3.8.100.v20180418-1233.jar.pack.gz from http://download.eclipse.org/releases/photon/201806271001/plugins/ (493.37kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.team.ui_3.8.100.v20180418-1233.jar.pack.gz from http://download.eclipse.org/releases/photon/201806271001/plugins/ (493.37kB) [INFO] Unpacking org.eclipse.team.ui_3.8.100.v20180418-1233... [INFO] Fetching org.eclipse.ui.navigator_3.7.100.v20180524-1240.jar.pack.gz from http://download.eclipse.org/releases/photon/201806271001/plugins/ (134.6kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.ui.navigator_3.7.100.v20180524-1240.jar.pack.gz from http://download.eclipse.org/releases/photon/201806271001/plugins/ (134.6kB) [INFO] Unpacking org.eclipse.ui.navigator_3.7.100.v20180524-1240... [INFO] Fetching org.eclipse.ui.navigator.resources_3.6.100.v20180427-1355.jar.pack.gz from http://download.eclipse.org/releases/photon/201806271001/plugins/ (68.24kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.ui.navigator.resources_3.6.100.v20180427-1355.jar.pack.gz from http://download.eclipse.org/releases/photon/201806271001/plugins/ (68.24kB) [INFO] Unpacking org.eclipse.ui.navigator.resources_3.6.100.v20180427-1355... [INFO] Fetching org.eclipse.pde.build_3.10.0.v20180512-1217.jar from http://download.eclipse.org/releases/photon/201806271001/plugins/ (477.58kB) [INFO] Fetching org.eclipse.pde.build_3.10.0.v20180512-1217.jar from http://download.eclipse.org/releases/photon/201806271001/plugins/ (477.58kB) [INFO] Fetching org.eclipse.pde.core_3.12.0.v20180516-1159.jar from http://download.eclipse.org/releases/photon/201806271001/plugins/ (1.27MB) [INFO] Fetching org.eclipse.pde.core_3.12.0.v20180516-1159.jar from http://download.eclipse.org/releases/photon/201806271001/plugins/ (1.27MB) [INFO] Fetching org.eclipse.update.configurator_3.4.0.v20180512-1141.jar.pack.gz from http://download.eclipse.org/releases/photon/201806271001/plugins/ (43.08kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.update.configurator_3.4.0.v20180512-1141.jar.pack.gz from http://download.eclipse.org/releases/photon/201806271001/plugins/ (43.08kB) [INFO] Unpacking org.eclipse.update.configurator_3.4.0.v20180512-1141... [INFO] Fetching org.eclipse.pde.launching_3.7.100.v20180417-0902.jar.pack.gz from http://download.eclipse.org/releases/photon/201806271001/plugins/ (50.33kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.pde.launching_3.7.100.v20180417-0902.jar.pack.gz from http://download.eclipse.org/releases/photon/201806271001/plugins/ (50.33kB) [INFO] Unpacking org.eclipse.pde.launching_3.7.100.v20180417-0902... [INFO] Fetching org.eclipse.pde.ui_3.10.200.v20180604-1325.jar.pack.gz from http://download.eclipse.org/releases/photon/201806271001/plugins/ (1.47MB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.pde.ui_3.10.200.v20180604-1325.jar.pack.gz from http://download.eclipse.org/releases/photon/201806271001/plugins/ (1.47MB) [INFO] Unpacking org.eclipse.pde.ui_3.10.200.v20180604-1325... [INFO] Fetching org.eclipse.ui.intro_3.5.200.v20180328-0550.jar.pack.gz from http://download.eclipse.org/releases/photon/201806271001/plugins/ (141.84kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.ui.intro_3.5.200.v20180328-0550.jar.pack.gz from http://download.eclipse.org/releases/photon/201806271001/plugins/ (141.84kB) [INFO] Unpacking org.eclipse.ui.intro_3.5.200.v20180328-0550... [INFO] Fetching org.eclipse.ui.cheatsheets_3.5.200.v20180418-0908.jar.pack.gz from http://download.eclipse.org/releases/photon/201806271001/plugins/ (118.62kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.ui.cheatsheets_3.5.200.v20180418-0908.jar.pack.gz from http://download.eclipse.org/releases/photon/201806271001/plugins/ (118.62kB) [INFO] Unpacking org.eclipse.ui.cheatsheets_3.5.200.v20180418-0908... [INFO] Fetching org.eclipse.ui.views.log_1.2.200.v20180512-1206.jar.pack.gz from http://download.eclipse.org/releases/photon/201806271001/plugins/ (83.91kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.ui.views.log_1.2.200.v20180512-1206.jar.pack.gz from http://download.eclipse.org/releases/photon/201806271001/plugins/ (83.91kB) [INFO] Unpacking org.eclipse.ui.views.log_1.2.200.v20180512-1206... [INFO] Fetching org.eclipse.ui.trace_1.1.100.v20180416-0851.jar.pack.gz from http://download.eclipse.org/releases/photon/201806271001/plugins/ (26.5kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.ui.trace_1.1.100.v20180416-0851.jar.pack.gz from http://download.eclipse.org/releases/photon/201806271001/plugins/ (26.5kB) [INFO] Unpacking org.eclipse.ui.trace_1.1.100.v20180416-0851... [INFO] Fetching org.eclipse.ui.genericeditor_1.1.0.v20180504-0829.jar.pack.gz from http://download.eclipse.org/releases/photon/201806271001/plugins/ (36.26kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.ui.genericeditor_1.1.0.v20180504-0829.jar.pack.gz from http://download.eclipse.org/releases/photon/201806271001/plugins/ (36.26kB) [INFO] Unpacking org.eclipse.ui.genericeditor_1.1.0.v20180504-0829... [INFO] Fetching org.eclipse.ui.views.properties.tabbed_3.8.100.v20180427-1355.jar.pack.gz from http://download.eclipse.org/releases/photon/201806271001/plugins/ (39.7kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.ui.views.properties.tabbed_3.8.100.v20180427-1355.jar.pack.gz from http://download.eclipse.org/releases/photon/201806271001/plugins/ (39.7kB) [INFO] Unpacking org.eclipse.ui.views.properties.tabbed_3.8.100.v20180427-1355... [INFO] Resolving class path of MavenProject: org.eclipse.swtbot.plugins:org.eclipse.swtbot.eclipse.ui:2.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/swtbot-sonar/org.eclipse.swtbot.eclipse.ui/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.swtbot.plugins:org.eclipse.swtbot.forms.finder:2.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/swtbot-sonar/org.eclipse.swtbot.forms.finder/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.swtbot.plugins:org.eclipse.swtbot.forms.finder:2.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/swtbot-sonar/org.eclipse.swtbot.forms.finder/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.swtbot.plugins:org.eclipse.swtbot.forms.finder:2.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/swtbot-sonar/org.eclipse.swtbot.forms.finder/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.swtbot.plugins:org.eclipse.swtbot.generator:2.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/swtbot-sonar/org.eclipse.swtbot.generator/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.swtbot.plugins:org.eclipse.swtbot.generator:2.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/swtbot-sonar/org.eclipse.swtbot.generator/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.swtbot.plugins:org.eclipse.swtbot.generator:2.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/swtbot-sonar/org.eclipse.swtbot.generator/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.swtbot.generator.client:org.eclipse.swtbot.generator.client:2.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/swtbot-sonar/org.eclipse.swtbot.generator.client/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.swtbot.generator.client:org.eclipse.swtbot.generator.client:2.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/swtbot-sonar/org.eclipse.swtbot.generator.client/pom.xml [INFO] Fetching org.eclipse.jdt_3.14.0.v20180611-0500.jar.pack.gz from http://download.eclipse.org/releases/photon/201806271001/plugins/ (34.1kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.jdt_3.14.0.v20180611-0500.jar.pack.gz from http://download.eclipse.org/releases/photon/201806271001/plugins/ (34.1kB) [INFO] Unpacking org.eclipse.jdt_3.14.0.v20180611-0500... [INFO] Resolving class path of MavenProject: org.eclipse.swtbot.generator.client:org.eclipse.swtbot.generator.client:2.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/swtbot-sonar/org.eclipse.swtbot.generator.client/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.swtbot.plugins:org.eclipse.swtbot.generator.rules.workbench:2.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/swtbot-sonar/org.eclipse.swtbot.generator.rules.workbench/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.swtbot.plugins:org.eclipse.swtbot.generator.rules.workbench:2.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/swtbot-sonar/org.eclipse.swtbot.generator.rules.workbench/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.swtbot.plugins:org.eclipse.swtbot.generator.rules.workbench:2.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/swtbot-sonar/org.eclipse.swtbot.generator.rules.workbench/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.swtbot.plugins:org.eclipse.swtbot.generator.jdt:2.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/swtbot-sonar/org.eclipse.swtbot.generator.jdt/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.swtbot.plugins:org.eclipse.swtbot.generator.jdt:2.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/swtbot-sonar/org.eclipse.swtbot.generator.jdt/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.swtbot.plugins:org.eclipse.swtbot.generator.jdt:2.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/swtbot-sonar/org.eclipse.swtbot.generator.jdt/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.swtbot.plugins:org.eclipse.swtbot.generator.ui:2.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/swtbot-sonar/org.eclipse.swtbot.generator.ui/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.swtbot.plugins:org.eclipse.swtbot.generator.ui:2.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/swtbot-sonar/org.eclipse.swtbot.generator.ui/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.swtbot.plugins:org.eclipse.swtbot.generator.ui:2.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/swtbot-sonar/org.eclipse.swtbot.generator.ui/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.swtbot.plugins:org.eclipse.swtbot.go:2.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/swtbot-sonar/org.eclipse.swtbot.go/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.swtbot.plugins:org.eclipse.swtbot.go:2.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/swtbot-sonar/org.eclipse.swtbot.go/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.swtbot.plugins:org.eclipse.swtbot.go:2.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/swtbot-sonar/org.eclipse.swtbot.go/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.swtbot.plugins:org.eclipse.swtbot.junit4_x:2.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/swtbot-sonar/org.eclipse.swtbot.junit4_x/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.swtbot.plugins:org.eclipse.swtbot.junit4_x:2.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/swtbot-sonar/org.eclipse.swtbot.junit4_x/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.swtbot.plugins:org.eclipse.swtbot.junit4_x:2.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/swtbot-sonar/org.eclipse.swtbot.junit4_x/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.swtbot.plugins:org.eclipse.swtbot.nebula.gallery.finder:2.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/swtbot-sonar/org.eclipse.swtbot.nebula.gallery.finder/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.swtbot.plugins:org.eclipse.swtbot.nebula.gallery.finder:2.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/swtbot-sonar/org.eclipse.swtbot.nebula.gallery.finder/pom.xml [INFO] Fetching org.eclipse.nebula.widgets.gallery_1.0.0.202001052049.jar from http://download.eclipse.org/nebula/snapshot/plugins/ (108.92kB) [INFO] Fetching org.eclipse.nebula.widgets.gallery_1.0.0.202001052049.jar from http://download.eclipse.org/nebula/snapshot/plugins/ (108.92kB) [INFO] Resolving class path of MavenProject: org.eclipse.swtbot.plugins:org.eclipse.swtbot.nebula.gallery.finder:2.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/swtbot-sonar/org.eclipse.swtbot.nebula.gallery.finder/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.swtbot.plugins:org.eclipse.swtbot.swt.demo:2.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/swtbot-sonar/org.eclipse.swtbot.swt.demo/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.swtbot.plugins:org.eclipse.swtbot.swt.demo:2.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/swtbot-sonar/org.eclipse.swtbot.swt.demo/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.swtbot.plugins:org.eclipse.swtbot.swt.demo:2.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/swtbot-sonar/org.eclipse.swtbot.swt.demo/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.swtbot.plugins:org.eclipse.swtbot.swt.finder:2.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/swtbot-sonar/org.eclipse.swtbot.swt.finder/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.swtbot.plugins:org.eclipse.swtbot.swt.finder:2.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/swtbot-sonar/org.eclipse.swtbot.swt.finder/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.swtbot.plugins:org.eclipse.swtbot.swt.finder:2.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/swtbot-sonar/org.eclipse.swtbot.swt.finder/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.swtbot.test:org.eclipse.swt.examples:2.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/swtbot-sonar/org.eclipse.swt.examples/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.swtbot.test:org.eclipse.swt.examples:2.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/swtbot-sonar/org.eclipse.swt.examples/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.swtbot.test:org.eclipse.swt.examples:2.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/swtbot-sonar/org.eclipse.swt.examples/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.swtbot.plugins:org.eclipse.ui.forms.examples:3.1.100-SNAPSHOT @ /home/jenkins/agent/workspace/swtbot-sonar/org.eclipse.ui.forms.examples/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.swtbot.plugins:org.eclipse.ui.forms.examples:3.1.100-SNAPSHOT @ /home/jenkins/agent/workspace/swtbot-sonar/org.eclipse.ui.forms.examples/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.swtbot.plugins:org.eclipse.ui.forms.examples:3.1.100-SNAPSHOT @ /home/jenkins/agent/workspace/swtbot-sonar/org.eclipse.ui.forms.examples/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.swtbot.plugins:org.eclipse.swtbot.nebula.nattable.finder:2.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/swtbot-sonar/org.eclipse.swtbot.nebula.nattable.finder/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.swtbot.plugins:org.eclipse.swtbot.nebula.nattable.finder:2.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/swtbot-sonar/org.eclipse.swtbot.nebula.nattable.finder/pom.xml [INFO] Fetching org.eclipse.collections_10.1.0.v20191204-1814.jar from http://download.eclipse.org/nattable/snapshots/latest/repository/plugins/ (10.98MB) [INFO] Fetching org.eclipse.collections_10.1.0.v20191204-1814.jar from http://download.eclipse.org/nattable/snapshots/latest/repository/plugins/ (10.98MB) [INFO] Fetching org.eclipse.nebula.widgets.nattable.core_2.0.0.202001232000.jar from http://download.eclipse.org/nattable/snapshots/latest/repository/plugins/ (2.25MB) [INFO] Fetching org.eclipse.nebula.widgets.nattable.core_2.0.0.202001232000.jar from http://download.eclipse.org/nattable/snapshots/latest/repository/plugins/ (2.25MB) [INFO] Resolving class path of MavenProject: org.eclipse.swtbot.plugins:org.eclipse.swtbot.nebula.nattable.finder:2.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/swtbot-sonar/org.eclipse.swtbot.nebula.nattable.finder/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.swtbot.features:org.eclipse.swtbot:2.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/swtbot-sonar/org.eclipse.swtbot/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.swtbot.features:org.eclipse.swtbot:2.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/swtbot-sonar/org.eclipse.swtbot/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.swtbot.features:org.eclipse.swtbot:2.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/swtbot-sonar/org.eclipse.swtbot/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.swtbot.features:org.eclipse.swtbot.forms:2.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/swtbot-sonar/org.eclipse.swtbot.forms/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.swtbot.features:org.eclipse.swtbot.forms:2.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/swtbot-sonar/org.eclipse.swtbot.forms/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.swtbot.features:org.eclipse.swtbot.forms:2.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/swtbot-sonar/org.eclipse.swtbot.forms/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.swtbot.features:org.eclipse.swtbot.eclipse.gef:2.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/swtbot-sonar/org.eclipse.swtbot.eclipse.gef/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.swtbot.features:org.eclipse.swtbot.eclipse.gef:2.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/swtbot-sonar/org.eclipse.swtbot.eclipse.gef/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.swtbot.features:org.eclipse.swtbot.eclipse.gef:2.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/swtbot-sonar/org.eclipse.swtbot.eclipse.gef/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.swtbot.features:org.eclipse.swtbot.ide:2.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/swtbot-sonar/org.eclipse.swtbot.ide/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.swtbot.features:org.eclipse.swtbot.ide:2.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/swtbot-sonar/org.eclipse.swtbot.ide/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.swtbot.features:org.eclipse.swtbot.ide:2.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/swtbot-sonar/org.eclipse.swtbot.ide/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.swtbot.plugins:org.eclipse.swtbot.eclipse.junit.headless:2.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/swtbot-sonar/org.eclipse.swtbot.eclipse.junit.headless/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.swtbot.plugins:org.eclipse.swtbot.eclipse.junit.headless:2.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/swtbot-sonar/org.eclipse.swtbot.eclipse.junit.headless/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.swtbot.plugins:org.eclipse.swtbot.eclipse.junit.headless:2.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/swtbot-sonar/org.eclipse.swtbot.eclipse.junit.headless/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.swtbot.features:org.eclipse.swtbot.generator.feature:2.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/swtbot-sonar/org.eclipse.swtbot.generator.feature/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.swtbot.features:org.eclipse.swtbot.generator.feature:2.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/swtbot-sonar/org.eclipse.swtbot.generator.feature/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.swtbot.features:org.eclipse.swtbot.generator.feature:2.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/swtbot-sonar/org.eclipse.swtbot.generator.feature/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.swtbot.features:org.eclipse.swtbot.nebula.gallery:2.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/swtbot-sonar/org.eclipse.swtbot.nebula.gallery/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.swtbot.features:org.eclipse.swtbot.nebula.gallery:2.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/swtbot-sonar/org.eclipse.swtbot.nebula.gallery/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.swtbot.features:org.eclipse.swtbot.nebula.gallery:2.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/swtbot-sonar/org.eclipse.swtbot.nebula.gallery/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.swtbot.features:org.eclipse.swtbot.nebula.nattable:2.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/swtbot-sonar/org.eclipse.swtbot.nebula.nattable/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.swtbot.features:org.eclipse.swtbot.nebula.nattable:2.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/swtbot-sonar/org.eclipse.swtbot.nebula.nattable/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.swtbot.features:org.eclipse.swtbot.nebula.nattable:2.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/swtbot-sonar/org.eclipse.swtbot.nebula.nattable/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.swtbot:org.eclipse.swtbot.updatesite:2.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/swtbot-sonar/org.eclipse.swtbot.updatesite/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.swtbot:org.eclipse.swtbot.updatesite:2.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/swtbot-sonar/org.eclipse.swtbot.updatesite/pom.xml [INFO] Fetching org.apache.log4j.source_1.2.15.v201012070815.jar.pack.gz from http://download.eclipse.org/releases/photon/201806271001/plugins/ (241.33kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.apache.log4j.source_1.2.15.v201012070815.jar.pack.gz from http://download.eclipse.org/releases/photon/201806271001/plugins/ (241.33kB) [INFO] Unpacking org.apache.log4j.source_1.2.15.v201012070815... [INFO] Fetching org.hamcrest.core.source_1.3.0.v20180420-1519.jar from http://download.eclipse.org/releases/photon/201806271001/plugins/ (51.3kB) [INFO] Fetching org.hamcrest.core.source_1.3.0.v20180420-1519.jar from http://download.eclipse.org/releases/photon/201806271001/plugins/ (51.3kB) [INFO] Fetching org.hamcrest.library.source_1.3.0.v20180524-2246.jar from http://download.eclipse.org/tools/orbit/downloads/drops2/R20180606145124/repository/plugins/ (57.11kB) [INFO] Fetching org.hamcrest.library.source_1.3.0.v20180524-2246.jar from http://download.eclipse.org/tools/orbit/downloads/drops2/R20180606145124/repository/plugins/ (57.11kB) [INFO] Resolving class path of MavenProject: org.eclipse.swtbot:org.eclipse.swtbot.updatesite:2.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/swtbot-sonar/org.eclipse.swtbot.updatesite/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.swtbot.test:org.eclipse.swtbot.eclipse.ui.test:2.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/swtbot-sonar/org.eclipse.swtbot.eclipse.ui.test/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.swtbot.test:org.eclipse.swtbot.eclipse.ui.test:2.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/swtbot-sonar/org.eclipse.swtbot.eclipse.ui.test/pom.xml [INFO] Fetching javax.annotation_1.2.0.v201602091430.jar.pack.gz from http://download.eclipse.org/releases/photon/201806271001/plugins/ (21.32kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching javax.annotation_1.2.0.v201602091430.jar.pack.gz from http://download.eclipse.org/releases/photon/201806271001/plugins/ (21.32kB) [INFO] Unpacking javax.annotation_1.2.0.v201602091430... [INFO] Fetching org.apache.felix.gogo.command_1.0.2.v20170914-1324.jar.pack.gz from http://download.eclipse.org/releases/photon/201806271001/plugins/ (31.52kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.apache.felix.gogo.command_1.0.2.v20170914-1324.jar.pack.gz from http://download.eclipse.org/releases/photon/201806271001/plugins/ (31.52kB) [INFO] Unpacking org.apache.felix.gogo.command_1.0.2.v20170914-1324... [INFO] Fetching org.apache.felix.gogo.runtime_1.0.6.v20170914-1324.jar.pack.gz from http://download.eclipse.org/releases/photon/201806271001/plugins/ (74.43kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.apache.felix.gogo.runtime_1.0.6.v20170914-1324.jar.pack.gz from http://download.eclipse.org/releases/photon/201806271001/plugins/ (74.43kB) [INFO] Unpacking org.apache.felix.gogo.runtime_1.0.6.v20170914-1324... [INFO] Fetching org.apache.felix.gogo.shell_1.0.0.v20170914-1324.jar.pack.gz from http://download.eclipse.org/releases/photon/201806271001/plugins/ (34.78kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.apache.felix.gogo.shell_1.0.0.v20170914-1324.jar.pack.gz from http://download.eclipse.org/releases/photon/201806271001/plugins/ (34.78kB) [INFO] Unpacking org.apache.felix.gogo.shell_1.0.0.v20170914-1324... [INFO] Fetching org.eclipse.core.databinding.beans_1.4.100.v20180403-0944.jar.pack.gz from http://download.eclipse.org/releases/photon/201806271001/plugins/ (22.83kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.core.databinding.beans_1.4.100.v20180403-0944.jar.pack.gz from http://download.eclipse.org/releases/photon/201806271001/plugins/ (22.83kB) [INFO] Unpacking org.eclipse.core.databinding.beans_1.4.100.v20180403-0944... [INFO] Fetching org.eclipse.core.net_1.3.200.v20180515-0858.jar.pack.gz from http://download.eclipse.org/releases/photon/201806271001/plugins/ (33.62kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.core.net_1.3.200.v20180515-0858.jar.pack.gz from http://download.eclipse.org/releases/photon/201806271001/plugins/ (33.62kB) [INFO] Unpacking org.eclipse.core.net_1.3.200.v20180515-0858... [INFO] Fetching org.eclipse.equinox.launcher_1.5.0.v20180512-1130.jar.pack.gz from http://download.eclipse.org/releases/photon/201806271001/plugins/ (30.7kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.equinox.launcher_1.5.0.v20180512-1130.jar.pack.gz from http://download.eclipse.org/releases/photon/201806271001/plugins/ (30.7kB) [INFO] Unpacking org.eclipse.equinox.launcher_1.5.0.v20180512-1130... [INFO] Fetching org.eclipse.osgi.compatibility.state_1.1.100.v20180331-1743.jar.pack.gz from http://download.eclipse.org/releases/photon/201806271001/plugins/ (101.87kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.osgi.compatibility.state_1.1.100.v20180331-1743.jar.pack.gz from http://download.eclipse.org/releases/photon/201806271001/plugins/ (101.87kB) [INFO] Unpacking org.eclipse.osgi.compatibility.state_1.1.100.v20180331-1743... [INFO] Fetching org.eclipse.equinox.launcher.gtk.linux.x86_64_1.1.700.v20180518-1200.jar.pack.gz from http://download.eclipse.org/releases/photon/201806271001/plugins/ (78kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.equinox.launcher.gtk.linux.x86_64_1.1.700.v20180518-1200.jar.pack.gz from http://download.eclipse.org/releases/photon/201806271001/plugins/ (78kB) [INFO] Unpacking org.eclipse.equinox.launcher.gtk.linux.x86_64_1.1.700.v20180518-1200... [INFO] Fetching org.eclipse.equinox.util_1.1.0.v20180419-0833.jar.pack.gz from http://download.eclipse.org/releases/photon/201806271001/plugins/ (34.26kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.equinox.util_1.1.0.v20180419-0833.jar.pack.gz from http://download.eclipse.org/releases/photon/201806271001/plugins/ (34.26kB) [INFO] Unpacking org.eclipse.equinox.util_1.1.0.v20180419-0833... [INFO] Fetching org.eclipse.equinox.console_1.3.0.v20180119-0630.jar.pack.gz from http://download.eclipse.org/releases/photon/201806271001/plugins/ (51.21kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.equinox.console_1.3.0.v20180119-0630.jar.pack.gz from http://download.eclipse.org/releases/photon/201806271001/plugins/ (51.21kB) [INFO] Unpacking org.eclipse.equinox.console_1.3.0.v20180119-0630... [INFO] Fetching org.eclipse.e4.ui.dialogs_1.1.200.v20180403-0945.jar.pack.gz from http://download.eclipse.org/releases/photon/201806271001/plugins/ (23.85kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.e4.ui.dialogs_1.1.200.v20180403-0945.jar.pack.gz from http://download.eclipse.org/releases/photon/201806271001/plugins/ (23.85kB) [INFO] Unpacking org.eclipse.e4.ui.dialogs_1.1.200.v20180403-0945... [INFO] Fetching org.eclipse.e4.ui.swt.gtk_1.0.300.v20180403-0945.jar.pack.gz from http://download.eclipse.org/releases/photon/201806271001/plugins/ (7.94kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.e4.ui.swt.gtk_1.0.300.v20180403-0945.jar.pack.gz from http://download.eclipse.org/releases/photon/201806271001/plugins/ (7.94kB) [INFO] Unpacking org.eclipse.e4.ui.swt.gtk_1.0.300.v20180403-0945... [INFO] Fetching org.eclipse.e4.rcp_1.6.100.v20180611-0422.jar from http://download.eclipse.org/releases/photon/201806271001/features/ (19.58kB) [INFO] Fetching org.eclipse.e4.rcp_1.6.100.v20180611-0422.jar from http://download.eclipse.org/releases/photon/201806271001/features/ (19.58kB) [INFO] Fetching org.eclipse.emf.common_2.14.0.v20180527-1134.jar from http://download.eclipse.org/releases/photon/201806271001/features/ (17.81kB) [INFO] Fetching org.eclipse.emf.common_2.14.0.v20180527-1134.jar from http://download.eclipse.org/releases/photon/201806271001/features/ (17.81kB) [INFO] Fetching org.eclipse.emf.ecore_2.14.0.v20180529-1144.jar from http://download.eclipse.org/releases/photon/201806271001/features/ (17.87kB) [INFO] Fetching org.eclipse.emf.ecore_2.14.0.v20180529-1144.jar from http://download.eclipse.org/releases/photon/201806271001/features/ (17.87kB) [INFO] Fetching org.eclipse.rcp_4.8.0.v20180611-0500.jar.pack.gz from http://download.eclipse.org/releases/photon/201806271001/plugins/ (9.37kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.rcp_4.8.0.v20180611-0500.jar.pack.gz from http://download.eclipse.org/releases/photon/201806271001/plugins/ (9.37kB) [INFO] Unpacking org.eclipse.rcp_4.8.0.v20180611-0500... [INFO] Fetching org.eclipse.rcp_4.8.0.v20180611-0656.jar from http://download.eclipse.org/releases/photon/201806271001/features/ (17.82kB) [INFO] Fetching org.eclipse.rcp_4.8.0.v20180611-0656.jar from http://download.eclipse.org/releases/photon/201806271001/features/ (17.82kB) [INFO] Fetching org.eclipse.rcp_root_4.8.0.v20180611-0656 from http://download.eclipse.org/releases/photon/201806271001/binary/ (26.36kB) [INFO] Fetching org.eclipse.rcp_root_4.8.0.v20180611-0656 from http://download.eclipse.org/releases/photon/201806271001/binary/ (26.36kB) [INFO] Fetching org.eclipse.ui.ide.application_1.2.100.v20180416-2050.jar.pack.gz from http://download.eclipse.org/releases/photon/201806271001/plugins/ (51.88kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.ui.ide.application_1.2.100.v20180416-2050.jar.pack.gz from http://download.eclipse.org/releases/photon/201806271001/plugins/ (51.88kB) [INFO] Unpacking org.eclipse.ui.ide.application_1.2.100.v20180416-2050... [INFO] Fetching org.eclipse.equinox.launcher.win32.win32.x86_64_1.1.700.v20180518-1200.jar.pack.gz from http://download.eclipse.org/releases/photon/201806271001/plugins/ (75.12kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.equinox.launcher.win32.win32.x86_64_1.1.700.v20180518-1200.jar.pack.gz from http://download.eclipse.org/releases/photon/201806271001/plugins/ (75.12kB) [INFO] Unpacking org.eclipse.equinox.launcher.win32.win32.x86_64_1.1.700.v20180518-1200... [INFO] Fetching org.eclipse.e4.ui.workbench.renderers.swt.cocoa_0.12.0.v20180403-0945.jar.pack.gz from http://download.eclipse.org/releases/photon/201806271001/plugins/ (18.67kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.e4.ui.workbench.renderers.swt.cocoa_0.12.0.v20180403-0945.jar.pack.gz from http://download.eclipse.org/releases/photon/201806271001/plugins/ (18.67kB) [INFO] Unpacking org.eclipse.e4.ui.workbench.renderers.swt.cocoa_0.12.0.v20180403-0945... [INFO] Fetching org.eclipse.equinox.launcher.cocoa.macosx.x86_64_1.1.700.v20180518-1200.jar.pack.gz from http://download.eclipse.org/releases/photon/201806271001/plugins/ (32.98kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.equinox.launcher.cocoa.macosx.x86_64_1.1.700.v20180518-1200.jar.pack.gz from http://download.eclipse.org/releases/photon/201806271001/plugins/ (32.98kB) [INFO] Unpacking org.eclipse.equinox.launcher.cocoa.macosx.x86_64_1.1.700.v20180518-1200... [INFO] Fetching org.eclipse.ui.cocoa_1.2.0.v20180423-1424.jar.pack.gz from http://download.eclipse.org/releases/photon/201806271001/plugins/ (7.58kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.ui.cocoa_1.2.0.v20180423-1424.jar.pack.gz from http://download.eclipse.org/releases/photon/201806271001/plugins/ (7.58kB) [INFO] Unpacking org.eclipse.ui.cocoa_1.2.0.v20180423-1424... [INFO] Resolving class path of MavenProject: org.eclipse.swtbot.test:org.eclipse.swtbot.eclipse.ui.test:2.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/swtbot-sonar/org.eclipse.swtbot.eclipse.ui.test/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.swtbot.test:org.eclipse.swtbot.swt.finder.test.keyboards:2.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/swtbot-sonar/org.eclipse.swtbot.swt.finder.test.keyboards/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.swtbot.test:org.eclipse.swtbot.swt.finder.test.keyboards:2.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/swtbot-sonar/org.eclipse.swtbot.swt.finder.test.keyboards/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.swtbot.test:org.eclipse.swtbot.swt.finder.test.keyboards:2.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/swtbot-sonar/org.eclipse.swtbot.swt.finder.test.keyboards/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.swtbot.plugins:org.eclipse.swtbot.forms.finder.test:2.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/swtbot-sonar/org.eclipse.swtbot.forms.finder.test/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.swtbot.plugins:org.eclipse.swtbot.forms.finder.test:2.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/swtbot-sonar/org.eclipse.swtbot.forms.finder.test/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.swtbot.plugins:org.eclipse.swtbot.forms.finder.test:2.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/swtbot-sonar/org.eclipse.swtbot.forms.finder.test/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.swtbot.plugins:org.eclipse.swtbot.eclipse.finder.test:2.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/swtbot-sonar/org.eclipse.swtbot.eclipse.finder.test/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.swtbot.plugins:org.eclipse.swtbot.eclipse.finder.test:2.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/swtbot-sonar/org.eclipse.swtbot.eclipse.finder.test/pom.xml [INFO] Fetching org.eclipse.platform_4.8.0.v20180611-0500.jar.pack.gz from http://download.eclipse.org/releases/photon/201806271001/plugins/ (273.6kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.platform_4.8.0.v20180611-0500.jar.pack.gz from http://download.eclipse.org/releases/photon/201806271001/plugins/ (273.6kB) [INFO] Unpacking org.eclipse.platform_4.8.0.v20180611-0500... [INFO] Fetching org.eclipse.ui.intro.universal_3.3.200.v20180418-0908.jar.pack.gz from http://download.eclipse.org/releases/photon/201806271001/plugins/ (1.74MB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.ui.intro.universal_3.3.200.v20180418-0908.jar.pack.gz from http://download.eclipse.org/releases/photon/201806271001/plugins/ (1.74MB) [INFO] Unpacking org.eclipse.ui.intro.universal_3.3.200.v20180418-0908... [INFO] Fetching org.eclipse.ui.intro.quicklinks_1.0.200.v20180127-2149.jar.pack.gz from http://download.eclipse.org/releases/photon/201806271001/plugins/ (13.98kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.ui.intro.quicklinks_1.0.200.v20180127-2149.jar.pack.gz from http://download.eclipse.org/releases/photon/201806271001/plugins/ (13.98kB) [INFO] Unpacking org.eclipse.ui.intro.quicklinks_1.0.200.v20180127-2149... [INFO] Resolving class path of MavenProject: org.eclipse.swtbot.plugins:org.eclipse.swtbot.eclipse.finder.test:2.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/swtbot-sonar/org.eclipse.swtbot.eclipse.finder.test/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.swtbot.plugins:org.eclipse.swtbot.e4.finder.test:2.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/swtbot-sonar/org.eclipse.swtbot.e4.finder.test/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.swtbot.plugins:org.eclipse.swtbot.e4.finder.test:2.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/swtbot-sonar/org.eclipse.swtbot.e4.finder.test/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.swtbot.plugins:org.eclipse.swtbot.e4.finder.test:2.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/swtbot-sonar/org.eclipse.swtbot.e4.finder.test/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.swtbot.plugins:org.eclipse.swtbot.nebula.gallery.finder.test:2.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/swtbot-sonar/org.eclipse.swtbot.nebula.gallery.finder.test/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.swtbot.plugins:org.eclipse.swtbot.nebula.gallery.finder.test:2.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/swtbot-sonar/org.eclipse.swtbot.nebula.gallery.finder.test/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.swtbot.plugins:org.eclipse.swtbot.nebula.gallery.finder.test:2.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/swtbot-sonar/org.eclipse.swtbot.nebula.gallery.finder.test/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.swtbot.test.features:org.eclipse.swtbot.test:2.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/swtbot-sonar/org.eclipse.swtbot.test/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.swtbot.test.features:org.eclipse.swtbot.test:2.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/swtbot-sonar/org.eclipse.swtbot.test/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.swtbot.test.features:org.eclipse.swtbot.test:2.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/swtbot-sonar/org.eclipse.swtbot.test/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.swtbot.plugins:org.eclipse.swtbot.generator.test:2.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/swtbot-sonar/org.eclipse.swtbot.generator.test/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.swtbot.plugins:org.eclipse.swtbot.generator.test:2.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/swtbot-sonar/org.eclipse.swtbot.generator.test/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.swtbot.plugins:org.eclipse.swtbot.generator.test:2.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/swtbot-sonar/org.eclipse.swtbot.generator.test/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.swtbot.plugins:org.eclipse.swtbot.generator.jdt.test:2.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/swtbot-sonar/org.eclipse.swtbot.generator.jdt.test/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.swtbot.plugins:org.eclipse.swtbot.generator.jdt.test:2.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/swtbot-sonar/org.eclipse.swtbot.generator.jdt.test/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.swtbot.plugins:org.eclipse.swtbot.generator.jdt.test:2.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/swtbot-sonar/org.eclipse.swtbot.generator.jdt.test/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.swtbot.plugins:org.eclipse.swtbot.swt.finder.test:2.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/swtbot-sonar/org.eclipse.swtbot.swt.finder.test/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.swtbot.plugins:org.eclipse.swtbot.swt.finder.test:2.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/swtbot-sonar/org.eclipse.swtbot.swt.finder.test/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.swtbot.plugins:org.eclipse.swtbot.swt.finder.test:2.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/swtbot-sonar/org.eclipse.swtbot.swt.finder.test/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.swtbot.plugins:org.eclipse.swtbot.nebula.nattable.finder.test:2.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/swtbot-sonar/org.eclipse.swtbot.nebula.nattable.finder.test/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.swtbot.plugins:org.eclipse.swtbot.nebula.nattable.finder.test:2.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/swtbot-sonar/org.eclipse.swtbot.nebula.nattable.finder.test/pom.xml [INFO] Fetching ca.odell.glazedlists_1.11.0.v20190926-1838.jar from http://download.eclipse.org/nattable/snapshots/latest/repository/plugins/ (927.08kB) [INFO] Fetching ca.odell.glazedlists_1.11.0.v20190926-1838.jar from http://download.eclipse.org/nattable/snapshots/latest/repository/plugins/ (927.08kB) [INFO] Fetching org.apache.commons.codec_1.10.0.v20180409-1845.jar.pack.gz from http://download.eclipse.org/tools/orbit/downloads/drops2/R20180606145124/repository/plugins/ (112.2kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.apache.commons.codec_1.10.0.v20180409-1845.jar.pack.gz from http://download.eclipse.org/tools/orbit/downloads/drops2/R20180606145124/repository/plugins/ (112.2kB) [INFO] Unpacking org.apache.commons.codec_1.10.0.v20180409-1845... [INFO] Fetching org.eclipse.nebula.widgets.nattable.extension.glazedlists_2.0.0.202001232000.jar from http://download.eclipse.org/nattable/snapshots/latest/repository/plugins/ (149.56kB) [INFO] Fetching org.eclipse.nebula.widgets.nattable.extension.glazedlists_2.0.0.202001232000.jar from http://download.eclipse.org/nattable/snapshots/latest/repository/plugins/ (149.56kB) [INFO] Resolving class path of MavenProject: org.eclipse.swtbot.plugins:org.eclipse.swtbot.nebula.nattable.finder.test:2.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/swtbot-sonar/org.eclipse.swtbot.nebula.nattable.finder.test/pom.xml [WARNING] The project org.eclipse.swtbot:parent:pom:2.9.0-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 [INFO] ------------------------------------------------------------------------ [INFO] Reactor Build Order: [INFO] [INFO] Eclipse SWTBot [pom] [INFO] target-platforms [pom] [INFO] 2019-09 [eclipse-target-definition] [INFO] 2019-06 [eclipse-target-definition] [INFO] 2019-03 [eclipse-target-definition] [INFO] 2018-12 [eclipse-target-definition] [INFO] 2018-09 [eclipse-target-definition] [INFO] photon [eclipse-target-definition] [INFO] oxygen [eclipse-target-definition] [INFO] neon [eclipse-target-definition] [INFO] mars [eclipse-target-definition] [INFO] luna [eclipse-target-definition] [INFO] kepler [eclipse-target-definition] [INFO] juno [eclipse-target-definition] [INFO] org.eclipse.swtbot.ant.junit [eclipse-plugin] [INFO] org.eclipse.swtbot.eclipse.core [eclipse-plugin] [INFO] org.eclipse.swtbot.swt.finder [eclipse-plugin] [INFO] org.eclipse.swtbot.eclipse.finder [eclipse-plugin] [INFO] org.eclipse.swtbot.e4.finder [eclipse-plugin] [INFO] org.eclipse.swtbot.junit4_x [eclipse-plugin] [INFO] org.eclipse.swtbot [eclipse-feature] [INFO] org.eclipse.swtbot.forms.finder [eclipse-plugin] [INFO] org.eclipse.swtbot.forms [eclipse-feature] [INFO] org.eclipse.swtbot.go [eclipse-plugin] [INFO] org.eclipse.swtbot.eclipse [eclipse-feature] [INFO] org.eclipse.swtbot.eclipse.dsl [eclipse-plugin] [INFO] org.eclipse.swtbot.eclipse.gef.finder [eclipse-plugin] [INFO] org.eclipse.swtbot.eclipse.spy [eclipse-plugin] [INFO] org.eclipse.swtbot.eclipse.junit.headless [eclipse-plugin] [INFO] org.eclipse.swtbot.eclipse.test.junit [eclipse-feature] [INFO] org.eclipse.swtbot.eclipse.ui [eclipse-plugin] [INFO] org.eclipse.swtbot.generator [eclipse-plugin] [INFO] org.eclipse.swtbot.generator.client [eclipse-plugin] [INFO] org.eclipse.swtbot.generator.rules.workbench [eclipse-plugin] [INFO] org.eclipse.swtbot.generator.jdt [eclipse-plugin] [INFO] org.eclipse.swtbot.generator.ui [eclipse-plugin] [INFO] org.eclipse.swtbot.nebula.gallery.finder [eclipse-plugin] [INFO] org.eclipse.swt.examples [eclipse-plugin] [INFO] org.eclipse.swtbot.swt.demo [eclipse-plugin] [INFO] org.eclipse.ui.forms.examples [eclipse-plugin] [INFO] org.eclipse.swtbot.nebula.nattable.finder [eclipse-plugin] [INFO] org.eclipse.swtbot.eclipse.gef [eclipse-feature] [INFO] org.eclipse.swtbot.generator.feature [eclipse-feature] [INFO] org.eclipse.swtbot.ide [eclipse-feature] [INFO] org.eclipse.swtbot.nebula.gallery [eclipse-feature] [INFO] org.eclipse.swtbot.nebula.nattable [eclipse-feature] [INFO] org.eclipse.swtbot.updatesite [eclipse-repository] [INFO] org.eclipse.swtbot.eclipse.ui.test [eclipse-test-plugin] [INFO] org.eclipse.swtbot.swt.finder.test.keyboards [eclipse-plugin] [INFO] org.eclipse.swtbot.forms.finder.test [eclipse-test-plugin] [INFO] org.eclipse.swtbot.eclipse.finder.test [eclipse-test-plugin] [INFO] org.eclipse.swtbot.e4.finder.test [eclipse-test-plugin] [INFO] org.eclipse.swtbot.nebula.gallery.finder.test [eclipse-test-plugin] [INFO] org.eclipse.swtbot.swt.finder.test [eclipse-test-plugin] [INFO] org.eclipse.swtbot.test [eclipse-feature] [INFO] org.eclipse.swtbot.generator.test [eclipse-test-plugin] [INFO] org.eclipse.swtbot.generator.jdt.test [eclipse-test-plugin] [INFO] org.eclipse.swtbot.nebula.nattable.finder.test [eclipse-test-plugin] [INFO] [INFO] ---------------------< org.eclipse.swtbot:parent >---------------------- [INFO] Building Eclipse SWTBot 2.9.0-SNAPSHOT [1/58] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ parent --- Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-utils/3.0/plexus-utils-3.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0/plexus-utils-3.0.pom Progress (1): 811 B Progress (1): 2.3 kB Progress (1): 4.1 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0/plexus-utils-3.0.pom (4.1 kB at 194 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/spice/spice-parent/16/spice-parent-16.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/spice/spice-parent/16/spice-parent-16.pom Progress (1): 1.2 kB Progress (1): 3.7 kB Progress (1): 7.3 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 348 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-plugin-api/2.0.6/maven-plugin-api-2.0.6.jar Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-utils/3.0/plexus-utils-3.0.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/2.0.6/maven-plugin-api-2.0.6.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0/plexus-utils-3.0.jar Progress (1): 4.1/13 kB Progress (2): 4.1/13 kB | 4.1/226 kB Progress (2): 7.7/13 kB | 4.1/226 kB Progress (2): 7.7/13 kB | 7.7/226 kB Progress (2): 12/13 kB | 7.7/226 kB Progress (2): 12/13 kB | 12/226 kB Progress (2): 13 kB | 12/226 kB Progress (2): 13 kB | 16/226 kB Progress (2): 13 kB | 20/226 kB Progress (2): 13 kB | 24/226 kB Progress (2): 13 kB | 28/226 kB Progress (2): 13 kB | 32/226 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/2.0.6/maven-plugin-api-2.0.6.jar (13 kB at 536 kB/s) Progress (1): 36/226 kB Progress (1): 40/226 kB Progress (1): 45/226 kB Progress (1): 49/226 kB Progress (1): 53/226 kB Progress (1): 57/226 kB Progress (1): 61/226 kB Progress (1): 65/226 kB Progress (1): 69/226 kB Progress (1): 73/226 kB Progress (1): 77/226 kB Progress (1): 81/226 kB Progress (1): 85/226 kB Progress (1): 90/226 kB Progress (1): 94/226 kB Progress (1): 98/226 kB Progress (1): 102/226 kB Progress (1): 106/226 kB Progress (1): 110/226 kB Progress (1): 114/226 kB Progress (1): 118/226 kB Progress (1): 122/226 kB Progress (1): 126/226 kB Progress (1): 131/226 kB Progress (1): 135/226 kB Progress (1): 139/226 kB Progress (1): 143/226 kB Progress (1): 147/226 kB Progress (1): 151/226 kB Progress (1): 155/226 kB Progress (1): 159/226 kB Progress (1): 163/226 kB Progress (1): 167/226 kB Progress (1): 171/226 kB Progress (1): 176/226 kB Progress (1): 180/226 kB Progress (1): 184/226 kB Progress (1): 188/226 kB Progress (1): 192/226 kB Progress (1): 196/226 kB Progress (1): 200/226 kB Progress (1): 204/226 kB Progress (1): 208/226 kB Progress (1): 212/226 kB Progress (1): 217/226 kB Progress (1): 221/226 kB Progress (1): 225/226 kB Progress (1): 226 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0/plexus-utils-3.0.jar (226 kB at 4.7 MB/s) [INFO] [INFO] --- jacoco-maven-plugin:0.7.4.201502262128:prepare-agent (default) @ parent --- Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-plugin-api/2.2.1/maven-plugin-api-2.2.1.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/2.2.1/maven-plugin-api-2.2.1.pom Progress (1): 845 B 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 208 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-settings/2.2.1/maven-settings-2.2.1.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/2.2.1/maven-settings-2.2.1.pom Progress (1): 820 B 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 104 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-model/2.2.1/maven-model-2.2.1.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/2.2.1/maven-model-2.2.1.pom Progress (1): 810 B Progress (1): 2.9 kB Progress (1): 3.2 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/2.2.1/maven-model-2.2.1.pom (3.2 kB at 154 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-utils/1.5.15/plexus-utils-1.5.15.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.5.15/plexus-utils-1.5.15.pom Progress (1): 794 B Progress (1): 2.2 kB Progress (1): 4.8 kB Progress (1): 6.8 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.5.15/plexus-utils-1.5.15.pom (6.8 kB at 311 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/junit/junit/4.8.2/junit-4.8.2.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/junit/junit/4.8.2/junit-4.8.2.pom Progress (1): 1.1 kB 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 24 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-utils/1.0.4/plexus-utils-1.0.4.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.0.4/plexus-utils-1.0.4.pom Progress (1): 1.4 kB Progress (1): 4.4 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 229 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-utils/1.5.6/plexus-utils-1.5.6.pom 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 Progress (1): 1.4 kB Progress (1): 4.2 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 140 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus/1.0.12/plexus-1.0.12.pom 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 Progress (1): 1.2 kB Progress (1): 4.1 kB Progress (1): 7.3 kB Progress (1): 9.8 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 239 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/shared/file-management/1.2.1/file-management-1.2.1.pom 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 Progress (1): 789 B Progress (1): 2.4 kB 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 95 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/shared/maven-shared-components/10/maven-shared-components-10.pom 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 Progress (1): 776 B Progress (1): 2.9 kB Progress (1): 6.6 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 187 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-parent/9/maven-parent-9.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/9/maven-parent-9.pom Progress (1): 733 B Progress (1): 1.9 kB Progress (1): 6.0 kB Progress (1): 6.2 kB Progress (1): 10 kB Progress (1): 11 kB Progress (1): 14 kB Progress (1): 16 kB Progress (1): 20 kB Progress (1): 24 kB Progress (1): 24 kB Progress (1): 28 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/9/maven-parent-9.pom (33 kB at 1.2 MB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/apache/4/apache-4.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/4/apache-4.pom Progress (1): 790 B Progress (1): 2.1 kB Progress (1): 4.2 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 98 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/shared/maven-shared-io/1.1/maven-shared-io-1.1.pom 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 Progress (1): 818 B Progress (1): 2.9 kB Progress (1): 4.1 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-io/1.1/maven-shared-io-1.1.pom (4.1 kB at 104 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/shared/maven-shared-components/8/maven-shared-components-8.pom 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 Progress (1): 1.4 kB 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 62 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-parent/7/maven-parent-7.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/7/maven-parent-7.pom Progress (1): 751 B Progress (1): 2.0 kB Progress (1): 4.5 kB Progress (1): 8.0 kB Progress (1): 11 kB Progress (1): 16 kB Progress (1): 20 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 545 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-artifact/2.0.2/maven-artifact-2.0.2.pom 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 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 21 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven/2.0.2/maven-2.0.2.pom 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 Progress (1): 899 B Progress (1): 3.6 kB Progress (1): 7.7 kB Progress (1): 9.7 kB Progress (1): 13 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 299 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-utils/1.1/plexus-utils-1.1.pom 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 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 5.3 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-artifact-manager/2.0.2/maven-artifact-manager-2.0.2.pom 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 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 38 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-repository-metadata/2.0.2/maven-repository-metadata-2.0.2.pom 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 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 1.3 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-container-default/1.0-alpha-9/plexus-container-default-1.0-alpha-9.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-container-default/1.0-alpha-9/plexus-container-default-1.0-alpha-9.pom Progress (1): 1.2 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-container-default/1.0-alpha-9/plexus-container-default-1.0-alpha-9.pom (1.2 kB at 56 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/wagon/wagon-provider-api/1.0-alpha-6/wagon-provider-api-1.0-alpha-6.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon-provider-api/1.0-alpha-6/wagon-provider-api-1.0-alpha-6.pom 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 14 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/wagon/wagon/1.0-alpha-6/wagon-1.0-alpha-6.pom 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 Progress (1): 1.2 kB Progress (1): 4.8 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 123 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-utils/1.4.6/plexus-utils-1.4.6.pom 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 Progress (1): 1.2 kB 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 119 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus/1.0.11/plexus-1.0.11.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/1.0.11/plexus-1.0.11.pom Progress (1): 1.2 kB Progress (1): 4.4 kB Progress (1): 7.6 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 472 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/reporting/maven-reporting-api/2.2.1/maven-reporting-api-2.2.1.pom 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 Progress (1): 829 B Progress (1): 1.9 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting-api/2.2.1/maven-reporting-api-2.2.1.pom (1.9 kB at 84 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/reporting/maven-reporting/2.2.1/maven-reporting-2.2.1.pom 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 Progress (1): 845 B 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 56 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/doxia/doxia-sink-api/1.1/doxia-sink-api-1.1.pom 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 Progress (1): 827 B 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 120 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/doxia/doxia/1.1/doxia-1.1.pom 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 Progress (1): 753 B Progress (1): 2.1 kB Progress (1): 5.3 kB Progress (1): 9.4 kB Progress (1): 10 kB Progress (1): 13 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 723 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/doxia/doxia-logging-api/1.1/doxia-logging-api-1.1.pom 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 Progress (1): 832 B 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 72 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-container-default/1.0-alpha-30/plexus-container-default-1.0-alpha-30.pom 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 Progress (1): 1.5 kB 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 158 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-containers/1.0-alpha-30/plexus-containers-1.0-alpha-30.pom 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 Progress (1): 1.8 kB 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 90 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-utils/1.4.5/plexus-utils-1.4.5.pom 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 Progress (1): 1.2 kB Progress (1): 2.3 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.4.5/plexus-utils-1.4.5.pom (2.3 kB at 91 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-classworlds/1.2-alpha-9/plexus-classworlds-1.2-alpha-9.pom 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 Progress (1): 937 B Progress (1): 2.9 kB 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 153 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus/1.0.10/plexus-1.0.10.pom 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 Progress (1): 1.7 kB Progress (1): 4.8 kB Progress (1): 7.9 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 393 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/reporting/maven-reporting-impl/2.1/maven-reporting-impl-2.1.pom 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 Progress (1): 797 B Progress (1): 2.3 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 105 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/shared/maven-shared-components/15/maven-shared-components-15.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-components/15/maven-shared-components-15.pom Progress (1): 770 B Progress (1): 2.9 kB Progress (1): 6.5 kB Progress (1): 9.1 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 389 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/reporting/maven-reporting-api/3.0/maven-reporting-api-3.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting-api/3.0/maven-reporting-api-3.0.pom Progress (1): 816 B Progress (1): 2.4 kB 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) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/doxia/doxia-sink-api/1.0/doxia-sink-api-1.0.pom 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 Progress (1): 835 B 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 63 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/doxia/doxia/1.0/doxia-1.0.pom 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 Progress (1): 762 B Progress (1): 2.2 kB Progress (1): 5.7 kB Progress (1): 8.7 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 459 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-parent/10/maven-parent-10.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/10/maven-parent-10.pom Progress (1): 732 B Progress (1): 1.9 kB Progress (1): 6.0 kB Progress (1): 10 kB Progress (1): 11 kB Progress (1): 14 kB Progress (1): 16 kB Progress (1): 20 kB Progress (1): 21 kB Progress (1): 24 kB Progress (1): 28 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.2 MB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-project/2.0.10/maven-project-2.0.10.pom 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 Progress (1): 822 B 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 69 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven/2.0.10/maven-2.0.10.pom 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 Progress (1): 742 B Progress (1): 1.9 kB Progress (1): 5.9 kB Progress (1): 9.2 kB Progress (1): 12 kB Progress (1): 16 kB Progress (1): 17 kB Progress (1): 21 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 674 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-settings/2.0.10/maven-settings-2.0.10.pom 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 Progress (1): 823 B 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 64 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-model/2.0.10/maven-model-2.0.10.pom 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 Progress (1): 798 B Progress (1): 3.1 kB 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 90 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-utils/1.5.5/plexus-utils-1.5.5.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.5.5/plexus-utils-1.5.5.pom Progress (1): 1.3 kB 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 234 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-interpolation/1.1/plexus-interpolation-1.1.pom 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 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 31 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-profile/2.0.10/maven-profile-2.0.10.pom 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 Progress (1): 823 B 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 54 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-artifact-manager/2.0.10/maven-artifact-manager-2.0.10.pom 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 Progress (1): 819 B 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 79 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-repository-metadata/2.0.10/maven-repository-metadata-2.0.10.pom 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 Progress (1): 822 B 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 9.6 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-artifact/2.0.10/maven-artifact-2.0.10.pom 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 Progress (1): 835 B 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 44 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-plugin-registry/2.0.10/maven-plugin-registry-2.0.10.pom 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 Progress (1): 827 B 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 52 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-plugin-api/2.0.10/maven-plugin-api-2.0.10.pom 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 Progress (1): 837 B 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 35 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/doxia/doxia-sink-api/1.1.2/doxia-sink-api-1.1.2.pom 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 Progress (1): 834 B 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 41 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/doxia/doxia/1.1.2/doxia-1.1.2.pom 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 Progress (1): 755 B Progress (1): 2.1 kB Progress (1): 5.3 kB Progress (1): 9.4 kB Progress (1): 11 kB Progress (1): 14 kB Progress (1): 18 kB Progress (1): 18 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 504 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/doxia/doxia-logging-api/1.1.2/doxia-logging-api-1.1.2.pom 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 Progress (1): 835 B 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 41 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/doxia/doxia-core/1.1.2/doxia-core-1.1.2.pom 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 Progress (1): 799 B Progress (1): 3.0 kB 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 52 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-utils/1.5.12/plexus-utils-1.5.12.pom 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 Progress (1): 996 B Progress (1): 3.7 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 156 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/xerces/xercesImpl/2.8.1/xercesImpl-2.8.1.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/xerces/xercesImpl/2.8.1/xercesImpl-2.8.1.pom Progress (1): 996 B 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 63 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/xml-apis/xml-apis/1.3.03/xml-apis-1.3.03.pom 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 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 3.0 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/apache/1/apache-1.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/1/apache-1.pom Progress (1): 805 B Progress (1): 2.3 kB 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 87 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/commons-lang/commons-lang/2.4/commons-lang-2.4.pom 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 Progress (1): 789 B Progress (1): 2.2 kB Progress (1): 6.0 kB Progress (1): 10 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 635 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/commons/commons-parent/9/commons-parent-9.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/9/commons-parent-9.pom Progress (1): 1.1 kB Progress (1): 2.7 kB Progress (1): 6.8 kB Progress (1): 7.5 kB Progress (1): 10 kB Progress (1): 13 kB Progress (1): 17 kB Progress (1): 17 kB Progress (1): 22 kB Progress (1): 22 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) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/commons-httpclient/commons-httpclient/3.1/commons-httpclient-3.1.pom 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 Progress (1): 962 B Progress (1): 4.0 kB Progress (1): 6.4 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 199 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/commons-logging/commons-logging/1.0.4/commons-logging-1.0.4.pom 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 Progress (1): 1.5 kB 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) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/commons-codec/commons-codec/1.2/commons-codec-1.2.pom 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 Progress (1): 993 B Progress (1): 2.9 kB 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 106 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/doxia/doxia-site-renderer/1.1.2/doxia-site-renderer-1.1.2.pom 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 Progress (1): 785 B Progress (1): 2.5 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 157 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/doxia/doxia-sitetools/1.1.2/doxia-sitetools-1.1.2.pom 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 Progress (1): 747 B Progress (1): 2.2 kB Progress (1): 5.4 kB Progress (1): 9.5 kB Progress (1): 9.6 kB Progress (1): 13 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 332 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/doxia/doxia-decoration-model/1.1.2/doxia-decoration-model-1.1.2.pom 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 Progress (1): 818 B Progress (1): 2.5 kB 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 74 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/doxia/doxia-module-xhtml/1.1.2/doxia-module-xhtml-1.1.2.pom 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 Progress (1): 832 B 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 43 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/doxia/doxia-modules/1.1.2/doxia-modules-1.1.2.pom 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 Progress (1): 819 B 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 68 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/doxia/doxia-module-fml/1.1.2/doxia-module-fml-1.1.2.pom 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 Progress (1): 776 B Progress (1): 2.4 kB Progress (1): 5.0 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 90 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-i18n/1.0-beta-7/plexus-i18n-1.0-beta-7.pom 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 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 50 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-components/1.1.12/plexus-components-1.1.12.pom 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 Progress (1): 1.7 kB 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 143 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-utils/1.4.1/plexus-utils-1.4.1.pom 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 Progress (1): 1.2 kB 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 95 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-velocity/1.1.7/plexus-velocity-1.1.7.pom 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 Progress (1): 850 B 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 85 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-container-default/1.0-alpha-20/plexus-container-default-1.0-alpha-20.pom 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 Progress (1): 1.7 kB 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) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-containers/1.0-alpha-20/plexus-containers-1.0-alpha-20.pom 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 Progress (1): 1.8 kB 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 90 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-utils/1.3/plexus-utils-1.3.pom 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 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 41 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus/1.0.8/plexus-1.0.8.pom 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 Progress (1): 1.3 kB Progress (1): 4.2 kB Progress (1): 6.8 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 278 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-classworlds/1.2-alpha-7/plexus-classworlds-1.2-alpha-7.pom 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 Progress (1): 1.7 kB 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 125 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus/1.0.9/plexus-1.0.9.pom 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 Progress (1): 1.6 kB Progress (1): 4.9 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 349 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/velocity/velocity/1.5/velocity-1.5.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/velocity/velocity/1.5/velocity-1.5.pom Progress (1): 1.1 kB Progress (1): 3.1 kB Progress (1): 6.0 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 370 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/commons-collections/commons-collections/3.1/commons-collections-3.1.pom 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 Progress (1): 2.2 kB Progress (1): 5.5 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 320 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/commons-lang/commons-lang/2.1/commons-lang-2.1.pom 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 Progress (1): 1.3 kB Progress (1): 4.3 kB Progress (1): 7.7 kB Progress (1): 9.7 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 496 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/oro/oro/2.0.8/oro-2.0.8.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/oro/oro/2.0.8/oro-2.0.8.pom 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 6.7 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/commons-collections/commons-collections/3.2/commons-collections-3.2.pom 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 Progress (1): 1.5 kB Progress (1): 4.8 kB Progress (1): 8.4 kB Progress (1): 10 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 502 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/commons-validator/commons-validator/1.2.0/commons-validator-1.2.0.pom 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 Progress (1): 1.2 kB Progress (1): 4.3 kB Progress (1): 6.4 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 246 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/commons-beanutils/commons-beanutils/1.7.0/commons-beanutils-1.7.0.pom 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 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 19 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/commons-logging/commons-logging/1.0.3/commons-logging-1.0.3.pom 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 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 46 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/commons-digester/commons-digester/1.6/commons-digester-1.6.pom 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 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 51 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/commons-beanutils/commons-beanutils/1.6/commons-beanutils-1.6.pom 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 Progress (1): 1.9 kB 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 105 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/commons-logging/commons-logging/1.0/commons-logging-1.0.pom 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 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.4 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/commons-collections/commons-collections/2.0/commons-collections-2.0.pom 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 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 6.1 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/commons-collections/commons-collections/2.1/commons-collections-2.1.pom 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 Progress (1): 2.7 kB 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 145 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/xml-apis/xml-apis/1.0.b2/xml-apis-1.0.b2.pom 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 Progress (1): 955 B 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 118 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/xml-apis/xml-apis/2.0.2/xml-apis-2.0.2.pom 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 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 8.9 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-utils/1.5.8/plexus-utils-1.5.8.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.5.8/plexus-utils-1.5.8.pom Progress (1): 987 B Progress (1): 5.0 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 403 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/jacoco/org.jacoco.agent/0.7.4.201502262128/org.jacoco.agent-0.7.4.201502262128.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jacoco/org.jacoco.agent/0.7.4.201502262128/org.jacoco.agent-0.7.4.201502262128.pom Progress (1): 833 B 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.4.201502262128/org.jacoco.agent-0.7.4.201502262128.pom (2.9 kB at 78 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/jacoco/org.jacoco.core/0.7.4.201502262128/org.jacoco.core-0.7.4.201502262128.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jacoco/org.jacoco.core/0.7.4.201502262128/org.jacoco.core-0.7.4.201502262128.pom Progress (1): 923 B 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.4.201502262128/org.jacoco.core-0.7.4.201502262128.pom (1.2 kB at 24 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/ow2/asm/asm-debug-all/5.0.1/asm-debug-all-5.0.1.pom 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 Progress (1): 941 B 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 54 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/ow2/asm/asm-parent/5.0.1/asm-parent-5.0.1.pom 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 Progress (1): 925 B Progress (1): 1.9 kB Progress (1): 3.7 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 153 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/jacoco/org.jacoco.report/0.7.4.201502262128/org.jacoco.report-0.7.4.201502262128.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jacoco/org.jacoco.report/0.7.4.201502262128/org.jacoco.report-0.7.4.201502262128.pom Progress (1): 911 B 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.4.201502262128/org.jacoco.report-0.7.4.201502262128.pom (1.4 kB at 39 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-plugin-api/2.2.1/maven-plugin-api-2.2.1.jar Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-model/2.2.1/maven-model-2.2.1.jar Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-settings/2.2.1/maven-settings-2.2.1.jar Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-repository-metadata/2.2.1/maven-repository-metadata-2.2.1.jar Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-interpolation/1.11/plexus-interpolation-1.11.jar Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-artifact/2.2.1/maven-artifact-2.2.1.jar Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-container-default/1.0-alpha-9-stable-1/plexus-container-default-1.0-alpha-9-stable-1.jar Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/junit/junit/4.8.2/junit-4.8.2.jar Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/classworlds/classworlds/1.1-alpha-2/classworlds-1.1-alpha-2.jar Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-utils/1.5.6/plexus-utils-1.5.6.jar Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/shared/file-management/1.2.1/file-management-1.2.1.jar Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/shared/maven-shared-io/1.1/maven-shared-io-1.1.jar Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/wagon/wagon-provider-api/1.0-alpha-6/wagon-provider-api-1.0-alpha-6.jar Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/reporting/maven-reporting-api/2.2.1/maven-reporting-api-2.2.1.jar Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/doxia/doxia-sink-api/1.1/doxia-sink-api-1.1.jar Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/doxia/doxia-logging-api/1.1/doxia-logging-api-1.1.jar Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/reporting/maven-reporting-impl/2.1/maven-reporting-impl-2.1.jar Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/doxia/doxia-core/1.1.2/doxia-core-1.1.2.jar Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/xerces/xercesImpl/2.8.1/xercesImpl-2.8.1.jar Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/commons-lang/commons-lang/2.4/commons-lang-2.4.jar Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/commons-httpclient/commons-httpclient/3.1/commons-httpclient-3.1.jar Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/commons-codec/commons-codec/1.2/commons-codec-1.2.jar Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/doxia/doxia-site-renderer/1.1.2/doxia-site-renderer-1.1.2.jar Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/doxia/doxia-decoration-model/1.1.2/doxia-decoration-model-1.1.2.jar Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/doxia/doxia-module-xhtml/1.1.2/doxia-module-xhtml-1.1.2.jar Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/doxia/doxia-module-fml/1.1.2/doxia-module-fml-1.1.2.jar Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-i18n/1.0-beta-7/plexus-i18n-1.0-beta-7.jar Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-velocity/1.1.7/plexus-velocity-1.1.7.jar Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/velocity/velocity/1.5/velocity-1.5.jar Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/commons-collections/commons-collections/3.2/commons-collections-3.2.jar Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/commons-validator/commons-validator/1.2.0/commons-validator-1.2.0.jar Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/commons-beanutils/commons-beanutils/1.7.0/commons-beanutils-1.7.0.jar Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/commons-digester/commons-digester/1.6/commons-digester-1.6.jar Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/commons-logging/commons-logging/1.0.4/commons-logging-1.0.4.jar Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/oro/oro/2.0.8/oro-2.0.8.jar Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/xml-apis/xml-apis/1.0.b2/xml-apis-1.0.b2.jar Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/jacoco/org.jacoco.agent/0.7.4.201502262128/org.jacoco.agent-0.7.4.201502262128-runtime.jar Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/jacoco/org.jacoco.core/0.7.4.201502262128/org.jacoco.core-0.7.4.201502262128.jar Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/ow2/asm/asm-debug-all/5.0.1/asm-debug-all-5.0.1.jar Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/jacoco/org.jacoco.report/0.7.4.201502262128/org.jacoco.report-0.7.4.201502262128.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/2.2.1/maven-plugin-api-2.2.1.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/2.2.1/maven-model-2.2.1.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/2.2.1/maven-settings-2.2.1.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/2.2.1/maven-repository-metadata-2.2.1.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.11/plexus-interpolation-1.11.jar Progress (1): 4.1/49 kB Progress (1): 7.7/49 kB Progress (2): 7.7/49 kB | 4.1/12 kB Progress (2): 12/49 kB | 4.1/12 kB Progress (2): 12/49 kB | 7.7/12 kB Progress (2): 12/49 kB | 12/12 kB Progress (2): 12/49 kB | 12 kB Progress (2): 16/49 kB | 12 kB Progress (3): 16/49 kB | 12 kB | 4.1/88 kB Progress (3): 16/49 kB | 12 kB | 7.7/88 kB Progress (3): 16/49 kB | 12 kB | 12/88 kB Progress (3): 16/49 kB | 12 kB | 16/88 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 288 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/2.2.1/maven-artifact-2.2.1.jar Progress (2): 20/49 kB | 16/88 kB Progress (2): 24/49 kB | 16/88 kB Progress (2): 28/49 kB | 16/88 kB Progress (2): 28/49 kB | 20/88 kB Progress (2): 28/49 kB | 24/88 kB Progress (2): 28/49 kB | 28/88 kB Progress (2): 28/49 kB | 32/88 kB Progress (2): 28/49 kB | 36/88 kB Progress (2): 28/49 kB | 40/88 kB Progress (2): 28/49 kB | 45/88 kB Progress (2): 28/49 kB | 49/88 kB Progress (2): 32/49 kB | 49/88 kB Progress (2): 32/49 kB | 53/88 kB Progress (2): 36/49 kB | 53/88 kB Progress (2): 40/49 kB | 53/88 kB Progress (2): 45/49 kB | 53/88 kB Progress (2): 49/49 kB | 53/88 kB Progress (2): 49 kB | 53/88 kB Progress (3): 49 kB | 53/88 kB | 4.1/26 kB Progress (4): 49 kB | 53/88 kB | 4.1/26 kB | 4.1/80 kB Progress (4): 49 kB | 53/88 kB | 4.1/26 kB | 7.7/80 kB Progress (4): 49 kB | 53/88 kB | 4.1/26 kB | 12/80 kB Progress (4): 49 kB | 53/88 kB | 4.1/26 kB | 16/80 kB Progress (4): 49 kB | 53/88 kB | 7.7/26 kB | 16/80 kB Progress (4): 49 kB | 53/88 kB | 12/26 kB | 16/80 kB Progress (4): 49 kB | 53/88 kB | 16/26 kB | 16/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 943 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-container-default/1.0-alpha-9-stable-1/plexus-container-default-1.0-alpha-9-stable-1.jar Progress (3): 57/88 kB | 16/26 kB | 16/80 kB Progress (3): 61/88 kB | 16/26 kB | 16/80 kB Progress (3): 65/88 kB | 16/26 kB | 16/80 kB Progress (3): 65/88 kB | 20/26 kB | 16/80 kB Progress (3): 65/88 kB | 20/26 kB | 20/80 kB Progress (3): 65/88 kB | 20/26 kB | 24/80 kB Progress (3): 65/88 kB | 20/26 kB | 28/80 kB Progress (3): 65/88 kB | 20/26 kB | 32/80 kB Progress (4): 65/88 kB | 20/26 kB | 32/80 kB | 4.1/51 kB Progress (4): 65/88 kB | 20/26 kB | 32/80 kB | 7.7/51 kB Progress (4): 65/88 kB | 20/26 kB | 32/80 kB | 12/51 kB Progress (4): 65/88 kB | 20/26 kB | 32/80 kB | 16/51 kB Progress (4): 69/88 kB | 20/26 kB | 32/80 kB | 16/51 kB Progress (4): 73/88 kB | 20/26 kB | 32/80 kB | 16/51 kB Progress (4): 77/88 kB | 20/26 kB | 32/80 kB | 16/51 kB Progress (4): 81/88 kB | 20/26 kB | 32/80 kB | 16/51 kB Progress (4): 81/88 kB | 24/26 kB | 32/80 kB | 16/51 kB Progress (4): 81/88 kB | 24/26 kB | 32/80 kB | 20/51 kB Progress (4): 81/88 kB | 24/26 kB | 36/80 kB | 20/51 kB Progress (5): 81/88 kB | 24/26 kB | 36/80 kB | 20/51 kB | 4.1/194 kB Progress (5): 81/88 kB | 24/26 kB | 40/80 kB | 20/51 kB | 4.1/194 kB Progress (5): 81/88 kB | 24/26 kB | 40/80 kB | 24/51 kB | 4.1/194 kB Progress (5): 85/88 kB | 24/26 kB | 40/80 kB | 24/51 kB | 4.1/194 kB Progress (5): 85/88 kB | 26 kB | 40/80 kB | 24/51 kB | 4.1/194 kB Progress (5): 88 kB | 26 kB | 40/80 kB | 24/51 kB | 4.1/194 kB Progress (5): 88 kB | 26 kB | 40/80 kB | 28/51 kB | 4.1/194 kB Progress (5): 88 kB | 26 kB | 40/80 kB | 32/51 kB | 4.1/194 kB Progress (5): 88 kB | 26 kB | 45/80 kB | 32/51 kB | 4.1/194 kB Progress (5): 88 kB | 26 kB | 49/80 kB | 32/51 kB | 4.1/194 kB Progress (5): 88 kB | 26 kB | 49/80 kB | 36/51 kB | 4.1/194 kB Progress (5): 88 kB | 26 kB | 49/80 kB | 36/51 kB | 7.7/194 kB Progress (5): 88 kB | 26 kB | 49/80 kB | 36/51 kB | 12/194 kB Progress (5): 88 kB | 26 kB | 49/80 kB | 36/51 kB | 16/194 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 367 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/junit/junit/4.8.2/junit-4.8.2.jar Progress (4): 88 kB | 49/80 kB | 40/51 kB | 16/194 kB Progress (4): 88 kB | 49/80 kB | 40/51 kB | 20/194 kB Progress (4): 88 kB | 53/80 kB | 40/51 kB | 20/194 kB Progress (4): 88 kB | 53/80 kB | 40/51 kB | 24/194 kB Progress (4): 88 kB | 53/80 kB | 45/51 kB | 24/194 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 674 kB/s) Progress (3): 53/80 kB | 49/51 kB | 24/194 kB Progress (3): 53/80 kB | 49/51 kB | 28/194 kB Progress (3): 57/80 kB | 49/51 kB | 28/194 kB Progress (3): 57/80 kB | 51 kB | 28/194 kB Progress (3): 57/80 kB | 51 kB | 32/194 kB 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 Progress (3): 57/80 kB | 51 kB | 36/194 kB Progress (3): 61/80 kB | 51 kB | 36/194 kB Progress (3): 61/80 kB | 51 kB | 40/194 kB Progress (3): 65/80 kB | 51 kB | 40/194 kB Progress (3): 65/80 kB | 51 kB | 45/194 kB Progress (3): 65/80 kB | 51 kB | 49/194 kB Progress (3): 69/80 kB | 51 kB | 49/194 kB Progress (3): 73/80 kB | 51 kB | 49/194 kB Progress (3): 77/80 kB | 51 kB | 49/194 kB Progress (3): 80 kB | 51 kB | 49/194 kB Progress (3): 80 kB | 51 kB | 53/194 kB Progress (3): 80 kB | 51 kB | 57/194 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.11/plexus-interpolation-1.11.jar (51 kB at 366 kB/s) 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 Progress (3): 80 kB | 57/194 kB | 4.1/38 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/2.2.1/maven-artifact-2.2.1.jar (80 kB at 574 kB/s) 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 Progress (3): 57/194 kB | 4.1/38 kB | 4.1/237 kB Progress (3): 61/194 kB | 4.1/38 kB | 4.1/237 kB Progress (3): 61/194 kB | 4.1/38 kB | 7.7/237 kB Progress (3): 61/194 kB | 7.7/38 kB | 7.7/237 kB Progress (3): 61/194 kB | 7.7/38 kB | 12/237 kB Progress (3): 65/194 kB | 7.7/38 kB | 12/237 kB Progress (3): 65/194 kB | 7.7/38 kB | 16/237 kB Progress (3): 65/194 kB | 12/38 kB | 16/237 kB Progress (3): 65/194 kB | 16/38 kB | 16/237 kB Progress (3): 69/194 kB | 16/38 kB | 16/237 kB Progress (3): 73/194 kB | 16/38 kB | 16/237 kB Progress (3): 77/194 kB | 16/38 kB | 16/237 kB Progress (3): 81/194 kB | 16/38 kB | 16/237 kB Progress (3): 81/194 kB | 20/38 kB | 16/237 kB Progress (4): 81/194 kB | 20/38 kB | 16/237 kB | 4.1/251 kB Progress (4): 81/194 kB | 20/38 kB | 20/237 kB | 4.1/251 kB Progress (4): 81/194 kB | 20/38 kB | 20/237 kB | 7.7/251 kB Progress (4): 81/194 kB | 24/38 kB | 20/237 kB | 7.7/251 kB Progress (4): 81/194 kB | 28/38 kB | 20/237 kB | 7.7/251 kB Progress (4): 81/194 kB | 32/38 kB | 20/237 kB | 7.7/251 kB Progress (4): 81/194 kB | 32/38 kB | 20/237 kB | 12/251 kB Progress (4): 85/194 kB | 32/38 kB | 20/237 kB | 12/251 kB Progress (4): 85/194 kB | 32/38 kB | 24/237 kB | 12/251 kB Progress (4): 90/194 kB | 32/38 kB | 24/237 kB | 12/251 kB Progress (4): 90/194 kB | 36/38 kB | 24/237 kB | 12/251 kB Progress (4): 90/194 kB | 38 kB | 24/237 kB | 12/251 kB Progress (4): 90/194 kB | 38 kB | 24/237 kB | 16/251 kB Progress (4): 94/194 kB | 38 kB | 24/237 kB | 16/251 kB Progress (4): 98/194 kB | 38 kB | 24/237 kB | 16/251 kB Progress (4): 98/194 kB | 38 kB | 28/237 kB | 16/251 kB Progress (4): 98/194 kB | 38 kB | 32/237 kB | 16/251 kB Progress (4): 98/194 kB | 38 kB | 32/237 kB | 20/251 kB Progress (4): 98/194 kB | 38 kB | 32/237 kB | 24/251 kB Progress (4): 102/194 kB | 38 kB | 32/237 kB | 24/251 kB Progress (4): 106/194 kB | 38 kB | 32/237 kB | 24/251 kB Progress (4): 110/194 kB | 38 kB | 32/237 kB | 24/251 kB Progress (4): 114/194 kB | 38 kB | 32/237 kB | 24/251 kB Progress (5): 114/194 kB | 38 kB | 32/237 kB | 24/251 kB | 4.1/38 kB Progress (5): 114/194 kB | 38 kB | 32/237 kB | 24/251 kB | 7.7/38 kB Progress (5): 114/194 kB | 38 kB | 32/237 kB | 24/251 kB | 12/38 kB Progress (5): 114/194 kB | 38 kB | 32/237 kB | 24/251 kB | 16/38 kB Progress (5): 114/194 kB | 38 kB | 32/237 kB | 28/251 kB | 16/38 kB Progress (5): 118/194 kB | 38 kB | 32/237 kB | 28/251 kB | 16/38 kB Progress (5): 118/194 kB | 38 kB | 36/237 kB | 28/251 kB | 16/38 kB Progress (5): 122/194 kB | 38 kB | 36/237 kB | 28/251 kB | 16/38 kB Progress (5): 122/194 kB | 38 kB | 36/237 kB | 32/251 kB | 16/38 kB Progress (5): 126/194 kB | 38 kB | 36/237 kB | 32/251 kB | 16/38 kB Progress (5): 131/194 kB | 38 kB | 36/237 kB | 32/251 kB | 16/38 kB Progress (5): 131/194 kB | 38 kB | 36/237 kB | 32/251 kB | 20/38 kB Progress (5): 131/194 kB | 38 kB | 36/237 kB | 36/251 kB | 20/38 kB Progress (5): 131/194 kB | 38 kB | 40/237 kB | 36/251 kB | 20/38 kB Progress (5): 135/194 kB | 38 kB | 40/237 kB | 36/251 kB | 20/38 kB Progress (5): 135/194 kB | 38 kB | 40/237 kB | 40/251 kB | 20/38 kB Progress (5): 135/194 kB | 38 kB | 40/237 kB | 40/251 kB | 24/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 232 kB/s) 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 Progress (4): 135/194 kB | 40/237 kB | 40/251 kB | 28/38 kB Progress (4): 135/194 kB | 40/237 kB | 45/251 kB | 28/38 kB Progress (4): 139/194 kB | 40/237 kB | 45/251 kB | 28/38 kB Progress (4): 139/194 kB | 45/237 kB | 45/251 kB | 28/38 kB Progress (4): 139/194 kB | 49/237 kB | 45/251 kB | 28/38 kB Progress (4): 139/194 kB | 53/237 kB | 45/251 kB | 28/38 kB Progress (4): 139/194 kB | 57/237 kB | 45/251 kB | 28/38 kB Progress (4): 139/194 kB | 61/237 kB | 45/251 kB | 28/38 kB Progress (4): 139/194 kB | 65/237 kB | 45/251 kB | 28/38 kB Progress (4): 139/194 kB | 69/237 kB | 45/251 kB | 28/38 kB Progress (4): 139/194 kB | 73/237 kB | 45/251 kB | 28/38 kB Progress (4): 143/194 kB | 73/237 kB | 45/251 kB | 28/38 kB Progress (4): 147/194 kB | 73/237 kB | 45/251 kB | 28/38 kB Progress (4): 147/194 kB | 73/237 kB | 49/251 kB | 28/38 kB Progress (4): 147/194 kB | 73/237 kB | 49/251 kB | 32/38 kB Progress (4): 151/194 kB | 73/237 kB | 49/251 kB | 32/38 kB Progress (5): 151/194 kB | 73/237 kB | 49/251 kB | 32/38 kB | 4.1/39 kB Progress (5): 151/194 kB | 77/237 kB | 49/251 kB | 32/38 kB | 4.1/39 kB Progress (5): 151/194 kB | 81/237 kB | 49/251 kB | 32/38 kB | 4.1/39 kB Progress (5): 151/194 kB | 81/237 kB | 49/251 kB | 32/38 kB | 7.7/39 kB Progress (5): 151/194 kB | 81/237 kB | 49/251 kB | 32/38 kB | 12/39 kB Progress (5): 151/194 kB | 81/237 kB | 49/251 kB | 32/38 kB | 16/39 kB Progress (5): 151/194 kB | 81/237 kB | 49/251 kB | 36/38 kB | 16/39 kB Progress (5): 155/194 kB | 81/237 kB | 49/251 kB | 36/38 kB | 16/39 kB Progress (5): 155/194 kB | 81/237 kB | 53/251 kB | 36/38 kB | 16/39 kB Progress (5): 155/194 kB | 81/237 kB | 53/251 kB | 36/38 kB | 20/39 kB Progress (5): 155/194 kB | 81/237 kB | 53/251 kB | 36/38 kB | 24/39 kB Progress (5): 159/194 kB | 81/237 kB | 53/251 kB | 36/38 kB | 24/39 kB Progress (5): 159/194 kB | 81/237 kB | 53/251 kB | 38 kB | 24/39 kB Progress (5): 159/194 kB | 85/237 kB | 53/251 kB | 38 kB | 24/39 kB Progress (5): 163/194 kB | 85/237 kB | 53/251 kB | 38 kB | 24/39 kB Progress (5): 163/194 kB | 85/237 kB | 53/251 kB | 38 kB | 28/39 kB Progress (5): 163/194 kB | 85/237 kB | 57/251 kB | 38 kB | 28/39 kB Progress (5): 163/194 kB | 85/237 kB | 57/251 kB | 38 kB | 32/39 kB Progress (5): 163/194 kB | 90/237 kB | 57/251 kB | 38 kB | 32/39 kB Progress (5): 167/194 kB | 90/237 kB | 57/251 kB | 38 kB | 32/39 kB Progress (5): 167/194 kB | 90/237 kB | 61/251 kB | 38 kB | 32/39 kB Progress (5): 171/194 kB | 90/237 kB | 61/251 kB | 38 kB | 32/39 kB Progress (5): 171/194 kB | 90/237 kB | 61/251 kB | 38 kB | 36/39 kB Progress (5): 171/194 kB | 94/237 kB | 61/251 kB | 38 kB | 36/39 kB Progress (5): 171/194 kB | 94/237 kB | 61/251 kB | 38 kB | 39 kB Progress (5): 176/194 kB | 94/237 kB | 61/251 kB | 38 kB | 39 kB Progress (5): 176/194 kB | 94/237 kB | 65/251 kB | 38 kB | 39 kB Progress (5): 180/194 kB | 94/237 kB | 65/251 kB | 38 kB | 39 kB Progress (5): 180/194 kB | 98/237 kB | 65/251 kB | 38 kB | 39 kB Progress (5): 180/194 kB | 98/237 kB | 69/251 kB | 38 kB | 39 kB Progress (5): 180/194 kB | 98/237 kB | 73/251 kB | 38 kB | 39 kB Progress (5): 184/194 kB | 98/237 kB | 73/251 kB | 38 kB | 39 kB Progress (5): 184/194 kB | 98/237 kB | 77/251 kB | 38 kB | 39 kB Progress (5): 184/194 kB | 98/237 kB | 81/251 kB | 38 kB | 39 kB Progress (5): 184/194 kB | 102/237 kB | 81/251 kB | 38 kB | 39 kB Progress (5): 184/194 kB | 106/237 kB | 81/251 kB | 38 kB | 39 kB Progress (5): 184/194 kB | 110/237 kB | 81/251 kB | 38 kB | 39 kB Progress (5): 184/194 kB | 114/237 kB | 81/251 kB | 38 kB | 39 kB Progress (5): 188/194 kB | 114/237 kB | 81/251 kB | 38 kB | 39 kB Progress (5): 188/194 kB | 114/237 kB | 85/251 kB | 38 kB | 39 kB Progress (5): 192/194 kB | 114/237 kB | 85/251 kB | 38 kB | 39 kB Progress (5): 192/194 kB | 114/237 kB | 90/251 kB | 38 kB | 39 kB Progress (5): 194 kB | 114/237 kB | 90/251 kB | 38 kB | 39 kB Progress (5): 194 kB | 118/237 kB | 90/251 kB | 38 kB | 39 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 155 kB/s) 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 Progress (4): 194 kB | 118/237 kB | 94/251 kB | 39 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 786 kB/s) 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 Progress (3): 122/237 kB | 94/251 kB | 39 kB Progress (3): 122/237 kB | 98/251 kB | 39 kB Progress (3): 126/237 kB | 98/251 kB | 39 kB Progress (3): 131/237 kB | 98/251 kB | 39 kB Progress (3): 131/237 kB | 102/251 kB | 39 kB Progress (3): 131/237 kB | 106/251 kB | 39 kB Progress (3): 135/237 kB | 106/251 kB | 39 kB Progress (4): 135/237 kB | 106/251 kB | 39 kB | 4.1/9.8 kB Progress (4): 135/237 kB | 106/251 kB | 39 kB | 7.7/9.8 kB Progress (4): 135/237 kB | 106/251 kB | 39 kB | 9.8 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-io/1.1/maven-shared-io-1.1.jar (39 kB at 157 kB/s) 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 Progress (3): 135/237 kB | 110/251 kB | 9.8 kB Progress (3): 139/237 kB | 110/251 kB | 9.8 kB Progress (3): 143/237 kB | 110/251 kB | 9.8 kB Progress (3): 147/237 kB | 110/251 kB | 9.8 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 38 kB/s) 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 Progress (2): 147/237 kB | 114/251 kB Progress (3): 147/237 kB | 114/251 kB | 4.1/13 kB Progress (3): 151/237 kB | 114/251 kB | 4.1/13 kB Progress (3): 151/237 kB | 114/251 kB | 7.7/13 kB Progress (3): 155/237 kB | 114/251 kB | 7.7/13 kB Progress (3): 159/237 kB | 114/251 kB | 7.7/13 kB Progress (3): 163/237 kB | 114/251 kB | 7.7/13 kB Progress (3): 163/237 kB | 114/251 kB | 12/13 kB Progress (3): 163/237 kB | 114/251 kB | 13 kB Progress (3): 167/237 kB | 114/251 kB | 13 kB Progress (3): 171/237 kB | 114/251 kB | 13 kB Progress (3): 176/237 kB | 114/251 kB | 13 kB Progress (3): 180/237 kB | 114/251 kB | 13 kB Progress (3): 180/237 kB | 118/251 kB | 13 kB Progress (3): 180/237 kB | 122/251 kB | 13 kB Progress (3): 180/237 kB | 126/251 kB | 13 kB Progress (3): 180/237 kB | 131/251 kB | 13 kB Progress (4): 180/237 kB | 131/251 kB | 13 kB | 4.1/11 kB Progress (5): 180/237 kB | 131/251 kB | 13 kB | 4.1/11 kB | 4.1/43 kB Progress (5): 180/237 kB | 131/251 kB | 13 kB | 7.7/11 kB | 4.1/43 kB Progress (5): 184/237 kB | 131/251 kB | 13 kB | 7.7/11 kB | 4.1/43 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 49 kB/s) Progress (4): 188/237 kB | 131/251 kB | 7.7/11 kB | 4.1/43 kB Progress (4): 188/237 kB | 135/251 kB | 7.7/11 kB | 4.1/43 kB Progress (4): 188/237 kB | 135/251 kB | 11 kB | 4.1/43 kB Progress (4): 188/237 kB | 135/251 kB | 11 kB | 7.7/43 kB Progress (4): 188/237 kB | 139/251 kB | 11 kB | 7.7/43 kB Progress (4): 192/237 kB | 139/251 kB | 11 kB | 7.7/43 kB Progress (4): 196/237 kB | 139/251 kB | 11 kB | 7.7/43 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting-impl/2.1/maven-reporting-impl-2.1.jar Progress (4): 200/237 kB | 139/251 kB | 11 kB | 7.7/43 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 35 kB/s) 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 Progress (3): 200/237 kB | 143/251 kB | 7.7/43 kB Progress (3): 200/237 kB | 143/251 kB | 12/43 kB Progress (3): 200/237 kB | 147/251 kB | 12/43 kB Progress (3): 204/237 kB | 147/251 kB | 12/43 kB Progress (3): 204/237 kB | 147/251 kB | 16/43 kB Progress (3): 208/237 kB | 147/251 kB | 16/43 kB Progress (3): 212/237 kB | 147/251 kB | 16/43 kB Progress (3): 212/237 kB | 151/251 kB | 16/43 kB Progress (3): 212/237 kB | 155/251 kB | 16/43 kB Progress (3): 212/237 kB | 155/251 kB | 20/43 kB Progress (3): 212/237 kB | 159/251 kB | 20/43 kB Progress (3): 212/237 kB | 163/251 kB | 20/43 kB Progress (3): 212/237 kB | 163/251 kB | 24/43 kB Progress (3): 217/237 kB | 163/251 kB | 24/43 kB Progress (3): 217/237 kB | 163/251 kB | 28/43 kB Progress (3): 221/237 kB | 163/251 kB | 28/43 kB Progress (3): 225/237 kB | 163/251 kB | 28/43 kB Progress (3): 225/237 kB | 163/251 kB | 32/43 kB Progress (3): 229/237 kB | 163/251 kB | 32/43 kB Progress (3): 229/237 kB | 167/251 kB | 32/43 kB Progress (3): 229/237 kB | 171/251 kB | 32/43 kB Progress (3): 233/237 kB | 171/251 kB | 32/43 kB Progress (3): 233/237 kB | 171/251 kB | 36/43 kB Progress (3): 237/237 kB | 171/251 kB | 36/43 kB Progress (3): 237 kB | 171/251 kB | 36/43 kB Progress (3): 237 kB | 176/251 kB | 36/43 kB Progress (3): 237 kB | 180/251 kB | 36/43 kB Progress (3): 237 kB | 180/251 kB | 40/43 kB Progress (3): 237 kB | 180/251 kB | 43 kB Progress (3): 237 kB | 184/251 kB | 43 kB Progress (3): 237 kB | 188/251 kB | 43 kB Progress (3): 237 kB | 192/251 kB | 43 kB Progress (3): 237 kB | 196/251 kB | 43 kB Progress (3): 237 kB | 200/251 kB | 43 kB Progress (3): 237 kB | 204/251 kB | 43 kB Progress (3): 237 kB | 208/251 kB | 43 kB Progress (3): 237 kB | 212/251 kB | 43 kB Progress (4): 237 kB | 212/251 kB | 43 kB | 4.1/17 kB Progress (4): 237 kB | 212/251 kB | 43 kB | 7.7/17 kB Progress (4): 237 kB | 212/251 kB | 43 kB | 12/17 kB Progress (4): 237 kB | 212/251 kB | 43 kB | 16/17 kB Progress (4): 237 kB | 217/251 kB | 43 kB | 16/17 kB Progress (4): 237 kB | 217/251 kB | 43 kB | 17 kB Progress (5): 237 kB | 217/251 kB | 43 kB | 17 kB | 4.1/158 kB Progress (5): 237 kB | 217/251 kB | 43 kB | 17 kB | 7.7/158 kB Progress (5): 237 kB | 217/251 kB | 43 kB | 17 kB | 12/158 kB Progress (5): 237 kB | 221/251 kB | 43 kB | 17 kB | 12/158 kB Progress (5): 237 kB | 225/251 kB | 43 kB | 17 kB | 12/158 kB Progress (5): 237 kB | 225/251 kB | 43 kB | 17 kB | 16/158 kB Progress (5): 237 kB | 229/251 kB | 43 kB | 17 kB | 16/158 kB Progress (5): 237 kB | 229/251 kB | 43 kB | 17 kB | 20/158 kB Progress (5): 237 kB | 233/251 kB | 43 kB | 17 kB | 20/158 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/junit/junit/4.8.2/junit-4.8.2.jar (237 kB at 688 kB/s) Progress (4): 233/251 kB | 43 kB | 17 kB | 24/158 kB Progress (4): 233/251 kB | 43 kB | 17 kB | 28/158 kB Progress (4): 233/251 kB | 43 kB | 17 kB | 32/158 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 123 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/xerces/xercesImpl/2.8.1/xercesImpl-2.8.1.jar Progress (3): 237/251 kB | 17 kB | 32/158 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 Progress (3): 237/251 kB | 17 kB | 36/158 kB Progress (3): 237/251 kB | 17 kB | 40/158 kB Progress (3): 237/251 kB | 17 kB | 45/158 kB Progress (3): 237/251 kB | 17 kB | 49/158 kB Progress (3): 241/251 kB | 17 kB | 49/158 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting-impl/2.1/maven-reporting-impl-2.1.jar (17 kB at 47 kB/s) 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 Progress (2): 241/251 kB | 53/158 kB Progress (2): 241/251 kB | 57/158 kB Progress (2): 241/251 kB | 61/158 kB Progress (2): 241/251 kB | 65/158 kB Progress (3): 241/251 kB | 65/158 kB | 4.1/262 kB Progress (3): 241/251 kB | 65/158 kB | 7.7/262 kB Progress (3): 245/251 kB | 65/158 kB | 7.7/262 kB Progress (3): 245/251 kB | 65/158 kB | 12/262 kB Progress (3): 245/251 kB | 69/158 kB | 12/262 kB Progress (3): 249/251 kB | 69/158 kB | 12/262 kB Progress (3): 251 kB | 69/158 kB | 12/262 kB Progress (3): 251 kB | 69/158 kB | 16/262 kB Progress (3): 251 kB | 73/158 kB | 16/262 kB Progress (3): 251 kB | 77/158 kB | 16/262 kB Progress (3): 251 kB | 81/158 kB | 16/262 kB Progress (3): 251 kB | 81/158 kB | 20/262 kB Progress (3): 251 kB | 81/158 kB | 24/262 kB Progress (3): 251 kB | 81/158 kB | 28/262 kB Progress (3): 251 kB | 85/158 kB | 28/262 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.5.6/plexus-utils-1.5.6.jar (251 kB at 702 kB/s) Progress (2): 85/158 kB | 32/262 kB 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 Progress (2): 90/158 kB | 32/262 kB Progress (2): 94/158 kB | 32/262 kB Progress (2): 94/158 kB | 36/262 kB Progress (2): 98/158 kB | 36/262 kB Progress (2): 98/158 kB | 40/262 kB Progress (2): 98/158 kB | 45/262 kB Progress (2): 98/158 kB | 49/262 kB Progress (2): 102/158 kB | 49/262 kB Progress (2): 106/158 kB | 49/262 kB Progress (2): 110/158 kB | 49/262 kB Progress (2): 114/158 kB | 49/262 kB Progress (2): 114/158 kB | 53/262 kB Progress (2): 114/158 kB | 57/262 kB Progress (2): 114/158 kB | 61/262 kB Progress (2): 114/158 kB | 65/262 kB Progress (2): 118/158 kB | 65/262 kB Progress (2): 122/158 kB | 65/262 kB Progress (3): 122/158 kB | 65/262 kB | 4.1/305 kB Progress (3): 126/158 kB | 65/262 kB | 4.1/305 kB Progress (3): 126/158 kB | 65/262 kB | 7.7/305 kB Progress (3): 131/158 kB | 65/262 kB | 7.7/305 kB Progress (3): 131/158 kB | 65/262 kB | 12/305 kB Progress (3): 131/158 kB | 69/262 kB | 12/305 kB Progress (3): 131/158 kB | 69/262 kB | 16/305 kB Progress (3): 131/158 kB | 73/262 kB | 16/305 kB Progress (3): 131/158 kB | 77/262 kB | 16/305 kB Progress (3): 131/158 kB | 81/262 kB | 16/305 kB Progress (3): 135/158 kB | 81/262 kB | 16/305 kB Progress (4): 135/158 kB | 81/262 kB | 16/305 kB | 0/1.2 MB Progress (4): 135/158 kB | 81/262 kB | 16/305 kB | 0/1.2 MB Progress (4): 135/158 kB | 81/262 kB | 16/305 kB | 0/1.2 MB Progress (4): 135/158 kB | 81/262 kB | 16/305 kB | 0/1.2 MB Progress (4): 135/158 kB | 81/262 kB | 16/305 kB | 0/1.2 MB Progress (4): 135/158 kB | 81/262 kB | 16/305 kB | 0/1.2 MB Progress (4): 135/158 kB | 81/262 kB | 16/305 kB | 0/1.2 MB Progress (4): 135/158 kB | 81/262 kB | 16/305 kB | 0/1.2 MB Progress (4): 135/158 kB | 81/262 kB | 20/305 kB | 0/1.2 MB Progress (4): 135/158 kB | 81/262 kB | 24/305 kB | 0/1.2 MB Progress (5): 135/158 kB | 81/262 kB | 24/305 kB | 0/1.2 MB | 4.1/30 kB Progress (5): 135/158 kB | 85/262 kB | 24/305 kB | 0/1.2 MB | 4.1/30 kB Progress (5): 135/158 kB | 90/262 kB | 24/305 kB | 0/1.2 MB | 4.1/30 kB Progress (5): 135/158 kB | 94/262 kB | 24/305 kB | 0/1.2 MB | 4.1/30 kB Progress (5): 135/158 kB | 98/262 kB | 24/305 kB | 0/1.2 MB | 4.1/30 kB Progress (5): 139/158 kB | 98/262 kB | 24/305 kB | 0/1.2 MB | 4.1/30 kB Progress (5): 139/158 kB | 98/262 kB | 24/305 kB | 0/1.2 MB | 7.7/30 kB Progress (5): 139/158 kB | 98/262 kB | 24/305 kB | 0/1.2 MB | 12/30 kB Progress (5): 139/158 kB | 98/262 kB | 24/305 kB | 0/1.2 MB | 12/30 kB Progress (5): 139/158 kB | 98/262 kB | 24/305 kB | 0/1.2 MB | 12/30 kB Progress (5): 139/158 kB | 98/262 kB | 28/305 kB | 0/1.2 MB | 12/30 kB Progress (5): 139/158 kB | 98/262 kB | 28/305 kB | 0/1.2 MB | 12/30 kB Progress (5): 139/158 kB | 98/262 kB | 28/305 kB | 0/1.2 MB | 12/30 kB Progress (5): 139/158 kB | 98/262 kB | 28/305 kB | 0.1/1.2 MB | 12/30 kB Progress (5): 139/158 kB | 98/262 kB | 28/305 kB | 0.1/1.2 MB | 12/30 kB Progress (5): 139/158 kB | 98/262 kB | 28/305 kB | 0.1/1.2 MB | 12/30 kB Progress (5): 139/158 kB | 98/262 kB | 28/305 kB | 0.1/1.2 MB | 12/30 kB Progress (5): 139/158 kB | 98/262 kB | 28/305 kB | 0.1/1.2 MB | 12/30 kB Progress (5): 139/158 kB | 98/262 kB | 28/305 kB | 0.1/1.2 MB | 12/30 kB Progress (5): 139/158 kB | 98/262 kB | 28/305 kB | 0.1/1.2 MB | 12/30 kB Progress (5): 139/158 kB | 98/262 kB | 28/305 kB | 0.1/1.2 MB | 12/30 kB Progress (5): 139/158 kB | 98/262 kB | 28/305 kB | 0.1/1.2 MB | 12/30 kB Progress (5): 139/158 kB | 98/262 kB | 28/305 kB | 0.1/1.2 MB | 12/30 kB Progress (5): 139/158 kB | 98/262 kB | 28/305 kB | 0.1/1.2 MB | 12/30 kB Progress (5): 139/158 kB | 98/262 kB | 28/305 kB | 0.1/1.2 MB | 16/30 kB Progress (5): 139/158 kB | 102/262 kB | 28/305 kB | 0.1/1.2 MB | 16/30 kB Progress (5): 143/158 kB | 102/262 kB | 28/305 kB | 0.1/1.2 MB | 16/30 kB Progress (5): 143/158 kB | 106/262 kB | 28/305 kB | 0.1/1.2 MB | 16/30 kB Progress (5): 143/158 kB | 106/262 kB | 28/305 kB | 0.1/1.2 MB | 16/30 kB Progress (5): 143/158 kB | 106/262 kB | 32/305 kB | 0.1/1.2 MB | 16/30 kB Progress (5): 143/158 kB | 106/262 kB | 32/305 kB | 0.1/1.2 MB | 16/30 kB Progress (5): 143/158 kB | 110/262 kB | 32/305 kB | 0.1/1.2 MB | 16/30 kB Progress (5): 143/158 kB | 110/262 kB | 32/305 kB | 0.1/1.2 MB | 20/30 kB Progress (5): 147/158 kB | 110/262 kB | 32/305 kB | 0.1/1.2 MB | 20/30 kB Progress (5): 147/158 kB | 110/262 kB | 32/305 kB | 0.1/1.2 MB | 24/30 kB Progress (5): 147/158 kB | 114/262 kB | 32/305 kB | 0.1/1.2 MB | 24/30 kB Progress (5): 147/158 kB | 114/262 kB | 32/305 kB | 0.1/1.2 MB | 24/30 kB Progress (5): 147/158 kB | 114/262 kB | 32/305 kB | 0.1/1.2 MB | 24/30 kB Progress (5): 147/158 kB | 114/262 kB | 32/305 kB | 0.1/1.2 MB | 24/30 kB Progress (5): 147/158 kB | 118/262 kB | 32/305 kB | 0.1/1.2 MB | 24/30 kB Progress (5): 147/158 kB | 122/262 kB | 32/305 kB | 0.1/1.2 MB | 24/30 kB Progress (5): 147/158 kB | 126/262 kB | 32/305 kB | 0.1/1.2 MB | 24/30 kB Progress (5): 147/158 kB | 131/262 kB | 32/305 kB | 0.1/1.2 MB | 24/30 kB Progress (5): 147/158 kB | 131/262 kB | 36/305 kB | 0.1/1.2 MB | 24/30 kB Progress (5): 147/158 kB | 131/262 kB | 40/305 kB | 0.1/1.2 MB | 24/30 kB Progress (5): 147/158 kB | 131/262 kB | 45/305 kB | 0.1/1.2 MB | 24/30 kB Progress (5): 147/158 kB | 131/262 kB | 49/305 kB | 0.1/1.2 MB | 24/30 kB Progress (5): 147/158 kB | 131/262 kB | 53/305 kB | 0.1/1.2 MB | 24/30 kB Progress (5): 147/158 kB | 131/262 kB | 57/305 kB | 0.1/1.2 MB | 24/30 kB Progress (5): 147/158 kB | 131/262 kB | 61/305 kB | 0.1/1.2 MB | 24/30 kB Progress (5): 147/158 kB | 131/262 kB | 65/305 kB | 0.1/1.2 MB | 24/30 kB Progress (5): 147/158 kB | 131/262 kB | 69/305 kB | 0.1/1.2 MB | 24/30 kB Progress (5): 147/158 kB | 131/262 kB | 73/305 kB | 0.1/1.2 MB | 24/30 kB Progress (5): 147/158 kB | 131/262 kB | 77/305 kB | 0.1/1.2 MB | 24/30 kB Progress (5): 147/158 kB | 131/262 kB | 81/305 kB | 0.1/1.2 MB | 24/30 kB Progress (5): 147/158 kB | 131/262 kB | 85/305 kB | 0.1/1.2 MB | 24/30 kB Progress (5): 147/158 kB | 131/262 kB | 90/305 kB | 0.1/1.2 MB | 24/30 kB Progress (5): 147/158 kB | 131/262 kB | 94/305 kB | 0.1/1.2 MB | 24/30 kB Progress (5): 147/158 kB | 131/262 kB | 98/305 kB | 0.1/1.2 MB | 24/30 kB Progress (5): 147/158 kB | 131/262 kB | 98/305 kB | 0.1/1.2 MB | 24/30 kB Progress (5): 151/158 kB | 131/262 kB | 98/305 kB | 0.1/1.2 MB | 24/30 kB Progress (5): 151/158 kB | 131/262 kB | 98/305 kB | 0.1/1.2 MB | 28/30 kB Progress (5): 151/158 kB | 131/262 kB | 98/305 kB | 0.1/1.2 MB | 30 kB Progress (5): 155/158 kB | 131/262 kB | 98/305 kB | 0.1/1.2 MB | 30 kB Progress (5): 155/158 kB | 131/262 kB | 102/305 kB | 0.1/1.2 MB | 30 kB Progress (5): 155/158 kB | 131/262 kB | 102/305 kB | 0.1/1.2 MB | 30 kB Progress (5): 155/158 kB | 135/262 kB | 102/305 kB | 0.1/1.2 MB | 30 kB Progress (5): 155/158 kB | 135/262 kB | 102/305 kB | 0.1/1.2 MB | 30 kB Progress (5): 155/158 kB | 135/262 kB | 106/305 kB | 0.1/1.2 MB | 30 kB Progress (5): 158 kB | 135/262 kB | 106/305 kB | 0.1/1.2 MB | 30 kB Progress (5): 158 kB | 135/262 kB | 110/305 kB | 0.1/1.2 MB | 30 kB Progress (5): 158 kB | 135/262 kB | 110/305 kB | 0.1/1.2 MB | 30 kB Progress (5): 158 kB | 139/262 kB | 110/305 kB | 0.1/1.2 MB | 30 kB Progress (5): 158 kB | 143/262 kB | 110/305 kB | 0.1/1.2 MB | 30 kB Progress (5): 158 kB | 147/262 kB | 110/305 kB | 0.1/1.2 MB | 30 kB Progress (5): 158 kB | 147/262 kB | 110/305 kB | 0.1/1.2 MB | 30 kB Progress (5): 158 kB | 147/262 kB | 110/305 kB | 0.1/1.2 MB | 30 kB Progress (5): 158 kB | 147/262 kB | 110/305 kB | 0.1/1.2 MB | 30 kB Progress (5): 158 kB | 147/262 kB | 114/305 kB | 0.1/1.2 MB | 30 kB Progress (5): 158 kB | 147/262 kB | 114/305 kB | 0.1/1.2 MB | 30 kB Progress (5): 158 kB | 147/262 kB | 118/305 kB | 0.1/1.2 MB | 30 kB Progress (5): 158 kB | 147/262 kB | 122/305 kB | 0.1/1.2 MB | 30 kB Progress (5): 158 kB | 147/262 kB | 126/305 kB | 0.1/1.2 MB | 30 kB Progress (5): 158 kB | 151/262 kB | 126/305 kB | 0.1/1.2 MB | 30 kB Progress (5): 158 kB | 151/262 kB | 131/305 kB | 0.1/1.2 MB | 30 kB Progress (5): 158 kB | 151/262 kB | 131/305 kB | 0.2/1.2 MB | 30 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-codec/commons-codec/1.2/commons-codec-1.2.jar (30 kB at 65 kB/s) Progress (4): 158 kB | 155/262 kB | 131/305 kB | 0.2/1.2 MB 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 Progress (4): 158 kB | 155/262 kB | 135/305 kB | 0.2/1.2 MB Progress (4): 158 kB | 155/262 kB | 139/305 kB | 0.2/1.2 MB Progress (4): 158 kB | 155/262 kB | 143/305 kB | 0.2/1.2 MB Progress (4): 158 kB | 155/262 kB | 143/305 kB | 0.2/1.2 MB Progress (4): 158 kB | 155/262 kB | 147/305 kB | 0.2/1.2 MB Progress (4): 158 kB | 159/262 kB | 147/305 kB | 0.2/1.2 MB Progress (4): 158 kB | 163/262 kB | 147/305 kB | 0.2/1.2 MB Progress (4): 158 kB | 163/262 kB | 151/305 kB | 0.2/1.2 MB Progress (4): 158 kB | 163/262 kB | 155/305 kB | 0.2/1.2 MB Progress (4): 158 kB | 163/262 kB | 159/305 kB | 0.2/1.2 MB Progress (4): 158 kB | 163/262 kB | 163/305 kB | 0.2/1.2 MB Progress (4): 158 kB | 163/262 kB | 163/305 kB | 0.2/1.2 MB Progress (4): 158 kB | 163/262 kB | 163/305 kB | 0.2/1.2 MB 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 301 kB/s) 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 Progress (4): 163/262 kB | 163/305 kB | 0.2/1.2 MB | 4.1/50 kB Progress (4): 167/262 kB | 163/305 kB | 0.2/1.2 MB | 4.1/50 kB Progress (4): 171/262 kB | 163/305 kB | 0.2/1.2 MB | 4.1/50 kB Progress (4): 176/262 kB | 163/305 kB | 0.2/1.2 MB | 4.1/50 kB Progress (4): 180/262 kB | 163/305 kB | 0.2/1.2 MB | 4.1/50 kB Progress (4): 180/262 kB | 167/305 kB | 0.2/1.2 MB | 4.1/50 kB Progress (4): 180/262 kB | 167/305 kB | 0.2/1.2 MB | 7.7/50 kB Progress (4): 180/262 kB | 167/305 kB | 0.2/1.2 MB | 12/50 kB Progress (4): 184/262 kB | 167/305 kB | 0.2/1.2 MB | 12/50 kB Progress (4): 184/262 kB | 167/305 kB | 0.2/1.2 MB | 12/50 kB Progress (4): 188/262 kB | 167/305 kB | 0.2/1.2 MB | 12/50 kB Progress (4): 188/262 kB | 167/305 kB | 0.2/1.2 MB | 16/50 kB Progress (4): 188/262 kB | 171/305 kB | 0.2/1.2 MB | 16/50 kB Progress (4): 188/262 kB | 176/305 kB | 0.2/1.2 MB | 16/50 kB Progress (4): 188/262 kB | 180/305 kB | 0.2/1.2 MB | 16/50 kB Progress (4): 192/262 kB | 180/305 kB | 0.2/1.2 MB | 16/50 kB Progress (4): 192/262 kB | 180/305 kB | 0.2/1.2 MB | 16/50 kB Progress (4): 196/262 kB | 180/305 kB | 0.2/1.2 MB | 16/50 kB Progress (4): 196/262 kB | 180/305 kB | 0.2/1.2 MB | 20/50 kB Progress (4): 196/262 kB | 184/305 kB | 0.2/1.2 MB | 20/50 kB Progress (4): 196/262 kB | 184/305 kB | 0.2/1.2 MB | 20/50 kB Progress (4): 200/262 kB | 184/305 kB | 0.2/1.2 MB | 20/50 kB Progress (4): 200/262 kB | 188/305 kB | 0.2/1.2 MB | 20/50 kB Progress (4): 200/262 kB | 188/305 kB | 0.2/1.2 MB | 24/50 kB Progress (4): 200/262 kB | 192/305 kB | 0.2/1.2 MB | 24/50 kB Progress (4): 204/262 kB | 192/305 kB | 0.2/1.2 MB | 24/50 kB Progress (4): 204/262 kB | 192/305 kB | 0.2/1.2 MB | 24/50 kB Progress (4): 208/262 kB | 192/305 kB | 0.2/1.2 MB | 24/50 kB Progress (4): 212/262 kB | 192/305 kB | 0.2/1.2 MB | 24/50 kB Progress (4): 212/262 kB | 192/305 kB | 0.2/1.2 MB | 24/50 kB Progress (4): 212/262 kB | 192/305 kB | 0.2/1.2 MB | 24/50 kB Progress (4): 212/262 kB | 192/305 kB | 0.2/1.2 MB | 24/50 kB Progress (4): 212/262 kB | 196/305 kB | 0.2/1.2 MB | 24/50 kB Progress (4): 212/262 kB | 196/305 kB | 0.2/1.2 MB | 28/50 kB Progress (4): 212/262 kB | 196/305 kB | 0.2/1.2 MB | 32/50 kB Progress (5): 212/262 kB | 196/305 kB | 0.2/1.2 MB | 32/50 kB | 4.1/52 kB Progress (5): 212/262 kB | 196/305 kB | 0.2/1.2 MB | 32/50 kB | 7.7/52 kB Progress (5): 212/262 kB | 196/305 kB | 0.2/1.2 MB | 32/50 kB | 7.7/52 kB Progress (5): 217/262 kB | 196/305 kB | 0.2/1.2 MB | 32/50 kB | 7.7/52 kB Progress (5): 217/262 kB | 196/305 kB | 0.2/1.2 MB | 32/50 kB | 12/52 kB Progress (5): 217/262 kB | 196/305 kB | 0.2/1.2 MB | 36/50 kB | 12/52 kB Progress (5): 217/262 kB | 196/305 kB | 0.2/1.2 MB | 36/50 kB | 12/52 kB Progress (5): 217/262 kB | 200/305 kB | 0.2/1.2 MB | 36/50 kB | 12/52 kB Progress (5): 217/262 kB | 204/305 kB | 0.2/1.2 MB | 36/50 kB | 12/52 kB Progress (5): 217/262 kB | 208/305 kB | 0.2/1.2 MB | 36/50 kB | 12/52 kB Progress (5): 217/262 kB | 212/305 kB | 0.2/1.2 MB | 36/50 kB | 12/52 kB Progress (5): 217/262 kB | 212/305 kB | 0.2/1.2 MB | 36/50 kB | 12/52 kB Progress (5): 217/262 kB | 212/305 kB | 0.2/1.2 MB | 40/50 kB | 12/52 kB Progress (5): 217/262 kB | 212/305 kB | 0.2/1.2 MB | 40/50 kB | 16/52 kB Progress (5): 221/262 kB | 212/305 kB | 0.2/1.2 MB | 40/50 kB | 16/52 kB Progress (5): 221/262 kB | 217/305 kB | 0.2/1.2 MB | 40/50 kB | 16/52 kB Progress (5): 221/262 kB | 217/305 kB | 0.2/1.2 MB | 45/50 kB | 16/52 kB Progress (5): 221/262 kB | 217/305 kB | 0.2/1.2 MB | 45/50 kB | 16/52 kB Progress (5): 221/262 kB | 217/305 kB | 0.2/1.2 MB | 45/50 kB | 20/52 kB Progress (5): 221/262 kB | 217/305 kB | 0.2/1.2 MB | 45/50 kB | 24/52 kB Progress (5): 221/262 kB | 217/305 kB | 0.2/1.2 MB | 49/50 kB | 24/52 kB Progress (5): 221/262 kB | 217/305 kB | 0.2/1.2 MB | 50 kB | 24/52 kB Progress (5): 221/262 kB | 221/305 kB | 0.2/1.2 MB | 50 kB | 24/52 kB Progress (5): 225/262 kB | 221/305 kB | 0.2/1.2 MB | 50 kB | 24/52 kB Progress (5): 225/262 kB | 225/305 kB | 0.2/1.2 MB | 50 kB | 24/52 kB Progress (5): 225/262 kB | 225/305 kB | 0.2/1.2 MB | 50 kB | 28/52 kB Progress (5): 225/262 kB | 225/305 kB | 0.2/1.2 MB | 50 kB | 28/52 kB Progress (5): 225/262 kB | 225/305 kB | 0.2/1.2 MB | 50 kB | 32/52 kB Progress (5): 225/262 kB | 225/305 kB | 0.2/1.2 MB | 50 kB | 32/52 kB Progress (5): 225/262 kB | 229/305 kB | 0.2/1.2 MB | 50 kB | 32/52 kB Progress (5): 229/262 kB | 229/305 kB | 0.2/1.2 MB | 50 kB | 32/52 kB Progress (5): 229/262 kB | 229/305 kB | 0.2/1.2 MB | 50 kB | 32/52 kB Progress (5): 229/262 kB | 229/305 kB | 0.2/1.2 MB | 50 kB | 36/52 kB Progress (5): 229/262 kB | 233/305 kB | 0.2/1.2 MB | 50 kB | 36/52 kB Progress (5): 233/262 kB | 233/305 kB | 0.2/1.2 MB | 50 kB | 36/52 kB Progress (5): 233/262 kB | 233/305 kB | 0.2/1.2 MB | 50 kB | 36/52 kB Progress (5): 237/262 kB | 233/305 kB | 0.2/1.2 MB | 50 kB | 36/52 kB Progress (5): 237/262 kB | 237/305 kB | 0.2/1.2 MB | 50 kB | 36/52 kB Progress (5): 237/262 kB | 237/305 kB | 0.2/1.2 MB | 50 kB | 40/52 kB Progress (5): 237/262 kB | 241/305 kB | 0.2/1.2 MB | 50 kB | 40/52 kB Progress (5): 241/262 kB | 241/305 kB | 0.2/1.2 MB | 50 kB | 40/52 kB Progress (5): 241/262 kB | 241/305 kB | 0.2/1.2 MB | 50 kB | 40/52 kB Progress (5): 245/262 kB | 241/305 kB | 0.2/1.2 MB | 50 kB | 40/52 kB Progress (5): 245/262 kB | 245/305 kB | 0.2/1.2 MB | 50 kB | 40/52 kB Progress (5): 245/262 kB | 245/305 kB | 0.2/1.2 MB | 50 kB | 45/52 kB Progress (5): 245/262 kB | 245/305 kB | 0.2/1.2 MB | 50 kB | 49/52 kB Progress (5): 249/262 kB | 245/305 kB | 0.2/1.2 MB | 50 kB | 49/52 kB Progress (5): 249/262 kB | 245/305 kB | 0.2/1.2 MB | 50 kB | 52 kB Progress (5): 249/262 kB | 245/305 kB | 0.2/1.2 MB | 50 kB | 52 kB Progress (5): 253/262 kB | 245/305 kB | 0.2/1.2 MB | 50 kB | 52 kB Progress (5): 253/262 kB | 249/305 kB | 0.2/1.2 MB | 50 kB | 52 kB Progress (5): 258/262 kB | 249/305 kB | 0.2/1.2 MB | 50 kB | 52 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-site-renderer/1.1.2/doxia-site-renderer-1.1.2.jar (50 kB at 90 kB/s) 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 Progress (4): 258/262 kB | 249/305 kB | 0.2/1.2 MB | 52 kB Progress (4): 258/262 kB | 249/305 kB | 0.2/1.2 MB | 52 kB Progress (4): 258/262 kB | 249/305 kB | 0.2/1.2 MB | 52 kB Progress (4): 262/262 kB | 249/305 kB | 0.2/1.2 MB | 52 kB Progress (4): 262/262 kB | 253/305 kB | 0.2/1.2 MB | 52 kB Progress (4): 262 kB | 253/305 kB | 0.2/1.2 MB | 52 kB Progress (4): 262 kB | 258/305 kB | 0.2/1.2 MB | 52 kB Progress (4): 262 kB | 258/305 kB | 0.2/1.2 MB | 52 kB Progress (4): 262 kB | 258/305 kB | 0.3/1.2 MB | 52 kB Progress (4): 262 kB | 258/305 kB | 0.3/1.2 MB | 52 kB Progress (4): 262 kB | 262/305 kB | 0.3/1.2 MB | 52 kB Progress (4): 262 kB | 262/305 kB | 0.3/1.2 MB | 52 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-lang/commons-lang/2.4/commons-lang-2.4.jar (262 kB at 464 kB/s) 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 Progress (4): 262/305 kB | 0.3/1.2 MB | 52 kB | 4.1/15 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 84 kB/s) 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 Progress (3): 262/305 kB | 0.3/1.2 MB | 4.1/15 kB Progress (3): 266/305 kB | 0.3/1.2 MB | 4.1/15 kB Progress (3): 266/305 kB | 0.3/1.2 MB | 4.1/15 kB Progress (3): 266/305 kB | 0.3/1.2 MB | 4.1/15 kB Progress (3): 266/305 kB | 0.3/1.2 MB | 4.1/15 kB Progress (3): 266/305 kB | 0.3/1.2 MB | 4.1/15 kB Progress (3): 266/305 kB | 0.3/1.2 MB | 7.7/15 kB Progress (3): 266/305 kB | 0.3/1.2 MB | 7.7/15 kB Progress (4): 266/305 kB | 0.3/1.2 MB | 7.7/15 kB | 4.1/11 kB Progress (4): 266/305 kB | 0.3/1.2 MB | 7.7/15 kB | 7.7/11 kB Progress (4): 266/305 kB | 0.3/1.2 MB | 7.7/15 kB | 11 kB Progress (4): 270/305 kB | 0.3/1.2 MB | 7.7/15 kB | 11 kB Progress (4): 274/305 kB | 0.3/1.2 MB | 7.7/15 kB | 11 kB Progress (4): 274/305 kB | 0.3/1.2 MB | 7.7/15 kB | 11 kB Progress (4): 274/305 kB | 0.3/1.2 MB | 12/15 kB | 11 kB Progress (4): 274/305 kB | 0.3/1.2 MB | 15 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 17 kB/s) 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 Progress (3): 274/305 kB | 0.3/1.2 MB | 15 kB Progress (3): 278/305 kB | 0.3/1.2 MB | 15 kB Progress (4): 278/305 kB | 0.3/1.2 MB | 15 kB | 4.1/37 kB Progress (4): 282/305 kB | 0.3/1.2 MB | 15 kB | 4.1/37 kB Progress (4): 286/305 kB | 0.3/1.2 MB | 15 kB | 4.1/37 kB Progress (4): 290/305 kB | 0.3/1.2 MB | 15 kB | 4.1/37 kB Progress (4): 294/305 kB | 0.3/1.2 MB | 15 kB | 4.1/37 kB Progress (4): 298/305 kB | 0.3/1.2 MB | 15 kB | 4.1/37 kB Progress (4): 303/305 kB | 0.3/1.2 MB | 15 kB | 4.1/37 kB Progress (4): 305 kB | 0.3/1.2 MB | 15 kB | 4.1/37 kB Progress (5): 305 kB | 0.3/1.2 MB | 15 kB | 4.1/37 kB | 4.1/7.7 kB Progress (5): 305 kB | 0.3/1.2 MB | 15 kB | 4.1/37 kB | 7.7/7.7 kB Progress (5): 305 kB | 0.3/1.2 MB | 15 kB | 4.1/37 kB | 7.7 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 12 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/velocity/velocity/1.5/velocity-1.5.jar 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 23 kB/s) 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 Progress (4): 305 kB | 0.3/1.2 MB | 4.1/37 kB | 4.1/392 kB Progress (4): 305 kB | 0.3/1.2 MB | 7.7/37 kB | 4.1/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 466 kB/s) Progress (3): 0.3/1.2 MB | 7.7/37 kB | 4.1/392 kB Progress (3): 0.3/1.2 MB | 12/37 kB | 4.1/392 kB Progress (3): 0.3/1.2 MB | 12/37 kB | 7.7/392 kB Progress (3): 0.3/1.2 MB | 12/37 kB | 12/392 kB Progress (3): 0.3/1.2 MB | 16/37 kB | 12/392 kB Progress (3): 0.3/1.2 MB | 16/37 kB | 12/392 kB Progress (4): 0.3/1.2 MB | 16/37 kB | 12/392 kB | 4.1/571 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 Progress (4): 0.3/1.2 MB | 20/37 kB | 12/392 kB | 4.1/571 kB Progress (4): 0.3/1.2 MB | 20/37 kB | 12/392 kB | 7.7/571 kB Progress (4): 0.3/1.2 MB | 20/37 kB | 12/392 kB | 7.7/571 kB Progress (4): 0.3/1.2 MB | 20/37 kB | 16/392 kB | 7.7/571 kB Progress (4): 0.3/1.2 MB | 20/37 kB | 16/392 kB | 7.7/571 kB Progress (4): 0.3/1.2 MB | 20/37 kB | 16/392 kB | 12/571 kB Progress (4): 0.3/1.2 MB | 20/37 kB | 16/392 kB | 16/571 kB Progress (4): 0.3/1.2 MB | 20/37 kB | 20/392 kB | 16/571 kB Progress (4): 0.3/1.2 MB | 24/37 kB | 20/392 kB | 16/571 kB Progress (4): 0.3/1.2 MB | 24/37 kB | 24/392 kB | 16/571 kB Progress (4): 0.3/1.2 MB | 24/37 kB | 24/392 kB | 20/571 kB Progress (4): 0.3/1.2 MB | 24/37 kB | 24/392 kB | 20/571 kB Progress (4): 0.3/1.2 MB | 24/37 kB | 24/392 kB | 20/571 kB Progress (4): 0.3/1.2 MB | 24/37 kB | 24/392 kB | 20/571 kB Progress (4): 0.3/1.2 MB | 24/37 kB | 24/392 kB | 20/571 kB Progress (4): 0.3/1.2 MB | 24/37 kB | 24/392 kB | 20/571 kB Progress (4): 0.3/1.2 MB | 24/37 kB | 24/392 kB | 20/571 kB Progress (4): 0.3/1.2 MB | 24/37 kB | 24/392 kB | 20/571 kB Progress (4): 0.3/1.2 MB | 24/37 kB | 24/392 kB | 20/571 kB Progress (4): 0.3/1.2 MB | 24/37 kB | 24/392 kB | 24/571 kB Progress (4): 0.3/1.2 MB | 24/37 kB | 28/392 kB | 24/571 kB Progress (4): 0.3/1.2 MB | 24/37 kB | 32/392 kB | 24/571 kB Progress (4): 0.3/1.2 MB | 28/37 kB | 32/392 kB | 24/571 kB Progress (4): 0.3/1.2 MB | 28/37 kB | 32/392 kB | 24/571 kB Progress (4): 0.3/1.2 MB | 28/37 kB | 32/392 kB | 28/571 kB Progress (4): 0.4/1.2 MB | 28/37 kB | 32/392 kB | 28/571 kB Progress (4): 0.4/1.2 MB | 32/37 kB | 32/392 kB | 28/571 kB Progress (4): 0.4/1.2 MB | 32/37 kB | 32/392 kB | 28/571 kB Progress (4): 0.4/1.2 MB | 32/37 kB | 36/392 kB | 28/571 kB Progress (4): 0.4/1.2 MB | 32/37 kB | 40/392 kB | 28/571 kB Progress (4): 0.4/1.2 MB | 32/37 kB | 45/392 kB | 28/571 kB Progress (4): 0.4/1.2 MB | 32/37 kB | 49/392 kB | 28/571 kB Progress (4): 0.4/1.2 MB | 32/37 kB | 49/392 kB | 32/571 kB Progress (4): 0.4/1.2 MB | 36/37 kB | 49/392 kB | 32/571 kB Progress (4): 0.4/1.2 MB | 36/37 kB | 49/392 kB | 32/571 kB Progress (4): 0.4/1.2 MB | 36/37 kB | 53/392 kB | 32/571 kB Progress (4): 0.4/1.2 MB | 36/37 kB | 57/392 kB | 32/571 kB Progress (4): 0.4/1.2 MB | 36/37 kB | 61/392 kB | 32/571 kB Progress (4): 0.4/1.2 MB | 36/37 kB | 65/392 kB | 32/571 kB Progress (4): 0.4/1.2 MB | 36/37 kB | 69/392 kB | 32/571 kB Progress (4): 0.4/1.2 MB | 36/37 kB | 73/392 kB | 32/571 kB Progress (4): 0.4/1.2 MB | 36/37 kB | 77/392 kB | 32/571 kB Progress (4): 0.4/1.2 MB | 36/37 kB | 81/392 kB | 32/571 kB Progress (4): 0.4/1.2 MB | 36/37 kB | 85/392 kB | 32/571 kB Progress (4): 0.4/1.2 MB | 36/37 kB | 90/392 kB | 32/571 kB Progress (5): 0.4/1.2 MB | 36/37 kB | 90/392 kB | 32/571 kB | 4.1/91 kB Progress (5): 0.4/1.2 MB | 37 kB | 90/392 kB | 32/571 kB | 4.1/91 kB Progress (5): 0.4/1.2 MB | 37 kB | 90/392 kB | 32/571 kB | 7.7/91 kB Progress (5): 0.4/1.2 MB | 37 kB | 90/392 kB | 32/571 kB | 12/91 kB Progress (5): 0.4/1.2 MB | 37 kB | 90/392 kB | 32/571 kB | 16/91 kB Progress (5): 0.4/1.2 MB | 37 kB | 94/392 kB | 32/571 kB | 16/91 kB Progress (5): 0.4/1.2 MB | 37 kB | 94/392 kB | 32/571 kB | 16/91 kB Progress (5): 0.4/1.2 MB | 37 kB | 94/392 kB | 36/571 kB | 16/91 kB Progress (5): 0.4/1.2 MB | 37 kB | 94/392 kB | 36/571 kB | 16/91 kB Progress (5): 0.4/1.2 MB | 37 kB | 98/392 kB | 36/571 kB | 16/91 kB Progress (5): 0.4/1.2 MB | 37 kB | 98/392 kB | 36/571 kB | 16/91 kB Progress (5): 0.4/1.2 MB | 37 kB | 98/392 kB | 36/571 kB | 20/91 kB Progress (5): 0.4/1.2 MB | 37 kB | 98/392 kB | 40/571 kB | 20/91 kB Progress (5): 0.4/1.2 MB | 37 kB | 98/392 kB | 40/571 kB | 24/91 kB Progress (5): 0.4/1.2 MB | 37 kB | 98/392 kB | 40/571 kB | 24/91 kB Progress (5): 0.4/1.2 MB | 37 kB | 98/392 kB | 40/571 kB | 28/91 kB Progress (5): 0.4/1.2 MB | 37 kB | 102/392 kB | 40/571 kB | 28/91 kB Progress (5): 0.4/1.2 MB | 37 kB | 102/392 kB | 45/571 kB | 28/91 kB Progress (5): 0.4/1.2 MB | 37 kB | 106/392 kB | 45/571 kB | 28/91 kB Progress (5): 0.4/1.2 MB | 37 kB | 106/392 kB | 45/571 kB | 32/91 kB Progress (5): 0.4/1.2 MB | 37 kB | 110/392 kB | 45/571 kB | 32/91 kB Progress (5): 0.4/1.2 MB | 37 kB | 110/392 kB | 45/571 kB | 32/91 kB Progress (5): 0.4/1.2 MB | 37 kB | 110/392 kB | 45/571 kB | 32/91 kB Progress (5): 0.4/1.2 MB | 37 kB | 110/392 kB | 45/571 kB | 32/91 kB Progress (5): 0.4/1.2 MB | 37 kB | 110/392 kB | 49/571 kB | 32/91 kB Progress (5): 0.4/1.2 MB | 37 kB | 110/392 kB | 49/571 kB | 32/91 kB Progress (5): 0.4/1.2 MB | 37 kB | 110/392 kB | 49/571 kB | 36/91 kB Progress (5): 0.4/1.2 MB | 37 kB | 114/392 kB | 49/571 kB | 36/91 kB Progress (5): 0.4/1.2 MB | 37 kB | 114/392 kB | 49/571 kB | 40/91 kB Progress (5): 0.4/1.2 MB | 37 kB | 114/392 kB | 49/571 kB | 45/91 kB Progress (5): 0.4/1.2 MB | 37 kB | 114/392 kB | 49/571 kB | 45/91 kB Progress (5): 0.4/1.2 MB | 37 kB | 114/392 kB | 53/571 kB | 45/91 kB Progress (5): 0.4/1.2 MB | 37 kB | 118/392 kB | 53/571 kB | 45/91 kB Progress (5): 0.4/1.2 MB | 37 kB | 118/392 kB | 53/571 kB | 45/91 kB Progress (5): 0.4/1.2 MB | 37 kB | 118/392 kB | 53/571 kB | 49/91 kB Progress (5): 0.4/1.2 MB | 37 kB | 118/392 kB | 53/571 kB | 49/91 kB Progress (5): 0.4/1.2 MB | 37 kB | 122/392 kB | 53/571 kB | 49/91 kB Progress (5): 0.4/1.2 MB | 37 kB | 122/392 kB | 57/571 kB | 49/91 kB Progress (5): 0.4/1.2 MB | 37 kB | 126/392 kB | 57/571 kB | 49/91 kB Progress (5): 0.4/1.2 MB | 37 kB | 126/392 kB | 57/571 kB | 49/91 kB Progress (5): 0.4/1.2 MB | 37 kB | 131/392 kB | 57/571 kB | 49/91 kB Progress (5): 0.4/1.2 MB | 37 kB | 131/392 kB | 57/571 kB | 49/91 kB Progress (5): 0.4/1.2 MB | 37 kB | 131/392 kB | 57/571 kB | 53/91 kB Progress (5): 0.4/1.2 MB | 37 kB | 131/392 kB | 61/571 kB | 53/91 kB Progress (5): 0.4/1.2 MB | 37 kB | 131/392 kB | 61/571 kB | 57/91 kB Progress (5): 0.4/1.2 MB | 37 kB | 131/392 kB | 61/571 kB | 57/91 kB Progress (5): 0.4/1.2 MB | 37 kB | 135/392 kB | 61/571 kB | 57/91 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-fml/1.1.2/doxia-module-fml-1.1.2.jar (37 kB at 51 kB/s) Progress (4): 0.4/1.2 MB | 139/392 kB | 61/571 kB | 57/91 kB Progress (4): 0.4/1.2 MB | 139/392 kB | 61/571 kB | 57/91 kB Progress (4): 0.4/1.2 MB | 139/392 kB | 61/571 kB | 61/91 kB Progress (4): 0.4/1.2 MB | 139/392 kB | 65/571 kB | 61/91 kB Progress (4): 0.4/1.2 MB | 139/392 kB | 65/571 kB | 65/91 kB Progress (4): 0.4/1.2 MB | 139/392 kB | 65/571 kB | 65/91 kB Progress (4): 0.4/1.2 MB | 143/392 kB | 65/571 kB | 65/91 kB Progress (4): 0.4/1.2 MB | 147/392 kB | 65/571 kB | 65/91 kB Progress (4): 0.4/1.2 MB | 147/392 kB | 69/571 kB | 65/91 kB Progress (4): 0.4/1.2 MB | 147/392 kB | 69/571 kB | 69/91 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 Progress (4): 0.4/1.2 MB | 151/392 kB | 69/571 kB | 69/91 kB Progress (4): 0.4/1.2 MB | 151/392 kB | 69/571 kB | 73/91 kB Progress (4): 0.4/1.2 MB | 151/392 kB | 69/571 kB | 73/91 kB Progress (4): 0.4/1.2 MB | 151/392 kB | 73/571 kB | 73/91 kB Progress (4): 0.4/1.2 MB | 151/392 kB | 73/571 kB | 73/91 kB Progress (4): 0.4/1.2 MB | 151/392 kB | 73/571 kB | 77/91 kB Progress (4): 0.4/1.2 MB | 155/392 kB | 73/571 kB | 77/91 kB Progress (4): 0.4/1.2 MB | 155/392 kB | 73/571 kB | 81/91 kB Progress (4): 0.4/1.2 MB | 155/392 kB | 73/571 kB | 81/91 kB Progress (4): 0.4/1.2 MB | 155/392 kB | 73/571 kB | 81/91 kB Progress (4): 0.4/1.2 MB | 155/392 kB | 73/571 kB | 85/91 kB Progress (4): 0.4/1.2 MB | 155/392 kB | 73/571 kB | 90/91 kB Progress (4): 0.4/1.2 MB | 155/392 kB | 73/571 kB | 91 kB Progress (4): 0.4/1.2 MB | 155/392 kB | 77/571 kB | 91 kB Progress (4): 0.4/1.2 MB | 155/392 kB | 77/571 kB | 91 kB Progress (5): 0.4/1.2 MB | 155/392 kB | 77/571 kB | 91 kB | 4.1/189 kB Progress (5): 0.4/1.2 MB | 159/392 kB | 77/571 kB | 91 kB | 4.1/189 kB Progress (5): 0.4/1.2 MB | 159/392 kB | 77/571 kB | 91 kB | 7.7/189 kB Progress (5): 0.5/1.2 MB | 159/392 kB | 77/571 kB | 91 kB | 7.7/189 kB Progress (5): 0.5/1.2 MB | 159/392 kB | 81/571 kB | 91 kB | 7.7/189 kB Progress (5): 0.5/1.2 MB | 159/392 kB | 81/571 kB | 91 kB | 7.7/189 kB Progress (5): 0.5/1.2 MB | 159/392 kB | 81/571 kB | 91 kB | 12/189 kB Progress (5): 0.5/1.2 MB | 163/392 kB | 81/571 kB | 91 kB | 12/189 kB Progress (5): 0.5/1.2 MB | 163/392 kB | 85/571 kB | 91 kB | 12/189 kB Progress (5): 0.5/1.2 MB | 163/392 kB | 85/571 kB | 91 kB | 16/189 kB Progress (5): 0.5/1.2 MB | 163/392 kB | 85/571 kB | 91 kB | 16/189 kB Progress (5): 0.5/1.2 MB | 167/392 kB | 85/571 kB | 91 kB | 16/189 kB Progress (5): 0.5/1.2 MB | 167/392 kB | 90/571 kB | 91 kB | 16/189 kB Progress (5): 0.5/1.2 MB | 167/392 kB | 90/571 kB | 91 kB | 20/189 kB Progress (5): 0.5/1.2 MB | 171/392 kB | 90/571 kB | 91 kB | 20/189 kB Progress (5): 0.5/1.2 MB | 171/392 kB | 90/571 kB | 91 kB | 20/189 kB Progress (5): 0.5/1.2 MB | 171/392 kB | 90/571 kB | 91 kB | 24/189 kB Progress (5): 0.5/1.2 MB | 171/392 kB | 90/571 kB | 91 kB | 28/189 kB Progress (5): 0.5/1.2 MB | 171/392 kB | 90/571 kB | 91 kB | 32/189 kB Progress (5): 0.5/1.2 MB | 171/392 kB | 94/571 kB | 91 kB | 32/189 kB Progress (5): 0.5/1.2 MB | 171/392 kB | 94/571 kB | 91 kB | 32/189 kB Progress (5): 0.5/1.2 MB | 171/392 kB | 94/571 kB | 91 kB | 32/189 kB Progress (5): 0.5/1.2 MB | 171/392 kB | 94/571 kB | 91 kB | 32/189 kB Progress (5): 0.5/1.2 MB | 176/392 kB | 94/571 kB | 91 kB | 32/189 kB Progress (5): 0.5/1.2 MB | 176/392 kB | 94/571 kB | 91 kB | 36/189 kB Progress (5): 0.5/1.2 MB | 176/392 kB | 94/571 kB | 91 kB | 40/189 kB Progress (5): 0.5/1.2 MB | 176/392 kB | 98/571 kB | 91 kB | 40/189 kB Progress (5): 0.5/1.2 MB | 176/392 kB | 98/571 kB | 91 kB | 45/189 kB Progress (5): 0.5/1.2 MB | 176/392 kB | 98/571 kB | 91 kB | 49/189 kB Progress (5): 0.5/1.2 MB | 176/392 kB | 98/571 kB | 91 kB | 49/189 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 120 kB/s) Progress (4): 0.5/1.2 MB | 180/392 kB | 98/571 kB | 49/189 kB 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 Progress (4): 0.5/1.2 MB | 180/392 kB | 98/571 kB | 53/189 kB Progress (4): 0.5/1.2 MB | 180/392 kB | 98/571 kB | 53/189 kB Progress (4): 0.5/1.2 MB | 180/392 kB | 102/571 kB | 53/189 kB Progress (4): 0.5/1.2 MB | 180/392 kB | 102/571 kB | 53/189 kB Progress (4): 0.5/1.2 MB | 180/392 kB | 102/571 kB | 57/189 kB Progress (4): 0.5/1.2 MB | 184/392 kB | 102/571 kB | 57/189 kB Progress (4): 0.5/1.2 MB | 184/392 kB | 102/571 kB | 61/189 kB Progress (4): 0.5/1.2 MB | 184/392 kB | 102/571 kB | 61/189 kB Progress (4): 0.5/1.2 MB | 184/392 kB | 106/571 kB | 61/189 kB Progress (4): 0.5/1.2 MB | 184/392 kB | 110/571 kB | 61/189 kB Progress (4): 0.5/1.2 MB | 184/392 kB | 114/571 kB | 61/189 kB Progress (4): 0.5/1.2 MB | 184/392 kB | 114/571 kB | 61/189 kB Progress (4): 0.5/1.2 MB | 184/392 kB | 114/571 kB | 61/189 kB Progress (4): 0.5/1.2 MB | 184/392 kB | 114/571 kB | 61/189 kB Progress (4): 0.5/1.2 MB | 184/392 kB | 114/571 kB | 61/189 kB Progress (4): 0.5/1.2 MB | 184/392 kB | 114/571 kB | 61/189 kB Progress (4): 0.5/1.2 MB | 184/392 kB | 114/571 kB | 61/189 kB Progress (4): 0.5/1.2 MB | 184/392 kB | 114/571 kB | 61/189 kB Progress (4): 0.5/1.2 MB | 184/392 kB | 114/571 kB | 61/189 kB Progress (4): 0.5/1.2 MB | 184/392 kB | 114/571 kB | 61/189 kB Progress (4): 0.5/1.2 MB | 184/392 kB | 114/571 kB | 61/189 kB Progress (4): 0.5/1.2 MB | 184/392 kB | 114/571 kB | 61/189 kB Progress (4): 0.5/1.2 MB | 184/392 kB | 114/571 kB | 65/189 kB Progress (4): 0.5/1.2 MB | 184/392 kB | 118/571 kB | 65/189 kB Progress (4): 0.5/1.2 MB | 184/392 kB | 122/571 kB | 65/189 kB Progress (4): 0.5/1.2 MB | 188/392 kB | 122/571 kB | 65/189 kB Progress (4): 0.5/1.2 MB | 188/392 kB | 126/571 kB | 65/189 kB Progress (4): 0.5/1.2 MB | 188/392 kB | 131/571 kB | 65/189 kB Progress (4): 0.5/1.2 MB | 188/392 kB | 131/571 kB | 65/189 kB Progress (5): 0.5/1.2 MB | 188/392 kB | 131/571 kB | 65/189 kB | 4.1/168 kB Progress (5): 0.5/1.2 MB | 188/392 kB | 131/571 kB | 65/189 kB | 7.7/168 kB Progress (5): 0.5/1.2 MB | 188/392 kB | 131/571 kB | 65/189 kB | 12/168 kB Progress (5): 0.5/1.2 MB | 192/392 kB | 131/571 kB | 65/189 kB | 12/168 kB Progress (5): 0.5/1.2 MB | 196/392 kB | 131/571 kB | 65/189 kB | 12/168 kB Progress (5): 0.5/1.2 MB | 196/392 kB | 131/571 kB | 69/189 kB | 12/168 kB Progress (5): 0.5/1.2 MB | 196/392 kB | 131/571 kB | 73/189 kB | 12/168 kB Progress (5): 0.5/1.2 MB | 196/392 kB | 131/571 kB | 77/189 kB | 12/168 kB Progress (5): 0.5/1.2 MB | 196/392 kB | 131/571 kB | 81/189 kB | 12/168 kB Progress (5): 0.5/1.2 MB | 196/392 kB | 131/571 kB | 85/189 kB | 12/168 kB Progress (5): 0.5/1.2 MB | 196/392 kB | 131/571 kB | 90/189 kB | 12/168 kB Progress (5): 0.5/1.2 MB | 196/392 kB | 131/571 kB | 94/189 kB | 12/168 kB Progress (5): 0.5/1.2 MB | 196/392 kB | 131/571 kB | 98/189 kB | 12/168 kB Progress (5): 0.5/1.2 MB | 196/392 kB | 131/571 kB | 102/189 kB | 12/168 kB Progress (5): 0.5/1.2 MB | 196/392 kB | 131/571 kB | 106/189 kB | 12/168 kB Progress (5): 0.5/1.2 MB | 196/392 kB | 131/571 kB | 110/189 kB | 12/168 kB Progress (5): 0.5/1.2 MB | 196/392 kB | 131/571 kB | 114/189 kB | 12/168 kB Progress (5): 0.5/1.2 MB | 196/392 kB | 131/571 kB | 118/189 kB | 12/168 kB Progress (5): 0.5/1.2 MB | 196/392 kB | 131/571 kB | 122/189 kB | 12/168 kB Progress (5): 0.5/1.2 MB | 196/392 kB | 131/571 kB | 126/189 kB | 12/168 kB Progress (5): 0.5/1.2 MB | 196/392 kB | 131/571 kB | 131/189 kB | 12/168 kB Progress (5): 0.5/1.2 MB | 196/392 kB | 131/571 kB | 135/189 kB | 12/168 kB Progress (5): 0.5/1.2 MB | 196/392 kB | 131/571 kB | 139/189 kB | 12/168 kB Progress (5): 0.5/1.2 MB | 196/392 kB | 131/571 kB | 143/189 kB | 12/168 kB Progress (5): 0.5/1.2 MB | 196/392 kB | 131/571 kB | 147/189 kB | 12/168 kB Progress (5): 0.5/1.2 MB | 196/392 kB | 131/571 kB | 151/189 kB | 12/168 kB Progress (5): 0.5/1.2 MB | 196/392 kB | 131/571 kB | 155/189 kB | 12/168 kB Progress (5): 0.5/1.2 MB | 196/392 kB | 131/571 kB | 155/189 kB | 16/168 kB Progress (5): 0.5/1.2 MB | 196/392 kB | 131/571 kB | 155/189 kB | 16/168 kB Progress (5): 0.5/1.2 MB | 196/392 kB | 135/571 kB | 155/189 kB | 16/168 kB Progress (5): 0.5/1.2 MB | 196/392 kB | 135/571 kB | 155/189 kB | 16/168 kB Progress (5): 0.5/1.2 MB | 196/392 kB | 135/571 kB | 155/189 kB | 20/168 kB Progress (5): 0.5/1.2 MB | 196/392 kB | 135/571 kB | 159/189 kB | 20/168 kB Progress (5): 0.5/1.2 MB | 200/392 kB | 135/571 kB | 159/189 kB | 20/168 kB Progress (5): 0.5/1.2 MB | 200/392 kB | 135/571 kB | 163/189 kB | 20/168 kB Progress (5): 0.5/1.2 MB | 200/392 kB | 135/571 kB | 163/189 kB | 24/168 kB Progress (5): 0.6/1.2 MB | 200/392 kB | 135/571 kB | 163/189 kB | 24/168 kB Progress (5): 0.6/1.2 MB | 200/392 kB | 139/571 kB | 163/189 kB | 24/168 kB Progress (5): 0.6/1.2 MB | 200/392 kB | 139/571 kB | 167/189 kB | 24/168 kB Progress (5): 0.6/1.2 MB | 200/392 kB | 139/571 kB | 167/189 kB | 24/168 kB Progress (5): 0.6/1.2 MB | 200/392 kB | 139/571 kB | 167/189 kB | 28/168 kB Progress (5): 0.6/1.2 MB | 204/392 kB | 139/571 kB | 167/189 kB | 28/168 kB Progress (5): 0.6/1.2 MB | 204/392 kB | 139/571 kB | 167/189 kB | 32/168 kB Progress (5): 0.6/1.2 MB | 204/392 kB | 139/571 kB | 171/189 kB | 32/168 kB Progress (5): 0.6/1.2 MB | 204/392 kB | 143/571 kB | 171/189 kB | 32/168 kB Progress (5): 0.6/1.2 MB | 204/392 kB | 143/571 kB | 176/189 kB | 32/168 kB Progress (5): 0.6/1.2 MB | 204/392 kB | 143/571 kB | 176/189 kB | 32/168 kB Progress (5): 0.6/1.2 MB | 208/392 kB | 143/571 kB | 176/189 kB | 32/168 kB Progress (5): 0.6/1.2 MB | 208/392 kB | 143/571 kB | 176/189 kB | 32/168 kB Progress (5): 0.6/1.2 MB | 208/392 kB | 143/571 kB | 176/189 kB | 32/168 kB Progress (5): 0.6/1.2 MB | 208/392 kB | 143/571 kB | 176/189 kB | 36/168 kB Progress (5): 0.6/1.2 MB | 208/392 kB | 143/571 kB | 180/189 kB | 36/168 kB Progress (5): 0.6/1.2 MB | 208/392 kB | 147/571 kB | 180/189 kB | 36/168 kB Progress (5): 0.6/1.2 MB | 208/392 kB | 147/571 kB | 180/189 kB | 40/168 kB Progress (5): 0.6/1.2 MB | 208/392 kB | 147/571 kB | 180/189 kB | 40/168 kB Progress (5): 0.6/1.2 MB | 212/392 kB | 147/571 kB | 180/189 kB | 40/168 kB Progress (5): 0.6/1.2 MB | 212/392 kB | 147/571 kB | 180/189 kB | 45/168 kB Progress (5): 0.6/1.2 MB | 212/392 kB | 147/571 kB | 180/189 kB | 49/168 kB Progress (5): 0.6/1.2 MB | 212/392 kB | 147/571 kB | 180/189 kB | 49/168 kB Progress (5): 0.6/1.2 MB | 217/392 kB | 147/571 kB | 180/189 kB | 49/168 kB Progress (5): 0.6/1.2 MB | 217/392 kB | 147/571 kB | 184/189 kB | 49/168 kB Progress (5): 0.6/1.2 MB | 221/392 kB | 147/571 kB | 184/189 kB | 49/168 kB Progress (5): 0.6/1.2 MB | 221/392 kB | 147/571 kB | 184/189 kB | 49/168 kB Progress (5): 0.6/1.2 MB | 221/392 kB | 147/571 kB | 184/189 kB | 49/168 kB Progress (5): 0.6/1.2 MB | 221/392 kB | 147/571 kB | 184/189 kB | 49/168 kB Progress (5): 0.6/1.2 MB | 221/392 kB | 151/571 kB | 184/189 kB | 49/168 kB Progress (5): 0.6/1.2 MB | 225/392 kB | 151/571 kB | 184/189 kB | 49/168 kB Progress (5): 0.6/1.2 MB | 225/392 kB | 151/571 kB | 188/189 kB | 49/168 kB Progress (5): 0.6/1.2 MB | 225/392 kB | 151/571 kB | 189 kB | 49/168 kB Progress (5): 0.6/1.2 MB | 225/392 kB | 151/571 kB | 189 kB | 53/168 kB Progress (5): 0.6/1.2 MB | 225/392 kB | 151/571 kB | 189 kB | 53/168 kB Progress (5): 0.6/1.2 MB | 229/392 kB | 151/571 kB | 189 kB | 53/168 kB Progress (5): 0.6/1.2 MB | 229/392 kB | 155/571 kB | 189 kB | 53/168 kB Progress (5): 0.6/1.2 MB | 229/392 kB | 155/571 kB | 189 kB | 53/168 kB Progress (5): 0.6/1.2 MB | 229/392 kB | 155/571 kB | 189 kB | 53/168 kB Progress (5): 0.6/1.2 MB | 233/392 kB | 155/571 kB | 189 kB | 53/168 kB Progress (5): 0.6/1.2 MB | 237/392 kB | 155/571 kB | 189 kB | 53/168 kB Progress (5): 0.6/1.2 MB | 241/392 kB | 155/571 kB | 189 kB | 53/168 kB Progress (5): 0.6/1.2 MB | 245/392 kB | 155/571 kB | 189 kB | 53/168 kB Progress (5): 0.6/1.2 MB | 245/392 kB | 155/571 kB | 189 kB | 57/168 kB Progress (5): 0.6/1.2 MB | 245/392 kB | 155/571 kB | 189 kB | 61/168 kB Progress (5): 0.6/1.2 MB | 245/392 kB | 155/571 kB | 189 kB | 65/168 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-beanutils/commons-beanutils/1.7.0/commons-beanutils-1.7.0.jar (189 kB at 219 kB/s) 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 Progress (4): 0.6/1.2 MB | 245/392 kB | 155/571 kB | 65/168 kB Progress (4): 0.6/1.2 MB | 245/392 kB | 155/571 kB | 65/168 kB Progress (4): 0.6/1.2 MB | 245/392 kB | 155/571 kB | 65/168 kB Progress (4): 0.6/1.2 MB | 245/392 kB | 155/571 kB | 65/168 kB Progress (4): 0.6/1.2 MB | 245/392 kB | 155/571 kB | 65/168 kB Progress (5): 0.6/1.2 MB | 245/392 kB | 155/571 kB | 65/168 kB | 4.1/38 kB Progress (5): 0.6/1.2 MB | 245/392 kB | 155/571 kB | 65/168 kB | 7.7/38 kB Progress (5): 0.6/1.2 MB | 245/392 kB | 159/571 kB | 65/168 kB | 7.7/38 kB Progress (5): 0.6/1.2 MB | 245/392 kB | 159/571 kB | 65/168 kB | 12/38 kB Progress (5): 0.6/1.2 MB | 245/392 kB | 159/571 kB | 65/168 kB | 16/38 kB Progress (5): 0.6/1.2 MB | 245/392 kB | 159/571 kB | 65/168 kB | 16/38 kB Progress (5): 0.6/1.2 MB | 245/392 kB | 159/571 kB | 65/168 kB | 16/38 kB Progress (5): 0.6/1.2 MB | 245/392 kB | 159/571 kB | 65/168 kB | 16/38 kB Progress (5): 0.6/1.2 MB | 245/392 kB | 159/571 kB | 65/168 kB | 16/38 kB Progress (5): 0.6/1.2 MB | 245/392 kB | 159/571 kB | 69/168 kB | 16/38 kB Progress (5): 0.6/1.2 MB | 249/392 kB | 159/571 kB | 69/168 kB | 16/38 kB Progress (5): 0.6/1.2 MB | 253/392 kB | 159/571 kB | 69/168 kB | 16/38 kB Progress (5): 0.6/1.2 MB | 258/392 kB | 159/571 kB | 69/168 kB | 16/38 kB Progress (5): 0.6/1.2 MB | 262/392 kB | 159/571 kB | 69/168 kB | 16/38 kB Progress (5): 0.6/1.2 MB | 262/392 kB | 159/571 kB | 73/168 kB | 16/38 kB Progress (5): 0.6/1.2 MB | 262/392 kB | 159/571 kB | 73/168 kB | 20/38 kB Progress (5): 0.6/1.2 MB | 262/392 kB | 163/571 kB | 73/168 kB | 20/38 kB Progress (5): 0.6/1.2 MB | 262/392 kB | 163/571 kB | 73/168 kB | 24/38 kB Progress (5): 0.6/1.2 MB | 262/392 kB | 163/571 kB | 73/168 kB | 28/38 kB Progress (5): 0.6/1.2 MB | 266/392 kB | 163/571 kB | 73/168 kB | 28/38 kB Progress (5): 0.6/1.2 MB | 266/392 kB | 163/571 kB | 77/168 kB | 28/38 kB Progress (5): 0.6/1.2 MB | 266/392 kB | 163/571 kB | 77/168 kB | 28/38 kB Progress (5): 0.6/1.2 MB | 266/392 kB | 163/571 kB | 77/168 kB | 28/38 kB Progress (5): 0.7/1.2 MB | 266/392 kB | 163/571 kB | 77/168 kB | 28/38 kB Progress (5): 0.7/1.2 MB | 266/392 kB | 163/571 kB | 77/168 kB | 28/38 kB Progress (5): 0.7/1.2 MB | 266/392 kB | 163/571 kB | 81/168 kB | 28/38 kB Progress (5): 0.7/1.2 MB | 270/392 kB | 163/571 kB | 81/168 kB | 28/38 kB Progress (5): 0.7/1.2 MB | 270/392 kB | 163/571 kB | 81/168 kB | 28/38 kB Progress (5): 0.7/1.2 MB | 270/392 kB | 167/571 kB | 81/168 kB | 28/38 kB Progress (5): 0.7/1.2 MB | 270/392 kB | 167/571 kB | 81/168 kB | 32/38 kB Progress (5): 0.7/1.2 MB | 270/392 kB | 171/571 kB | 81/168 kB | 32/38 kB Progress (5): 0.7/1.2 MB | 270/392 kB | 171/571 kB | 85/168 kB | 32/38 kB Progress (5): 0.7/1.2 MB | 270/392 kB | 171/571 kB | 85/168 kB | 32/38 kB Progress (5): 0.7/1.2 MB | 274/392 kB | 171/571 kB | 85/168 kB | 32/38 kB Progress (5): 0.7/1.2 MB | 274/392 kB | 171/571 kB | 85/168 kB | 32/38 kB Progress (5): 0.7/1.2 MB | 274/392 kB | 171/571 kB | 90/168 kB | 32/38 kB Progress (5): 0.7/1.2 MB | 274/392 kB | 176/571 kB | 90/168 kB | 32/38 kB Progress (5): 0.7/1.2 MB | 274/392 kB | 176/571 kB | 90/168 kB | 36/38 kB Progress (5): 0.7/1.2 MB | 274/392 kB | 180/571 kB | 90/168 kB | 36/38 kB Progress (5): 0.7/1.2 MB | 274/392 kB | 180/571 kB | 94/168 kB | 36/38 kB Progress (5): 0.7/1.2 MB | 274/392 kB | 180/571 kB | 98/168 kB | 36/38 kB Progress (5): 0.7/1.2 MB | 274/392 kB | 184/571 kB | 98/168 kB | 36/38 kB Progress (5): 0.7/1.2 MB | 274/392 kB | 188/571 kB | 98/168 kB | 36/38 kB Progress (5): 0.7/1.2 MB | 274/392 kB | 192/571 kB | 98/168 kB | 36/38 kB Progress (5): 0.7/1.2 MB | 274/392 kB | 196/571 kB | 98/168 kB | 36/38 kB Progress (5): 0.7/1.2 MB | 274/392 kB | 200/571 kB | 98/168 kB | 36/38 kB Progress (5): 0.7/1.2 MB | 274/392 kB | 204/571 kB | 98/168 kB | 36/38 kB Progress (5): 0.7/1.2 MB | 274/392 kB | 208/571 kB | 98/168 kB | 36/38 kB Progress (5): 0.7/1.2 MB | 274/392 kB | 212/571 kB | 98/168 kB | 36/38 kB Progress (5): 0.7/1.2 MB | 274/392 kB | 217/571 kB | 98/168 kB | 36/38 kB Progress (5): 0.7/1.2 MB | 274/392 kB | 221/571 kB | 98/168 kB | 36/38 kB Progress (5): 0.7/1.2 MB | 274/392 kB | 225/571 kB | 98/168 kB | 36/38 kB Progress (5): 0.7/1.2 MB | 274/392 kB | 229/571 kB | 98/168 kB | 36/38 kB Progress (5): 0.7/1.2 MB | 274/392 kB | 229/571 kB | 98/168 kB | 36/38 kB Progress (5): 0.7/1.2 MB | 274/392 kB | 233/571 kB | 98/168 kB | 36/38 kB Progress (5): 0.7/1.2 MB | 274/392 kB | 233/571 kB | 98/168 kB | 36/38 kB Progress (5): 0.7/1.2 MB | 278/392 kB | 233/571 kB | 98/168 kB | 36/38 kB Progress (5): 0.7/1.2 MB | 282/392 kB | 233/571 kB | 98/168 kB | 36/38 kB Progress (5): 0.7/1.2 MB | 286/392 kB | 233/571 kB | 98/168 kB | 36/38 kB Progress (5): 0.7/1.2 MB | 290/392 kB | 233/571 kB | 98/168 kB | 36/38 kB Progress (5): 0.7/1.2 MB | 294/392 kB | 233/571 kB | 98/168 kB | 36/38 kB Progress (5): 0.7/1.2 MB | 298/392 kB | 233/571 kB | 98/168 kB | 36/38 kB Progress (5): 0.7/1.2 MB | 303/392 kB | 233/571 kB | 98/168 kB | 36/38 kB Progress (5): 0.7/1.2 MB | 307/392 kB | 233/571 kB | 98/168 kB | 36/38 kB Progress (5): 0.7/1.2 MB | 311/392 kB | 233/571 kB | 98/168 kB | 36/38 kB Progress (5): 0.7/1.2 MB | 315/392 kB | 233/571 kB | 98/168 kB | 36/38 kB Progress (5): 0.7/1.2 MB | 319/392 kB | 233/571 kB | 98/168 kB | 36/38 kB Progress (5): 0.7/1.2 MB | 319/392 kB | 237/571 kB | 98/168 kB | 36/38 kB Progress (5): 0.7/1.2 MB | 319/392 kB | 237/571 kB | 102/168 kB | 36/38 kB Progress (5): 0.7/1.2 MB | 319/392 kB | 237/571 kB | 102/168 kB | 38 kB Progress (5): 0.7/1.2 MB | 319/392 kB | 237/571 kB | 106/168 kB | 38 kB Progress (5): 0.7/1.2 MB | 319/392 kB | 241/571 kB | 106/168 kB | 38 kB Progress (5): 0.7/1.2 MB | 323/392 kB | 241/571 kB | 106/168 kB | 38 kB Progress (5): 0.7/1.2 MB | 323/392 kB | 241/571 kB | 106/168 kB | 38 kB Progress (5): 0.7/1.2 MB | 327/392 kB | 241/571 kB | 106/168 kB | 38 kB Progress (5): 0.7/1.2 MB | 327/392 kB | 245/571 kB | 106/168 kB | 38 kB Progress (5): 0.7/1.2 MB | 331/392 kB | 245/571 kB | 106/168 kB | 38 kB Progress (5): 0.7/1.2 MB | 335/392 kB | 245/571 kB | 106/168 kB | 38 kB Progress (5): 0.7/1.2 MB | 335/392 kB | 245/571 kB | 110/168 kB | 38 kB Progress (5): 0.7/1.2 MB | 335/392 kB | 245/571 kB | 114/168 kB | 38 kB Progress (5): 0.7/1.2 MB | 339/392 kB | 245/571 kB | 114/168 kB | 38 kB Progress (5): 0.7/1.2 MB | 339/392 kB | 249/571 kB | 114/168 kB | 38 kB Progress (5): 0.7/1.2 MB | 339/392 kB | 253/571 kB | 114/168 kB | 38 kB Progress (5): 0.7/1.2 MB | 339/392 kB | 258/571 kB | 114/168 kB | 38 kB Progress (5): 0.7/1.2 MB | 339/392 kB | 262/571 kB | 114/168 kB | 38 kB Progress (5): 0.7/1.2 MB | 339/392 kB | 266/571 kB | 114/168 kB | 38 kB Progress (5): 0.7/1.2 MB | 339/392 kB | 270/571 kB | 114/168 kB | 38 kB Progress (5): 0.7/1.2 MB | 339/392 kB | 274/571 kB | 114/168 kB | 38 kB Progress (5): 0.7/1.2 MB | 339/392 kB | 278/571 kB | 114/168 kB | 38 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-logging/commons-logging/1.0.4/commons-logging-1.0.4.jar (38 kB at 39 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/oro/oro/2.0.8/oro-2.0.8.jar Progress (4): 0.7/1.2 MB | 339/392 kB | 278/571 kB | 114/168 kB Progress (4): 0.7/1.2 MB | 339/392 kB | 282/571 kB | 114/168 kB Progress (4): 0.7/1.2 MB | 339/392 kB | 282/571 kB | 118/168 kB Progress (4): 0.7/1.2 MB | 344/392 kB | 282/571 kB | 118/168 kB Progress (4): 0.7/1.2 MB | 344/392 kB | 282/571 kB | 122/168 kB Progress (4): 0.7/1.2 MB | 344/392 kB | 286/571 kB | 122/168 kB Progress (4): 0.7/1.2 MB | 344/392 kB | 286/571 kB | 122/168 kB Progress (4): 0.7/1.2 MB | 344/392 kB | 290/571 kB | 122/168 kB Progress (4): 0.7/1.2 MB | 344/392 kB | 294/571 kB | 122/168 kB Progress (4): 0.7/1.2 MB | 344/392 kB | 294/571 kB | 122/168 kB Progress (4): 0.7/1.2 MB | 344/392 kB | 294/571 kB | 122/168 kB Progress (4): 0.7/1.2 MB | 344/392 kB | 294/571 kB | 126/168 kB Progress (4): 0.7/1.2 MB | 344/392 kB | 294/571 kB | 126/168 kB Progress (4): 0.7/1.2 MB | 344/392 kB | 298/571 kB | 126/168 kB Progress (4): 0.7/1.2 MB | 348/392 kB | 298/571 kB | 126/168 kB Progress (4): 0.7/1.2 MB | 348/392 kB | 303/571 kB | 126/168 kB Progress (4): 0.7/1.2 MB | 348/392 kB | 303/571 kB | 126/168 kB Progress (4): 0.7/1.2 MB | 348/392 kB | 303/571 kB | 131/168 kB Progress (4): 0.7/1.2 MB | 348/392 kB | 307/571 kB | 131/168 kB Progress (4): 0.7/1.2 MB | 348/392 kB | 311/571 kB | 131/168 kB Progress (4): 0.7/1.2 MB | 348/392 kB | 311/571 kB | 131/168 kB Progress (4): 0.7/1.2 MB | 348/392 kB | 311/571 kB | 131/168 kB Progress (5): 0.7/1.2 MB | 348/392 kB | 311/571 kB | 131/168 kB | 4.1/65 kB Progress (5): 0.7/1.2 MB | 352/392 kB | 311/571 kB | 131/168 kB | 4.1/65 kB Progress (5): 0.7/1.2 MB | 352/392 kB | 311/571 kB | 131/168 kB | 7.7/65 kB Progress (5): 0.7/1.2 MB | 352/392 kB | 315/571 kB | 131/168 kB | 7.7/65 kB Progress (5): 0.7/1.2 MB | 352/392 kB | 315/571 kB | 131/168 kB | 7.7/65 kB Progress (5): 0.7/1.2 MB | 352/392 kB | 315/571 kB | 135/168 kB | 7.7/65 kB Progress (5): 0.7/1.2 MB | 352/392 kB | 315/571 kB | 139/168 kB | 7.7/65 kB Progress (5): 0.7/1.2 MB | 352/392 kB | 315/571 kB | 139/168 kB | 7.7/65 kB Progress (5): 0.7/1.2 MB | 352/392 kB | 319/571 kB | 139/168 kB | 7.7/65 kB Progress (5): 0.7/1.2 MB | 352/392 kB | 323/571 kB | 139/168 kB | 7.7/65 kB Progress (5): 0.7/1.2 MB | 352/392 kB | 327/571 kB | 139/168 kB | 7.7/65 kB Progress (5): 0.7/1.2 MB | 352/392 kB | 327/571 kB | 139/168 kB | 12/65 kB Progress (5): 0.7/1.2 MB | 352/392 kB | 327/571 kB | 139/168 kB | 16/65 kB Progress (5): 0.7/1.2 MB | 352/392 kB | 331/571 kB | 139/168 kB | 16/65 kB Progress (5): 0.7/1.2 MB | 352/392 kB | 335/571 kB | 139/168 kB | 16/65 kB Progress (5): 0.7/1.2 MB | 352/392 kB | 339/571 kB | 139/168 kB | 16/65 kB Progress (5): 0.7/1.2 MB | 352/392 kB | 344/571 kB | 139/168 kB | 16/65 kB Progress (5): 0.7/1.2 MB | 356/392 kB | 344/571 kB | 139/168 kB | 16/65 kB Progress (5): 0.7/1.2 MB | 356/392 kB | 344/571 kB | 139/168 kB | 20/65 kB Progress (5): 0.7/1.2 MB | 356/392 kB | 344/571 kB | 139/168 kB | 24/65 kB Progress (5): 0.7/1.2 MB | 356/392 kB | 344/571 kB | 139/168 kB | 24/65 kB Progress (5): 0.7/1.2 MB | 356/392 kB | 344/571 kB | 139/168 kB | 24/65 kB Progress (5): 0.7/1.2 MB | 356/392 kB | 344/571 kB | 139/168 kB | 24/65 kB Progress (5): 0.7/1.2 MB | 356/392 kB | 344/571 kB | 139/168 kB | 24/65 kB Progress (5): 0.7/1.2 MB | 356/392 kB | 344/571 kB | 143/168 kB | 24/65 kB Progress (5): 0.7/1.2 MB | 356/392 kB | 344/571 kB | 143/168 kB | 28/65 kB Progress (5): 0.7/1.2 MB | 356/392 kB | 344/571 kB | 143/168 kB | 32/65 kB Progress (5): 0.7/1.2 MB | 360/392 kB | 344/571 kB | 143/168 kB | 32/65 kB Progress (5): 0.7/1.2 MB | 360/392 kB | 348/571 kB | 143/168 kB | 32/65 kB Progress (5): 0.7/1.2 MB | 360/392 kB | 352/571 kB | 143/168 kB | 32/65 kB Progress (5): 0.7/1.2 MB | 360/392 kB | 352/571 kB | 143/168 kB | 32/65 kB Progress (5): 0.7/1.2 MB | 360/392 kB | 352/571 kB | 147/168 kB | 32/65 kB Progress (5): 0.7/1.2 MB | 360/392 kB | 352/571 kB | 147/168 kB | 32/65 kB Progress (5): 0.7/1.2 MB | 360/392 kB | 352/571 kB | 147/168 kB | 32/65 kB Progress (5): 0.8/1.2 MB | 360/392 kB | 352/571 kB | 147/168 kB | 32/65 kB Progress (5): 0.8/1.2 MB | 364/392 kB | 352/571 kB | 147/168 kB | 32/65 kB Progress (5): 0.8/1.2 MB | 368/392 kB | 352/571 kB | 147/168 kB | 32/65 kB Progress (5): 0.8/1.2 MB | 372/392 kB | 352/571 kB | 147/168 kB | 32/65 kB Progress (5): 0.8/1.2 MB | 372/392 kB | 356/571 kB | 147/168 kB | 32/65 kB Progress (5): 0.8/1.2 MB | 372/392 kB | 360/571 kB | 147/168 kB | 32/65 kB Progress (5): 0.8/1.2 MB | 372/392 kB | 360/571 kB | 147/168 kB | 36/65 kB Progress (5): 0.8/1.2 MB | 376/392 kB | 360/571 kB | 147/168 kB | 36/65 kB Progress (5): 0.8/1.2 MB | 376/392 kB | 360/571 kB | 147/168 kB | 36/65 kB Progress (5): 0.8/1.2 MB | 376/392 kB | 364/571 kB | 147/168 kB | 36/65 kB Progress (5): 0.8/1.2 MB | 376/392 kB | 368/571 kB | 147/168 kB | 36/65 kB Progress (5): 0.8/1.2 MB | 376/392 kB | 368/571 kB | 151/168 kB | 36/65 kB Progress (5): 0.8/1.2 MB | 376/392 kB | 372/571 kB | 151/168 kB | 36/65 kB Progress (5): 0.8/1.2 MB | 380/392 kB | 372/571 kB | 151/168 kB | 36/65 kB Progress (5): 0.8/1.2 MB | 384/392 kB | 372/571 kB | 151/168 kB | 36/65 kB Progress (5): 0.8/1.2 MB | 384/392 kB | 372/571 kB | 151/168 kB | 36/65 kB Progress (5): 0.8/1.2 MB | 384/392 kB | 372/571 kB | 151/168 kB | 36/65 kB Progress (5): 0.8/1.2 MB | 384/392 kB | 372/571 kB | 151/168 kB | 36/65 kB Progress (5): 0.8/1.2 MB | 384/392 kB | 372/571 kB | 151/168 kB | 40/65 kB Progress (5): 0.8/1.2 MB | 384/392 kB | 372/571 kB | 151/168 kB | 40/65 kB Progress (5): 0.8/1.2 MB | 384/392 kB | 372/571 kB | 151/168 kB | 40/65 kB Progress (5): 0.8/1.2 MB | 389/392 kB | 372/571 kB | 151/168 kB | 40/65 kB Progress (5): 0.8/1.2 MB | 389/392 kB | 376/571 kB | 151/168 kB | 40/65 kB Progress (5): 0.8/1.2 MB | 389/392 kB | 376/571 kB | 155/168 kB | 40/65 kB Progress (5): 0.8/1.2 MB | 392 kB | 376/571 kB | 155/168 kB | 40/65 kB Progress (5): 0.8/1.2 MB | 392 kB | 376/571 kB | 155/168 kB | 40/65 kB Progress (5): 0.8/1.2 MB | 392 kB | 380/571 kB | 155/168 kB | 40/65 kB Progress (5): 0.8/1.2 MB | 392 kB | 384/571 kB | 155/168 kB | 40/65 kB Progress (5): 0.8/1.2 MB | 392 kB | 384/571 kB | 155/168 kB | 45/65 kB Progress (5): 0.8/1.2 MB | 392 kB | 389/571 kB | 155/168 kB | 45/65 kB Progress (5): 0.8/1.2 MB | 392 kB | 393/571 kB | 155/168 kB | 45/65 kB Progress (5): 0.8/1.2 MB | 392 kB | 393/571 kB | 155/168 kB | 45/65 kB Progress (5): 0.8/1.2 MB | 392 kB | 393/571 kB | 159/168 kB | 45/65 kB Progress (5): 0.8/1.2 MB | 392 kB | 393/571 kB | 163/168 kB | 45/65 kB Progress (5): 0.8/1.2 MB | 392 kB | 393/571 kB | 167/168 kB | 45/65 kB Progress (5): 0.8/1.2 MB | 392 kB | 393/571 kB | 168 kB | 45/65 kB Progress (5): 0.8/1.2 MB | 392 kB | 397/571 kB | 168 kB | 45/65 kB Progress (5): 0.8/1.2 MB | 392 kB | 401/571 kB | 168 kB | 45/65 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 375 kB/s) Progress (4): 0.8/1.2 MB | 401/571 kB | 168 kB | 49/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 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 161 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jacoco/org.jacoco.agent/0.7.4.201502262128/org.jacoco.agent-0.7.4.201502262128-runtime.jar Progress (3): 0.8/1.2 MB | 405/571 kB | 49/65 kB Progress (3): 0.8/1.2 MB | 405/571 kB | 49/65 kB Progress (3): 0.8/1.2 MB | 409/571 kB | 49/65 kB Progress (3): 0.8/1.2 MB | 409/571 kB | 53/65 kB Progress (3): 0.8/1.2 MB | 409/571 kB | 53/65 kB Progress (3): 0.8/1.2 MB | 409/571 kB | 57/65 kB Progress (3): 0.8/1.2 MB | 409/571 kB | 57/65 kB Progress (3): 0.8/1.2 MB | 413/571 kB | 57/65 kB Progress (3): 0.8/1.2 MB | 413/571 kB | 61/65 kB Progress (3): 0.8/1.2 MB | 417/571 kB | 61/65 kB Progress (3): 0.8/1.2 MB | 417/571 kB | 61/65 kB Progress (3): 0.8/1.2 MB | 421/571 kB | 61/65 kB Progress (3): 0.8/1.2 MB | 425/571 kB | 61/65 kB Progress (3): 0.8/1.2 MB | 425/571 kB | 61/65 kB Progress (3): 0.8/1.2 MB | 425/571 kB | 61/65 kB Progress (3): 0.8/1.2 MB | 425/571 kB | 61/65 kB Progress (3): 0.8/1.2 MB | 425/571 kB | 65/65 kB Progress (3): 0.8/1.2 MB | 425/571 kB | 65/65 kB Progress (3): 0.8/1.2 MB | 430/571 kB | 65/65 kB Progress (3): 0.8/1.2 MB | 434/571 kB | 65/65 kB Progress (3): 0.8/1.2 MB | 438/571 kB | 65/65 kB Progress (3): 0.8/1.2 MB | 442/571 kB | 65/65 kB Progress (3): 0.8/1.2 MB | 442/571 kB | 65 kB Progress (3): 0.8/1.2 MB | 446/571 kB | 65 kB Progress (3): 0.8/1.2 MB | 450/571 kB | 65 kB Progress (3): 0.8/1.2 MB | 454/571 kB | 65 kB Progress (3): 0.8/1.2 MB | 454/571 kB | 65 kB Progress (3): 0.8/1.2 MB | 458/571 kB | 65 kB Progress (3): 0.8/1.2 MB | 458/571 kB | 65 kB Progress (3): 0.8/1.2 MB | 458/571 kB | 65 kB Progress (3): 0.8/1.2 MB | 458/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 62 kB/s) Progress (2): 0.8/1.2 MB | 462/571 kB Progress (2): 0.8/1.2 MB | 466/571 kB Progress (2): 0.8/1.2 MB | 471/571 kB Progress (2): 0.8/1.2 MB | 475/571 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jacoco/org.jacoco.core/0.7.4.201502262128/org.jacoco.core-0.7.4.201502262128.jar Progress (2): 0.8/1.2 MB | 479/571 kB Progress (2): 0.8/1.2 MB | 479/571 kB Progress (2): 0.8/1.2 MB | 483/571 kB Progress (3): 0.8/1.2 MB | 483/571 kB | 4.1/292 kB Progress (4): 0.8/1.2 MB | 483/571 kB | 4.1/292 kB | 4.1/109 kB Progress (4): 0.8/1.2 MB | 483/571 kB | 7.7/292 kB | 4.1/109 kB Progress (4): 0.8/1.2 MB | 487/571 kB | 7.7/292 kB | 4.1/109 kB Progress (4): 0.8/1.2 MB | 487/571 kB | 7.7/292 kB | 4.1/109 kB Progress (4): 0.8/1.2 MB | 491/571 kB | 7.7/292 kB | 4.1/109 kB Progress (4): 0.8/1.2 MB | 491/571 kB | 12/292 kB | 4.1/109 kB Progress (4): 0.8/1.2 MB | 491/571 kB | 16/292 kB | 4.1/109 kB Progress (4): 0.8/1.2 MB | 491/571 kB | 16/292 kB | 7.7/109 kB Progress (4): 0.8/1.2 MB | 495/571 kB | 16/292 kB | 7.7/109 kB Progress (4): 0.8/1.2 MB | 495/571 kB | 16/292 kB | 7.7/109 kB Progress (4): 0.8/1.2 MB | 499/571 kB | 16/292 kB | 7.7/109 kB Progress (4): 0.8/1.2 MB | 499/571 kB | 16/292 kB | 12/109 kB Progress (4): 0.8/1.2 MB | 503/571 kB | 16/292 kB | 12/109 kB Progress (4): 0.9/1.2 MB | 503/571 kB | 16/292 kB | 12/109 kB Progress (4): 0.9/1.2 MB | 503/571 kB | 20/292 kB | 12/109 kB Progress (4): 0.9/1.2 MB | 503/571 kB | 24/292 kB | 12/109 kB Progress (4): 0.9/1.2 MB | 503/571 kB | 28/292 kB | 12/109 kB Progress (4): 0.9/1.2 MB | 503/571 kB | 32/292 kB | 12/109 kB Progress (4): 0.9/1.2 MB | 503/571 kB | 36/292 kB | 12/109 kB Progress (4): 0.9/1.2 MB | 503/571 kB | 40/292 kB | 12/109 kB Progress (4): 0.9/1.2 MB | 503/571 kB | 45/292 kB | 12/109 kB Progress (4): 0.9/1.2 MB | 503/571 kB | 49/292 kB | 12/109 kB Progress (4): 0.9/1.2 MB | 503/571 kB | 53/292 kB | 12/109 kB Progress (4): 0.9/1.2 MB | 503/571 kB | 57/292 kB | 12/109 kB Progress (5): 0.9/1.2 MB | 503/571 kB | 57/292 kB | 12/109 kB | 4.1/136 kB Progress (5): 0.9/1.2 MB | 507/571 kB | 57/292 kB | 12/109 kB | 4.1/136 kB Progress (5): 0.9/1.2 MB | 507/571 kB | 57/292 kB | 16/109 kB | 4.1/136 kB Progress (5): 0.9/1.2 MB | 507/571 kB | 57/292 kB | 16/109 kB | 7.7/136 kB Progress (5): 0.9/1.2 MB | 511/571 kB | 57/292 kB | 16/109 kB | 7.7/136 kB Progress (5): 0.9/1.2 MB | 511/571 kB | 57/292 kB | 16/109 kB | 7.7/136 kB Progress (5): 0.9/1.2 MB | 511/571 kB | 57/292 kB | 16/109 kB | 7.7/136 kB Progress (5): 0.9/1.2 MB | 511/571 kB | 61/292 kB | 16/109 kB | 7.7/136 kB Progress (5): 0.9/1.2 MB | 511/571 kB | 65/292 kB | 16/109 kB | 7.7/136 kB Progress (5): 0.9/1.2 MB | 511/571 kB | 65/292 kB | 16/109 kB | 7.7/136 kB Progress (5): 0.9/1.2 MB | 511/571 kB | 65/292 kB | 20/109 kB | 7.7/136 kB Progress (5): 0.9/1.2 MB | 516/571 kB | 65/292 kB | 20/109 kB | 7.7/136 kB Progress (5): 0.9/1.2 MB | 516/571 kB | 65/292 kB | 20/109 kB | 12/136 kB Progress (5): 0.9/1.2 MB | 520/571 kB | 65/292 kB | 20/109 kB | 12/136 kB Progress (5): 0.9/1.2 MB | 520/571 kB | 69/292 kB | 20/109 kB | 12/136 kB Progress (5): 0.9/1.2 MB | 520/571 kB | 73/292 kB | 20/109 kB | 12/136 kB Progress (5): 0.9/1.2 MB | 520/571 kB | 73/292 kB | 24/109 kB | 12/136 kB Progress (5): 0.9/1.2 MB | 520/571 kB | 73/292 kB | 28/109 kB | 12/136 kB Progress (5): 0.9/1.2 MB | 520/571 kB | 73/292 kB | 32/109 kB | 12/136 kB Progress (5): 0.9/1.2 MB | 520/571 kB | 73/292 kB | 36/109 kB | 12/136 kB Progress (5): 0.9/1.2 MB | 520/571 kB | 73/292 kB | 40/109 kB | 12/136 kB Progress (5): 0.9/1.2 MB | 520/571 kB | 73/292 kB | 45/109 kB | 12/136 kB Progress (5): 0.9/1.2 MB | 520/571 kB | 73/292 kB | 49/109 kB | 12/136 kB Progress (5): 0.9/1.2 MB | 520/571 kB | 73/292 kB | 53/109 kB | 12/136 kB Progress (5): 0.9/1.2 MB | 520/571 kB | 73/292 kB | 57/109 kB | 12/136 kB Progress (5): 0.9/1.2 MB | 520/571 kB | 73/292 kB | 61/109 kB | 12/136 kB Progress (5): 0.9/1.2 MB | 520/571 kB | 73/292 kB | 65/109 kB | 12/136 kB Progress (5): 0.9/1.2 MB | 520/571 kB | 73/292 kB | 69/109 kB | 12/136 kB Progress (5): 0.9/1.2 MB | 520/571 kB | 73/292 kB | 73/109 kB | 12/136 kB Progress (5): 0.9/1.2 MB | 520/571 kB | 73/292 kB | 77/109 kB | 12/136 kB Progress (5): 0.9/1.2 MB | 520/571 kB | 73/292 kB | 81/109 kB | 12/136 kB Progress (5): 0.9/1.2 MB | 520/571 kB | 73/292 kB | 81/109 kB | 12/136 kB Progress (5): 0.9/1.2 MB | 520/571 kB | 73/292 kB | 85/109 kB | 12/136 kB Progress (5): 0.9/1.2 MB | 520/571 kB | 77/292 kB | 85/109 kB | 12/136 kB Progress (5): 0.9/1.2 MB | 524/571 kB | 77/292 kB | 85/109 kB | 12/136 kB Progress (5): 0.9/1.2 MB | 524/571 kB | 77/292 kB | 85/109 kB | 16/136 kB Progress (5): 0.9/1.2 MB | 528/571 kB | 77/292 kB | 85/109 kB | 16/136 kB Progress (5): 0.9/1.2 MB | 532/571 kB | 77/292 kB | 85/109 kB | 16/136 kB Progress (5): 0.9/1.2 MB | 532/571 kB | 77/292 kB | 85/109 kB | 16/136 kB Progress (5): 0.9/1.2 MB | 532/571 kB | 81/292 kB | 85/109 kB | 16/136 kB Progress (5): 0.9/1.2 MB | 532/571 kB | 81/292 kB | 90/109 kB | 16/136 kB Progress (5): 0.9/1.2 MB | 532/571 kB | 81/292 kB | 90/109 kB | 16/136 kB Progress (5): 0.9/1.2 MB | 532/571 kB | 85/292 kB | 90/109 kB | 16/136 kB Progress (5): 0.9/1.2 MB | 536/571 kB | 85/292 kB | 90/109 kB | 16/136 kB Progress (5): 0.9/1.2 MB | 536/571 kB | 85/292 kB | 90/109 kB | 20/136 kB Progress (5): 0.9/1.2 MB | 540/571 kB | 85/292 kB | 90/109 kB | 20/136 kB Progress (5): 0.9/1.2 MB | 540/571 kB | 90/292 kB | 90/109 kB | 20/136 kB Progress (5): 0.9/1.2 MB | 540/571 kB | 94/292 kB | 90/109 kB | 20/136 kB Progress (5): 0.9/1.2 MB | 540/571 kB | 98/292 kB | 90/109 kB | 20/136 kB Progress (5): 0.9/1.2 MB | 544/571 kB | 98/292 kB | 90/109 kB | 20/136 kB Progress (5): 0.9/1.2 MB | 548/571 kB | 98/292 kB | 90/109 kB | 20/136 kB Progress (5): 0.9/1.2 MB | 548/571 kB | 102/292 kB | 90/109 kB | 20/136 kB Progress (5): 0.9/1.2 MB | 548/571 kB | 102/292 kB | 90/109 kB | 20/136 kB Progress (5): 0.9/1.2 MB | 548/571 kB | 102/292 kB | 94/109 kB | 20/136 kB Progress (5): 0.9/1.2 MB | 548/571 kB | 102/292 kB | 94/109 kB | 20/136 kB Progress (5): 0.9/1.2 MB | 548/571 kB | 106/292 kB | 94/109 kB | 20/136 kB Progress (5): 0.9/1.2 MB | 548/571 kB | 110/292 kB | 94/109 kB | 20/136 kB Progress (5): 0.9/1.2 MB | 548/571 kB | 114/292 kB | 94/109 kB | 20/136 kB Progress (5): 0.9/1.2 MB | 548/571 kB | 114/292 kB | 94/109 kB | 20/136 kB Progress (5): 0.9/1.2 MB | 548/571 kB | 114/292 kB | 94/109 kB | 20/136 kB Progress (5): 0.9/1.2 MB | 548/571 kB | 114/292 kB | 94/109 kB | 20/136 kB Progress (5): 0.9/1.2 MB | 548/571 kB | 114/292 kB | 94/109 kB | 20/136 kB Progress (5): 0.9/1.2 MB | 552/571 kB | 114/292 kB | 94/109 kB | 20/136 kB Progress (5): 0.9/1.2 MB | 552/571 kB | 114/292 kB | 94/109 kB | 24/136 kB Progress (5): 0.9/1.2 MB | 557/571 kB | 114/292 kB | 94/109 kB | 24/136 kB Progress (5): 0.9/1.2 MB | 557/571 kB | 114/292 kB | 94/109 kB | 24/136 kB Progress (5): 0.9/1.2 MB | 557/571 kB | 118/292 kB | 94/109 kB | 24/136 kB Progress (5): 0.9/1.2 MB | 557/571 kB | 118/292 kB | 98/109 kB | 24/136 kB Progress (5): 0.9/1.2 MB | 561/571 kB | 118/292 kB | 98/109 kB | 24/136 kB Progress (5): 0.9/1.2 MB | 561/571 kB | 122/292 kB | 98/109 kB | 24/136 kB Progress (5): 0.9/1.2 MB | 561/571 kB | 122/292 kB | 98/109 kB | 24/136 kB Progress (5): 0.9/1.2 MB | 561/571 kB | 122/292 kB | 98/109 kB | 28/136 kB Progress (5): 0.9/1.2 MB | 561/571 kB | 122/292 kB | 98/109 kB | 28/136 kB Progress (5): 0.9/1.2 MB | 561/571 kB | 122/292 kB | 102/109 kB | 28/136 kB Progress (5): 0.9/1.2 MB | 561/571 kB | 126/292 kB | 102/109 kB | 28/136 kB Progress (5): 0.9/1.2 MB | 565/571 kB | 126/292 kB | 102/109 kB | 28/136 kB Progress (5): 0.9/1.2 MB | 565/571 kB | 131/292 kB | 102/109 kB | 28/136 kB Progress (5): 0.9/1.2 MB | 565/571 kB | 131/292 kB | 106/109 kB | 28/136 kB Progress (5): 0.9/1.2 MB | 565/571 kB | 131/292 kB | 109 kB | 28/136 kB Progress (5): 0.9/1.2 MB | 565/571 kB | 135/292 kB | 109 kB | 28/136 kB Progress (5): 0.9/1.2 MB | 565/571 kB | 135/292 kB | 109 kB | 28/136 kB Progress (5): 0.9/1.2 MB | 565/571 kB | 135/292 kB | 109 kB | 32/136 kB Progress (5): 0.9/1.2 MB | 565/571 kB | 139/292 kB | 109 kB | 32/136 kB Progress (5): 0.9/1.2 MB | 565/571 kB | 143/292 kB | 109 kB | 32/136 kB Progress (5): 0.9/1.2 MB | 565/571 kB | 147/292 kB | 109 kB | 32/136 kB Progress (5): 0.9/1.2 MB | 569/571 kB | 147/292 kB | 109 kB | 32/136 kB Progress (5): 0.9/1.2 MB | 569/571 kB | 147/292 kB | 109 kB | 36/136 kB Progress (5): 0.9/1.2 MB | 569/571 kB | 147/292 kB | 109 kB | 40/136 kB Progress (5): 0.9/1.2 MB | 569/571 kB | 147/292 kB | 109 kB | 40/136 kB Progress (5): 0.9/1.2 MB | 569/571 kB | 147/292 kB | 109 kB | 45/136 kB Progress (5): 0.9/1.2 MB | 569/571 kB | 151/292 kB | 109 kB | 45/136 kB Progress (5): 0.9/1.2 MB | 571 kB | 151/292 kB | 109 kB | 45/136 kB Progress (5): 0.9/1.2 MB | 571 kB | 155/292 kB | 109 kB | 45/136 kB Progress (5): 0.9/1.2 MB | 571 kB | 155/292 kB | 109 kB | 49/136 kB Progress (5): 0.9/1.2 MB | 571 kB | 155/292 kB | 109 kB | 49/136 kB Progress (5): 0.9/1.2 MB | 571 kB | 159/292 kB | 109 kB | 49/136 kB Progress (5): 0.9/1.2 MB | 571 kB | 159/292 kB | 109 kB | 53/136 kB Progress (5): 0.9/1.2 MB | 571 kB | 159/292 kB | 109 kB | 57/136 kB Progress (5): 0.9/1.2 MB | 571 kB | 159/292 kB | 109 kB | 57/136 kB Progress (5): 0.9/1.2 MB | 571 kB | 159/292 kB | 109 kB | 61/136 kB Progress (5): 0.9/1.2 MB | 571 kB | 159/292 kB | 109 kB | 65/136 kB Progress (5): 0.9/1.2 MB | 571 kB | 163/292 kB | 109 kB | 65/136 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 89 kB/s) 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 Progress (4): 0.9/1.2 MB | 571 kB | 163/292 kB | 65/136 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 465 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jacoco/org.jacoco.report/0.7.4.201502262128/org.jacoco.report-0.7.4.201502262128.jar Progress (3): 0.9/1.2 MB | 167/292 kB | 65/136 kB Progress (3): 0.9/1.2 MB | 171/292 kB | 65/136 kB Progress (3): 0.9/1.2 MB | 176/292 kB | 65/136 kB Progress (3): 0.9/1.2 MB | 180/292 kB | 65/136 kB Progress (3): 0.9/1.2 MB | 180/292 kB | 69/136 kB Progress (3): 0.9/1.2 MB | 180/292 kB | 73/136 kB Progress (3): 0.9/1.2 MB | 180/292 kB | 77/136 kB Progress (3): 0.9/1.2 MB | 180/292 kB | 81/136 kB Progress (3): 0.9/1.2 MB | 180/292 kB | 85/136 kB Progress (3): 0.9/1.2 MB | 180/292 kB | 90/136 kB Progress (3): 0.9/1.2 MB | 180/292 kB | 94/136 kB Progress (3): 0.9/1.2 MB | 180/292 kB | 98/136 kB Progress (3): 0.9/1.2 MB | 184/292 kB | 98/136 kB Progress (3): 0.9/1.2 MB | 188/292 kB | 98/136 kB Progress (3): 0.9/1.2 MB | 192/292 kB | 98/136 kB Progress (3): 0.9/1.2 MB | 196/292 kB | 98/136 kB Progress (3): 0.9/1.2 MB | 196/292 kB | 98/136 kB Progress (3): 0.9/1.2 MB | 196/292 kB | 102/136 kB Progress (3): 0.9/1.2 MB | 200/292 kB | 102/136 kB Progress (3): 0.9/1.2 MB | 204/292 kB | 102/136 kB Progress (3): 0.9/1.2 MB | 204/292 kB | 102/136 kB Progress (3): 0.9/1.2 MB | 208/292 kB | 102/136 kB Progress (3): 0.9/1.2 MB | 212/292 kB | 102/136 kB Progress (3): 0.9/1.2 MB | 212/292 kB | 106/136 kB Progress (4): 0.9/1.2 MB | 212/292 kB | 106/136 kB | 4.1/380 kB Progress (4): 0.9/1.2 MB | 212/292 kB | 106/136 kB | 7.7/380 kB Progress (4): 0.9/1.2 MB | 212/292 kB | 106/136 kB | 12/380 kB Progress (4): 0.9/1.2 MB | 212/292 kB | 106/136 kB | 16/380 kB Progress (4): 0.9/1.2 MB | 212/292 kB | 106/136 kB | 20/380 kB Progress (4): 0.9/1.2 MB | 212/292 kB | 106/136 kB | 24/380 kB Progress (4): 0.9/1.2 MB | 212/292 kB | 106/136 kB | 28/380 kB Progress (5): 0.9/1.2 MB | 212/292 kB | 106/136 kB | 28/380 kB | 4.1/143 kB Progress (5): 0.9/1.2 MB | 212/292 kB | 106/136 kB | 28/380 kB | 4.1/143 kB Progress (5): 0.9/1.2 MB | 212/292 kB | 106/136 kB | 28/380 kB | 7.7/143 kB Progress (5): 0.9/1.2 MB | 212/292 kB | 106/136 kB | 32/380 kB | 7.7/143 kB Progress (5): 0.9/1.2 MB | 217/292 kB | 106/136 kB | 32/380 kB | 7.7/143 kB Progress (5): 0.9/1.2 MB | 217/292 kB | 110/136 kB | 32/380 kB | 7.7/143 kB Progress (5): 0.9/1.2 MB | 221/292 kB | 110/136 kB | 32/380 kB | 7.7/143 kB Progress (5): 0.9/1.2 MB | 221/292 kB | 110/136 kB | 32/380 kB | 12/143 kB Progress (5): 0.9/1.2 MB | 221/292 kB | 110/136 kB | 32/380 kB | 12/143 kB Progress (5): 0.9/1.2 MB | 221/292 kB | 110/136 kB | 32/380 kB | 16/143 kB Progress (5): 0.9/1.2 MB | 225/292 kB | 110/136 kB | 32/380 kB | 16/143 kB Progress (5): 0.9/1.2 MB | 229/292 kB | 110/136 kB | 32/380 kB | 16/143 kB Progress (5): 1.0/1.2 MB | 229/292 kB | 110/136 kB | 32/380 kB | 16/143 kB Progress (5): 1.0/1.2 MB | 229/292 kB | 110/136 kB | 32/380 kB | 20/143 kB Progress (5): 1.0/1.2 MB | 229/292 kB | 110/136 kB | 36/380 kB | 20/143 kB Progress (5): 1.0/1.2 MB | 229/292 kB | 114/136 kB | 36/380 kB | 20/143 kB Progress (5): 1.0/1.2 MB | 229/292 kB | 114/136 kB | 40/380 kB | 20/143 kB Progress (5): 1.0/1.2 MB | 233/292 kB | 114/136 kB | 40/380 kB | 20/143 kB Progress (5): 1.0/1.2 MB | 233/292 kB | 114/136 kB | 40/380 kB | 24/143 kB Progress (5): 1.0/1.2 MB | 233/292 kB | 114/136 kB | 40/380 kB | 24/143 kB Progress (5): 1.0/1.2 MB | 233/292 kB | 114/136 kB | 40/380 kB | 28/143 kB Progress (5): 1.0/1.2 MB | 237/292 kB | 114/136 kB | 40/380 kB | 28/143 kB Progress (5): 1.0/1.2 MB | 241/292 kB | 114/136 kB | 40/380 kB | 28/143 kB Progress (5): 1.0/1.2 MB | 245/292 kB | 114/136 kB | 40/380 kB | 28/143 kB Progress (5): 1.0/1.2 MB | 245/292 kB | 114/136 kB | 45/380 kB | 28/143 kB Progress (5): 1.0/1.2 MB | 245/292 kB | 114/136 kB | 49/380 kB | 28/143 kB Progress (5): 1.0/1.2 MB | 245/292 kB | 118/136 kB | 49/380 kB | 28/143 kB Progress (5): 1.0/1.2 MB | 245/292 kB | 118/136 kB | 49/380 kB | 32/143 kB Progress (5): 1.0/1.2 MB | 245/292 kB | 118/136 kB | 49/380 kB | 32/143 kB Progress (5): 1.0/1.2 MB | 245/292 kB | 118/136 kB | 49/380 kB | 32/143 kB Progress (5): 1.0/1.2 MB | 249/292 kB | 118/136 kB | 49/380 kB | 32/143 kB Progress (5): 1.0/1.2 MB | 253/292 kB | 118/136 kB | 49/380 kB | 32/143 kB Progress (5): 1.0/1.2 MB | 258/292 kB | 118/136 kB | 49/380 kB | 32/143 kB Progress (5): 1.0/1.2 MB | 262/292 kB | 118/136 kB | 49/380 kB | 32/143 kB Progress (5): 1.0/1.2 MB | 266/292 kB | 118/136 kB | 49/380 kB | 32/143 kB Progress (5): 1.0/1.2 MB | 270/292 kB | 118/136 kB | 49/380 kB | 32/143 kB Progress (5): 1.0/1.2 MB | 274/292 kB | 118/136 kB | 49/380 kB | 32/143 kB Progress (5): 1.0/1.2 MB | 278/292 kB | 118/136 kB | 49/380 kB | 32/143 kB Progress (5): 1.0/1.2 MB | 282/292 kB | 118/136 kB | 49/380 kB | 32/143 kB Progress (5): 1.0/1.2 MB | 286/292 kB | 118/136 kB | 49/380 kB | 32/143 kB Progress (5): 1.0/1.2 MB | 286/292 kB | 122/136 kB | 49/380 kB | 32/143 kB Progress (5): 1.0/1.2 MB | 286/292 kB | 126/136 kB | 49/380 kB | 32/143 kB Progress (5): 1.0/1.2 MB | 286/292 kB | 131/136 kB | 49/380 kB | 32/143 kB Progress (5): 1.0/1.2 MB | 290/292 kB | 131/136 kB | 49/380 kB | 32/143 kB Progress (5): 1.0/1.2 MB | 290/292 kB | 131/136 kB | 49/380 kB | 32/143 kB Progress (5): 1.0/1.2 MB | 290/292 kB | 131/136 kB | 49/380 kB | 36/143 kB Progress (5): 1.0/1.2 MB | 290/292 kB | 131/136 kB | 53/380 kB | 36/143 kB Progress (5): 1.0/1.2 MB | 290/292 kB | 131/136 kB | 53/380 kB | 40/143 kB Progress (5): 1.0/1.2 MB | 290/292 kB | 131/136 kB | 53/380 kB | 40/143 kB Progress (5): 1.0/1.2 MB | 292 kB | 131/136 kB | 53/380 kB | 40/143 kB Progress (5): 1.0/1.2 MB | 292 kB | 135/136 kB | 53/380 kB | 40/143 kB Progress (5): 1.0/1.2 MB | 292 kB | 135/136 kB | 53/380 kB | 40/143 kB Progress (5): 1.0/1.2 MB | 292 kB | 135/136 kB | 53/380 kB | 45/143 kB Progress (5): 1.0/1.2 MB | 292 kB | 135/136 kB | 53/380 kB | 49/143 kB Progress (5): 1.0/1.2 MB | 292 kB | 135/136 kB | 57/380 kB | 49/143 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jacoco/org.jacoco.agent/0.7.4.201502262128/org.jacoco.agent-0.7.4.201502262128-runtime.jar (292 kB at 220 kB/s) Progress (4): 1.0/1.2 MB | 135/136 kB | 57/380 kB | 49/143 kB Progress (4): 1.0/1.2 MB | 136 kB | 57/380 kB | 49/143 kB Progress (4): 1.0/1.2 MB | 136 kB | 57/380 kB | 53/143 kB Progress (4): 1.0/1.2 MB | 136 kB | 57/380 kB | 57/143 kB Progress (4): 1.0/1.2 MB | 136 kB | 61/380 kB | 57/143 kB Progress (4): 1.0/1.2 MB | 136 kB | 61/380 kB | 61/143 kB Progress (4): 1.0/1.2 MB | 136 kB | 61/380 kB | 61/143 kB Progress (4): 1.0/1.2 MB | 136 kB | 61/380 kB | 65/143 kB Progress (4): 1.0/1.2 MB | 136 kB | 65/380 kB | 65/143 kB Progress (4): 1.0/1.2 MB | 136 kB | 65/380 kB | 65/143 kB Progress (4): 1.0/1.2 MB | 136 kB | 65/380 kB | 65/143 kB Progress (4): 1.0/1.2 MB | 136 kB | 65/380 kB | 65/143 kB Progress (4): 1.0/1.2 MB | 136 kB | 65/380 kB | 69/143 kB Progress (4): 1.0/1.2 MB | 136 kB | 69/380 kB | 69/143 kB Progress (4): 1.0/1.2 MB | 136 kB | 69/380 kB | 73/143 kB Progress (4): 1.0/1.2 MB | 136 kB | 73/380 kB | 73/143 kB Progress (4): 1.0/1.2 MB | 136 kB | 73/380 kB | 73/143 kB Progress (4): 1.0/1.2 MB | 136 kB | 73/380 kB | 73/143 kB Progress (4): 1.0/1.2 MB | 136 kB | 73/380 kB | 77/143 kB Progress (4): 1.0/1.2 MB | 136 kB | 73/380 kB | 77/143 kB Progress (4): 1.0/1.2 MB | 136 kB | 77/380 kB | 77/143 kB Progress (4): 1.0/1.2 MB | 136 kB | 77/380 kB | 77/143 kB Progress (4): 1.0/1.2 MB | 136 kB | 77/380 kB | 81/143 kB Progress (4): 1.0/1.2 MB | 136 kB | 77/380 kB | 81/143 kB Progress (4): 1.0/1.2 MB | 136 kB | 81/380 kB | 81/143 kB Progress (4): 1.0/1.2 MB | 136 kB | 81/380 kB | 81/143 kB Progress (4): 1.0/1.2 MB | 136 kB | 81/380 kB | 81/143 kB Progress (4): 1.0/1.2 MB | 136 kB | 81/380 kB | 81/143 kB Progress (4): 1.0/1.2 MB | 136 kB | 85/380 kB | 81/143 kB Progress (4): 1.0/1.2 MB | 136 kB | 90/380 kB | 81/143 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jacoco/org.jacoco.core/0.7.4.201502262128/org.jacoco.core-0.7.4.201502262128.jar (136 kB at 102 kB/s) Progress (3): 1.0/1.2 MB | 90/380 kB | 85/143 kB Progress (3): 1.0/1.2 MB | 90/380 kB | 90/143 kB Progress (3): 1.0/1.2 MB | 94/380 kB | 90/143 kB Progress (3): 1.0/1.2 MB | 94/380 kB | 90/143 kB Progress (3): 1.0/1.2 MB | 98/380 kB | 90/143 kB Progress (3): 1.0/1.2 MB | 98/380 kB | 94/143 kB Progress (3): 1.0/1.2 MB | 98/380 kB | 94/143 kB Progress (3): 1.0/1.2 MB | 98/380 kB | 98/143 kB Progress (3): 1.0/1.2 MB | 98/380 kB | 98/143 kB Progress (3): 1.0/1.2 MB | 98/380 kB | 98/143 kB Progress (3): 1.0/1.2 MB | 102/380 kB | 98/143 kB Progress (3): 1.0/1.2 MB | 106/380 kB | 98/143 kB Progress (3): 1.0/1.2 MB | 106/380 kB | 102/143 kB Progress (3): 1.0/1.2 MB | 110/380 kB | 102/143 kB Progress (3): 1.1/1.2 MB | 110/380 kB | 102/143 kB Progress (3): 1.1/1.2 MB | 110/380 kB | 106/143 kB Progress (3): 1.1/1.2 MB | 110/380 kB | 106/143 kB Progress (3): 1.1/1.2 MB | 114/380 kB | 106/143 kB Progress (3): 1.1/1.2 MB | 114/380 kB | 106/143 kB Progress (3): 1.1/1.2 MB | 114/380 kB | 110/143 kB Progress (3): 1.1/1.2 MB | 114/380 kB | 114/143 kB Progress (3): 1.1/1.2 MB | 118/380 kB | 114/143 kB Progress (3): 1.1/1.2 MB | 122/380 kB | 114/143 kB Progress (3): 1.1/1.2 MB | 122/380 kB | 114/143 kB Progress (3): 1.1/1.2 MB | 126/380 kB | 114/143 kB Progress (3): 1.1/1.2 MB | 131/380 kB | 114/143 kB Progress (3): 1.1/1.2 MB | 131/380 kB | 114/143 kB Progress (3): 1.1/1.2 MB | 131/380 kB | 114/143 kB Progress (3): 1.1/1.2 MB | 131/380 kB | 114/143 kB Progress (3): 1.1/1.2 MB | 131/380 kB | 114/143 kB Progress (3): 1.1/1.2 MB | 131/380 kB | 118/143 kB Progress (3): 1.1/1.2 MB | 135/380 kB | 118/143 kB Progress (3): 1.1/1.2 MB | 135/380 kB | 122/143 kB Progress (3): 1.1/1.2 MB | 139/380 kB | 122/143 kB Progress (3): 1.1/1.2 MB | 139/380 kB | 126/143 kB Progress (3): 1.1/1.2 MB | 143/380 kB | 126/143 kB Progress (3): 1.1/1.2 MB | 143/380 kB | 126/143 kB Progress (3): 1.1/1.2 MB | 147/380 kB | 126/143 kB Progress (3): 1.1/1.2 MB | 147/380 kB | 131/143 kB Progress (3): 1.1/1.2 MB | 147/380 kB | 131/143 kB Progress (3): 1.1/1.2 MB | 147/380 kB | 131/143 kB Progress (3): 1.1/1.2 MB | 147/380 kB | 131/143 kB Progress (3): 1.1/1.2 MB | 151/380 kB | 131/143 kB Progress (3): 1.1/1.2 MB | 151/380 kB | 135/143 kB Progress (3): 1.1/1.2 MB | 155/380 kB | 135/143 kB Progress (3): 1.1/1.2 MB | 155/380 kB | 139/143 kB Progress (3): 1.1/1.2 MB | 155/380 kB | 139/143 kB Progress (3): 1.1/1.2 MB | 159/380 kB | 139/143 kB Progress (3): 1.1/1.2 MB | 159/380 kB | 139/143 kB Progress (3): 1.1/1.2 MB | 159/380 kB | 143 kB Progress (3): 1.1/1.2 MB | 159/380 kB | 143 kB Progress (3): 1.1/1.2 MB | 163/380 kB | 143 kB Progress (3): 1.1/1.2 MB | 163/380 kB | 143 kB Progress (3): 1.1/1.2 MB | 167/380 kB | 143 kB Progress (3): 1.1/1.2 MB | 167/380 kB | 143 kB Progress (3): 1.1/1.2 MB | 171/380 kB | 143 kB Progress (3): 1.1/1.2 MB | 171/380 kB | 143 kB Progress (3): 1.1/1.2 MB | 176/380 kB | 143 kB Progress (3): 1.1/1.2 MB | 176/380 kB | 143 kB Progress (3): 1.1/1.2 MB | 180/380 kB | 143 kB Progress (3): 1.1/1.2 MB | 180/380 kB | 143 kB Progress (3): 1.1/1.2 MB | 184/380 kB | 143 kB Progress (3): 1.1/1.2 MB | 184/380 kB | 143 kB Progress (3): 1.1/1.2 MB | 188/380 kB | 143 kB Progress (3): 1.1/1.2 MB | 188/380 kB | 143 kB Progress (3): 1.1/1.2 MB | 188/380 kB | 143 kB Progress (3): 1.1/1.2 MB | 192/380 kB | 143 kB Progress (3): 1.1/1.2 MB | 192/380 kB | 143 kB Progress (3): 1.1/1.2 MB | 196/380 kB | 143 kB Progress (3): 1.2/1.2 MB | 196/380 kB | 143 kB Progress (3): 1.2/1.2 MB | 200/380 kB | 143 kB Progress (3): 1.2/1.2 MB | 204/380 kB | 143 kB Progress (3): 1.2/1.2 MB | 204/380 kB | 143 kB Progress (3): 1.2/1.2 MB | 204/380 kB | 143 kB Progress (3): 1.2/1.2 MB | 204/380 kB | 143 kB Progress (3): 1.2/1.2 MB | 208/380 kB | 143 kB Progress (3): 1.2/1.2 MB | 212/380 kB | 143 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jacoco/org.jacoco.report/0.7.4.201502262128/org.jacoco.report-0.7.4.201502262128.jar (143 kB at 105 kB/s) Progress (2): 1.2/1.2 MB | 217/380 kB Progress (2): 1.2/1.2 MB | 217/380 kB Progress (2): 1.2/1.2 MB | 221/380 kB Progress (2): 1.2/1.2 MB | 221/380 kB Progress (2): 1.2/1.2 MB | 225/380 kB Progress (2): 1.2/1.2 MB | 225/380 kB Progress (2): 1.2/1.2 MB | 229/380 kB Progress (2): 1.2/1.2 MB | 229/380 kB Progress (2): 1.2/1.2 MB | 233/380 kB Progress (2): 1.2/1.2 MB | 237/380 kB Progress (2): 1.2/1.2 MB | 237/380 kB Progress (2): 1.2/1.2 MB | 241/380 kB Progress (2): 1.2/1.2 MB | 241/380 kB Progress (2): 1.2/1.2 MB | 241/380 kB Progress (2): 1.2/1.2 MB | 241/380 kB Progress (2): 1.2/1.2 MB | 245/380 kB Progress (2): 1.2/1.2 MB | 245/380 kB Progress (2): 1.2/1.2 MB | 245/380 kB Progress (2): 1.2/1.2 MB | 245/380 kB Progress (2): 1.2/1.2 MB | 245/380 kB Progress (2): 1.2 MB | 245/380 kB Progress (2): 1.2 MB | 249/380 kB Progress (2): 1.2 MB | 253/380 kB Progress (2): 1.2 MB | 258/380 kB Progress (2): 1.2 MB | 262/380 kB Progress (2): 1.2 MB | 266/380 kB Progress (2): 1.2 MB | 270/380 kB Progress (2): 1.2 MB | 274/380 kB Progress (2): 1.2 MB | 278/380 kB Progress (2): 1.2 MB | 282/380 kB Progress (2): 1.2 MB | 286/380 kB Progress (2): 1.2 MB | 290/380 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 851 kB/s) 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 263 kB/s) [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/swtbot-sonar/.repository/org/jacoco/org.jacoco.agent/0.7.4.201502262128/org.jacoco.agent-0.7.4.201502262128-runtime.jar=destfile=/home/jenkins/agent/workspace/target/jacoco.exec,append=true,includes=org.eclipse.swtbot.* [INFO] [INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ parent --- [INFO] [INFO] --- tycho-source-feature-plugin:1.3.0:source-feature (source-feature) @ parent --- [INFO] [INFO] --- tycho-pack200a-plugin:1.3.0:normalize (pack200-normalize) @ parent --- Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/extras/tycho-pack200-impl/1.3.0/tycho-pack200-impl-1.3.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/extras/tycho-pack200-impl/1.3.0/tycho-pack200-impl-1.3.0.pom Progress (1): 1.0 kB Progress (1): 1.0 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/extras/tycho-pack200-impl/1.3.0/tycho-pack200-impl-1.3.0.pom (1.0 kB at 40 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/extras/tycho-pack200-impl/1.3.0/tycho-pack200-impl-1.3.0.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/extras/tycho-pack200-impl/1.3.0/tycho-pack200-impl-1.3.0.jar Progress (1): 4.1/14 kB Progress (1): 7.7/14 kB Progress (1): 12/14 kB Progress (1): 14 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/extras/tycho-pack200-impl/1.3.0/tycho-pack200-impl-1.3.0.jar (14 kB at 319 kB/s) [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.3:sign (sign) @ parent --- Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-core/3.1.1/maven-core-3.1.1.pom 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 Progress (1): 796 B Progress (1): 3.6 kB Progress (1): 5.8 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 291 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven/3.1.1/maven-3.1.1.pom 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 Progress (1): 771 B Progress (1): 1.9 kB Progress (1): 3.7 kB Progress (1): 7.6 kB Progress (1): 12 kB Progress (1): 13 kB Progress (1): 16 kB Progress (1): 19 kB Progress (1): 22 kB Progress (1): 22 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/3.1.1/maven-3.1.1.pom (22 kB at 850 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-model/3.1.1/maven-model-3.1.1.pom 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 Progress (1): 804 B Progress (1): 2.3 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 118 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-utils/3.0.15/plexus-utils-3.0.15.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.15/plexus-utils-3.0.15.pom Progress (1): 817 B Progress (1): 2.3 kB 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 150 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-settings/3.1.1/maven-settings-3.1.1.pom 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 Progress (1): 830 B 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 68 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-settings-builder/3.1.1/maven-settings-builder-3.1.1.pom 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 Progress (1): 823 B 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 76 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-interpolation/1.19/plexus-interpolation-1.19.pom 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 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) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-components/1.3.1/plexus-components-1.3.1.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-components/1.3.1/plexus-components-1.3.1.pom Progress (1): 1.3 kB 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 170 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-repository-metadata/3.1.1/maven-repository-metadata-3.1.1.pom 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 Progress (1): 823 B 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 64 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-artifact/3.1.1/maven-artifact-3.1.1.pom 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 Progress (1): 845 B 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 53 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-plugin-api/3.1.1/maven-plugin-api-3.1.1.pom 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 Progress (1): 816 B Progress (1): 2.5 kB 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 99 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/sisu/org.eclipse.sisu.plexus/0.0.0.M5/org.eclipse.sisu.plexus-0.0.0.M5.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/org.eclipse.sisu.plexus/0.0.0.M5/org.eclipse.sisu.plexus-0.0.0.M5.pom Progress (1): 894 B Progress (1): 3.6 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 93 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/sisu/sisu-plexus/0.0.0.M5/sisu-plexus-0.0.0.M5.pom 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 Progress (1): 861 B Progress (1): 2.8 kB Progress (1): 5.1 kB Progress (1): 9.2 kB Progress (1): 9.4 kB Progress (1): 11 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 330 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/oss/oss-parent/7/oss-parent-7.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/oss/oss-parent/7/oss-parent-7.pom Progress (1): 848 B Progress (1): 2.5 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 118 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/javax/enterprise/cdi-api/1.0/cdi-api-1.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/enterprise/cdi-api/1.0/cdi-api-1.0.pom Progress (1): 1.4 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/enterprise/cdi-api/1.0/cdi-api-1.0.pom (1.4 kB at 65 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/jboss/weld/weld-api-parent/1.0/weld-api-parent-1.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/weld/weld-api-parent/1.0/weld-api-parent-1.0.pom Progress (1): 1.1 kB 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 139 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/jboss/weld/weld-api-bom/1.0/weld-api-bom-1.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/weld/weld-api-bom/1.0/weld-api-bom-1.0.pom Progress (1): 987 B Progress (1): 3.4 kB Progress (1): 7.5 kB Progress (1): 7.9 kB Progress (1): 7.9 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/weld/weld-api-bom/1.0/weld-api-bom-1.0.pom (7.9 kB at 416 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/jboss/weld/weld-parent/6/weld-parent-6.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/weld/weld-parent/6/weld-parent-6.pom Progress (1): 1.1 kB Progress (1): 3.6 kB Progress (1): 7.1 kB Progress (1): 11 kB Progress (1): 13 kB Progress (1): 17 kB Progress (1): 17 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 900 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/javax/annotation/jsr250-api/1.0/jsr250-api-1.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/annotation/jsr250-api/1.0/jsr250-api-1.0.pom Progress (1): 1.0 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/annotation/jsr250-api/1.0/jsr250-api-1.0.pom (1.0 kB at 51 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/javax/inject/javax.inject/1/javax.inject-1.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/inject/javax.inject/1/javax.inject-1.pom Progress (1): 612 B Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/inject/javax.inject/1/javax.inject-1.pom (612 B at 18 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/com/google/guava/guava/19.0/guava-19.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava/19.0/guava-19.0.pom Progress (1): 948 B Progress (1): 2.9 kB Progress (1): 5.2 kB Progress (1): 6.8 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava/19.0/guava-19.0.pom (6.8 kB at 309 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/com/google/guava/guava-parent/19.0/guava-parent-19.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava-parent/19.0/guava-parent-19.0.pom Progress (1): 964 B Progress (1): 2.8 kB Progress (1): 6.1 kB Progress (1): 9.9 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava-parent/19.0/guava-parent-19.0.pom (9.9 kB at 449 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/sisu/sisu-guice/3.1.0/sisu-guice-3.1.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-guice/3.1.0/sisu-guice-3.1.0.pom Progress (1): 1.6 kB Progress (1): 3.7 kB Progress (1): 6.1 kB Progress (1): 9.9 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 211 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/sisu/inject/guice-parent/3.1.0/guice-parent-3.1.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/inject/guice-parent/3.1.0/guice-parent-3.1.0.pom Progress (1): 801 B Progress (1): 2.6 kB Progress (1): 4.5 kB Progress (1): 6.9 kB Progress (1): 9.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 288 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/aopalliance/aopalliance/1.0/aopalliance-1.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/aopalliance/aopalliance/1.0/aopalliance-1.0.pom Progress (1): 363 B Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/aopalliance/aopalliance/1.0/aopalliance-1.0.pom (363 B at 9.8 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/sisu/org.eclipse.sisu.inject/0.0.0.M5/org.eclipse.sisu.inject-0.0.0.M5.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/org.eclipse.sisu.inject/0.0.0.M5/org.eclipse.sisu.inject-0.0.0.M5.pom Progress (1): 922 B 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 68 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/sisu/sisu-inject/0.0.0.M5/sisu-inject-0.0.0.M5.pom 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 Progress (1): 860 B Progress (1): 2.8 kB Progress (1): 5.0 kB Progress (1): 9.1 kB Progress (1): 9.2 kB Progress (1): 11 kB Progress (1): 14 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/sisu-inject/0.0.0.M5/sisu-inject-0.0.0.M5.pom (14 kB at 378 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-classworlds/2.4/plexus-classworlds-2.4.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-classworlds/2.4/plexus-classworlds-2.4.pom Progress (1): 952 B Progress (1): 2.9 kB 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 75 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-utils/2.1/plexus-utils-2.1.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/2.1/plexus-utils-2.1.pom Progress (1): 810 B Progress (1): 2.3 kB 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 212 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-model-builder/3.1.1/maven-model-builder-3.1.1.pom 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 Progress (1): 838 B Progress (1): 2.7 kB 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 74 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-aether-provider/3.1.1/maven-aether-provider-3.1.1.pom 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 Progress (1): 809 B Progress (1): 3.0 kB 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 111 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/aether/aether-api/0.9.0.M2/aether-api-0.9.0.M2.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether-api/0.9.0.M2/aether-api-0.9.0.M2.pom Progress (1): 941 B 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 47 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/aether/aether/0.9.0.M2/aether-0.9.0.M2.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether/0.9.0.M2/aether-0.9.0.M2.pom Progress (1): 818 B Progress (1): 3.2 kB Progress (1): 6.1 kB Progress (1): 9.8 kB Progress (1): 13 kB Progress (1): 17 kB Progress (1): 17 kB Progress (1): 20 kB Progress (1): 24 kB Progress (1): 28 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether/0.9.0.M2/aether-0.9.0.M2.pom (28 kB at 1.3 MB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/aether/aether-spi/0.9.0.M2/aether-spi-0.9.0.M2.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether-spi/0.9.0.M2/aether-spi-0.9.0.M2.pom Progress (1): 938 B 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 41 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/aether/aether-util/0.9.0.M2/aether-util-0.9.0.M2.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether-util/0.9.0.M2/aether-util-0.9.0.M2.pom Progress (1): 935 B 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 120 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/aether/aether-impl/0.9.0.M2/aether-impl-0.9.0.M2.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether-impl/0.9.0.M2/aether-impl-0.9.0.M2.pom Progress (1): 944 B 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 101 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/cbi/cbi-common/1.2.1/cbi-common-1.2.1.pom Progress (1): 1.0 kB Progress (1): 2.2 kB Downloaded from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/cbi/cbi-common/1.2.1/cbi-common-1.2.1.pom (2.2 kB at 95 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/commons/commons-compress/1.10/commons-compress-1.10.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-compress/1.10/commons-compress-1.10.pom Progress (1): 773 B Progress (1): 2.0 kB Progress (1): 4.2 kB Progress (1): 6.6 kB Progress (1): 9.4 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/commons/commons-compress/1.10/commons-compress-1.10.pom (13 kB at 273 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/commons/commons-parent/38/commons-parent-38.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/38/commons-parent-38.pom Progress (1): 705 B Progress (1): 1.9 kB Progress (1): 3.1 kB Progress (1): 4.6 kB Progress (1): 8.1 kB Progress (1): 11 kB Progress (1): 14 kB Progress (1): 18 kB Progress (1): 21 kB Progress (1): 23 kB Progress (1): 25 kB Progress (1): 28 kB Progress (1): 32 kB Progress (1): 34 kB Progress (1): 36 kB Progress (1): 40 kB Progress (1): 44 kB Progress (1): 44 kB Progress (1): 48 kB Progress (1): 49 kB Progress (1): 51 kB Progress (1): 54 kB Progress (1): 57 kB Progress (1): 59 kB Progress (1): 61 kB Progress (1): 62 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/38/commons-parent-38.pom (62 kB at 1.2 MB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/com/google/auto/value/auto-value/1.1/auto-value-1.1.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/auto/value/auto-value/1.1/auto-value-1.1.pom Progress (1): 1.2 kB Progress (1): 3.9 kB Progress (1): 4.8 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/auto/value/auto-value/1.1/auto-value-1.1.pom (4.8 kB at 105 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/com/google/auto/auto-parent/3/auto-parent-3.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/auto/auto-parent/3/auto-parent-3.pom Progress (1): 787 B Progress (1): 2.4 kB Progress (1): 3.8 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/auto/auto-parent/3/auto-parent-3.pom (3.8 kB at 104 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/cbi/checkstyle/1.0.0/checkstyle-1.0.0.pom Progress (1): 924 B Progress (1): 1.8 kB Downloaded from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/cbi/checkstyle/1.0.0/checkstyle-1.0.0.pom (1.8 kB at 87 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/cbi/maven/plugins/cbi-maven-plugin-common/1.1.3/cbi-maven-plugin-common-1.1.3.pom Progress (1): 1.0 kB Progress (1): 2.3 kB Downloaded from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/cbi/maven/plugins/cbi-maven-plugin-common/1.1.3/cbi-maven-plugin-common-1.1.3.pom (2.3 kB at 92 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/httpcomponents/httpclient/4.5.1/httpclient-4.5.1.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpclient/4.5.1/httpclient-4.5.1.pom Progress (1): 865 B Progress (1): 2.8 kB Progress (1): 5.0 kB Progress (1): 6.4 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpclient/4.5.1/httpclient-4.5.1.pom (6.4 kB at 142 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/httpcomponents/httpcomponents-client/4.5.1/httpcomponents-client-4.5.1.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcomponents-client/4.5.1/httpcomponents-client-4.5.1.pom Progress (1): 838 B Progress (1): 2.3 kB Progress (1): 5.1 kB Progress (1): 8.6 kB Progress (1): 11 kB Progress (1): 15 kB Progress (1): 16 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcomponents-client/4.5.1/httpcomponents-client-4.5.1.pom (16 kB at 373 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/httpcomponents/project/7/project-7.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/project/7/project-7.pom Progress (1): 816 B Progress (1): 2.1 kB Progress (1): 3.1 kB Progress (1): 4.7 kB Progress (1): 8.4 kB Progress (1): 12 kB Progress (1): 15 kB Progress (1): 19 kB Progress (1): 19 kB Progress (1): 23 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.2 MB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/httpcomponents/httpcore/4.4.3/httpcore-4.4.3.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcore/4.4.3/httpcore-4.4.3.pom Progress (1): 859 B Progress (1): 2.5 kB Progress (1): 4.6 kB Progress (1): 5.5 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcore/4.4.3/httpcore-4.4.3.pom (5.5 kB at 153 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/httpcomponents/httpcomponents-core/4.4.3/httpcomponents-core-4.4.3.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcomponents-core/4.4.3/httpcomponents-core-4.4.3.pom Progress (1): 846 B Progress (1): 2.3 kB Progress (1): 4.4 kB Progress (1): 7.1 kB Progress (1): 11 kB Progress (1): 13 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcomponents-core/4.4.3/httpcomponents-core-4.4.3.pom (13 kB at 321 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/commons-logging/commons-logging/1.2/commons-logging-1.2.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-logging/commons-logging/1.2/commons-logging-1.2.pom Progress (1): 768 B Progress (1): 2.0 kB Progress (1): 5.3 kB Progress (1): 7.4 kB Progress (1): 11 kB Progress (1): 14 kB Progress (1): 17 kB Progress (1): 19 kB Progress (1): 19 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-logging/commons-logging/1.2/commons-logging-1.2.pom (19 kB at 620 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/commons/commons-parent/34/commons-parent-34.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/34/commons-parent-34.pom Progress (1): 716 B Progress (1): 1.9 kB Progress (1): 3.2 kB Progress (1): 4.7 kB Progress (1): 8.3 kB Progress (1): 12 kB Progress (1): 16 kB Progress (1): 19 kB Progress (1): 21 kB Progress (1): 24 kB Progress (1): 27 kB Progress (1): 30 kB Progress (1): 33 kB Progress (1): 37 kB Progress (1): 41 kB Progress (1): 43 kB Progress (1): 45 kB Progress (1): 47 kB Progress (1): 50 kB Progress (1): 52 kB Progress (1): 54 kB Progress (1): 56 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/34/commons-parent-34.pom (56 kB at 1.9 MB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/commons-codec/commons-codec/1.9/commons-codec-1.9.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-codec/commons-codec/1.9/commons-codec-1.9.pom Progress (1): 760 B Progress (1): 2.0 kB Progress (1): 4.1 kB Progress (1): 6.5 kB Progress (1): 8.2 kB Progress (1): 11 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 502 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/httpcomponents/httpmime/4.5.1/httpmime-4.5.1.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpmime/4.5.1/httpmime-4.5.1.pom Progress (1): 868 B Progress (1): 2.5 kB Progress (1): 4.8 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpmime/4.5.1/httpmime-4.5.1.pom (4.8 kB at 106 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-core/3.1.1/maven-core-3.1.1.jar Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-model/3.1.1/maven-model-3.1.1.jar Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-settings/3.1.1/maven-settings-3.1.1.jar Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-repository-metadata/3.1.1/maven-repository-metadata-3.1.1.jar Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-settings-builder/3.1.1/maven-settings-builder-3.1.1.jar Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-artifact/3.1.1/maven-artifact-3.1.1.jar Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-model-builder/3.1.1/maven-model-builder-3.1.1.jar Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-aether-provider/3.1.1/maven-aether-provider-3.1.1.jar Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/aether/aether-spi/0.9.0.M2/aether-spi-0.9.0.M2.jar Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/aether/aether-impl/0.9.0.M2/aether-impl-0.9.0.M2.jar Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/aether/aether-api/0.9.0.M2/aether-api-0.9.0.M2.jar Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/aether/aether-util/0.9.0.M2/aether-util-0.9.0.M2.jar Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/sisu/org.eclipse.sisu.plexus/0.0.0.M5/org.eclipse.sisu.plexus-0.0.0.M5.jar Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/javax/enterprise/cdi-api/1.0/cdi-api-1.0.jar Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/javax/annotation/jsr250-api/1.0/jsr250-api-1.0.jar Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/javax/inject/javax.inject/1/javax.inject-1.jar Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/sisu/sisu-guice/3.1.0/sisu-guice-3.1.0-no_aop.jar Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/aopalliance/aopalliance/1.0/aopalliance-1.0.jar Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/sisu/org.eclipse.sisu.inject/0.0.0.M5/org.eclipse.sisu.inject-0.0.0.M5.jar Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-interpolation/1.19/plexus-interpolation-1.19.jar Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-utils/3.0.15/plexus-utils-3.0.15.jar Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-classworlds/2.5.1/plexus-classworlds-2.5.1.jar Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-plugin-api/3.1.1/maven-plugin-api-3.1.1.jar Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/cbi/cbi-common/1.2.1/cbi-common-1.2.1.jar Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/commons/commons-compress/1.10/commons-compress-1.10.jar Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/com/google/guava/guava/19.0/guava-19.0.jar Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/cbi/checkstyle/1.0.0/checkstyle-1.0.0.jar Progress (1): 4.1/67 kB Progress (1): 7.7/67 kB Progress (1): 12/67 kB Progress (1): 16/67 kB Progress (1): 20/67 kB Progress (1): 24/67 kB Progress (1): 28/67 kB Progress (1): 32/67 kB Progress (1): 36/67 kB Progress (1): 40/67 kB Progress (1): 45/67 kB Progress (1): 49/67 kB Progress (1): 53/67 kB Progress (1): 57/67 kB Progress (1): 61/67 kB Progress (1): 65/67 kB Progress (1): 67 kB Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/cbi/maven/plugins/cbi-maven-plugin-common/1.1.3/cbi-maven-plugin-common-1.1.3.jar Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/httpcomponents/httpclient/4.5.1/httpclient-4.5.1.jar Progress (2): 67 kB | 4.1/4.9 kB Progress (2): 67 kB | 4.9 kB Downloaded from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/cbi/cbi-common/1.2.1/cbi-common-1.2.1.jar (67 kB at 250 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/httpcomponents/httpcore/4.4.3/httpcore-4.4.3.jar Downloaded from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/cbi/checkstyle/1.0.0/checkstyle-1.0.0.jar (4.9 kB at 18 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/commons-logging/commons-logging/1.2/commons-logging-1.2.jar Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/commons-codec/commons-codec/1.9/commons-codec-1.9.jar Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/httpcomponents/httpmime/4.5.1/httpmime-4.5.1.jar Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/com/google/auto/value/auto-value/1.1/auto-value-1.1.jar 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 cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/cbi/maven/plugins/cbi-maven-plugin-common/1.1.3/cbi-maven-plugin-common-1.1.3.jar (26 kB at 87 kB/s) 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 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 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 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 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 Progress (1): 4.1/557 kB Progress (1): 7.7/557 kB Progress (1): 12/557 kB Progress (1): 16/557 kB Progress (1): 20/557 kB Progress (1): 24/557 kB Progress (1): 28/557 kB Progress (1): 32/557 kB Progress (1): 36/557 kB Progress (1): 40/557 kB Progress (1): 45/557 kB Progress (1): 49/557 kB Progress (1): 53/557 kB Progress (1): 57/557 kB Progress (1): 61/557 kB Progress (1): 65/557 kB Progress (1): 69/557 kB Progress (1): 73/557 kB Progress (1): 77/557 kB Progress (1): 81/557 kB Progress (1): 85/557 kB Progress (1): 90/557 kB Progress (1): 94/557 kB Progress (1): 98/557 kB Progress (1): 102/557 kB Progress (2): 102/557 kB | 4.1/25 kB Progress (2): 106/557 kB | 4.1/25 kB Progress (2): 106/557 kB | 7.7/25 kB Progress (2): 110/557 kB | 7.7/25 kB Progress (2): 110/557 kB | 12/25 kB Progress (2): 114/557 kB | 12/25 kB Progress (2): 114/557 kB | 16/25 kB Progress (2): 114/557 kB | 20/25 kB Progress (2): 114/557 kB | 24/25 kB Progress (2): 114/557 kB | 25 kB Progress (2): 118/557 kB | 25 kB Progress (2): 122/557 kB | 25 kB Progress (2): 126/557 kB | 25 kB Progress (2): 131/557 kB | 25 kB Progress (2): 135/557 kB | 25 kB Progress (2): 139/557 kB | 25 kB Progress (2): 143/557 kB | 25 kB Progress (2): 147/557 kB | 25 kB Progress (2): 151/557 kB | 25 kB Progress (2): 155/557 kB | 25 kB Progress (2): 159/557 kB | 25 kB Progress (2): 163/557 kB | 25 kB Progress (2): 167/557 kB | 25 kB Progress (2): 171/557 kB | 25 kB Progress (2): 176/557 kB | 25 kB Progress (2): 180/557 kB | 25 kB Progress (2): 184/557 kB | 25 kB Progress (2): 188/557 kB | 25 kB Progress (2): 192/557 kB | 25 kB Progress (2): 196/557 kB | 25 kB Progress (2): 200/557 kB | 25 kB Progress (2): 204/557 kB | 25 kB Progress (2): 208/557 kB | 25 kB Progress (2): 212/557 kB | 25 kB Progress (2): 217/557 kB | 25 kB Progress (2): 221/557 kB | 25 kB Progress (2): 225/557 kB | 25 kB Progress (2): 229/557 kB | 25 kB Progress (2): 233/557 kB | 25 kB Progress (2): 237/557 kB | 25 kB Progress (2): 241/557 kB | 25 kB Progress (2): 245/557 kB | 25 kB Progress (2): 249/557 kB | 25 kB Progress (2): 253/557 kB | 25 kB Progress (2): 258/557 kB | 25 kB Progress (2): 262/557 kB | 25 kB Progress (2): 266/557 kB | 25 kB Progress (2): 270/557 kB | 25 kB Progress (2): 274/557 kB | 25 kB Progress (2): 278/557 kB | 25 kB Progress (2): 282/557 kB | 25 kB Progress (2): 286/557 kB | 25 kB Progress (2): 290/557 kB | 25 kB Progress (2): 294/557 kB | 25 kB Progress (2): 298/557 kB | 25 kB Progress (2): 303/557 kB | 25 kB Progress (2): 307/557 kB | 25 kB Progress (2): 311/557 kB | 25 kB Progress (2): 315/557 kB | 25 kB Progress (2): 319/557 kB | 25 kB Progress (2): 323/557 kB | 25 kB Progress (2): 327/557 kB | 25 kB Progress (3): 327/557 kB | 25 kB | 4.1/42 kB Progress (4): 327/557 kB | 25 kB | 4.1/42 kB | 4.1/42 kB Progress (4): 327/557 kB | 25 kB | 7.7/42 kB | 4.1/42 kB Progress (5): 327/557 kB | 25 kB | 7.7/42 kB | 4.1/42 kB | 4.1/154 kB Progress (5): 327/557 kB | 25 kB | 7.7/42 kB | 4.1/42 kB | 7.7/154 kB Progress (5): 327/557 kB | 25 kB | 7.7/42 kB | 4.1/42 kB | 12/154 kB Progress (5): 327/557 kB | 25 kB | 7.7/42 kB | 7.7/42 kB | 12/154 kB Progress (5): 327/557 kB | 25 kB | 7.7/42 kB | 12/42 kB | 12/154 kB Progress (5): 327/557 kB | 25 kB | 7.7/42 kB | 16/42 kB | 12/154 kB Progress (5): 327/557 kB | 25 kB | 7.7/42 kB | 16/42 kB | 16/154 kB Progress (5): 331/557 kB | 25 kB | 7.7/42 kB | 16/42 kB | 16/154 kB Progress (5): 331/557 kB | 25 kB | 12/42 kB | 16/42 kB | 16/154 kB Progress (5): 335/557 kB | 25 kB | 12/42 kB | 16/42 kB | 16/154 kB Progress (5): 335/557 kB | 25 kB | 12/42 kB | 20/42 kB | 16/154 kB Progress (5): 335/557 kB | 25 kB | 16/42 kB | 20/42 kB | 16/154 kB Progress (5): 335/557 kB | 25 kB | 20/42 kB | 20/42 kB | 16/154 kB Progress (5): 335/557 kB | 25 kB | 24/42 kB | 20/42 kB | 16/154 kB Progress (5): 335/557 kB | 25 kB | 28/42 kB | 20/42 kB | 16/154 kB Progress (5): 335/557 kB | 25 kB | 32/42 kB | 20/42 kB | 16/154 kB Progress (5): 335/557 kB | 25 kB | 36/42 kB | 20/42 kB | 16/154 kB Progress (5): 335/557 kB | 25 kB | 40/42 kB | 20/42 kB | 16/154 kB Progress (5): 335/557 kB | 25 kB | 42 kB | 20/42 kB | 16/154 kB Progress (5): 335/557 kB | 25 kB | 42 kB | 24/42 kB | 16/154 kB Progress (5): 335/557 kB | 25 kB | 42 kB | 28/42 kB | 16/154 kB Progress (5): 335/557 kB | 25 kB | 42 kB | 32/42 kB | 16/154 kB Progress (5): 335/557 kB | 25 kB | 42 kB | 32/42 kB | 20/154 kB Progress (5): 339/557 kB | 25 kB | 42 kB | 32/42 kB | 20/154 kB Progress (5): 339/557 kB | 25 kB | 42 kB | 36/42 kB | 20/154 kB Progress (5): 339/557 kB | 25 kB | 42 kB | 36/42 kB | 24/154 kB Progress (5): 339/557 kB | 25 kB | 42 kB | 36/42 kB | 28/154 kB Progress (5): 339/557 kB | 25 kB | 42 kB | 36/42 kB | 32/154 kB Progress (5): 339/557 kB | 25 kB | 42 kB | 36/42 kB | 36/154 kB Progress (5): 339/557 kB | 25 kB | 42 kB | 36/42 kB | 40/154 kB Progress (5): 339/557 kB | 25 kB | 42 kB | 36/42 kB | 45/154 kB Progress (5): 339/557 kB | 25 kB | 42 kB | 36/42 kB | 49/154 kB Progress (5): 339/557 kB | 25 kB | 42 kB | 36/42 kB | 53/154 kB Progress (5): 339/557 kB | 25 kB | 42 kB | 36/42 kB | 57/154 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 95 kB/s) 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 Progress (4): 339/557 kB | 42 kB | 40/42 kB | 57/154 kB Progress (4): 339/557 kB | 42 kB | 42 kB | 57/154 kB Progress (4): 344/557 kB | 42 kB | 42 kB | 57/154 kB Progress (4): 348/557 kB | 42 kB | 42 kB | 57/154 kB Progress (4): 352/557 kB | 42 kB | 42 kB | 57/154 kB Progress (4): 356/557 kB | 42 kB | 42 kB | 57/154 kB Progress (4): 360/557 kB | 42 kB | 42 kB | 57/154 kB Progress (4): 364/557 kB | 42 kB | 42 kB | 57/154 kB Progress (4): 368/557 kB | 42 kB | 42 kB | 57/154 kB Progress (4): 372/557 kB | 42 kB | 42 kB | 57/154 kB Progress (4): 372/557 kB | 42 kB | 42 kB | 61/154 kB Progress (4): 376/557 kB | 42 kB | 42 kB | 61/154 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 152 kB/s) Progress (3): 376/557 kB | 42 kB | 65/154 kB 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 Progress (3): 380/557 kB | 42 kB | 65/154 kB Progress (3): 384/557 kB | 42 kB | 65/154 kB Progress (3): 384/557 kB | 42 kB | 69/154 kB Progress (3): 389/557 kB | 42 kB | 69/154 kB Progress (3): 389/557 kB | 42 kB | 73/154 kB Progress (3): 393/557 kB | 42 kB | 73/154 kB Progress (3): 393/557 kB | 42 kB | 77/154 kB Progress (3): 393/557 kB | 42 kB | 81/154 kB Progress (3): 393/557 kB | 42 kB | 85/154 kB Progress (3): 393/557 kB | 42 kB | 90/154 kB Progress (3): 393/557 kB | 42 kB | 94/154 kB Progress (3): 393/557 kB | 42 kB | 98/154 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 148 kB/s) 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 Progress (2): 393/557 kB | 102/154 kB Progress (2): 393/557 kB | 106/154 kB Progress (2): 393/557 kB | 110/154 kB Progress (2): 393/557 kB | 114/154 kB Progress (3): 393/557 kB | 114/154 kB | 4.1/52 kB Progress (3): 393/557 kB | 118/154 kB | 4.1/52 kB Progress (3): 393/557 kB | 118/154 kB | 7.7/52 kB Progress (3): 393/557 kB | 118/154 kB | 12/52 kB Progress (3): 393/557 kB | 122/154 kB | 12/52 kB Progress (3): 393/557 kB | 126/154 kB | 12/52 kB Progress (3): 393/557 kB | 131/154 kB | 12/52 kB Progress (3): 393/557 kB | 131/154 kB | 16/52 kB Progress (3): 393/557 kB | 131/154 kB | 20/52 kB Progress (3): 393/557 kB | 131/154 kB | 24/52 kB Progress (3): 393/557 kB | 131/154 kB | 28/52 kB Progress (3): 393/557 kB | 131/154 kB | 32/52 kB Progress (4): 393/557 kB | 131/154 kB | 32/52 kB | 4.1/160 kB Progress (4): 393/557 kB | 131/154 kB | 32/52 kB | 7.7/160 kB Progress (4): 393/557 kB | 131/154 kB | 32/52 kB | 12/160 kB Progress (4): 393/557 kB | 131/154 kB | 36/52 kB | 12/160 kB Progress (4): 393/557 kB | 131/154 kB | 36/52 kB | 16/160 kB Progress (4): 393/557 kB | 131/154 kB | 40/52 kB | 16/160 kB Progress (4): 393/557 kB | 131/154 kB | 45/52 kB | 16/160 kB Progress (4): 393/557 kB | 131/154 kB | 49/52 kB | 16/160 kB Progress (4): 393/557 kB | 131/154 kB | 49/52 kB | 20/160 kB Progress (4): 393/557 kB | 131/154 kB | 49/52 kB | 24/160 kB Progress (4): 393/557 kB | 131/154 kB | 52 kB | 24/160 kB Progress (4): 393/557 kB | 131/154 kB | 52 kB | 28/160 kB Progress (4): 393/557 kB | 131/154 kB | 52 kB | 32/160 kB Progress (4): 393/557 kB | 131/154 kB | 52 kB | 36/160 kB Progress (4): 393/557 kB | 131/154 kB | 52 kB | 40/160 kB Progress (4): 393/557 kB | 131/154 kB | 52 kB | 45/160 kB Progress (4): 393/557 kB | 131/154 kB | 52 kB | 49/160 kB Progress (5): 393/557 kB | 131/154 kB | 52 kB | 49/160 kB | 4.1/60 kB Progress (5): 393/557 kB | 131/154 kB | 52 kB | 49/160 kB | 7.7/60 kB Progress (5): 393/557 kB | 131/154 kB | 52 kB | 49/160 kB | 12/60 kB Progress (5): 393/557 kB | 131/154 kB | 52 kB | 49/160 kB | 16/60 kB Progress (5): 393/557 kB | 131/154 kB | 52 kB | 53/160 kB | 16/60 kB Progress (5): 393/557 kB | 131/154 kB | 52 kB | 57/160 kB | 16/60 kB Progress (5): 393/557 kB | 131/154 kB | 52 kB | 61/160 kB | 16/60 kB Progress (5): 393/557 kB | 131/154 kB | 52 kB | 61/160 kB | 20/60 kB Progress (5): 393/557 kB | 131/154 kB | 52 kB | 65/160 kB | 20/60 kB Progress (5): 393/557 kB | 131/154 kB | 52 kB | 65/160 kB | 24/60 kB Progress (5): 393/557 kB | 131/154 kB | 52 kB | 65/160 kB | 28/60 kB Progress (5): 393/557 kB | 131/154 kB | 52 kB | 65/160 kB | 32/60 kB Progress (5): 393/557 kB | 131/154 kB | 52 kB | 69/160 kB | 32/60 kB Progress (5): 393/557 kB | 131/154 kB | 52 kB | 73/160 kB | 32/60 kB Progress (5): 393/557 kB | 131/154 kB | 52 kB | 77/160 kB | 32/60 kB Progress (5): 393/557 kB | 131/154 kB | 52 kB | 77/160 kB | 36/60 kB Progress (5): 393/557 kB | 131/154 kB | 52 kB | 81/160 kB | 36/60 kB Progress (5): 393/557 kB | 131/154 kB | 52 kB | 81/160 kB | 40/60 kB Progress (5): 393/557 kB | 131/154 kB | 52 kB | 81/160 kB | 45/60 kB Progress (5): 393/557 kB | 131/154 kB | 52 kB | 81/160 kB | 49/60 kB Progress (5): 393/557 kB | 131/154 kB | 52 kB | 81/160 kB | 53/60 kB Progress (5): 393/557 kB | 131/154 kB | 52 kB | 81/160 kB | 57/60 kB Progress (5): 393/557 kB | 131/154 kB | 52 kB | 81/160 kB | 60 kB Progress (5): 393/557 kB | 131/154 kB | 52 kB | 85/160 kB | 60 kB Progress (5): 393/557 kB | 131/154 kB | 52 kB | 90/160 kB | 60 kB Progress (5): 393/557 kB | 131/154 kB | 52 kB | 94/160 kB | 60 kB Progress (5): 393/557 kB | 131/154 kB | 52 kB | 98/160 kB | 60 kB Progress (5): 393/557 kB | 131/154 kB | 52 kB | 102/160 kB | 60 kB Progress (5): 393/557 kB | 131/154 kB | 52 kB | 106/160 kB | 60 kB Progress (5): 393/557 kB | 131/154 kB | 52 kB | 110/160 kB | 60 kB Progress (5): 393/557 kB | 131/154 kB | 52 kB | 114/160 kB | 60 kB Progress (5): 393/557 kB | 131/154 kB | 52 kB | 118/160 kB | 60 kB Progress (5): 393/557 kB | 131/154 kB | 52 kB | 122/160 kB | 60 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 148 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether-spi/0.9.0.M2/aether-spi-0.9.0.M2.jar Progress (4): 393/557 kB | 131/154 kB | 126/160 kB | 60 kB Progress (4): 393/557 kB | 131/154 kB | 131/160 kB | 60 kB Progress (4): 393/557 kB | 131/154 kB | 135/160 kB | 60 kB Progress (4): 393/557 kB | 131/154 kB | 139/160 kB | 60 kB Progress (4): 393/557 kB | 131/154 kB | 143/160 kB | 60 kB Progress (4): 393/557 kB | 131/154 kB | 147/160 kB | 60 kB Progress (4): 393/557 kB | 131/154 kB | 151/160 kB | 60 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-aether-provider/3.1.1/maven-aether-provider-3.1.1.jar (60 kB at 166 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether-impl/0.9.0.M2/aether-impl-0.9.0.M2.jar Progress (3): 393/557 kB | 131/154 kB | 155/160 kB Progress (3): 393/557 kB | 131/154 kB | 159/160 kB Progress (3): 393/557 kB | 131/154 kB | 160 kB Progress (4): 393/557 kB | 131/154 kB | 160 kB | 4.1/18 kB Progress (4): 393/557 kB | 131/154 kB | 160 kB | 7.7/18 kB Progress (4): 393/557 kB | 131/154 kB | 160 kB | 12/18 kB Progress (4): 393/557 kB | 131/154 kB | 160 kB | 16/18 kB Progress (4): 393/557 kB | 131/154 kB | 160 kB | 18 kB Progress (5): 393/557 kB | 131/154 kB | 160 kB | 18 kB | 4.1/145 kB Progress (5): 393/557 kB | 131/154 kB | 160 kB | 18 kB | 7.7/145 kB Progress (5): 393/557 kB | 131/154 kB | 160 kB | 18 kB | 12/145 kB Progress (5): 393/557 kB | 131/154 kB | 160 kB | 18 kB | 16/145 kB Progress (5): 393/557 kB | 131/154 kB | 160 kB | 18 kB | 20/145 kB Progress (5): 393/557 kB | 131/154 kB | 160 kB | 18 kB | 24/145 kB Progress (5): 393/557 kB | 131/154 kB | 160 kB | 18 kB | 28/145 kB Progress (5): 393/557 kB | 131/154 kB | 160 kB | 18 kB | 32/145 kB Progress (5): 393/557 kB | 131/154 kB | 160 kB | 18 kB | 36/145 kB Progress (5): 393/557 kB | 131/154 kB | 160 kB | 18 kB | 40/145 kB Progress (5): 393/557 kB | 131/154 kB | 160 kB | 18 kB | 45/145 kB Progress (5): 393/557 kB | 131/154 kB | 160 kB | 18 kB | 49/145 kB Progress (5): 393/557 kB | 131/154 kB | 160 kB | 18 kB | 53/145 kB Progress (5): 393/557 kB | 131/154 kB | 160 kB | 18 kB | 57/145 kB Progress (5): 393/557 kB | 131/154 kB | 160 kB | 18 kB | 61/145 kB Progress (5): 393/557 kB | 131/154 kB | 160 kB | 18 kB | 65/145 kB Progress (5): 393/557 kB | 131/154 kB | 160 kB | 18 kB | 69/145 kB Progress (5): 393/557 kB | 131/154 kB | 160 kB | 18 kB | 73/145 kB Progress (5): 393/557 kB | 131/154 kB | 160 kB | 18 kB | 77/145 kB Progress (5): 393/557 kB | 131/154 kB | 160 kB | 18 kB | 81/145 kB Progress (5): 393/557 kB | 131/154 kB | 160 kB | 18 kB | 85/145 kB Progress (5): 393/557 kB | 131/154 kB | 160 kB | 18 kB | 90/145 kB Progress (5): 393/557 kB | 131/154 kB | 160 kB | 18 kB | 94/145 kB Progress (5): 393/557 kB | 131/154 kB | 160 kB | 18 kB | 98/145 kB Progress (5): 393/557 kB | 131/154 kB | 160 kB | 18 kB | 102/145 kB Progress (5): 393/557 kB | 131/154 kB | 160 kB | 18 kB | 106/145 kB Progress (5): 393/557 kB | 131/154 kB | 160 kB | 18 kB | 110/145 kB Progress (5): 393/557 kB | 131/154 kB | 160 kB | 18 kB | 114/145 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.jar (160 kB at 406 kB/s) 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 Progress (4): 393/557 kB | 131/154 kB | 18 kB | 118/145 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 45 kB/s) Progress (3): 393/557 kB | 131/154 kB | 122/145 kB Progress (3): 393/557 kB | 131/154 kB | 126/145 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether-util/0.9.0.M2/aether-util-0.9.0.M2.jar Progress (3): 393/557 kB | 131/154 kB | 131/145 kB Progress (3): 393/557 kB | 131/154 kB | 135/145 kB Progress (3): 393/557 kB | 131/154 kB | 139/145 kB Progress (3): 393/557 kB | 131/154 kB | 143/145 kB Progress (3): 393/557 kB | 131/154 kB | 145 kB Progress (4): 393/557 kB | 131/154 kB | 145 kB | 4.1/134 kB Progress (4): 393/557 kB | 131/154 kB | 145 kB | 7.7/134 kB Progress (4): 393/557 kB | 131/154 kB | 145 kB | 12/134 kB Progress (4): 393/557 kB | 131/154 kB | 145 kB | 16/134 kB Progress (4): 393/557 kB | 131/154 kB | 145 kB | 20/134 kB Progress (4): 393/557 kB | 131/154 kB | 145 kB | 24/134 kB Progress (4): 393/557 kB | 131/154 kB | 145 kB | 28/134 kB Progress (4): 393/557 kB | 131/154 kB | 145 kB | 32/134 kB Progress (4): 393/557 kB | 131/154 kB | 145 kB | 36/134 kB Progress (4): 393/557 kB | 131/154 kB | 145 kB | 40/134 kB Progress (4): 393/557 kB | 131/154 kB | 145 kB | 45/134 kB Progress (4): 393/557 kB | 131/154 kB | 145 kB | 49/134 kB Progress (4): 393/557 kB | 131/154 kB | 145 kB | 53/134 kB Progress (4): 393/557 kB | 131/154 kB | 145 kB | 57/134 kB Progress (4): 393/557 kB | 131/154 kB | 145 kB | 61/134 kB Progress (4): 393/557 kB | 131/154 kB | 145 kB | 65/134 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 323 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/org.eclipse.sisu.plexus/0.0.0.M5/org.eclipse.sisu.plexus-0.0.0.M5.jar Progress (3): 397/557 kB | 131/154 kB | 65/134 kB Progress (3): 401/557 kB | 131/154 kB | 65/134 kB Progress (3): 405/557 kB | 131/154 kB | 65/134 kB Progress (3): 409/557 kB | 131/154 kB | 65/134 kB Progress (3): 409/557 kB | 131/154 kB | 69/134 kB Progress (3): 409/557 kB | 131/154 kB | 73/134 kB Progress (3): 409/557 kB | 131/154 kB | 77/134 kB Progress (3): 409/557 kB | 131/154 kB | 81/134 kB Progress (3): 413/557 kB | 131/154 kB | 81/134 kB Progress (3): 417/557 kB | 131/154 kB | 81/134 kB Progress (3): 421/557 kB | 131/154 kB | 81/134 kB Progress (3): 425/557 kB | 131/154 kB | 81/134 kB Progress (4): 425/557 kB | 131/154 kB | 81/134 kB | 4.1/134 kB Progress (4): 425/557 kB | 131/154 kB | 81/134 kB | 7.7/134 kB Progress (4): 425/557 kB | 131/154 kB | 81/134 kB | 12/134 kB Progress (4): 425/557 kB | 131/154 kB | 81/134 kB | 16/134 kB Progress (4): 430/557 kB | 131/154 kB | 81/134 kB | 16/134 kB Progress (4): 434/557 kB | 131/154 kB | 81/134 kB | 16/134 kB Progress (4): 438/557 kB | 131/154 kB | 81/134 kB | 16/134 kB Progress (4): 442/557 kB | 131/154 kB | 81/134 kB | 16/134 kB Progress (4): 442/557 kB | 131/154 kB | 85/134 kB | 16/134 kB Progress (4): 442/557 kB | 131/154 kB | 90/134 kB | 16/134 kB Progress (4): 442/557 kB | 131/154 kB | 94/134 kB | 16/134 kB Progress (4): 442/557 kB | 131/154 kB | 98/134 kB | 16/134 kB Progress (4): 442/557 kB | 131/154 kB | 98/134 kB | 20/134 kB Progress (4): 442/557 kB | 131/154 kB | 98/134 kB | 24/134 kB Progress (4): 442/557 kB | 131/154 kB | 98/134 kB | 28/134 kB Progress (4): 442/557 kB | 131/154 kB | 98/134 kB | 32/134 kB Progress (4): 442/557 kB | 131/154 kB | 98/134 kB | 36/134 kB Progress (4): 442/557 kB | 131/154 kB | 98/134 kB | 40/134 kB Progress (4): 442/557 kB | 131/154 kB | 98/134 kB | 45/134 kB Progress (4): 442/557 kB | 131/154 kB | 98/134 kB | 49/134 kB Progress (4): 442/557 kB | 131/154 kB | 98/134 kB | 53/134 kB Progress (4): 442/557 kB | 131/154 kB | 98/134 kB | 57/134 kB Progress (4): 442/557 kB | 131/154 kB | 98/134 kB | 61/134 kB Progress (4): 442/557 kB | 135/154 kB | 98/134 kB | 61/134 kB Progress (4): 442/557 kB | 135/154 kB | 98/134 kB | 65/134 kB Progress (5): 442/557 kB | 135/154 kB | 98/134 kB | 65/134 kB | 4.1/197 kB Progress (5): 442/557 kB | 135/154 kB | 98/134 kB | 65/134 kB | 7.7/197 kB Progress (5): 442/557 kB | 135/154 kB | 98/134 kB | 65/134 kB | 12/197 kB Progress (5): 442/557 kB | 135/154 kB | 98/134 kB | 65/134 kB | 16/197 kB Progress (5): 442/557 kB | 135/154 kB | 102/134 kB | 65/134 kB | 16/197 kB Progress (5): 442/557 kB | 135/154 kB | 106/134 kB | 65/134 kB | 16/197 kB Progress (5): 442/557 kB | 135/154 kB | 110/134 kB | 65/134 kB | 16/197 kB Progress (5): 442/557 kB | 135/154 kB | 114/134 kB | 65/134 kB | 16/197 kB Progress (5): 442/557 kB | 135/154 kB | 118/134 kB | 65/134 kB | 16/197 kB Progress (5): 442/557 kB | 135/154 kB | 122/134 kB | 65/134 kB | 16/197 kB Progress (5): 442/557 kB | 135/154 kB | 126/134 kB | 65/134 kB | 16/197 kB Progress (5): 442/557 kB | 135/154 kB | 131/134 kB | 65/134 kB | 16/197 kB Progress (5): 446/557 kB | 135/154 kB | 131/134 kB | 65/134 kB | 16/197 kB Progress (5): 446/557 kB | 135/154 kB | 134 kB | 65/134 kB | 16/197 kB Progress (5): 446/557 kB | 135/154 kB | 134 kB | 65/134 kB | 20/197 kB Progress (5): 446/557 kB | 135/154 kB | 134 kB | 65/134 kB | 24/197 kB Progress (5): 446/557 kB | 135/154 kB | 134 kB | 69/134 kB | 24/197 kB Progress (5): 446/557 kB | 139/154 kB | 134 kB | 69/134 kB | 24/197 kB Progress (5): 446/557 kB | 143/154 kB | 134 kB | 69/134 kB | 24/197 kB Progress (5): 446/557 kB | 147/154 kB | 134 kB | 69/134 kB | 24/197 kB Progress (5): 446/557 kB | 147/154 kB | 134 kB | 73/134 kB | 24/197 kB Progress (5): 446/557 kB | 147/154 kB | 134 kB | 77/134 kB | 24/197 kB Progress (5): 446/557 kB | 147/154 kB | 134 kB | 81/134 kB | 24/197 kB Progress (5): 446/557 kB | 147/154 kB | 134 kB | 81/134 kB | 28/197 kB Progress (5): 446/557 kB | 147/154 kB | 134 kB | 81/134 kB | 32/197 kB Progress (5): 450/557 kB | 147/154 kB | 134 kB | 81/134 kB | 32/197 kB Progress (5): 450/557 kB | 147/154 kB | 134 kB | 85/134 kB | 32/197 kB Progress (5): 450/557 kB | 147/154 kB | 134 kB | 90/134 kB | 32/197 kB Progress (5): 450/557 kB | 147/154 kB | 134 kB | 90/134 kB | 36/197 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 279 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/enterprise/cdi-api/1.0/cdi-api-1.0.jar Progress (4): 450/557 kB | 151/154 kB | 90/134 kB | 36/197 kB Progress (4): 450/557 kB | 151/154 kB | 90/134 kB | 40/197 kB Progress (4): 450/557 kB | 151/154 kB | 94/134 kB | 40/197 kB Progress (4): 450/557 kB | 151/154 kB | 98/134 kB | 40/197 kB Progress (4): 454/557 kB | 151/154 kB | 98/134 kB | 40/197 kB Progress (4): 458/557 kB | 151/154 kB | 98/134 kB | 40/197 kB Progress (4): 458/557 kB | 151/154 kB | 102/134 kB | 40/197 kB Progress (4): 458/557 kB | 151/154 kB | 106/134 kB | 40/197 kB Progress (5): 458/557 kB | 151/154 kB | 106/134 kB | 40/197 kB | 4.1/45 kB Progress (5): 458/557 kB | 151/154 kB | 106/134 kB | 45/197 kB | 4.1/45 kB Progress (5): 458/557 kB | 151/154 kB | 106/134 kB | 49/197 kB | 4.1/45 kB Progress (5): 458/557 kB | 154 kB | 106/134 kB | 49/197 kB | 4.1/45 kB Progress (5): 458/557 kB | 154 kB | 106/134 kB | 49/197 kB | 7.7/45 kB Progress (5): 462/557 kB | 154 kB | 106/134 kB | 49/197 kB | 7.7/45 kB Progress (5): 462/557 kB | 154 kB | 110/134 kB | 49/197 kB | 7.7/45 kB Progress (5): 462/557 kB | 154 kB | 114/134 kB | 49/197 kB | 7.7/45 kB Progress (5): 466/557 kB | 154 kB | 114/134 kB | 49/197 kB | 7.7/45 kB Progress (5): 466/557 kB | 154 kB | 114/134 kB | 49/197 kB | 12/45 kB Progress (5): 466/557 kB | 154 kB | 114/134 kB | 53/197 kB | 12/45 kB Progress (5): 466/557 kB | 154 kB | 118/134 kB | 53/197 kB | 12/45 kB Progress (5): 466/557 kB | 154 kB | 118/134 kB | 53/197 kB | 16/45 kB Progress (5): 471/557 kB | 154 kB | 118/134 kB | 53/197 kB | 16/45 kB Progress (5): 471/557 kB | 154 kB | 122/134 kB | 53/197 kB | 16/45 kB Progress (5): 471/557 kB | 154 kB | 122/134 kB | 57/197 kB | 16/45 kB Progress (5): 471/557 kB | 154 kB | 126/134 kB | 57/197 kB | 16/45 kB Progress (5): 475/557 kB | 154 kB | 126/134 kB | 57/197 kB | 16/45 kB Progress (5): 475/557 kB | 154 kB | 131/134 kB | 57/197 kB | 16/45 kB Progress (5): 475/557 kB | 154 kB | 131/134 kB | 57/197 kB | 20/45 kB Progress (5): 475/557 kB | 154 kB | 131/134 kB | 61/197 kB | 20/45 kB Progress (5): 475/557 kB | 154 kB | 131/134 kB | 61/197 kB | 24/45 kB Progress (5): 475/557 kB | 154 kB | 134 kB | 61/197 kB | 24/45 kB Progress (5): 475/557 kB | 154 kB | 134 kB | 61/197 kB | 28/45 kB Progress (5): 475/557 kB | 154 kB | 134 kB | 65/197 kB | 28/45 kB Progress (5): 479/557 kB | 154 kB | 134 kB | 65/197 kB | 28/45 kB Progress (5): 479/557 kB | 154 kB | 134 kB | 65/197 kB | 32/45 kB Progress (5): 479/557 kB | 154 kB | 134 kB | 69/197 kB | 32/45 kB Progress (5): 479/557 kB | 154 kB | 134 kB | 73/197 kB | 32/45 kB Progress (5): 479/557 kB | 154 kB | 134 kB | 77/197 kB | 32/45 kB Progress (5): 479/557 kB | 154 kB | 134 kB | 77/197 kB | 36/45 kB Progress (5): 479/557 kB | 154 kB | 134 kB | 77/197 kB | 40/45 kB Progress (5): 479/557 kB | 154 kB | 134 kB | 77/197 kB | 45/45 kB Progress (5): 479/557 kB | 154 kB | 134 kB | 77/197 kB | 45 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 310 kB/s) 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 Progress (4): 483/557 kB | 134 kB | 77/197 kB | 45 kB Progress (4): 487/557 kB | 134 kB | 77/197 kB | 45 kB Progress (4): 491/557 kB | 134 kB | 77/197 kB | 45 kB Progress (4): 495/557 kB | 134 kB | 77/197 kB | 45 kB Progress (5): 495/557 kB | 134 kB | 77/197 kB | 45 kB | 4.1/5.8 kB Progress (5): 495/557 kB | 134 kB | 77/197 kB | 45 kB | 5.8 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 267 kB/s) Progress (4): 495/557 kB | 81/197 kB | 45 kB | 5.8 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/inject/javax.inject/1/javax.inject-1.jar Progress (4): 495/557 kB | 85/197 kB | 45 kB | 5.8 kB Progress (4): 495/557 kB | 90/197 kB | 45 kB | 5.8 kB Progress (4): 495/557 kB | 94/197 kB | 45 kB | 5.8 kB Progress (4): 495/557 kB | 98/197 kB | 45 kB | 5.8 kB Progress (4): 495/557 kB | 102/197 kB | 45 kB | 5.8 kB Progress (4): 495/557 kB | 106/197 kB | 45 kB | 5.8 kB Progress (4): 495/557 kB | 110/197 kB | 45 kB | 5.8 kB Progress (4): 495/557 kB | 114/197 kB | 45 kB | 5.8 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/enterprise/cdi-api/1.0/cdi-api-1.0.jar (45 kB at 79 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-guice/3.1.0/sisu-guice-3.1.0-no_aop.jar Progress (3): 499/557 kB | 114/197 kB | 5.8 kB Progress (3): 503/557 kB | 114/197 kB | 5.8 kB Progress (3): 507/557 kB | 114/197 kB | 5.8 kB Progress (4): 507/557 kB | 114/197 kB | 5.8 kB | 2.5 kB Progress (4): 511/557 kB | 114/197 kB | 5.8 kB | 2.5 kB Progress (4): 516/557 kB | 114/197 kB | 5.8 kB | 2.5 kB Progress (4): 520/557 kB | 114/197 kB | 5.8 kB | 2.5 kB Progress (4): 524/557 kB | 114/197 kB | 5.8 kB | 2.5 kB Progress (4): 528/557 kB | 114/197 kB | 5.8 kB | 2.5 kB Progress (4): 532/557 kB | 114/197 kB | 5.8 kB | 2.5 kB Progress (4): 536/557 kB | 114/197 kB | 5.8 kB | 2.5 kB Progress (4): 540/557 kB | 114/197 kB | 5.8 kB | 2.5 kB Progress (4): 544/557 kB | 114/197 kB | 5.8 kB | 2.5 kB Progress (4): 548/557 kB | 114/197 kB | 5.8 kB | 2.5 kB Progress (4): 552/557 kB | 114/197 kB | 5.8 kB | 2.5 kB Progress (4): 557/557 kB | 114/197 kB | 5.8 kB | 2.5 kB Progress (4): 557 kB | 114/197 kB | 5.8 kB | 2.5 kB Progress (4): 557 kB | 118/197 kB | 5.8 kB | 2.5 kB Progress (4): 557 kB | 122/197 kB | 5.8 kB | 2.5 kB Progress (4): 557 kB | 126/197 kB | 5.8 kB | 2.5 kB Progress (4): 557 kB | 131/197 kB | 5.8 kB | 2.5 kB Progress (4): 557 kB | 135/197 kB | 5.8 kB | 2.5 kB Progress (4): 557 kB | 139/197 kB | 5.8 kB | 2.5 kB Progress (4): 557 kB | 143/197 kB | 5.8 kB | 2.5 kB Progress (4): 557 kB | 147/197 kB | 5.8 kB | 2.5 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/inject/javax.inject/1/javax.inject-1.jar (2.5 kB at 4.3 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/aopalliance/aopalliance/1.0/aopalliance-1.0.jar Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/annotation/jsr250-api/1.0/jsr250-api-1.0.jar (5.8 kB at 10.0 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/org.eclipse.sisu.inject/0.0.0.M5/org.eclipse.sisu.inject-0.0.0.M5.jar Progress (3): 557 kB | 147/197 kB | 4.1/357 kB Progress (3): 557 kB | 151/197 kB | 4.1/357 kB Progress (3): 557 kB | 155/197 kB | 4.1/357 kB Progress (3): 557 kB | 159/197 kB | 4.1/357 kB Progress (3): 557 kB | 163/197 kB | 4.1/357 kB Progress (3): 557 kB | 167/197 kB | 4.1/357 kB Progress (3): 557 kB | 171/197 kB | 4.1/357 kB Progress (3): 557 kB | 176/197 kB | 4.1/357 kB Progress (3): 557 kB | 180/197 kB | 4.1/357 kB Progress (3): 557 kB | 180/197 kB | 7.7/357 kB Progress (3): 557 kB | 180/197 kB | 12/357 kB Progress (3): 557 kB | 180/197 kB | 16/357 kB Progress (3): 557 kB | 184/197 kB | 16/357 kB Progress (3): 557 kB | 188/197 kB | 16/357 kB Progress (3): 557 kB | 192/197 kB | 16/357 kB Progress (3): 557 kB | 196/197 kB | 16/357 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 930 kB/s) 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 Progress (2): 197 kB | 16/357 kB Progress (3): 197 kB | 16/357 kB | 4.1/291 kB Progress (3): 197 kB | 16/357 kB | 7.7/291 kB Progress (3): 197 kB | 16/357 kB | 12/291 kB Progress (3): 197 kB | 16/357 kB | 16/291 kB Progress (3): 197 kB | 20/357 kB | 16/291 kB Progress (3): 197 kB | 24/357 kB | 16/291 kB Progress (3): 197 kB | 28/357 kB | 16/291 kB Progress (3): 197 kB | 32/357 kB | 16/291 kB Progress (3): 197 kB | 32/357 kB | 20/291 kB Progress (4): 197 kB | 32/357 kB | 20/291 kB | 4.1/4.5 kB Progress (4): 197 kB | 32/357 kB | 20/291 kB | 4.5 kB Progress (4): 197 kB | 36/357 kB | 20/291 kB | 4.5 kB Progress (4): 197 kB | 40/357 kB | 20/291 kB | 4.5 kB Progress (4): 197 kB | 45/357 kB | 20/291 kB | 4.5 kB Progress (4): 197 kB | 45/357 kB | 24/291 kB | 4.5 kB Progress (4): 197 kB | 45/357 kB | 28/291 kB | 4.5 kB Progress (4): 197 kB | 45/357 kB | 32/291 kB | 4.5 kB Progress (4): 197 kB | 49/357 kB | 32/291 kB | 4.5 kB Progress (4): 197 kB | 49/357 kB | 36/291 kB | 4.5 kB Progress (4): 197 kB | 49/357 kB | 40/291 kB | 4.5 kB Progress (4): 197 kB | 53/357 kB | 40/291 kB | 4.5 kB Progress (4): 197 kB | 53/357 kB | 45/291 kB | 4.5 kB Progress (4): 197 kB | 53/357 kB | 49/291 kB | 4.5 kB Progress (4): 197 kB | 57/357 kB | 49/291 kB | 4.5 kB Progress (4): 197 kB | 61/357 kB | 49/291 kB | 4.5 kB Progress (4): 197 kB | 65/357 kB | 49/291 kB | 4.5 kB Progress (4): 197 kB | 65/357 kB | 53/291 kB | 4.5 kB Progress (4): 197 kB | 65/357 kB | 57/291 kB | 4.5 kB Progress (4): 197 kB | 65/357 kB | 61/291 kB | 4.5 kB Progress (4): 197 kB | 69/357 kB | 61/291 kB | 4.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 322 kB/s) 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 Progress (3): 69/357 kB | 65/291 kB | 4.5 kB Progress (3): 73/357 kB | 65/291 kB | 4.5 kB Progress (3): 77/357 kB | 65/291 kB | 4.5 kB Progress (3): 81/357 kB | 65/291 kB | 4.5 kB Progress (3): 81/357 kB | 69/291 kB | 4.5 kB Progress (3): 81/357 kB | 73/291 kB | 4.5 kB Progress (3): 81/357 kB | 77/291 kB | 4.5 kB Progress (3): 81/357 kB | 81/291 kB | 4.5 kB Progress (3): 85/357 kB | 81/291 kB | 4.5 kB Progress (3): 90/357 kB | 81/291 kB | 4.5 kB Progress (3): 94/357 kB | 81/291 kB | 4.5 kB Progress (3): 98/357 kB | 81/291 kB | 4.5 kB Progress (3): 98/357 kB | 85/291 kB | 4.5 kB Progress (3): 98/357 kB | 90/291 kB | 4.5 kB Progress (3): 98/357 kB | 94/291 kB | 4.5 kB Progress (3): 98/357 kB | 98/291 kB | 4.5 kB Progress (3): 102/357 kB | 98/291 kB | 4.5 kB Progress (3): 106/357 kB | 98/291 kB | 4.5 kB Progress (3): 110/357 kB | 98/291 kB | 4.5 kB Progress (3): 114/357 kB | 98/291 kB | 4.5 kB Progress (3): 114/357 kB | 102/291 kB | 4.5 kB Progress (3): 114/357 kB | 106/291 kB | 4.5 kB Progress (4): 114/357 kB | 106/291 kB | 4.5 kB | 4.1/239 kB Progress (4): 114/357 kB | 106/291 kB | 4.5 kB | 7.7/239 kB Progress (4): 114/357 kB | 106/291 kB | 4.5 kB | 12/239 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 7.2 kB/s) 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 Progress (3): 114/357 kB | 110/291 kB | 12/239 kB Progress (3): 114/357 kB | 114/291 kB | 12/239 kB Progress (3): 114/357 kB | 118/291 kB | 12/239 kB Progress (3): 114/357 kB | 122/291 kB | 12/239 kB Progress (3): 114/357 kB | 126/291 kB | 12/239 kB Progress (3): 114/357 kB | 131/291 kB | 12/239 kB Progress (4): 114/357 kB | 131/291 kB | 12/239 kB | 4.1/62 kB Progress (5): 114/357 kB | 131/291 kB | 12/239 kB | 4.1/62 kB | 4.1/50 kB Progress (5): 114/357 kB | 131/291 kB | 12/239 kB | 4.1/62 kB | 7.7/50 kB Progress (5): 114/357 kB | 131/291 kB | 12/239 kB | 4.1/62 kB | 12/50 kB Progress (5): 114/357 kB | 131/291 kB | 12/239 kB | 4.1/62 kB | 16/50 kB Progress (5): 114/357 kB | 135/291 kB | 12/239 kB | 4.1/62 kB | 16/50 kB Progress (5): 114/357 kB | 139/291 kB | 12/239 kB | 4.1/62 kB | 16/50 kB Progress (5): 114/357 kB | 139/291 kB | 12/239 kB | 4.1/62 kB | 20/50 kB Progress (5): 114/357 kB | 139/291 kB | 12/239 kB | 4.1/62 kB | 24/50 kB Progress (5): 114/357 kB | 139/291 kB | 12/239 kB | 4.1/62 kB | 28/50 kB Progress (5): 114/357 kB | 139/291 kB | 12/239 kB | 4.1/62 kB | 32/50 kB Progress (5): 114/357 kB | 139/291 kB | 12/239 kB | 4.1/62 kB | 36/50 kB Progress (5): 114/357 kB | 139/291 kB | 12/239 kB | 4.1/62 kB | 40/50 kB Progress (5): 114/357 kB | 139/291 kB | 12/239 kB | 4.1/62 kB | 45/50 kB Progress (5): 114/357 kB | 139/291 kB | 12/239 kB | 4.1/62 kB | 49/50 kB Progress (5): 114/357 kB | 139/291 kB | 12/239 kB | 4.1/62 kB | 50 kB Progress (5): 114/357 kB | 139/291 kB | 16/239 kB | 4.1/62 kB | 50 kB Progress (5): 118/357 kB | 139/291 kB | 16/239 kB | 4.1/62 kB | 50 kB Progress (5): 122/357 kB | 139/291 kB | 16/239 kB | 4.1/62 kB | 50 kB Progress (5): 126/357 kB | 139/291 kB | 16/239 kB | 4.1/62 kB | 50 kB Progress (5): 131/357 kB | 139/291 kB | 16/239 kB | 4.1/62 kB | 50 kB Progress (5): 131/357 kB | 143/291 kB | 16/239 kB | 4.1/62 kB | 50 kB Progress (5): 131/357 kB | 143/291 kB | 16/239 kB | 7.7/62 kB | 50 kB Progress (5): 131/357 kB | 147/291 kB | 16/239 kB | 7.7/62 kB | 50 kB Progress (5): 135/357 kB | 147/291 kB | 16/239 kB | 7.7/62 kB | 50 kB Progress (5): 139/357 kB | 147/291 kB | 16/239 kB | 7.7/62 kB | 50 kB Progress (5): 139/357 kB | 147/291 kB | 20/239 kB | 7.7/62 kB | 50 kB Progress (5): 139/357 kB | 147/291 kB | 24/239 kB | 7.7/62 kB | 50 kB Progress (5): 139/357 kB | 147/291 kB | 28/239 kB | 7.7/62 kB | 50 kB Progress (5): 139/357 kB | 147/291 kB | 32/239 kB | 7.7/62 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 78 kB/s) Progress (4): 139/357 kB | 147/291 kB | 36/239 kB | 7.7/62 kB Progress (4): 139/357 kB | 151/291 kB | 36/239 kB | 7.7/62 kB Progress (4): 139/357 kB | 155/291 kB | 36/239 kB | 7.7/62 kB Progress (4): 139/357 kB | 159/291 kB | 36/239 kB | 7.7/62 kB Progress (4): 139/357 kB | 163/291 kB | 36/239 kB | 7.7/62 kB Progress (4): 143/357 kB | 163/291 kB | 36/239 kB | 7.7/62 kB Progress (4): 147/357 kB | 163/291 kB | 36/239 kB | 7.7/62 kB Progress (4): 147/357 kB | 167/291 kB | 36/239 kB | 7.7/62 kB Progress (4): 147/357 kB | 171/291 kB | 36/239 kB | 7.7/62 kB Progress (4): 147/357 kB | 176/291 kB | 36/239 kB | 7.7/62 kB Progress (4): 147/357 kB | 180/291 kB | 36/239 kB | 7.7/62 kB Progress (4): 147/357 kB | 184/291 kB | 36/239 kB | 7.7/62 kB Progress (4): 147/357 kB | 188/291 kB | 36/239 kB | 7.7/62 kB Progress (4): 147/357 kB | 192/291 kB | 36/239 kB | 7.7/62 kB Progress (4): 147/357 kB | 196/291 kB | 36/239 kB | 7.7/62 kB Progress (4): 147/357 kB | 200/291 kB | 36/239 kB | 7.7/62 kB Progress (4): 147/357 kB | 200/291 kB | 36/239 kB | 12/62 kB Progress (4): 147/357 kB | 200/291 kB | 36/239 kB | 16/62 kB Progress (4): 147/357 kB | 204/291 kB | 36/239 kB | 16/62 kB Progress (4): 147/357 kB | 208/291 kB | 36/239 kB | 16/62 kB Progress (4): 147/357 kB | 212/291 kB | 36/239 kB | 16/62 kB Progress (4): 147/357 kB | 212/291 kB | 36/239 kB | 20/62 kB Progress (4): 147/357 kB | 212/291 kB | 36/239 kB | 24/62 kB Progress (4): 147/357 kB | 212/291 kB | 36/239 kB | 28/62 kB Progress (4): 147/357 kB | 212/291 kB | 40/239 kB | 28/62 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/3.1.1/maven-plugin-api-3.1.1.jar Progress (4): 147/357 kB | 212/291 kB | 45/239 kB | 28/62 kB Progress (4): 147/357 kB | 212/291 kB | 49/239 kB | 28/62 kB Progress (4): 147/357 kB | 212/291 kB | 49/239 kB | 32/62 kB Progress (4): 147/357 kB | 212/291 kB | 53/239 kB | 32/62 kB Progress (4): 147/357 kB | 212/291 kB | 57/239 kB | 32/62 kB Progress (4): 147/357 kB | 212/291 kB | 61/239 kB | 32/62 kB Progress (4): 147/357 kB | 212/291 kB | 65/239 kB | 32/62 kB Progress (4): 147/357 kB | 217/291 kB | 65/239 kB | 32/62 kB Progress (4): 147/357 kB | 221/291 kB | 65/239 kB | 32/62 kB Progress (4): 147/357 kB | 225/291 kB | 65/239 kB | 32/62 kB Progress (4): 147/357 kB | 229/291 kB | 65/239 kB | 32/62 kB Progress (4): 147/357 kB | 233/291 kB | 65/239 kB | 32/62 kB Progress (4): 147/357 kB | 237/291 kB | 65/239 kB | 32/62 kB Progress (4): 147/357 kB | 241/291 kB | 65/239 kB | 32/62 kB Progress (4): 147/357 kB | 245/291 kB | 65/239 kB | 32/62 kB Progress (4): 151/357 kB | 245/291 kB | 65/239 kB | 32/62 kB Progress (4): 155/357 kB | 245/291 kB | 65/239 kB | 32/62 kB Progress (4): 155/357 kB | 249/291 kB | 65/239 kB | 32/62 kB Progress (4): 155/357 kB | 253/291 kB | 65/239 kB | 32/62 kB Progress (4): 155/357 kB | 258/291 kB | 65/239 kB | 32/62 kB Progress (4): 155/357 kB | 258/291 kB | 69/239 kB | 32/62 kB Progress (4): 155/357 kB | 258/291 kB | 73/239 kB | 32/62 kB Progress (4): 155/357 kB | 258/291 kB | 77/239 kB | 32/62 kB Progress (4): 155/357 kB | 258/291 kB | 77/239 kB | 36/62 kB Progress (4): 155/357 kB | 258/291 kB | 81/239 kB | 36/62 kB Progress (4): 155/357 kB | 262/291 kB | 81/239 kB | 36/62 kB Progress (4): 155/357 kB | 262/291 kB | 85/239 kB | 36/62 kB Progress (4): 155/357 kB | 266/291 kB | 85/239 kB | 36/62 kB Progress (4): 155/357 kB | 270/291 kB | 85/239 kB | 36/62 kB Progress (4): 155/357 kB | 274/291 kB | 85/239 kB | 36/62 kB Progress (4): 155/357 kB | 278/291 kB | 85/239 kB | 36/62 kB Progress (4): 155/357 kB | 282/291 kB | 85/239 kB | 36/62 kB Progress (4): 155/357 kB | 286/291 kB | 85/239 kB | 36/62 kB Progress (4): 155/357 kB | 290/291 kB | 85/239 kB | 36/62 kB Progress (4): 155/357 kB | 291 kB | 85/239 kB | 36/62 kB Progress (5): 155/357 kB | 291 kB | 85/239 kB | 36/62 kB | 4.1/45 kB Progress (5): 155/357 kB | 291 kB | 85/239 kB | 36/62 kB | 7.7/45 kB Progress (5): 155/357 kB | 291 kB | 85/239 kB | 36/62 kB | 12/45 kB Progress (5): 155/357 kB | 291 kB | 85/239 kB | 36/62 kB | 16/45 kB Progress (5): 159/357 kB | 291 kB | 85/239 kB | 36/62 kB | 16/45 kB Progress (5): 163/357 kB | 291 kB | 85/239 kB | 36/62 kB | 16/45 kB Progress (5): 163/357 kB | 291 kB | 90/239 kB | 36/62 kB | 16/45 kB Progress (5): 163/357 kB | 291 kB | 90/239 kB | 40/62 kB | 16/45 kB Progress (5): 163/357 kB | 291 kB | 90/239 kB | 45/62 kB | 16/45 kB Progress (5): 163/357 kB | 291 kB | 90/239 kB | 49/62 kB | 16/45 kB Progress (5): 163/357 kB | 291 kB | 90/239 kB | 53/62 kB | 16/45 kB Progress (5): 163/357 kB | 291 kB | 90/239 kB | 57/62 kB | 16/45 kB Progress (5): 163/357 kB | 291 kB | 90/239 kB | 61/62 kB | 16/45 kB Progress (5): 163/357 kB | 291 kB | 90/239 kB | 62 kB | 16/45 kB Progress (5): 163/357 kB | 291 kB | 94/239 kB | 62 kB | 16/45 kB Progress (5): 163/357 kB | 291 kB | 94/239 kB | 62 kB | 20/45 kB Progress (5): 163/357 kB | 291 kB | 98/239 kB | 62 kB | 20/45 kB Progress (5): 167/357 kB | 291 kB | 98/239 kB | 62 kB | 20/45 kB Progress (5): 171/357 kB | 291 kB | 98/239 kB | 62 kB | 20/45 kB Progress (5): 176/357 kB | 291 kB | 98/239 kB | 62 kB | 20/45 kB Progress (5): 176/357 kB | 291 kB | 102/239 kB | 62 kB | 20/45 kB Progress (5): 176/357 kB | 291 kB | 102/239 kB | 62 kB | 24/45 kB Progress (5): 176/357 kB | 291 kB | 106/239 kB | 62 kB | 24/45 kB Progress (5): 176/357 kB | 291 kB | 110/239 kB | 62 kB | 24/45 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/org.eclipse.sisu.inject/0.0.0.M5/org.eclipse.sisu.inject-0.0.0.M5.jar (291 kB at 430 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-compress/1.10/commons-compress-1.10.jar Progress (4): 180/357 kB | 110/239 kB | 62 kB | 24/45 kB Progress (4): 180/357 kB | 114/239 kB | 62 kB | 24/45 kB Progress (4): 180/357 kB | 114/239 kB | 62 kB | 28/45 kB Progress (4): 180/357 kB | 114/239 kB | 62 kB | 32/45 kB Progress (4): 184/357 kB | 114/239 kB | 62 kB | 32/45 kB Progress (4): 184/357 kB | 118/239 kB | 62 kB | 32/45 kB Progress (4): 188/357 kB | 118/239 kB | 62 kB | 32/45 kB Progress (4): 188/357 kB | 118/239 kB | 62 kB | 36/45 kB Progress (4): 188/357 kB | 122/239 kB | 62 kB | 36/45 kB Progress (4): 188/357 kB | 122/239 kB | 62 kB | 40/45 kB Progress (4): 192/357 kB | 122/239 kB | 62 kB | 40/45 kB Progress (4): 196/357 kB | 122/239 kB | 62 kB | 40/45 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 90 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava/19.0/guava-19.0.jar Progress (3): 196/357 kB | 122/239 kB | 45/45 kB Progress (3): 196/357 kB | 126/239 kB | 45/45 kB Progress (3): 196/357 kB | 126/239 kB | 45 kB Progress (3): 200/357 kB | 126/239 kB | 45 kB Progress (3): 200/357 kB | 131/239 kB | 45 kB Progress (3): 204/357 kB | 131/239 kB | 45 kB Progress (3): 208/357 kB | 131/239 kB | 45 kB Progress (3): 212/357 kB | 131/239 kB | 45 kB Progress (3): 212/357 kB | 135/239 kB | 45 kB Progress (3): 212/357 kB | 139/239 kB | 45 kB Progress (3): 212/357 kB | 143/239 kB | 45 kB Progress (3): 212/357 kB | 147/239 kB | 45 kB Progress (3): 217/357 kB | 147/239 kB | 45 kB Progress (3): 221/357 kB | 147/239 kB | 45 kB Progress (3): 225/357 kB | 147/239 kB | 45 kB Progress (4): 225/357 kB | 147/239 kB | 45 kB | 0/2.3 MB Progress (4): 225/357 kB | 151/239 kB | 45 kB | 0/2.3 MB Progress (4): 229/357 kB | 151/239 kB | 45 kB | 0/2.3 MB Progress (4): 229/357 kB | 155/239 kB | 45 kB | 0/2.3 MB Progress (4): 229/357 kB | 159/239 kB | 45 kB | 0/2.3 MB Progress (4): 229/357 kB | 163/239 kB | 45 kB | 0/2.3 MB Progress (4): 233/357 kB | 163/239 kB | 45 kB | 0/2.3 MB Progress (4): 237/357 kB | 163/239 kB | 45 kB | 0/2.3 MB Progress (4): 241/357 kB | 163/239 kB | 45 kB | 0/2.3 MB Progress (4): 245/357 kB | 163/239 kB | 45 kB | 0/2.3 MB Progress (4): 249/357 kB | 163/239 kB | 45 kB | 0/2.3 MB Progress (4): 253/357 kB | 163/239 kB | 45 kB | 0/2.3 MB Progress (4): 258/357 kB | 163/239 kB | 45 kB | 0/2.3 MB Progress (4): 262/357 kB | 163/239 kB | 45 kB | 0/2.3 MB Progress (4): 266/357 kB | 163/239 kB | 45 kB | 0/2.3 MB Progress (4): 270/357 kB | 163/239 kB | 45 kB | 0/2.3 MB Progress (4): 274/357 kB | 163/239 kB | 45 kB | 0/2.3 MB Progress (4): 278/357 kB | 163/239 kB | 45 kB | 0/2.3 MB Progress (4): 278/357 kB | 163/239 kB | 45 kB | 0/2.3 MB 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 64 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpclient/4.5.1/httpclient-4.5.1.jar Progress (3): 282/357 kB | 163/239 kB | 0/2.3 MB Progress (3): 286/357 kB | 163/239 kB | 0/2.3 MB Progress (3): 290/357 kB | 163/239 kB | 0/2.3 MB Progress (3): 294/357 kB | 163/239 kB | 0/2.3 MB Progress (4): 294/357 kB | 163/239 kB | 0/2.3 MB | 4.1/409 kB Progress (4): 294/357 kB | 163/239 kB | 0/2.3 MB | 7.7/409 kB Progress (4): 294/357 kB | 163/239 kB | 0/2.3 MB | 12/409 kB Progress (4): 298/357 kB | 163/239 kB | 0/2.3 MB | 12/409 kB Progress (4): 298/357 kB | 167/239 kB | 0/2.3 MB | 12/409 kB Progress (4): 303/357 kB | 167/239 kB | 0/2.3 MB | 12/409 kB Progress (4): 303/357 kB | 167/239 kB | 0/2.3 MB | 16/409 kB Progress (4): 303/357 kB | 167/239 kB | 0/2.3 MB | 16/409 kB Progress (4): 303/357 kB | 167/239 kB | 0/2.3 MB | 20/409 kB Progress (4): 307/357 kB | 167/239 kB | 0/2.3 MB | 20/409 kB Progress (4): 311/357 kB | 167/239 kB | 0/2.3 MB | 20/409 kB Progress (4): 315/357 kB | 167/239 kB | 0/2.3 MB | 20/409 kB Progress (4): 319/357 kB | 167/239 kB | 0/2.3 MB | 20/409 kB Progress (4): 323/357 kB | 167/239 kB | 0/2.3 MB | 20/409 kB Progress (4): 327/357 kB | 167/239 kB | 0/2.3 MB | 20/409 kB Progress (4): 331/357 kB | 167/239 kB | 0/2.3 MB | 20/409 kB Progress (4): 335/357 kB | 167/239 kB | 0/2.3 MB | 20/409 kB Progress (4): 339/357 kB | 167/239 kB | 0/2.3 MB | 20/409 kB Progress (4): 344/357 kB | 167/239 kB | 0/2.3 MB | 20/409 kB Progress (4): 348/357 kB | 167/239 kB | 0/2.3 MB | 20/409 kB Progress (4): 352/357 kB | 167/239 kB | 0/2.3 MB | 20/409 kB Progress (4): 356/357 kB | 167/239 kB | 0/2.3 MB | 20/409 kB Progress (4): 357 kB | 167/239 kB | 0/2.3 MB | 20/409 kB Progress (4): 357 kB | 171/239 kB | 0/2.3 MB | 20/409 kB Progress (4): 357 kB | 171/239 kB | 0/2.3 MB | 24/409 kB Progress (4): 357 kB | 171/239 kB | 0/2.3 MB | 24/409 kB Progress (5): 357 kB | 171/239 kB | 0/2.3 MB | 24/409 kB | 4.1/733 kB Progress (5): 357 kB | 171/239 kB | 0/2.3 MB | 28/409 kB | 4.1/733 kB Progress (5): 357 kB | 176/239 kB | 0/2.3 MB | 28/409 kB | 4.1/733 kB Progress (5): 357 kB | 176/239 kB | 0/2.3 MB | 32/409 kB | 4.1/733 kB Progress (5): 357 kB | 176/239 kB | 0/2.3 MB | 32/409 kB | 4.1/733 kB Progress (5): 357 kB | 176/239 kB | 0/2.3 MB | 32/409 kB | 4.1/733 kB Progress (5): 357 kB | 176/239 kB | 0/2.3 MB | 32/409 kB | 7.7/733 kB Progress (5): 357 kB | 176/239 kB | 0/2.3 MB | 36/409 kB | 7.7/733 kB Progress (5): 357 kB | 176/239 kB | 0/2.3 MB | 40/409 kB | 7.7/733 kB Progress (5): 357 kB | 176/239 kB | 0/2.3 MB | 40/409 kB | 7.7/733 kB Progress (5): 357 kB | 180/239 kB | 0/2.3 MB | 40/409 kB | 7.7/733 kB Progress (5): 357 kB | 180/239 kB | 0/2.3 MB | 40/409 kB | 7.7/733 kB Progress (5): 357 kB | 180/239 kB | 0/2.3 MB | 45/409 kB | 7.7/733 kB Progress (5): 357 kB | 180/239 kB | 0/2.3 MB | 45/409 kB | 12/733 kB Progress (5): 357 kB | 180/239 kB | 0/2.3 MB | 49/409 kB | 12/733 kB Progress (5): 357 kB | 180/239 kB | 0/2.3 MB | 49/409 kB | 16/733 kB Progress (5): 357 kB | 184/239 kB | 0/2.3 MB | 49/409 kB | 16/733 kB Progress (5): 357 kB | 184/239 kB | 0/2.3 MB | 49/409 kB | 16/733 kB Progress (5): 357 kB | 188/239 kB | 0/2.3 MB | 49/409 kB | 16/733 kB Progress (5): 357 kB | 188/239 kB | 0/2.3 MB | 53/409 kB | 16/733 kB Progress (5): 357 kB | 188/239 kB | 0/2.3 MB | 57/409 kB | 16/733 kB Progress (5): 357 kB | 188/239 kB | 0/2.3 MB | 57/409 kB | 16/733 kB Progress (5): 357 kB | 188/239 kB | 0/2.3 MB | 61/409 kB | 16/733 kB Progress (5): 357 kB | 188/239 kB | 0/2.3 MB | 61/409 kB | 20/733 kB Progress (5): 357 kB | 192/239 kB | 0/2.3 MB | 61/409 kB | 20/733 kB Progress (5): 357 kB | 192/239 kB | 0/2.3 MB | 61/409 kB | 24/733 kB Progress (5): 357 kB | 192/239 kB | 0/2.3 MB | 65/409 kB | 24/733 kB Progress (5): 357 kB | 192/239 kB | 0/2.3 MB | 65/409 kB | 24/733 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-guice/3.1.0/sisu-guice-3.1.0-no_aop.jar (357 kB at 470 kB/s) Progress (4): 192/239 kB | 0/2.3 MB | 65/409 kB | 28/733 kB Progress (4): 196/239 kB | 0/2.3 MB | 65/409 kB | 28/733 kB Progress (4): 196/239 kB | 0/2.3 MB | 65/409 kB | 32/733 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcore/4.4.3/httpcore-4.4.3.jar Progress (4): 196/239 kB | 0/2.3 MB | 69/409 kB | 32/733 kB Progress (4): 196/239 kB | 0/2.3 MB | 69/409 kB | 32/733 kB Progress (4): 196/239 kB | 0/2.3 MB | 69/409 kB | 36/733 kB Progress (4): 196/239 kB | 0/2.3 MB | 73/409 kB | 36/733 kB Progress (4): 200/239 kB | 0/2.3 MB | 73/409 kB | 36/733 kB Progress (4): 200/239 kB | 0/2.3 MB | 77/409 kB | 36/733 kB Progress (4): 200/239 kB | 0/2.3 MB | 77/409 kB | 40/733 kB Progress (4): 200/239 kB | 0/2.3 MB | 81/409 kB | 40/733 kB Progress (4): 200/239 kB | 0.1/2.3 MB | 81/409 kB | 40/733 kB Progress (4): 204/239 kB | 0.1/2.3 MB | 81/409 kB | 40/733 kB Progress (4): 208/239 kB | 0.1/2.3 MB | 81/409 kB | 40/733 kB Progress (4): 212/239 kB | 0.1/2.3 MB | 81/409 kB | 40/733 kB Progress (4): 217/239 kB | 0.1/2.3 MB | 81/409 kB | 40/733 kB Progress (4): 221/239 kB | 0.1/2.3 MB | 81/409 kB | 40/733 kB Progress (4): 225/239 kB | 0.1/2.3 MB | 81/409 kB | 40/733 kB Progress (4): 229/239 kB | 0.1/2.3 MB | 81/409 kB | 40/733 kB Progress (4): 233/239 kB | 0.1/2.3 MB | 81/409 kB | 40/733 kB Progress (4): 237/239 kB | 0.1/2.3 MB | 81/409 kB | 40/733 kB Progress (4): 239 kB | 0.1/2.3 MB | 81/409 kB | 40/733 kB Progress (4): 239 kB | 0.1/2.3 MB | 81/409 kB | 40/733 kB Progress (4): 239 kB | 0.1/2.3 MB | 81/409 kB | 40/733 kB Progress (4): 239 kB | 0.1/2.3 MB | 81/409 kB | 45/733 kB Progress (4): 239 kB | 0.1/2.3 MB | 81/409 kB | 45/733 kB Progress (4): 239 kB | 0.1/2.3 MB | 85/409 kB | 45/733 kB Progress (4): 239 kB | 0.1/2.3 MB | 90/409 kB | 45/733 kB Progress (4): 239 kB | 0.1/2.3 MB | 94/409 kB | 45/733 kB Progress (4): 239 kB | 0.1/2.3 MB | 98/409 kB | 45/733 kB Progress (4): 239 kB | 0.1/2.3 MB | 98/409 kB | 49/733 kB Progress (4): 239 kB | 0.1/2.3 MB | 98/409 kB | 49/733 kB Progress (4): 239 kB | 0.1/2.3 MB | 98/409 kB | 49/733 kB Progress (4): 239 kB | 0.1/2.3 MB | 98/409 kB | 49/733 kB Progress (4): 239 kB | 0.1/2.3 MB | 98/409 kB | 49/733 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 308 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-logging/commons-logging/1.2/commons-logging-1.2.jar Progress (3): 0.1/2.3 MB | 98/409 kB | 53/733 kB Progress (3): 0.1/2.3 MB | 98/409 kB | 57/733 kB Progress (3): 0.1/2.3 MB | 98/409 kB | 61/733 kB Progress (3): 0.1/2.3 MB | 98/409 kB | 65/733 kB Progress (3): 0.1/2.3 MB | 102/409 kB | 65/733 kB Progress (3): 0.1/2.3 MB | 106/409 kB | 65/733 kB Progress (3): 0.1/2.3 MB | 110/409 kB | 65/733 kB Progress (3): 0.1/2.3 MB | 114/409 kB | 65/733 kB Progress (3): 0.1/2.3 MB | 118/409 kB | 65/733 kB Progress (3): 0.1/2.3 MB | 122/409 kB | 65/733 kB Progress (3): 0.1/2.3 MB | 126/409 kB | 65/733 kB Progress (3): 0.1/2.3 MB | 131/409 kB | 65/733 kB Progress (3): 0.1/2.3 MB | 131/409 kB | 65/733 kB Progress (3): 0.1/2.3 MB | 131/409 kB | 65/733 kB Progress (3): 0.1/2.3 MB | 131/409 kB | 65/733 kB Progress (3): 0.1/2.3 MB | 135/409 kB | 65/733 kB Progress (4): 0.1/2.3 MB | 135/409 kB | 65/733 kB | 4.1/327 kB Progress (4): 0.1/2.3 MB | 135/409 kB | 65/733 kB | 7.7/327 kB Progress (4): 0.1/2.3 MB | 135/409 kB | 65/733 kB | 12/327 kB Progress (4): 0.1/2.3 MB | 135/409 kB | 65/733 kB | 16/327 kB Progress (5): 0.1/2.3 MB | 135/409 kB | 65/733 kB | 16/327 kB | 4.1/62 kB Progress (5): 0.1/2.3 MB | 135/409 kB | 65/733 kB | 16/327 kB | 7.7/62 kB Progress (5): 0.1/2.3 MB | 135/409 kB | 65/733 kB | 16/327 kB | 12/62 kB Progress (5): 0.1/2.3 MB | 135/409 kB | 65/733 kB | 20/327 kB | 12/62 kB Progress (5): 0.1/2.3 MB | 135/409 kB | 65/733 kB | 24/327 kB | 12/62 kB Progress (5): 0.1/2.3 MB | 135/409 kB | 65/733 kB | 28/327 kB | 12/62 kB Progress (5): 0.1/2.3 MB | 135/409 kB | 65/733 kB | 32/327 kB | 12/62 kB Progress (5): 0.1/2.3 MB | 135/409 kB | 69/733 kB | 32/327 kB | 12/62 kB Progress (5): 0.1/2.3 MB | 135/409 kB | 73/733 kB | 32/327 kB | 12/62 kB Progress (5): 0.1/2.3 MB | 135/409 kB | 77/733 kB | 32/327 kB | 12/62 kB Progress (5): 0.1/2.3 MB | 135/409 kB | 81/733 kB | 32/327 kB | 12/62 kB Progress (5): 0.1/2.3 MB | 135/409 kB | 81/733 kB | 32/327 kB | 16/62 kB Progress (5): 0.1/2.3 MB | 139/409 kB | 81/733 kB | 32/327 kB | 16/62 kB Progress (5): 0.1/2.3 MB | 143/409 kB | 81/733 kB | 32/327 kB | 16/62 kB Progress (5): 0.1/2.3 MB | 147/409 kB | 81/733 kB | 32/327 kB | 16/62 kB Progress (5): 0.1/2.3 MB | 147/409 kB | 81/733 kB | 32/327 kB | 16/62 kB Progress (5): 0.1/2.3 MB | 147/409 kB | 81/733 kB | 32/327 kB | 20/62 kB Progress (5): 0.1/2.3 MB | 147/409 kB | 81/733 kB | 32/327 kB | 24/62 kB Progress (5): 0.1/2.3 MB | 151/409 kB | 81/733 kB | 32/327 kB | 24/62 kB Progress (5): 0.1/2.3 MB | 151/409 kB | 85/733 kB | 32/327 kB | 24/62 kB Progress (5): 0.1/2.3 MB | 151/409 kB | 85/733 kB | 36/327 kB | 24/62 kB Progress (5): 0.1/2.3 MB | 151/409 kB | 90/733 kB | 36/327 kB | 24/62 kB Progress (5): 0.1/2.3 MB | 151/409 kB | 90/733 kB | 36/327 kB | 24/62 kB Progress (5): 0.1/2.3 MB | 155/409 kB | 90/733 kB | 36/327 kB | 24/62 kB Progress (5): 0.1/2.3 MB | 159/409 kB | 90/733 kB | 36/327 kB | 24/62 kB Progress (5): 0.1/2.3 MB | 163/409 kB | 90/733 kB | 36/327 kB | 24/62 kB Progress (5): 0.1/2.3 MB | 163/409 kB | 90/733 kB | 36/327 kB | 28/62 kB Progress (5): 0.1/2.3 MB | 163/409 kB | 90/733 kB | 36/327 kB | 32/62 kB Progress (5): 0.1/2.3 MB | 167/409 kB | 90/733 kB | 36/327 kB | 32/62 kB Progress (5): 0.1/2.3 MB | 171/409 kB | 90/733 kB | 36/327 kB | 32/62 kB Progress (5): 0.1/2.3 MB | 176/409 kB | 90/733 kB | 36/327 kB | 32/62 kB Progress (5): 0.1/2.3 MB | 176/409 kB | 90/733 kB | 36/327 kB | 32/62 kB Progress (5): 0.1/2.3 MB | 176/409 kB | 94/733 kB | 36/327 kB | 32/62 kB Progress (5): 0.1/2.3 MB | 176/409 kB | 94/733 kB | 36/327 kB | 36/62 kB Progress (5): 0.1/2.3 MB | 176/409 kB | 94/733 kB | 36/327 kB | 40/62 kB Progress (5): 0.1/2.3 MB | 176/409 kB | 94/733 kB | 40/327 kB | 40/62 kB Progress (5): 0.1/2.3 MB | 176/409 kB | 94/733 kB | 40/327 kB | 45/62 kB Progress (5): 0.1/2.3 MB | 176/409 kB | 98/733 kB | 40/327 kB | 45/62 kB Progress (5): 0.1/2.3 MB | 176/409 kB | 98/733 kB | 40/327 kB | 45/62 kB Progress (5): 0.1/2.3 MB | 176/409 kB | 98/733 kB | 40/327 kB | 45/62 kB Progress (5): 0.1/2.3 MB | 180/409 kB | 98/733 kB | 40/327 kB | 45/62 kB Progress (5): 0.1/2.3 MB | 180/409 kB | 102/733 kB | 40/327 kB | 45/62 kB Progress (5): 0.1/2.3 MB | 180/409 kB | 106/733 kB | 40/327 kB | 45/62 kB Progress (5): 0.1/2.3 MB | 180/409 kB | 106/733 kB | 40/327 kB | 49/62 kB Progress (5): 0.1/2.3 MB | 180/409 kB | 106/733 kB | 45/327 kB | 49/62 kB Progress (5): 0.1/2.3 MB | 180/409 kB | 106/733 kB | 49/327 kB | 49/62 kB Progress (5): 0.1/2.3 MB | 184/409 kB | 106/733 kB | 49/327 kB | 49/62 kB Progress (5): 0.1/2.3 MB | 184/409 kB | 110/733 kB | 49/327 kB | 49/62 kB Progress (5): 0.1/2.3 MB | 184/409 kB | 114/733 kB | 49/327 kB | 49/62 kB Progress (5): 0.1/2.3 MB | 184/409 kB | 114/733 kB | 49/327 kB | 49/62 kB Progress (5): 0.1/2.3 MB | 184/409 kB | 114/733 kB | 49/327 kB | 49/62 kB Progress (5): 0.1/2.3 MB | 184/409 kB | 114/733 kB | 49/327 kB | 49/62 kB Progress (5): 0.1/2.3 MB | 184/409 kB | 114/733 kB | 53/327 kB | 49/62 kB Progress (5): 0.1/2.3 MB | 188/409 kB | 114/733 kB | 53/327 kB | 49/62 kB Progress (5): 0.1/2.3 MB | 188/409 kB | 114/733 kB | 53/327 kB | 53/62 kB Progress (5): 0.1/2.3 MB | 192/409 kB | 114/733 kB | 53/327 kB | 53/62 kB Progress (5): 0.1/2.3 MB | 192/409 kB | 114/733 kB | 57/327 kB | 53/62 kB Progress (5): 0.1/2.3 MB | 192/409 kB | 114/733 kB | 57/327 kB | 53/62 kB Progress (5): 0.1/2.3 MB | 192/409 kB | 118/733 kB | 57/327 kB | 53/62 kB Progress (5): 0.1/2.3 MB | 192/409 kB | 122/733 kB | 57/327 kB | 53/62 kB Progress (5): 0.1/2.3 MB | 192/409 kB | 126/733 kB | 57/327 kB | 53/62 kB Progress (5): 0.1/2.3 MB | 192/409 kB | 131/733 kB | 57/327 kB | 53/62 kB Progress (5): 0.1/2.3 MB | 192/409 kB | 135/733 kB | 57/327 kB | 53/62 kB Progress (5): 0.1/2.3 MB | 192/409 kB | 139/733 kB | 57/327 kB | 53/62 kB Progress (5): 0.1/2.3 MB | 192/409 kB | 143/733 kB | 57/327 kB | 53/62 kB Progress (5): 0.1/2.3 MB | 192/409 kB | 143/733 kB | 61/327 kB | 53/62 kB Progress (5): 0.1/2.3 MB | 196/409 kB | 143/733 kB | 61/327 kB | 53/62 kB Progress (5): 0.1/2.3 MB | 200/409 kB | 143/733 kB | 61/327 kB | 53/62 kB Progress (5): 0.1/2.3 MB | 204/409 kB | 143/733 kB | 61/327 kB | 53/62 kB Progress (5): 0.1/2.3 MB | 208/409 kB | 143/733 kB | 61/327 kB | 53/62 kB Progress (5): 0.1/2.3 MB | 212/409 kB | 143/733 kB | 61/327 kB | 53/62 kB Progress (5): 0.1/2.3 MB | 212/409 kB | 143/733 kB | 61/327 kB | 57/62 kB Progress (5): 0.1/2.3 MB | 212/409 kB | 143/733 kB | 61/327 kB | 61/62 kB Progress (5): 0.1/2.3 MB | 212/409 kB | 143/733 kB | 61/327 kB | 62 kB Progress (5): 0.1/2.3 MB | 212/409 kB | 143/733 kB | 65/327 kB | 62 kB Progress (5): 0.1/2.3 MB | 212/409 kB | 147/733 kB | 65/327 kB | 62 kB Progress (5): 0.1/2.3 MB | 212/409 kB | 147/733 kB | 65/327 kB | 62 kB Progress (5): 0.1/2.3 MB | 212/409 kB | 147/733 kB | 65/327 kB | 62 kB Progress (5): 0.1/2.3 MB | 212/409 kB | 147/733 kB | 69/327 kB | 62 kB Progress (5): 0.1/2.3 MB | 212/409 kB | 147/733 kB | 73/327 kB | 62 kB Progress (5): 0.1/2.3 MB | 212/409 kB | 147/733 kB | 77/327 kB | 62 kB Progress (5): 0.1/2.3 MB | 212/409 kB | 147/733 kB | 81/327 kB | 62 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-logging/commons-logging/1.2/commons-logging-1.2.jar (62 kB at 71 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-codec/commons-codec/1.9/commons-codec-1.9.jar Progress (4): 0.1/2.3 MB | 217/409 kB | 147/733 kB | 81/327 kB Progress (4): 0.1/2.3 MB | 221/409 kB | 147/733 kB | 81/327 kB Progress (4): 0.1/2.3 MB | 225/409 kB | 147/733 kB | 81/327 kB Progress (4): 0.1/2.3 MB | 225/409 kB | 147/733 kB | 85/327 kB Progress (4): 0.1/2.3 MB | 225/409 kB | 151/733 kB | 85/327 kB Progress (4): 0.1/2.3 MB | 225/409 kB | 151/733 kB | 85/327 kB Progress (4): 0.1/2.3 MB | 225/409 kB | 155/733 kB | 85/327 kB Progress (4): 0.1/2.3 MB | 225/409 kB | 159/733 kB | 85/327 kB Progress (4): 0.1/2.3 MB | 225/409 kB | 163/733 kB | 85/327 kB Progress (4): 0.1/2.3 MB | 225/409 kB | 167/733 kB | 85/327 kB Progress (4): 0.1/2.3 MB | 225/409 kB | 171/733 kB | 85/327 kB Progress (4): 0.1/2.3 MB | 225/409 kB | 176/733 kB | 85/327 kB Progress (4): 0.1/2.3 MB | 225/409 kB | 180/733 kB | 85/327 kB Progress (4): 0.1/2.3 MB | 225/409 kB | 180/733 kB | 90/327 kB Progress (4): 0.1/2.3 MB | 225/409 kB | 180/733 kB | 94/327 kB Progress (4): 0.1/2.3 MB | 225/409 kB | 180/733 kB | 98/327 kB Progress (4): 0.1/2.3 MB | 229/409 kB | 180/733 kB | 98/327 kB Progress (4): 0.1/2.3 MB | 229/409 kB | 180/733 kB | 102/327 kB Progress (4): 0.1/2.3 MB | 233/409 kB | 180/733 kB | 102/327 kB Progress (4): 0.1/2.3 MB | 237/409 kB | 180/733 kB | 102/327 kB Progress (4): 0.1/2.3 MB | 241/409 kB | 180/733 kB | 102/327 kB Progress (4): 0.1/2.3 MB | 245/409 kB | 180/733 kB | 102/327 kB Progress (4): 0.1/2.3 MB | 245/409 kB | 184/733 kB | 102/327 kB Progress (4): 0.1/2.3 MB | 245/409 kB | 188/733 kB | 102/327 kB Progress (4): 0.1/2.3 MB | 245/409 kB | 192/733 kB | 102/327 kB Progress (4): 0.1/2.3 MB | 245/409 kB | 196/733 kB | 102/327 kB Progress (4): 0.1/2.3 MB | 245/409 kB | 196/733 kB | 102/327 kB Progress (4): 0.1/2.3 MB | 245/409 kB | 200/733 kB | 102/327 kB Progress (4): 0.1/2.3 MB | 245/409 kB | 204/733 kB | 102/327 kB Progress (4): 0.1/2.3 MB | 245/409 kB | 208/733 kB | 102/327 kB Progress (4): 0.1/2.3 MB | 245/409 kB | 212/733 kB | 102/327 kB Progress (4): 0.1/2.3 MB | 249/409 kB | 212/733 kB | 102/327 kB Progress (4): 0.1/2.3 MB | 253/409 kB | 212/733 kB | 102/327 kB Progress (4): 0.1/2.3 MB | 258/409 kB | 212/733 kB | 102/327 kB Progress (4): 0.1/2.3 MB | 262/409 kB | 212/733 kB | 102/327 kB Progress (4): 0.1/2.3 MB | 262/409 kB | 212/733 kB | 106/327 kB Progress (5): 0.1/2.3 MB | 262/409 kB | 212/733 kB | 106/327 kB | 4.1/264 kB Progress (5): 0.1/2.3 MB | 262/409 kB | 217/733 kB | 106/327 kB | 4.1/264 kB Progress (5): 0.2/2.3 MB | 262/409 kB | 217/733 kB | 106/327 kB | 4.1/264 kB Progress (5): 0.2/2.3 MB | 266/409 kB | 217/733 kB | 106/327 kB | 4.1/264 kB Progress (5): 0.2/2.3 MB | 266/409 kB | 221/733 kB | 106/327 kB | 4.1/264 kB Progress (5): 0.2/2.3 MB | 266/409 kB | 221/733 kB | 106/327 kB | 7.7/264 kB Progress (5): 0.2/2.3 MB | 266/409 kB | 221/733 kB | 110/327 kB | 7.7/264 kB Progress (5): 0.2/2.3 MB | 266/409 kB | 221/733 kB | 110/327 kB | 12/264 kB Progress (5): 0.2/2.3 MB | 266/409 kB | 225/733 kB | 110/327 kB | 12/264 kB Progress (5): 0.2/2.3 MB | 266/409 kB | 229/733 kB | 110/327 kB | 12/264 kB Progress (5): 0.2/2.3 MB | 270/409 kB | 229/733 kB | 110/327 kB | 12/264 kB Progress (5): 0.2/2.3 MB | 274/409 kB | 229/733 kB | 110/327 kB | 12/264 kB Progress (5): 0.2/2.3 MB | 278/409 kB | 229/733 kB | 110/327 kB | 12/264 kB Progress (5): 0.2/2.3 MB | 278/409 kB | 229/733 kB | 110/327 kB | 12/264 kB Progress (5): 0.2/2.3 MB | 278/409 kB | 229/733 kB | 110/327 kB | 12/264 kB Progress (5): 0.2/2.3 MB | 278/409 kB | 229/733 kB | 110/327 kB | 12/264 kB Progress (5): 0.2/2.3 MB | 282/409 kB | 229/733 kB | 110/327 kB | 12/264 kB Progress (5): 0.2/2.3 MB | 286/409 kB | 229/733 kB | 110/327 kB | 12/264 kB Progress (5): 0.2/2.3 MB | 290/409 kB | 229/733 kB | 110/327 kB | 12/264 kB Progress (5): 0.2/2.3 MB | 294/409 kB | 229/733 kB | 110/327 kB | 12/264 kB Progress (5): 0.2/2.3 MB | 298/409 kB | 229/733 kB | 110/327 kB | 12/264 kB Progress (5): 0.2/2.3 MB | 303/409 kB | 229/733 kB | 110/327 kB | 12/264 kB Progress (5): 0.2/2.3 MB | 307/409 kB | 229/733 kB | 110/327 kB | 12/264 kB Progress (5): 0.2/2.3 MB | 311/409 kB | 229/733 kB | 110/327 kB | 12/264 kB Progress (5): 0.2/2.3 MB | 311/409 kB | 233/733 kB | 110/327 kB | 12/264 kB Progress (5): 0.2/2.3 MB | 311/409 kB | 233/733 kB | 110/327 kB | 16/264 kB Progress (5): 0.2/2.3 MB | 311/409 kB | 233/733 kB | 114/327 kB | 16/264 kB Progress (5): 0.2/2.3 MB | 315/409 kB | 233/733 kB | 114/327 kB | 16/264 kB Progress (5): 0.2/2.3 MB | 319/409 kB | 233/733 kB | 114/327 kB | 16/264 kB Progress (5): 0.2/2.3 MB | 323/409 kB | 233/733 kB | 114/327 kB | 16/264 kB Progress (5): 0.2/2.3 MB | 323/409 kB | 237/733 kB | 114/327 kB | 16/264 kB Progress (5): 0.2/2.3 MB | 323/409 kB | 241/733 kB | 114/327 kB | 16/264 kB Progress (5): 0.2/2.3 MB | 323/409 kB | 245/733 kB | 114/327 kB | 16/264 kB Progress (5): 0.2/2.3 MB | 323/409 kB | 245/733 kB | 114/327 kB | 16/264 kB Progress (5): 0.2/2.3 MB | 323/409 kB | 245/733 kB | 114/327 kB | 16/264 kB Progress (5): 0.2/2.3 MB | 323/409 kB | 245/733 kB | 114/327 kB | 16/264 kB Progress (5): 0.2/2.3 MB | 323/409 kB | 245/733 kB | 114/327 kB | 16/264 kB Progress (5): 0.2/2.3 MB | 327/409 kB | 245/733 kB | 114/327 kB | 16/264 kB Progress (5): 0.2/2.3 MB | 327/409 kB | 245/733 kB | 118/327 kB | 16/264 kB Progress (5): 0.2/2.3 MB | 327/409 kB | 245/733 kB | 122/327 kB | 16/264 kB Progress (5): 0.2/2.3 MB | 327/409 kB | 245/733 kB | 126/327 kB | 16/264 kB Progress (5): 0.2/2.3 MB | 327/409 kB | 245/733 kB | 126/327 kB | 20/264 kB Progress (5): 0.2/2.3 MB | 327/409 kB | 245/733 kB | 131/327 kB | 20/264 kB Progress (5): 0.2/2.3 MB | 331/409 kB | 245/733 kB | 131/327 kB | 20/264 kB Progress (5): 0.2/2.3 MB | 331/409 kB | 245/733 kB | 131/327 kB | 20/264 kB Progress (5): 0.2/2.3 MB | 331/409 kB | 245/733 kB | 131/327 kB | 20/264 kB Progress (5): 0.2/2.3 MB | 331/409 kB | 245/733 kB | 135/327 kB | 20/264 kB Progress (5): 0.2/2.3 MB | 331/409 kB | 249/733 kB | 135/327 kB | 20/264 kB Progress (5): 0.2/2.3 MB | 331/409 kB | 249/733 kB | 139/327 kB | 20/264 kB Progress (5): 0.2/2.3 MB | 331/409 kB | 249/733 kB | 139/327 kB | 20/264 kB Progress (5): 0.2/2.3 MB | 335/409 kB | 249/733 kB | 139/327 kB | 20/264 kB Progress (5): 0.2/2.3 MB | 335/409 kB | 249/733 kB | 139/327 kB | 24/264 kB Progress (5): 0.2/2.3 MB | 339/409 kB | 249/733 kB | 139/327 kB | 24/264 kB Progress (5): 0.2/2.3 MB | 339/409 kB | 249/733 kB | 139/327 kB | 24/264 kB Progress (5): 0.2/2.3 MB | 339/409 kB | 249/733 kB | 143/327 kB | 24/264 kB Progress (5): 0.2/2.3 MB | 339/409 kB | 253/733 kB | 143/327 kB | 24/264 kB Progress (5): 0.2/2.3 MB | 339/409 kB | 253/733 kB | 147/327 kB | 24/264 kB Progress (5): 0.2/2.3 MB | 344/409 kB | 253/733 kB | 147/327 kB | 24/264 kB Progress (5): 0.2/2.3 MB | 344/409 kB | 253/733 kB | 147/327 kB | 28/264 kB Progress (5): 0.2/2.3 MB | 344/409 kB | 253/733 kB | 147/327 kB | 32/264 kB Progress (5): 0.2/2.3 MB | 344/409 kB | 253/733 kB | 151/327 kB | 32/264 kB Progress (5): 0.2/2.3 MB | 344/409 kB | 253/733 kB | 155/327 kB | 32/264 kB Progress (5): 0.2/2.3 MB | 344/409 kB | 253/733 kB | 159/327 kB | 32/264 kB Progress (5): 0.2/2.3 MB | 344/409 kB | 253/733 kB | 159/327 kB | 32/264 kB Progress (5): 0.2/2.3 MB | 344/409 kB | 258/733 kB | 159/327 kB | 32/264 kB Progress (5): 0.2/2.3 MB | 344/409 kB | 258/733 kB | 159/327 kB | 32/264 kB Progress (5): 0.2/2.3 MB | 344/409 kB | 258/733 kB | 159/327 kB | 32/264 kB Progress (5): 0.2/2.3 MB | 344/409 kB | 258/733 kB | 159/327 kB | 32/264 kB Progress (5): 0.2/2.3 MB | 344/409 kB | 258/733 kB | 163/327 kB | 32/264 kB Progress (5): 0.2/2.3 MB | 344/409 kB | 258/733 kB | 163/327 kB | 36/264 kB Progress (5): 0.2/2.3 MB | 348/409 kB | 258/733 kB | 163/327 kB | 36/264 kB Progress (5): 0.2/2.3 MB | 348/409 kB | 258/733 kB | 163/327 kB | 40/264 kB Progress (5): 0.2/2.3 MB | 348/409 kB | 262/733 kB | 163/327 kB | 40/264 kB Progress (5): 0.2/2.3 MB | 348/409 kB | 262/733 kB | 163/327 kB | 45/264 kB Progress (5): 0.2/2.3 MB | 348/409 kB | 262/733 kB | 167/327 kB | 45/264 kB Progress (5): 0.2/2.3 MB | 352/409 kB | 262/733 kB | 167/327 kB | 45/264 kB Progress (5): 0.2/2.3 MB | 352/409 kB | 262/733 kB | 167/327 kB | 45/264 kB Progress (5): 0.2/2.3 MB | 352/409 kB | 266/733 kB | 167/327 kB | 45/264 kB Progress (5): 0.2/2.3 MB | 356/409 kB | 266/733 kB | 167/327 kB | 45/264 kB Progress (5): 0.2/2.3 MB | 356/409 kB | 266/733 kB | 171/327 kB | 45/264 kB Progress (5): 0.2/2.3 MB | 356/409 kB | 266/733 kB | 171/327 kB | 49/264 kB Progress (5): 0.2/2.3 MB | 356/409 kB | 266/733 kB | 176/327 kB | 49/264 kB Progress (5): 0.2/2.3 MB | 360/409 kB | 266/733 kB | 176/327 kB | 49/264 kB Progress (5): 0.2/2.3 MB | 360/409 kB | 270/733 kB | 176/327 kB | 49/264 kB Progress (5): 0.2/2.3 MB | 360/409 kB | 270/733 kB | 176/327 kB | 53/264 kB Progress (5): 0.2/2.3 MB | 360/409 kB | 270/733 kB | 176/327 kB | 53/264 kB Progress (5): 0.2/2.3 MB | 360/409 kB | 270/733 kB | 176/327 kB | 53/264 kB Progress (5): 0.2/2.3 MB | 360/409 kB | 270/733 kB | 176/327 kB | 53/264 kB Progress (5): 0.2/2.3 MB | 360/409 kB | 270/733 kB | 176/327 kB | 53/264 kB Progress (5): 0.2/2.3 MB | 360/409 kB | 270/733 kB | 176/327 kB | 53/264 kB Progress (5): 0.2/2.3 MB | 360/409 kB | 270/733 kB | 176/327 kB | 53/264 kB Progress (5): 0.2/2.3 MB | 360/409 kB | 270/733 kB | 176/327 kB | 53/264 kB Progress (5): 0.2/2.3 MB | 364/409 kB | 270/733 kB | 176/327 kB | 53/264 kB Progress (5): 0.2/2.3 MB | 364/409 kB | 270/733 kB | 176/327 kB | 57/264 kB Progress (5): 0.2/2.3 MB | 364/409 kB | 274/733 kB | 176/327 kB | 57/264 kB Progress (5): 0.2/2.3 MB | 364/409 kB | 274/733 kB | 180/327 kB | 57/264 kB Progress (5): 0.2/2.3 MB | 364/409 kB | 278/733 kB | 180/327 kB | 57/264 kB Progress (5): 0.2/2.3 MB | 364/409 kB | 278/733 kB | 180/327 kB | 61/264 kB Progress (5): 0.2/2.3 MB | 368/409 kB | 278/733 kB | 180/327 kB | 61/264 kB Progress (5): 0.2/2.3 MB | 368/409 kB | 278/733 kB | 184/327 kB | 61/264 kB Progress (5): 0.2/2.3 MB | 368/409 kB | 282/733 kB | 184/327 kB | 61/264 kB Progress (5): 0.2/2.3 MB | 368/409 kB | 286/733 kB | 184/327 kB | 61/264 kB Progress (5): 0.2/2.3 MB | 368/409 kB | 286/733 kB | 184/327 kB | 61/264 kB Progress (5): 0.2/2.3 MB | 368/409 kB | 290/733 kB | 184/327 kB | 61/264 kB Progress (5): 0.2/2.3 MB | 368/409 kB | 294/733 kB | 184/327 kB | 61/264 kB Progress (5): 0.2/2.3 MB | 368/409 kB | 294/733 kB | 188/327 kB | 61/264 kB Progress (5): 0.2/2.3 MB | 368/409 kB | 294/733 kB | 192/327 kB | 61/264 kB Progress (5): 0.2/2.3 MB | 368/409 kB | 294/733 kB | 196/327 kB | 61/264 kB Progress (5): 0.2/2.3 MB | 368/409 kB | 298/733 kB | 196/327 kB | 61/264 kB Progress (5): 0.2/2.3 MB | 368/409 kB | 303/733 kB | 196/327 kB | 61/264 kB Progress (5): 0.2/2.3 MB | 372/409 kB | 303/733 kB | 196/327 kB | 61/264 kB Progress (5): 0.2/2.3 MB | 372/409 kB | 303/733 kB | 196/327 kB | 65/264 kB Progress (5): 0.2/2.3 MB | 376/409 kB | 303/733 kB | 196/327 kB | 65/264 kB Progress (5): 0.2/2.3 MB | 376/409 kB | 303/733 kB | 196/327 kB | 69/264 kB Progress (5): 0.2/2.3 MB | 380/409 kB | 303/733 kB | 196/327 kB | 69/264 kB Progress (5): 0.2/2.3 MB | 384/409 kB | 303/733 kB | 196/327 kB | 69/264 kB Progress (5): 0.2/2.3 MB | 384/409 kB | 303/733 kB | 200/327 kB | 69/264 kB Progress (5): 0.2/2.3 MB | 384/409 kB | 307/733 kB | 200/327 kB | 69/264 kB Progress (5): 0.3/2.3 MB | 384/409 kB | 307/733 kB | 200/327 kB | 69/264 kB Progress (5): 0.3/2.3 MB | 384/409 kB | 311/733 kB | 200/327 kB | 69/264 kB Progress (5): 0.3/2.3 MB | 384/409 kB | 311/733 kB | 204/327 kB | 69/264 kB Progress (5): 0.3/2.3 MB | 389/409 kB | 311/733 kB | 204/327 kB | 69/264 kB Progress (5): 0.3/2.3 MB | 393/409 kB | 311/733 kB | 204/327 kB | 69/264 kB Progress (5): 0.3/2.3 MB | 393/409 kB | 311/733 kB | 204/327 kB | 73/264 kB Progress (5): 0.3/2.3 MB | 393/409 kB | 315/733 kB | 204/327 kB | 73/264 kB Progress (5): 0.3/2.3 MB | 393/409 kB | 315/733 kB | 208/327 kB | 73/264 kB Progress (5): 0.3/2.3 MB | 393/409 kB | 315/733 kB | 212/327 kB | 73/264 kB Progress (5): 0.3/2.3 MB | 393/409 kB | 315/733 kB | 217/327 kB | 73/264 kB Progress (5): 0.3/2.3 MB | 393/409 kB | 315/733 kB | 221/327 kB | 73/264 kB Progress (5): 0.3/2.3 MB | 393/409 kB | 315/733 kB | 225/327 kB | 73/264 kB Progress (5): 0.3/2.3 MB | 393/409 kB | 315/733 kB | 229/327 kB | 73/264 kB Progress (5): 0.3/2.3 MB | 393/409 kB | 315/733 kB | 233/327 kB | 73/264 kB Progress (5): 0.3/2.3 MB | 393/409 kB | 315/733 kB | 237/327 kB | 73/264 kB Progress (5): 0.3/2.3 MB | 393/409 kB | 315/733 kB | 241/327 kB | 73/264 kB Progress (5): 0.3/2.3 MB | 393/409 kB | 315/733 kB | 245/327 kB | 73/264 kB Progress (5): 0.3/2.3 MB | 397/409 kB | 315/733 kB | 245/327 kB | 73/264 kB Progress (5): 0.3/2.3 MB | 401/409 kB | 315/733 kB | 245/327 kB | 73/264 kB Progress (5): 0.3/2.3 MB | 405/409 kB | 315/733 kB | 245/327 kB | 73/264 kB Progress (5): 0.3/2.3 MB | 405/409 kB | 315/733 kB | 249/327 kB | 73/264 kB Progress (5): 0.3/2.3 MB | 405/409 kB | 315/733 kB | 249/327 kB | 73/264 kB Progress (5): 0.3/2.3 MB | 405/409 kB | 315/733 kB | 253/327 kB | 73/264 kB Progress (5): 0.3/2.3 MB | 405/409 kB | 315/733 kB | 258/327 kB | 73/264 kB Progress (5): 0.3/2.3 MB | 409/409 kB | 315/733 kB | 258/327 kB | 73/264 kB Progress (5): 0.3/2.3 MB | 409/409 kB | 319/733 kB | 258/327 kB | 73/264 kB Progress (5): 0.3/2.3 MB | 409/409 kB | 319/733 kB | 258/327 kB | 77/264 kB Progress (5): 0.3/2.3 MB | 409/409 kB | 323/733 kB | 258/327 kB | 77/264 kB Progress (5): 0.3/2.3 MB | 409 kB | 323/733 kB | 258/327 kB | 77/264 kB Progress (5): 0.3/2.3 MB | 409 kB | 323/733 kB | 262/327 kB | 77/264 kB Progress (5): 0.3/2.3 MB | 409 kB | 323/733 kB | 262/327 kB | 77/264 kB Progress (5): 0.3/2.3 MB | 409 kB | 323/733 kB | 266/327 kB | 77/264 kB Progress (5): 0.3/2.3 MB | 409 kB | 323/733 kB | 270/327 kB | 77/264 kB Progress (5): 0.3/2.3 MB | 409 kB | 327/733 kB | 270/327 kB | 77/264 kB Progress (5): 0.3/2.3 MB | 409 kB | 327/733 kB | 270/327 kB | 81/264 kB Progress (5): 0.3/2.3 MB | 409 kB | 327/733 kB | 274/327 kB | 81/264 kB Progress (5): 0.3/2.3 MB | 409 kB | 327/733 kB | 274/327 kB | 81/264 kB Progress (5): 0.3/2.3 MB | 409 kB | 331/733 kB | 274/327 kB | 81/264 kB Progress (5): 0.3/2.3 MB | 409 kB | 335/733 kB | 274/327 kB | 81/264 kB Progress (5): 0.3/2.3 MB | 409 kB | 339/733 kB | 274/327 kB | 81/264 kB Progress (5): 0.3/2.3 MB | 409 kB | 344/733 kB | 274/327 kB | 81/264 kB Progress (5): 0.3/2.3 MB | 409 kB | 344/733 kB | 278/327 kB | 81/264 kB Progress (5): 0.3/2.3 MB | 409 kB | 344/733 kB | 278/327 kB | 85/264 kB Progress (5): 0.3/2.3 MB | 409 kB | 344/733 kB | 278/327 kB | 90/264 kB Progress (5): 0.3/2.3 MB | 409 kB | 348/733 kB | 278/327 kB | 90/264 kB Progress (5): 0.3/2.3 MB | 409 kB | 348/733 kB | 278/327 kB | 90/264 kB Progress (5): 0.3/2.3 MB | 409 kB | 352/733 kB | 278/327 kB | 90/264 kB Progress (5): 0.3/2.3 MB | 409 kB | 352/733 kB | 282/327 kB | 90/264 kB Progress (5): 0.3/2.3 MB | 409 kB | 352/733 kB | 286/327 kB | 90/264 kB Progress (5): 0.3/2.3 MB | 409 kB | 352/733 kB | 290/327 kB | 90/264 kB Progress (5): 0.3/2.3 MB | 409 kB | 352/733 kB | 290/327 kB | 94/264 kB Progress (5): 0.3/2.3 MB | 409 kB | 352/733 kB | 294/327 kB | 94/264 kB Progress (5): 0.3/2.3 MB | 409 kB | 352/733 kB | 298/327 kB | 94/264 kB Progress (5): 0.3/2.3 MB | 409 kB | 352/733 kB | 303/327 kB | 94/264 kB Progress (5): 0.3/2.3 MB | 409 kB | 356/733 kB | 303/327 kB | 94/264 kB Progress (5): 0.3/2.3 MB | 409 kB | 360/733 kB | 303/327 kB | 94/264 kB Progress (5): 0.3/2.3 MB | 409 kB | 360/733 kB | 303/327 kB | 94/264 kB Progress (5): 0.3/2.3 MB | 409 kB | 360/733 kB | 307/327 kB | 94/264 kB Progress (5): 0.3/2.3 MB | 409 kB | 360/733 kB | 311/327 kB | 94/264 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-compress/1.10/commons-compress-1.10.jar (409 kB at 384 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpmime/4.5.1/httpmime-4.5.1.jar Progress (4): 0.3/2.3 MB | 360/733 kB | 311/327 kB | 98/264 kB Progress (4): 0.3/2.3 MB | 360/733 kB | 315/327 kB | 98/264 kB Progress (4): 0.3/2.3 MB | 360/733 kB | 319/327 kB | 98/264 kB Progress (4): 0.3/2.3 MB | 364/733 kB | 319/327 kB | 98/264 kB Progress (4): 0.3/2.3 MB | 368/733 kB | 319/327 kB | 98/264 kB Progress (4): 0.3/2.3 MB | 368/733 kB | 319/327 kB | 98/264 kB Progress (4): 0.3/2.3 MB | 372/733 kB | 319/327 kB | 98/264 kB Progress (4): 0.3/2.3 MB | 376/733 kB | 319/327 kB | 98/264 kB Progress (4): 0.3/2.3 MB | 376/733 kB | 319/327 kB | 98/264 kB Progress (4): 0.3/2.3 MB | 376/733 kB | 319/327 kB | 98/264 kB Progress (4): 0.3/2.3 MB | 376/733 kB | 319/327 kB | 98/264 kB Progress (4): 0.3/2.3 MB | 376/733 kB | 319/327 kB | 98/264 kB Progress (4): 0.3/2.3 MB | 376/733 kB | 319/327 kB | 98/264 kB Progress (4): 0.3/2.3 MB | 376/733 kB | 319/327 kB | 98/264 kB Progress (4): 0.3/2.3 MB | 376/733 kB | 319/327 kB | 98/264 kB Progress (4): 0.3/2.3 MB | 376/733 kB | 319/327 kB | 98/264 kB Progress (4): 0.3/2.3 MB | 376/733 kB | 319/327 kB | 102/264 kB Progress (4): 0.3/2.3 MB | 376/733 kB | 323/327 kB | 102/264 kB Progress (4): 0.3/2.3 MB | 376/733 kB | 323/327 kB | 102/264 kB Progress (4): 0.3/2.3 MB | 376/733 kB | 323/327 kB | 102/264 kB Progress (4): 0.3/2.3 MB | 376/733 kB | 323/327 kB | 106/264 kB Progress (4): 0.3/2.3 MB | 376/733 kB | 323/327 kB | 110/264 kB Progress (4): 0.3/2.3 MB | 376/733 kB | 323/327 kB | 114/264 kB Progress (4): 0.3/2.3 MB | 376/733 kB | 323/327 kB | 118/264 kB Progress (4): 0.3/2.3 MB | 376/733 kB | 323/327 kB | 122/264 kB Progress (4): 0.3/2.3 MB | 376/733 kB | 323/327 kB | 126/264 kB Progress (4): 0.3/2.3 MB | 376/733 kB | 323/327 kB | 131/264 kB Progress (4): 0.3/2.3 MB | 376/733 kB | 323/327 kB | 135/264 kB Progress (4): 0.3/2.3 MB | 376/733 kB | 323/327 kB | 139/264 kB Progress (4): 0.3/2.3 MB | 376/733 kB | 323/327 kB | 143/264 kB Progress (4): 0.3/2.3 MB | 376/733 kB | 323/327 kB | 147/264 kB Progress (4): 0.3/2.3 MB | 380/733 kB | 323/327 kB | 147/264 kB Progress (4): 0.3/2.3 MB | 380/733 kB | 323/327 kB | 147/264 kB Progress (4): 0.3/2.3 MB | 380/733 kB | 327 kB | 147/264 kB Progress (4): 0.3/2.3 MB | 380/733 kB | 327 kB | 147/264 kB Progress (4): 0.3/2.3 MB | 380/733 kB | 327 kB | 151/264 kB Progress (4): 0.3/2.3 MB | 380/733 kB | 327 kB | 155/264 kB Progress (4): 0.3/2.3 MB | 380/733 kB | 327 kB | 159/264 kB Progress (4): 0.3/2.3 MB | 384/733 kB | 327 kB | 159/264 kB Progress (4): 0.3/2.3 MB | 384/733 kB | 327 kB | 159/264 kB Progress (4): 0.3/2.3 MB | 384/733 kB | 327 kB | 159/264 kB Progress (4): 0.3/2.3 MB | 384/733 kB | 327 kB | 163/264 kB Progress (4): 0.3/2.3 MB | 384/733 kB | 327 kB | 163/264 kB Progress (4): 0.3/2.3 MB | 384/733 kB | 327 kB | 163/264 kB Progress (4): 0.3/2.3 MB | 384/733 kB | 327 kB | 167/264 kB Progress (4): 0.3/2.3 MB | 384/733 kB | 327 kB | 171/264 kB Progress (4): 0.3/2.3 MB | 384/733 kB | 327 kB | 176/264 kB Progress (4): 0.3/2.3 MB | 389/733 kB | 327 kB | 176/264 kB Progress (4): 0.3/2.3 MB | 393/733 kB | 327 kB | 176/264 kB Progress (4): 0.3/2.3 MB | 393/733 kB | 327 kB | 180/264 kB Progress (4): 0.3/2.3 MB | 397/733 kB | 327 kB | 180/264 kB Progress (4): 0.3/2.3 MB | 401/733 kB | 327 kB | 180/264 kB Progress (4): 0.3/2.3 MB | 401/733 kB | 327 kB | 180/264 kB Progress (4): 0.3/2.3 MB | 405/733 kB | 327 kB | 180/264 kB Progress (4): 0.3/2.3 MB | 405/733 kB | 327 kB | 184/264 kB Progress (4): 0.3/2.3 MB | 409/733 kB | 327 kB | 184/264 kB Progress (4): 0.4/2.3 MB | 409/733 kB | 327 kB | 184/264 kB Progress (4): 0.4/2.3 MB | 409/733 kB | 327 kB | 184/264 kB Progress (4): 0.4/2.3 MB | 409/733 kB | 327 kB | 184/264 kB Progress (4): 0.4/2.3 MB | 413/733 kB | 327 kB | 184/264 kB Progress (4): 0.4/2.3 MB | 417/733 kB | 327 kB | 184/264 kB Progress (4): 0.4/2.3 MB | 421/733 kB | 327 kB | 184/264 kB Progress (4): 0.4/2.3 MB | 421/733 kB | 327 kB | 184/264 kB Progress (4): 0.4/2.3 MB | 421/733 kB | 327 kB | 184/264 kB Progress (4): 0.4/2.3 MB | 421/733 kB | 327 kB | 184/264 kB Progress (4): 0.4/2.3 MB | 421/733 kB | 327 kB | 184/264 kB Progress (4): 0.4/2.3 MB | 421/733 kB | 327 kB | 184/264 kB Progress (4): 0.4/2.3 MB | 421/733 kB | 327 kB | 184/264 kB Progress (4): 0.4/2.3 MB | 421/733 kB | 327 kB | 184/264 kB Progress (4): 0.4/2.3 MB | 421/733 kB | 327 kB | 184/264 kB Progress (5): 0.4/2.3 MB | 421/733 kB | 327 kB | 184/264 kB | 4.1/41 kB Progress (5): 0.4/2.3 MB | 421/733 kB | 327 kB | 188/264 kB | 4.1/41 kB Progress (5): 0.4/2.3 MB | 421/733 kB | 327 kB | 188/264 kB | 7.7/41 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcore/4.4.3/httpcore-4.4.3.jar (327 kB at 284 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/auto/value/auto-value/1.1/auto-value-1.1.jar Progress (4): 0.4/2.3 MB | 425/733 kB | 188/264 kB | 7.7/41 kB Progress (4): 0.4/2.3 MB | 425/733 kB | 188/264 kB | 12/41 kB Progress (4): 0.4/2.3 MB | 425/733 kB | 188/264 kB | 16/41 kB Progress (4): 0.4/2.3 MB | 425/733 kB | 188/264 kB | 16/41 kB Progress (4): 0.4/2.3 MB | 425/733 kB | 192/264 kB | 16/41 kB Progress (4): 0.4/2.3 MB | 425/733 kB | 192/264 kB | 20/41 kB Progress (4): 0.4/2.3 MB | 425/733 kB | 192/264 kB | 20/41 kB Progress (4): 0.4/2.3 MB | 430/733 kB | 192/264 kB | 20/41 kB Progress (4): 0.4/2.3 MB | 430/733 kB | 192/264 kB | 20/41 kB Progress (4): 0.4/2.3 MB | 430/733 kB | 192/264 kB | 20/41 kB Progress (4): 0.4/2.3 MB | 430/733 kB | 192/264 kB | 24/41 kB Progress (4): 0.4/2.3 MB | 430/733 kB | 196/264 kB | 24/41 kB Progress (4): 0.4/2.3 MB | 430/733 kB | 196/264 kB | 28/41 kB Progress (4): 0.4/2.3 MB | 434/733 kB | 196/264 kB | 28/41 kB Progress (4): 0.4/2.3 MB | 438/733 kB | 196/264 kB | 28/41 kB Progress (4): 0.4/2.3 MB | 438/733 kB | 200/264 kB | 28/41 kB Progress (4): 0.4/2.3 MB | 438/733 kB | 200/264 kB | 32/41 kB Progress (4): 0.4/2.3 MB | 438/733 kB | 200/264 kB | 36/41 kB Progress (4): 0.4/2.3 MB | 438/733 kB | 200/264 kB | 40/41 kB Progress (4): 0.4/2.3 MB | 438/733 kB | 200/264 kB | 41 kB Progress (4): 0.4/2.3 MB | 438/733 kB | 200/264 kB | 41 kB Progress (4): 0.4/2.3 MB | 438/733 kB | 204/264 kB | 41 kB Progress (4): 0.4/2.3 MB | 438/733 kB | 208/264 kB | 41 kB Progress (4): 0.4/2.3 MB | 438/733 kB | 212/264 kB | 41 kB Progress (4): 0.4/2.3 MB | 442/733 kB | 212/264 kB | 41 kB Progress (4): 0.4/2.3 MB | 442/733 kB | 217/264 kB | 41 kB Progress (4): 0.4/2.3 MB | 442/733 kB | 217/264 kB | 41 kB Progress (4): 0.4/2.3 MB | 442/733 kB | 221/264 kB | 41 kB Progress (4): 0.4/2.3 MB | 446/733 kB | 221/264 kB | 41 kB Progress (4): 0.4/2.3 MB | 446/733 kB | 225/264 kB | 41 kB Progress (4): 0.4/2.3 MB | 446/733 kB | 229/264 kB | 41 kB Progress (4): 0.4/2.3 MB | 446/733 kB | 229/264 kB | 41 kB Progress (4): 0.4/2.3 MB | 446/733 kB | 229/264 kB | 41 kB Progress (4): 0.4/2.3 MB | 446/733 kB | 233/264 kB | 41 kB Progress (4): 0.4/2.3 MB | 446/733 kB | 237/264 kB | 41 kB Progress (4): 0.4/2.3 MB | 446/733 kB | 237/264 kB | 41 kB Progress (4): 0.4/2.3 MB | 446/733 kB | 237/264 kB | 41 kB Progress (4): 0.4/2.3 MB | 446/733 kB | 237/264 kB | 41 kB Progress (4): 0.4/2.3 MB | 446/733 kB | 237/264 kB | 41 kB Progress (5): 0.4/2.3 MB | 446/733 kB | 237/264 kB | 41 kB | 0/1.9 MB Progress (5): 0.4/2.3 MB | 450/733 kB | 237/264 kB | 41 kB | 0/1.9 MB Progress (5): 0.4/2.3 MB | 450/733 kB | 237/264 kB | 41 kB | 0/1.9 MB Progress (5): 0.4/2.3 MB | 450/733 kB | 237/264 kB | 41 kB | 0/1.9 MB Progress (5): 0.4/2.3 MB | 450/733 kB | 237/264 kB | 41 kB | 0/1.9 MB Progress (5): 0.4/2.3 MB | 450/733 kB | 241/264 kB | 41 kB | 0/1.9 MB Progress (5): 0.5/2.3 MB | 450/733 kB | 241/264 kB | 41 kB | 0/1.9 MB Progress (5): 0.5/2.3 MB | 450/733 kB | 241/264 kB | 41 kB | 0/1.9 MB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpmime/4.5.1/httpmime-4.5.1.jar (41 kB at 35 kB/s) Progress (4): 0.5/2.3 MB | 454/733 kB | 241/264 kB | 0/1.9 MB Progress (4): 0.5/2.3 MB | 454/733 kB | 241/264 kB | 0/1.9 MB Progress (4): 0.5/2.3 MB | 454/733 kB | 241/264 kB | 0/1.9 MB Progress (4): 0.5/2.3 MB | 454/733 kB | 241/264 kB | 0/1.9 MB Progress (4): 0.5/2.3 MB | 454/733 kB | 241/264 kB | 0/1.9 MB Progress (4): 0.5/2.3 MB | 454/733 kB | 241/264 kB | 0/1.9 MB Progress (4): 0.5/2.3 MB | 454/733 kB | 241/264 kB | 0/1.9 MB Progress (4): 0.5/2.3 MB | 454/733 kB | 245/264 kB | 0/1.9 MB Progress (4): 0.5/2.3 MB | 454/733 kB | 245/264 kB | 0/1.9 MB Progress (4): 0.5/2.3 MB | 454/733 kB | 245/264 kB | 0/1.9 MB Progress (4): 0.5/2.3 MB | 454/733 kB | 245/264 kB | 0/1.9 MB Progress (4): 0.5/2.3 MB | 454/733 kB | 245/264 kB | 0/1.9 MB Progress (4): 0.5/2.3 MB | 458/733 kB | 245/264 kB | 0/1.9 MB Progress (4): 0.5/2.3 MB | 458/733 kB | 249/264 kB | 0/1.9 MB Progress (4): 0.5/2.3 MB | 458/733 kB | 249/264 kB | 0/1.9 MB Progress (4): 0.5/2.3 MB | 458/733 kB | 253/264 kB | 0/1.9 MB Progress (4): 0.5/2.3 MB | 458/733 kB | 253/264 kB | 0.1/1.9 MB Progress (4): 0.5/2.3 MB | 458/733 kB | 253/264 kB | 0.1/1.9 MB Progress (4): 0.5/2.3 MB | 458/733 kB | 253/264 kB | 0.1/1.9 MB Progress (4): 0.5/2.3 MB | 458/733 kB | 253/264 kB | 0.1/1.9 MB Progress (4): 0.5/2.3 MB | 458/733 kB | 253/264 kB | 0.1/1.9 MB Progress (4): 0.5/2.3 MB | 462/733 kB | 253/264 kB | 0.1/1.9 MB Progress (4): 0.5/2.3 MB | 462/733 kB | 258/264 kB | 0.1/1.9 MB Progress (4): 0.5/2.3 MB | 462/733 kB | 262/264 kB | 0.1/1.9 MB Progress (4): 0.5/2.3 MB | 466/733 kB | 262/264 kB | 0.1/1.9 MB Progress (4): 0.5/2.3 MB | 466/733 kB | 264 kB | 0.1/1.9 MB Progress (4): 0.5/2.3 MB | 466/733 kB | 264 kB | 0.1/1.9 MB Progress (4): 0.5/2.3 MB | 466/733 kB | 264 kB | 0.1/1.9 MB Progress (4): 0.5/2.3 MB | 466/733 kB | 264 kB | 0.1/1.9 MB Progress (4): 0.5/2.3 MB | 466/733 kB | 264 kB | 0.1/1.9 MB Progress (4): 0.5/2.3 MB | 466/733 kB | 264 kB | 0.1/1.9 MB Progress (4): 0.5/2.3 MB | 466/733 kB | 264 kB | 0.1/1.9 MB Progress (4): 0.5/2.3 MB | 471/733 kB | 264 kB | 0.1/1.9 MB Progress (4): 0.5/2.3 MB | 475/733 kB | 264 kB | 0.1/1.9 MB Progress (4): 0.5/2.3 MB | 475/733 kB | 264 kB | 0.1/1.9 MB Progress (4): 0.5/2.3 MB | 475/733 kB | 264 kB | 0.1/1.9 MB Progress (4): 0.5/2.3 MB | 475/733 kB | 264 kB | 0.1/1.9 MB Progress (4): 0.5/2.3 MB | 475/733 kB | 264 kB | 0.1/1.9 MB Progress (4): 0.5/2.3 MB | 475/733 kB | 264 kB | 0.1/1.9 MB Progress (4): 0.5/2.3 MB | 475/733 kB | 264 kB | 0.1/1.9 MB Progress (4): 0.5/2.3 MB | 475/733 kB | 264 kB | 0.1/1.9 MB Progress (4): 0.5/2.3 MB | 475/733 kB | 264 kB | 0.1/1.9 MB Progress (4): 0.5/2.3 MB | 475/733 kB | 264 kB | 0.1/1.9 MB Progress (4): 0.5/2.3 MB | 475/733 kB | 264 kB | 0.1/1.9 MB Progress (4): 0.5/2.3 MB | 475/733 kB | 264 kB | 0.1/1.9 MB Progress (4): 0.5/2.3 MB | 475/733 kB | 264 kB | 0.1/1.9 MB Progress (4): 0.5/2.3 MB | 475/733 kB | 264 kB | 0.1/1.9 MB Progress (4): 0.5/2.3 MB | 475/733 kB | 264 kB | 0.1/1.9 MB Progress (4): 0.6/2.3 MB | 475/733 kB | 264 kB | 0.1/1.9 MB Progress (4): 0.6/2.3 MB | 475/733 kB | 264 kB | 0.1/1.9 MB Progress (4): 0.6/2.3 MB | 475/733 kB | 264 kB | 0.1/1.9 MB 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 212 kB/s) Progress (3): 0.6/2.3 MB | 479/733 kB | 0.1/1.9 MB Progress (3): 0.6/2.3 MB | 479/733 kB | 0.1/1.9 MB Progress (3): 0.6/2.3 MB | 479/733 kB | 0.1/1.9 MB Progress (3): 0.6/2.3 MB | 479/733 kB | 0.1/1.9 MB Progress (3): 0.6/2.3 MB | 479/733 kB | 0.1/1.9 MB Progress (3): 0.6/2.3 MB | 483/733 kB | 0.1/1.9 MB Progress (3): 0.6/2.3 MB | 487/733 kB | 0.1/1.9 MB Progress (3): 0.6/2.3 MB | 487/733 kB | 0.1/1.9 MB Progress (3): 0.6/2.3 MB | 487/733 kB | 0.1/1.9 MB Progress (3): 0.6/2.3 MB | 491/733 kB | 0.1/1.9 MB Progress (3): 0.6/2.3 MB | 491/733 kB | 0.1/1.9 MB Progress (3): 0.6/2.3 MB | 491/733 kB | 0.1/1.9 MB Progress (3): 0.6/2.3 MB | 491/733 kB | 0.1/1.9 MB Progress (3): 0.6/2.3 MB | 491/733 kB | 0.1/1.9 MB Progress (3): 0.6/2.3 MB | 495/733 kB | 0.1/1.9 MB Progress (3): 0.6/2.3 MB | 495/733 kB | 0.1/1.9 MB Progress (3): 0.6/2.3 MB | 495/733 kB | 0.1/1.9 MB Progress (3): 0.6/2.3 MB | 495/733 kB | 0.1/1.9 MB Progress (3): 0.6/2.3 MB | 495/733 kB | 0.1/1.9 MB Progress (3): 0.6/2.3 MB | 495/733 kB | 0.1/1.9 MB Progress (3): 0.6/2.3 MB | 499/733 kB | 0.1/1.9 MB Progress (3): 0.6/2.3 MB | 499/733 kB | 0.1/1.9 MB Progress (3): 0.6/2.3 MB | 503/733 kB | 0.1/1.9 MB Progress (3): 0.6/2.3 MB | 503/733 kB | 0.1/1.9 MB Progress (3): 0.6/2.3 MB | 507/733 kB | 0.1/1.9 MB Progress (3): 0.6/2.3 MB | 507/733 kB | 0.1/1.9 MB Progress (3): 0.6/2.3 MB | 507/733 kB | 0.1/1.9 MB Progress (3): 0.6/2.3 MB | 507/733 kB | 0.1/1.9 MB Progress (3): 0.6/2.3 MB | 511/733 kB | 0.1/1.9 MB Progress (3): 0.6/2.3 MB | 516/733 kB | 0.1/1.9 MB Progress (3): 0.6/2.3 MB | 520/733 kB | 0.1/1.9 MB Progress (3): 0.6/2.3 MB | 524/733 kB | 0.1/1.9 MB Progress (3): 0.6/2.3 MB | 524/733 kB | 0.1/1.9 MB Progress (3): 0.6/2.3 MB | 524/733 kB | 0.1/1.9 MB Progress (3): 0.6/2.3 MB | 524/733 kB | 0.1/1.9 MB Progress (3): 0.6/2.3 MB | 528/733 kB | 0.1/1.9 MB Progress (3): 0.6/2.3 MB | 532/733 kB | 0.1/1.9 MB Progress (3): 0.6/2.3 MB | 536/733 kB | 0.1/1.9 MB Progress (3): 0.6/2.3 MB | 540/733 kB | 0.1/1.9 MB Progress (3): 0.6/2.3 MB | 540/733 kB | 0.1/1.9 MB Progress (3): 0.6/2.3 MB | 540/733 kB | 0.1/1.9 MB Progress (3): 0.6/2.3 MB | 540/733 kB | 0.1/1.9 MB Progress (3): 0.6/2.3 MB | 540/733 kB | 0.1/1.9 MB Progress (3): 0.6/2.3 MB | 540/733 kB | 0.1/1.9 MB Progress (3): 0.6/2.3 MB | 540/733 kB | 0.1/1.9 MB Progress (3): 0.6/2.3 MB | 540/733 kB | 0.1/1.9 MB Progress (3): 0.6/2.3 MB | 540/733 kB | 0.1/1.9 MB Progress (3): 0.6/2.3 MB | 540/733 kB | 0.1/1.9 MB Progress (3): 0.6/2.3 MB | 540/733 kB | 0.1/1.9 MB Progress (3): 0.7/2.3 MB | 540/733 kB | 0.1/1.9 MB Progress (3): 0.7/2.3 MB | 540/733 kB | 0.1/1.9 MB Progress (3): 0.7/2.3 MB | 540/733 kB | 0.1/1.9 MB Progress (3): 0.7/2.3 MB | 540/733 kB | 0.1/1.9 MB Progress (3): 0.7/2.3 MB | 540/733 kB | 0.1/1.9 MB Progress (3): 0.7/2.3 MB | 540/733 kB | 0.1/1.9 MB Progress (3): 0.7/2.3 MB | 540/733 kB | 0.1/1.9 MB Progress (3): 0.7/2.3 MB | 540/733 kB | 0.1/1.9 MB Progress (3): 0.7/2.3 MB | 540/733 kB | 0.1/1.9 MB Progress (3): 0.7/2.3 MB | 540/733 kB | 0.1/1.9 MB Progress (3): 0.7/2.3 MB | 540/733 kB | 0.1/1.9 MB Progress (3): 0.7/2.3 MB | 544/733 kB | 0.1/1.9 MB Progress (3): 0.7/2.3 MB | 544/733 kB | 0.1/1.9 MB Progress (3): 0.7/2.3 MB | 544/733 kB | 0.1/1.9 MB Progress (3): 0.7/2.3 MB | 548/733 kB | 0.1/1.9 MB Progress (3): 0.7/2.3 MB | 548/733 kB | 0.1/1.9 MB Progress (3): 0.7/2.3 MB | 548/733 kB | 0.1/1.9 MB Progress (3): 0.7/2.3 MB | 548/733 kB | 0.1/1.9 MB Progress (3): 0.7/2.3 MB | 548/733 kB | 0.1/1.9 MB Progress (3): 0.7/2.3 MB | 552/733 kB | 0.1/1.9 MB Progress (3): 0.7/2.3 MB | 552/733 kB | 0.1/1.9 MB Progress (3): 0.7/2.3 MB | 557/733 kB | 0.1/1.9 MB Progress (3): 0.7/2.3 MB | 557/733 kB | 0.1/1.9 MB Progress (3): 0.7/2.3 MB | 557/733 kB | 0.1/1.9 MB Progress (3): 0.7/2.3 MB | 557/733 kB | 0.1/1.9 MB Progress (3): 0.7/2.3 MB | 557/733 kB | 0.1/1.9 MB Progress (3): 0.7/2.3 MB | 557/733 kB | 0.1/1.9 MB Progress (3): 0.7/2.3 MB | 557/733 kB | 0.1/1.9 MB Progress (3): 0.7/2.3 MB | 557/733 kB | 0.1/1.9 MB Progress (3): 0.7/2.3 MB | 557/733 kB | 0.1/1.9 MB Progress (3): 0.7/2.3 MB | 557/733 kB | 0.1/1.9 MB Progress (3): 0.7/2.3 MB | 561/733 kB | 0.1/1.9 MB Progress (3): 0.7/2.3 MB | 561/733 kB | 0.1/1.9 MB Progress (3): 0.7/2.3 MB | 561/733 kB | 0.1/1.9 MB Progress (3): 0.7/2.3 MB | 561/733 kB | 0.1/1.9 MB Progress (3): 0.7/2.3 MB | 565/733 kB | 0.1/1.9 MB Progress (3): 0.7/2.3 MB | 565/733 kB | 0.1/1.9 MB Progress (3): 0.7/2.3 MB | 565/733 kB | 0.1/1.9 MB Progress (3): 0.8/2.3 MB | 565/733 kB | 0.1/1.9 MB Progress (3): 0.8/2.3 MB | 569/733 kB | 0.1/1.9 MB Progress (3): 0.8/2.3 MB | 569/733 kB | 0.1/1.9 MB Progress (3): 0.8/2.3 MB | 573/733 kB | 0.1/1.9 MB Progress (3): 0.8/2.3 MB | 573/733 kB | 0.1/1.9 MB Progress (3): 0.8/2.3 MB | 573/733 kB | 0.1/1.9 MB Progress (3): 0.8/2.3 MB | 573/733 kB | 0.2/1.9 MB Progress (3): 0.8/2.3 MB | 573/733 kB | 0.2/1.9 MB Progress (3): 0.8/2.3 MB | 577/733 kB | 0.2/1.9 MB Progress (3): 0.8/2.3 MB | 577/733 kB | 0.2/1.9 MB Progress (3): 0.8/2.3 MB | 577/733 kB | 0.2/1.9 MB Progress (3): 0.8/2.3 MB | 581/733 kB | 0.2/1.9 MB Progress (3): 0.8/2.3 MB | 581/733 kB | 0.2/1.9 MB Progress (3): 0.8/2.3 MB | 585/733 kB | 0.2/1.9 MB Progress (3): 0.8/2.3 MB | 585/733 kB | 0.2/1.9 MB Progress (3): 0.8/2.3 MB | 585/733 kB | 0.2/1.9 MB Progress (3): 0.8/2.3 MB | 589/733 kB | 0.2/1.9 MB Progress (3): 0.8/2.3 MB | 589/733 kB | 0.2/1.9 MB Progress (3): 0.8/2.3 MB | 589/733 kB | 0.2/1.9 MB Progress (3): 0.8/2.3 MB | 589/733 kB | 0.2/1.9 MB Progress (3): 0.8/2.3 MB | 589/733 kB | 0.2/1.9 MB Progress (3): 0.8/2.3 MB | 593/733 kB | 0.2/1.9 MB Progress (3): 0.8/2.3 MB | 593/733 kB | 0.2/1.9 MB Progress (3): 0.8/2.3 MB | 597/733 kB | 0.2/1.9 MB Progress (3): 0.8/2.3 MB | 597/733 kB | 0.2/1.9 MB Progress (3): 0.8/2.3 MB | 602/733 kB | 0.2/1.9 MB Progress (3): 0.8/2.3 MB | 602/733 kB | 0.2/1.9 MB Progress (3): 0.8/2.3 MB | 602/733 kB | 0.2/1.9 MB Progress (3): 0.8/2.3 MB | 606/733 kB | 0.2/1.9 MB Progress (3): 0.8/2.3 MB | 606/733 kB | 0.2/1.9 MB Progress (3): 0.8/2.3 MB | 606/733 kB | 0.2/1.9 MB Progress (3): 0.8/2.3 MB | 606/733 kB | 0.2/1.9 MB Progress (3): 0.8/2.3 MB | 606/733 kB | 0.2/1.9 MB Progress (3): 0.8/2.3 MB | 610/733 kB | 0.2/1.9 MB Progress (3): 0.8/2.3 MB | 610/733 kB | 0.2/1.9 MB Progress (3): 0.8/2.3 MB | 614/733 kB | 0.2/1.9 MB Progress (3): 0.8/2.3 MB | 614/733 kB | 0.2/1.9 MB Progress (3): 0.8/2.3 MB | 614/733 kB | 0.2/1.9 MB Progress (3): 0.8/2.3 MB | 614/733 kB | 0.2/1.9 MB Progress (3): 0.8/2.3 MB | 618/733 kB | 0.2/1.9 MB Progress (3): 0.8/2.3 MB | 618/733 kB | 0.2/1.9 MB Progress (3): 0.8/2.3 MB | 618/733 kB | 0.2/1.9 MB Progress (3): 0.8/2.3 MB | 618/733 kB | 0.2/1.9 MB Progress (3): 0.8/2.3 MB | 622/733 kB | 0.2/1.9 MB Progress (3): 0.8/2.3 MB | 622/733 kB | 0.2/1.9 MB Progress (3): 0.8/2.3 MB | 622/733 kB | 0.2/1.9 MB Progress (3): 0.8/2.3 MB | 626/733 kB | 0.2/1.9 MB Progress (3): 0.8/2.3 MB | 626/733 kB | 0.2/1.9 MB Progress (3): 0.8/2.3 MB | 630/733 kB | 0.2/1.9 MB Progress (3): 0.8/2.3 MB | 630/733 kB | 0.2/1.9 MB Progress (3): 0.8/2.3 MB | 634/733 kB | 0.2/1.9 MB Progress (3): 0.8/2.3 MB | 634/733 kB | 0.2/1.9 MB Progress (3): 0.8/2.3 MB | 638/733 kB | 0.2/1.9 MB Progress (3): 0.8/2.3 MB | 638/733 kB | 0.2/1.9 MB Progress (3): 0.8/2.3 MB | 638/733 kB | 0.2/1.9 MB Progress (3): 0.8/2.3 MB | 638/733 kB | 0.2/1.9 MB Progress (3): 0.8/2.3 MB | 643/733 kB | 0.2/1.9 MB Progress (3): 0.8/2.3 MB | 643/733 kB | 0.2/1.9 MB Progress (3): 0.8/2.3 MB | 647/733 kB | 0.2/1.9 MB Progress (3): 0.8/2.3 MB | 647/733 kB | 0.2/1.9 MB Progress (3): 0.8/2.3 MB | 647/733 kB | 0.2/1.9 MB Progress (3): 0.8/2.3 MB | 651/733 kB | 0.2/1.9 MB Progress (3): 0.8/2.3 MB | 655/733 kB | 0.2/1.9 MB Progress (3): 0.8/2.3 MB | 655/733 kB | 0.2/1.9 MB Progress (3): 0.8/2.3 MB | 655/733 kB | 0.2/1.9 MB Progress (3): 0.9/2.3 MB | 655/733 kB | 0.2/1.9 MB Progress (3): 0.9/2.3 MB | 655/733 kB | 0.2/1.9 MB Progress (3): 0.9/2.3 MB | 659/733 kB | 0.2/1.9 MB Progress (3): 0.9/2.3 MB | 659/733 kB | 0.2/1.9 MB Progress (3): 0.9/2.3 MB | 663/733 kB | 0.2/1.9 MB Progress (3): 0.9/2.3 MB | 663/733 kB | 0.2/1.9 MB Progress (3): 0.9/2.3 MB | 663/733 kB | 0.2/1.9 MB Progress (3): 0.9/2.3 MB | 663/733 kB | 0.2/1.9 MB Progress (3): 0.9/2.3 MB | 663/733 kB | 0.2/1.9 MB Progress (3): 0.9/2.3 MB | 667/733 kB | 0.2/1.9 MB Progress (3): 0.9/2.3 MB | 671/733 kB | 0.2/1.9 MB Progress (3): 0.9/2.3 MB | 671/733 kB | 0.2/1.9 MB Progress (3): 0.9/2.3 MB | 671/733 kB | 0.2/1.9 MB Progress (3): 0.9/2.3 MB | 675/733 kB | 0.2/1.9 MB Progress (3): 0.9/2.3 MB | 675/733 kB | 0.2/1.9 MB Progress (3): 0.9/2.3 MB | 679/733 kB | 0.2/1.9 MB Progress (3): 0.9/2.3 MB | 679/733 kB | 0.2/1.9 MB Progress (3): 0.9/2.3 MB | 683/733 kB | 0.2/1.9 MB Progress (3): 0.9/2.3 MB | 683/733 kB | 0.2/1.9 MB Progress (3): 0.9/2.3 MB | 688/733 kB | 0.2/1.9 MB Progress (3): 0.9/2.3 MB | 688/733 kB | 0.2/1.9 MB Progress (3): 0.9/2.3 MB | 688/733 kB | 0.2/1.9 MB Progress (3): 0.9/2.3 MB | 688/733 kB | 0.2/1.9 MB Progress (3): 0.9/2.3 MB | 692/733 kB | 0.2/1.9 MB Progress (3): 0.9/2.3 MB | 696/733 kB | 0.2/1.9 MB Progress (3): 0.9/2.3 MB | 700/733 kB | 0.2/1.9 MB Progress (3): 0.9/2.3 MB | 700/733 kB | 0.2/1.9 MB Progress (3): 0.9/2.3 MB | 700/733 kB | 0.3/1.9 MB Progress (3): 0.9/2.3 MB | 700/733 kB | 0.3/1.9 MB Progress (3): 0.9/2.3 MB | 700/733 kB | 0.3/1.9 MB Progress (3): 0.9/2.3 MB | 700/733 kB | 0.3/1.9 MB Progress (3): 0.9/2.3 MB | 704/733 kB | 0.3/1.9 MB Progress (3): 0.9/2.3 MB | 704/733 kB | 0.3/1.9 MB Progress (3): 0.9/2.3 MB | 704/733 kB | 0.3/1.9 MB Progress (3): 0.9/2.3 MB | 704/733 kB | 0.3/1.9 MB Progress (3): 0.9/2.3 MB | 704/733 kB | 0.3/1.9 MB Progress (3): 0.9/2.3 MB | 708/733 kB | 0.3/1.9 MB Progress (3): 0.9/2.3 MB | 712/733 kB | 0.3/1.9 MB Progress (3): 0.9/2.3 MB | 712/733 kB | 0.3/1.9 MB Progress (3): 0.9/2.3 MB | 716/733 kB | 0.3/1.9 MB Progress (3): 0.9/2.3 MB | 716/733 kB | 0.3/1.9 MB Progress (3): 0.9/2.3 MB | 716/733 kB | 0.3/1.9 MB Progress (3): 0.9/2.3 MB | 716/733 kB | 0.3/1.9 MB Progress (3): 0.9/2.3 MB | 716/733 kB | 0.3/1.9 MB Progress (3): 0.9/2.3 MB | 720/733 kB | 0.3/1.9 MB Progress (3): 0.9/2.3 MB | 720/733 kB | 0.3/1.9 MB Progress (3): 0.9/2.3 MB | 720/733 kB | 0.3/1.9 MB Progress (3): 0.9/2.3 MB | 720/733 kB | 0.3/1.9 MB Progress (3): 0.9/2.3 MB | 724/733 kB | 0.3/1.9 MB Progress (3): 0.9/2.3 MB | 724/733 kB | 0.3/1.9 MB Progress (3): 0.9/2.3 MB | 729/733 kB | 0.3/1.9 MB Progress (3): 0.9/2.3 MB | 729/733 kB | 0.3/1.9 MB Progress (3): 0.9/2.3 MB | 729/733 kB | 0.3/1.9 MB Progress (3): 0.9/2.3 MB | 733/733 kB | 0.3/1.9 MB Progress (3): 0.9/2.3 MB | 733 kB | 0.3/1.9 MB Progress (3): 0.9/2.3 MB | 733 kB | 0.3/1.9 MB Progress (3): 0.9/2.3 MB | 733 kB | 0.3/1.9 MB Progress (3): 0.9/2.3 MB | 733 kB | 0.3/1.9 MB Progress (3): 0.9/2.3 MB | 733 kB | 0.3/1.9 MB Progress (3): 0.9/2.3 MB | 733 kB | 0.3/1.9 MB Progress (3): 0.9/2.3 MB | 733 kB | 0.3/1.9 MB Progress (3): 0.9/2.3 MB | 733 kB | 0.3/1.9 MB Progress (3): 0.9/2.3 MB | 733 kB | 0.3/1.9 MB Progress (3): 0.9/2.3 MB | 733 kB | 0.3/1.9 MB Progress (3): 0.9/2.3 MB | 733 kB | 0.3/1.9 MB Progress (3): 0.9/2.3 MB | 733 kB | 0.3/1.9 MB Progress (3): 0.9/2.3 MB | 733 kB | 0.3/1.9 MB Progress (3): 0.9/2.3 MB | 733 kB | 0.3/1.9 MB Progress (3): 0.9/2.3 MB | 733 kB | 0.3/1.9 MB Progress (3): 0.9/2.3 MB | 733 kB | 0.3/1.9 MB Progress (3): 1.0/2.3 MB | 733 kB | 0.3/1.9 MB Progress (3): 1.0/2.3 MB | 733 kB | 0.3/1.9 MB Progress (3): 1.0/2.3 MB | 733 kB | 0.3/1.9 MB Progress (3): 1.0/2.3 MB | 733 kB | 0.3/1.9 MB Progress (3): 1.0/2.3 MB | 733 kB | 0.3/1.9 MB Progress (3): 1.0/2.3 MB | 733 kB | 0.3/1.9 MB Progress (3): 1.0/2.3 MB | 733 kB | 0.3/1.9 MB Progress (3): 1.0/2.3 MB | 733 kB | 0.3/1.9 MB Progress (3): 1.0/2.3 MB | 733 kB | 0.3/1.9 MB Progress (3): 1.0/2.3 MB | 733 kB | 0.3/1.9 MB Progress (3): 1.0/2.3 MB | 733 kB | 0.3/1.9 MB Progress (3): 1.0/2.3 MB | 733 kB | 0.3/1.9 MB Progress (3): 1.0/2.3 MB | 733 kB | 0.3/1.9 MB Progress (3): 1.0/2.3 MB | 733 kB | 0.3/1.9 MB Progress (3): 1.0/2.3 MB | 733 kB | 0.4/1.9 MB Progress (3): 1.0/2.3 MB | 733 kB | 0.4/1.9 MB Progress (3): 1.0/2.3 MB | 733 kB | 0.4/1.9 MB Progress (3): 1.0/2.3 MB | 733 kB | 0.4/1.9 MB Progress (3): 1.0/2.3 MB | 733 kB | 0.4/1.9 MB Progress (3): 1.0/2.3 MB | 733 kB | 0.4/1.9 MB Progress (3): 1.0/2.3 MB | 733 kB | 0.4/1.9 MB Progress (3): 1.0/2.3 MB | 733 kB | 0.4/1.9 MB Progress (3): 1.0/2.3 MB | 733 kB | 0.4/1.9 MB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpclient/4.5.1/httpclient-4.5.1.jar (733 kB at 535 kB/s) Progress (2): 1.0/2.3 MB | 0.4/1.9 MB Progress (2): 1.0/2.3 MB | 0.4/1.9 MB Progress (2): 1.0/2.3 MB | 0.4/1.9 MB Progress (2): 1.0/2.3 MB | 0.4/1.9 MB Progress (2): 1.0/2.3 MB | 0.4/1.9 MB Progress (2): 1.0/2.3 MB | 0.4/1.9 MB Progress (2): 1.0/2.3 MB | 0.4/1.9 MB Progress (2): 1.0/2.3 MB | 0.4/1.9 MB Progress (2): 1.0/2.3 MB | 0.4/1.9 MB Progress (2): 1.0/2.3 MB | 0.4/1.9 MB Progress (2): 1.0/2.3 MB | 0.4/1.9 MB Progress (2): 1.0/2.3 MB | 0.4/1.9 MB Progress (2): 1.0/2.3 MB | 0.4/1.9 MB Progress (2): 1.0/2.3 MB | 0.4/1.9 MB Progress (2): 1.0/2.3 MB | 0.4/1.9 MB Progress (2): 1.0/2.3 MB | 0.4/1.9 MB Progress (2): 1.0/2.3 MB | 0.4/1.9 MB Progress (2): 1.0/2.3 MB | 0.4/1.9 MB Progress (2): 1.0/2.3 MB | 0.4/1.9 MB Progress (2): 1.0/2.3 MB | 0.4/1.9 MB Progress (2): 1.0/2.3 MB | 0.4/1.9 MB Progress (2): 1.0/2.3 MB | 0.4/1.9 MB Progress (2): 1.0/2.3 MB | 0.4/1.9 MB Progress (2): 1.0/2.3 MB | 0.4/1.9 MB Progress (2): 1.0/2.3 MB | 0.4/1.9 MB Progress (2): 1.0/2.3 MB | 0.4/1.9 MB Progress (2): 1.1/2.3 MB | 0.4/1.9 MB Progress (2): 1.1/2.3 MB | 0.4/1.9 MB Progress (2): 1.1/2.3 MB | 0.4/1.9 MB Progress (2): 1.1/2.3 MB | 0.4/1.9 MB Progress (2): 1.1/2.3 MB | 0.4/1.9 MB Progress (2): 1.1/2.3 MB | 0.4/1.9 MB Progress (2): 1.1/2.3 MB | 0.4/1.9 MB Progress (2): 1.1/2.3 MB | 0.4/1.9 MB Progress (2): 1.1/2.3 MB | 0.4/1.9 MB Progress (2): 1.1/2.3 MB | 0.4/1.9 MB Progress (2): 1.1/2.3 MB | 0.4/1.9 MB Progress (2): 1.1/2.3 MB | 0.4/1.9 MB Progress (2): 1.1/2.3 MB | 0.4/1.9 MB Progress (2): 1.1/2.3 MB | 0.5/1.9 MB Progress (2): 1.1/2.3 MB | 0.5/1.9 MB Progress (2): 1.1/2.3 MB | 0.5/1.9 MB Progress (2): 1.1/2.3 MB | 0.5/1.9 MB Progress (2): 1.1/2.3 MB | 0.5/1.9 MB Progress (2): 1.1/2.3 MB | 0.5/1.9 MB Progress (2): 1.1/2.3 MB | 0.5/1.9 MB Progress (2): 1.1/2.3 MB | 0.5/1.9 MB Progress (2): 1.1/2.3 MB | 0.5/1.9 MB Progress (2): 1.1/2.3 MB | 0.5/1.9 MB Progress (2): 1.1/2.3 MB | 0.5/1.9 MB Progress (2): 1.1/2.3 MB | 0.5/1.9 MB Progress (2): 1.1/2.3 MB | 0.5/1.9 MB Progress (2): 1.1/2.3 MB | 0.5/1.9 MB Progress (2): 1.1/2.3 MB | 0.5/1.9 MB Progress (2): 1.1/2.3 MB | 0.5/1.9 MB Progress (2): 1.1/2.3 MB | 0.5/1.9 MB Progress (2): 1.1/2.3 MB | 0.5/1.9 MB Progress (2): 1.1/2.3 MB | 0.5/1.9 MB Progress (2): 1.1/2.3 MB | 0.5/1.9 MB Progress (2): 1.1/2.3 MB | 0.5/1.9 MB Progress (2): 1.1/2.3 MB | 0.5/1.9 MB Progress (2): 1.1/2.3 MB | 0.5/1.9 MB Progress (2): 1.1/2.3 MB | 0.5/1.9 MB Progress (2): 1.1/2.3 MB | 0.5/1.9 MB Progress (2): 1.1/2.3 MB | 0.5/1.9 MB Progress (2): 1.1/2.3 MB | 0.5/1.9 MB Progress (2): 1.1/2.3 MB | 0.5/1.9 MB Progress (2): 1.1/2.3 MB | 0.5/1.9 MB Progress (2): 1.1/2.3 MB | 0.5/1.9 MB Progress (2): 1.1/2.3 MB | 0.5/1.9 MB Progress (2): 1.1/2.3 MB | 0.5/1.9 MB Progress (2): 1.1/2.3 MB | 0.5/1.9 MB Progress (2): 1.1/2.3 MB | 0.5/1.9 MB Progress (2): 1.1/2.3 MB | 0.5/1.9 MB Progress (2): 1.2/2.3 MB | 0.5/1.9 MB Progress (2): 1.2/2.3 MB | 0.5/1.9 MB Progress (2): 1.2/2.3 MB | 0.5/1.9 MB Progress (2): 1.2/2.3 MB | 0.5/1.9 MB Progress (2): 1.2/2.3 MB | 0.5/1.9 MB Progress (2): 1.2/2.3 MB | 0.5/1.9 MB Progress (2): 1.2/2.3 MB | 0.5/1.9 MB Progress (2): 1.2/2.3 MB | 0.5/1.9 MB Progress (2): 1.2/2.3 MB | 0.5/1.9 MB Progress (2): 1.2/2.3 MB | 0.5/1.9 MB Progress (2): 1.2/2.3 MB | 0.5/1.9 MB Progress (2): 1.2/2.3 MB | 0.5/1.9 MB Progress (2): 1.2/2.3 MB | 0.5/1.9 MB Progress (2): 1.2/2.3 MB | 0.5/1.9 MB Progress (2): 1.2/2.3 MB | 0.5/1.9 MB Progress (2): 1.2/2.3 MB | 0.5/1.9 MB Progress (2): 1.2/2.3 MB | 0.5/1.9 MB Progress (2): 1.2/2.3 MB | 0.5/1.9 MB Progress (2): 1.2/2.3 MB | 0.6/1.9 MB Progress (2): 1.2/2.3 MB | 0.6/1.9 MB Progress (2): 1.2/2.3 MB | 0.6/1.9 MB Progress (2): 1.2/2.3 MB | 0.6/1.9 MB Progress (2): 1.2/2.3 MB | 0.6/1.9 MB Progress (2): 1.2/2.3 MB | 0.6/1.9 MB Progress (2): 1.2/2.3 MB | 0.6/1.9 MB Progress (2): 1.2/2.3 MB | 0.6/1.9 MB Progress (2): 1.2/2.3 MB | 0.6/1.9 MB Progress (2): 1.2/2.3 MB | 0.6/1.9 MB Progress (2): 1.2/2.3 MB | 0.6/1.9 MB Progress (2): 1.2/2.3 MB | 0.6/1.9 MB Progress (2): 1.2/2.3 MB | 0.6/1.9 MB Progress (2): 1.2/2.3 MB | 0.6/1.9 MB Progress (2): 1.2/2.3 MB | 0.6/1.9 MB Progress (2): 1.2/2.3 MB | 0.6/1.9 MB Progress (2): 1.2/2.3 MB | 0.6/1.9 MB Progress (2): 1.2/2.3 MB | 0.6/1.9 MB Progress (2): 1.2/2.3 MB | 0.6/1.9 MB Progress (2): 1.2/2.3 MB | 0.6/1.9 MB Progress (2): 1.2/2.3 MB | 0.6/1.9 MB Progress (2): 1.3/2.3 MB | 0.6/1.9 MB Progress (2): 1.3/2.3 MB | 0.6/1.9 MB Progress (2): 1.3/2.3 MB | 0.6/1.9 MB Progress (2): 1.3/2.3 MB | 0.6/1.9 MB Progress (2): 1.3/2.3 MB | 0.6/1.9 MB Progress (2): 1.3/2.3 MB | 0.6/1.9 MB Progress (2): 1.3/2.3 MB | 0.6/1.9 MB Progress (2): 1.3/2.3 MB | 0.6/1.9 MB Progress (2): 1.3/2.3 MB | 0.6/1.9 MB Progress (2): 1.3/2.3 MB | 0.6/1.9 MB Progress (2): 1.3/2.3 MB | 0.6/1.9 MB Progress (2): 1.3/2.3 MB | 0.6/1.9 MB Progress (2): 1.3/2.3 MB | 0.6/1.9 MB Progress (2): 1.3/2.3 MB | 0.6/1.9 MB Progress (2): 1.3/2.3 MB | 0.6/1.9 MB Progress (2): 1.3/2.3 MB | 0.6/1.9 MB Progress (2): 1.3/2.3 MB | 0.6/1.9 MB Progress (2): 1.3/2.3 MB | 0.6/1.9 MB Progress (2): 1.3/2.3 MB | 0.6/1.9 MB Progress (2): 1.3/2.3 MB | 0.6/1.9 MB Progress (2): 1.3/2.3 MB | 0.6/1.9 MB Progress (2): 1.3/2.3 MB | 0.6/1.9 MB Progress (2): 1.3/2.3 MB | 0.6/1.9 MB Progress (2): 1.3/2.3 MB | 0.6/1.9 MB Progress (2): 1.3/2.3 MB | 0.6/1.9 MB Progress (2): 1.3/2.3 MB | 0.6/1.9 MB Progress (2): 1.3/2.3 MB | 0.6/1.9 MB Progress (2): 1.3/2.3 MB | 0.6/1.9 MB Progress (2): 1.3/2.3 MB | 0.6/1.9 MB Progress (2): 1.3/2.3 MB | 0.6/1.9 MB Progress (2): 1.3/2.3 MB | 0.6/1.9 MB Progress (2): 1.3/2.3 MB | 0.6/1.9 MB Progress (2): 1.3/2.3 MB | 0.6/1.9 MB Progress (2): 1.3/2.3 MB | 0.6/1.9 MB Progress (2): 1.3/2.3 MB | 0.6/1.9 MB Progress (2): 1.3/2.3 MB | 0.6/1.9 MB Progress (2): 1.3/2.3 MB | 0.6/1.9 MB Progress (2): 1.3/2.3 MB | 0.6/1.9 MB Progress (2): 1.3/2.3 MB | 0.6/1.9 MB Progress (2): 1.3/2.3 MB | 0.6/1.9 MB Progress (2): 1.3/2.3 MB | 0.7/1.9 MB Progress (2): 1.4/2.3 MB | 0.7/1.9 MB Progress (2): 1.4/2.3 MB | 0.7/1.9 MB Progress (2): 1.4/2.3 MB | 0.7/1.9 MB Progress (2): 1.4/2.3 MB | 0.7/1.9 MB Progress (2): 1.4/2.3 MB | 0.7/1.9 MB Progress (2): 1.4/2.3 MB | 0.7/1.9 MB Progress (2): 1.4/2.3 MB | 0.7/1.9 MB Progress (2): 1.4/2.3 MB | 0.7/1.9 MB Progress (2): 1.4/2.3 MB | 0.7/1.9 MB Progress (2): 1.4/2.3 MB | 0.7/1.9 MB Progress (2): 1.4/2.3 MB | 0.7/1.9 MB Progress (2): 1.4/2.3 MB | 0.7/1.9 MB Progress (2): 1.4/2.3 MB | 0.7/1.9 MB Progress (2): 1.4/2.3 MB | 0.7/1.9 MB Progress (2): 1.4/2.3 MB | 0.7/1.9 MB Progress (2): 1.4/2.3 MB | 0.7/1.9 MB Progress (2): 1.4/2.3 MB | 0.7/1.9 MB Progress (2): 1.4/2.3 MB | 0.7/1.9 MB Progress (2): 1.4/2.3 MB | 0.7/1.9 MB Progress (2): 1.4/2.3 MB | 0.7/1.9 MB Progress (2): 1.4/2.3 MB | 0.7/1.9 MB Progress (2): 1.4/2.3 MB | 0.7/1.9 MB Progress (2): 1.4/2.3 MB | 0.7/1.9 MB Progress (2): 1.4/2.3 MB | 0.7/1.9 MB Progress (2): 1.4/2.3 MB | 0.7/1.9 MB Progress (2): 1.4/2.3 MB | 0.7/1.9 MB Progress (2): 1.4/2.3 MB | 0.7/1.9 MB Progress (2): 1.4/2.3 MB | 0.7/1.9 MB Progress (2): 1.4/2.3 MB | 0.7/1.9 MB Progress (2): 1.4/2.3 MB | 0.7/1.9 MB Progress (2): 1.4/2.3 MB | 0.7/1.9 MB Progress (2): 1.4/2.3 MB | 0.7/1.9 MB Progress (2): 1.4/2.3 MB | 0.7/1.9 MB Progress (2): 1.4/2.3 MB | 0.7/1.9 MB Progress (2): 1.4/2.3 MB | 0.7/1.9 MB Progress (2): 1.4/2.3 MB | 0.7/1.9 MB Progress (2): 1.4/2.3 MB | 0.7/1.9 MB Progress (2): 1.4/2.3 MB | 0.7/1.9 MB Progress (2): 1.4/2.3 MB | 0.7/1.9 MB Progress (2): 1.4/2.3 MB | 0.8/1.9 MB Progress (2): 1.4/2.3 MB | 0.8/1.9 MB Progress (2): 1.4/2.3 MB | 0.8/1.9 MB Progress (2): 1.4/2.3 MB | 0.8/1.9 MB Progress (2): 1.4/2.3 MB | 0.8/1.9 MB Progress (2): 1.4/2.3 MB | 0.8/1.9 MB Progress (2): 1.4/2.3 MB | 0.8/1.9 MB Progress (2): 1.4/2.3 MB | 0.8/1.9 MB Progress (2): 1.4/2.3 MB | 0.8/1.9 MB Progress (2): 1.4/2.3 MB | 0.8/1.9 MB Progress (2): 1.4/2.3 MB | 0.8/1.9 MB Progress (2): 1.4/2.3 MB | 0.8/1.9 MB Progress (2): 1.4/2.3 MB | 0.8/1.9 MB Progress (2): 1.4/2.3 MB | 0.8/1.9 MB Progress (2): 1.4/2.3 MB | 0.8/1.9 MB Progress (2): 1.4/2.3 MB | 0.8/1.9 MB Progress (2): 1.4/2.3 MB | 0.8/1.9 MB Progress (2): 1.4/2.3 MB | 0.8/1.9 MB Progress (2): 1.4/2.3 MB | 0.8/1.9 MB Progress (2): 1.5/2.3 MB | 0.8/1.9 MB Progress (2): 1.5/2.3 MB | 0.8/1.9 MB Progress (2): 1.5/2.3 MB | 0.8/1.9 MB Progress (2): 1.5/2.3 MB | 0.8/1.9 MB Progress (2): 1.5/2.3 MB | 0.8/1.9 MB Progress (2): 1.5/2.3 MB | 0.8/1.9 MB Progress (2): 1.5/2.3 MB | 0.8/1.9 MB Progress (2): 1.5/2.3 MB | 0.8/1.9 MB Progress (2): 1.5/2.3 MB | 0.8/1.9 MB Progress (2): 1.5/2.3 MB | 0.8/1.9 MB Progress (2): 1.5/2.3 MB | 0.8/1.9 MB Progress (2): 1.5/2.3 MB | 0.8/1.9 MB Progress (2): 1.5/2.3 MB | 0.8/1.9 MB Progress (2): 1.5/2.3 MB | 0.8/1.9 MB Progress (2): 1.5/2.3 MB | 0.8/1.9 MB Progress (2): 1.5/2.3 MB | 0.8/1.9 MB Progress (2): 1.5/2.3 MB | 0.8/1.9 MB Progress (2): 1.5/2.3 MB | 0.8/1.9 MB Progress (2): 1.5/2.3 MB | 0.8/1.9 MB Progress (2): 1.5/2.3 MB | 0.8/1.9 MB Progress (2): 1.5/2.3 MB | 0.8/1.9 MB Progress (2): 1.5/2.3 MB | 0.8/1.9 MB Progress (2): 1.5/2.3 MB | 0.8/1.9 MB Progress (2): 1.5/2.3 MB | 0.8/1.9 MB Progress (2): 1.5/2.3 MB | 0.8/1.9 MB Progress (2): 1.5/2.3 MB | 0.8/1.9 MB Progress (2): 1.5/2.3 MB | 0.8/1.9 MB Progress (2): 1.5/2.3 MB | 0.8/1.9 MB Progress (2): 1.5/2.3 MB | 0.8/1.9 MB Progress (2): 1.5/2.3 MB | 0.9/1.9 MB Progress (2): 1.5/2.3 MB | 0.9/1.9 MB Progress (2): 1.5/2.3 MB | 0.9/1.9 MB Progress (2): 1.5/2.3 MB | 0.9/1.9 MB Progress (2): 1.5/2.3 MB | 0.9/1.9 MB Progress (2): 1.5/2.3 MB | 0.9/1.9 MB Progress (2): 1.5/2.3 MB | 0.9/1.9 MB Progress (2): 1.5/2.3 MB | 0.9/1.9 MB Progress (2): 1.5/2.3 MB | 0.9/1.9 MB Progress (2): 1.5/2.3 MB | 0.9/1.9 MB Progress (2): 1.5/2.3 MB | 0.9/1.9 MB Progress (2): 1.5/2.3 MB | 0.9/1.9 MB Progress (2): 1.5/2.3 MB | 0.9/1.9 MB Progress (2): 1.5/2.3 MB | 0.9/1.9 MB Progress (2): 1.5/2.3 MB | 0.9/1.9 MB Progress (2): 1.5/2.3 MB | 0.9/1.9 MB Progress (2): 1.5/2.3 MB | 0.9/1.9 MB Progress (2): 1.5/2.3 MB | 0.9/1.9 MB Progress (2): 1.5/2.3 MB | 0.9/1.9 MB Progress (2): 1.6/2.3 MB | 0.9/1.9 MB Progress (2): 1.6/2.3 MB | 0.9/1.9 MB Progress (2): 1.6/2.3 MB | 0.9/1.9 MB Progress (2): 1.6/2.3 MB | 0.9/1.9 MB Progress (2): 1.6/2.3 MB | 0.9/1.9 MB Progress (2): 1.6/2.3 MB | 0.9/1.9 MB Progress (2): 1.6/2.3 MB | 0.9/1.9 MB Progress (2): 1.6/2.3 MB | 0.9/1.9 MB Progress (2): 1.6/2.3 MB | 0.9/1.9 MB Progress (2): 1.6/2.3 MB | 0.9/1.9 MB Progress (2): 1.6/2.3 MB | 0.9/1.9 MB Progress (2): 1.6/2.3 MB | 0.9/1.9 MB Progress (2): 1.6/2.3 MB | 0.9/1.9 MB Progress (2): 1.6/2.3 MB | 0.9/1.9 MB Progress (2): 1.6/2.3 MB | 0.9/1.9 MB Progress (2): 1.6/2.3 MB | 0.9/1.9 MB Progress (2): 1.6/2.3 MB | 0.9/1.9 MB Progress (2): 1.6/2.3 MB | 0.9/1.9 MB Progress (2): 1.6/2.3 MB | 0.9/1.9 MB Progress (2): 1.6/2.3 MB | 0.9/1.9 MB Progress (2): 1.6/2.3 MB | 0.9/1.9 MB Progress (2): 1.6/2.3 MB | 0.9/1.9 MB Progress (2): 1.6/2.3 MB | 0.9/1.9 MB Progress (2): 1.6/2.3 MB | 0.9/1.9 MB Progress (2): 1.6/2.3 MB | 0.9/1.9 MB Progress (2): 1.6/2.3 MB | 0.9/1.9 MB Progress (2): 1.6/2.3 MB | 0.9/1.9 MB Progress (2): 1.6/2.3 MB | 0.9/1.9 MB Progress (2): 1.6/2.3 MB | 0.9/1.9 MB Progress (2): 1.6/2.3 MB | 0.9/1.9 MB Progress (2): 1.6/2.3 MB | 1.0/1.9 MB Progress (2): 1.6/2.3 MB | 1.0/1.9 MB Progress (2): 1.6/2.3 MB | 1.0/1.9 MB Progress (2): 1.6/2.3 MB | 1.0/1.9 MB Progress (2): 1.6/2.3 MB | 1.0/1.9 MB Progress (2): 1.6/2.3 MB | 1.0/1.9 MB Progress (2): 1.6/2.3 MB | 1.0/1.9 MB Progress (2): 1.6/2.3 MB | 1.0/1.9 MB Progress (2): 1.6/2.3 MB | 1.0/1.9 MB Progress (2): 1.6/2.3 MB | 1.0/1.9 MB Progress (2): 1.6/2.3 MB | 1.0/1.9 MB Progress (2): 1.6/2.3 MB | 1.0/1.9 MB Progress (2): 1.6/2.3 MB | 1.0/1.9 MB Progress (2): 1.6/2.3 MB | 1.0/1.9 MB Progress (2): 1.6/2.3 MB | 1.0/1.9 MB Progress (2): 1.6/2.3 MB | 1.0/1.9 MB Progress (2): 1.6/2.3 MB | 1.0/1.9 MB Progress (2): 1.6/2.3 MB | 1.0/1.9 MB Progress (2): 1.6/2.3 MB | 1.0/1.9 MB Progress (2): 1.6/2.3 MB | 1.0/1.9 MB Progress (2): 1.6/2.3 MB | 1.0/1.9 MB Progress (2): 1.6/2.3 MB | 1.0/1.9 MB Progress (2): 1.7/2.3 MB | 1.0/1.9 MB Progress (2): 1.7/2.3 MB | 1.0/1.9 MB Progress (2): 1.7/2.3 MB | 1.0/1.9 MB Progress (2): 1.7/2.3 MB | 1.0/1.9 MB Progress (2): 1.7/2.3 MB | 1.0/1.9 MB Progress (2): 1.7/2.3 MB | 1.0/1.9 MB Progress (2): 1.7/2.3 MB | 1.0/1.9 MB Progress (2): 1.7/2.3 MB | 1.0/1.9 MB Progress (2): 1.7/2.3 MB | 1.0/1.9 MB Progress (2): 1.7/2.3 MB | 1.0/1.9 MB Progress (2): 1.7/2.3 MB | 1.0/1.9 MB Progress (2): 1.7/2.3 MB | 1.0/1.9 MB Progress (2): 1.7/2.3 MB | 1.0/1.9 MB Progress (2): 1.7/2.3 MB | 1.0/1.9 MB Progress (2): 1.7/2.3 MB | 1.0/1.9 MB Progress (2): 1.7/2.3 MB | 1.0/1.9 MB Progress (2): 1.7/2.3 MB | 1.0/1.9 MB Progress (2): 1.7/2.3 MB | 1.0/1.9 MB Progress (2): 1.7/2.3 MB | 1.0/1.9 MB Progress (2): 1.7/2.3 MB | 1.0/1.9 MB Progress (2): 1.7/2.3 MB | 1.0/1.9 MB Progress (2): 1.7/2.3 MB | 1.0/1.9 MB Progress (2): 1.7/2.3 MB | 1.0/1.9 MB Progress (2): 1.7/2.3 MB | 1.0/1.9 MB Progress (2): 1.7/2.3 MB | 1.0/1.9 MB Progress (2): 1.7/2.3 MB | 1.0/1.9 MB Progress (2): 1.7/2.3 MB | 1.1/1.9 MB Progress (2): 1.7/2.3 MB | 1.1/1.9 MB Progress (2): 1.7/2.3 MB | 1.1/1.9 MB Progress (2): 1.7/2.3 MB | 1.1/1.9 MB Progress (2): 1.7/2.3 MB | 1.1/1.9 MB Progress (2): 1.7/2.3 MB | 1.1/1.9 MB Progress (2): 1.7/2.3 MB | 1.1/1.9 MB Progress (2): 1.7/2.3 MB | 1.1/1.9 MB Progress (2): 1.7/2.3 MB | 1.1/1.9 MB Progress (2): 1.7/2.3 MB | 1.1/1.9 MB Progress (2): 1.7/2.3 MB | 1.1/1.9 MB Progress (2): 1.7/2.3 MB | 1.1/1.9 MB Progress (2): 1.7/2.3 MB | 1.1/1.9 MB Progress (2): 1.7/2.3 MB | 1.1/1.9 MB Progress (2): 1.7/2.3 MB | 1.1/1.9 MB Progress (2): 1.7/2.3 MB | 1.1/1.9 MB Progress (2): 1.7/2.3 MB | 1.1/1.9 MB Progress (2): 1.7/2.3 MB | 1.1/1.9 MB Progress (2): 1.7/2.3 MB | 1.1/1.9 MB Progress (2): 1.7/2.3 MB | 1.1/1.9 MB Progress (2): 1.7/2.3 MB | 1.1/1.9 MB Progress (2): 1.7/2.3 MB | 1.1/1.9 MB Progress (2): 1.7/2.3 MB | 1.1/1.9 MB Progress (2): 1.8/2.3 MB | 1.1/1.9 MB Progress (2): 1.8/2.3 MB | 1.1/1.9 MB Progress (2): 1.8/2.3 MB | 1.1/1.9 MB Progress (2): 1.8/2.3 MB | 1.1/1.9 MB Progress (2): 1.8/2.3 MB | 1.1/1.9 MB Progress (2): 1.8/2.3 MB | 1.1/1.9 MB Progress (2): 1.8/2.3 MB | 1.1/1.9 MB Progress (2): 1.8/2.3 MB | 1.1/1.9 MB Progress (2): 1.8/2.3 MB | 1.1/1.9 MB Progress (2): 1.8/2.3 MB | 1.1/1.9 MB Progress (2): 1.8/2.3 MB | 1.1/1.9 MB Progress (2): 1.8/2.3 MB | 1.1/1.9 MB Progress (2): 1.8/2.3 MB | 1.1/1.9 MB Progress (2): 1.8/2.3 MB | 1.2/1.9 MB Progress (2): 1.8/2.3 MB | 1.2/1.9 MB Progress (2): 1.8/2.3 MB | 1.2/1.9 MB Progress (2): 1.8/2.3 MB | 1.2/1.9 MB Progress (2): 1.8/2.3 MB | 1.2/1.9 MB Progress (2): 1.8/2.3 MB | 1.2/1.9 MB Progress (2): 1.8/2.3 MB | 1.2/1.9 MB Progress (2): 1.8/2.3 MB | 1.2/1.9 MB Progress (2): 1.8/2.3 MB | 1.2/1.9 MB Progress (2): 1.8/2.3 MB | 1.2/1.9 MB Progress (2): 1.8/2.3 MB | 1.2/1.9 MB Progress (2): 1.8/2.3 MB | 1.2/1.9 MB Progress (2): 1.8/2.3 MB | 1.2/1.9 MB Progress (2): 1.8/2.3 MB | 1.2/1.9 MB Progress (2): 1.8/2.3 MB | 1.2/1.9 MB Progress (2): 1.8/2.3 MB | 1.2/1.9 MB Progress (2): 1.8/2.3 MB | 1.2/1.9 MB Progress (2): 1.8/2.3 MB | 1.2/1.9 MB Progress (2): 1.8/2.3 MB | 1.2/1.9 MB Progress (2): 1.8/2.3 MB | 1.2/1.9 MB Progress (2): 1.8/2.3 MB | 1.2/1.9 MB Progress (2): 1.8/2.3 MB | 1.2/1.9 MB Progress (2): 1.8/2.3 MB | 1.2/1.9 MB Progress (2): 1.8/2.3 MB | 1.2/1.9 MB Progress (2): 1.8/2.3 MB | 1.2/1.9 MB Progress (2): 1.8/2.3 MB | 1.2/1.9 MB Progress (2): 1.8/2.3 MB | 1.2/1.9 MB Progress (2): 1.8/2.3 MB | 1.2/1.9 MB Progress (2): 1.8/2.3 MB | 1.2/1.9 MB Progress (2): 1.8/2.3 MB | 1.2/1.9 MB Progress (2): 1.8/2.3 MB | 1.2/1.9 MB Progress (2): 1.8/2.3 MB | 1.2/1.9 MB Progress (2): 1.8/2.3 MB | 1.2/1.9 MB Progress (2): 1.8/2.3 MB | 1.2/1.9 MB Progress (2): 1.8/2.3 MB | 1.2/1.9 MB Progress (2): 1.8/2.3 MB | 1.2/1.9 MB Progress (2): 1.8/2.3 MB | 1.2/1.9 MB Progress (2): 1.8/2.3 MB | 1.2/1.9 MB Progress (2): 1.8/2.3 MB | 1.2/1.9 MB Progress (2): 1.8/2.3 MB | 1.2/1.9 MB Progress (2): 1.8/2.3 MB | 1.2/1.9 MB Progress (2): 1.8/2.3 MB | 1.2/1.9 MB Progress (2): 1.8/2.3 MB | 1.2/1.9 MB Progress (2): 1.8/2.3 MB | 1.2/1.9 MB Progress (2): 1.8/2.3 MB | 1.2/1.9 MB Progress (2): 1.8/2.3 MB | 1.3/1.9 MB Progress (2): 1.8/2.3 MB | 1.3/1.9 MB Progress (2): 1.8/2.3 MB | 1.3/1.9 MB Progress (2): 1.8/2.3 MB | 1.3/1.9 MB Progress (2): 1.8/2.3 MB | 1.3/1.9 MB Progress (2): 1.8/2.3 MB | 1.3/1.9 MB Progress (2): 1.9/2.3 MB | 1.3/1.9 MB Progress (2): 1.9/2.3 MB | 1.3/1.9 MB Progress (2): 1.9/2.3 MB | 1.3/1.9 MB Progress (2): 1.9/2.3 MB | 1.3/1.9 MB Progress (2): 1.9/2.3 MB | 1.3/1.9 MB Progress (2): 1.9/2.3 MB | 1.3/1.9 MB Progress (2): 1.9/2.3 MB | 1.3/1.9 MB Progress (2): 1.9/2.3 MB | 1.3/1.9 MB Progress (2): 1.9/2.3 MB | 1.3/1.9 MB Progress (2): 1.9/2.3 MB | 1.3/1.9 MB Progress (2): 1.9/2.3 MB | 1.3/1.9 MB Progress (2): 1.9/2.3 MB | 1.3/1.9 MB Progress (2): 1.9/2.3 MB | 1.3/1.9 MB Progress (2): 1.9/2.3 MB | 1.3/1.9 MB Progress (2): 1.9/2.3 MB | 1.3/1.9 MB Progress (2): 1.9/2.3 MB | 1.3/1.9 MB Progress (2): 1.9/2.3 MB | 1.3/1.9 MB Progress (2): 1.9/2.3 MB | 1.3/1.9 MB Progress (2): 1.9/2.3 MB | 1.3/1.9 MB Progress (2): 1.9/2.3 MB | 1.3/1.9 MB Progress (2): 1.9/2.3 MB | 1.3/1.9 MB Progress (2): 1.9/2.3 MB | 1.3/1.9 MB Progress (2): 1.9/2.3 MB | 1.3/1.9 MB Progress (2): 1.9/2.3 MB | 1.3/1.9 MB Progress (2): 1.9/2.3 MB | 1.3/1.9 MB Progress (2): 1.9/2.3 MB | 1.3/1.9 MB Progress (2): 1.9/2.3 MB | 1.3/1.9 MB Progress (2): 1.9/2.3 MB | 1.3/1.9 MB Progress (2): 1.9/2.3 MB | 1.3/1.9 MB Progress (2): 1.9/2.3 MB | 1.3/1.9 MB Progress (2): 1.9/2.3 MB | 1.3/1.9 MB Progress (2): 1.9/2.3 MB | 1.3/1.9 MB Progress (2): 1.9/2.3 MB | 1.3/1.9 MB Progress (2): 1.9/2.3 MB | 1.3/1.9 MB Progress (2): 1.9/2.3 MB | 1.3/1.9 MB Progress (2): 1.9/2.3 MB | 1.3/1.9 MB Progress (2): 1.9/2.3 MB | 1.3/1.9 MB Progress (2): 1.9/2.3 MB | 1.3/1.9 MB Progress (2): 1.9/2.3 MB | 1.4/1.9 MB Progress (2): 1.9/2.3 MB | 1.4/1.9 MB Progress (2): 1.9/2.3 MB | 1.4/1.9 MB Progress (2): 1.9/2.3 MB | 1.4/1.9 MB Progress (2): 1.9/2.3 MB | 1.4/1.9 MB Progress (2): 1.9/2.3 MB | 1.4/1.9 MB Progress (2): 1.9/2.3 MB | 1.4/1.9 MB Progress (2): 1.9/2.3 MB | 1.4/1.9 MB Progress (2): 1.9/2.3 MB | 1.4/1.9 MB Progress (2): 1.9/2.3 MB | 1.4/1.9 MB Progress (2): 1.9/2.3 MB | 1.4/1.9 MB Progress (2): 1.9/2.3 MB | 1.4/1.9 MB Progress (2): 1.9/2.3 MB | 1.4/1.9 MB Progress (2): 1.9/2.3 MB | 1.4/1.9 MB Progress (2): 1.9/2.3 MB | 1.4/1.9 MB Progress (2): 1.9/2.3 MB | 1.4/1.9 MB Progress (2): 1.9/2.3 MB | 1.4/1.9 MB Progress (2): 1.9/2.3 MB | 1.4/1.9 MB Progress (2): 1.9/2.3 MB | 1.4/1.9 MB Progress (2): 1.9/2.3 MB | 1.4/1.9 MB Progress (2): 1.9/2.3 MB | 1.4/1.9 MB Progress (2): 1.9/2.3 MB | 1.4/1.9 MB Progress (2): 1.9/2.3 MB | 1.4/1.9 MB Progress (2): 2.0/2.3 MB | 1.4/1.9 MB Progress (2): 2.0/2.3 MB | 1.4/1.9 MB Progress (2): 2.0/2.3 MB | 1.4/1.9 MB Progress (2): 2.0/2.3 MB | 1.4/1.9 MB Progress (2): 2.0/2.3 MB | 1.4/1.9 MB Progress (2): 2.0/2.3 MB | 1.4/1.9 MB Progress (2): 2.0/2.3 MB | 1.4/1.9 MB Progress (2): 2.0/2.3 MB | 1.4/1.9 MB Progress (2): 2.0/2.3 MB | 1.4/1.9 MB Progress (2): 2.0/2.3 MB | 1.4/1.9 MB Progress (2): 2.0/2.3 MB | 1.4/1.9 MB Progress (2): 2.0/2.3 MB | 1.4/1.9 MB Progress (2): 2.0/2.3 MB | 1.4/1.9 MB Progress (2): 2.0/2.3 MB | 1.4/1.9 MB Progress (2): 2.0/2.3 MB | 1.4/1.9 MB Progress (2): 2.0/2.3 MB | 1.4/1.9 MB Progress (2): 2.0/2.3 MB | 1.4/1.9 MB Progress (2): 2.0/2.3 MB | 1.4/1.9 MB Progress (2): 2.0/2.3 MB | 1.4/1.9 MB Progress (2): 2.0/2.3 MB | 1.4/1.9 MB Progress (2): 2.0/2.3 MB | 1.4/1.9 MB Progress (2): 2.0/2.3 MB | 1.4/1.9 MB Progress (2): 2.0/2.3 MB | 1.4/1.9 MB Progress (2): 2.0/2.3 MB | 1.4/1.9 MB Progress (2): 2.0/2.3 MB | 1.5/1.9 MB Progress (2): 2.0/2.3 MB | 1.5/1.9 MB Progress (2): 2.0/2.3 MB | 1.5/1.9 MB Progress (2): 2.0/2.3 MB | 1.5/1.9 MB Progress (2): 2.0/2.3 MB | 1.5/1.9 MB Progress (2): 2.0/2.3 MB | 1.5/1.9 MB Progress (2): 2.0/2.3 MB | 1.5/1.9 MB Progress (2): 2.0/2.3 MB | 1.5/1.9 MB Progress (2): 2.0/2.3 MB | 1.5/1.9 MB Progress (2): 2.0/2.3 MB | 1.5/1.9 MB Progress (2): 2.0/2.3 MB | 1.5/1.9 MB Progress (2): 2.0/2.3 MB | 1.5/1.9 MB Progress (2): 2.0/2.3 MB | 1.5/1.9 MB Progress (2): 2.0/2.3 MB | 1.5/1.9 MB Progress (2): 2.0/2.3 MB | 1.5/1.9 MB Progress (2): 2.0/2.3 MB | 1.5/1.9 MB Progress (2): 2.0/2.3 MB | 1.5/1.9 MB Progress (2): 2.0/2.3 MB | 1.5/1.9 MB Progress (2): 2.0/2.3 MB | 1.5/1.9 MB Progress (2): 2.0/2.3 MB | 1.5/1.9 MB Progress (2): 2.0/2.3 MB | 1.5/1.9 MB Progress (2): 2.0/2.3 MB | 1.5/1.9 MB Progress (2): 2.0/2.3 MB | 1.5/1.9 MB Progress (2): 2.0/2.3 MB | 1.5/1.9 MB Progress (2): 2.1/2.3 MB | 1.5/1.9 MB Progress (2): 2.1/2.3 MB | 1.5/1.9 MB Progress (2): 2.1/2.3 MB | 1.5/1.9 MB Progress (2): 2.1/2.3 MB | 1.5/1.9 MB Progress (2): 2.1/2.3 MB | 1.5/1.9 MB Progress (2): 2.1/2.3 MB | 1.5/1.9 MB Progress (2): 2.1/2.3 MB | 1.5/1.9 MB Progress (2): 2.1/2.3 MB | 1.5/1.9 MB Progress (2): 2.1/2.3 MB | 1.5/1.9 MB Progress (2): 2.1/2.3 MB | 1.5/1.9 MB Progress (2): 2.1/2.3 MB | 1.5/1.9 MB Progress (2): 2.1/2.3 MB | 1.5/1.9 MB Progress (2): 2.1/2.3 MB | 1.5/1.9 MB Progress (2): 2.1/2.3 MB | 1.5/1.9 MB Progress (2): 2.1/2.3 MB | 1.5/1.9 MB Progress (2): 2.1/2.3 MB | 1.5/1.9 MB Progress (2): 2.1/2.3 MB | 1.5/1.9 MB Progress (2): 2.1/2.3 MB | 1.5/1.9 MB Progress (2): 2.1/2.3 MB | 1.5/1.9 MB Progress (2): 2.1/2.3 MB | 1.5/1.9 MB Progress (2): 2.1/2.3 MB | 1.5/1.9 MB Progress (2): 2.1/2.3 MB | 1.5/1.9 MB Progress (2): 2.1/2.3 MB | 1.6/1.9 MB Progress (2): 2.1/2.3 MB | 1.6/1.9 MB Progress (2): 2.1/2.3 MB | 1.6/1.9 MB Progress (2): 2.1/2.3 MB | 1.6/1.9 MB Progress (2): 2.1/2.3 MB | 1.6/1.9 MB Progress (2): 2.1/2.3 MB | 1.6/1.9 MB Progress (2): 2.1/2.3 MB | 1.6/1.9 MB Progress (2): 2.1/2.3 MB | 1.6/1.9 MB Progress (2): 2.1/2.3 MB | 1.6/1.9 MB Progress (2): 2.1/2.3 MB | 1.6/1.9 MB Progress (2): 2.1/2.3 MB | 1.6/1.9 MB Progress (2): 2.1/2.3 MB | 1.6/1.9 MB Progress (2): 2.1/2.3 MB | 1.6/1.9 MB Progress (2): 2.1/2.3 MB | 1.6/1.9 MB Progress (2): 2.1/2.3 MB | 1.6/1.9 MB Progress (2): 2.1/2.3 MB | 1.6/1.9 MB Progress (2): 2.1/2.3 MB | 1.6/1.9 MB Progress (2): 2.1/2.3 MB | 1.6/1.9 MB Progress (2): 2.1/2.3 MB | 1.6/1.9 MB Progress (2): 2.1/2.3 MB | 1.6/1.9 MB Progress (2): 2.1/2.3 MB | 1.6/1.9 MB Progress (2): 2.1/2.3 MB | 1.6/1.9 MB Progress (2): 2.1/2.3 MB | 1.6/1.9 MB Progress (2): 2.1/2.3 MB | 1.6/1.9 MB Progress (2): 2.1/2.3 MB | 1.6/1.9 MB Progress (2): 2.1/2.3 MB | 1.6/1.9 MB Progress (2): 2.1/2.3 MB | 1.6/1.9 MB Progress (2): 2.2/2.3 MB | 1.6/1.9 MB Progress (2): 2.2/2.3 MB | 1.6/1.9 MB Progress (2): 2.2/2.3 MB | 1.6/1.9 MB Progress (2): 2.2/2.3 MB | 1.6/1.9 MB Progress (2): 2.2/2.3 MB | 1.6/1.9 MB Progress (2): 2.2/2.3 MB | 1.6/1.9 MB Progress (2): 2.2/2.3 MB | 1.6/1.9 MB Progress (2): 2.2/2.3 MB | 1.6/1.9 MB Progress (2): 2.2/2.3 MB | 1.6/1.9 MB Progress (2): 2.2/2.3 MB | 1.6/1.9 MB Progress (2): 2.2/2.3 MB | 1.6/1.9 MB Progress (2): 2.2/2.3 MB | 1.6/1.9 MB Progress (2): 2.2/2.3 MB | 1.6/1.9 MB Progress (2): 2.2/2.3 MB | 1.6/1.9 MB Progress (2): 2.2/2.3 MB | 1.6/1.9 MB Progress (2): 2.2/2.3 MB | 1.6/1.9 MB Progress (2): 2.2/2.3 MB | 1.6/1.9 MB Progress (2): 2.2/2.3 MB | 1.7/1.9 MB Progress (2): 2.2/2.3 MB | 1.7/1.9 MB Progress (2): 2.2/2.3 MB | 1.7/1.9 MB Progress (2): 2.2/2.3 MB | 1.7/1.9 MB Progress (2): 2.2/2.3 MB | 1.7/1.9 MB Progress (2): 2.2/2.3 MB | 1.7/1.9 MB Progress (2): 2.2/2.3 MB | 1.7/1.9 MB Progress (2): 2.2/2.3 MB | 1.7/1.9 MB Progress (2): 2.2/2.3 MB | 1.7/1.9 MB Progress (2): 2.2/2.3 MB | 1.7/1.9 MB Progress (2): 2.2/2.3 MB | 1.7/1.9 MB Progress (2): 2.2/2.3 MB | 1.7/1.9 MB Progress (2): 2.2/2.3 MB | 1.7/1.9 MB Progress (2): 2.2/2.3 MB | 1.7/1.9 MB Progress (2): 2.2/2.3 MB | 1.7/1.9 MB Progress (2): 2.2/2.3 MB | 1.7/1.9 MB Progress (2): 2.2/2.3 MB | 1.7/1.9 MB Progress (2): 2.2/2.3 MB | 1.7/1.9 MB Progress (2): 2.2/2.3 MB | 1.7/1.9 MB Progress (2): 2.2/2.3 MB | 1.7/1.9 MB Progress (2): 2.2/2.3 MB | 1.7/1.9 MB Progress (2): 2.2/2.3 MB | 1.7/1.9 MB Progress (2): 2.2/2.3 MB | 1.7/1.9 MB Progress (2): 2.2/2.3 MB | 1.7/1.9 MB Progress (2): 2.2/2.3 MB | 1.7/1.9 MB Progress (2): 2.2/2.3 MB | 1.7/1.9 MB Progress (2): 2.2/2.3 MB | 1.7/1.9 MB Progress (2): 2.2/2.3 MB | 1.7/1.9 MB Progress (2): 2.2/2.3 MB | 1.7/1.9 MB Progress (2): 2.2/2.3 MB | 1.7/1.9 MB Progress (2): 2.2/2.3 MB | 1.7/1.9 MB Progress (2): 2.2/2.3 MB | 1.7/1.9 MB Progress (2): 2.2/2.3 MB | 1.7/1.9 MB Progress (2): 2.2/2.3 MB | 1.7/1.9 MB Progress (2): 2.2/2.3 MB | 1.7/1.9 MB Progress (2): 2.3/2.3 MB | 1.7/1.9 MB Progress (2): 2.3/2.3 MB | 1.7/1.9 MB Progress (2): 2.3/2.3 MB | 1.7/1.9 MB Progress (2): 2.3/2.3 MB | 1.7/1.9 MB Progress (2): 2.3/2.3 MB | 1.7/1.9 MB Progress (2): 2.3/2.3 MB | 1.7/1.9 MB Progress (2): 2.3/2.3 MB | 1.7/1.9 MB Progress (2): 2.3/2.3 MB | 1.7/1.9 MB Progress (2): 2.3/2.3 MB | 1.7/1.9 MB Progress (2): 2.3/2.3 MB | 1.7/1.9 MB Progress (2): 2.3/2.3 MB | 1.7/1.9 MB Progress (2): 2.3/2.3 MB | 1.7/1.9 MB Progress (2): 2.3/2.3 MB | 1.8/1.9 MB Progress (2): 2.3/2.3 MB | 1.8/1.9 MB Progress (2): 2.3/2.3 MB | 1.8/1.9 MB Progress (2): 2.3/2.3 MB | 1.8/1.9 MB Progress (2): 2.3/2.3 MB | 1.8/1.9 MB Progress (2): 2.3/2.3 MB | 1.8/1.9 MB Progress (2): 2.3/2.3 MB | 1.8/1.9 MB Progress (2): 2.3/2.3 MB | 1.8/1.9 MB Progress (2): 2.3/2.3 MB | 1.8/1.9 MB Progress (2): 2.3/2.3 MB | 1.8/1.9 MB Progress (2): 2.3/2.3 MB | 1.8/1.9 MB Progress (2): 2.3/2.3 MB | 1.8/1.9 MB Progress (2): 2.3/2.3 MB | 1.8/1.9 MB Progress (2): 2.3/2.3 MB | 1.8/1.9 MB Progress (2): 2.3/2.3 MB | 1.8/1.9 MB Progress (2): 2.3/2.3 MB | 1.8/1.9 MB Progress (2): 2.3/2.3 MB | 1.8/1.9 MB Progress (2): 2.3/2.3 MB | 1.8/1.9 MB Progress (2): 2.3 MB | 1.8/1.9 MB Progress (2): 2.3 MB | 1.8/1.9 MB Progress (2): 2.3 MB | 1.8/1.9 MB Progress (2): 2.3 MB | 1.8/1.9 MB Progress (2): 2.3 MB | 1.8/1.9 MB Progress (2): 2.3 MB | 1.8/1.9 MB Progress (2): 2.3 MB | 1.8/1.9 MB Progress (2): 2.3 MB | 1.8/1.9 MB Progress (2): 2.3 MB | 1.8/1.9 MB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava/19.0/guava-19.0.jar (2.3 MB at 1.4 MB/s) Progress (1): 1.8/1.9 MB Progress (1): 1.8/1.9 MB Progress (1): 1.8/1.9 MB Progress (1): 1.8/1.9 MB Progress (1): 1.8/1.9 MB Progress (1): 1.8/1.9 MB Progress (1): 1.8/1.9 MB Progress (1): 1.9/1.9 MB Progress (1): 1.9/1.9 MB Progress (1): 1.9/1.9 MB Progress (1): 1.9/1.9 MB Progress (1): 1.9/1.9 MB Progress (1): 1.9 MB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/auto/value/auto-value/1.1/auto-value-1.1.jar (1.9 MB at 1.1 MB/s) [INFO] Skip jar signing [INFO] [INFO] --- tycho-pack200b-plugin:1.3.0:pack (pack200-pack) @ parent --- [INFO] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (p2-metadata) @ parent --- [INFO] [INFO] ----------------< org.eclipse.swtbot:target-platforms >----------------- [INFO] Building target-platforms 2.9.0-SNAPSHOT [2/58] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ target-platforms --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.4.201502262128:prepare-agent (default) @ target-platforms --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/swtbot-sonar/.repository/org/jacoco/org.jacoco.agent/0.7.4.201502262128/org.jacoco.agent-0.7.4.201502262128-runtime.jar=destfile=/home/jenkins/agent/workspace/swtbot-sonar/devtools/target/jacoco.exec,append=true,includes=org.eclipse.swtbot.* [INFO] [INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ target-platforms --- [INFO] [INFO] --- tycho-source-feature-plugin:1.3.0:source-feature (source-feature) @ target-platforms --- [INFO] [INFO] --- tycho-pack200a-plugin:1.3.0:normalize (pack200-normalize) @ target-platforms --- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.3:sign (sign) @ target-platforms --- [INFO] Skip jar signing [INFO] [INFO] --- tycho-pack200b-plugin:1.3.0:pack (pack200-pack) @ target-platforms --- [INFO] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (p2-metadata) @ target-platforms --- [INFO] [INFO] ------------< org.eclipse.swtbot.target-platforms:2019-09 >------------- [INFO] Building 2019-09 2.9.0-SNAPSHOT [3/58] [INFO] ---------------------[ eclipse-target-definition ]---------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ 2019-09 --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.4.201502262128:prepare-agent (default) @ 2019-09 --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/swtbot-sonar/.repository/org/jacoco/org.jacoco.agent/0.7.4.201502262128/org.jacoco.agent-0.7.4.201502262128-runtime.jar=destfile=/home/jenkins/agent/workspace/swtbot-sonar/devtools/target-platforms/target/jacoco.exec,append=true,includes=org.eclipse.swtbot.* [INFO] [INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ 2019-09 --- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:package-target-definition (default-package-target-definition) @ 2019-09 --- Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/extras/tycho-sourceref-jgit/1.3.0/tycho-sourceref-jgit-1.3.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/extras/tycho-sourceref-jgit/1.3.0/tycho-sourceref-jgit-1.3.0.pom Progress (1): 989 B Progress (1): 1.5 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/extras/tycho-sourceref-jgit/1.3.0/tycho-sourceref-jgit-1.3.0.pom (1.5 kB at 56 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/jgit/org.eclipse.jgit/5.1.3.201810200350-r/org.eclipse.jgit-5.1.3.201810200350-r.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jgit/org.eclipse.jgit/5.1.3.201810200350-r/org.eclipse.jgit-5.1.3.201810200350-r.pom Progress (1): 811 B Progress (1): 1.9 kB Progress (1): 3.2 kB Progress (1): 5.6 kB Progress (1): 9.3 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jgit/org.eclipse.jgit/5.1.3.201810200350-r/org.eclipse.jgit-5.1.3.201810200350-r.pom (9.3 kB at 359 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/jgit/org.eclipse.jgit-parent/5.1.3.201810200350-r/org.eclipse.jgit-parent-5.1.3.201810200350-r.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jgit/org.eclipse.jgit-parent/5.1.3.201810200350-r/org.eclipse.jgit-parent-5.1.3.201810200350-r.pom Progress (1): 766 B Progress (1): 1.8 kB Progress (1): 3.0 kB Progress (1): 5.5 kB Progress (1): 7.8 kB Progress (1): 9.9 kB Progress (1): 13 kB Progress (1): 17 kB Progress (1): 21 kB Progress (1): 25 kB Progress (1): 25 kB Progress (1): 28 kB Progress (1): 32 kB Progress (1): 32 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jgit/org.eclipse.jgit-parent/5.1.3.201810200350-r/org.eclipse.jgit-parent-5.1.3.201810200350-r.pom (32 kB at 927 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/com/jcraft/jsch/0.1.54/jsch-0.1.54.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/jcraft/jsch/0.1.54/jsch-0.1.54.pom Progress (1): 1.3 kB Progress (1): 3.2 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/jcraft/jsch/0.1.54/jsch-0.1.54.pom (3.2 kB at 539 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/oss/oss-parent/6/oss-parent-6.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/oss/oss-parent/6/oss-parent-6.pom Progress (1): 848 B Progress (1): 2.5 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 220 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/com/jcraft/jzlib/1.1.1/jzlib-1.1.1.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/jcraft/jzlib/1.1.1/jzlib-1.1.1.pom Progress (1): 1.3 kB Progress (1): 3.1 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/jcraft/jzlib/1.1.1/jzlib-1.1.1.pom (3.1 kB at 79 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/com/googlecode/javaewah/JavaEWAH/1.1.6/JavaEWAH-1.1.6.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/googlecode/javaewah/JavaEWAH/1.1.6/JavaEWAH-1.1.6.pom Progress (1): 1.1 kB Progress (1): 2.9 kB Progress (1): 5.7 kB Progress (1): 6.0 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/googlecode/javaewah/JavaEWAH/1.1.6/JavaEWAH-1.1.6.pom (6.0 kB at 159 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/oss/oss-parent/5/oss-parent-5.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/oss/oss-parent/5/oss-parent-5.pom Progress (1): 1.2 kB Progress (1): 3.2 kB 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 186 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/slf4j/slf4j-api/1.7.2/slf4j-api-1.7.2.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-api/1.7.2/slf4j-api-1.7.2.pom Progress (1): 1.4 kB 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 69 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/slf4j/slf4j-parent/1.7.2/slf4j-parent-1.7.2.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-parent/1.7.2/slf4j-parent-1.7.2.pom Progress (1): 1.1 kB Progress (1): 3.6 kB Progress (1): 6.4 kB Progress (1): 9.5 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 311 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/extras/tycho-sourceref-jgit/1.3.0/tycho-sourceref-jgit-1.3.0.jar Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/jgit/org.eclipse.jgit/5.1.3.201810200350-r/org.eclipse.jgit-5.1.3.201810200350-r.jar Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/com/jcraft/jsch/0.1.54/jsch-0.1.54.jar Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/com/jcraft/jzlib/1.1.1/jzlib-1.1.1.jar Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/com/googlecode/javaewah/JavaEWAH/1.1.6/JavaEWAH-1.1.6.jar Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/slf4j/slf4j-api/1.7.2/slf4j-api-1.7.2.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/extras/tycho-sourceref-jgit/1.3.0/tycho-sourceref-jgit-1.3.0.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/jcraft/jsch/0.1.54/jsch-0.1.54.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/jcraft/jzlib/1.1.1/jzlib-1.1.1.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/googlecode/javaewah/JavaEWAH/1.1.6/JavaEWAH-1.1.6.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jgit/org.eclipse.jgit/5.1.3.201810200350-r/org.eclipse.jgit-5.1.3.201810200350-r.jar Progress (1): 4.1/70 kB Progress (1): 7.7/70 kB Progress (1): 12/70 kB Progress (1): 16/70 kB Progress (2): 16/70 kB | 4.1/281 kB Progress (2): 16/70 kB | 7.7/281 kB Progress (2): 16/70 kB | 12/281 kB Progress (2): 16/70 kB | 16/281 kB Progress (2): 20/70 kB | 16/281 kB Progress (2): 24/70 kB | 16/281 kB Progress (3): 24/70 kB | 16/281 kB | 4.1/166 kB Progress (3): 24/70 kB | 20/281 kB | 4.1/166 kB Progress (3): 24/70 kB | 24/281 kB | 4.1/166 kB Progress (3): 24/70 kB | 28/281 kB | 4.1/166 kB Progress (3): 24/70 kB | 32/281 kB | 4.1/166 kB Progress (3): 24/70 kB | 36/281 kB | 4.1/166 kB Progress (3): 24/70 kB | 40/281 kB | 4.1/166 kB Progress (3): 24/70 kB | 45/281 kB | 4.1/166 kB Progress (3): 24/70 kB | 49/281 kB | 4.1/166 kB Progress (4): 24/70 kB | 49/281 kB | 4.1/166 kB | 4.1/6.0 kB Progress (4): 24/70 kB | 53/281 kB | 4.1/166 kB | 4.1/6.0 kB Progress (4): 28/70 kB | 53/281 kB | 4.1/166 kB | 4.1/6.0 kB Progress (4): 28/70 kB | 57/281 kB | 4.1/166 kB | 4.1/6.0 kB Progress (4): 28/70 kB | 57/281 kB | 4.1/166 kB | 6.0 kB Progress (5): 28/70 kB | 57/281 kB | 4.1/166 kB | 6.0 kB | 0/2.7 MB Progress (5): 28/70 kB | 57/281 kB | 7.7/166 kB | 6.0 kB | 0/2.7 MB Progress (5): 28/70 kB | 57/281 kB | 7.7/166 kB | 6.0 kB | 0/2.7 MB Progress (5): 28/70 kB | 57/281 kB | 7.7/166 kB | 6.0 kB | 0/2.7 MB Progress (5): 28/70 kB | 61/281 kB | 7.7/166 kB | 6.0 kB | 0/2.7 MB Progress (5): 28/70 kB | 65/281 kB | 7.7/166 kB | 6.0 kB | 0/2.7 MB Progress (5): 32/70 kB | 65/281 kB | 7.7/166 kB | 6.0 kB | 0/2.7 MB Progress (5): 32/70 kB | 65/281 kB | 7.7/166 kB | 6.0 kB | 0/2.7 MB Progress (5): 32/70 kB | 65/281 kB | 12/166 kB | 6.0 kB | 0/2.7 MB Progress (5): 36/70 kB | 65/281 kB | 12/166 kB | 6.0 kB | 0/2.7 MB Progress (5): 40/70 kB | 65/281 kB | 12/166 kB | 6.0 kB | 0/2.7 MB Progress (5): 40/70 kB | 65/281 kB | 12/166 kB | 6.0 kB | 0/2.7 MB Progress (5): 40/70 kB | 65/281 kB | 12/166 kB | 6.0 kB | 0/2.7 MB Progress (5): 40/70 kB | 65/281 kB | 12/166 kB | 6.0 kB | 0/2.7 MB Progress (5): 40/70 kB | 69/281 kB | 12/166 kB | 6.0 kB | 0/2.7 MB Progress (5): 40/70 kB | 69/281 kB | 12/166 kB | 6.0 kB | 0/2.7 MB Progress (5): 45/70 kB | 69/281 kB | 12/166 kB | 6.0 kB | 0/2.7 MB Progress (5): 45/70 kB | 69/281 kB | 16/166 kB | 6.0 kB | 0/2.7 MB Progress (5): 49/70 kB | 69/281 kB | 16/166 kB | 6.0 kB | 0/2.7 MB Progress (5): 49/70 kB | 73/281 kB | 16/166 kB | 6.0 kB | 0/2.7 MB Progress (5): 49/70 kB | 77/281 kB | 16/166 kB | 6.0 kB | 0/2.7 MB Progress (5): 49/70 kB | 77/281 kB | 20/166 kB | 6.0 kB | 0/2.7 MB Progress (5): 49/70 kB | 77/281 kB | 24/166 kB | 6.0 kB | 0/2.7 MB Progress (5): 49/70 kB | 77/281 kB | 28/166 kB | 6.0 kB | 0/2.7 MB Progress (5): 49/70 kB | 77/281 kB | 32/166 kB | 6.0 kB | 0/2.7 MB Progress (5): 49/70 kB | 77/281 kB | 32/166 kB | 6.0 kB | 0/2.7 MB Progress (5): 49/70 kB | 77/281 kB | 32/166 kB | 6.0 kB | 0/2.7 MB Progress (5): 49/70 kB | 77/281 kB | 32/166 kB | 6.0 kB | 0/2.7 MB Progress (5): 53/70 kB | 77/281 kB | 32/166 kB | 6.0 kB | 0/2.7 MB Progress (5): 53/70 kB | 81/281 kB | 32/166 kB | 6.0 kB | 0/2.7 MB Progress (5): 57/70 kB | 81/281 kB | 32/166 kB | 6.0 kB | 0/2.7 MB Progress (5): 61/70 kB | 81/281 kB | 32/166 kB | 6.0 kB | 0/2.7 MB Progress (5): 65/70 kB | 81/281 kB | 32/166 kB | 6.0 kB | 0/2.7 MB Progress (5): 65/70 kB | 85/281 kB | 32/166 kB | 6.0 kB | 0/2.7 MB Progress (5): 65/70 kB | 85/281 kB | 32/166 kB | 6.0 kB | 0/2.7 MB Progress (5): 65/70 kB | 85/281 kB | 36/166 kB | 6.0 kB | 0/2.7 MB Progress (5): 65/70 kB | 90/281 kB | 36/166 kB | 6.0 kB | 0/2.7 MB Progress (5): 69/70 kB | 90/281 kB | 36/166 kB | 6.0 kB | 0/2.7 MB Progress (5): 69/70 kB | 90/281 kB | 36/166 kB | 6.0 kB | 0.1/2.7 MB Progress (5): 69/70 kB | 94/281 kB | 36/166 kB | 6.0 kB | 0.1/2.7 MB Progress (5): 69/70 kB | 98/281 kB | 36/166 kB | 6.0 kB | 0.1/2.7 MB Progress (5): 69/70 kB | 98/281 kB | 40/166 kB | 6.0 kB | 0.1/2.7 MB Progress (5): 69/70 kB | 98/281 kB | 40/166 kB | 6.0 kB | 0.1/2.7 MB Progress (5): 69/70 kB | 98/281 kB | 40/166 kB | 6.0 kB | 0.1/2.7 MB Progress (5): 69/70 kB | 98/281 kB | 40/166 kB | 6.0 kB | 0.1/2.7 MB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/extras/tycho-sourceref-jgit/1.3.0/tycho-sourceref-jgit-1.3.0.jar (6.0 kB at 76 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-api/1.7.2/slf4j-api-1.7.2.jar Progress (4): 70 kB | 98/281 kB | 40/166 kB | 0.1/2.7 MB Progress (4): 70 kB | 98/281 kB | 40/166 kB | 0.1/2.7 MB Progress (4): 70 kB | 102/281 kB | 40/166 kB | 0.1/2.7 MB Progress (4): 70 kB | 102/281 kB | 45/166 kB | 0.1/2.7 MB Progress (4): 70 kB | 102/281 kB | 49/166 kB | 0.1/2.7 MB Progress (4): 70 kB | 106/281 kB | 49/166 kB | 0.1/2.7 MB Progress (4): 70 kB | 110/281 kB | 49/166 kB | 0.1/2.7 MB Progress (4): 70 kB | 110/281 kB | 49/166 kB | 0.1/2.7 MB Progress (4): 70 kB | 110/281 kB | 53/166 kB | 0.1/2.7 MB Progress (4): 70 kB | 114/281 kB | 53/166 kB | 0.1/2.7 MB Progress (4): 70 kB | 114/281 kB | 57/166 kB | 0.1/2.7 MB Progress (4): 70 kB | 114/281 kB | 57/166 kB | 0.1/2.7 MB Progress (4): 70 kB | 114/281 kB | 57/166 kB | 0.1/2.7 MB Progress (4): 70 kB | 114/281 kB | 61/166 kB | 0.1/2.7 MB Progress (4): 70 kB | 118/281 kB | 61/166 kB | 0.1/2.7 MB Progress (4): 70 kB | 122/281 kB | 61/166 kB | 0.1/2.7 MB Progress (4): 70 kB | 126/281 kB | 61/166 kB | 0.1/2.7 MB Progress (4): 70 kB | 126/281 kB | 61/166 kB | 0.1/2.7 MB Progress (4): 70 kB | 126/281 kB | 65/166 kB | 0.1/2.7 MB Progress (4): 70 kB | 126/281 kB | 65/166 kB | 0.1/2.7 MB Progress (4): 70 kB | 131/281 kB | 65/166 kB | 0.1/2.7 MB Progress (4): 70 kB | 131/281 kB | 65/166 kB | 0.1/2.7 MB Progress (4): 70 kB | 131/281 kB | 65/166 kB | 0.1/2.7 MB Progress (4): 70 kB | 131/281 kB | 69/166 kB | 0.1/2.7 MB Progress (4): 70 kB | 131/281 kB | 73/166 kB | 0.1/2.7 MB Progress (4): 70 kB | 135/281 kB | 73/166 kB | 0.1/2.7 MB Progress (4): 70 kB | 135/281 kB | 77/166 kB | 0.1/2.7 MB Progress (4): 70 kB | 135/281 kB | 77/166 kB | 0.1/2.7 MB Progress (4): 70 kB | 139/281 kB | 77/166 kB | 0.1/2.7 MB Progress (4): 70 kB | 139/281 kB | 77/166 kB | 0.1/2.7 MB Progress (4): 70 kB | 139/281 kB | 81/166 kB | 0.1/2.7 MB Progress (4): 70 kB | 139/281 kB | 81/166 kB | 0.1/2.7 MB Progress (4): 70 kB | 143/281 kB | 81/166 kB | 0.1/2.7 MB Progress (4): 70 kB | 147/281 kB | 81/166 kB | 0.1/2.7 MB Progress (4): 70 kB | 147/281 kB | 81/166 kB | 0.1/2.7 MB Progress (4): 70 kB | 147/281 kB | 85/166 kB | 0.1/2.7 MB Progress (5): 70 kB | 147/281 kB | 85/166 kB | 0.1/2.7 MB | 4.1/26 kB Progress (5): 70 kB | 147/281 kB | 90/166 kB | 0.1/2.7 MB | 4.1/26 kB Progress (5): 70 kB | 147/281 kB | 90/166 kB | 0.1/2.7 MB | 7.7/26 kB Progress (5): 70 kB | 147/281 kB | 90/166 kB | 0.1/2.7 MB | 12/26 kB Progress (5): 70 kB | 151/281 kB | 90/166 kB | 0.1/2.7 MB | 12/26 kB Progress (5): 70 kB | 151/281 kB | 90/166 kB | 0.1/2.7 MB | 16/26 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/jcraft/jzlib/1.1.1/jzlib-1.1.1.jar (70 kB at 740 kB/s) Progress (4): 151/281 kB | 94/166 kB | 0.1/2.7 MB | 16/26 kB Progress (4): 151/281 kB | 94/166 kB | 0.1/2.7 MB | 16/26 kB Progress (4): 151/281 kB | 94/166 kB | 0.1/2.7 MB | 16/26 kB Progress (4): 151/281 kB | 94/166 kB | 0.1/2.7 MB | 16/26 kB Progress (4): 151/281 kB | 98/166 kB | 0.1/2.7 MB | 16/26 kB Progress (4): 151/281 kB | 98/166 kB | 0.1/2.7 MB | 20/26 kB Progress (4): 155/281 kB | 98/166 kB | 0.1/2.7 MB | 20/26 kB Progress (4): 155/281 kB | 98/166 kB | 0.1/2.7 MB | 24/26 kB Progress (4): 155/281 kB | 98/166 kB | 0.1/2.7 MB | 24/26 kB Progress (4): 155/281 kB | 98/166 kB | 0.1/2.7 MB | 26 kB Progress (4): 159/281 kB | 98/166 kB | 0.1/2.7 MB | 26 kB Progress (4): 159/281 kB | 102/166 kB | 0.1/2.7 MB | 26 kB Progress (4): 159/281 kB | 102/166 kB | 0.1/2.7 MB | 26 kB Progress (4): 163/281 kB | 102/166 kB | 0.1/2.7 MB | 26 kB Progress (4): 163/281 kB | 102/166 kB | 0.1/2.7 MB | 26 kB Progress (4): 163/281 kB | 106/166 kB | 0.1/2.7 MB | 26 kB Progress (4): 163/281 kB | 106/166 kB | 0.1/2.7 MB | 26 kB Progress (4): 163/281 kB | 106/166 kB | 0.1/2.7 MB | 26 kB Progress (4): 163/281 kB | 110/166 kB | 0.1/2.7 MB | 26 kB Progress (4): 163/281 kB | 114/166 kB | 0.1/2.7 MB | 26 kB Progress (4): 167/281 kB | 114/166 kB | 0.1/2.7 MB | 26 kB Progress (4): 171/281 kB | 114/166 kB | 0.1/2.7 MB | 26 kB Progress (4): 171/281 kB | 114/166 kB | 0.2/2.7 MB | 26 kB Progress (4): 176/281 kB | 114/166 kB | 0.2/2.7 MB | 26 kB Progress (4): 176/281 kB | 118/166 kB | 0.2/2.7 MB | 26 kB Progress (4): 176/281 kB | 118/166 kB | 0.2/2.7 MB | 26 kB Progress (4): 176/281 kB | 122/166 kB | 0.2/2.7 MB | 26 kB Progress (4): 180/281 kB | 122/166 kB | 0.2/2.7 MB | 26 kB Progress (4): 180/281 kB | 126/166 kB | 0.2/2.7 MB | 26 kB Progress (4): 180/281 kB | 131/166 kB | 0.2/2.7 MB | 26 kB Progress (4): 180/281 kB | 131/166 kB | 0.2/2.7 MB | 26 kB Progress (4): 180/281 kB | 131/166 kB | 0.2/2.7 MB | 26 kB Progress (4): 184/281 kB | 131/166 kB | 0.2/2.7 MB | 26 kB Progress (4): 188/281 kB | 131/166 kB | 0.2/2.7 MB | 26 kB Progress (4): 192/281 kB | 131/166 kB | 0.2/2.7 MB | 26 kB Progress (4): 196/281 kB | 131/166 kB | 0.2/2.7 MB | 26 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.jar (26 kB at 163 kB/s) Progress (3): 196/281 kB | 131/166 kB | 0.2/2.7 MB Progress (3): 200/281 kB | 131/166 kB | 0.2/2.7 MB Progress (3): 200/281 kB | 135/166 kB | 0.2/2.7 MB Progress (3): 200/281 kB | 139/166 kB | 0.2/2.7 MB Progress (3): 200/281 kB | 143/166 kB | 0.2/2.7 MB Progress (3): 204/281 kB | 143/166 kB | 0.2/2.7 MB Progress (3): 208/281 kB | 143/166 kB | 0.2/2.7 MB Progress (3): 212/281 kB | 143/166 kB | 0.2/2.7 MB Progress (3): 212/281 kB | 143/166 kB | 0.2/2.7 MB Progress (3): 212/281 kB | 147/166 kB | 0.2/2.7 MB Progress (3): 212/281 kB | 147/166 kB | 0.2/2.7 MB Progress (3): 212/281 kB | 147/166 kB | 0.2/2.7 MB Progress (3): 217/281 kB | 147/166 kB | 0.2/2.7 MB Progress (3): 221/281 kB | 147/166 kB | 0.2/2.7 MB Progress (3): 225/281 kB | 147/166 kB | 0.2/2.7 MB Progress (3): 225/281 kB | 151/166 kB | 0.2/2.7 MB Progress (3): 229/281 kB | 151/166 kB | 0.2/2.7 MB Progress (3): 229/281 kB | 151/166 kB | 0.2/2.7 MB Progress (3): 229/281 kB | 155/166 kB | 0.2/2.7 MB Progress (3): 229/281 kB | 155/166 kB | 0.2/2.7 MB Progress (3): 229/281 kB | 159/166 kB | 0.2/2.7 MB Progress (3): 233/281 kB | 159/166 kB | 0.2/2.7 MB Progress (3): 237/281 kB | 159/166 kB | 0.2/2.7 MB Progress (3): 237/281 kB | 159/166 kB | 0.2/2.7 MB Progress (3): 241/281 kB | 159/166 kB | 0.2/2.7 MB Progress (3): 241/281 kB | 163/166 kB | 0.2/2.7 MB Progress (3): 245/281 kB | 163/166 kB | 0.2/2.7 MB Progress (3): 245/281 kB | 166 kB | 0.2/2.7 MB Progress (3): 245/281 kB | 166 kB | 0.2/2.7 MB Progress (3): 249/281 kB | 166 kB | 0.2/2.7 MB Progress (3): 253/281 kB | 166 kB | 0.2/2.7 MB Progress (3): 258/281 kB | 166 kB | 0.2/2.7 MB Progress (3): 258/281 kB | 166 kB | 0.2/2.7 MB Progress (3): 258/281 kB | 166 kB | 0.2/2.7 MB Progress (3): 258/281 kB | 166 kB | 0.2/2.7 MB Progress (3): 262/281 kB | 166 kB | 0.2/2.7 MB Progress (3): 262/281 kB | 166 kB | 0.2/2.7 MB Progress (3): 266/281 kB | 166 kB | 0.2/2.7 MB Progress (3): 266/281 kB | 166 kB | 0.2/2.7 MB Progress (3): 270/281 kB | 166 kB | 0.2/2.7 MB Progress (3): 274/281 kB | 166 kB | 0.2/2.7 MB Progress (3): 274/281 kB | 166 kB | 0.2/2.7 MB Progress (3): 278/281 kB | 166 kB | 0.2/2.7 MB Progress (3): 278/281 kB | 166 kB | 0.2/2.7 MB Progress (3): 278/281 kB | 166 kB | 0.2/2.7 MB Progress (3): 281 kB | 166 kB | 0.2/2.7 MB Progress (3): 281 kB | 166 kB | 0.2/2.7 MB Progress (3): 281 kB | 166 kB | 0.2/2.7 MB Progress (3): 281 kB | 166 kB | 0.2/2.7 MB Progress (3): 281 kB | 166 kB | 0.2/2.7 MB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/jcraft/jsch/0.1.54/jsch-0.1.54.jar (281 kB at 1.6 MB/s) Progress (2): 166 kB | 0.2/2.7 MB Progress (2): 166 kB | 0.3/2.7 MB Progress (2): 166 kB | 0.3/2.7 MB Progress (2): 166 kB | 0.3/2.7 MB Progress (2): 166 kB | 0.3/2.7 MB Progress (2): 166 kB | 0.3/2.7 MB Progress (2): 166 kB | 0.3/2.7 MB Progress (2): 166 kB | 0.3/2.7 MB Progress (2): 166 kB | 0.3/2.7 MB Progress (2): 166 kB | 0.3/2.7 MB Progress (2): 166 kB | 0.3/2.7 MB Progress (2): 166 kB | 0.3/2.7 MB Progress (2): 166 kB | 0.3/2.7 MB Progress (2): 166 kB | 0.3/2.7 MB Progress (2): 166 kB | 0.3/2.7 MB Progress (2): 166 kB | 0.3/2.7 MB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/googlecode/javaewah/JavaEWAH/1.1.6/JavaEWAH-1.1.6.jar (166 kB at 897 kB/s) 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.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.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.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.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.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.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.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.5/2.7 MB Progress (1): 0.6/2.7 MB Progress (1): 0.6/2.7 MB Progress (1): 0.6/2.7 MB Progress (1): 0.6/2.7 MB Progress (1): 0.6/2.7 MB Progress (1): 0.6/2.7 MB Progress (1): 0.6/2.7 MB Progress (1): 0.6/2.7 MB Progress (1): 0.6/2.7 MB Progress (1): 0.6/2.7 MB Progress (1): 0.6/2.7 MB Progress (1): 0.6/2.7 MB Progress (1): 0.6/2.7 MB Progress (1): 0.6/2.7 MB Progress (1): 0.6/2.7 MB Progress (1): 0.6/2.7 MB Progress (1): 0.6/2.7 MB Progress (1): 0.6/2.7 MB Progress (1): 0.6/2.7 MB Progress (1): 0.6/2.7 MB Progress (1): 0.6/2.7 MB Progress (1): 0.6/2.7 MB Progress (1): 0.6/2.7 MB Progress (1): 0.6/2.7 MB Progress (1): 0.7/2.7 MB Progress (1): 0.7/2.7 MB Progress (1): 0.7/2.7 MB Progress (1): 0.7/2.7 MB Progress (1): 0.7/2.7 MB Progress (1): 0.7/2.7 MB Progress (1): 0.7/2.7 MB Progress (1): 0.7/2.7 MB Progress (1): 0.7/2.7 MB Progress (1): 0.7/2.7 MB Progress (1): 0.7/2.7 MB Progress (1): 0.7/2.7 MB Progress (1): 0.7/2.7 MB Progress (1): 0.7/2.7 MB Progress (1): 0.7/2.7 MB Progress (1): 0.7/2.7 MB Progress (1): 0.7/2.7 MB Progress (1): 0.7/2.7 MB Progress (1): 0.7/2.7 MB Progress (1): 0.7/2.7 MB Progress (1): 0.7/2.7 MB Progress (1): 0.7/2.7 MB Progress (1): 0.7/2.7 MB Progress (1): 0.7/2.7 MB Progress (1): 0.7/2.7 MB Progress (1): 0.8/2.7 MB Progress (1): 0.8/2.7 MB Progress (1): 0.8/2.7 MB Progress (1): 0.8/2.7 MB Progress (1): 0.8/2.7 MB Progress (1): 0.8/2.7 MB Progress (1): 0.8/2.7 MB Progress (1): 0.8/2.7 MB Progress (1): 0.8/2.7 MB Progress (1): 0.8/2.7 MB Progress (1): 0.8/2.7 MB Progress (1): 0.8/2.7 MB Progress (1): 0.8/2.7 MB Progress (1): 0.8/2.7 MB Progress (1): 0.8/2.7 MB Progress (1): 0.8/2.7 MB Progress (1): 0.8/2.7 MB Progress (1): 0.8/2.7 MB Progress (1): 0.8/2.7 MB Progress (1): 0.8/2.7 MB Progress (1): 0.8/2.7 MB Progress (1): 0.8/2.7 MB Progress (1): 0.8/2.7 MB Progress (1): 0.8/2.7 MB Progress (1): 0.9/2.7 MB Progress (1): 0.9/2.7 MB Progress (1): 0.9/2.7 MB Progress (1): 0.9/2.7 MB Progress (1): 0.9/2.7 MB Progress (1): 0.9/2.7 MB Progress (1): 0.9/2.7 MB Progress (1): 0.9/2.7 MB Progress (1): 0.9/2.7 MB Progress (1): 0.9/2.7 MB Progress (1): 0.9/2.7 MB Progress (1): 0.9/2.7 MB Progress (1): 0.9/2.7 MB Progress (1): 0.9/2.7 MB Progress (1): 0.9/2.7 MB Progress (1): 0.9/2.7 MB Progress (1): 0.9/2.7 MB Progress (1): 0.9/2.7 MB Progress (1): 0.9/2.7 MB Progress (1): 0.9/2.7 MB Progress (1): 0.9/2.7 MB Progress (1): 0.9/2.7 MB Progress (1): 0.9/2.7 MB Progress (1): 0.9/2.7 MB Progress (1): 0.9/2.7 MB Progress (1): 1.0/2.7 MB Progress (1): 1.0/2.7 MB Progress (1): 1.0/2.7 MB Progress (1): 1.0/2.7 MB Progress (1): 1.0/2.7 MB Progress (1): 1.0/2.7 MB Progress (1): 1.0/2.7 MB Progress (1): 1.0/2.7 MB Progress (1): 1.0/2.7 MB Progress (1): 1.0/2.7 MB Progress (1): 1.0/2.7 MB Progress (1): 1.0/2.7 MB Progress (1): 1.0/2.7 MB Progress (1): 1.0/2.7 MB Progress (1): 1.0/2.7 MB Progress (1): 1.0/2.7 MB Progress (1): 1.0/2.7 MB Progress (1): 1.0/2.7 MB Progress (1): 1.0/2.7 MB Progress (1): 1.0/2.7 MB Progress (1): 1.0/2.7 MB Progress (1): 1.0/2.7 MB Progress (1): 1.0/2.7 MB Progress (1): 1.0/2.7 MB Progress (1): 1.1/2.7 MB Progress (1): 1.1/2.7 MB Progress (1): 1.1/2.7 MB Progress (1): 1.1/2.7 MB Progress (1): 1.1/2.7 MB Progress (1): 1.1/2.7 MB Progress (1): 1.1/2.7 MB Progress (1): 1.1/2.7 MB Progress (1): 1.1/2.7 MB Progress (1): 1.1/2.7 MB Progress (1): 1.1/2.7 MB Progress (1): 1.1/2.7 MB Progress (1): 1.1/2.7 MB Progress (1): 1.1/2.7 MB Progress (1): 1.1/2.7 MB Progress (1): 1.1/2.7 MB Progress (1): 1.1/2.7 MB Progress (1): 1.1/2.7 MB Progress (1): 1.1/2.7 MB Progress (1): 1.1/2.7 MB Progress (1): 1.1/2.7 MB Progress (1): 1.1/2.7 MB Progress (1): 1.1/2.7 MB Progress (1): 1.1/2.7 MB Progress (1): 1.2/2.7 MB Progress (1): 1.2/2.7 MB Progress (1): 1.2/2.7 MB Progress (1): 1.2/2.7 MB Progress (1): 1.2/2.7 MB Progress (1): 1.2/2.7 MB Progress (1): 1.2/2.7 MB Progress (1): 1.2/2.7 MB Progress (1): 1.2/2.7 MB Progress (1): 1.2/2.7 MB Progress (1): 1.2/2.7 MB Progress (1): 1.2/2.7 MB Progress (1): 1.2/2.7 MB Progress (1): 1.2/2.7 MB Progress (1): 1.2/2.7 MB Progress (1): 1.2/2.7 MB Progress (1): 1.2/2.7 MB Progress (1): 1.2/2.7 MB Progress (1): 1.2/2.7 MB Progress (1): 1.2/2.7 MB Progress (1): 1.2/2.7 MB Progress (1): 1.2/2.7 MB Progress (1): 1.2/2.7 MB Progress (1): 1.2/2.7 MB Progress (1): 1.2/2.7 MB Progress (1): 1.3/2.7 MB Progress (1): 1.3/2.7 MB Progress (1): 1.3/2.7 MB Progress (1): 1.3/2.7 MB Progress (1): 1.3/2.7 MB Progress (1): 1.3/2.7 MB Progress (1): 1.3/2.7 MB Progress (1): 1.3/2.7 MB Progress (1): 1.3/2.7 MB Progress (1): 1.3/2.7 MB Progress (1): 1.3/2.7 MB Progress (1): 1.3/2.7 MB Progress (1): 1.3/2.7 MB Progress (1): 1.3/2.7 MB Progress (1): 1.3/2.7 MB Progress (1): 1.3/2.7 MB Progress (1): 1.3/2.7 MB Progress (1): 1.3/2.7 MB Progress (1): 1.3/2.7 MB Progress (1): 1.3/2.7 MB Progress (1): 1.3/2.7 MB Progress (1): 1.3/2.7 MB Progress (1): 1.3/2.7 MB Progress (1): 1.3/2.7 MB Progress (1): 1.4/2.7 MB Progress (1): 1.4/2.7 MB Progress (1): 1.4/2.7 MB Progress (1): 1.4/2.7 MB Progress (1): 1.4/2.7 MB Progress (1): 1.4/2.7 MB Progress (1): 1.4/2.7 MB Progress (1): 1.4/2.7 MB Progress (1): 1.4/2.7 MB Progress (1): 1.4/2.7 MB Progress (1): 1.4/2.7 MB Progress (1): 1.4/2.7 MB Progress (1): 1.4/2.7 MB Progress (1): 1.4/2.7 MB Progress (1): 1.4/2.7 MB Progress (1): 1.4/2.7 MB Progress (1): 1.4/2.7 MB Progress (1): 1.4/2.7 MB Progress (1): 1.4/2.7 MB Progress (1): 1.4/2.7 MB Progress (1): 1.4/2.7 MB Progress (1): 1.4/2.7 MB Progress (1): 1.4/2.7 MB Progress (1): 1.4/2.7 MB Progress (1): 1.4/2.7 MB Progress (1): 1.5/2.7 MB Progress (1): 1.5/2.7 MB Progress (1): 1.5/2.7 MB Progress (1): 1.5/2.7 MB Progress (1): 1.5/2.7 MB Progress (1): 1.5/2.7 MB Progress (1): 1.5/2.7 MB Progress (1): 1.5/2.7 MB Progress (1): 1.5/2.7 MB Progress (1): 1.5/2.7 MB Progress (1): 1.5/2.7 MB Progress (1): 1.5/2.7 MB Progress (1): 1.5/2.7 MB Progress (1): 1.5/2.7 MB Progress (1): 1.5/2.7 MB Progress (1): 1.5/2.7 MB Progress (1): 1.5/2.7 MB Progress (1): 1.5/2.7 MB Progress (1): 1.5/2.7 MB Progress (1): 1.5/2.7 MB Progress (1): 1.5/2.7 MB Progress (1): 1.5/2.7 MB Progress (1): 1.5/2.7 MB Progress (1): 1.5/2.7 MB Progress (1): 1.6/2.7 MB Progress (1): 1.6/2.7 MB Progress (1): 1.6/2.7 MB Progress (1): 1.6/2.7 MB Progress (1): 1.6/2.7 MB Progress (1): 1.6/2.7 MB Progress (1): 1.6/2.7 MB Progress (1): 1.6/2.7 MB Progress (1): 1.6/2.7 MB Progress (1): 1.6/2.7 MB Progress (1): 1.6/2.7 MB Progress (1): 1.6/2.7 MB Progress (1): 1.6/2.7 MB Progress (1): 1.6/2.7 MB Progress (1): 1.6/2.7 MB Progress (1): 1.6/2.7 MB Progress (1): 1.6/2.7 MB Progress (1): 1.6/2.7 MB Progress (1): 1.6/2.7 MB Progress (1): 1.6/2.7 MB Progress (1): 1.6/2.7 MB Progress (1): 1.6/2.7 MB Progress (1): 1.6/2.7 MB Progress (1): 1.6/2.7 MB Progress (1): 1.7/2.7 MB Progress (1): 1.7/2.7 MB Progress (1): 1.7/2.7 MB Progress (1): 1.7/2.7 MB Progress (1): 1.7/2.7 MB Progress (1): 1.7/2.7 MB Progress (1): 1.7/2.7 MB Progress (1): 1.7/2.7 MB Progress (1): 1.7/2.7 MB Progress (1): 1.7/2.7 MB Progress (1): 1.7/2.7 MB Progress (1): 1.7/2.7 MB Progress (1): 1.7/2.7 MB Progress (1): 1.7/2.7 MB Progress (1): 1.7/2.7 MB Progress (1): 1.7/2.7 MB Progress (1): 1.7/2.7 MB Progress (1): 1.7/2.7 MB Progress (1): 1.7/2.7 MB Progress (1): 1.7/2.7 MB Progress (1): 1.7/2.7 MB Progress (1): 1.7/2.7 MB Progress (1): 1.7/2.7 MB Progress (1): 1.7/2.7 MB Progress (1): 1.7/2.7 MB Progress (1): 1.8/2.7 MB Progress (1): 1.8/2.7 MB Progress (1): 1.8/2.7 MB Progress (1): 1.8/2.7 MB Progress (1): 1.8/2.7 MB Progress (1): 1.8/2.7 MB Progress (1): 1.8/2.7 MB Progress (1): 1.8/2.7 MB Progress (1): 1.8/2.7 MB Progress (1): 1.8/2.7 MB Progress (1): 1.8/2.7 MB Progress (1): 1.8/2.7 MB Progress (1): 1.8/2.7 MB Progress (1): 1.8/2.7 MB Progress (1): 1.8/2.7 MB Progress (1): 1.8/2.7 MB Progress (1): 1.8/2.7 MB Progress (1): 1.8/2.7 MB Progress (1): 1.8/2.7 MB Progress (1): 1.8/2.7 MB Progress (1): 1.8/2.7 MB Progress (1): 1.8/2.7 MB Progress (1): 1.8/2.7 MB Progress (1): 1.8/2.7 MB Progress (1): 1.9/2.7 MB Progress (1): 1.9/2.7 MB Progress (1): 1.9/2.7 MB Progress (1): 1.9/2.7 MB Progress (1): 1.9/2.7 MB Progress (1): 1.9/2.7 MB Progress (1): 1.9/2.7 MB Progress (1): 1.9/2.7 MB Progress (1): 1.9/2.7 MB Progress (1): 1.9/2.7 MB Progress (1): 1.9/2.7 MB Progress (1): 1.9/2.7 MB Progress (1): 1.9/2.7 MB Progress (1): 1.9/2.7 MB Progress (1): 1.9/2.7 MB Progress (1): 1.9/2.7 MB Progress (1): 1.9/2.7 MB Progress (1): 1.9/2.7 MB Progress (1): 1.9/2.7 MB Progress (1): 1.9/2.7 MB Progress (1): 1.9/2.7 MB Progress (1): 1.9/2.7 MB Progress (1): 1.9/2.7 MB Progress (1): 1.9/2.7 MB Progress (1): 1.9/2.7 MB Progress (1): 2.0/2.7 MB Progress (1): 2.0/2.7 MB Progress (1): 2.0/2.7 MB Progress (1): 2.0/2.7 MB Progress (1): 2.0/2.7 MB Progress (1): 2.0/2.7 MB Progress (1): 2.0/2.7 MB Progress (1): 2.0/2.7 MB Progress (1): 2.0/2.7 MB Progress (1): 2.0/2.7 MB Progress (1): 2.0/2.7 MB Progress (1): 2.0/2.7 MB Progress (1): 2.0/2.7 MB Progress (1): 2.0/2.7 MB Progress (1): 2.0/2.7 MB Progress (1): 2.0/2.7 MB Progress (1): 2.0/2.7 MB Progress (1): 2.0/2.7 MB Progress (1): 2.0/2.7 MB Progress (1): 2.0/2.7 MB Progress (1): 2.0/2.7 MB Progress (1): 2.0/2.7 MB Progress (1): 2.0/2.7 MB Progress (1): 2.0/2.7 MB Progress (1): 2.1/2.7 MB Progress (1): 2.1/2.7 MB Progress (1): 2.1/2.7 MB Progress (1): 2.1/2.7 MB Progress (1): 2.1/2.7 MB Progress (1): 2.1/2.7 MB Progress (1): 2.1/2.7 MB Progress (1): 2.1/2.7 MB Progress (1): 2.1/2.7 MB Progress (1): 2.1/2.7 MB Progress (1): 2.1/2.7 MB Progress (1): 2.1/2.7 MB Progress (1): 2.1/2.7 MB Progress (1): 2.1/2.7 MB Progress (1): 2.1/2.7 MB Progress (1): 2.1/2.7 MB Progress (1): 2.1/2.7 MB Progress (1): 2.1/2.7 MB Progress (1): 2.1/2.7 MB Progress (1): 2.1/2.7 MB Progress (1): 2.1/2.7 MB Progress (1): 2.1/2.7 MB Progress (1): 2.1/2.7 MB Progress (1): 2.1/2.7 MB Progress (1): 2.1/2.7 MB Progress (1): 2.2/2.7 MB Progress (1): 2.2/2.7 MB Progress (1): 2.2/2.7 MB Progress (1): 2.2/2.7 MB Progress (1): 2.2/2.7 MB Progress (1): 2.2/2.7 MB Progress (1): 2.2/2.7 MB Progress (1): 2.2/2.7 MB Progress (1): 2.2/2.7 MB Progress (1): 2.2/2.7 MB Progress (1): 2.2/2.7 MB Progress (1): 2.2/2.7 MB Progress (1): 2.2/2.7 MB Progress (1): 2.2/2.7 MB Progress (1): 2.2/2.7 MB Progress (1): 2.2/2.7 MB Progress (1): 2.2/2.7 MB Progress (1): 2.2/2.7 MB Progress (1): 2.2/2.7 MB Progress (1): 2.2/2.7 MB Progress (1): 2.2/2.7 MB Progress (1): 2.2/2.7 MB Progress (1): 2.2/2.7 MB Progress (1): 2.2/2.7 MB Progress (1): 2.3/2.7 MB Progress (1): 2.3/2.7 MB Progress (1): 2.3/2.7 MB Progress (1): 2.3/2.7 MB Progress (1): 2.3/2.7 MB Progress (1): 2.3/2.7 MB Progress (1): 2.3/2.7 MB Progress (1): 2.3/2.7 MB Progress (1): 2.3/2.7 MB Progress (1): 2.3/2.7 MB Progress (1): 2.3/2.7 MB Progress (1): 2.3/2.7 MB Progress (1): 2.3/2.7 MB Progress (1): 2.3/2.7 MB Progress (1): 2.3/2.7 MB Progress (1): 2.3/2.7 MB Progress (1): 2.3/2.7 MB Progress (1): 2.3/2.7 MB Progress (1): 2.3/2.7 MB Progress (1): 2.3/2.7 MB Progress (1): 2.3/2.7 MB Progress (1): 2.3/2.7 MB Progress (1): 2.3/2.7 MB Progress (1): 2.3/2.7 MB Progress (1): 2.4/2.7 MB Progress (1): 2.4/2.7 MB Progress (1): 2.4/2.7 MB Progress (1): 2.4/2.7 MB Progress (1): 2.4/2.7 MB Progress (1): 2.4/2.7 MB Progress (1): 2.4/2.7 MB Progress (1): 2.4/2.7 MB Progress (1): 2.4/2.7 MB Progress (1): 2.4/2.7 MB Progress (1): 2.4/2.7 MB Progress (1): 2.4/2.7 MB Progress (1): 2.4/2.7 MB Progress (1): 2.4/2.7 MB Progress (1): 2.4/2.7 MB Progress (1): 2.4/2.7 MB Progress (1): 2.4/2.7 MB Progress (1): 2.4/2.7 MB Progress (1): 2.4/2.7 MB Progress (1): 2.4/2.7 MB Progress (1): 2.4/2.7 MB Progress (1): 2.4/2.7 MB Progress (1): 2.4/2.7 MB Progress (1): 2.4/2.7 MB Progress (1): 2.4/2.7 MB Progress (1): 2.5/2.7 MB Progress (1): 2.5/2.7 MB Progress (1): 2.5/2.7 MB Progress (1): 2.5/2.7 MB Progress (1): 2.5/2.7 MB Progress (1): 2.5/2.7 MB Progress (1): 2.5/2.7 MB Progress (1): 2.5/2.7 MB Progress (1): 2.5/2.7 MB Progress (1): 2.5/2.7 MB Progress (1): 2.5/2.7 MB Progress (1): 2.5/2.7 MB Progress (1): 2.5/2.7 MB Progress (1): 2.5/2.7 MB Progress (1): 2.5/2.7 MB Progress (1): 2.5/2.7 MB Progress (1): 2.5/2.7 MB Progress (1): 2.5/2.7 MB Progress (1): 2.5/2.7 MB Progress (1): 2.5/2.7 MB Progress (1): 2.5/2.7 MB Progress (1): 2.5/2.7 MB Progress (1): 2.5/2.7 MB Progress (1): 2.5/2.7 MB Progress (1): 2.6/2.7 MB Progress (1): 2.6/2.7 MB Progress (1): 2.6/2.7 MB Progress (1): 2.6/2.7 MB Progress (1): 2.6/2.7 MB Progress (1): 2.6/2.7 MB Progress (1): 2.6/2.7 MB Progress (1): 2.6/2.7 MB Progress (1): 2.6/2.7 MB Progress (1): 2.6/2.7 MB Progress (1): 2.6/2.7 MB Progress (1): 2.6/2.7 MB Progress (1): 2.6/2.7 MB Progress (1): 2.6/2.7 MB Progress (1): 2.6/2.7 MB Progress (1): 2.6/2.7 MB Progress (1): 2.6/2.7 MB Progress (1): 2.6/2.7 MB Progress (1): 2.6/2.7 MB Progress (1): 2.6/2.7 MB Progress (1): 2.6/2.7 MB Progress (1): 2.6/2.7 MB Progress (1): 2.6/2.7 MB Progress (1): 2.6/2.7 MB Progress (1): 2.6/2.7 MB Progress (1): 2.7/2.7 MB Progress (1): 2.7/2.7 MB Progress (1): 2.7/2.7 MB Progress (1): 2.7/2.7 MB Progress (1): 2.7/2.7 MB Progress (1): 2.7/2.7 MB Progress (1): 2.7/2.7 MB Progress (1): 2.7/2.7 MB Progress (1): 2.7 MB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jgit/org.eclipse.jgit/5.1.3.201810200350-r/org.eclipse.jgit-5.1.3.201810200350-r.jar (2.7 MB at 5.1 MB/s) [INFO] [INFO] --- tycho-source-feature-plugin:1.3.0:source-feature (source-feature) @ 2019-09 --- [INFO] [INFO] --- tycho-pack200a-plugin:1.3.0:normalize (pack200-normalize) @ 2019-09 --- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.3:sign (sign) @ 2019-09 --- [INFO] Skip jar signing [INFO] [INFO] --- tycho-pack200b-plugin:1.3.0:pack (pack200-pack) @ 2019-09 --- [INFO] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (p2-metadata) @ 2019-09 --- [INFO] [INFO] ------------< org.eclipse.swtbot.target-platforms:2019-06 >------------- [INFO] Building 2019-06 2.9.0-SNAPSHOT [4/58] [INFO] ---------------------[ eclipse-target-definition ]---------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ 2019-06 --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.4.201502262128:prepare-agent (default) @ 2019-06 --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/swtbot-sonar/.repository/org/jacoco/org.jacoco.agent/0.7.4.201502262128/org.jacoco.agent-0.7.4.201502262128-runtime.jar=destfile=/home/jenkins/agent/workspace/swtbot-sonar/devtools/target-platforms/target/jacoco.exec,append=true,includes=org.eclipse.swtbot.* [INFO] [INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ 2019-06 --- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:package-target-definition (default-package-target-definition) @ 2019-06 --- [INFO] [INFO] --- tycho-source-feature-plugin:1.3.0:source-feature (source-feature) @ 2019-06 --- [INFO] [INFO] --- tycho-pack200a-plugin:1.3.0:normalize (pack200-normalize) @ 2019-06 --- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.3:sign (sign) @ 2019-06 --- [INFO] Skip jar signing [INFO] [INFO] --- tycho-pack200b-plugin:1.3.0:pack (pack200-pack) @ 2019-06 --- [INFO] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (p2-metadata) @ 2019-06 --- [INFO] [INFO] ------------< org.eclipse.swtbot.target-platforms:2019-03 >------------- [INFO] Building 2019-03 2.9.0-SNAPSHOT [5/58] [INFO] ---------------------[ eclipse-target-definition ]---------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ 2019-03 --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.4.201502262128:prepare-agent (default) @ 2019-03 --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/swtbot-sonar/.repository/org/jacoco/org.jacoco.agent/0.7.4.201502262128/org.jacoco.agent-0.7.4.201502262128-runtime.jar=destfile=/home/jenkins/agent/workspace/swtbot-sonar/devtools/target-platforms/target/jacoco.exec,append=true,includes=org.eclipse.swtbot.* [INFO] [INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ 2019-03 --- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:package-target-definition (default-package-target-definition) @ 2019-03 --- [INFO] [INFO] --- tycho-source-feature-plugin:1.3.0:source-feature (source-feature) @ 2019-03 --- [INFO] [INFO] --- tycho-pack200a-plugin:1.3.0:normalize (pack200-normalize) @ 2019-03 --- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.3:sign (sign) @ 2019-03 --- [INFO] Skip jar signing [INFO] [INFO] --- tycho-pack200b-plugin:1.3.0:pack (pack200-pack) @ 2019-03 --- [INFO] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (p2-metadata) @ 2019-03 --- [INFO] [INFO] ------------< org.eclipse.swtbot.target-platforms:2018-12 >------------- [INFO] Building 2018-12 2.9.0-SNAPSHOT [6/58] [INFO] ---------------------[ eclipse-target-definition ]---------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ 2018-12 --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.4.201502262128:prepare-agent (default) @ 2018-12 --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/swtbot-sonar/.repository/org/jacoco/org.jacoco.agent/0.7.4.201502262128/org.jacoco.agent-0.7.4.201502262128-runtime.jar=destfile=/home/jenkins/agent/workspace/swtbot-sonar/devtools/target-platforms/target/jacoco.exec,append=true,includes=org.eclipse.swtbot.* [INFO] [INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ 2018-12 --- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:package-target-definition (default-package-target-definition) @ 2018-12 --- [INFO] [INFO] --- tycho-source-feature-plugin:1.3.0:source-feature (source-feature) @ 2018-12 --- [INFO] [INFO] --- tycho-pack200a-plugin:1.3.0:normalize (pack200-normalize) @ 2018-12 --- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.3:sign (sign) @ 2018-12 --- [INFO] Skip jar signing [INFO] [INFO] --- tycho-pack200b-plugin:1.3.0:pack (pack200-pack) @ 2018-12 --- [INFO] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (p2-metadata) @ 2018-12 --- [INFO] [INFO] ------------< org.eclipse.swtbot.target-platforms:2018-09 >------------- [INFO] Building 2018-09 2.9.0-SNAPSHOT [7/58] [INFO] ---------------------[ eclipse-target-definition ]---------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ 2018-09 --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.4.201502262128:prepare-agent (default) @ 2018-09 --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/swtbot-sonar/.repository/org/jacoco/org.jacoco.agent/0.7.4.201502262128/org.jacoco.agent-0.7.4.201502262128-runtime.jar=destfile=/home/jenkins/agent/workspace/swtbot-sonar/devtools/target-platforms/target/jacoco.exec,append=true,includes=org.eclipse.swtbot.* [INFO] [INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ 2018-09 --- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:package-target-definition (default-package-target-definition) @ 2018-09 --- [INFO] [INFO] --- tycho-source-feature-plugin:1.3.0:source-feature (source-feature) @ 2018-09 --- [INFO] [INFO] --- tycho-pack200a-plugin:1.3.0:normalize (pack200-normalize) @ 2018-09 --- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.3:sign (sign) @ 2018-09 --- [INFO] Skip jar signing [INFO] [INFO] --- tycho-pack200b-plugin:1.3.0:pack (pack200-pack) @ 2018-09 --- [INFO] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (p2-metadata) @ 2018-09 --- [INFO] [INFO] -------------< org.eclipse.swtbot.target-platforms:photon >------------- [INFO] Building photon 2.9.0-SNAPSHOT [8/58] [INFO] ---------------------[ eclipse-target-definition ]---------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ photon --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.4.201502262128:prepare-agent (default) @ photon --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/swtbot-sonar/.repository/org/jacoco/org.jacoco.agent/0.7.4.201502262128/org.jacoco.agent-0.7.4.201502262128-runtime.jar=destfile=/home/jenkins/agent/workspace/swtbot-sonar/devtools/target-platforms/target/jacoco.exec,append=true,includes=org.eclipse.swtbot.* [INFO] [INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ photon --- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:package-target-definition (default-package-target-definition) @ photon --- [INFO] [INFO] --- tycho-source-feature-plugin:1.3.0:source-feature (source-feature) @ photon --- [INFO] [INFO] --- tycho-pack200a-plugin:1.3.0:normalize (pack200-normalize) @ photon --- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.3:sign (sign) @ photon --- [INFO] Skip jar signing [INFO] [INFO] --- tycho-pack200b-plugin:1.3.0:pack (pack200-pack) @ photon --- [INFO] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (p2-metadata) @ photon --- [INFO] [INFO] -------------< org.eclipse.swtbot.target-platforms:oxygen >------------- [INFO] Building oxygen 2.9.0-SNAPSHOT [9/58] [INFO] ---------------------[ eclipse-target-definition ]---------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ oxygen --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.4.201502262128:prepare-agent (default) @ oxygen --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/swtbot-sonar/.repository/org/jacoco/org.jacoco.agent/0.7.4.201502262128/org.jacoco.agent-0.7.4.201502262128-runtime.jar=destfile=/home/jenkins/agent/workspace/swtbot-sonar/devtools/target-platforms/target/jacoco.exec,append=true,includes=org.eclipse.swtbot.* [INFO] [INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ oxygen --- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:package-target-definition (default-package-target-definition) @ oxygen --- [INFO] [INFO] --- tycho-source-feature-plugin:1.3.0:source-feature (source-feature) @ oxygen --- [INFO] [INFO] --- tycho-pack200a-plugin:1.3.0:normalize (pack200-normalize) @ oxygen --- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.3:sign (sign) @ oxygen --- [INFO] Skip jar signing [INFO] [INFO] --- tycho-pack200b-plugin:1.3.0:pack (pack200-pack) @ oxygen --- [INFO] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (p2-metadata) @ oxygen --- [INFO] [INFO] --------------< org.eclipse.swtbot.target-platforms:neon >-------------- [INFO] Building neon 2.9.0-SNAPSHOT [10/58] [INFO] ---------------------[ eclipse-target-definition ]---------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ neon --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.4.201502262128:prepare-agent (default) @ neon --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/swtbot-sonar/.repository/org/jacoco/org.jacoco.agent/0.7.4.201502262128/org.jacoco.agent-0.7.4.201502262128-runtime.jar=destfile=/home/jenkins/agent/workspace/swtbot-sonar/devtools/target-platforms/target/jacoco.exec,append=true,includes=org.eclipse.swtbot.* [INFO] [INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ neon --- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:package-target-definition (default-package-target-definition) @ neon --- [INFO] [INFO] --- tycho-source-feature-plugin:1.3.0:source-feature (source-feature) @ neon --- [INFO] [INFO] --- tycho-pack200a-plugin:1.3.0:normalize (pack200-normalize) @ neon --- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.3:sign (sign) @ neon --- [INFO] Skip jar signing [INFO] [INFO] --- tycho-pack200b-plugin:1.3.0:pack (pack200-pack) @ neon --- [INFO] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (p2-metadata) @ neon --- [INFO] [INFO] --------------< org.eclipse.swtbot.target-platforms:mars >-------------- [INFO] Building mars 2.9.0-SNAPSHOT [11/58] [INFO] ---------------------[ eclipse-target-definition ]---------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ mars --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.4.201502262128:prepare-agent (default) @ mars --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/swtbot-sonar/.repository/org/jacoco/org.jacoco.agent/0.7.4.201502262128/org.jacoco.agent-0.7.4.201502262128-runtime.jar=destfile=/home/jenkins/agent/workspace/swtbot-sonar/devtools/target-platforms/target/jacoco.exec,append=true,includes=org.eclipse.swtbot.* [INFO] [INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ mars --- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:package-target-definition (default-package-target-definition) @ mars --- [INFO] [INFO] --- tycho-source-feature-plugin:1.3.0:source-feature (source-feature) @ mars --- [INFO] [INFO] --- tycho-pack200a-plugin:1.3.0:normalize (pack200-normalize) @ mars --- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.3:sign (sign) @ mars --- [INFO] Skip jar signing [INFO] [INFO] --- tycho-pack200b-plugin:1.3.0:pack (pack200-pack) @ mars --- [INFO] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (p2-metadata) @ mars --- [INFO] [INFO] --------------< org.eclipse.swtbot.target-platforms:luna >-------------- [INFO] Building luna 2.9.0-SNAPSHOT [12/58] [INFO] ---------------------[ eclipse-target-definition ]---------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ luna --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.4.201502262128:prepare-agent (default) @ luna --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/swtbot-sonar/.repository/org/jacoco/org.jacoco.agent/0.7.4.201502262128/org.jacoco.agent-0.7.4.201502262128-runtime.jar=destfile=/home/jenkins/agent/workspace/swtbot-sonar/devtools/target-platforms/target/jacoco.exec,append=true,includes=org.eclipse.swtbot.* [INFO] [INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ luna --- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:package-target-definition (default-package-target-definition) @ luna --- [INFO] [INFO] --- tycho-source-feature-plugin:1.3.0:source-feature (source-feature) @ luna --- [INFO] [INFO] --- tycho-pack200a-plugin:1.3.0:normalize (pack200-normalize) @ luna --- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.3:sign (sign) @ luna --- [INFO] Skip jar signing [INFO] [INFO] --- tycho-pack200b-plugin:1.3.0:pack (pack200-pack) @ luna --- [INFO] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (p2-metadata) @ luna --- [INFO] [INFO] -------------< org.eclipse.swtbot.target-platforms:kepler >------------- [INFO] Building kepler 2.9.0-SNAPSHOT [13/58] [INFO] ---------------------[ eclipse-target-definition ]---------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ kepler --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.4.201502262128:prepare-agent (default) @ kepler --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/swtbot-sonar/.repository/org/jacoco/org.jacoco.agent/0.7.4.201502262128/org.jacoco.agent-0.7.4.201502262128-runtime.jar=destfile=/home/jenkins/agent/workspace/swtbot-sonar/devtools/target-platforms/target/jacoco.exec,append=true,includes=org.eclipse.swtbot.* [INFO] [INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ kepler --- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:package-target-definition (default-package-target-definition) @ kepler --- [INFO] [INFO] --- tycho-source-feature-plugin:1.3.0:source-feature (source-feature) @ kepler --- [INFO] [INFO] --- tycho-pack200a-plugin:1.3.0:normalize (pack200-normalize) @ kepler --- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.3:sign (sign) @ kepler --- [INFO] Skip jar signing [INFO] [INFO] --- tycho-pack200b-plugin:1.3.0:pack (pack200-pack) @ kepler --- [INFO] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (p2-metadata) @ kepler --- [INFO] [INFO] --------------< org.eclipse.swtbot.target-platforms:juno >-------------- [INFO] Building juno 2.9.0-SNAPSHOT [14/58] [INFO] ---------------------[ eclipse-target-definition ]---------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ juno --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.4.201502262128:prepare-agent (default) @ juno --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/swtbot-sonar/.repository/org/jacoco/org.jacoco.agent/0.7.4.201502262128/org.jacoco.agent-0.7.4.201502262128-runtime.jar=destfile=/home/jenkins/agent/workspace/swtbot-sonar/devtools/target-platforms/target/jacoco.exec,append=true,includes=org.eclipse.swtbot.* [INFO] [INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ juno --- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:package-target-definition (default-package-target-definition) @ juno --- [INFO] [INFO] --- tycho-source-feature-plugin:1.3.0:source-feature (source-feature) @ juno --- [INFO] [INFO] --- tycho-pack200a-plugin:1.3.0:normalize (pack200-normalize) @ juno --- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.3:sign (sign) @ juno --- [INFO] Skip jar signing [INFO] [INFO] --- tycho-pack200b-plugin:1.3.0:pack (pack200-pack) @ juno --- [INFO] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (p2-metadata) @ juno --- [INFO] [INFO] ------< org.eclipse.swtbot.plugins:org.eclipse.swtbot.ant.junit >------- [INFO] Building org.eclipse.swtbot.ant.junit 2.9.0-SNAPSHOT [15/58] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.swtbot.ant.junit --- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.swtbot.ant.junit --- [INFO] The project's OSGi version is 2.9.0.202001241910 [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.swtbot.ant.junit --- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.swtbot.ant.junit --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.4.201502262128:prepare-agent (default) @ org.eclipse.swtbot.ant.junit --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/swtbot-sonar/.repository/org/jacoco/org.jacoco.agent/0.7.4.201502262128/org.jacoco.agent-0.7.4.201502262128-runtime.jar=destfile=/home/jenkins/agent/workspace/swtbot-sonar/target/jacoco.exec,append=true,includes=org.eclipse.swtbot.* [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.swtbot.ant.junit --- Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-project/2.0.6/maven-project-2.0.6.pom 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 Progress (1): 823 B 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 377 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-model/2.0.6/maven-model-2.0.6.pom 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 Progress (1): 814 B Progress (1): 3.0 kB 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 339 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/junit/junit/3.8.1/junit-3.8.1.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/junit/junit/3.8.1/junit-3.8.1.pom Progress (1): 998 B Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/junit/junit/3.8.1/junit-3.8.1.pom (998 B at 143 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-artifact/2.0.6/maven-artifact-2.0.6.pom 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 Progress (1): 835 B 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 175 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-plugin-registry/2.0.6/maven-plugin-registry-2.0.6.pom 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 Progress (1): 830 B Progress (1): 1.9 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-registry/2.0.6/maven-plugin-registry-2.0.6.pom (1.9 kB at 85 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-utils/2.0.5/plexus-utils-2.0.5.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/2.0.5/plexus-utils-2.0.5.pom Progress (1): 819 B Progress (1): 2.5 kB 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 152 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/shared/maven-filtering/1.0-beta-4/maven-filtering-1.0-beta-4.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-filtering/1.0-beta-4/maven-filtering-1.0-beta-4.pom Progress (1): 813 B Progress (1): 3.0 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-filtering/1.0-beta-4/maven-filtering-1.0-beta-4.pom (4.7 kB at 111 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-interpolation/1.12/plexus-interpolation-1.12.pom 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 Progress (1): 889 B Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.12/plexus-interpolation-1.12.pom (889 B at 42 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/plexus/plexus-build-api/0.0.4/plexus-build-api-0.0.4.pom 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 Progress (1): 915 B 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 136 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/spice/spice-parent/10/spice-parent-10.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/spice/spice-parent/10/spice-parent-10.pom Progress (1): 1.6 kB 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 144 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/forge/forge-parent/3/forge-parent-3.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/forge/forge-parent/3/forge-parent-3.pom Progress (1): 1.5 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 252 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-interpolation/1.13/plexus-interpolation-1.13.pom 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 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 44 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-components/1.1.15/plexus-components-1.1.15.pom 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 Progress (1): 1.5 kB 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) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus/2.0.3/plexus-2.0.3.pom 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 Progress (1): 711 B Progress (1): 2.7 kB Progress (1): 6.4 kB Progress (1): 8.9 kB Progress (1): 13 kB Progress (1): 13 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 736 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-project/2.0.6/maven-project-2.0.6.jar Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-artifact-manager/2.0.6/maven-artifact-manager-2.0.6.jar Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-profile/2.0.6/maven-profile-2.0.6.jar Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-core/2.0.6/maven-core-2.0.6.jar Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-plugin-registry/2.0.6/maven-plugin-registry-2.0.6.jar Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-plugin-parameter-documenter/2.0.6/maven-plugin-parameter-documenter-2.0.6.jar Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/reporting/maven-reporting-api/2.0.6/maven-reporting-api-2.0.6.jar Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/doxia/doxia-sink-api/1.0-alpha-7/doxia-sink-api-1.0-alpha-7.jar Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-repository-metadata/2.0.6/maven-repository-metadata-2.0.6.jar Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-error-diagnostics/2.0.6/maven-error-diagnostics-2.0.6.jar Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/commons-cli/commons-cli/1.0/commons-cli-1.0.jar Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-plugin-descriptor/2.0.6/maven-plugin-descriptor-2.0.6.jar Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-interactivity-api/1.0-alpha-4/plexus-interactivity-api-1.0-alpha-4.jar Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/classworlds/classworlds/1.1/classworlds-1.1.jar Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-artifact/2.0.6/maven-artifact-2.0.6.jar Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-settings/2.0.6/maven-settings-2.0.6.jar Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-model/2.0.6/maven-model-2.0.6.jar Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-monitor/2.0.6/maven-monitor-2.0.6.jar Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/junit/junit/3.8.1/junit-3.8.1.jar Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-utils/2.0.5/plexus-utils-2.0.5.jar Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/shared/maven-filtering/1.0-beta-4/maven-filtering-1.0-beta-4.jar Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/plexus/plexus-build-api/0.0.4/plexus-build-api-0.0.4.jar Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-interpolation/1.13/plexus-interpolation-1.13.jar 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.jar 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.jar 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 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.jar 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.jar Progress (1): 4.1/116 kB Progress (1): 7.7/116 kB Progress (1): 12/116 kB Progress (1): 16/116 kB Progress (1): 20/116 kB Progress (1): 24/116 kB Progress (1): 28/116 kB Progress (1): 32/116 kB Progress (1): 36/116 kB Progress (1): 40/116 kB Progress (1): 45/116 kB Progress (1): 49/116 kB Progress (1): 53/116 kB Progress (1): 57/116 kB Progress (1): 61/116 kB Progress (1): 65/116 kB Progress (1): 69/116 kB Progress (1): 73/116 kB Progress (1): 77/116 kB Progress (1): 81/116 kB Progress (1): 85/116 kB Progress (2): 85/116 kB | 4.1/35 kB Progress (3): 85/116 kB | 4.1/35 kB | 4.1/57 kB Progress (3): 85/116 kB | 7.7/35 kB | 4.1/57 kB Progress (3): 85/116 kB | 12/35 kB | 4.1/57 kB Progress (3): 90/116 kB | 12/35 kB | 4.1/57 kB Progress (3): 90/116 kB | 16/35 kB | 4.1/57 kB Progress (3): 94/116 kB | 16/35 kB | 4.1/57 kB Progress (3): 98/116 kB | 16/35 kB | 4.1/57 kB Progress (3): 98/116 kB | 20/35 kB | 4.1/57 kB Progress (3): 98/116 kB | 24/35 kB | 4.1/57 kB Progress (3): 102/116 kB | 24/35 kB | 4.1/57 kB Progress (3): 102/116 kB | 28/35 kB | 4.1/57 kB Progress (3): 106/116 kB | 28/35 kB | 4.1/57 kB Progress (3): 106/116 kB | 32/35 kB | 4.1/57 kB Progress (3): 110/116 kB | 32/35 kB | 4.1/57 kB Progress (3): 110/116 kB | 35 kB | 4.1/57 kB Progress (3): 114/116 kB | 35 kB | 4.1/57 kB Progress (3): 116 kB | 35 kB | 4.1/57 kB Progress (3): 116 kB | 35 kB | 7.7/57 kB Progress (3): 116 kB | 35 kB | 12/57 kB Progress (3): 116 kB | 35 kB | 16/57 kB Progress (3): 116 kB | 35 kB | 20/57 kB Progress (3): 116 kB | 35 kB | 24/57 kB Progress (3): 116 kB | 35 kB | 28/57 kB Progress (3): 116 kB | 35 kB | 32/57 kB Progress (3): 116 kB | 35 kB | 36/57 kB Progress (3): 116 kB | 35 kB | 40/57 kB Progress (3): 116 kB | 35 kB | 45/57 kB Progress (3): 116 kB | 35 kB | 49/57 kB Progress (3): 116 kB | 35 kB | 53/57 kB Progress (3): 116 kB | 35 kB | 57 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.jar (116 kB at 1.5 MB/s) 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 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.jar (57 kB at 753 kB/s) 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.jar (35 kB at 458 kB/s) 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 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 Progress (1): 4.1/21 kB Progress (2): 4.1/21 kB | 4.1/5.9 kB Progress (2): 7.7/21 kB | 4.1/5.9 kB Progress (2): 12/21 kB | 4.1/5.9 kB Progress (2): 16/21 kB | 4.1/5.9 kB Progress (2): 20/21 kB | 4.1/5.9 kB Progress (2): 21 kB | 4.1/5.9 kB Progress (3): 21 kB | 4.1/5.9 kB | 4.1/9.9 kB Progress (3): 21 kB | 4.1/5.9 kB | 7.7/9.9 kB Progress (3): 21 kB | 4.1/5.9 kB | 9.9 kB Progress (3): 21 kB | 5.9 kB | 9.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.jar (21 kB at 149 kB/s) 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.jar 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 71 kB/s) 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 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 42 kB/s) 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 Progress (1): 4.1/24 kB Progress (1): 7.7/24 kB Progress (2): 7.7/24 kB | 4.1/14 kB Progress (2): 12/24 kB | 4.1/14 kB Progress (2): 12/24 kB | 7.7/14 kB Progress (2): 16/24 kB | 7.7/14 kB Progress (2): 16/24 kB | 12/14 kB Progress (2): 16/24 kB | 14 kB Progress (2): 20/24 kB | 14 kB Progress (2): 24/24 kB | 14 kB Progress (2): 24 kB | 14 kB Progress (3): 24 kB | 14 kB | 4.1/30 kB Progress (3): 24 kB | 14 kB | 7.7/30 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 91 kB/s) 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 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.jar (24 kB at 163 kB/s) 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 Progress (1): 12/30 kB Progress (1): 16/30 kB Progress (1): 20/30 kB Progress (1): 24/30 kB Progress (1): 28/30 kB Progress (1): 30 kB Progress (2): 30 kB | 4.1/13 kB Progress (3): 30 kB | 4.1/13 kB | 4.1/37 kB Progress (3): 30 kB | 7.7/13 kB | 4.1/37 kB Progress (3): 30 kB | 12/13 kB | 4.1/37 kB Progress (3): 30 kB | 13 kB | 4.1/37 kB Progress (3): 30 kB | 13 kB | 7.7/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 193 kB/s) Progress (2): 13 kB | 12/37 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/classworlds/classworlds/1.1/classworlds-1.1.jar Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interactivity-api/1.0-alpha-4/plexus-interactivity-api-1.0-alpha-4.jar (13 kB at 85 kB/s) 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.jar Progress (1): 16/37 kB Progress (1): 20/37 kB Progress (1): 24/37 kB Progress (2): 24/37 kB | 4.1/38 kB Progress (2): 28/37 kB | 4.1/38 kB Progress (2): 32/37 kB | 4.1/38 kB Progress (2): 32/37 kB | 7.7/38 kB Progress (3): 32/37 kB | 7.7/38 kB | 4.1/87 kB Progress (3): 36/37 kB | 7.7/38 kB | 4.1/87 kB Progress (3): 37 kB | 7.7/38 kB | 4.1/87 kB Progress (3): 37 kB | 12/38 kB | 4.1/87 kB Progress (3): 37 kB | 12/38 kB | 7.7/87 kB Progress (3): 37 kB | 16/38 kB | 7.7/87 kB Progress (3): 37 kB | 16/38 kB | 12/87 kB Progress (3): 37 kB | 16/38 kB | 16/87 kB Progress (3): 37 kB | 20/38 kB | 16/87 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 223 kB/s) Progress (2): 20/38 kB | 20/87 kB Progress (2): 24/38 kB | 20/87 kB Progress (2): 24/38 kB | 24/87 kB 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.jar Progress (2): 24/38 kB | 28/87 kB Progress (2): 24/38 kB | 32/87 kB Progress (2): 28/38 kB | 32/87 kB Progress (2): 32/38 kB | 32/87 kB Progress (2): 32/38 kB | 36/87 kB Progress (2): 32/38 kB | 40/87 kB Progress (2): 36/38 kB | 40/87 kB Progress (2): 38 kB | 40/87 kB Progress (2): 38 kB | 45/87 kB Progress (2): 38 kB | 49/87 kB Progress (3): 38 kB | 49/87 kB | 4.1/49 kB Progress (3): 38 kB | 49/87 kB | 7.7/49 kB Progress (3): 38 kB | 49/87 kB | 12/49 kB Progress (3): 38 kB | 49/87 kB | 16/49 kB Progress (3): 38 kB | 49/87 kB | 20/49 kB Progress (3): 38 kB | 49/87 kB | 24/49 kB Progress (3): 38 kB | 49/87 kB | 28/49 kB Progress (3): 38 kB | 49/87 kB | 32/49 kB Progress (3): 38 kB | 53/87 kB | 32/49 kB Progress (3): 38 kB | 57/87 kB | 32/49 kB Progress (3): 38 kB | 61/87 kB | 32/49 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/classworlds/classworlds/1.1/classworlds-1.1.jar (38 kB at 162 kB/s) Progress (2): 61/87 kB | 36/49 kB Progress (2): 61/87 kB | 40/49 kB 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.jar Progress (2): 65/87 kB | 40/49 kB Progress (2): 69/87 kB | 40/49 kB Progress (2): 73/87 kB | 40/49 kB Progress (2): 77/87 kB | 40/49 kB Progress (2): 81/87 kB | 40/49 kB Progress (2): 85/87 kB | 40/49 kB Progress (2): 87 kB | 40/49 kB Progress (2): 87 kB | 45/49 kB Progress (2): 87 kB | 49/49 kB Progress (2): 87 kB | 49 kB Progress (3): 87 kB | 49 kB | 4.1/86 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.jar (87 kB at 361 kB/s) 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.jar (49 kB at 203 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/junit/junit/3.8.1/junit-3.8.1.jar Progress (1): 7.7/86 kB Progress (2): 7.7/86 kB | 4.1/29 kB Progress (2): 7.7/86 kB | 7.7/29 kB Progress (2): 7.7/86 kB | 12/29 kB Progress (3): 7.7/86 kB | 12/29 kB | 4.1/152 kB Progress (3): 7.7/86 kB | 12/29 kB | 7.7/152 kB Progress (3): 7.7/86 kB | 12/29 kB | 12/152 kB Progress (3): 7.7/86 kB | 12/29 kB | 16/152 kB Progress (3): 7.7/86 kB | 12/29 kB | 20/152 kB Progress (3): 7.7/86 kB | 12/29 kB | 24/152 kB Progress (3): 7.7/86 kB | 12/29 kB | 28/152 kB Progress (3): 7.7/86 kB | 12/29 kB | 32/152 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 Progress (3): 7.7/86 kB | 12/29 kB | 36/152 kB Progress (3): 7.7/86 kB | 16/29 kB | 36/152 kB Progress (3): 12/86 kB | 16/29 kB | 36/152 kB Progress (3): 12/86 kB | 16/29 kB | 40/152 kB Progress (3): 16/86 kB | 16/29 kB | 40/152 kB Progress (3): 16/86 kB | 20/29 kB | 40/152 kB Progress (3): 16/86 kB | 24/29 kB | 40/152 kB Progress (3): 16/86 kB | 28/29 kB | 40/152 kB Progress (3): 16/86 kB | 29 kB | 40/152 kB Progress (3): 16/86 kB | 29 kB | 45/152 kB Progress (3): 16/86 kB | 29 kB | 49/152 kB Progress (3): 20/86 kB | 29 kB | 49/152 kB Progress (4): 20/86 kB | 29 kB | 49/152 kB | 4.1/10 kB Progress (4): 20/86 kB | 29 kB | 53/152 kB | 4.1/10 kB Progress (5): 20/86 kB | 29 kB | 53/152 kB | 4.1/10 kB | 4.1/121 kB Progress (5): 20/86 kB | 29 kB | 57/152 kB | 4.1/10 kB | 4.1/121 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.jar (29 kB at 112 kB/s) 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.jar Progress (4): 20/86 kB | 57/152 kB | 7.7/10 kB | 4.1/121 kB Progress (4): 20/86 kB | 57/152 kB | 10 kB | 4.1/121 kB Progress (4): 24/86 kB | 57/152 kB | 10 kB | 4.1/121 kB Progress (4): 24/86 kB | 61/152 kB | 10 kB | 4.1/121 kB Progress (4): 24/86 kB | 65/152 kB | 10 kB | 4.1/121 kB Progress (4): 24/86 kB | 69/152 kB | 10 kB | 4.1/121 kB Progress (4): 24/86 kB | 73/152 kB | 10 kB | 4.1/121 kB Progress (4): 24/86 kB | 77/152 kB | 10 kB | 4.1/121 kB Progress (4): 24/86 kB | 81/152 kB | 10 kB | 4.1/121 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 39 kB/s) Progress (3): 24/86 kB | 81/152 kB | 7.7/121 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-filtering/1.0-beta-4/maven-filtering-1.0-beta-4.jar Progress (3): 24/86 kB | 85/152 kB | 7.7/121 kB Progress (3): 24/86 kB | 90/152 kB | 7.7/121 kB Progress (3): 24/86 kB | 94/152 kB | 7.7/121 kB Progress (3): 24/86 kB | 98/152 kB | 7.7/121 kB Progress (4): 24/86 kB | 98/152 kB | 7.7/121 kB | 4.1/223 kB Progress (4): 28/86 kB | 98/152 kB | 7.7/121 kB | 4.1/223 kB Progress (4): 28/86 kB | 98/152 kB | 7.7/121 kB | 7.7/223 kB Progress (4): 28/86 kB | 102/152 kB | 7.7/121 kB | 7.7/223 kB Progress (4): 28/86 kB | 106/152 kB | 7.7/121 kB | 7.7/223 kB Progress (4): 28/86 kB | 110/152 kB | 7.7/121 kB | 7.7/223 kB Progress (4): 28/86 kB | 114/152 kB | 7.7/121 kB | 7.7/223 kB Progress (4): 28/86 kB | 114/152 kB | 12/121 kB | 7.7/223 kB Progress (4): 28/86 kB | 114/152 kB | 16/121 kB | 7.7/223 kB Progress (4): 28/86 kB | 114/152 kB | 16/121 kB | 12/223 kB Progress (4): 32/86 kB | 114/152 kB | 16/121 kB | 12/223 kB Progress (4): 32/86 kB | 114/152 kB | 16/121 kB | 16/223 kB Progress (4): 32/86 kB | 114/152 kB | 20/121 kB | 16/223 kB Progress (4): 32/86 kB | 114/152 kB | 24/121 kB | 16/223 kB Progress (4): 32/86 kB | 114/152 kB | 28/121 kB | 16/223 kB Progress (4): 32/86 kB | 114/152 kB | 32/121 kB | 16/223 kB Progress (4): 32/86 kB | 118/152 kB | 32/121 kB | 16/223 kB Progress (4): 32/86 kB | 122/152 kB | 32/121 kB | 16/223 kB Progress (4): 32/86 kB | 126/152 kB | 32/121 kB | 16/223 kB Progress (4): 32/86 kB | 131/152 kB | 32/121 kB | 16/223 kB Progress (4): 32/86 kB | 131/152 kB | 32/121 kB | 20/223 kB Progress (4): 36/86 kB | 131/152 kB | 32/121 kB | 20/223 kB Progress (4): 40/86 kB | 131/152 kB | 32/121 kB | 20/223 kB Progress (4): 45/86 kB | 131/152 kB | 32/121 kB | 20/223 kB Progress (4): 49/86 kB | 131/152 kB | 32/121 kB | 20/223 kB Progress (4): 53/86 kB | 131/152 kB | 32/121 kB | 20/223 kB Progress (4): 57/86 kB | 131/152 kB | 32/121 kB | 20/223 kB Progress (4): 61/86 kB | 131/152 kB | 32/121 kB | 20/223 kB Progress (4): 65/86 kB | 131/152 kB | 32/121 kB | 20/223 kB Progress (4): 65/86 kB | 135/152 kB | 32/121 kB | 20/223 kB Progress (4): 65/86 kB | 135/152 kB | 32/121 kB | 24/223 kB Progress (4): 65/86 kB | 135/152 kB | 36/121 kB | 24/223 kB Progress (4): 69/86 kB | 135/152 kB | 36/121 kB | 24/223 kB Progress (4): 73/86 kB | 135/152 kB | 36/121 kB | 24/223 kB Progress (4): 77/86 kB | 135/152 kB | 36/121 kB | 24/223 kB Progress (4): 81/86 kB | 135/152 kB | 36/121 kB | 24/223 kB Progress (4): 81/86 kB | 135/152 kB | 36/121 kB | 28/223 kB Progress (4): 81/86 kB | 139/152 kB | 36/121 kB | 28/223 kB Progress (5): 81/86 kB | 139/152 kB | 36/121 kB | 28/223 kB | 4.1/35 kB Progress (5): 81/86 kB | 143/152 kB | 36/121 kB | 28/223 kB | 4.1/35 kB Progress (5): 81/86 kB | 147/152 kB | 36/121 kB | 28/223 kB | 4.1/35 kB Progress (5): 81/86 kB | 147/152 kB | 36/121 kB | 32/223 kB | 4.1/35 kB Progress (5): 85/86 kB | 147/152 kB | 36/121 kB | 32/223 kB | 4.1/35 kB Progress (5): 86 kB | 147/152 kB | 36/121 kB | 32/223 kB | 4.1/35 kB Progress (5): 86 kB | 147/152 kB | 40/121 kB | 32/223 kB | 4.1/35 kB Progress (5): 86 kB | 147/152 kB | 45/121 kB | 32/223 kB | 4.1/35 kB Progress (5): 86 kB | 147/152 kB | 49/121 kB | 32/223 kB | 4.1/35 kB Progress (5): 86 kB | 147/152 kB | 49/121 kB | 36/223 kB | 4.1/35 kB Progress (5): 86 kB | 147/152 kB | 49/121 kB | 40/223 kB | 4.1/35 kB Progress (5): 86 kB | 151/152 kB | 49/121 kB | 40/223 kB | 4.1/35 kB Progress (5): 86 kB | 151/152 kB | 53/121 kB | 40/223 kB | 4.1/35 kB Progress (5): 86 kB | 151/152 kB | 53/121 kB | 40/223 kB | 7.7/35 kB Progress (5): 86 kB | 151/152 kB | 57/121 kB | 40/223 kB | 7.7/35 kB Progress (5): 86 kB | 152 kB | 57/121 kB | 40/223 kB | 7.7/35 kB Progress (5): 86 kB | 152 kB | 57/121 kB | 45/223 kB | 7.7/35 kB Progress (5): 86 kB | 152 kB | 57/121 kB | 49/223 kB | 7.7/35 kB Progress (5): 86 kB | 152 kB | 61/121 kB | 49/223 kB | 7.7/35 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.jar (86 kB at 255 kB/s) 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 Progress (4): 152 kB | 61/121 kB | 49/223 kB | 12/35 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/2.0.6/maven-core-2.0.6.jar (152 kB at 442 kB/s) 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.jar Progress (3): 61/121 kB | 53/223 kB | 12/35 kB Progress (3): 65/121 kB | 53/223 kB | 12/35 kB Progress (3): 65/121 kB | 57/223 kB | 12/35 kB Progress (4): 65/121 kB | 57/223 kB | 12/35 kB | 4.1/6.8 kB Progress (4): 65/121 kB | 57/223 kB | 16/35 kB | 4.1/6.8 kB Progress (4): 65/121 kB | 57/223 kB | 16/35 kB | 6.8 kB Progress (4): 65/121 kB | 61/223 kB | 16/35 kB | 6.8 kB Progress (4): 65/121 kB | 65/223 kB | 16/35 kB | 6.8 kB Progress (4): 69/121 kB | 65/223 kB | 16/35 kB | 6.8 kB Progress (4): 69/121 kB | 65/223 kB | 20/35 kB | 6.8 kB Progress (4): 73/121 kB | 65/223 kB | 20/35 kB | 6.8 kB Progress (4): 73/121 kB | 65/223 kB | 24/35 kB | 6.8 kB Progress (4): 73/121 kB | 65/223 kB | 28/35 kB | 6.8 kB Progress (4): 73/121 kB | 69/223 kB | 28/35 kB | 6.8 kB Progress (4): 77/121 kB | 69/223 kB | 28/35 kB | 6.8 kB Progress (4): 77/121 kB | 73/223 kB | 28/35 kB | 6.8 kB Progress (4): 77/121 kB | 77/223 kB | 28/35 kB | 6.8 kB Progress (4): 77/121 kB | 81/223 kB | 28/35 kB | 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 19 kB/s) Progress (3): 77/121 kB | 81/223 kB | 32/35 kB Progress (3): 77/121 kB | 85/223 kB | 32/35 kB Progress (3): 77/121 kB | 85/223 kB | 35 kB Progress (4): 77/121 kB | 85/223 kB | 35 kB | 4.1/61 kB Progress (4): 77/121 kB | 85/223 kB | 35 kB | 7.7/61 kB Progress (4): 77/121 kB | 85/223 kB | 35 kB | 12/61 kB Progress (4): 81/121 kB | 85/223 kB | 35 kB | 12/61 kB Progress (4): 81/121 kB | 85/223 kB | 35 kB | 16/61 kB Progress (4): 85/121 kB | 85/223 kB | 35 kB | 16/61 kB Progress (4): 85/121 kB | 90/223 kB | 35 kB | 16/61 kB Progress (4): 90/121 kB | 90/223 kB | 35 kB | 16/61 kB Progress (4): 90/121 kB | 90/223 kB | 35 kB | 20/61 kB Progress (4): 94/121 kB | 90/223 kB | 35 kB | 20/61 kB Progress (4): 98/121 kB | 90/223 kB | 35 kB | 20/61 kB Progress (4): 98/121 kB | 94/223 kB | 35 kB | 20/61 kB Progress (4): 98/121 kB | 94/223 kB | 35 kB | 24/61 kB Progress (4): 98/121 kB | 98/223 kB | 35 kB | 24/61 kB Progress (4): 98/121 kB | 98/223 kB | 35 kB | 28/61 kB Progress (4): 102/121 kB | 98/223 kB | 35 kB | 28/61 kB Progress (4): 102/121 kB | 98/223 kB | 35 kB | 32/61 kB Progress (4): 106/121 kB | 98/223 kB | 35 kB | 32/61 kB Progress (4): 110/121 kB | 98/223 kB | 35 kB | 32/61 kB Progress (4): 110/121 kB | 102/223 kB | 35 kB | 32/61 kB Progress (4): 114/121 kB | 102/223 kB | 35 kB | 32/61 kB Progress (4): 114/121 kB | 102/223 kB | 35 kB | 36/61 kB Progress (4): 114/121 kB | 106/223 kB | 35 kB | 36/61 kB Progress (4): 118/121 kB | 106/223 kB | 35 kB | 36/61 kB Progress (4): 118/121 kB | 106/223 kB | 35 kB | 40/61 kB Progress (4): 118/121 kB | 106/223 kB | 35 kB | 45/61 kB Progress (4): 118/121 kB | 106/223 kB | 35 kB | 49/61 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-filtering/1.0-beta-4/maven-filtering-1.0-beta-4.jar (35 kB at 96 kB/s) Progress (3): 121 kB | 106/223 kB | 49/61 kB Progress (3): 121 kB | 110/223 kB | 49/61 kB Progress (3): 121 kB | 110/223 kB | 53/61 kB Progress (3): 121 kB | 114/223 kB | 53/61 kB Progress (3): 121 kB | 114/223 kB | 57/61 kB Progress (3): 121 kB | 114/223 kB | 61/61 kB Progress (3): 121 kB | 114/223 kB | 61 kB Progress (3): 121 kB | 118/223 kB | 61 kB Progress (3): 121 kB | 122/223 kB | 61 kB Progress (3): 121 kB | 126/223 kB | 61 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 332 kB/s) Progress (2): 131/223 kB | 61 kB 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.jar (61 kB at 166 kB/s) Progress (1): 135/223 kB Progress (1): 139/223 kB Progress (1): 143/223 kB Progress (1): 147/223 kB Progress (1): 151/223 kB Progress (1): 155/223 kB Progress (1): 159/223 kB Progress (1): 163/223 kB Progress (1): 167/223 kB Progress (1): 171/223 kB Progress (1): 176/223 kB Progress (1): 180/223 kB Progress (1): 184/223 kB Progress (1): 188/223 kB Progress (1): 192/223 kB Progress (1): 196/223 kB Progress (1): 200/223 kB Progress (1): 204/223 kB Progress (1): 208/223 kB Progress (1): 212/223 kB Progress (1): 217/223 kB Progress (1): 221/223 kB Progress (1): 223 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.jar (223 kB at 512 kB/s) [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent! [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/swtbot-sonar/org.eclipse.swtbot.ant.junit/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.3.0:compile (default-compile) @ org.eclipse.swtbot.ant.junit --- Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-compiler-manager/2.2/plexus-compiler-manager-2.2.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler-manager/2.2/plexus-compiler-manager-2.2.pom Progress (1): 690 B Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler-manager/2.2/plexus-compiler-manager-2.2.pom (690 B at 115 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-compiler/2.2/plexus-compiler-2.2.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler/2.2/plexus-compiler-2.2.pom Progress (1): 1.2 kB 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 602 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-compiler-api/2.2/plexus-compiler-api-2.2.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler-api/2.2/plexus-compiler-api-2.2.pom Progress (1): 865 B Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler-api/2.2/plexus-compiler-api-2.2.pom (865 B at 173 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/tycho-compiler-jdt/1.3.0/tycho-compiler-jdt-1.3.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-compiler-jdt/1.3.0/tycho-compiler-jdt-1.3.0.pom Progress (1): 892 B Progress (1): 2.4 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-compiler-jdt/1.3.0/tycho-compiler-jdt-1.3.0.pom (2.4 kB at 108 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/tycho-lib-detector/1.3.0/tycho-lib-detector-1.3.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-lib-detector/1.3.0/tycho-lib-detector-1.3.0.pom Progress (1): 924 B Progress (1): 1.6 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-lib-detector/1.3.0/tycho-lib-detector-1.3.0.pom (1.6 kB at 38 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/jdt/ecj/3.15.1/ecj-3.15.1.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jdt/ecj/3.15.1/ecj-3.15.1.pom Progress (1): 929 B Progress (1): 1.7 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jdt/ecj/3.15.1/ecj-3.15.1.pom (1.7 kB at 45 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-compiler-manager/2.2/plexus-compiler-manager-2.2.jar Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/tycho-compiler-jdt/1.3.0/tycho-compiler-jdt-1.3.0.jar Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-compiler-api/2.2/plexus-compiler-api-2.2.jar Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/jdt/ecj/3.15.1/ecj-3.15.1.jar Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/tycho-lib-detector/1.3.0/tycho-lib-detector-1.3.0.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler-manager/2.2/plexus-compiler-manager-2.2.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler-api/2.2/plexus-compiler-api-2.2.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jdt/ecj/3.15.1/ecj-3.15.1.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-lib-detector/1.3.0/tycho-lib-detector-1.3.0.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-compiler-jdt/1.3.0/tycho-compiler-jdt-1.3.0.jar Progress (1): 4.1/4.6 kB Progress (2): 4.1/4.6 kB | 4.1/25 kB Progress (2): 4.6 kB | 4.1/25 kB Progress (2): 4.6 kB | 7.7/25 kB Progress (2): 4.6 kB | 12/25 kB Progress (2): 4.6 kB | 16/25 kB Progress (2): 4.6 kB | 20/25 kB Progress (2): 4.6 kB | 24/25 kB Progress (2): 4.6 kB | 25 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler-manager/2.2/plexus-compiler-manager-2.2.jar (4.6 kB at 207 kB/s) Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler-api/2.2/plexus-compiler-api-2.2.jar (25 kB at 1.0 MB/s) Progress (1): 4.1/18 kB Progress (1): 7.7/18 kB Progress (1): 12/18 kB Progress (1): 16/18 kB Progress (1): 18 kB Progress (2): 18 kB | 3.6 kB Progress (3): 18 kB | 3.6 kB | 0/2.8 MB Progress (3): 18 kB | 3.6 kB | 0/2.8 MB Progress (3): 18 kB | 3.6 kB | 0/2.8 MB Progress (3): 18 kB | 3.6 kB | 0/2.8 MB Progress (3): 18 kB | 3.6 kB | 0/2.8 MB Progress (3): 18 kB | 3.6 kB | 0/2.8 MB Progress (3): 18 kB | 3.6 kB | 0/2.8 MB Progress (3): 18 kB | 3.6 kB | 0/2.8 MB Progress (3): 18 kB | 3.6 kB | 0/2.8 MB Progress (3): 18 kB | 3.6 kB | 0/2.8 MB Progress (3): 18 kB | 3.6 kB | 0/2.8 MB Progress (3): 18 kB | 3.6 kB | 0/2.8 MB Progress (3): 18 kB | 3.6 kB | 0.1/2.8 MB Progress (3): 18 kB | 3.6 kB | 0.1/2.8 MB Progress (3): 18 kB | 3.6 kB | 0.1/2.8 MB Progress (3): 18 kB | 3.6 kB | 0.1/2.8 MB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-compiler-jdt/1.3.0/tycho-compiler-jdt-1.3.0.jar (18 kB at 449 kB/s) Progress (2): 3.6 kB | 0.1/2.8 MB Progress (2): 3.6 kB | 0.1/2.8 MB Progress (2): 3.6 kB | 0.1/2.8 MB Progress (2): 3.6 kB | 0.1/2.8 MB Progress (2): 3.6 kB | 0.1/2.8 MB Progress (2): 3.6 kB | 0.1/2.8 MB Progress (2): 3.6 kB | 0.1/2.8 MB Progress (2): 3.6 kB | 0.1/2.8 MB Progress (2): 3.6 kB | 0.1/2.8 MB Progress (2): 3.6 kB | 0.1/2.8 MB Progress (2): 3.6 kB | 0.1/2.8 MB Progress (2): 3.6 kB | 0.1/2.8 MB Progress (2): 3.6 kB | 0.1/2.8 MB Progress (2): 3.6 kB | 0.1/2.8 MB Progress (2): 3.6 kB | 0.1/2.8 MB Progress (2): 3.6 kB | 0.1/2.8 MB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-lib-detector/1.3.0/tycho-lib-detector-1.3.0.jar (3.6 kB at 38 kB/s) Progress (1): 0.1/2.8 MB Progress (1): 0.1/2.8 MB Progress (1): 0.1/2.8 MB Progress (1): 0.1/2.8 MB Progress (1): 0.2/2.8 MB Progress (1): 0.2/2.8 MB Progress (1): 0.2/2.8 MB Progress (1): 0.2/2.8 MB Progress (1): 0.2/2.8 MB Progress (1): 0.2/2.8 MB Progress (1): 0.2/2.8 MB Progress (1): 0.2/2.8 MB Progress (1): 0.2/2.8 MB Progress (1): 0.2/2.8 MB Progress (1): 0.2/2.8 MB Progress (1): 0.2/2.8 MB Progress (1): 0.2/2.8 MB Progress (1): 0.2/2.8 MB Progress (1): 0.2/2.8 MB Progress (1): 0.2/2.8 MB Progress (1): 0.2/2.8 MB Progress (1): 0.2/2.8 MB Progress (1): 0.2/2.8 MB Progress (1): 0.2/2.8 MB Progress (1): 0.2/2.8 MB Progress (1): 0.2/2.8 MB Progress (1): 0.2/2.8 MB Progress (1): 0.2/2.8 MB Progress (1): 0.2/2.8 MB Progress (1): 0.3/2.8 MB Progress (1): 0.3/2.8 MB Progress (1): 0.3/2.8 MB Progress (1): 0.3/2.8 MB Progress (1): 0.3/2.8 MB Progress (1): 0.3/2.8 MB Progress (1): 0.3/2.8 MB Progress (1): 0.3/2.8 MB Progress (1): 0.3/2.8 MB Progress (1): 0.3/2.8 MB Progress (1): 0.3/2.8 MB Progress (1): 0.3/2.8 MB Progress (1): 0.3/2.8 MB Progress (1): 0.3/2.8 MB Progress (1): 0.3/2.8 MB Progress (1): 0.3/2.8 MB Progress (1): 0.3/2.8 MB Progress (1): 0.3/2.8 MB Progress (1): 0.3/2.8 MB Progress (1): 0.3/2.8 MB Progress (1): 0.3/2.8 MB Progress (1): 0.3/2.8 MB Progress (1): 0.3/2.8 MB Progress (1): 0.3/2.8 MB Progress (1): 0.4/2.8 MB Progress (1): 0.4/2.8 MB Progress (1): 0.4/2.8 MB Progress (1): 0.4/2.8 MB Progress (1): 0.4/2.8 MB Progress (1): 0.4/2.8 MB Progress (1): 0.4/2.8 MB Progress (1): 0.4/2.8 MB Progress (1): 0.4/2.8 MB Progress (1): 0.4/2.8 MB Progress (1): 0.4/2.8 MB Progress (1): 0.4/2.8 MB Progress (1): 0.4/2.8 MB Progress (1): 0.4/2.8 MB Progress (1): 0.4/2.8 MB Progress (1): 0.4/2.8 MB Progress (1): 0.4/2.8 MB Progress (1): 0.4/2.8 MB Progress (1): 0.4/2.8 MB Progress (1): 0.4/2.8 MB Progress (1): 0.4/2.8 MB Progress (1): 0.4/2.8 MB Progress (1): 0.4/2.8 MB Progress (1): 0.4/2.8 MB Progress (1): 0.5/2.8 MB Progress (1): 0.5/2.8 MB Progress (1): 0.5/2.8 MB Progress (1): 0.5/2.8 MB Progress (1): 0.5/2.8 MB Progress (1): 0.5/2.8 MB Progress (1): 0.5/2.8 MB Progress (1): 0.5/2.8 MB Progress (1): 0.5/2.8 MB Progress (1): 0.5/2.8 MB Progress (1): 0.5/2.8 MB Progress (1): 0.5/2.8 MB Progress (1): 0.5/2.8 MB Progress (1): 0.5/2.8 MB Progress (1): 0.5/2.8 MB Progress (1): 0.5/2.8 MB Progress (1): 0.5/2.8 MB Progress (1): 0.5/2.8 MB Progress (1): 0.5/2.8 MB Progress (1): 0.5/2.8 MB Progress (1): 0.5/2.8 MB Progress (1): 0.5/2.8 MB Progress (1): 0.5/2.8 MB Progress (1): 0.5/2.8 MB Progress (1): 0.5/2.8 MB Progress (1): 0.6/2.8 MB Progress (1): 0.6/2.8 MB Progress (1): 0.6/2.8 MB Progress (1): 0.6/2.8 MB Progress (1): 0.6/2.8 MB Progress (1): 0.6/2.8 MB Progress (1): 0.6/2.8 MB Progress (1): 0.6/2.8 MB Progress (1): 0.6/2.8 MB Progress (1): 0.6/2.8 MB Progress (1): 0.6/2.8 MB Progress (1): 0.6/2.8 MB Progress (1): 0.6/2.8 MB Progress (1): 0.6/2.8 MB Progress (1): 0.6/2.8 MB Progress (1): 0.6/2.8 MB Progress (1): 0.6/2.8 MB Progress (1): 0.6/2.8 MB Progress (1): 0.6/2.8 MB Progress (1): 0.6/2.8 MB Progress (1): 0.6/2.8 MB Progress (1): 0.6/2.8 MB Progress (1): 0.6/2.8 MB Progress (1): 0.6/2.8 MB Progress (1): 0.7/2.8 MB Progress (1): 0.7/2.8 MB Progress (1): 0.7/2.8 MB Progress (1): 0.7/2.8 MB Progress (1): 0.7/2.8 MB Progress (1): 0.7/2.8 MB Progress (1): 0.7/2.8 MB Progress (1): 0.7/2.8 MB Progress (1): 0.7/2.8 MB Progress (1): 0.7/2.8 MB Progress (1): 0.7/2.8 MB Progress (1): 0.7/2.8 MB Progress (1): 0.7/2.8 MB Progress (1): 0.7/2.8 MB Progress (1): 0.7/2.8 MB Progress (1): 0.7/2.8 MB Progress (1): 0.7/2.8 MB Progress (1): 0.7/2.8 MB Progress (1): 0.7/2.8 MB Progress (1): 0.7/2.8 MB Progress (1): 0.7/2.8 MB Progress (1): 0.7/2.8 MB Progress (1): 0.7/2.8 MB Progress (1): 0.7/2.8 MB Progress (1): 0.7/2.8 MB Progress (1): 0.8/2.8 MB Progress (1): 0.8/2.8 MB Progress (1): 0.8/2.8 MB Progress (1): 0.8/2.8 MB Progress (1): 0.8/2.8 MB Progress (1): 0.8/2.8 MB Progress (1): 0.8/2.8 MB Progress (1): 0.8/2.8 MB Progress (1): 0.8/2.8 MB Progress (1): 0.8/2.8 MB Progress (1): 0.8/2.8 MB Progress (1): 0.8/2.8 MB Progress (1): 0.8/2.8 MB Progress (1): 0.8/2.8 MB Progress (1): 0.8/2.8 MB Progress (1): 0.8/2.8 MB Progress (1): 0.8/2.8 MB Progress (1): 0.8/2.8 MB Progress (1): 0.8/2.8 MB Progress (1): 0.8/2.8 MB Progress (1): 0.8/2.8 MB Progress (1): 0.8/2.8 MB Progress (1): 0.8/2.8 MB Progress (1): 0.8/2.8 MB Progress (1): 0.9/2.8 MB Progress (1): 0.9/2.8 MB Progress (1): 0.9/2.8 MB Progress (1): 0.9/2.8 MB Progress (1): 0.9/2.8 MB Progress (1): 0.9/2.8 MB Progress (1): 0.9/2.8 MB Progress (1): 0.9/2.8 MB Progress (1): 0.9/2.8 MB Progress (1): 0.9/2.8 MB Progress (1): 0.9/2.8 MB Progress (1): 0.9/2.8 MB Progress (1): 0.9/2.8 MB Progress (1): 0.9/2.8 MB Progress (1): 0.9/2.8 MB Progress (1): 0.9/2.8 MB Progress (1): 0.9/2.8 MB Progress (1): 0.9/2.8 MB Progress (1): 0.9/2.8 MB Progress (1): 0.9/2.8 MB Progress (1): 0.9/2.8 MB Progress (1): 0.9/2.8 MB Progress (1): 0.9/2.8 MB Progress (1): 0.9/2.8 MB Progress (1): 0.9/2.8 MB Progress (1): 1.0/2.8 MB Progress (1): 1.0/2.8 MB Progress (1): 1.0/2.8 MB Progress (1): 1.0/2.8 MB Progress (1): 1.0/2.8 MB Progress (1): 1.0/2.8 MB Progress (1): 1.0/2.8 MB Progress (1): 1.0/2.8 MB Progress (1): 1.0/2.8 MB Progress (1): 1.0/2.8 MB Progress (1): 1.0/2.8 MB Progress (1): 1.0/2.8 MB Progress (1): 1.0/2.8 MB Progress (1): 1.0/2.8 MB Progress (1): 1.0/2.8 MB Progress (1): 1.0/2.8 MB Progress (1): 1.0/2.8 MB Progress (1): 1.0/2.8 MB Progress (1): 1.0/2.8 MB Progress (1): 1.0/2.8 MB Progress (1): 1.0/2.8 MB Progress (1): 1.0/2.8 MB Progress (1): 1.0/2.8 MB Progress (1): 1.0/2.8 MB Progress (1): 1.1/2.8 MB Progress (1): 1.1/2.8 MB Progress (1): 1.1/2.8 MB Progress (1): 1.1/2.8 MB Progress (1): 1.1/2.8 MB Progress (1): 1.1/2.8 MB Progress (1): 1.1/2.8 MB Progress (1): 1.1/2.8 MB Progress (1): 1.1/2.8 MB Progress (1): 1.1/2.8 MB Progress (1): 1.1/2.8 MB Progress (1): 1.1/2.8 MB Progress (1): 1.1/2.8 MB Progress (1): 1.1/2.8 MB Progress (1): 1.1/2.8 MB Progress (1): 1.1/2.8 MB Progress (1): 1.1/2.8 MB Progress (1): 1.1/2.8 MB Progress (1): 1.1/2.8 MB Progress (1): 1.1/2.8 MB Progress (1): 1.1/2.8 MB Progress (1): 1.1/2.8 MB Progress (1): 1.1/2.8 MB Progress (1): 1.1/2.8 MB Progress (1): 1.2/2.8 MB Progress (1): 1.2/2.8 MB Progress (1): 1.2/2.8 MB Progress (1): 1.2/2.8 MB Progress (1): 1.2/2.8 MB Progress (1): 1.2/2.8 MB Progress (1): 1.2/2.8 MB Progress (1): 1.2/2.8 MB Progress (1): 1.2/2.8 MB Progress (1): 1.2/2.8 MB Progress (1): 1.2/2.8 MB Progress (1): 1.2/2.8 MB Progress (1): 1.2/2.8 MB Progress (1): 1.2/2.8 MB Progress (1): 1.2/2.8 MB Progress (1): 1.2/2.8 MB Progress (1): 1.2/2.8 MB Progress (1): 1.2/2.8 MB Progress (1): 1.2/2.8 MB Progress (1): 1.2/2.8 MB Progress (1): 1.2/2.8 MB Progress (1): 1.2/2.8 MB Progress (1): 1.2/2.8 MB Progress (1): 1.2/2.8 MB Progress (1): 1.2/2.8 MB Progress (1): 1.3/2.8 MB Progress (1): 1.3/2.8 MB Progress (1): 1.3/2.8 MB Progress (1): 1.3/2.8 MB Progress (1): 1.3/2.8 MB Progress (1): 1.3/2.8 MB Progress (1): 1.3/2.8 MB Progress (1): 1.3/2.8 MB Progress (1): 1.3/2.8 MB Progress (1): 1.3/2.8 MB Progress (1): 1.3/2.8 MB Progress (1): 1.3/2.8 MB Progress (1): 1.3/2.8 MB Progress (1): 1.3/2.8 MB Progress (1): 1.3/2.8 MB Progress (1): 1.3/2.8 MB Progress (1): 1.3/2.8 MB Progress (1): 1.3/2.8 MB Progress (1): 1.3/2.8 MB Progress (1): 1.3/2.8 MB Progress (1): 1.3/2.8 MB Progress (1): 1.3/2.8 MB Progress (1): 1.3/2.8 MB Progress (1): 1.3/2.8 MB Progress (1): 1.4/2.8 MB Progress (1): 1.4/2.8 MB Progress (1): 1.4/2.8 MB Progress (1): 1.4/2.8 MB Progress (1): 1.4/2.8 MB Progress (1): 1.4/2.8 MB Progress (1): 1.4/2.8 MB Progress (1): 1.4/2.8 MB Progress (1): 1.4/2.8 MB Progress (1): 1.4/2.8 MB Progress (1): 1.4/2.8 MB Progress (1): 1.4/2.8 MB Progress (1): 1.4/2.8 MB Progress (1): 1.4/2.8 MB Progress (1): 1.4/2.8 MB Progress (1): 1.4/2.8 MB Progress (1): 1.4/2.8 MB Progress (1): 1.4/2.8 MB Progress (1): 1.4/2.8 MB Progress (1): 1.4/2.8 MB Progress (1): 1.4/2.8 MB Progress (1): 1.4/2.8 MB Progress (1): 1.4/2.8 MB Progress (1): 1.4/2.8 MB Progress (1): 1.4/2.8 MB Progress (1): 1.5/2.8 MB Progress (1): 1.5/2.8 MB Progress (1): 1.5/2.8 MB Progress (1): 1.5/2.8 MB Progress (1): 1.5/2.8 MB Progress (1): 1.5/2.8 MB Progress (1): 1.5/2.8 MB Progress (1): 1.5/2.8 MB Progress (1): 1.5/2.8 MB Progress (1): 1.5/2.8 MB Progress (1): 1.5/2.8 MB Progress (1): 1.5/2.8 MB Progress (1): 1.5/2.8 MB Progress (1): 1.5/2.8 MB Progress (1): 1.5/2.8 MB Progress (1): 1.5/2.8 MB Progress (1): 1.5/2.8 MB Progress (1): 1.5/2.8 MB Progress (1): 1.5/2.8 MB Progress (1): 1.5/2.8 MB Progress (1): 1.5/2.8 MB Progress (1): 1.5/2.8 MB Progress (1): 1.5/2.8 MB Progress (1): 1.5/2.8 MB Progress (1): 1.6/2.8 MB Progress (1): 1.6/2.8 MB Progress (1): 1.6/2.8 MB Progress (1): 1.6/2.8 MB Progress (1): 1.6/2.8 MB Progress (1): 1.6/2.8 MB Progress (1): 1.6/2.8 MB Progress (1): 1.6/2.8 MB Progress (1): 1.6/2.8 MB Progress (1): 1.6/2.8 MB Progress (1): 1.6/2.8 MB Progress (1): 1.6/2.8 MB Progress (1): 1.6/2.8 MB Progress (1): 1.6/2.8 MB Progress (1): 1.6/2.8 MB Progress (1): 1.6/2.8 MB Progress (1): 1.6/2.8 MB Progress (1): 1.6/2.8 MB Progress (1): 1.6/2.8 MB Progress (1): 1.6/2.8 MB Progress (1): 1.6/2.8 MB Progress (1): 1.6/2.8 MB Progress (1): 1.6/2.8 MB Progress (1): 1.6/2.8 MB Progress (1): 1.7/2.8 MB Progress (1): 1.7/2.8 MB Progress (1): 1.7/2.8 MB Progress (1): 1.7/2.8 MB Progress (1): 1.7/2.8 MB Progress (1): 1.7/2.8 MB Progress (1): 1.7/2.8 MB Progress (1): 1.7/2.8 MB Progress (1): 1.7/2.8 MB Progress (1): 1.7/2.8 MB Progress (1): 1.7/2.8 MB Progress (1): 1.7/2.8 MB Progress (1): 1.7/2.8 MB Progress (1): 1.7/2.8 MB Progress (1): 1.7/2.8 MB Progress (1): 1.7/2.8 MB Progress (1): 1.7/2.8 MB Progress (1): 1.7/2.8 MB Progress (1): 1.7/2.8 MB Progress (1): 1.7/2.8 MB Progress (1): 1.7/2.8 MB Progress (1): 1.7/2.8 MB Progress (1): 1.7/2.8 MB Progress (1): 1.7/2.8 MB Progress (1): 1.7/2.8 MB Progress (1): 1.8/2.8 MB Progress (1): 1.8/2.8 MB Progress (1): 1.8/2.8 MB Progress (1): 1.8/2.8 MB Progress (1): 1.8/2.8 MB Progress (1): 1.8/2.8 MB Progress (1): 1.8/2.8 MB Progress (1): 1.8/2.8 MB Progress (1): 1.8/2.8 MB Progress (1): 1.8/2.8 MB Progress (1): 1.8/2.8 MB Progress (1): 1.8/2.8 MB Progress (1): 1.8/2.8 MB Progress (1): 1.8/2.8 MB Progress (1): 1.8/2.8 MB Progress (1): 1.8/2.8 MB Progress (1): 1.8/2.8 MB Progress (1): 1.8/2.8 MB Progress (1): 1.8/2.8 MB Progress (1): 1.8/2.8 MB Progress (1): 1.8/2.8 MB Progress (1): 1.8/2.8 MB Progress (1): 1.8/2.8 MB Progress (1): 1.8/2.8 MB Progress (1): 1.9/2.8 MB Progress (1): 1.9/2.8 MB Progress (1): 1.9/2.8 MB Progress (1): 1.9/2.8 MB Progress (1): 1.9/2.8 MB Progress (1): 1.9/2.8 MB Progress (1): 1.9/2.8 MB Progress (1): 1.9/2.8 MB Progress (1): 1.9/2.8 MB Progress (1): 1.9/2.8 MB Progress (1): 1.9/2.8 MB Progress (1): 1.9/2.8 MB Progress (1): 1.9/2.8 MB Progress (1): 1.9/2.8 MB Progress (1): 1.9/2.8 MB Progress (1): 1.9/2.8 MB Progress (1): 1.9/2.8 MB Progress (1): 1.9/2.8 MB Progress (1): 1.9/2.8 MB Progress (1): 1.9/2.8 MB Progress (1): 1.9/2.8 MB Progress (1): 1.9/2.8 MB Progress (1): 1.9/2.8 MB Progress (1): 1.9/2.8 MB Progress (1): 1.9/2.8 MB Progress (1): 2.0/2.8 MB Progress (1): 2.0/2.8 MB Progress (1): 2.0/2.8 MB Progress (1): 2.0/2.8 MB Progress (1): 2.0/2.8 MB Progress (1): 2.0/2.8 MB Progress (1): 2.0/2.8 MB Progress (1): 2.0/2.8 MB Progress (1): 2.0/2.8 MB Progress (1): 2.0/2.8 MB Progress (1): 2.0/2.8 MB Progress (1): 2.0/2.8 MB Progress (1): 2.0/2.8 MB Progress (1): 2.0/2.8 MB Progress (1): 2.0/2.8 MB Progress (1): 2.0/2.8 MB Progress (1): 2.0/2.8 MB Progress (1): 2.0/2.8 MB Progress (1): 2.0/2.8 MB Progress (1): 2.0/2.8 MB Progress (1): 2.0/2.8 MB Progress (1): 2.0/2.8 MB Progress (1): 2.0/2.8 MB Progress (1): 2.0/2.8 MB Progress (1): 2.1/2.8 MB Progress (1): 2.1/2.8 MB Progress (1): 2.1/2.8 MB Progress (1): 2.1/2.8 MB Progress (1): 2.1/2.8 MB Progress (1): 2.1/2.8 MB Progress (1): 2.1/2.8 MB Progress (1): 2.1/2.8 MB Progress (1): 2.1/2.8 MB Progress (1): 2.1/2.8 MB Progress (1): 2.1/2.8 MB Progress (1): 2.1/2.8 MB Progress (1): 2.1/2.8 MB Progress (1): 2.1/2.8 MB Progress (1): 2.1/2.8 MB Progress (1): 2.1/2.8 MB Progress (1): 2.1/2.8 MB Progress (1): 2.1/2.8 MB Progress (1): 2.1/2.8 MB Progress (1): 2.1/2.8 MB Progress (1): 2.1/2.8 MB Progress (1): 2.1/2.8 MB Progress (1): 2.1/2.8 MB Progress (1): 2.1/2.8 MB Progress (1): 2.1/2.8 MB Progress (1): 2.2/2.8 MB Progress (1): 2.2/2.8 MB Progress (1): 2.2/2.8 MB Progress (1): 2.2/2.8 MB Progress (1): 2.2/2.8 MB Progress (1): 2.2/2.8 MB Progress (1): 2.2/2.8 MB Progress (1): 2.2/2.8 MB Progress (1): 2.2/2.8 MB Progress (1): 2.2/2.8 MB Progress (1): 2.2/2.8 MB Progress (1): 2.2/2.8 MB Progress (1): 2.2/2.8 MB Progress (1): 2.2/2.8 MB Progress (1): 2.2/2.8 MB Progress (1): 2.2/2.8 MB Progress (1): 2.2/2.8 MB Progress (1): 2.2/2.8 MB Progress (1): 2.2/2.8 MB Progress (1): 2.2/2.8 MB Progress (1): 2.2/2.8 MB Progress (1): 2.2/2.8 MB Progress (1): 2.2/2.8 MB Progress (1): 2.2/2.8 MB Progress (1): 2.3/2.8 MB Progress (1): 2.3/2.8 MB Progress (1): 2.3/2.8 MB Progress (1): 2.3/2.8 MB Progress (1): 2.3/2.8 MB Progress (1): 2.3/2.8 MB Progress (1): 2.3/2.8 MB Progress (1): 2.3/2.8 MB Progress (1): 2.3/2.8 MB Progress (1): 2.3/2.8 MB Progress (1): 2.3/2.8 MB Progress (1): 2.3/2.8 MB Progress (1): 2.3/2.8 MB Progress (1): 2.3/2.8 MB Progress (1): 2.3/2.8 MB Progress (1): 2.3/2.8 MB Progress (1): 2.3/2.8 MB Progress (1): 2.3/2.8 MB Progress (1): 2.3/2.8 MB Progress (1): 2.3/2.8 MB Progress (1): 2.3/2.8 MB Progress (1): 2.3/2.8 MB Progress (1): 2.3/2.8 MB Progress (1): 2.3/2.8 MB Progress (1): 2.4/2.8 MB Progress (1): 2.4/2.8 MB Progress (1): 2.4/2.8 MB Progress (1): 2.4/2.8 MB Progress (1): 2.4/2.8 MB Progress (1): 2.4/2.8 MB Progress (1): 2.4/2.8 MB Progress (1): 2.4/2.8 MB Progress (1): 2.4/2.8 MB Progress (1): 2.4/2.8 MB Progress (1): 2.4/2.8 MB Progress (1): 2.4/2.8 MB Progress (1): 2.4/2.8 MB Progress (1): 2.4/2.8 MB Progress (1): 2.4/2.8 MB Progress (1): 2.4/2.8 MB Progress (1): 2.4/2.8 MB Progress (1): 2.4/2.8 MB Progress (1): 2.4/2.8 MB Progress (1): 2.4/2.8 MB Progress (1): 2.4/2.8 MB Progress (1): 2.4/2.8 MB Progress (1): 2.4/2.8 MB Progress (1): 2.4/2.8 MB Progress (1): 2.4/2.8 MB Progress (1): 2.5/2.8 MB Progress (1): 2.5/2.8 MB Progress (1): 2.5/2.8 MB Progress (1): 2.5/2.8 MB Progress (1): 2.5/2.8 MB Progress (1): 2.5/2.8 MB Progress (1): 2.5/2.8 MB Progress (1): 2.5/2.8 MB Progress (1): 2.5/2.8 MB Progress (1): 2.5/2.8 MB Progress (1): 2.5/2.8 MB Progress (1): 2.5/2.8 MB Progress (1): 2.5/2.8 MB Progress (1): 2.5/2.8 MB Progress (1): 2.5/2.8 MB Progress (1): 2.5/2.8 MB Progress (1): 2.5/2.8 MB Progress (1): 2.5/2.8 MB Progress (1): 2.5/2.8 MB Progress (1): 2.5/2.8 MB Progress (1): 2.5/2.8 MB Progress (1): 2.5/2.8 MB Progress (1): 2.5/2.8 MB Progress (1): 2.5/2.8 MB Progress (1): 2.6/2.8 MB Progress (1): 2.6/2.8 MB Progress (1): 2.6/2.8 MB Progress (1): 2.6/2.8 MB Progress (1): 2.6/2.8 MB Progress (1): 2.6/2.8 MB Progress (1): 2.6/2.8 MB Progress (1): 2.6/2.8 MB Progress (1): 2.6/2.8 MB Progress (1): 2.6/2.8 MB Progress (1): 2.6/2.8 MB Progress (1): 2.6/2.8 MB Progress (1): 2.6/2.8 MB Progress (1): 2.6/2.8 MB Progress (1): 2.6/2.8 MB Progress (1): 2.6/2.8 MB Progress (1): 2.6/2.8 MB Progress (1): 2.6/2.8 MB Progress (1): 2.6/2.8 MB Progress (1): 2.6/2.8 MB Progress (1): 2.6/2.8 MB Progress (1): 2.6/2.8 MB Progress (1): 2.6/2.8 MB Progress (1): 2.6/2.8 MB Progress (1): 2.6/2.8 MB Progress (1): 2.7/2.8 MB Progress (1): 2.7/2.8 MB Progress (1): 2.7/2.8 MB Progress (1): 2.7/2.8 MB Progress (1): 2.7/2.8 MB Progress (1): 2.7/2.8 MB Progress (1): 2.7/2.8 MB Progress (1): 2.7/2.8 MB Progress (1): 2.7/2.8 MB Progress (1): 2.7/2.8 MB Progress (1): 2.7/2.8 MB Progress (1): 2.7/2.8 MB Progress (1): 2.7/2.8 MB Progress (1): 2.7/2.8 MB Progress (1): 2.7/2.8 MB Progress (1): 2.7/2.8 MB Progress (1): 2.7/2.8 MB Progress (1): 2.7/2.8 MB Progress (1): 2.7/2.8 MB Progress (1): 2.7/2.8 MB Progress (1): 2.7/2.8 MB Progress (1): 2.7/2.8 MB Progress (1): 2.7/2.8 MB Progress (1): 2.7/2.8 MB Progress (1): 2.8/2.8 MB Progress (1): 2.8/2.8 MB Progress (1): 2.8/2.8 MB Progress (1): 2.8/2.8 MB Progress (1): 2.8/2.8 MB Progress (1): 2.8/2.8 MB Progress (1): 2.8/2.8 MB Progress (1): 2.8/2.8 MB Progress (1): 2.8/2.8 MB Progress (1): 2.8/2.8 MB Progress (1): 2.8/2.8 MB Progress (1): 2.8/2.8 MB Progress (1): 2.8/2.8 MB Progress (1): 2.8/2.8 MB Progress (1): 2.8/2.8 MB Progress (1): 2.8/2.8 MB Progress (1): 2.8 MB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jdt/ecj/3.15.1/ecj-3.15.1.jar (2.8 MB at 5.1 MB/s) [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.swtbot.ant.junit --- [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent! [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/swtbot-sonar/org.eclipse.swtbot.ant.junit/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.eclipse.swtbot.ant.junit --- [WARNING] bundle localization file /home/jenkins/agent/workspace/swtbot-sonar/org.eclipse.swtbot.ant.junit/plugin.properties not found [INFO] Building jar: /home/jenkins/agent/workspace/swtbot-sonar/org.eclipse.swtbot.ant.junit/target/org.eclipse.swtbot.ant.junit-2.9.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.eclipse.swtbot.ant.junit --- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:package-plugin (default-package-plugin) @ org.eclipse.swtbot.ant.junit --- [INFO] Building jar: /home/jenkins/agent/workspace/swtbot-sonar/org.eclipse.swtbot.ant.junit/target/org.eclipse.swtbot.ant.junit-2.9.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.swtbot.ant.junit --- [INFO] [INFO] --- tycho-source-feature-plugin:1.3.0:source-feature (source-feature) @ org.eclipse.swtbot.ant.junit --- [INFO] [INFO] --- tycho-pack200a-plugin:1.3.0:normalize (pack200-normalize) @ org.eclipse.swtbot.ant.junit --- [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/swtbot-sonar/org.eclipse.swtbot.ant.junit/target/org.eclipse.swtbot.ant.junit-2.9.0-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.3:sign (sign) @ org.eclipse.swtbot.ant.junit --- [INFO] Skip jar signing [INFO] [INFO] --- tycho-pack200b-plugin:1.3.0:pack (pack200-pack) @ org.eclipse.swtbot.ant.junit --- [INFO] Pack200 packing jar /home/jenkins/agent/workspace/swtbot-sonar/org.eclipse.swtbot.ant.junit/target/org.eclipse.swtbot.ant.junit-2.9.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (p2-metadata) @ org.eclipse.swtbot.ant.junit --- [INFO] [INFO] ----< org.eclipse.swtbot.features:org.eclipse.swtbot.eclipse.core >----- [INFO] Building org.eclipse.swtbot.eclipse.core 2.9.0-SNAPSHOT [16/58] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.swtbot.eclipse.core --- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.swtbot.eclipse.core --- [INFO] The project's OSGi version is 2.9.0.202001241910 [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.swtbot.eclipse.core --- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.swtbot.eclipse.core --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.4.201502262128:prepare-agent (default) @ org.eclipse.swtbot.eclipse.core --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/swtbot-sonar/.repository/org/jacoco/org.jacoco.agent/0.7.4.201502262128/org.jacoco.agent-0.7.4.201502262128-runtime.jar=destfile=/home/jenkins/agent/workspace/swtbot-sonar/target/jacoco.exec,append=true,includes=org.eclipse.swtbot.* [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.swtbot.eclipse.core --- [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent! [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/swtbot-sonar/org.eclipse.swtbot.eclipse.core/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.3.0:compile (default-compile) @ org.eclipse.swtbot.eclipse.core --- [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/swtbot-sonar/org.eclipse.swtbot.eclipse.core/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.swtbot.eclipse.core --- [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent! [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/swtbot-sonar/org.eclipse.swtbot.eclipse.core/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.eclipse.swtbot.eclipse.core --- [INFO] Building jar: /home/jenkins/agent/workspace/swtbot-sonar/org.eclipse.swtbot.eclipse.core/target/org.eclipse.swtbot.eclipse.core-2.9.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.eclipse.swtbot.eclipse.core --- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:package-plugin (default-package-plugin) @ org.eclipse.swtbot.eclipse.core --- [INFO] Building jar: /home/jenkins/agent/workspace/swtbot-sonar/org.eclipse.swtbot.eclipse.core/target/org.eclipse.swtbot.eclipse.core-2.9.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.swtbot.eclipse.core --- [INFO] [INFO] --- tycho-source-feature-plugin:1.3.0:source-feature (source-feature) @ org.eclipse.swtbot.eclipse.core --- [INFO] [INFO] --- tycho-pack200a-plugin:1.3.0:normalize (pack200-normalize) @ org.eclipse.swtbot.eclipse.core --- [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/swtbot-sonar/org.eclipse.swtbot.eclipse.core/target/org.eclipse.swtbot.eclipse.core-2.9.0-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.3:sign (sign) @ org.eclipse.swtbot.eclipse.core --- [INFO] Skip jar signing [INFO] [INFO] --- tycho-pack200b-plugin:1.3.0:pack (pack200-pack) @ org.eclipse.swtbot.eclipse.core --- [INFO] Pack200 packing jar /home/jenkins/agent/workspace/swtbot-sonar/org.eclipse.swtbot.eclipse.core/target/org.eclipse.swtbot.eclipse.core-2.9.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (p2-metadata) @ org.eclipse.swtbot.eclipse.core --- [INFO] [INFO] ------< org.eclipse.swtbot.plugins:org.eclipse.swtbot.swt.finder >------ [INFO] Building org.eclipse.swtbot.swt.finder 2.9.0-SNAPSHOT [17/58] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.swtbot.swt.finder --- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.swtbot.swt.finder --- [INFO] The project's OSGi version is 2.9.0.202001241910 [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.swtbot.swt.finder --- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.swtbot.swt.finder --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.4.201502262128:prepare-agent (default) @ org.eclipse.swtbot.swt.finder --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/swtbot-sonar/.repository/org/jacoco/org.jacoco.agent/0.7.4.201502262128/org.jacoco.agent-0.7.4.201502262128-runtime.jar=destfile=/home/jenkins/agent/workspace/swtbot-sonar/target/jacoco.exec,append=true,includes=org.eclipse.swtbot.* [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.swtbot.swt.finder --- [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent! [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/swtbot-sonar/org.eclipse.swtbot.swt.finder/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.3.0:compile (default-compile) @ org.eclipse.swtbot.swt.finder --- [INFO] Compiling 159 source files to /home/jenkins/agent/workspace/swtbot-sonar/org.eclipse.swtbot.swt.finder/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.swtbot.swt.finder --- [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent! [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/swtbot-sonar/org.eclipse.swtbot.swt.finder/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.eclipse.swtbot.swt.finder --- [INFO] Building jar: /home/jenkins/agent/workspace/swtbot-sonar/org.eclipse.swtbot.swt.finder/target/org.eclipse.swtbot.swt.finder-2.9.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.eclipse.swtbot.swt.finder --- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:package-plugin (default-package-plugin) @ org.eclipse.swtbot.swt.finder --- [INFO] Building jar: /home/jenkins/agent/workspace/swtbot-sonar/org.eclipse.swtbot.swt.finder/target/org.eclipse.swtbot.swt.finder-2.9.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.swtbot.swt.finder --- [INFO] [INFO] --- tycho-source-feature-plugin:1.3.0:source-feature (source-feature) @ org.eclipse.swtbot.swt.finder --- [INFO] [INFO] --- tycho-pack200a-plugin:1.3.0:normalize (pack200-normalize) @ org.eclipse.swtbot.swt.finder --- [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/swtbot-sonar/org.eclipse.swtbot.swt.finder/target/org.eclipse.swtbot.swt.finder-2.9.0-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.3:sign (sign) @ org.eclipse.swtbot.swt.finder --- [INFO] Skip jar signing [INFO] [INFO] --- tycho-pack200b-plugin:1.3.0:pack (pack200-pack) @ org.eclipse.swtbot.swt.finder --- [INFO] Pack200 packing jar /home/jenkins/agent/workspace/swtbot-sonar/org.eclipse.swtbot.swt.finder/target/org.eclipse.swtbot.swt.finder-2.9.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (p2-metadata) @ org.eclipse.swtbot.swt.finder --- [INFO] [INFO] ---< org.eclipse.swtbot.features:org.eclipse.swtbot.eclipse.finder >---- [INFO] Building org.eclipse.swtbot.eclipse.finder 2.9.0-SNAPSHOT [18/58] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.swtbot.eclipse.finder --- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.swtbot.eclipse.finder --- [INFO] The project's OSGi version is 2.9.0.202001241910 [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.swtbot.eclipse.finder --- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.swtbot.eclipse.finder --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.4.201502262128:prepare-agent (default) @ org.eclipse.swtbot.eclipse.finder --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/swtbot-sonar/.repository/org/jacoco/org.jacoco.agent/0.7.4.201502262128/org.jacoco.agent-0.7.4.201502262128-runtime.jar=destfile=/home/jenkins/agent/workspace/swtbot-sonar/target/jacoco.exec,append=true,includes=org.eclipse.swtbot.* [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.swtbot.eclipse.finder --- [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent! [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/swtbot-sonar/org.eclipse.swtbot.eclipse.finder/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.3.0:compile (default-compile) @ org.eclipse.swtbot.eclipse.finder --- [INFO] Compiling 30 source files to /home/jenkins/agent/workspace/swtbot-sonar/org.eclipse.swtbot.eclipse.finder/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.swtbot.eclipse.finder --- [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent! [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/swtbot-sonar/org.eclipse.swtbot.eclipse.finder/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.eclipse.swtbot.eclipse.finder --- [INFO] Building jar: /home/jenkins/agent/workspace/swtbot-sonar/org.eclipse.swtbot.eclipse.finder/target/org.eclipse.swtbot.eclipse.finder-2.9.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.eclipse.swtbot.eclipse.finder --- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:package-plugin (default-package-plugin) @ org.eclipse.swtbot.eclipse.finder --- [INFO] Building jar: /home/jenkins/agent/workspace/swtbot-sonar/org.eclipse.swtbot.eclipse.finder/target/org.eclipse.swtbot.eclipse.finder-2.9.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.swtbot.eclipse.finder --- [INFO] [INFO] --- tycho-source-feature-plugin:1.3.0:source-feature (source-feature) @ org.eclipse.swtbot.eclipse.finder --- [INFO] [INFO] --- tycho-pack200a-plugin:1.3.0:normalize (pack200-normalize) @ org.eclipse.swtbot.eclipse.finder --- [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/swtbot-sonar/org.eclipse.swtbot.eclipse.finder/target/org.eclipse.swtbot.eclipse.finder-2.9.0-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.3:sign (sign) @ org.eclipse.swtbot.eclipse.finder --- [INFO] Skip jar signing [INFO] [INFO] --- tycho-pack200b-plugin:1.3.0:pack (pack200-pack) @ org.eclipse.swtbot.eclipse.finder --- [INFO] Pack200 packing jar /home/jenkins/agent/workspace/swtbot-sonar/org.eclipse.swtbot.eclipse.finder/target/org.eclipse.swtbot.eclipse.finder-2.9.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (p2-metadata) @ org.eclipse.swtbot.eclipse.finder --- [INFO] [INFO] ------< org.eclipse.swtbot.features:org.eclipse.swtbot.e4.finder >------ [INFO] Building org.eclipse.swtbot.e4.finder 2.9.0-SNAPSHOT [19/58] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.swtbot.e4.finder --- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.swtbot.e4.finder --- [INFO] The project's OSGi version is 2.9.0.202001241910 [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.swtbot.e4.finder --- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.swtbot.e4.finder --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.4.201502262128:prepare-agent (default) @ org.eclipse.swtbot.e4.finder --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/swtbot-sonar/.repository/org/jacoco/org.jacoco.agent/0.7.4.201502262128/org.jacoco.agent-0.7.4.201502262128-runtime.jar=destfile=/home/jenkins/agent/workspace/swtbot-sonar/target/jacoco.exec,append=true,includes=org.eclipse.swtbot.* [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.swtbot.e4.finder --- [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent! [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/swtbot-sonar/org.eclipse.swtbot.e4.finder/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.3.0:compile (default-compile) @ org.eclipse.swtbot.e4.finder --- [INFO] Compiling 14 source files to /home/jenkins/agent/workspace/swtbot-sonar/org.eclipse.swtbot.e4.finder/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.swtbot.e4.finder --- [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent! [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/swtbot-sonar/org.eclipse.swtbot.e4.finder/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.eclipse.swtbot.e4.finder --- [INFO] Building jar: /home/jenkins/agent/workspace/swtbot-sonar/org.eclipse.swtbot.e4.finder/target/org.eclipse.swtbot.e4.finder-2.9.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.eclipse.swtbot.e4.finder --- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:package-plugin (default-package-plugin) @ org.eclipse.swtbot.e4.finder --- [INFO] Building jar: /home/jenkins/agent/workspace/swtbot-sonar/org.eclipse.swtbot.e4.finder/target/org.eclipse.swtbot.e4.finder-2.9.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.swtbot.e4.finder --- [INFO] [INFO] --- tycho-source-feature-plugin:1.3.0:source-feature (source-feature) @ org.eclipse.swtbot.e4.finder --- [INFO] [INFO] --- tycho-pack200a-plugin:1.3.0:normalize (pack200-normalize) @ org.eclipse.swtbot.e4.finder --- [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/swtbot-sonar/org.eclipse.swtbot.e4.finder/target/org.eclipse.swtbot.e4.finder-2.9.0-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.3:sign (sign) @ org.eclipse.swtbot.e4.finder --- [INFO] Skip jar signing [INFO] [INFO] --- tycho-pack200b-plugin:1.3.0:pack (pack200-pack) @ org.eclipse.swtbot.e4.finder --- [INFO] Pack200 packing jar /home/jenkins/agent/workspace/swtbot-sonar/org.eclipse.swtbot.e4.finder/target/org.eclipse.swtbot.e4.finder-2.9.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (p2-metadata) @ org.eclipse.swtbot.e4.finder --- [INFO] [INFO] -------< org.eclipse.swtbot.plugins:org.eclipse.swtbot.junit4_x >------- [INFO] Building org.eclipse.swtbot.junit4_x 2.9.0-SNAPSHOT [20/58] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.swtbot.junit4_x --- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.swtbot.junit4_x --- [INFO] The project's OSGi version is 2.9.0.202001241910 [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.swtbot.junit4_x --- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.swtbot.junit4_x --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.4.201502262128:prepare-agent (default) @ org.eclipse.swtbot.junit4_x --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/swtbot-sonar/.repository/org/jacoco/org.jacoco.agent/0.7.4.201502262128/org.jacoco.agent-0.7.4.201502262128-runtime.jar=destfile=/home/jenkins/agent/workspace/swtbot-sonar/target/jacoco.exec,append=true,includes=org.eclipse.swtbot.* [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.swtbot.junit4_x --- [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent! [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/swtbot-sonar/org.eclipse.swtbot.junit4_x/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.3.0:compile (default-compile) @ org.eclipse.swtbot.junit4_x --- [INFO] Compiling 7 source files to /home/jenkins/agent/workspace/swtbot-sonar/org.eclipse.swtbot.junit4_x/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.swtbot.junit4_x --- [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent! [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/swtbot-sonar/org.eclipse.swtbot.junit4_x/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.eclipse.swtbot.junit4_x --- [INFO] Building jar: /home/jenkins/agent/workspace/swtbot-sonar/org.eclipse.swtbot.junit4_x/target/org.eclipse.swtbot.junit4_x-2.9.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.eclipse.swtbot.junit4_x --- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:package-plugin (default-package-plugin) @ org.eclipse.swtbot.junit4_x --- [INFO] Building jar: /home/jenkins/agent/workspace/swtbot-sonar/org.eclipse.swtbot.junit4_x/target/org.eclipse.swtbot.junit4_x-2.9.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.swtbot.junit4_x --- [INFO] [INFO] --- tycho-source-feature-plugin:1.3.0:source-feature (source-feature) @ org.eclipse.swtbot.junit4_x --- [INFO] [INFO] --- tycho-pack200a-plugin:1.3.0:normalize (pack200-normalize) @ org.eclipse.swtbot.junit4_x --- [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/swtbot-sonar/org.eclipse.swtbot.junit4_x/target/org.eclipse.swtbot.junit4_x-2.9.0-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.3:sign (sign) @ org.eclipse.swtbot.junit4_x --- [INFO] Skip jar signing [INFO] [INFO] --- tycho-pack200b-plugin:1.3.0:pack (pack200-pack) @ org.eclipse.swtbot.junit4_x --- [INFO] Pack200 packing jar /home/jenkins/agent/workspace/swtbot-sonar/org.eclipse.swtbot.junit4_x/target/org.eclipse.swtbot.junit4_x-2.9.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (p2-metadata) @ org.eclipse.swtbot.junit4_x --- [INFO] [INFO] -----------< org.eclipse.swtbot.features:org.eclipse.swtbot >----------- [INFO] Building org.eclipse.swtbot 2.9.0-SNAPSHOT [21/58] [INFO] --------------------------[ eclipse-feature ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.swtbot --- [INFO] Deleting /home/jenkins/agent/workspace/swtbot-sonar/org.eclipse.swtbot/target [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.swtbot --- [INFO] The project's OSGi version is 2.9.0.202001241910 [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.swtbot --- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.swtbot --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.4.201502262128:prepare-agent (default) @ org.eclipse.swtbot --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/swtbot-sonar/.repository/org/jacoco/org.jacoco.agent/0.7.4.201502262128/org.jacoco.agent-0.7.4.201502262128-runtime.jar=destfile=/home/jenkins/agent/workspace/swtbot-sonar/target/jacoco.exec,append=true,includes=org.eclipse.swtbot.* [INFO] [INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.eclipse.swtbot --- [INFO] [INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.eclipse.swtbot --- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:package-feature (default-package-feature) @ org.eclipse.swtbot --- [INFO] Building jar: /home/jenkins/agent/workspace/swtbot-sonar/org.eclipse.swtbot/target/org.eclipse.swtbot-2.9.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.swtbot --- [INFO] [INFO] --- tycho-p2-plugin:1.3.0:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.swtbot --- [INFO] [INFO] --- tycho-source-feature-plugin:1.3.0:source-feature (source-feature) @ org.eclipse.swtbot --- [INFO] Building jar: /home/jenkins/agent/workspace/swtbot-sonar/org.eclipse.swtbot/target/org.eclipse.swtbot-2.9.0-SNAPSHOT-sources-feature.jar [INFO] [INFO] --- tycho-pack200a-plugin:1.3.0:normalize (pack200-normalize) @ org.eclipse.swtbot --- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.3:sign (sign) @ org.eclipse.swtbot --- [INFO] Skip jar signing [INFO] [INFO] --- tycho-pack200b-plugin:1.3.0:pack (pack200-pack) @ org.eclipse.swtbot --- [INFO] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (p2-metadata) @ org.eclipse.swtbot --- [INFO] [INFO] -----< org.eclipse.swtbot.plugins:org.eclipse.swtbot.forms.finder >----- [INFO] Building org.eclipse.swtbot.forms.finder 2.9.0-SNAPSHOT [22/58] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.swtbot.forms.finder --- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.swtbot.forms.finder --- [INFO] The project's OSGi version is 2.9.0.202001241910 [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.swtbot.forms.finder --- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.swtbot.forms.finder --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.4.201502262128:prepare-agent (default) @ org.eclipse.swtbot.forms.finder --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/swtbot-sonar/.repository/org/jacoco/org.jacoco.agent/0.7.4.201502262128/org.jacoco.agent-0.7.4.201502262128-runtime.jar=destfile=/home/jenkins/agent/workspace/swtbot-sonar/target/jacoco.exec,append=true,includes=org.eclipse.swtbot.* [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.swtbot.forms.finder --- [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent! [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/swtbot-sonar/org.eclipse.swtbot.forms.finder/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.3.0:compile (default-compile) @ org.eclipse.swtbot.forms.finder --- [INFO] Compiling 3 source files to /home/jenkins/agent/workspace/swtbot-sonar/org.eclipse.swtbot.forms.finder/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.swtbot.forms.finder --- [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent! [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/swtbot-sonar/org.eclipse.swtbot.forms.finder/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.eclipse.swtbot.forms.finder --- [INFO] Building jar: /home/jenkins/agent/workspace/swtbot-sonar/org.eclipse.swtbot.forms.finder/target/org.eclipse.swtbot.forms.finder-2.9.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.eclipse.swtbot.forms.finder --- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:package-plugin (default-package-plugin) @ org.eclipse.swtbot.forms.finder --- [INFO] Building jar: /home/jenkins/agent/workspace/swtbot-sonar/org.eclipse.swtbot.forms.finder/target/org.eclipse.swtbot.forms.finder-2.9.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.swtbot.forms.finder --- [INFO] [INFO] --- tycho-source-feature-plugin:1.3.0:source-feature (source-feature) @ org.eclipse.swtbot.forms.finder --- [INFO] [INFO] --- tycho-pack200a-plugin:1.3.0:normalize (pack200-normalize) @ org.eclipse.swtbot.forms.finder --- [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/swtbot-sonar/org.eclipse.swtbot.forms.finder/target/org.eclipse.swtbot.forms.finder-2.9.0-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.3:sign (sign) @ org.eclipse.swtbot.forms.finder --- [INFO] Skip jar signing [INFO] [INFO] --- tycho-pack200b-plugin:1.3.0:pack (pack200-pack) @ org.eclipse.swtbot.forms.finder --- [INFO] Pack200 packing jar /home/jenkins/agent/workspace/swtbot-sonar/org.eclipse.swtbot.forms.finder/target/org.eclipse.swtbot.forms.finder-2.9.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (p2-metadata) @ org.eclipse.swtbot.forms.finder --- [INFO] [INFO] --------< org.eclipse.swtbot.features:org.eclipse.swtbot.forms >-------- [INFO] Building org.eclipse.swtbot.forms 2.9.0-SNAPSHOT [23/58] [INFO] --------------------------[ eclipse-feature ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.swtbot.forms --- [INFO] Deleting /home/jenkins/agent/workspace/swtbot-sonar/org.eclipse.swtbot.forms/target [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.swtbot.forms --- [INFO] The project's OSGi version is 2.9.0.202001241910 [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.swtbot.forms --- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.swtbot.forms --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.4.201502262128:prepare-agent (default) @ org.eclipse.swtbot.forms --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/swtbot-sonar/.repository/org/jacoco/org.jacoco.agent/0.7.4.201502262128/org.jacoco.agent-0.7.4.201502262128-runtime.jar=destfile=/home/jenkins/agent/workspace/swtbot-sonar/target/jacoco.exec,append=true,includes=org.eclipse.swtbot.* [INFO] [INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.eclipse.swtbot.forms --- [INFO] [INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.eclipse.swtbot.forms --- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:package-feature (default-package-feature) @ org.eclipse.swtbot.forms --- [INFO] Building jar: /home/jenkins/agent/workspace/swtbot-sonar/org.eclipse.swtbot.forms/target/org.eclipse.swtbot.forms-2.9.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.swtbot.forms --- [INFO] [INFO] --- tycho-p2-plugin:1.3.0:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.swtbot.forms --- [INFO] [INFO] --- tycho-source-feature-plugin:1.3.0:source-feature (source-feature) @ org.eclipse.swtbot.forms --- [INFO] Building jar: /home/jenkins/agent/workspace/swtbot-sonar/org.eclipse.swtbot.forms/target/org.eclipse.swtbot.forms-2.9.0-SNAPSHOT-sources-feature.jar [INFO] [INFO] --- tycho-pack200a-plugin:1.3.0:normalize (pack200-normalize) @ org.eclipse.swtbot.forms --- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.3:sign (sign) @ org.eclipse.swtbot.forms --- [INFO] Skip jar signing [INFO] [INFO] --- tycho-pack200b-plugin:1.3.0:pack (pack200-pack) @ org.eclipse.swtbot.forms --- [INFO] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (p2-metadata) @ org.eclipse.swtbot.forms --- [INFO] [INFO] ----------< org.eclipse.swtbot.plugins:org.eclipse.swtbot.go >---------- [INFO] Building org.eclipse.swtbot.go 2.9.0-SNAPSHOT [24/58] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.swtbot.go --- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.swtbot.go --- [INFO] The project's OSGi version is 2.9.0.202001241910 [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.swtbot.go --- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.swtbot.go --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.4.201502262128:prepare-agent (default) @ org.eclipse.swtbot.go --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/swtbot-sonar/.repository/org/jacoco/org.jacoco.agent/0.7.4.201502262128/org.jacoco.agent-0.7.4.201502262128-runtime.jar=destfile=/home/jenkins/agent/workspace/swtbot-sonar/target/jacoco.exec,append=true,includes=org.eclipse.swtbot.* [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.swtbot.go --- [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent! [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/swtbot-sonar/org.eclipse.swtbot.go/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.3.0:compile (default-compile) @ org.eclipse.swtbot.go --- [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.swtbot.go --- [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent! [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/swtbot-sonar/org.eclipse.swtbot.go/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.eclipse.swtbot.go --- [INFO] Building jar: /home/jenkins/agent/workspace/swtbot-sonar/org.eclipse.swtbot.go/target/org.eclipse.swtbot.go-2.9.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.eclipse.swtbot.go --- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:package-plugin (default-package-plugin) @ org.eclipse.swtbot.go --- [INFO] Building jar: /home/jenkins/agent/workspace/swtbot-sonar/org.eclipse.swtbot.go/target/org.eclipse.swtbot.go-2.9.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.swtbot.go --- [INFO] [INFO] --- tycho-source-feature-plugin:1.3.0:source-feature (source-feature) @ org.eclipse.swtbot.go --- [INFO] [INFO] --- tycho-pack200a-plugin:1.3.0:normalize (pack200-normalize) @ org.eclipse.swtbot.go --- [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/swtbot-sonar/org.eclipse.swtbot.go/target/org.eclipse.swtbot.go-2.9.0-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.3:sign (sign) @ org.eclipse.swtbot.go --- [INFO] Skip jar signing [INFO] [INFO] --- tycho-pack200b-plugin:1.3.0:pack (pack200-pack) @ org.eclipse.swtbot.go --- [INFO] Pack200 packing jar /home/jenkins/agent/workspace/swtbot-sonar/org.eclipse.swtbot.go/target/org.eclipse.swtbot.go-2.9.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (p2-metadata) @ org.eclipse.swtbot.go --- [INFO] [INFO] -------< org.eclipse.swtbot.features:org.eclipse.swtbot.eclipse >------- [INFO] Building org.eclipse.swtbot.eclipse 2.9.0-SNAPSHOT [25/58] [INFO] --------------------------[ eclipse-feature ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.swtbot.eclipse --- [INFO] Deleting /home/jenkins/agent/workspace/swtbot-sonar/org.eclipse.swtbot.eclipse/target [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.swtbot.eclipse --- [INFO] The project's OSGi version is 2.9.0.202001241910 [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.swtbot.eclipse --- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.swtbot.eclipse --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.4.201502262128:prepare-agent (default) @ org.eclipse.swtbot.eclipse --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/swtbot-sonar/.repository/org/jacoco/org.jacoco.agent/0.7.4.201502262128/org.jacoco.agent-0.7.4.201502262128-runtime.jar=destfile=/home/jenkins/agent/workspace/swtbot-sonar/target/jacoco.exec,append=true,includes=org.eclipse.swtbot.* [INFO] [INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.eclipse.swtbot.eclipse --- [INFO] [INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.eclipse.swtbot.eclipse --- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:package-feature (default-package-feature) @ org.eclipse.swtbot.eclipse --- [INFO] Building jar: /home/jenkins/agent/workspace/swtbot-sonar/org.eclipse.swtbot.eclipse/target/org.eclipse.swtbot.eclipse-2.9.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.swtbot.eclipse --- [INFO] [INFO] --- tycho-p2-plugin:1.3.0:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.swtbot.eclipse --- [INFO] [INFO] --- tycho-source-feature-plugin:1.3.0:source-feature (source-feature) @ org.eclipse.swtbot.eclipse --- [INFO] Building jar: /home/jenkins/agent/workspace/swtbot-sonar/org.eclipse.swtbot.eclipse/target/org.eclipse.swtbot.eclipse-2.9.0-SNAPSHOT-sources-feature.jar [INFO] [INFO] --- tycho-pack200a-plugin:1.3.0:normalize (pack200-normalize) @ org.eclipse.swtbot.eclipse --- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.3:sign (sign) @ org.eclipse.swtbot.eclipse --- [INFO] Skip jar signing [INFO] [INFO] --- tycho-pack200b-plugin:1.3.0:pack (pack200-pack) @ org.eclipse.swtbot.eclipse --- [INFO] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (p2-metadata) @ org.eclipse.swtbot.eclipse --- [INFO] [INFO] -----< org.eclipse.swtbot.features:org.eclipse.swtbot.eclipse.dsl >----- [INFO] Building org.eclipse.swtbot.eclipse.dsl 2.9.0-SNAPSHOT [26/58] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.swtbot.eclipse.dsl --- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.swtbot.eclipse.dsl --- [INFO] The project's OSGi version is 2.9.0.202001241910 [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.swtbot.eclipse.dsl --- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.swtbot.eclipse.dsl --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.4.201502262128:prepare-agent (default) @ org.eclipse.swtbot.eclipse.dsl --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/swtbot-sonar/.repository/org/jacoco/org.jacoco.agent/0.7.4.201502262128/org.jacoco.agent-0.7.4.201502262128-runtime.jar=destfile=/home/jenkins/agent/workspace/swtbot-sonar/target/jacoco.exec,append=true,includes=org.eclipse.swtbot.* [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.swtbot.eclipse.dsl --- [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent! [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/swtbot-sonar/org.eclipse.swtbot.eclipse.dsl/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.3.0:compile (default-compile) @ org.eclipse.swtbot.eclipse.dsl --- [INFO] Compiling 4 source files to /home/jenkins/agent/workspace/swtbot-sonar/org.eclipse.swtbot.eclipse.dsl/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.swtbot.eclipse.dsl --- [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent! [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/swtbot-sonar/org.eclipse.swtbot.eclipse.dsl/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.eclipse.swtbot.eclipse.dsl --- [INFO] Building jar: /home/jenkins/agent/workspace/swtbot-sonar/org.eclipse.swtbot.eclipse.dsl/target/org.eclipse.swtbot.eclipse.dsl-2.9.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.eclipse.swtbot.eclipse.dsl --- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:package-plugin (default-package-plugin) @ org.eclipse.swtbot.eclipse.dsl --- [INFO] Building jar: /home/jenkins/agent/workspace/swtbot-sonar/org.eclipse.swtbot.eclipse.dsl/target/org.eclipse.swtbot.eclipse.dsl-2.9.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.swtbot.eclipse.dsl --- [INFO] [INFO] --- tycho-source-feature-plugin:1.3.0:source-feature (source-feature) @ org.eclipse.swtbot.eclipse.dsl --- [INFO] [INFO] --- tycho-pack200a-plugin:1.3.0:normalize (pack200-normalize) @ org.eclipse.swtbot.eclipse.dsl --- [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/swtbot-sonar/org.eclipse.swtbot.eclipse.dsl/target/org.eclipse.swtbot.eclipse.dsl-2.9.0-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.3:sign (sign) @ org.eclipse.swtbot.eclipse.dsl --- [INFO] Skip jar signing [INFO] [INFO] --- tycho-pack200b-plugin:1.3.0:pack (pack200-pack) @ org.eclipse.swtbot.eclipse.dsl --- [INFO] Pack200 packing jar /home/jenkins/agent/workspace/swtbot-sonar/org.eclipse.swtbot.eclipse.dsl/target/org.eclipse.swtbot.eclipse.dsl-2.9.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (p2-metadata) @ org.eclipse.swtbot.eclipse.dsl --- [INFO] [INFO] --< org.eclipse.swtbot.plugins:org.eclipse.swtbot.eclipse.gef.finder >-- [INFO] Building org.eclipse.swtbot.eclipse.gef.finder 2.9.0-SNAPSHOT [27/58] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.swtbot.eclipse.gef.finder --- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.swtbot.eclipse.gef.finder --- [INFO] The project's OSGi version is 2.9.0.202001241910 [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.swtbot.eclipse.gef.finder --- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.swtbot.eclipse.gef.finder --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.4.201502262128:prepare-agent (default) @ org.eclipse.swtbot.eclipse.gef.finder --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/swtbot-sonar/.repository/org/jacoco/org.jacoco.agent/0.7.4.201502262128/org.jacoco.agent-0.7.4.201502262128-runtime.jar=destfile=/home/jenkins/agent/workspace/swtbot-sonar/target/jacoco.exec,append=true,includes=org.eclipse.swtbot.* [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.swtbot.eclipse.gef.finder --- [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent! [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/swtbot-sonar/org.eclipse.swtbot.eclipse.gef.finder/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.3.0:compile (default-compile) @ org.eclipse.swtbot.eclipse.gef.finder --- [INFO] Compiling 15 source files to /home/jenkins/agent/workspace/swtbot-sonar/org.eclipse.swtbot.eclipse.gef.finder/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.swtbot.eclipse.gef.finder --- [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent! [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/swtbot-sonar/org.eclipse.swtbot.eclipse.gef.finder/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.eclipse.swtbot.eclipse.gef.finder --- [INFO] Building jar: /home/jenkins/agent/workspace/swtbot-sonar/org.eclipse.swtbot.eclipse.gef.finder/target/org.eclipse.swtbot.eclipse.gef.finder-2.9.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.eclipse.swtbot.eclipse.gef.finder --- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:package-plugin (default-package-plugin) @ org.eclipse.swtbot.eclipse.gef.finder --- [INFO] Building jar: /home/jenkins/agent/workspace/swtbot-sonar/org.eclipse.swtbot.eclipse.gef.finder/target/org.eclipse.swtbot.eclipse.gef.finder-2.9.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.swtbot.eclipse.gef.finder --- [INFO] [INFO] --- tycho-source-feature-plugin:1.3.0:source-feature (source-feature) @ org.eclipse.swtbot.eclipse.gef.finder --- [INFO] [INFO] --- tycho-pack200a-plugin:1.3.0:normalize (pack200-normalize) @ org.eclipse.swtbot.eclipse.gef.finder --- [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/swtbot-sonar/org.eclipse.swtbot.eclipse.gef.finder/target/org.eclipse.swtbot.eclipse.gef.finder-2.9.0-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.3:sign (sign) @ org.eclipse.swtbot.eclipse.gef.finder --- [INFO] Skip jar signing [INFO] [INFO] --- tycho-pack200b-plugin:1.3.0:pack (pack200-pack) @ org.eclipse.swtbot.eclipse.gef.finder --- [INFO] Pack200 packing jar /home/jenkins/agent/workspace/swtbot-sonar/org.eclipse.swtbot.eclipse.gef.finder/target/org.eclipse.swtbot.eclipse.gef.finder-2.9.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (p2-metadata) @ org.eclipse.swtbot.eclipse.gef.finder --- [INFO] [INFO] -----< org.eclipse.swtbot.plugins:org.eclipse.swtbot.eclipse.spy >------ [INFO] Building org.eclipse.swtbot.eclipse.spy 2.9.0-SNAPSHOT [28/58] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.swtbot.eclipse.spy --- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.swtbot.eclipse.spy --- [INFO] The project's OSGi version is 2.9.0.202001241910 [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.swtbot.eclipse.spy --- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.swtbot.eclipse.spy --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.4.201502262128:prepare-agent (default) @ org.eclipse.swtbot.eclipse.spy --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/swtbot-sonar/.repository/org/jacoco/org.jacoco.agent/0.7.4.201502262128/org.jacoco.agent-0.7.4.201502262128-runtime.jar=destfile=/home/jenkins/agent/workspace/swtbot-sonar/target/jacoco.exec,append=true,includes=org.eclipse.swtbot.* [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.swtbot.eclipse.spy --- [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent! [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/swtbot-sonar/org.eclipse.swtbot.eclipse.spy/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.3.0:compile (default-compile) @ org.eclipse.swtbot.eclipse.spy --- [INFO] Compiling 4 source files to /home/jenkins/agent/workspace/swtbot-sonar/org.eclipse.swtbot.eclipse.spy/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.swtbot.eclipse.spy --- [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent! [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/swtbot-sonar/org.eclipse.swtbot.eclipse.spy/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.eclipse.swtbot.eclipse.spy --- [INFO] Building jar: /home/jenkins/agent/workspace/swtbot-sonar/org.eclipse.swtbot.eclipse.spy/target/org.eclipse.swtbot.eclipse.spy-2.9.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.eclipse.swtbot.eclipse.spy --- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:package-plugin (default-package-plugin) @ org.eclipse.swtbot.eclipse.spy --- [INFO] Building jar: /home/jenkins/agent/workspace/swtbot-sonar/org.eclipse.swtbot.eclipse.spy/target/org.eclipse.swtbot.eclipse.spy-2.9.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.swtbot.eclipse.spy --- [INFO] [INFO] --- tycho-source-feature-plugin:1.3.0:source-feature (source-feature) @ org.eclipse.swtbot.eclipse.spy --- [INFO] [INFO] --- tycho-pack200a-plugin:1.3.0:normalize (pack200-normalize) @ org.eclipse.swtbot.eclipse.spy --- [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/swtbot-sonar/org.eclipse.swtbot.eclipse.spy/target/org.eclipse.swtbot.eclipse.spy-2.9.0-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.3:sign (sign) @ org.eclipse.swtbot.eclipse.spy --- [INFO] Skip jar signing [INFO] [INFO] --- tycho-pack200b-plugin:1.3.0:pack (pack200-pack) @ org.eclipse.swtbot.eclipse.spy --- [INFO] Pack200 packing jar /home/jenkins/agent/workspace/swtbot-sonar/org.eclipse.swtbot.eclipse.spy/target/org.eclipse.swtbot.eclipse.spy-2.9.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (p2-metadata) @ org.eclipse.swtbot.eclipse.spy --- [INFO] [INFO] --< org.eclipse.swtbot.plugins:org.eclipse.swtbot.eclipse.junit.headless >-- [INFO] Building org.eclipse.swtbot.eclipse.junit.headless 2.9.0-SNAPSHOT [29/58] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.swtbot.eclipse.junit.headless --- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.swtbot.eclipse.junit.headless --- [INFO] The project's OSGi version is 2.9.0.202001241910 [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.swtbot.eclipse.junit.headless --- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.swtbot.eclipse.junit.headless --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.4.201502262128:prepare-agent (default) @ org.eclipse.swtbot.eclipse.junit.headless --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/swtbot-sonar/.repository/org/jacoco/org.jacoco.agent/0.7.4.201502262128/org.jacoco.agent-0.7.4.201502262128-runtime.jar=destfile=/home/jenkins/agent/workspace/swtbot-sonar/target/jacoco.exec,append=true,includes=org.eclipse.swtbot.* [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.swtbot.eclipse.junit.headless --- [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent! [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/swtbot-sonar/org.eclipse.swtbot.eclipse.junit.headless/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.3.0:compile (default-compile) @ org.eclipse.swtbot.eclipse.junit.headless --- [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/swtbot-sonar/org.eclipse.swtbot.eclipse.junit.headless/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.swtbot.eclipse.junit.headless --- [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent! [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/swtbot-sonar/org.eclipse.swtbot.eclipse.junit.headless/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.eclipse.swtbot.eclipse.junit.headless --- [INFO] Building jar: /home/jenkins/agent/workspace/swtbot-sonar/org.eclipse.swtbot.eclipse.junit.headless/target/org.eclipse.swtbot.eclipse.junit.headless-2.9.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.eclipse.swtbot.eclipse.junit.headless --- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:package-plugin (default-package-plugin) @ org.eclipse.swtbot.eclipse.junit.headless --- [INFO] Building jar: /home/jenkins/agent/workspace/swtbot-sonar/org.eclipse.swtbot.eclipse.junit.headless/target/org.eclipse.swtbot.eclipse.junit.headless-2.9.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.swtbot.eclipse.junit.headless --- [INFO] [INFO] --- tycho-source-feature-plugin:1.3.0:source-feature (source-feature) @ org.eclipse.swtbot.eclipse.junit.headless --- [INFO] [INFO] --- tycho-pack200a-plugin:1.3.0:normalize (pack200-normalize) @ org.eclipse.swtbot.eclipse.junit.headless --- [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/swtbot-sonar/org.eclipse.swtbot.eclipse.junit.headless/target/org.eclipse.swtbot.eclipse.junit.headless-2.9.0-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.3:sign (sign) @ org.eclipse.swtbot.eclipse.junit.headless --- [INFO] Skip jar signing [INFO] [INFO] --- tycho-pack200b-plugin:1.3.0:pack (pack200-pack) @ org.eclipse.swtbot.eclipse.junit.headless --- [INFO] Pack200 packing jar /home/jenkins/agent/workspace/swtbot-sonar/org.eclipse.swtbot.eclipse.junit.headless/target/org.eclipse.swtbot.eclipse.junit.headless-2.9.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (p2-metadata) @ org.eclipse.swtbot.eclipse.junit.headless --- [INFO] [INFO] --< org.eclipse.swtbot.features:org.eclipse.swtbot.eclipse.test.junit >-- [INFO] Building org.eclipse.swtbot.eclipse.test.junit 2.9.0-SNAPSHOT [30/58] [INFO] --------------------------[ eclipse-feature ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.swtbot.eclipse.test.junit --- [INFO] Deleting /home/jenkins/agent/workspace/swtbot-sonar/org.eclipse.swtbot.eclipse.test.junit/target [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.swtbot.eclipse.test.junit --- [INFO] The project's OSGi version is 2.9.0.202001241910 [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.swtbot.eclipse.test.junit --- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.swtbot.eclipse.test.junit --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.4.201502262128:prepare-agent (default) @ org.eclipse.swtbot.eclipse.test.junit --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/swtbot-sonar/.repository/org/jacoco/org.jacoco.agent/0.7.4.201502262128/org.jacoco.agent-0.7.4.201502262128-runtime.jar=destfile=/home/jenkins/agent/workspace/swtbot-sonar/target/jacoco.exec,append=true,includes=org.eclipse.swtbot.* [INFO] [INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.eclipse.swtbot.eclipse.test.junit --- [INFO] [INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.eclipse.swtbot.eclipse.test.junit --- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:package-feature (default-package-feature) @ org.eclipse.swtbot.eclipse.test.junit --- [INFO] Building jar: /home/jenkins/agent/workspace/swtbot-sonar/org.eclipse.swtbot.eclipse.test.junit/target/org.eclipse.swtbot.eclipse.test.junit-2.9.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.swtbot.eclipse.test.junit --- [INFO] [INFO] --- tycho-p2-plugin:1.3.0:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.swtbot.eclipse.test.junit --- [INFO] [INFO] --- tycho-source-feature-plugin:1.3.0:source-feature (source-feature) @ org.eclipse.swtbot.eclipse.test.junit --- [INFO] Building jar: /home/jenkins/agent/workspace/swtbot-sonar/org.eclipse.swtbot.eclipse.test.junit/target/org.eclipse.swtbot.eclipse.test.junit-2.9.0-SNAPSHOT-sources-feature.jar [INFO] [INFO] --- tycho-pack200a-plugin:1.3.0:normalize (pack200-normalize) @ org.eclipse.swtbot.eclipse.test.junit --- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.3:sign (sign) @ org.eclipse.swtbot.eclipse.test.junit --- [INFO] Skip jar signing [INFO] [INFO] --- tycho-pack200b-plugin:1.3.0:pack (pack200-pack) @ org.eclipse.swtbot.eclipse.test.junit --- [INFO] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (p2-metadata) @ org.eclipse.swtbot.eclipse.test.junit --- [INFO] [INFO] ------< org.eclipse.swtbot.plugins:org.eclipse.swtbot.eclipse.ui >------ [INFO] Building org.eclipse.swtbot.eclipse.ui 2.9.0-SNAPSHOT [31/58] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.swtbot.eclipse.ui --- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.swtbot.eclipse.ui --- [INFO] The project's OSGi version is 2.9.0.202001241910 [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.swtbot.eclipse.ui --- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.swtbot.eclipse.ui --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.4.201502262128:prepare-agent (default) @ org.eclipse.swtbot.eclipse.ui --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/swtbot-sonar/.repository/org/jacoco/org.jacoco.agent/0.7.4.201502262128/org.jacoco.agent-0.7.4.201502262128-runtime.jar=destfile=/home/jenkins/agent/workspace/swtbot-sonar/target/jacoco.exec,append=true,includes=org.eclipse.swtbot.* [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.swtbot.eclipse.ui --- [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent! [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/swtbot-sonar/org.eclipse.swtbot.eclipse.ui/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.3.0:compile (default-compile) @ org.eclipse.swtbot.eclipse.ui --- [INFO] Compiling 13 source files to /home/jenkins/agent/workspace/swtbot-sonar/org.eclipse.swtbot.eclipse.ui/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.swtbot.eclipse.ui --- [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent! [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/swtbot-sonar/org.eclipse.swtbot.eclipse.ui/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.eclipse.swtbot.eclipse.ui --- [INFO] Building jar: /home/jenkins/agent/workspace/swtbot-sonar/org.eclipse.swtbot.eclipse.ui/target/org.eclipse.swtbot.eclipse.ui-2.9.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.eclipse.swtbot.eclipse.ui --- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:package-plugin (default-package-plugin) @ org.eclipse.swtbot.eclipse.ui --- [INFO] Building jar: /home/jenkins/agent/workspace/swtbot-sonar/org.eclipse.swtbot.eclipse.ui/target/org.eclipse.swtbot.eclipse.ui-2.9.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.swtbot.eclipse.ui --- [INFO] [INFO] --- tycho-source-feature-plugin:1.3.0:source-feature (source-feature) @ org.eclipse.swtbot.eclipse.ui --- [INFO] [INFO] --- tycho-pack200a-plugin:1.3.0:normalize (pack200-normalize) @ org.eclipse.swtbot.eclipse.ui --- [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/swtbot-sonar/org.eclipse.swtbot.eclipse.ui/target/org.eclipse.swtbot.eclipse.ui-2.9.0-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.3:sign (sign) @ org.eclipse.swtbot.eclipse.ui --- [INFO] Skip jar signing [INFO] [INFO] --- tycho-pack200b-plugin:1.3.0:pack (pack200-pack) @ org.eclipse.swtbot.eclipse.ui --- [INFO] Pack200 packing jar /home/jenkins/agent/workspace/swtbot-sonar/org.eclipse.swtbot.eclipse.ui/target/org.eclipse.swtbot.eclipse.ui-2.9.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (p2-metadata) @ org.eclipse.swtbot.eclipse.ui --- [INFO] [INFO] ------< org.eclipse.swtbot.plugins:org.eclipse.swtbot.generator >------- [INFO] Building org.eclipse.swtbot.generator 2.9.0-SNAPSHOT [32/58] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.swtbot.generator --- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.swtbot.generator --- [INFO] The project's OSGi version is 2.9.0.202001241910 [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.swtbot.generator --- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.swtbot.generator --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.4.201502262128:prepare-agent (default) @ org.eclipse.swtbot.generator --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/swtbot-sonar/.repository/org/jacoco/org.jacoco.agent/0.7.4.201502262128/org.jacoco.agent-0.7.4.201502262128-runtime.jar=destfile=/home/jenkins/agent/workspace/swtbot-sonar/target/jacoco.exec,append=true,includes=org.eclipse.swtbot.* [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.swtbot.generator --- [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent! [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/swtbot-sonar/org.eclipse.swtbot.generator/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.3.0:compile (default-compile) @ org.eclipse.swtbot.generator --- [INFO] Compiling 50 source files to /home/jenkins/agent/workspace/swtbot-sonar/org.eclipse.swtbot.generator/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.swtbot.generator --- [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent! [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/swtbot-sonar/org.eclipse.swtbot.generator/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.eclipse.swtbot.generator --- [INFO] Building jar: /home/jenkins/agent/workspace/swtbot-sonar/org.eclipse.swtbot.generator/target/org.eclipse.swtbot.generator-2.9.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.eclipse.swtbot.generator --- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:package-plugin (default-package-plugin) @ org.eclipse.swtbot.generator --- [INFO] Building jar: /home/jenkins/agent/workspace/swtbot-sonar/org.eclipse.swtbot.generator/target/org.eclipse.swtbot.generator-2.9.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.swtbot.generator --- [INFO] [INFO] --- tycho-source-feature-plugin:1.3.0:source-feature (source-feature) @ org.eclipse.swtbot.generator --- [INFO] [INFO] --- tycho-pack200a-plugin:1.3.0:normalize (pack200-normalize) @ org.eclipse.swtbot.generator --- [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/swtbot-sonar/org.eclipse.swtbot.generator/target/org.eclipse.swtbot.generator-2.9.0-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.3:sign (sign) @ org.eclipse.swtbot.generator --- [INFO] Skip jar signing [INFO] [INFO] --- tycho-pack200b-plugin:1.3.0:pack (pack200-pack) @ org.eclipse.swtbot.generator --- [INFO] Pack200 packing jar /home/jenkins/agent/workspace/swtbot-sonar/org.eclipse.swtbot.generator/target/org.eclipse.swtbot.generator-2.9.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (p2-metadata) @ org.eclipse.swtbot.generator --- [INFO] [INFO] --< org.eclipse.swtbot.generator.client:org.eclipse.swtbot.generator.client >-- [INFO] Building org.eclipse.swtbot.generator.client 2.9.0-SNAPSHOT [33/58] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.swtbot.generator.client --- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.swtbot.generator.client --- [INFO] The project's OSGi version is 2.9.0.202001241910 [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.swtbot.generator.client --- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.swtbot.generator.client --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.4.201502262128:prepare-agent (default) @ org.eclipse.swtbot.generator.client --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/swtbot-sonar/.repository/org/jacoco/org.jacoco.agent/0.7.4.201502262128/org.jacoco.agent-0.7.4.201502262128-runtime.jar=destfile=/home/jenkins/agent/workspace/swtbot-sonar/target/jacoco.exec,append=true,includes=org.eclipse.swtbot.* [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.swtbot.generator.client --- [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent! [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/swtbot-sonar/org.eclipse.swtbot.generator.client/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.3.0:compile (default-compile) @ org.eclipse.swtbot.generator.client --- [INFO] Compiling 9 source files to /home/jenkins/agent/workspace/swtbot-sonar/org.eclipse.swtbot.generator.client/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.swtbot.generator.client --- [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent! [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/swtbot-sonar/org.eclipse.swtbot.generator.client/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.eclipse.swtbot.generator.client --- [INFO] Building jar: /home/jenkins/agent/workspace/swtbot-sonar/org.eclipse.swtbot.generator.client/target/org.eclipse.swtbot.generator.client-2.9.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.eclipse.swtbot.generator.client --- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:package-plugin (default-package-plugin) @ org.eclipse.swtbot.generator.client --- [INFO] Building jar: /home/jenkins/agent/workspace/swtbot-sonar/org.eclipse.swtbot.generator.client/target/org.eclipse.swtbot.generator.client-2.9.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.swtbot.generator.client --- [INFO] [INFO] --- tycho-source-feature-plugin:1.3.0:source-feature (source-feature) @ org.eclipse.swtbot.generator.client --- [INFO] [INFO] --- tycho-pack200a-plugin:1.3.0:normalize (pack200-normalize) @ org.eclipse.swtbot.generator.client --- [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/swtbot-sonar/org.eclipse.swtbot.generator.client/target/org.eclipse.swtbot.generator.client-2.9.0-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.3:sign (sign) @ org.eclipse.swtbot.generator.client --- [INFO] Skip jar signing [INFO] [INFO] --- tycho-pack200b-plugin:1.3.0:pack (pack200-pack) @ org.eclipse.swtbot.generator.client --- [INFO] Pack200 packing jar /home/jenkins/agent/workspace/swtbot-sonar/org.eclipse.swtbot.generator.client/target/org.eclipse.swtbot.generator.client-2.9.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (p2-metadata) @ org.eclipse.swtbot.generator.client --- [INFO] [INFO] --< org.eclipse.swtbot.plugins:org.eclipse.swtbot.generator.rules.workbench >-- [INFO] Building org.eclipse.swtbot.generator.rules.workbench 2.9.0-SNAPSHOT [34/58] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.swtbot.generator.rules.workbench --- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.swtbot.generator.rules.workbench --- [INFO] The project's OSGi version is 2.9.0.202001241910 [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.swtbot.generator.rules.workbench --- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.swtbot.generator.rules.workbench --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.4.201502262128:prepare-agent (default) @ org.eclipse.swtbot.generator.rules.workbench --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/swtbot-sonar/.repository/org/jacoco/org.jacoco.agent/0.7.4.201502262128/org.jacoco.agent-0.7.4.201502262128-runtime.jar=destfile=/home/jenkins/agent/workspace/swtbot-sonar/target/jacoco.exec,append=true,includes=org.eclipse.swtbot.* [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.swtbot.generator.rules.workbench --- [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent! [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/swtbot-sonar/org.eclipse.swtbot.generator.rules.workbench/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.3.0:compile (default-compile) @ org.eclipse.swtbot.generator.rules.workbench --- [INFO] Compiling 6 source files to /home/jenkins/agent/workspace/swtbot-sonar/org.eclipse.swtbot.generator.rules.workbench/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.swtbot.generator.rules.workbench --- [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent! [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/swtbot-sonar/org.eclipse.swtbot.generator.rules.workbench/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.eclipse.swtbot.generator.rules.workbench --- [INFO] Building jar: /home/jenkins/agent/workspace/swtbot-sonar/org.eclipse.swtbot.generator.rules.workbench/target/org.eclipse.swtbot.generator.rules.workbench-2.9.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.eclipse.swtbot.generator.rules.workbench --- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:package-plugin (default-package-plugin) @ org.eclipse.swtbot.generator.rules.workbench --- [INFO] Building jar: /home/jenkins/agent/workspace/swtbot-sonar/org.eclipse.swtbot.generator.rules.workbench/target/org.eclipse.swtbot.generator.rules.workbench-2.9.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.swtbot.generator.rules.workbench --- [INFO] [INFO] --- tycho-source-feature-plugin:1.3.0:source-feature (source-feature) @ org.eclipse.swtbot.generator.rules.workbench --- [INFO] [INFO] --- tycho-pack200a-plugin:1.3.0:normalize (pack200-normalize) @ org.eclipse.swtbot.generator.rules.workbench --- [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/swtbot-sonar/org.eclipse.swtbot.generator.rules.workbench/target/org.eclipse.swtbot.generator.rules.workbench-2.9.0-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.3:sign (sign) @ org.eclipse.swtbot.generator.rules.workbench --- [INFO] Skip jar signing [INFO] [INFO] --- tycho-pack200b-plugin:1.3.0:pack (pack200-pack) @ org.eclipse.swtbot.generator.rules.workbench --- [INFO] Pack200 packing jar /home/jenkins/agent/workspace/swtbot-sonar/org.eclipse.swtbot.generator.rules.workbench/target/org.eclipse.swtbot.generator.rules.workbench-2.9.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (p2-metadata) @ org.eclipse.swtbot.generator.rules.workbench --- [INFO] [INFO] ----< org.eclipse.swtbot.plugins:org.eclipse.swtbot.generator.jdt >----- [INFO] Building org.eclipse.swtbot.generator.jdt 2.9.0-SNAPSHOT [35/58] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.swtbot.generator.jdt --- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.swtbot.generator.jdt --- [INFO] The project's OSGi version is 2.9.0.202001241910 [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.swtbot.generator.jdt --- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.swtbot.generator.jdt --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.4.201502262128:prepare-agent (default) @ org.eclipse.swtbot.generator.jdt --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/swtbot-sonar/.repository/org/jacoco/org.jacoco.agent/0.7.4.201502262128/org.jacoco.agent-0.7.4.201502262128-runtime.jar=destfile=/home/jenkins/agent/workspace/swtbot-sonar/target/jacoco.exec,append=true,includes=org.eclipse.swtbot.* [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.swtbot.generator.jdt --- [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent! [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/swtbot-sonar/org.eclipse.swtbot.generator.jdt/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.3.0:compile (default-compile) @ org.eclipse.swtbot.generator.jdt --- [INFO] Compiling 10 source files to /home/jenkins/agent/workspace/swtbot-sonar/org.eclipse.swtbot.generator.jdt/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.swtbot.generator.jdt --- [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent! [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/swtbot-sonar/org.eclipse.swtbot.generator.jdt/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.eclipse.swtbot.generator.jdt --- [INFO] Building jar: /home/jenkins/agent/workspace/swtbot-sonar/org.eclipse.swtbot.generator.jdt/target/org.eclipse.swtbot.generator.jdt-2.9.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.eclipse.swtbot.generator.jdt --- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:package-plugin (default-package-plugin) @ org.eclipse.swtbot.generator.jdt --- [INFO] Building jar: /home/jenkins/agent/workspace/swtbot-sonar/org.eclipse.swtbot.generator.jdt/target/org.eclipse.swtbot.generator.jdt-2.9.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.swtbot.generator.jdt --- [INFO] [INFO] --- tycho-source-feature-plugin:1.3.0:source-feature (source-feature) @ org.eclipse.swtbot.generator.jdt --- [INFO] [INFO] --- tycho-pack200a-plugin:1.3.0:normalize (pack200-normalize) @ org.eclipse.swtbot.generator.jdt --- [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/swtbot-sonar/org.eclipse.swtbot.generator.jdt/target/org.eclipse.swtbot.generator.jdt-2.9.0-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.3:sign (sign) @ org.eclipse.swtbot.generator.jdt --- [INFO] Skip jar signing [INFO] [INFO] --- tycho-pack200b-plugin:1.3.0:pack (pack200-pack) @ org.eclipse.swtbot.generator.jdt --- [INFO] Pack200 packing jar /home/jenkins/agent/workspace/swtbot-sonar/org.eclipse.swtbot.generator.jdt/target/org.eclipse.swtbot.generator.jdt-2.9.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (p2-metadata) @ org.eclipse.swtbot.generator.jdt --- [INFO] [INFO] -----< org.eclipse.swtbot.plugins:org.eclipse.swtbot.generator.ui >----- [INFO] Building org.eclipse.swtbot.generator.ui 2.9.0-SNAPSHOT [36/58] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.swtbot.generator.ui --- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.swtbot.generator.ui --- [INFO] The project's OSGi version is 2.9.0.202001241910 [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.swtbot.generator.ui --- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.swtbot.generator.ui --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.4.201502262128:prepare-agent (default) @ org.eclipse.swtbot.generator.ui --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/swtbot-sonar/.repository/org/jacoco/org.jacoco.agent/0.7.4.201502262128/org.jacoco.agent-0.7.4.201502262128-runtime.jar=destfile=/home/jenkins/agent/workspace/swtbot-sonar/target/jacoco.exec,append=true,includes=org.eclipse.swtbot.* [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.swtbot.generator.ui --- [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent! [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/swtbot-sonar/org.eclipse.swtbot.generator.ui/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.3.0:compile (default-compile) @ org.eclipse.swtbot.generator.ui --- [INFO] Compiling 5 source files to /home/jenkins/agent/workspace/swtbot-sonar/org.eclipse.swtbot.generator.ui/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.swtbot.generator.ui --- [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent! [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/swtbot-sonar/org.eclipse.swtbot.generator.ui/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.eclipse.swtbot.generator.ui --- [INFO] Building jar: /home/jenkins/agent/workspace/swtbot-sonar/org.eclipse.swtbot.generator.ui/target/org.eclipse.swtbot.generator.ui-2.9.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.eclipse.swtbot.generator.ui --- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:package-plugin (default-package-plugin) @ org.eclipse.swtbot.generator.ui --- [INFO] Building jar: /home/jenkins/agent/workspace/swtbot-sonar/org.eclipse.swtbot.generator.ui/target/org.eclipse.swtbot.generator.ui-2.9.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.swtbot.generator.ui --- [INFO] [INFO] --- tycho-source-feature-plugin:1.3.0:source-feature (source-feature) @ org.eclipse.swtbot.generator.ui --- [INFO] [INFO] --- tycho-pack200a-plugin:1.3.0:normalize (pack200-normalize) @ org.eclipse.swtbot.generator.ui --- [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/swtbot-sonar/org.eclipse.swtbot.generator.ui/target/org.eclipse.swtbot.generator.ui-2.9.0-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.3:sign (sign) @ org.eclipse.swtbot.generator.ui --- [INFO] Skip jar signing [INFO] [INFO] --- tycho-pack200b-plugin:1.3.0:pack (pack200-pack) @ org.eclipse.swtbot.generator.ui --- [INFO] Pack200 packing jar /home/jenkins/agent/workspace/swtbot-sonar/org.eclipse.swtbot.generator.ui/target/org.eclipse.swtbot.generator.ui-2.9.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (p2-metadata) @ org.eclipse.swtbot.generator.ui --- [INFO] [INFO] --< org.eclipse.swtbot.plugins:org.eclipse.swtbot.nebula.gallery.finder >-- [INFO] Building org.eclipse.swtbot.nebula.gallery.finder 2.9.0-SNAPSHOT [37/58] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.swtbot.nebula.gallery.finder --- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.swtbot.nebula.gallery.finder --- [INFO] The project's OSGi version is 2.9.0.202001241910 [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.swtbot.nebula.gallery.finder --- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.swtbot.nebula.gallery.finder --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.4.201502262128:prepare-agent (default) @ org.eclipse.swtbot.nebula.gallery.finder --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/swtbot-sonar/.repository/org/jacoco/org.jacoco.agent/0.7.4.201502262128/org.jacoco.agent-0.7.4.201502262128-runtime.jar=destfile=/home/jenkins/agent/workspace/swtbot-sonar/target/jacoco.exec,append=true,includes=org.eclipse.swtbot.* [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.swtbot.nebula.gallery.finder --- [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent! [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/swtbot-sonar/org.eclipse.swtbot.nebula.gallery.finder/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.3.0:compile (default-compile) @ org.eclipse.swtbot.nebula.gallery.finder --- [INFO] Compiling 4 source files to /home/jenkins/agent/workspace/swtbot-sonar/org.eclipse.swtbot.nebula.gallery.finder/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.swtbot.nebula.gallery.finder --- [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent! [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/swtbot-sonar/org.eclipse.swtbot.nebula.gallery.finder/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.eclipse.swtbot.nebula.gallery.finder --- [INFO] Building jar: /home/jenkins/agent/workspace/swtbot-sonar/org.eclipse.swtbot.nebula.gallery.finder/target/org.eclipse.swtbot.nebula.gallery.finder-2.9.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.eclipse.swtbot.nebula.gallery.finder --- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:package-plugin (default-package-plugin) @ org.eclipse.swtbot.nebula.gallery.finder --- [INFO] Building jar: /home/jenkins/agent/workspace/swtbot-sonar/org.eclipse.swtbot.nebula.gallery.finder/target/org.eclipse.swtbot.nebula.gallery.finder-2.9.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.swtbot.nebula.gallery.finder --- [INFO] [INFO] --- tycho-source-feature-plugin:1.3.0:source-feature (source-feature) @ org.eclipse.swtbot.nebula.gallery.finder --- [INFO] [INFO] --- tycho-pack200a-plugin:1.3.0:normalize (pack200-normalize) @ org.eclipse.swtbot.nebula.gallery.finder --- [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/swtbot-sonar/org.eclipse.swtbot.nebula.gallery.finder/target/org.eclipse.swtbot.nebula.gallery.finder-2.9.0-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.3:sign (sign) @ org.eclipse.swtbot.nebula.gallery.finder --- [INFO] Skip jar signing [INFO] [INFO] --- tycho-pack200b-plugin:1.3.0:pack (pack200-pack) @ org.eclipse.swtbot.nebula.gallery.finder --- [INFO] Pack200 packing jar /home/jenkins/agent/workspace/swtbot-sonar/org.eclipse.swtbot.nebula.gallery.finder/target/org.eclipse.swtbot.nebula.gallery.finder-2.9.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (p2-metadata) @ org.eclipse.swtbot.nebula.gallery.finder --- [INFO] [INFO] ----------< org.eclipse.swtbot.test:org.eclipse.swt.examples >---------- [INFO] Building org.eclipse.swt.examples 2.9.0-SNAPSHOT [38/58] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.swt.examples --- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.swt.examples --- [INFO] The project's OSGi version is 2.9.0.202001241910 [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.swt.examples --- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.swt.examples --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.4.201502262128:prepare-agent (default) @ org.eclipse.swt.examples --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/swtbot-sonar/.repository/org/jacoco/org.jacoco.agent/0.7.4.201502262128/org.jacoco.agent-0.7.4.201502262128-runtime.jar=destfile=/home/jenkins/agent/workspace/swtbot-sonar/target/jacoco.exec,append=true,includes=org.eclipse.swtbot.* [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.swt.examples --- [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent! [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/swtbot-sonar/org.eclipse.swt.examples/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.3.0:compile (default-compile) @ org.eclipse.swt.examples --- [INFO] Compiling 135 source files to /home/jenkins/agent/workspace/swtbot-sonar/org.eclipse.swt.examples/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.swt.examples --- [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent! [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/swtbot-sonar/org.eclipse.swt.examples/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.eclipse.swt.examples --- [INFO] Building jar: /home/jenkins/agent/workspace/swtbot-sonar/org.eclipse.swt.examples/target/org.eclipse.swt.examples-2.9.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.eclipse.swt.examples --- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:package-plugin (default-package-plugin) @ org.eclipse.swt.examples --- [INFO] Building jar: /home/jenkins/agent/workspace/swtbot-sonar/org.eclipse.swt.examples/target/org.eclipse.swt.examples-2.9.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.swt.examples --- [INFO] [INFO] --- tycho-source-feature-plugin:1.3.0:source-feature (source-feature) @ org.eclipse.swt.examples --- [INFO] [INFO] --- tycho-pack200a-plugin:1.3.0:normalize (pack200-normalize) @ org.eclipse.swt.examples --- [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/swtbot-sonar/org.eclipse.swt.examples/target/org.eclipse.swt.examples-2.9.0-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.3:sign (sign) @ org.eclipse.swt.examples --- [INFO] Skip jar signing [INFO] [INFO] --- tycho-pack200b-plugin:1.3.0:pack (pack200-pack) @ org.eclipse.swt.examples --- [INFO] Pack200 packing jar /home/jenkins/agent/workspace/swtbot-sonar/org.eclipse.swt.examples/target/org.eclipse.swt.examples-2.9.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (p2-metadata) @ org.eclipse.swt.examples --- [INFO] [INFO] -------< org.eclipse.swtbot.plugins:org.eclipse.swtbot.swt.demo >------- [INFO] Building org.eclipse.swtbot.swt.demo 2.9.0-SNAPSHOT [39/58] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.swtbot.swt.demo --- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.swtbot.swt.demo --- [INFO] The project's OSGi version is 2.9.0.202001241910 [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.swtbot.swt.demo --- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.swtbot.swt.demo --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.4.201502262128:prepare-agent (default) @ org.eclipse.swtbot.swt.demo --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/swtbot-sonar/.repository/org/jacoco/org.jacoco.agent/0.7.4.201502262128/org.jacoco.agent-0.7.4.201502262128-runtime.jar=destfile=/home/jenkins/agent/workspace/swtbot-sonar/target/jacoco.exec,append=true,includes=org.eclipse.swtbot.* [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.swtbot.swt.demo --- [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent! [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/swtbot-sonar/org.eclipse.swtbot.swt.demo/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.3.0:compile (default-compile) @ org.eclipse.swtbot.swt.demo --- [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/swtbot-sonar/org.eclipse.swtbot.swt.demo/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.swtbot.swt.demo --- [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent! [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/swtbot-sonar/org.eclipse.swtbot.swt.demo/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.eclipse.swtbot.swt.demo --- [INFO] Building jar: /home/jenkins/agent/workspace/swtbot-sonar/org.eclipse.swtbot.swt.demo/target/org.eclipse.swtbot.swt.demo-2.9.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.eclipse.swtbot.swt.demo --- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:package-plugin (default-package-plugin) @ org.eclipse.swtbot.swt.demo --- [INFO] Building jar: /home/jenkins/agent/workspace/swtbot-sonar/org.eclipse.swtbot.swt.demo/target/org.eclipse.swtbot.swt.demo-2.9.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.swtbot.swt.demo --- [INFO] [INFO] --- tycho-source-feature-plugin:1.3.0:source-feature (source-feature) @ org.eclipse.swtbot.swt.demo --- [INFO] [INFO] --- tycho-pack200a-plugin:1.3.0:normalize (pack200-normalize) @ org.eclipse.swtbot.swt.demo --- [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/swtbot-sonar/org.eclipse.swtbot.swt.demo/target/org.eclipse.swtbot.swt.demo-2.9.0-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.3:sign (sign) @ org.eclipse.swtbot.swt.demo --- [INFO] Skip jar signing [INFO] [INFO] --- tycho-pack200b-plugin:1.3.0:pack (pack200-pack) @ org.eclipse.swtbot.swt.demo --- [INFO] Pack200 packing jar /home/jenkins/agent/workspace/swtbot-sonar/org.eclipse.swtbot.swt.demo/target/org.eclipse.swtbot.swt.demo-2.9.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (p2-metadata) @ org.eclipse.swtbot.swt.demo --- [INFO] [INFO] ------< org.eclipse.swtbot.plugins:org.eclipse.ui.forms.examples >------ [INFO] Building org.eclipse.ui.forms.examples 3.1.100-SNAPSHOT [40/58] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.ui.forms.examples --- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.ui.forms.examples --- [INFO] The project's OSGi version is 3.1.100.202001241910 [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.ui.forms.examples --- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.ui.forms.examples --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.4.201502262128:prepare-agent (default) @ org.eclipse.ui.forms.examples --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/swtbot-sonar/.repository/org/jacoco/org.jacoco.agent/0.7.4.201502262128/org.jacoco.agent-0.7.4.201502262128-runtime.jar=destfile=/home/jenkins/agent/workspace/swtbot-sonar/target/jacoco.exec,append=true,includes=org.eclipse.swtbot.* [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.ui.forms.examples --- [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent! [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/swtbot-sonar/org.eclipse.ui.forms.examples/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.3.0:compile (default-compile) @ org.eclipse.ui.forms.examples --- [INFO] Compiling 28 source files to /home/jenkins/agent/workspace/swtbot-sonar/org.eclipse.ui.forms.examples/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.ui.forms.examples --- [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent! [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/swtbot-sonar/org.eclipse.ui.forms.examples/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.eclipse.ui.forms.examples --- [INFO] Building jar: /home/jenkins/agent/workspace/swtbot-sonar/org.eclipse.ui.forms.examples/target/org.eclipse.ui.forms.examples-3.1.100-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.eclipse.ui.forms.examples --- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:package-plugin (default-package-plugin) @ org.eclipse.ui.forms.examples --- [INFO] Building jar: /home/jenkins/agent/workspace/swtbot-sonar/org.eclipse.ui.forms.examples/examples.jar [INFO] Building jar: /home/jenkins/agent/workspace/swtbot-sonar/org.eclipse.ui.forms.examples/target/org.eclipse.ui.forms.examples-3.1.100-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.ui.forms.examples --- [INFO] [INFO] --- tycho-source-feature-plugin:1.3.0:source-feature (source-feature) @ org.eclipse.ui.forms.examples --- [INFO] [INFO] --- tycho-pack200a-plugin:1.3.0:normalize (pack200-normalize) @ org.eclipse.ui.forms.examples --- [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/swtbot-sonar/org.eclipse.ui.forms.examples/target/org.eclipse.ui.forms.examples-3.1.100-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.3:sign (sign) @ org.eclipse.ui.forms.examples --- [INFO] Skip jar signing [INFO] [INFO] --- tycho-pack200b-plugin:1.3.0:pack (pack200-pack) @ org.eclipse.ui.forms.examples --- [INFO] Pack200 packing jar /home/jenkins/agent/workspace/swtbot-sonar/org.eclipse.ui.forms.examples/target/org.eclipse.ui.forms.examples-3.1.100-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (p2-metadata) @ org.eclipse.ui.forms.examples --- [INFO] [INFO] --< org.eclipse.swtbot.plugins:org.eclipse.swtbot.nebula.nattable.finder >-- [INFO] Building org.eclipse.swtbot.nebula.nattable.finder 2.9.0-SNAPSHOT [41/58] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.swtbot.nebula.nattable.finder --- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.swtbot.nebula.nattable.finder --- [INFO] The project's OSGi version is 2.9.0.202001241910 [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.swtbot.nebula.nattable.finder --- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.swtbot.nebula.nattable.finder --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.4.201502262128:prepare-agent (default) @ org.eclipse.swtbot.nebula.nattable.finder --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/swtbot-sonar/.repository/org/jacoco/org.jacoco.agent/0.7.4.201502262128/org.jacoco.agent-0.7.4.201502262128-runtime.jar=destfile=/home/jenkins/agent/workspace/swtbot-sonar/target/jacoco.exec,append=true,includes=org.eclipse.swtbot.* [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.swtbot.nebula.nattable.finder --- [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent! [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/swtbot-sonar/org.eclipse.swtbot.nebula.nattable.finder/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.3.0:compile (default-compile) @ org.eclipse.swtbot.nebula.nattable.finder --- [INFO] Compiling 5 source files to /home/jenkins/agent/workspace/swtbot-sonar/org.eclipse.swtbot.nebula.nattable.finder/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.swtbot.nebula.nattable.finder --- [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent! [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/swtbot-sonar/org.eclipse.swtbot.nebula.nattable.finder/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.eclipse.swtbot.nebula.nattable.finder --- [INFO] Building jar: /home/jenkins/agent/workspace/swtbot-sonar/org.eclipse.swtbot.nebula.nattable.finder/target/org.eclipse.swtbot.nebula.nattable.finder-2.9.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.eclipse.swtbot.nebula.nattable.finder --- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:package-plugin (default-package-plugin) @ org.eclipse.swtbot.nebula.nattable.finder --- [INFO] Building jar: /home/jenkins/agent/workspace/swtbot-sonar/org.eclipse.swtbot.nebula.nattable.finder/target/org.eclipse.swtbot.nebula.nattable.finder-2.9.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.swtbot.nebula.nattable.finder --- [INFO] [INFO] --- tycho-source-feature-plugin:1.3.0:source-feature (source-feature) @ org.eclipse.swtbot.nebula.nattable.finder --- [INFO] [INFO] --- tycho-pack200a-plugin:1.3.0:normalize (pack200-normalize) @ org.eclipse.swtbot.nebula.nattable.finder --- [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/swtbot-sonar/org.eclipse.swtbot.nebula.nattable.finder/target/org.eclipse.swtbot.nebula.nattable.finder-2.9.0-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.3:sign (sign) @ org.eclipse.swtbot.nebula.nattable.finder --- [INFO] Skip jar signing [INFO] [INFO] --- tycho-pack200b-plugin:1.3.0:pack (pack200-pack) @ org.eclipse.swtbot.nebula.nattable.finder --- [INFO] Pack200 packing jar /home/jenkins/agent/workspace/swtbot-sonar/org.eclipse.swtbot.nebula.nattable.finder/target/org.eclipse.swtbot.nebula.nattable.finder-2.9.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (p2-metadata) @ org.eclipse.swtbot.nebula.nattable.finder --- [INFO] [INFO] -----< org.eclipse.swtbot.features:org.eclipse.swtbot.eclipse.gef >----- [INFO] Building org.eclipse.swtbot.eclipse.gef 2.9.0-SNAPSHOT [42/58] [INFO] --------------------------[ eclipse-feature ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.swtbot.eclipse.gef --- [INFO] Deleting /home/jenkins/agent/workspace/swtbot-sonar/org.eclipse.swtbot.eclipse.gef/target [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.swtbot.eclipse.gef --- [INFO] The project's OSGi version is 2.9.0.202001241910 [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.swtbot.eclipse.gef --- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.swtbot.eclipse.gef --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.4.201502262128:prepare-agent (default) @ org.eclipse.swtbot.eclipse.gef --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/swtbot-sonar/.repository/org/jacoco/org.jacoco.agent/0.7.4.201502262128/org.jacoco.agent-0.7.4.201502262128-runtime.jar=destfile=/home/jenkins/agent/workspace/swtbot-sonar/target/jacoco.exec,append=true,includes=org.eclipse.swtbot.* [INFO] [INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.eclipse.swtbot.eclipse.gef --- [INFO] [INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.eclipse.swtbot.eclipse.gef --- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:package-feature (default-package-feature) @ org.eclipse.swtbot.eclipse.gef --- [INFO] Building jar: /home/jenkins/agent/workspace/swtbot-sonar/org.eclipse.swtbot.eclipse.gef/target/org.eclipse.swtbot.eclipse.gef-2.9.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.swtbot.eclipse.gef --- [INFO] [INFO] --- tycho-p2-plugin:1.3.0:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.swtbot.eclipse.gef --- [INFO] [INFO] --- tycho-source-feature-plugin:1.3.0:source-feature (source-feature) @ org.eclipse.swtbot.eclipse.gef --- [INFO] Building jar: /home/jenkins/agent/workspace/swtbot-sonar/org.eclipse.swtbot.eclipse.gef/target/org.eclipse.swtbot.eclipse.gef-2.9.0-SNAPSHOT-sources-feature.jar [INFO] [INFO] --- tycho-pack200a-plugin:1.3.0:normalize (pack200-normalize) @ org.eclipse.swtbot.eclipse.gef --- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.3:sign (sign) @ org.eclipse.swtbot.eclipse.gef --- [INFO] Skip jar signing [INFO] [INFO] --- tycho-pack200b-plugin:1.3.0:pack (pack200-pack) @ org.eclipse.swtbot.eclipse.gef --- [INFO] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (p2-metadata) @ org.eclipse.swtbot.eclipse.gef --- [INFO] [INFO] --< org.eclipse.swtbot.features:org.eclipse.swtbot.generator.feature >-- [INFO] Building org.eclipse.swtbot.generator.feature 2.9.0-SNAPSHOT [43/58] [INFO] --------------------------[ eclipse-feature ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.swtbot.generator.feature --- [INFO] Deleting /home/jenkins/agent/workspace/swtbot-sonar/org.eclipse.swtbot.generator.feature/target [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.swtbot.generator.feature --- [INFO] The project's OSGi version is 2.9.0.202001241910 [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.swtbot.generator.feature --- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.swtbot.generator.feature --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.4.201502262128:prepare-agent (default) @ org.eclipse.swtbot.generator.feature --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/swtbot-sonar/.repository/org/jacoco/org.jacoco.agent/0.7.4.201502262128/org.jacoco.agent-0.7.4.201502262128-runtime.jar=destfile=/home/jenkins/agent/workspace/swtbot-sonar/target/jacoco.exec,append=true,includes=org.eclipse.swtbot.* [INFO] [INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.eclipse.swtbot.generator.feature --- [INFO] [INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.eclipse.swtbot.generator.feature --- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:package-feature (default-package-feature) @ org.eclipse.swtbot.generator.feature --- [INFO] Building jar: /home/jenkins/agent/workspace/swtbot-sonar/org.eclipse.swtbot.generator.feature/target/org.eclipse.swtbot.generator.feature-2.9.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.swtbot.generator.feature --- [INFO] [INFO] --- tycho-p2-plugin:1.3.0:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.swtbot.generator.feature --- [INFO] [INFO] --- tycho-source-feature-plugin:1.3.0:source-feature (source-feature) @ org.eclipse.swtbot.generator.feature --- [INFO] Building jar: /home/jenkins/agent/workspace/swtbot-sonar/org.eclipse.swtbot.generator.feature/target/org.eclipse.swtbot.generator.feature-2.9.0-SNAPSHOT-sources-feature.jar [INFO] [INFO] --- tycho-pack200a-plugin:1.3.0:normalize (pack200-normalize) @ org.eclipse.swtbot.generator.feature --- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.3:sign (sign) @ org.eclipse.swtbot.generator.feature --- [INFO] Skip jar signing [INFO] [INFO] --- tycho-pack200b-plugin:1.3.0:pack (pack200-pack) @ org.eclipse.swtbot.generator.feature --- [INFO] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (p2-metadata) @ org.eclipse.swtbot.generator.feature --- [INFO] [INFO] ---------< org.eclipse.swtbot.features:org.eclipse.swtbot.ide >--------- [INFO] Building org.eclipse.swtbot.ide 2.9.0-SNAPSHOT [44/58] [INFO] --------------------------[ eclipse-feature ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.swtbot.ide --- [INFO] Deleting /home/jenkins/agent/workspace/swtbot-sonar/org.eclipse.swtbot.ide/target [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.swtbot.ide --- [INFO] The project's OSGi version is 2.9.0.202001241910 [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.swtbot.ide --- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.swtbot.ide --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.4.201502262128:prepare-agent (default) @ org.eclipse.swtbot.ide --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/swtbot-sonar/.repository/org/jacoco/org.jacoco.agent/0.7.4.201502262128/org.jacoco.agent-0.7.4.201502262128-runtime.jar=destfile=/home/jenkins/agent/workspace/swtbot-sonar/target/jacoco.exec,append=true,includes=org.eclipse.swtbot.* [INFO] [INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.eclipse.swtbot.ide --- [INFO] [INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.eclipse.swtbot.ide --- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:package-feature (default-package-feature) @ org.eclipse.swtbot.ide --- [INFO] Building jar: /home/jenkins/agent/workspace/swtbot-sonar/org.eclipse.swtbot.ide/target/org.eclipse.swtbot.ide-2.9.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.swtbot.ide --- [INFO] [INFO] --- tycho-p2-plugin:1.3.0:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.swtbot.ide --- [INFO] [INFO] --- tycho-source-feature-plugin:1.3.0:source-feature (source-feature) @ org.eclipse.swtbot.ide --- [INFO] Building jar: /home/jenkins/agent/workspace/swtbot-sonar/org.eclipse.swtbot.ide/target/org.eclipse.swtbot.ide-2.9.0-SNAPSHOT-sources-feature.jar [INFO] [INFO] --- tycho-pack200a-plugin:1.3.0:normalize (pack200-normalize) @ org.eclipse.swtbot.ide --- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.3:sign (sign) @ org.eclipse.swtbot.ide --- [INFO] Skip jar signing [INFO] [INFO] --- tycho-pack200b-plugin:1.3.0:pack (pack200-pack) @ org.eclipse.swtbot.ide --- [INFO] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (p2-metadata) @ org.eclipse.swtbot.ide --- [INFO] [INFO] ---< org.eclipse.swtbot.features:org.eclipse.swtbot.nebula.gallery >---- [INFO] Building org.eclipse.swtbot.nebula.gallery 2.9.0-SNAPSHOT [45/58] [INFO] --------------------------[ eclipse-feature ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.swtbot.nebula.gallery --- [INFO] Deleting /home/jenkins/agent/workspace/swtbot-sonar/org.eclipse.swtbot.nebula.gallery/target [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.swtbot.nebula.gallery --- [INFO] The project's OSGi version is 2.9.0.202001241910 [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.swtbot.nebula.gallery --- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.swtbot.nebula.gallery --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.4.201502262128:prepare-agent (default) @ org.eclipse.swtbot.nebula.gallery --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/swtbot-sonar/.repository/org/jacoco/org.jacoco.agent/0.7.4.201502262128/org.jacoco.agent-0.7.4.201502262128-runtime.jar=destfile=/home/jenkins/agent/workspace/swtbot-sonar/target/jacoco.exec,append=true,includes=org.eclipse.swtbot.* [INFO] [INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.eclipse.swtbot.nebula.gallery --- [INFO] [INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.eclipse.swtbot.nebula.gallery --- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:package-feature (default-package-feature) @ org.eclipse.swtbot.nebula.gallery --- [INFO] Building jar: /home/jenkins/agent/workspace/swtbot-sonar/org.eclipse.swtbot.nebula.gallery/target/org.eclipse.swtbot.nebula.gallery-2.9.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.swtbot.nebula.gallery --- [INFO] [INFO] --- tycho-p2-plugin:1.3.0:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.swtbot.nebula.gallery --- [INFO] [INFO] --- tycho-source-feature-plugin:1.3.0:source-feature (source-feature) @ org.eclipse.swtbot.nebula.gallery --- [INFO] Building jar: /home/jenkins/agent/workspace/swtbot-sonar/org.eclipse.swtbot.nebula.gallery/target/org.eclipse.swtbot.nebula.gallery-2.9.0-SNAPSHOT-sources-feature.jar [INFO] [INFO] --- tycho-pack200a-plugin:1.3.0:normalize (pack200-normalize) @ org.eclipse.swtbot.nebula.gallery --- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.3:sign (sign) @ org.eclipse.swtbot.nebula.gallery --- [INFO] Skip jar signing [INFO] [INFO] --- tycho-pack200b-plugin:1.3.0:pack (pack200-pack) @ org.eclipse.swtbot.nebula.gallery --- [INFO] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (p2-metadata) @ org.eclipse.swtbot.nebula.gallery --- [INFO] [INFO] ---< org.eclipse.swtbot.features:org.eclipse.swtbot.nebula.nattable >--- [INFO] Building org.eclipse.swtbot.nebula.nattable 2.9.0-SNAPSHOT [46/58] [INFO] --------------------------[ eclipse-feature ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.swtbot.nebula.nattable --- [INFO] Deleting /home/jenkins/agent/workspace/swtbot-sonar/org.eclipse.swtbot.nebula.nattable/target [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.swtbot.nebula.nattable --- [INFO] The project's OSGi version is 2.9.0.202001241910 [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.swtbot.nebula.nattable --- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.swtbot.nebula.nattable --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.4.201502262128:prepare-agent (default) @ org.eclipse.swtbot.nebula.nattable --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/swtbot-sonar/.repository/org/jacoco/org.jacoco.agent/0.7.4.201502262128/org.jacoco.agent-0.7.4.201502262128-runtime.jar=destfile=/home/jenkins/agent/workspace/swtbot-sonar/target/jacoco.exec,append=true,includes=org.eclipse.swtbot.* [INFO] [INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.eclipse.swtbot.nebula.nattable --- [INFO] [INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.eclipse.swtbot.nebula.nattable --- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:package-feature (default-package-feature) @ org.eclipse.swtbot.nebula.nattable --- [INFO] Building jar: /home/jenkins/agent/workspace/swtbot-sonar/org.eclipse.swtbot.nebula.nattable/target/org.eclipse.swtbot.nebula.nattable-2.9.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.swtbot.nebula.nattable --- [INFO] [INFO] --- tycho-p2-plugin:1.3.0:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.swtbot.nebula.nattable --- [INFO] [INFO] --- tycho-source-feature-plugin:1.3.0:source-feature (source-feature) @ org.eclipse.swtbot.nebula.nattable --- [INFO] Building jar: /home/jenkins/agent/workspace/swtbot-sonar/org.eclipse.swtbot.nebula.nattable/target/org.eclipse.swtbot.nebula.nattable-2.9.0-SNAPSHOT-sources-feature.jar [INFO] [INFO] --- tycho-pack200a-plugin:1.3.0:normalize (pack200-normalize) @ org.eclipse.swtbot.nebula.nattable --- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.3:sign (sign) @ org.eclipse.swtbot.nebula.nattable --- [INFO] Skip jar signing [INFO] [INFO] --- tycho-pack200b-plugin:1.3.0:pack (pack200-pack) @ org.eclipse.swtbot.nebula.nattable --- [INFO] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (p2-metadata) @ org.eclipse.swtbot.nebula.nattable --- [INFO] [INFO] ----------< org.eclipse.swtbot:org.eclipse.swtbot.updatesite >---------- [INFO] Building org.eclipse.swtbot.updatesite 2.9.0-SNAPSHOT [47/58] [INFO] -------------------------[ eclipse-repository ]------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.swtbot.updatesite --- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.swtbot.updatesite --- [INFO] The project's OSGi version is 2.9.0.202001241910 [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean-1) @ org.eclipse.swtbot.updatesite --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.4.201502262128:prepare-agent (default) @ org.eclipse.swtbot.updatesite --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/swtbot-sonar/.repository/org/jacoco/org.jacoco.agent/0.7.4.201502262128/org.jacoco.agent-0.7.4.201502262128-runtime.jar=destfile=/home/jenkins/agent/workspace/swtbot-sonar/target/jacoco.exec,append=true,includes=org.eclipse.swtbot.* [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.swtbot.updatesite --- [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent! [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/swtbot-sonar/org.eclipse.swtbot.updatesite/src/main/resources [INFO] [INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.eclipse.swtbot.updatesite --- [INFO] [INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.eclipse.swtbot.updatesite --- [INFO] [INFO] --- tycho-p2-publisher-plugin:1.3.0:publish-osgi-ee (default-publish-osgi-ee) @ org.eclipse.swtbot.updatesite --- [INFO] Published profile IUs: [a.jre.javase 10.0.0, config.a.jre.javase 10.0.0] [INFO] Published profile IUs: [a.jre.javase 11.0.0, config.a.jre.javase 11.0.0] [INFO] [INFO] --- tycho-p2-publisher-plugin:1.3.0:publish-products (default-publish-products) @ org.eclipse.swtbot.updatesite --- [INFO] [INFO] --- tycho-p2-publisher-plugin:1.3.0:publish-categories (default-publish-categories) @ org.eclipse.swtbot.updatesite --- [INFO] [INFO] --- tycho-p2-publisher-plugin:1.3.0:attach-artifacts (default-attach-artifacts) @ org.eclipse.swtbot.updatesite --- [INFO] [INFO] --- tycho-p2-repository-plugin:1.3.0:assemble-repository (default-assemble-repository) @ org.eclipse.swtbot.updatesite --- [INFO] [INFO] --- tycho-p2-repository-plugin:1.3.0:archive-repository (default-archive-repository) @ org.eclipse.swtbot.updatesite --- [INFO] Building zip: /home/jenkins/agent/workspace/swtbot-sonar/org.eclipse.swtbot.updatesite/target/org.eclipse.swtbot.updatesite-2.9.0-SNAPSHOT.zip [INFO] [INFO] --- tycho-source-feature-plugin:1.3.0:source-feature (source-feature) @ org.eclipse.swtbot.updatesite --- [INFO] [INFO] --- tycho-pack200a-plugin:1.3.0:normalize (pack200-normalize) @ org.eclipse.swtbot.updatesite --- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.3:sign (sign) @ org.eclipse.swtbot.updatesite --- [INFO] Skip jar signing [INFO] [INFO] --- tycho-pack200b-plugin:1.3.0:pack (pack200-pack) @ org.eclipse.swtbot.updatesite --- [INFO] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (p2-metadata) @ org.eclipse.swtbot.updatesite --- [INFO] [INFO] -----< org.eclipse.swtbot.test:org.eclipse.swtbot.eclipse.ui.test >----- [INFO] Building org.eclipse.swtbot.eclipse.ui.test 2.9.0-SNAPSHOT [48/58] [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.swtbot.eclipse.ui.test --- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.swtbot.eclipse.ui.test --- [INFO] The project's OSGi version is 2.9.0.202001241910 [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.swtbot.eclipse.ui.test --- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.swtbot.eclipse.ui.test --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.4.201502262128:prepare-agent (default) @ org.eclipse.swtbot.eclipse.ui.test --- [INFO] tycho.testArgLine set to -javaagent:/home/jenkins/agent/workspace/swtbot-sonar/.repository/org/jacoco/org.jacoco.agent/0.7.4.201502262128/org.jacoco.agent-0.7.4.201502262128-runtime.jar=destfile=/home/jenkins/agent/workspace/swtbot-sonar/target/jacoco.exec,append=true,includes=org.eclipse.swtbot.* [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.swtbot.eclipse.ui.test --- [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent! [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/swtbot-sonar/org.eclipse.swtbot.eclipse.ui.test/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.3.0:compile (default-compile) @ org.eclipse.swtbot.eclipse.ui.test --- [INFO] Compiling 9 source files to /home/jenkins/agent/workspace/swtbot-sonar/org.eclipse.swtbot.eclipse.ui.test/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.swtbot.eclipse.ui.test --- [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent! [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/swtbot-sonar/org.eclipse.swtbot.eclipse.ui.test/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.eclipse.swtbot.eclipse.ui.test --- [INFO] Building jar: /home/jenkins/agent/workspace/swtbot-sonar/org.eclipse.swtbot.eclipse.ui.test/target/org.eclipse.swtbot.eclipse.ui.test-2.9.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.eclipse.swtbot.eclipse.ui.test --- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:package-plugin (default-package-plugin) @ org.eclipse.swtbot.eclipse.ui.test --- [INFO] Building jar: /home/jenkins/agent/workspace/swtbot-sonar/org.eclipse.swtbot.eclipse.ui.test/target/org.eclipse.swtbot.eclipse.ui.test-2.9.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.swtbot.eclipse.ui.test --- [INFO] [INFO] --- tycho-source-feature-plugin:1.3.0:source-feature (source-feature) @ org.eclipse.swtbot.eclipse.ui.test --- [INFO] [INFO] --- tycho-pack200a-plugin:1.3.0:normalize (pack200-normalize) @ org.eclipse.swtbot.eclipse.ui.test --- [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/swtbot-sonar/org.eclipse.swtbot.eclipse.ui.test/target/org.eclipse.swtbot.eclipse.ui.test-2.9.0-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.3:sign (sign) @ org.eclipse.swtbot.eclipse.ui.test --- [INFO] Skip jar signing [INFO] [INFO] --- tycho-pack200b-plugin:1.3.0:pack (pack200-pack) @ org.eclipse.swtbot.eclipse.ui.test --- [INFO] Pack200 packing jar /home/jenkins/agent/workspace/swtbot-sonar/org.eclipse.swtbot.eclipse.ui.test/target/org.eclipse.swtbot.eclipse.ui.test-2.9.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (p2-metadata) @ org.eclipse.swtbot.eclipse.ui.test --- [INFO] [INFO] --- tycho-surefire-plugin:1.3.0:test (default-test) @ org.eclipse.swtbot.eclipse.ui.test --- [INFO] Expected eclipse log file: /home/jenkins/agent/workspace/swtbot-sonar/org.eclipse.swtbot.eclipse.ui.test/target/work/data/.metadata/.log [INFO] Command line: [/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/bin/java, -Dosgi.noShutdown=false, -Dosgi.os=linux, -Dosgi.ws=gtk, -Dosgi.arch=x86_64, -javaagent:/home/jenkins/agent/workspace/swtbot-sonar/.repository/org/jacoco/org.jacoco.agent/0.7.4.201502262128/org.jacoco.agent-0.7.4.201502262128-runtime.jar=destfile=/home/jenkins/agent/workspace/swtbot-sonar/target/jacoco.exec,append=true,includes=org.eclipse.swtbot.*, -Xms64m, -Xmx1024m, -Dosgi.clean=true, -jar, /home/jenkins/agent/workspace/swtbot-sonar/.repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.5.0.v20180512-1130/org.eclipse.equinox.launcher-1.5.0.v20180512-1130.jar, -data, /home/jenkins/agent/workspace/swtbot-sonar/org.eclipse.swtbot.eclipse.ui.test/target/work/data, -install, /home/jenkins/agent/workspace/swtbot-sonar/org.eclipse.swtbot.eclipse.ui.test/target/work, -configuration, /home/jenkins/agent/workspace/swtbot-sonar/org.eclipse.swtbot.eclipse.ui.test/target/work/configuration, -application, org.eclipse.tycho.surefire.osgibooter.uitest, -testproperties, /home/jenkins/agent/workspace/swtbot-sonar/org.eclipse.swtbot.eclipse.ui.test/target/surefire.properties, -testApplication, org.eclipse.ui.ide.workbench, -product, org.eclipse.sdk.ide, -nouithread] Picked up JAVA_TOOL_OPTIONS: -XX:+IgnoreUnrecognizedVMOptions -XX:+UseContainerSupport -XX:+UnlockExperimentalVMOptions -XX:+UseCGroupMemoryLimitForHeap Picked up _JAVA_OPTIONS: -XX:MaxRAMPercentage=64.0 Launching application org.eclipse.ui.ide.workbench... Running org.eclipse.swtbot.eclipse.ui.functional.AllTests log4j:WARN No appenders could be found for logger (org.eclipse.swtbot.swt.finder.matchers.AbstractMatcher). log4j:WARN Please initialize the log4j system properly. Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 6.012 s - in org.eclipse.swtbot.eclipse.ui.functional.AllTests canCreateSWTBotProject(org.eclipse.swtbot.eclipse.ui.functional.ProjectCreationWizardTest) Time elapsed: 3.709 s Results: Tests run: 1, Failures: 0, Errors: 0, Skipped: 0 [INFO] All tests passed! [INFO] [INFO] --< org.eclipse.swtbot.test:org.eclipse.swtbot.swt.finder.test.keyboards >-- [INFO] Building org.eclipse.swtbot.swt.finder.test.keyboards 2.9.0-SNAPSHOT [49/58] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.swtbot.swt.finder.test.keyboards --- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.swtbot.swt.finder.test.keyboards --- [INFO] The project's OSGi version is 2.9.0.202001241910 [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.swtbot.swt.finder.test.keyboards --- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.swtbot.swt.finder.test.keyboards --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.4.201502262128:prepare-agent (default) @ org.eclipse.swtbot.swt.finder.test.keyboards --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/swtbot-sonar/.repository/org/jacoco/org.jacoco.agent/0.7.4.201502262128/org.jacoco.agent-0.7.4.201502262128-runtime.jar=destfile=/home/jenkins/agent/workspace/swtbot-sonar/target/jacoco.exec,append=true,includes=org.eclipse.swtbot.* [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.swtbot.swt.finder.test.keyboards --- [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent! [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/swtbot-sonar/org.eclipse.swtbot.swt.finder.test.keyboards/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.3.0:compile (default-compile) @ org.eclipse.swtbot.swt.finder.test.keyboards --- [INFO] Nothing to compile - all classes are up to date [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.swtbot.swt.finder.test.keyboards --- [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent! [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/swtbot-sonar/org.eclipse.swtbot.swt.finder.test.keyboards/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.eclipse.swtbot.swt.finder.test.keyboards --- [INFO] Building jar: /home/jenkins/agent/workspace/swtbot-sonar/org.eclipse.swtbot.swt.finder.test.keyboards/target/org.eclipse.swtbot.swt.finder.test.keyboards-2.9.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.eclipse.swtbot.swt.finder.test.keyboards --- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:package-plugin (default-package-plugin) @ org.eclipse.swtbot.swt.finder.test.keyboards --- [INFO] Building jar: /home/jenkins/agent/workspace/swtbot-sonar/org.eclipse.swtbot.swt.finder.test.keyboards/target/org.eclipse.swtbot.swt.finder.test.keyboards-2.9.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.swtbot.swt.finder.test.keyboards --- [INFO] [INFO] --- tycho-source-feature-plugin:1.3.0:source-feature (source-feature) @ org.eclipse.swtbot.swt.finder.test.keyboards --- [INFO] [INFO] --- tycho-pack200a-plugin:1.3.0:normalize (pack200-normalize) @ org.eclipse.swtbot.swt.finder.test.keyboards --- [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/swtbot-sonar/org.eclipse.swtbot.swt.finder.test.keyboards/target/org.eclipse.swtbot.swt.finder.test.keyboards-2.9.0-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.3:sign (sign) @ org.eclipse.swtbot.swt.finder.test.keyboards --- [INFO] Skip jar signing [INFO] [INFO] --- tycho-pack200b-plugin:1.3.0:pack (pack200-pack) @ org.eclipse.swtbot.swt.finder.test.keyboards --- [INFO] Pack200 packing jar /home/jenkins/agent/workspace/swtbot-sonar/org.eclipse.swtbot.swt.finder.test.keyboards/target/org.eclipse.swtbot.swt.finder.test.keyboards-2.9.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (p2-metadata) @ org.eclipse.swtbot.swt.finder.test.keyboards --- [INFO] [INFO] --< org.eclipse.swtbot.plugins:org.eclipse.swtbot.forms.finder.test >--- [INFO] Building org.eclipse.swtbot.forms.finder.test 2.9.0-SNAPSHOT [50/58] [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.swtbot.forms.finder.test --- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.swtbot.forms.finder.test --- [INFO] The project's OSGi version is 2.9.0.202001241910 [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.swtbot.forms.finder.test --- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.swtbot.forms.finder.test --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.4.201502262128:prepare-agent (default) @ org.eclipse.swtbot.forms.finder.test --- [INFO] tycho.testArgLine set to -javaagent:/home/jenkins/agent/workspace/swtbot-sonar/.repository/org/jacoco/org.jacoco.agent/0.7.4.201502262128/org.jacoco.agent-0.7.4.201502262128-runtime.jar=destfile=/home/jenkins/agent/workspace/swtbot-sonar/target/jacoco.exec,append=true,includes=org.eclipse.swtbot.* [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.swtbot.forms.finder.test --- [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent! [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/swtbot-sonar/org.eclipse.swtbot.forms.finder.test/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.3.0:compile (default-compile) @ org.eclipse.swtbot.forms.finder.test --- [INFO] Compiling 4 source files to /home/jenkins/agent/workspace/swtbot-sonar/org.eclipse.swtbot.forms.finder.test/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.swtbot.forms.finder.test --- [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent! [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/swtbot-sonar/org.eclipse.swtbot.forms.finder.test/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.eclipse.swtbot.forms.finder.test --- [INFO] Building jar: /home/jenkins/agent/workspace/swtbot-sonar/org.eclipse.swtbot.forms.finder.test/target/org.eclipse.swtbot.forms.finder.test-2.9.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.eclipse.swtbot.forms.finder.test --- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:package-plugin (default-package-plugin) @ org.eclipse.swtbot.forms.finder.test --- [INFO] Building jar: /home/jenkins/agent/workspace/swtbot-sonar/org.eclipse.swtbot.forms.finder.test/target/org.eclipse.swtbot.forms.finder.test-2.9.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.swtbot.forms.finder.test --- [INFO] [INFO] --- tycho-source-feature-plugin:1.3.0:source-feature (source-feature) @ org.eclipse.swtbot.forms.finder.test --- [INFO] [INFO] --- tycho-pack200a-plugin:1.3.0:normalize (pack200-normalize) @ org.eclipse.swtbot.forms.finder.test --- [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/swtbot-sonar/org.eclipse.swtbot.forms.finder.test/target/org.eclipse.swtbot.forms.finder.test-2.9.0-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.3:sign (sign) @ org.eclipse.swtbot.forms.finder.test --- [INFO] Skip jar signing [INFO] [INFO] --- tycho-pack200b-plugin:1.3.0:pack (pack200-pack) @ org.eclipse.swtbot.forms.finder.test --- [INFO] Pack200 packing jar /home/jenkins/agent/workspace/swtbot-sonar/org.eclipse.swtbot.forms.finder.test/target/org.eclipse.swtbot.forms.finder.test-2.9.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (p2-metadata) @ org.eclipse.swtbot.forms.finder.test --- [INFO] [INFO] --- tycho-surefire-plugin:1.3.0:test (default-test) @ org.eclipse.swtbot.forms.finder.test --- [INFO] Expected eclipse log file: /home/jenkins/agent/workspace/swtbot-sonar/org.eclipse.swtbot.forms.finder.test/target/work/data/.metadata/.log [INFO] Command line: [/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/bin/java, -Dosgi.noShutdown=false, -Dosgi.os=linux, -Dosgi.ws=gtk, -Dosgi.arch=x86_64, -javaagent:/home/jenkins/agent/workspace/swtbot-sonar/.repository/org/jacoco/org.jacoco.agent/0.7.4.201502262128/org.jacoco.agent-0.7.4.201502262128-runtime.jar=destfile=/home/jenkins/agent/workspace/swtbot-sonar/target/jacoco.exec,append=true,includes=org.eclipse.swtbot.*, -Xms64m, -Xmx1024m, -Dosgi.clean=true, -jar, /home/jenkins/agent/workspace/swtbot-sonar/.repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.5.0.v20180512-1130/org.eclipse.equinox.launcher-1.5.0.v20180512-1130.jar, -data, /home/jenkins/agent/workspace/swtbot-sonar/org.eclipse.swtbot.forms.finder.test/target/work/data, -install, /home/jenkins/agent/workspace/swtbot-sonar/org.eclipse.swtbot.forms.finder.test/target/work, -configuration, /home/jenkins/agent/workspace/swtbot-sonar/org.eclipse.swtbot.forms.finder.test/target/work/configuration, -application, org.eclipse.tycho.surefire.osgibooter.uitest, -testproperties, /home/jenkins/agent/workspace/swtbot-sonar/org.eclipse.swtbot.forms.finder.test/target/surefire.properties, -testApplication, org.eclipse.ui.ide.workbench, -product, org.eclipse.sdk.ide, -nouithread] Picked up JAVA_TOOL_OPTIONS: -XX:+IgnoreUnrecognizedVMOptions -XX:+UseContainerSupport -XX:+UnlockExperimentalVMOptions -XX:+UseCGroupMemoryLimitForHeap Picked up _JAVA_OPTIONS: -XX:MaxRAMPercentage=64.0 Launching application org.eclipse.ui.ide.workbench... Running org.eclipse.swtbot.forms.finder.test.AllTests log4j:WARN No appenders could be found for logger (org.eclipse.swtbot.swt.finder.matchers.AbstractMatcher). log4j:WARN Please initialize the log4j system properly. Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.384 s - in org.eclipse.swtbot.forms.finder.test.AllTests canFindHyperlinkWithRegex(org.eclipse.swtbot.forms.finder.test.widgets.SWTBotHyperlinkTest) Time elapsed: 0.042 s findHyperlink(org.eclipse.swtbot.forms.finder.test.widgets.SWTBotHyperlinkTest) Time elapsed: 0.013 s findImageHyperlinkWithNoImage(org.eclipse.swtbot.forms.finder.test.widgets.SWTBotImageHyperlinkTest) Time elapsed: 0.016 s canFindImageHyperlinkWithNoImageByRegex(org.eclipse.swtbot.forms.finder.test.widgets.SWTBotImageHyperlinkTest) Time elapsed: 0.011 s findImageHyperlinkWithImage(org.eclipse.swtbot.forms.finder.test.widgets.SWTBotImageHyperlinkTest) Time elapsed: 0.009 s canFindImageHyperlinkWithImageByRegex(org.eclipse.swtbot.forms.finder.test.widgets.SWTBotImageHyperlinkTest) Time elapsed: 0.034 s Results: Tests run: 6, Failures: 0, Errors: 0, Skipped: 0 [INFO] All tests passed! [INFO] [INFO] --< org.eclipse.swtbot.plugins:org.eclipse.swtbot.eclipse.finder.test >-- [INFO] Building org.eclipse.swtbot.eclipse.finder.test 2.9.0-SNAPSHOT [51/58] [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.swtbot.eclipse.finder.test --- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.swtbot.eclipse.finder.test --- [INFO] The project's OSGi version is 2.9.0.202001241910 [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.swtbot.eclipse.finder.test --- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.swtbot.eclipse.finder.test --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.4.201502262128:prepare-agent (default) @ org.eclipse.swtbot.eclipse.finder.test --- [INFO] tycho.testArgLine set to -javaagent:/home/jenkins/agent/workspace/swtbot-sonar/.repository/org/jacoco/org.jacoco.agent/0.7.4.201502262128/org.jacoco.agent-0.7.4.201502262128-runtime.jar=destfile=/home/jenkins/agent/workspace/swtbot-sonar/target/jacoco.exec,append=true,includes=org.eclipse.swtbot.* [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.swtbot.eclipse.finder.test --- [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent! [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/swtbot-sonar/org.eclipse.swtbot.eclipse.finder.test/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.3.0:compile (default-compile) @ org.eclipse.swtbot.eclipse.finder.test --- [INFO] Compiling 27 source files to /home/jenkins/agent/workspace/swtbot-sonar/org.eclipse.swtbot.eclipse.finder.test/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.swtbot.eclipse.finder.test --- [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent! [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/swtbot-sonar/org.eclipse.swtbot.eclipse.finder.test/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.eclipse.swtbot.eclipse.finder.test --- [INFO] Building jar: /home/jenkins/agent/workspace/swtbot-sonar/org.eclipse.swtbot.eclipse.finder.test/target/org.eclipse.swtbot.eclipse.finder.test-2.9.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.eclipse.swtbot.eclipse.finder.test --- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:package-plugin (default-package-plugin) @ org.eclipse.swtbot.eclipse.finder.test --- [INFO] Building jar: /home/jenkins/agent/workspace/swtbot-sonar/org.eclipse.swtbot.eclipse.finder.test/target/org.eclipse.swtbot.eclipse.finder.test-2.9.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.swtbot.eclipse.finder.test --- [INFO] [INFO] --- tycho-source-feature-plugin:1.3.0:source-feature (source-feature) @ org.eclipse.swtbot.eclipse.finder.test --- [INFO] [INFO] --- tycho-pack200a-plugin:1.3.0:normalize (pack200-normalize) @ org.eclipse.swtbot.eclipse.finder.test --- [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/swtbot-sonar/org.eclipse.swtbot.eclipse.finder.test/target/org.eclipse.swtbot.eclipse.finder.test-2.9.0-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.3:sign (sign) @ org.eclipse.swtbot.eclipse.finder.test --- [INFO] Skip jar signing [INFO] [INFO] --- tycho-pack200b-plugin:1.3.0:pack (pack200-pack) @ org.eclipse.swtbot.eclipse.finder.test --- [INFO] Pack200 packing jar /home/jenkins/agent/workspace/swtbot-sonar/org.eclipse.swtbot.eclipse.finder.test/target/org.eclipse.swtbot.eclipse.finder.test-2.9.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (p2-metadata) @ org.eclipse.swtbot.eclipse.finder.test --- [INFO] [INFO] --- tycho-surefire-plugin:1.3.0:test (default-test) @ org.eclipse.swtbot.eclipse.finder.test --- [INFO] Expected eclipse log file: /home/jenkins/agent/workspace/swtbot-sonar/org.eclipse.swtbot.eclipse.finder.test/target/work/data/.metadata/.log [INFO] Command line: [/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/bin/java, -Dosgi.noShutdown=false, -Dosgi.os=linux, -Dosgi.ws=gtk, -Dosgi.arch=x86_64, -javaagent:/home/jenkins/agent/workspace/swtbot-sonar/.repository/org/jacoco/org.jacoco.agent/0.7.4.201502262128/org.jacoco.agent-0.7.4.201502262128-runtime.jar=destfile=/home/jenkins/agent/workspace/swtbot-sonar/target/jacoco.exec,append=true,includes=org.eclipse.swtbot.*, -Xms64m, -Xmx1024m, -Dosgi.clean=true, -jar, /home/jenkins/agent/workspace/swtbot-sonar/.repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.5.0.v20180512-1130/org.eclipse.equinox.launcher-1.5.0.v20180512-1130.jar, -data, /home/jenkins/agent/workspace/swtbot-sonar/org.eclipse.swtbot.eclipse.finder.test/target/work/data, -install, /home/jenkins/agent/workspace/swtbot-sonar/org.eclipse.swtbot.eclipse.finder.test/target/work, -configuration, /home/jenkins/agent/workspace/swtbot-sonar/org.eclipse.swtbot.eclipse.finder.test/target/work/configuration, -application, org.eclipse.tycho.surefire.osgibooter.uitest, -testproperties, /home/jenkins/agent/workspace/swtbot-sonar/org.eclipse.swtbot.eclipse.finder.test/target/surefire.properties, -testApplication, org.eclipse.ui.ide.workbench, -product, org.eclipse.platform.ide, -nouithread] Picked up JAVA_TOOL_OPTIONS: -XX:+IgnoreUnrecognizedVMOptions -XX:+UseContainerSupport -XX:+UnlockExperimentalVMOptions -XX:+UseCGroupMemoryLimitForHeap Picked up _JAVA_OPTIONS: -XX:MaxRAMPercentage=64.0 Launching application org.eclipse.ui.ide.workbench... Running org.eclipse.swtbot.eclipse.finder.AllTests 24 Jan 2020 19:15:24.702 - main - DEBUG - SWTBotView - (SWTBotWorkbenchPart$2.java:172) - number of items : 4 24 Jan 2020 19:15:27.879 - main - DEBUG - SWTBotView - (SWTBotWorkbenchPart$2.java:172) - number of items : 4 24 Jan 2020 19:15:31.281 - main - DEBUG - SWTBotView - (SWTBotWorkbenchPart$2.java:172) - number of items : 4 24 Jan 2020 19:15:41.328 - main - DEBUG - SWTBotView - (SWTBotWorkbenchPart$2.java:172) - number of items : 4 24 Jan 2020 19:15:46.694 - main - DEBUG - SWTBotView - (SWTBotWorkbenchPart$2.java:172) - number of items : 4 24 Jan 2020 19:15:49.088 - main - DEBUG - SWTBotView - (SWTBotWorkbenchPart$2.java:172) - number of items : 4 24 Jan 2020 19:15:58.574 - WorkbenchTestable - DEBUG - Keyboard - (Keyboard.java:87) - Typing text 'main' with an interval of 50ms. between characters. 24 Jan 2020 19:15:58.958 - main - DEBUG - SWTBotEclipseEditor - (SWTBotEclipseEditor$11.java:915) - Activating action with id ContentAssistProposal 24 Jan 2020 19:15:59.585 - WorkbenchTestable - DEBUG - SWTBotEclipseEditor - (SWTBotEclipseEditor.java:225) - Finding table containing proposals. 24 Jan 2020 19:15:59.586 - WorkbenchTestable - DEBUG - SWTBotEclipseEditor - (SWTBotEclipseEditor.java:844) - Activating proposal shell. 24 Jan 2020 19:15:59.674 - WorkbenchTestable - DEBUG - SWTBotEclipseEditor - (SWTBotEclipseEditor.java:872) - Activated proposal shell. 24 Jan 2020 19:15:59.683 - WorkbenchTestable - DEBUG - SWTBotEclipseEditor - (SWTBotEclipseEditor.java:229) - Found table containing proposals -- [main - main method] 24 Jan 2020 19:15:59.685 - WorkbenchTestable - DEBUG - SWTBotEclipseEditor - (SWTBotEclipseEditor$10.java:887) - matched table, returning 24 Jan 2020 19:15:59.686 - WorkbenchTestable - DEBUG - SWTBotEclipseEditor - (SWTBotEclipseEditor.java:186) - Trying to select proposal main - main method 24 Jan 2020 19:15:59.687 - WorkbenchTestable - DEBUG - SWTBotEclipseEditor - (SWTBotEclipseEditor.java:201) - Trying to select proposal with index 0 24 Jan 2020 19:15:59.689 - main - DEBUG - SWTBotEclipseEditor - (SWTBotEclipseEditor$1.java:206) - Selecting row [0] main - main method in Table {} 24 Jan 2020 19:16:05.906 - WorkbenchTestable - DEBUG - Keyboard - (Keyboard.java:87) - Typing text 'JFr' with an interval of 50ms. between characters. 24 Jan 2020 19:16:06.065 - main - DEBUG - SWTBotEclipseEditor - (SWTBotEclipseEditor$11.java:915) - Activating action with id ContentAssistProposal 24 Jan 2020 19:16:06.802 - WorkbenchTestable - DEBUG - SWTBotEclipseEditor - (SWTBotEclipseEditor.java:225) - Finding table containing proposals. 24 Jan 2020 19:16:06.804 - WorkbenchTestable - DEBUG - SWTBotEclipseEditor - (SWTBotEclipseEditor.java:844) - Activating proposal shell. 24 Jan 2020 19:16:07.059 - WorkbenchTestable - DEBUG - SWTBotEclipseEditor - (SWTBotEclipseEditor.java:872) - Activated proposal shell. 24 Jan 2020 19:16:07.062 - WorkbenchTestable - DEBUG - SWTBotEclipseEditor - (SWTBotEclipseEditor.java:229) - Found table containing proposals -- [JFrame - javax.swing, JFr() : void - Method stub] 24 Jan 2020 19:16:07.065 - WorkbenchTestable - DEBUG - SWTBotEclipseEditor - (SWTBotEclipseEditor$10.java:887) - matched table, returning 24 Jan 2020 19:16:07.067 - WorkbenchTestable - DEBUG - SWTBotEclipseEditor - (SWTBotEclipseEditor.java:741) - Making proposals disappear. Tests run: 48, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 134.897 s - in org.eclipse.swtbot.eclipse.finder.AllTests findCommandIMatcher(org.eclipse.swtbot.eclipse.finder.finders.CommandFinderTest) Time elapsed: 1.047 s findCommandNoMatch(org.eclipse.swtbot.eclipse.finder.finders.CommandFinderTest) Time elapsed: 0.418 s viewMenuDropDown(org.eclipse.swtbot.eclipse.finder.widgets.SWTBotViewTest) Time elapsed: 1.964 s viewActionDelegateWithId(org.eclipse.swtbot.eclipse.finder.widgets.SWTBotViewTest) Time elapsed: 1.778 s toolbarToogleButton(org.eclipse.swtbot.eclipse.finder.widgets.SWTBotViewTest) Time elapsed: 1.697 s viewBotWidgetScope(org.eclipse.swtbot.eclipse.finder.widgets.SWTBotViewTest) Time elapsed: 1.469 s toolbarButtonNotFound(org.eclipse.swtbot.eclipse.finder.widgets.SWTBotViewTest) Time elapsed: 1.556 s menusAddedProgramatically(org.eclipse.swtbot.eclipse.finder.widgets.SWTBotViewTest) Time elapsed: 1.865 s toolbarPushButton(org.eclipse.swtbot.eclipse.finder.widgets.SWTBotViewTest) Time elapsed: 1.646 s notFindingViewThrowsException(org.eclipse.swtbot.eclipse.finder.widgets.SWTBotViewTest) Time elapsed: 5.252 s openView(org.eclipse.swtbot.eclipse.finder.widgets.SWTBotViewTest) Time elapsed: 1.528 s menusExtensionsCommandWithoutParameters(org.eclipse.swtbot.eclipse.finder.widgets.SWTBotViewTest) Time elapsed: 1.652 s toolbarDropDownButton(org.eclipse.swtbot.eclipse.finder.widgets.SWTBotViewTest) Time elapsed: 1.605 s menusExtensionsParameterizedCommand(org.eclipse.swtbot.eclipse.finder.widgets.SWTBotViewTest) Time elapsed: 1.595 s findsView(org.eclipse.swtbot.eclipse.finder.widgets.SWTBotViewTest) Time elapsed: 0.796 s breakpointsViewMenuWorkingSets(org.eclipse.swtbot.eclipse.finder.widgets.SWTBotViewTest) Time elapsed: 1.34 s toolbarRadioButton(org.eclipse.swtbot.eclipse.finder.widgets.SWTBotViewTest) Time elapsed: 1.621 s closesAView(org.eclipse.swtbot.eclipse.finder.widgets.SWTBotViewTest) Time elapsed: 0.774 s getToolbarButtons(org.eclipse.swtbot.eclipse.finder.widgets.SWTBotViewTest) Time elapsed: 1.473 s getsViewTitle(org.eclipse.swtbot.eclipse.finder.widgets.SWTBotViewTest) Time elapsed: 0.698 s quickFixNotFoundExceptionString(org.eclipse.swtbot.eclipse.finder.exceptions.QuickFixNotFoundExceptionTest) Time elapsed: 0.001 s quickFixNotFoundExceptionStringThrowable(org.eclipse.swtbot.eclipse.finder.exceptions.QuickFixNotFoundExceptionTest) Time elapsed: 0 s quickFixNotFoundExceptionThrowable(org.eclipse.swtbot.eclipse.finder.exceptions.QuickFixNotFoundExceptionTest) Time elapsed: 0 s canAutoCompleteProposals(org.eclipse.swtbot.eclipse.finder.widgets.SWTBotEclipseEditorTest) Time elapsed: 13.021 s getsAutoCompleteProposals(org.eclipse.swtbot.eclipse.finder.widgets.SWTBotEclipseEditorTest) Time elapsed: 6.709 s contextMenu(org.eclipse.swtbot.eclipse.finder.widgets.SWTBotEclipseEditorTest) Time elapsed: 5.801 s contextMenuWithSubMenu(org.eclipse.swtbot.eclipse.finder.widgets.SWTBotEclipseEditorTest) Time elapsed: 4.611 s isActivePartIsFalseForActiveEditor(org.eclipse.swtbot.eclipse.finder.widgets.SWTBotEclipseEditorTest) Time elapsed: 9.016 s getsStatusMessagesOfEditor(org.eclipse.swtbot.eclipse.finder.widgets.SWTBotEclipseEditorTest) Time elapsed: 4.998 s isActiveIsTrueForActiveEditor(org.eclipse.swtbot.eclipse.finder.widgets.SWTBotEclipseEditorTest) Time elapsed: 9.357 s canAccessContextMenuSubmenu(org.eclipse.swtbot.eclipse.finder.widgets.SWTBotEclipseProjectTest) Time elapsed: 5.725 s canGetStatusMessageOfView(org.eclipse.swtbot.eclipse.finder.widgets.SWTBotEclipseProjectTest) Time elapsed: 4.882 s canRefreshProject(org.eclipse.swtbot.eclipse.finder.widgets.SWTBotEclipseProjectTest) Time elapsed: 4.134 s canAccessContextMenuCopyQualifiedName(org.eclipse.swtbot.eclipse.finder.widgets.SWTBotEclipseProjectTest) Time elapsed: 4.461 s canAccessContextMenuOnMultipleSelection(org.eclipse.swtbot.eclipse.finder.widgets.SWTBotEclipseProjectTest) Time elapsed: 7.809 s canAccessOpen(org.eclipse.swtbot.eclipse.finder.widgets.SWTBotEclipseProjectTest) Time elapsed: 5.6 s canAccessContextMenuWithSubmenus(org.eclipse.swtbot.eclipse.finder.widgets.SWTBotEclipseProjectTest) Time elapsed: 4.583 s shouldGetPageCount(org.eclipse.swtbot.eclipse.finder.widgets.SWTBotMultiPageEditorTest) Time elapsed: 0.692 s shouldSaveEditorContents(org.eclipse.swtbot.eclipse.finder.widgets.SWTBotMultiPageEditorTest) Time elapsed: 0.744 s editorShouldBeMarkedDirtyOnChanges(org.eclipse.swtbot.eclipse.finder.widgets.SWTBotMultiPageEditorTest) Time elapsed: 0.798 s shouldGetActivePage(org.eclipse.swtbot.eclipse.finder.widgets.SWTBotMultiPageEditorTest) Time elapsed: 0.906 s shouldGetListOfPageTitles(org.eclipse.swtbot.eclipse.finder.widgets.SWTBotMultiPageEditorTest) Time elapsed: 0.697 s shouldAnswerIsActivePageCorrectly(org.eclipse.swtbot.eclipse.finder.widgets.SWTBotMultiPageEditorTest) Time elapsed: 0.679 s shouldSetActivePage(org.eclipse.swtbot.eclipse.finder.widgets.SWTBotMultiPageEditorTest) Time elapsed: 0.693 s canFindControlContributionWithTooltip(org.eclipse.swtbot.eclipse.finder.widgets.SWTBotToolbarContributionTest) Time elapsed: 0.391 s canFindControlContributionWithText(org.eclipse.swtbot.eclipse.finder.widgets.SWTBotToolbarContributionTest) Time elapsed: 0.307 s canFindControlContributionWithId(org.eclipse.swtbot.eclipse.finder.widgets.SWTBotToolbarContributionTest) Time elapsed: 0.262 s canSelectMultipleRadioInPreferencesWindow(org.eclipse.swtbot.eclipse.finder.widgets.SWTBotEclipsePreferencesTest) Time elapsed: 1.018 s Results: Tests run: 48, Failures: 0, Errors: 0, Skipped: 0 [INFO] All tests passed! [INFO] [INFO] ----< org.eclipse.swtbot.plugins:org.eclipse.swtbot.e4.finder.test >---- [INFO] Building org.eclipse.swtbot.e4.finder.test 2.9.0-SNAPSHOT [52/58] [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.swtbot.e4.finder.test --- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.swtbot.e4.finder.test --- [INFO] The project's OSGi version is 2.9.0.202001241910 [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.swtbot.e4.finder.test --- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.swtbot.e4.finder.test --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.4.201502262128:prepare-agent (default) @ org.eclipse.swtbot.e4.finder.test --- [INFO] tycho.testArgLine set to -javaagent:/home/jenkins/agent/workspace/swtbot-sonar/.repository/org/jacoco/org.jacoco.agent/0.7.4.201502262128/org.jacoco.agent-0.7.4.201502262128-runtime.jar=destfile=/home/jenkins/agent/workspace/swtbot-sonar/target/jacoco.exec,append=true,includes=org.eclipse.swtbot.* [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.swtbot.e4.finder.test --- [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent! [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/swtbot-sonar/org.eclipse.swtbot.e4.finder.test/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.3.0:compile (default-compile) @ org.eclipse.swtbot.e4.finder.test --- [INFO] Compiling 10 source files to /home/jenkins/agent/workspace/swtbot-sonar/org.eclipse.swtbot.e4.finder.test/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.swtbot.e4.finder.test --- [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent! [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/swtbot-sonar/org.eclipse.swtbot.e4.finder.test/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.eclipse.swtbot.e4.finder.test --- [INFO] Building jar: /home/jenkins/agent/workspace/swtbot-sonar/org.eclipse.swtbot.e4.finder.test/target/org.eclipse.swtbot.e4.finder.test-2.9.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.eclipse.swtbot.e4.finder.test --- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:package-plugin (default-package-plugin) @ org.eclipse.swtbot.e4.finder.test --- [INFO] Building jar: /home/jenkins/agent/workspace/swtbot-sonar/org.eclipse.swtbot.e4.finder.test/target/org.eclipse.swtbot.e4.finder.test-2.9.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.swtbot.e4.finder.test --- [INFO] [INFO] --- tycho-source-feature-plugin:1.3.0:source-feature (source-feature) @ org.eclipse.swtbot.e4.finder.test --- [INFO] [INFO] --- tycho-pack200a-plugin:1.3.0:normalize (pack200-normalize) @ org.eclipse.swtbot.e4.finder.test --- [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/swtbot-sonar/org.eclipse.swtbot.e4.finder.test/target/org.eclipse.swtbot.e4.finder.test-2.9.0-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.3:sign (sign) @ org.eclipse.swtbot.e4.finder.test --- [INFO] Skip jar signing [INFO] [INFO] --- tycho-pack200b-plugin:1.3.0:pack (pack200-pack) @ org.eclipse.swtbot.e4.finder.test --- [INFO] Pack200 packing jar /home/jenkins/agent/workspace/swtbot-sonar/org.eclipse.swtbot.e4.finder.test/target/org.eclipse.swtbot.e4.finder.test-2.9.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (p2-metadata) @ org.eclipse.swtbot.e4.finder.test --- [INFO] [INFO] --- tycho-surefire-plugin:1.3.0:test (default-test) @ org.eclipse.swtbot.e4.finder.test --- [INFO] Expected eclipse log file: /home/jenkins/agent/workspace/swtbot-sonar/org.eclipse.swtbot.e4.finder.test/target/work/data/.metadata/.log [INFO] Command line: [/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/bin/java, -Dosgi.noShutdown=false, -Dosgi.os=linux, -Dosgi.ws=gtk, -Dosgi.arch=x86_64, -javaagent:/home/jenkins/agent/workspace/swtbot-sonar/.repository/org/jacoco/org.jacoco.agent/0.7.4.201502262128/org.jacoco.agent-0.7.4.201502262128-runtime.jar=destfile=/home/jenkins/agent/workspace/swtbot-sonar/target/jacoco.exec,append=true,includes=org.eclipse.swtbot.*, -Xms64m, -Xmx1024m, -Dosgi.clean=true, -jar, /home/jenkins/agent/workspace/swtbot-sonar/.repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.5.0.v20180512-1130/org.eclipse.equinox.launcher-1.5.0.v20180512-1130.jar, -data, /home/jenkins/agent/workspace/swtbot-sonar/org.eclipse.swtbot.e4.finder.test/target/work/data, -install, /home/jenkins/agent/workspace/swtbot-sonar/org.eclipse.swtbot.e4.finder.test/target/work, -configuration, /home/jenkins/agent/workspace/swtbot-sonar/org.eclipse.swtbot.e4.finder.test/target/work/configuration, -application, org.eclipse.tycho.surefire.osgibooter.uitest, -testproperties, /home/jenkins/agent/workspace/swtbot-sonar/org.eclipse.swtbot.e4.finder.test/target/surefire.properties, -testApplication, org.eclipse.e4.ui.workbench.swt.E4Application, -product, org.eclipse.swtbot.e4.finder.test.product, -nouithread, -clearPersistedState] Picked up JAVA_TOOL_OPTIONS: -XX:+IgnoreUnrecognizedVMOptions -XX:+UseContainerSupport -XX:+UnlockExperimentalVMOptions -XX:+UseCGroupMemoryLimitForHeap Picked up _JAVA_OPTIONS: -XX:MaxRAMPercentage=64.0 Launching application org.eclipse.e4.ui.workbench.swt.E4Application... Running org.eclipse.swtbot.e4.finder.test.AllTests log4j:WARN No appenders could be found for logger (org.eclipse.swtbot.swt.finder.matchers.AbstractMatcher). log4j:WARN Please initialize the log4j system properly. Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 6.006 s - in org.eclipse.swtbot.e4.finder.test.AllTests showsPart(org.eclipse.swtbot.e4.finder.test.parts.tests.SWTBotViewTest) Time elapsed: 0.048 s closePart(org.eclipse.swtbot.e4.finder.test.parts.tests.SWTBotViewTest) Time elapsed: 5.019 s findsPart(org.eclipse.swtbot.e4.finder.test.parts.tests.SWTBotViewTest) Time elapsed: 0.001 s getsPartTitle(org.eclipse.swtbot.e4.finder.test.parts.tests.SWTBotViewTest) Time elapsed: 0.001 s openNewlyCreatedPart(org.eclipse.swtbot.e4.finder.test.parts.tests.SWTBotViewTest) Time elapsed: 0.123 s switchPerspective(org.eclipse.swtbot.e4.finder.test.parts.tests.SWTBotPerspectiveTest) Time elapsed: 0.106 s Results: Tests run: 6, Failures: 0, Errors: 0, Skipped: 0 [INFO] All tests passed! [INFO] [INFO] --< org.eclipse.swtbot.plugins:org.eclipse.swtbot.nebula.gallery.finder.test >-- [INFO] Building org.eclipse.swtbot.nebula.gallery.finder.test 2.9.0-SNAPSHOT [53/58] [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.swtbot.nebula.gallery.finder.test --- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.swtbot.nebula.gallery.finder.test --- [INFO] The project's OSGi version is 2.9.0.202001241910 [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.swtbot.nebula.gallery.finder.test --- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.swtbot.nebula.gallery.finder.test --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.4.201502262128:prepare-agent (default) @ org.eclipse.swtbot.nebula.gallery.finder.test --- [INFO] tycho.testArgLine set to -javaagent:/home/jenkins/agent/workspace/swtbot-sonar/.repository/org/jacoco/org.jacoco.agent/0.7.4.201502262128/org.jacoco.agent-0.7.4.201502262128-runtime.jar=destfile=/home/jenkins/agent/workspace/swtbot-sonar/target/jacoco.exec,append=true,includes=org.eclipse.swtbot.* [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.swtbot.nebula.gallery.finder.test --- [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent! [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/swtbot-sonar/org.eclipse.swtbot.nebula.gallery.finder.test/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.3.0:compile (default-compile) @ org.eclipse.swtbot.nebula.gallery.finder.test --- [INFO] Compiling 5 source files to /home/jenkins/agent/workspace/swtbot-sonar/org.eclipse.swtbot.nebula.gallery.finder.test/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.swtbot.nebula.gallery.finder.test --- [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent! [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/swtbot-sonar/org.eclipse.swtbot.nebula.gallery.finder.test/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.eclipse.swtbot.nebula.gallery.finder.test --- [INFO] Building jar: /home/jenkins/agent/workspace/swtbot-sonar/org.eclipse.swtbot.nebula.gallery.finder.test/target/org.eclipse.swtbot.nebula.gallery.finder.test-2.9.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.eclipse.swtbot.nebula.gallery.finder.test --- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:package-plugin (default-package-plugin) @ org.eclipse.swtbot.nebula.gallery.finder.test --- [INFO] Building jar: /home/jenkins/agent/workspace/swtbot-sonar/org.eclipse.swtbot.nebula.gallery.finder.test/target/org.eclipse.swtbot.nebula.gallery.finder.test-2.9.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.swtbot.nebula.gallery.finder.test --- [INFO] [INFO] --- tycho-source-feature-plugin:1.3.0:source-feature (source-feature) @ org.eclipse.swtbot.nebula.gallery.finder.test --- [INFO] [INFO] --- tycho-pack200a-plugin:1.3.0:normalize (pack200-normalize) @ org.eclipse.swtbot.nebula.gallery.finder.test --- [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/swtbot-sonar/org.eclipse.swtbot.nebula.gallery.finder.test/target/org.eclipse.swtbot.nebula.gallery.finder.test-2.9.0-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.3:sign (sign) @ org.eclipse.swtbot.nebula.gallery.finder.test --- [INFO] Skip jar signing [INFO] [INFO] --- tycho-pack200b-plugin:1.3.0:pack (pack200-pack) @ org.eclipse.swtbot.nebula.gallery.finder.test --- [INFO] Pack200 packing jar /home/jenkins/agent/workspace/swtbot-sonar/org.eclipse.swtbot.nebula.gallery.finder.test/target/org.eclipse.swtbot.nebula.gallery.finder.test-2.9.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (p2-metadata) @ org.eclipse.swtbot.nebula.gallery.finder.test --- [INFO] [INFO] --- tycho-surefire-plugin:1.3.0:test (default-test) @ org.eclipse.swtbot.nebula.gallery.finder.test --- [INFO] Expected eclipse log file: /home/jenkins/agent/workspace/swtbot-sonar/org.eclipse.swtbot.nebula.gallery.finder.test/target/work/data/.metadata/.log [INFO] Command line: [/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/bin/java, -Dosgi.noShutdown=false, -Dosgi.os=linux, -Dosgi.ws=gtk, -Dosgi.arch=x86_64, -javaagent:/home/jenkins/agent/workspace/swtbot-sonar/.repository/org/jacoco/org.jacoco.agent/0.7.4.201502262128/org.jacoco.agent-0.7.4.201502262128-runtime.jar=destfile=/home/jenkins/agent/workspace/swtbot-sonar/target/jacoco.exec,append=true,includes=org.eclipse.swtbot.*, -Xms64m, -Xmx1024m, -Dosgi.clean=true, -jar, /home/jenkins/agent/workspace/swtbot-sonar/.repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.5.0.v20180512-1130/org.eclipse.equinox.launcher-1.5.0.v20180512-1130.jar, -data, /home/jenkins/agent/workspace/swtbot-sonar/org.eclipse.swtbot.nebula.gallery.finder.test/target/work/data, -install, /home/jenkins/agent/workspace/swtbot-sonar/org.eclipse.swtbot.nebula.gallery.finder.test/target/work, -configuration, /home/jenkins/agent/workspace/swtbot-sonar/org.eclipse.swtbot.nebula.gallery.finder.test/target/work/configuration, -application, org.eclipse.tycho.surefire.osgibooter.uitest, -testproperties, /home/jenkins/agent/workspace/swtbot-sonar/org.eclipse.swtbot.nebula.gallery.finder.test/target/surefire.properties, -nouithread] Picked up JAVA_TOOL_OPTIONS: -XX:+IgnoreUnrecognizedVMOptions -XX:+UseContainerSupport -XX:+UnlockExperimentalVMOptions -XX:+UseCGroupMemoryLimitForHeap Picked up _JAVA_OPTIONS: -XX:MaxRAMPercentage=64.0 Running org.eclipse.swtbot.nebula.gallery.finder.test.AllTests log4j:WARN No appenders could be found for logger (org.eclipse.swtbot.swt.finder.matchers.AbstractMatcher). log4j:WARN Please initialize the log4j system properly. Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.641 s - in org.eclipse.swtbot.nebula.gallery.finder.test.AllTests testSelectByText(org.eclipse.swtbot.nebula.gallery.finder.test.widgets.GalleryTest) Time elapsed: 2.33 s testCount(org.eclipse.swtbot.nebula.gallery.finder.test.widgets.GalleryTest) Time elapsed: 0.148 s testGetGalleryItemByText(org.eclipse.swtbot.nebula.gallery.finder.test.widgets.GalleryTest) Time elapsed: 0.108 s testSelectUnselect(org.eclipse.swtbot.nebula.gallery.finder.test.widgets.GalleryTest) Time elapsed: 0.151 s testGetGalleryItemByIndex(org.eclipse.swtbot.nebula.gallery.finder.test.widgets.GalleryTest) Time elapsed: 0.089 s testMultipleSelectByText(org.eclipse.swtbot.nebula.gallery.finder.test.widgets.GalleryTest) Time elapsed: 0.1 s testGetItemByIndex(org.eclipse.swtbot.nebula.gallery.finder.test.widgets.GalleryItemTest) Time elapsed: 0.089 s testSelectByText(org.eclipse.swtbot.nebula.gallery.finder.test.widgets.GalleryItemTest) Time elapsed: 0.105 s testGetItemByText(org.eclipse.swtbot.nebula.gallery.finder.test.widgets.GalleryItemTest) Time elapsed: 0.097 s testMultipleSelectByText(org.eclipse.swtbot.nebula.gallery.finder.test.widgets.GalleryItemTest) Time elapsed: 0.098 s Results: Tests run: 10, Failures: 0, Errors: 0, Skipped: 0 [INFO] All tests passed! [INFO] [INFO] ---< org.eclipse.swtbot.plugins:org.eclipse.swtbot.swt.finder.test >---- [INFO] Building org.eclipse.swtbot.swt.finder.test 2.9.0-SNAPSHOT [54/58] [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.swtbot.swt.finder.test --- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.swtbot.swt.finder.test --- [INFO] The project's OSGi version is 2.9.0.202001241910 [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.swtbot.swt.finder.test --- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.swtbot.swt.finder.test --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.4.201502262128:prepare-agent (default) @ org.eclipse.swtbot.swt.finder.test --- [INFO] tycho.testArgLine set to -javaagent:/home/jenkins/agent/workspace/swtbot-sonar/.repository/org/jacoco/org.jacoco.agent/0.7.4.201502262128/org.jacoco.agent-0.7.4.201502262128-runtime.jar=destfile=/home/jenkins/agent/workspace/swtbot-sonar/target/jacoco.exec,append=true,includes=org.eclipse.swtbot.* [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.swtbot.swt.finder.test --- [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent! [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/swtbot-sonar/org.eclipse.swtbot.swt.finder.test/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.3.0:compile (default-compile) @ org.eclipse.swtbot.swt.finder.test --- [INFO] Compiling 112 source files to /home/jenkins/agent/workspace/swtbot-sonar/org.eclipse.swtbot.swt.finder.test/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.swtbot.swt.finder.test --- [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent! [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/swtbot-sonar/org.eclipse.swtbot.swt.finder.test/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.eclipse.swtbot.swt.finder.test --- [INFO] Building jar: /home/jenkins/agent/workspace/swtbot-sonar/org.eclipse.swtbot.swt.finder.test/target/org.eclipse.swtbot.swt.finder.test-2.9.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.eclipse.swtbot.swt.finder.test --- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:package-plugin (default-package-plugin) @ org.eclipse.swtbot.swt.finder.test --- [INFO] Building jar: /home/jenkins/agent/workspace/swtbot-sonar/org.eclipse.swtbot.swt.finder.test/target/org.eclipse.swtbot.swt.finder.test-2.9.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.swtbot.swt.finder.test --- [INFO] [INFO] --- tycho-source-feature-plugin:1.3.0:source-feature (source-feature) @ org.eclipse.swtbot.swt.finder.test --- [INFO] [INFO] --- tycho-pack200a-plugin:1.3.0:normalize (pack200-normalize) @ org.eclipse.swtbot.swt.finder.test --- [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/swtbot-sonar/org.eclipse.swtbot.swt.finder.test/target/org.eclipse.swtbot.swt.finder.test-2.9.0-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.3:sign (sign) @ org.eclipse.swtbot.swt.finder.test --- [INFO] Skip jar signing [INFO] [INFO] --- tycho-pack200b-plugin:1.3.0:pack (pack200-pack) @ org.eclipse.swtbot.swt.finder.test --- [INFO] Pack200 packing jar /home/jenkins/agent/workspace/swtbot-sonar/org.eclipse.swtbot.swt.finder.test/target/org.eclipse.swtbot.swt.finder.test-2.9.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (p2-metadata) @ org.eclipse.swtbot.swt.finder.test --- [INFO] [INFO] --- tycho-surefire-plugin:1.3.0:test (default-test) @ org.eclipse.swtbot.swt.finder.test --- [INFO] Expected eclipse log file: /home/jenkins/agent/workspace/swtbot-sonar/org.eclipse.swtbot.swt.finder.test/target/work/data/.metadata/.log [INFO] Command line: [/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/bin/java, -Dosgi.noShutdown=false, -Dosgi.os=linux, -Dosgi.ws=gtk, -Dosgi.arch=x86_64, -javaagent:/home/jenkins/agent/workspace/swtbot-sonar/.repository/org/jacoco/org.jacoco.agent/0.7.4.201502262128/org.jacoco.agent-0.7.4.201502262128-runtime.jar=destfile=/home/jenkins/agent/workspace/swtbot-sonar/target/jacoco.exec,append=true,includes=org.eclipse.swtbot.*, -Xms64m, -Xmx1024m, -Dosgi.clean=true, -jar, /home/jenkins/agent/workspace/swtbot-sonar/.repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.5.0.v20180512-1130/org.eclipse.equinox.launcher-1.5.0.v20180512-1130.jar, -data, /home/jenkins/agent/workspace/swtbot-sonar/org.eclipse.swtbot.swt.finder.test/target/work/data, -install, /home/jenkins/agent/workspace/swtbot-sonar/org.eclipse.swtbot.swt.finder.test/target/work, -configuration, /home/jenkins/agent/workspace/swtbot-sonar/org.eclipse.swtbot.swt.finder.test/target/work/configuration, -application, org.eclipse.tycho.surefire.osgibooter.headlesstest, -testproperties, /home/jenkins/agent/workspace/swtbot-sonar/org.eclipse.swtbot.swt.finder.test/target/surefire.properties] Picked up JAVA_TOOL_OPTIONS: -XX:+IgnoreUnrecognizedVMOptions -XX:+UseContainerSupport -XX:+UnlockExperimentalVMOptions -XX:+UseCGroupMemoryLimitForHeap Picked up _JAVA_OPTIONS: -XX:MaxRAMPercentage=64.0 Running org.eclipse.swtbot.swt.finder.utils.CredentialsTest Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.034 s - in org.eclipse.swtbot.swt.finder.utils.CredentialsTest testHashCode(org.eclipse.swtbot.swt.finder.utils.CredentialsTest) Time elapsed: 0.004 s testEquals(org.eclipse.swtbot.swt.finder.utils.CredentialsTest) Time elapsed: 0 s Running org.eclipse.swtbot.swt.finder.utils.MenuDetectTest Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.998 s - in org.eclipse.swtbot.swt.finder.utils.MenuDetectTest testMenuDetect(org.eclipse.swtbot.swt.finder.utils.MenuDetectTest) Time elapsed: 0.768 s Running org.eclipse.swtbot.swt.finder.utils.TableRowTest Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s - in org.eclipse.swtbot.swt.finder.utils.TableRowTest hashCodeIsSameForSameTableRows(org.eclipse.swtbot.swt.finder.utils.TableRowTest) Time elapsed: 0 s getsToString(org.eclipse.swtbot.swt.finder.utils.TableRowTest) Time elapsed: 0 s equalsForUnequalTableRows(org.eclipse.swtbot.swt.finder.utils.TableRowTest) Time elapsed: 0 s hashCodeIsDifferentForDifferentTableRows(org.eclipse.swtbot.swt.finder.utils.TableRowTest) Time elapsed: 0 s equalsForEqualTableRows(org.eclipse.swtbot.swt.finder.utils.TableRowTest) Time elapsed: 0 s Running org.eclipse.swtbot.swt.finder.utils.ImageFormatConverterTest Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s - in org.eclipse.swtbot.swt.finder.utils.ImageFormatConverterTest translatesFromStringsToIds(org.eclipse.swtbot.swt.finder.utils.ImageFormatConverterTest) Time elapsed: 0.002 s Running org.eclipse.swtbot.swt.finder.utils.MultiValueMapTest Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.028 s - in org.eclipse.swtbot.swt.finder.utils.MultiValueMapTest getsKeySetOfTheMap(org.eclipse.swtbot.swt.finder.utils.MultiValueMapTest) Time elapsed: 0.025 s mapsMultipleValuesToAKey(org.eclipse.swtbot.swt.finder.utils.MultiValueMapTest) Time elapsed: 0.001 s Running org.eclipse.swtbot.swt.finder.utils.TableCollectionTest Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in org.eclipse.swtbot.swt.finder.utils.TableCollectionTest getsToString(org.eclipse.swtbot.swt.finder.utils.TableCollectionTest) Time elapsed: 0.001 s hashCodeIsSameForSameTableCollections(org.eclipse.swtbot.swt.finder.utils.TableCollectionTest) Time elapsed: 0 s equalsForSameTableCollections(org.eclipse.swtbot.swt.finder.utils.TableCollectionTest) Time elapsed: 0 s Running org.eclipse.swtbot.swt.finder.utils.PositionTest Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in org.eclipse.swtbot.swt.finder.utils.PositionTest equalsAndHashCode(org.eclipse.swtbot.swt.finder.utils.PositionTest) Time elapsed: 0 s equalsAndHashCodeNegative(org.eclipse.swtbot.swt.finder.utils.PositionTest) Time elapsed: 0 s Running org.eclipse.swtbot.swt.finder.utils.BidiMapTest Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in org.eclipse.swtbot.swt.finder.utils.BidiMapTest canIterateThroughAllElements(org.eclipse.swtbot.swt.finder.utils.BidiMapTest) Time elapsed: 0 s canFindObjectBasedOnKey(org.eclipse.swtbot.swt.finder.utils.BidiMapTest) Time elapsed: 0 s canFindObjectBasedOnValue(org.eclipse.swtbot.swt.finder.utils.BidiMapTest) Time elapsed: 0 s Running org.eclipse.swtbot.swt.finder.utils.FileUtilsTest Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 s - in org.eclipse.swtbot.swt.finder.utils.FileUtilsTest canReadFromURL(org.eclipse.swtbot.swt.finder.utils.FileUtilsTest) Time elapsed: 0.005 s canWriteToAFile(org.eclipse.swtbot.swt.finder.utils.FileUtilsTest) Time elapsed: 0.001 s canReadFromFile(org.eclipse.swtbot.swt.finder.utils.FileUtilsTest) Time elapsed: 0 s Running org.eclipse.swtbot.swt.finder.utils.StringUtilsTest Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.023 s - in org.eclipse.swtbot.swt.finder.utils.StringUtilsTest canJoinListsUsingTheObjectConverter(org.eclipse.swtbot.swt.finder.utils.StringUtilsTest) Time elapsed: 0.022 s isEmptyOrNull(org.eclipse.swtbot.swt.finder.utils.StringUtilsTest) Time elapsed: 0 s joinOfObjects(org.eclipse.swtbot.swt.finder.utils.StringUtilsTest) Time elapsed: 0 s Running org.eclipse.swtbot.swt.finder.utils.ClassUtilsTest Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in org.eclipse.swtbot.swt.finder.utils.ClassUtilsTest getsSimpleClassName(org.eclipse.swtbot.swt.finder.utils.ClassUtilsTest) Time elapsed: 0.002 s Running org.eclipse.swtbot.swt.finder.utils.SWTUtilsTest Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 12.968 s - in org.eclipse.swtbot.swt.finder.utils.SWTUtilsTest findsRightIndexOfControlInParentWithNoParent(org.eclipse.swtbot.swt.finder.utils.SWTUtilsTest) Time elapsed: 2.013 s getsToString(org.eclipse.swtbot.swt.finder.utils.SWTUtilsTest) Time elapsed: 1.463 s findsNextWidget(org.eclipse.swtbot.swt.finder.utils.SWTUtilsTest) Time elapsed: 1.595 s findsIndexOfArbritryControl(org.eclipse.swtbot.swt.finder.utils.SWTUtilsTest) Time elapsed: 1.561 s nextWidgetOnLastWidgetIsNull(org.eclipse.swtbot.swt.finder.utils.SWTUtilsTest) Time elapsed: 1.6 s getsCorrectStyle(org.eclipse.swtbot.swt.finder.utils.SWTUtilsTest) Time elapsed: 1.619 s previousWidgetOnFirstWidget(org.eclipse.swtbot.swt.finder.utils.SWTUtilsTest) Time elapsed: 1.518 s findsPreviousWidget(org.eclipse.swtbot.swt.finder.utils.SWTUtilsTest) Time elapsed: 1.593 s Running org.eclipse.swtbot.swt.finder.utils.TreePathTest Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s - in org.eclipse.swtbot.swt.finder.utils.TreePathTest canPopLastElementFromTreePath(org.eclipse.swtbot.swt.finder.utils.TreePathTest) Time elapsed: 0.002 s popsNothingIfTreePathIsEmpty(org.eclipse.swtbot.swt.finder.utils.TreePathTest) Time elapsed: 0 s Running org.eclipse.swtbot.swt.finder.resolvers.ResolverTest Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in org.eclipse.swtbot.swt.finder.resolvers.ResolverTest doesNotGetResolverForNonRegisteredTypes(org.eclipse.swtbot.swt.finder.resolvers.ResolverTest) Time elapsed: 0 s getsResolverForRegisteredTypes(org.eclipse.swtbot.swt.finder.resolvers.ResolverTest) Time elapsed: 0.001 s Running org.eclipse.swtbot.swt.finder.resolvers.NullResolverTest Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s - in org.eclipse.swtbot.swt.finder.resolvers.NullResolverTest getChildren(org.eclipse.swtbot.swt.finder.resolvers.NullResolverTest) Time elapsed: 0 s hasParent(org.eclipse.swtbot.swt.finder.resolvers.NullResolverTest) Time elapsed: 0 s hasChildren(org.eclipse.swtbot.swt.finder.resolvers.NullResolverTest) Time elapsed: 0 s getParent(org.eclipse.swtbot.swt.finder.resolvers.NullResolverTest) Time elapsed: 0 s resolvesEverything(org.eclipse.swtbot.swt.finder.resolvers.NullResolverTest) Time elapsed: 0.001 s Running org.eclipse.swtbot.swt.finder.SWTBot2Test Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 8.062 s - in org.eclipse.swtbot.swt.finder.SWTBot2Test findsGetsIdOfAControl(org.eclipse.swtbot.swt.finder.SWTBot2Test) Time elapsed: 1.584 s findsTextBox(org.eclipse.swtbot.swt.finder.SWTBot2Test) Time elapsed: 1.75 s getsActiveControl(org.eclipse.swtbot.swt.finder.SWTBot2Test) Time elapsed: 1.536 s tabKeyTraversalSetsFocusOnTheNextControlAndSendsTraverseEvents(org.eclipse.swtbot.swt.finder.SWTBot2Test) Time elapsed: 1.631 s isEnabled(org.eclipse.swtbot.swt.finder.SWTBot2Test) Time elapsed: 1.557 s Running org.eclipse.swtbot.swt.finder.keyboard.KeyboardFactoryTest Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.107 s - in org.eclipse.swtbot.swt.finder.keyboard.KeyboardFactoryTest createsKeyboardForAWTKeyboardStrategy(org.eclipse.swtbot.swt.finder.keyboard.KeyboardFactoryTest) Time elapsed: 0.049 s createsKeyboardForMockKeyboardStrategy(org.eclipse.swtbot.swt.finder.keyboard.KeyboardFactoryTest) Time elapsed: 0.018 s createsKeyboardForSWTKeyboardStrategy(org.eclipse.swtbot.swt.finder.keyboard.KeyboardFactoryTest) Time elapsed: 0.036 s Running org.eclipse.swtbot.swt.finder.keyboard.AWTKeyboardTest Tests run: 1, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.002 s - in org.eclipse.swtbot.swt.finder.keyboard.AWTKeyboardTest org.eclipse.swtbot.swt.finder.keyboard.AWTKeyboardTest skipped Running org.eclipse.swtbot.swt.finder.keyboard.KeystrokesTest Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s - in org.eclipse.swtbot.swt.finder.keyboard.KeystrokesTest getsKeystrokesForModificationKeyWithShiftAndCapitalCharacter(org.eclipse.swtbot.swt.finder.keyboard.KeystrokesTest) Time elapsed: 0 s getsKeyStrokeForCapitalCharacters(org.eclipse.swtbot.swt.finder.keyboard.KeystrokesTest) Time elapsed: 0.001 s getsKeyStrokeForSmallCharacters(org.eclipse.swtbot.swt.finder.keyboard.KeystrokesTest) Time elapsed: 0 s getsKeystrokesForModificationKeys(org.eclipse.swtbot.swt.finder.keyboard.KeystrokesTest) Time elapsed: 0 s getsKeystrokesForModificationKey(org.eclipse.swtbot.swt.finder.keyboard.KeystrokesTest) Time elapsed: 0 s getsKeystrokesForModificationKeyWithShiftAndSmallCharacter(org.eclipse.swtbot.swt.finder.keyboard.KeystrokesTest) Time elapsed: 0 s getsKeyStrokeForSpecialCharacters(org.eclipse.swtbot.swt.finder.keyboard.KeystrokesTest) Time elapsed: 0 s getsKeystrokesForModificationKeyForCapitalCharacter(org.eclipse.swtbot.swt.finder.keyboard.KeystrokesTest) Time elapsed: 0.001 s Running org.eclipse.swtbot.swt.finder.keyboard.SWTKeyboardTest Tests run: 1, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.001 s - in org.eclipse.swtbot.swt.finder.keyboard.SWTKeyboardTest org.eclipse.swtbot.swt.finder.keyboard.SWTKeyboardTest skipped Running org.eclipse.swtbot.swt.finder.keyboard.KeyboardLayoutTest Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 s - in org.eclipse.swtbot.swt.finder.keyboard.KeyboardLayoutTest shouldBeAbleToParseUserProvidedKeyboardLayout(org.eclipse.swtbot.swt.finder.keyboard.KeyboardLayoutTest) Time elapsed: 0.002 s shouldBeAbleToParseUserProvidedKeyboardLayoutViaPreference(org.eclipse.swtbot.swt.finder.keyboard.KeyboardLayoutTest) Time elapsed: 0.001 s Running org.eclipse.swtbot.swt.finder.SWTBotTestCaseTest 24 Jan 2020 19:18:30.055 - main - DEBUG - SWTUtils - (SWTUtils.java:453) - Capturing screenshot 'screenshots/screenshot-DummyTestDoNotExecuteInAnt.null.jpeg' Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 20.288 s - in org.eclipse.swtbot.swt.finder.SWTBotTestCaseTest assertContainsWorks(org.eclipse.swtbot.swt.finder.SWTBotTestCaseTest) Time elapsed: 1.545 s assertsIfWidgetIsEnabled(org.eclipse.swtbot.swt.finder.SWTBotTestCaseTest) Time elapsed: 1.463 s capturesScreenshotOnError(org.eclipse.swtbot.swt.finder.SWTBotTestCaseTest) Time elapsed: 1.797 s assertDoesNotContainThrowsExceptionWhenHaystackDoesNotContainNeedle(org.eclipse.swtbot.swt.finder.SWTBotTestCaseTest) Time elapsed: 1.582 s assertContainsThrowsExceptionWhenHaystackDoesNotContainNeedle(org.eclipse.swtbot.swt.finder.SWTBotTestCaseTest) Time elapsed: 1.541 s assertDoesNotContainWorks(org.eclipse.swtbot.swt.finder.SWTBotTestCaseTest) Time elapsed: 1.508 s assertEnabledThrowsExceptionWhenWidgetIsDisable(org.eclipse.swtbot.swt.finder.SWTBotTestCaseTest) Time elapsed: 1.545 s assertNotEnabledThrowsExceptionWhenWidgetIsEnabled(org.eclipse.swtbot.swt.finder.SWTBotTestCaseTest) Time elapsed: 1.517 s assertRegexMatchesDoesNotThrowExceptionWhenRegexMatches2(org.eclipse.swtbot.swt.finder.SWTBotTestCaseTest) Time elapsed: 1.547 s assertRegexMatchesDoesNotThrowExceptionWhenRegexMatches(org.eclipse.swtbot.swt.finder.SWTBotTestCaseTest) Time elapsed: 1.53 s assertRegexMatchesThrowsExceptionWhenRegexDoesNotMatch(org.eclipse.swtbot.swt.finder.SWTBotTestCaseTest) Time elapsed: 1.514 s throwsExceptionOnNullObjectPassedIntoConstructor(org.eclipse.swtbot.swt.finder.SWTBotTestCaseTest) Time elapsed: 1.637 s throwsExceptionOnDisposedObjectPassedIntoConstructor(org.eclipse.swtbot.swt.finder.SWTBotTestCaseTest) Time elapsed: 1.552 s Running org.eclipse.swtbot.swt.finder.ReferenceByTest Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.025 s - in org.eclipse.swtbot.swt.finder.ReferenceByTest compatibilityWithOtherReferences(org.eclipse.swtbot.swt.finder.ReferenceByTest) Time elapsed: 0.01 s methodNameSuffix(org.eclipse.swtbot.swt.finder.ReferenceByTest) Time elapsed: 0.001 s methodArguments(org.eclipse.swtbot.swt.finder.ReferenceByTest) Time elapsed: 0 s matcherMethod(org.eclipse.swtbot.swt.finder.ReferenceByTest) Time elapsed: 0 s generatesCombinations(org.eclipse.swtbot.swt.finder.ReferenceByTest) Time elapsed: 0.011 s Running org.eclipse.swtbot.swt.finder.finders.ChildrenControlFinderTest Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.174 s - in org.eclipse.swtbot.swt.finder.finders.ChildrenControlFinderTest childrenControlFinder1(org.eclipse.swtbot.swt.finder.finders.ChildrenControlFinderTest) Time elapsed: 1.576 s childrenControlFinder2(org.eclipse.swtbot.swt.finder.finders.ChildrenControlFinderTest) Time elapsed: 1.596 s Running org.eclipse.swtbot.swt.finder.finders.ControlFinderTest Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 14.473 s - in org.eclipse.swtbot.swt.finder.finders.ControlFinderTest findsATabItem(org.eclipse.swtbot.swt.finder.finders.ControlFinderTest) Time elapsed: 1.577 s getsControlPathToTabItem(org.eclipse.swtbot.swt.finder.finders.ControlFinderTest) Time elapsed: 1.642 s getsControlPath(org.eclipse.swtbot.swt.finder.finders.ControlFinderTest) Time elapsed: 1.573 s getsOnlyVisibleControls(org.eclipse.swtbot.swt.finder.finders.ControlFinderTest) Time elapsed: 1.645 s findsAGroup(org.eclipse.swtbot.swt.finder.finders.ControlFinderTest) Time elapsed: 1.481 s findsAShell(org.eclipse.swtbot.swt.finder.finders.ControlFinderTest) Time elapsed: 1.598 s findsText(org.eclipse.swtbot.swt.finder.finders.ControlFinderTest) Time elapsed: 1.641 s findsAllTabItem(org.eclipse.swtbot.swt.finder.finders.ControlFinderTest) Time elapsed: 1.622 s findsTwoButtons(org.eclipse.swtbot.swt.finder.finders.ControlFinderTest) Time elapsed: 1.686 s Running org.eclipse.swtbot.swt.finder.finders.PathGeneratorTest Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.827 s - in org.eclipse.swtbot.swt.finder.finders.PathGeneratorTest generatesStringFromPath(org.eclipse.swtbot.swt.finder.finders.PathGeneratorTest) Time elapsed: 1.59 s getsPathFromInvalidString(org.eclipse.swtbot.swt.finder.finders.PathGeneratorTest) Time elapsed: 1.613 s getsPathFromString(org.eclipse.swtbot.swt.finder.finders.PathGeneratorTest) Time elapsed: 1.62 s Running org.eclipse.swtbot.swt.finder.finders.MenuFinderTest Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.155 s - in org.eclipse.swtbot.swt.finder.finders.MenuFinderTest findsAllVisibleMenus(org.eclipse.swtbot.swt.finder.finders.MenuFinderTest) Time elapsed: 0.086 s clicksMenuItem(org.eclipse.swtbot.swt.finder.finders.MenuFinderTest) Time elapsed: 0.061 s Running org.eclipse.swtbot.swt.finder.finders.ControlFinder2Test (SWT:1144): Gtk-WARNING **: 19:19:08.985: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 17 (SWT:1144): Gtk-WARNING **: 19:19:08.999: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 17 (SWT:1144): Gtk-WARNING **: 19:19:09.223: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 17 (SWT:1144): Gtk-WARNING **: 19:19:09.439: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 17 (SWT:1144): Gtk-WARNING **: 19:19:09.454: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 17 (SWT:1144): Gtk-WARNING **: 19:19:09.594: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 17 Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.871 s - in org.eclipse.swtbot.swt.finder.finders.ControlFinder2Test getsControlPath(org.eclipse.swtbot.swt.finder.finders.ControlFinder2Test) Time elapsed: 0.523 s findsAllTabItem(org.eclipse.swtbot.swt.finder.finders.ControlFinder2Test) Time elapsed: 0.346 s Running org.eclipse.swtbot.swt.finder.SWTBotTest Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 12.942 s - in org.eclipse.swtbot.swt.finder.SWTBotTest getsAllShells(org.eclipse.swtbot.swt.finder.SWTBotTest) Time elapsed: 0.055 s doesNotWait5SecondsAndPassesForPassingCondition(org.eclipse.swtbot.swt.finder.SWTBotTest) Time elapsed: 0.069 s waitsMoreThan5sWhenConditionDoesNotSwitchToFailing(org.eclipse.swtbot.swt.finder.SWTBotTest) Time elapsed: 5.069 s waitsLessThan5sWhenConditionSwitchToFailing(org.eclipse.swtbot.swt.finder.SWTBotTest) Time elapsed: 2.577 s throwsExceptionOnNegativeTimeOut(org.eclipse.swtbot.swt.finder.SWTBotTest) Time elapsed: 0.054 s findsShellsById(org.eclipse.swtbot.swt.finder.SWTBotTest) Time elapsed: 0.059 s waits5SecondsAndFailsForFailingCondition(org.eclipse.swtbot.swt.finder.SWTBotTest) Time elapsed: 5.055 s Running org.eclipse.swtbot.swt.finder.waits.WaitForShellTest Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.52 s - in org.eclipse.swtbot.swt.finder.waits.WaitForShellTest waitsForShellToAppear(org.eclipse.swtbot.swt.finder.waits.WaitForShellTest) Time elapsed: 0.519 s Running org.eclipse.swtbot.swt.finder.waits.WaitForWidgetInParentTest Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.286 s - in org.eclipse.swtbot.swt.finder.waits.WaitForWidgetInParentTest waitsForWidgetToAppearInParent(org.eclipse.swtbot.swt.finder.waits.WaitForWidgetInParentTest) Time elapsed: 2.284 s Running org.eclipse.swtbot.swt.finder.waits.ShellClosesTest Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.525 s - in org.eclipse.swtbot.swt.finder.waits.ShellClosesTest waitsForShellClose(org.eclipse.swtbot.swt.finder.waits.ShellClosesTest) Time elapsed: 0.523 s Running org.eclipse.swtbot.swt.finder.waits.TableHasRowsTest Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.053 s - in org.eclipse.swtbot.swt.finder.waits.TableHasRowsTest waitsForTableToContainRows(org.eclipse.swtbot.swt.finder.waits.TableHasRowsTest) Time elapsed: 0.052 s Running org.eclipse.swtbot.swt.finder.waits.ShellIsActiveTest Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.024 s - in org.eclipse.swtbot.swt.finder.waits.ShellIsActiveTest waitsForShellToBecomeActive(org.eclipse.swtbot.swt.finder.waits.ShellIsActiveTest) Time elapsed: 0.021 s Running org.eclipse.swtbot.swt.finder.waits.TreeHasRowsTest Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.082 s - in org.eclipse.swtbot.swt.finder.waits.TreeHasRowsTest waitsForTreeToContainRows(org.eclipse.swtbot.swt.finder.waits.TreeHasRowsTest) Time elapsed: 0.08 s Running org.eclipse.swtbot.swt.finder.widgets.SWTBotExpandBarTest Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 16.948 s - in org.eclipse.swtbot.swt.finder.widgets.SWTBotExpandBarTest shouldGetExpandItemCount(org.eclipse.swtbot.swt.finder.widgets.SWTBotExpandBarTest) Time elapsed: 1.79 s shouldCollapseAnItem(org.eclipse.swtbot.swt.finder.widgets.SWTBotExpandBarTest) Time elapsed: 1.645 s shouldExpandAnItem(org.eclipse.swtbot.swt.finder.widgets.SWTBotExpandBarTest) Time elapsed: 1.653 s shouldGetExpandedAndCollapsedItemCount(org.eclipse.swtbot.swt.finder.widgets.SWTBotExpandBarTest) Time elapsed: 1.608 s shouldGetAllExpandBarItems(org.eclipse.swtbot.swt.finder.widgets.SWTBotExpandBarTest) Time elapsed: 1.706 s shouldMatchEvents(org.eclipse.swtbot.swt.finder.widgets.SWTBotExpandBarTest) Time elapsed: 1.824 s shouldThrowExceptionWhenItemIsNotFound(org.eclipse.swtbot.swt.finder.widgets.SWTBotExpandBarTest) Time elapsed: 6.715 s Running org.eclipse.swtbot.swt.finder.widgets.SWTBotToolbarDropDownButtonTest Tests run: 5, Failures: 0, Errors: 0, Skipped: 2, Time elapsed: 5.265 s - in org.eclipse.swtbot.swt.finder.widgets.SWTBotToolbarDropDownButtonTest clicksToolBarButton(org.eclipse.swtbot.swt.finder.widgets.SWTBotToolbarDropDownButtonTest) Time elapsed: 1.782 s getsAllMenuItems(org.eclipse.swtbot.swt.finder.widgets.SWTBotToolbarDropDownButtonTest) skipped clicksToolBarButtonWithModifier(org.eclipse.swtbot.swt.finder.widgets.SWTBotToolbarDropDownButtonTest) Time elapsed: 1.813 s findsToolBarButtonWithIndex(org.eclipse.swtbot.swt.finder.widgets.SWTBotToolbarDropDownButtonTest) Time elapsed: 1.664 s clicksADropDownMenuItem(org.eclipse.swtbot.swt.finder.widgets.SWTBotToolbarDropDownButtonTest) skipped Running org.eclipse.swtbot.swt.finder.widgets.AbstractSWTBotTest Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.152 s - in org.eclipse.swtbot.swt.finder.widgets.AbstractSWTBotTest throwsExceptionOnNullObjectPassedIntoConstructor(org.eclipse.swtbot.swt.finder.widgets.AbstractSWTBotTest) Time elapsed: 1.586 s throwsExceptionOnDisposedObjectPassedIntoConstructor(org.eclipse.swtbot.swt.finder.widgets.AbstractSWTBotTest) Time elapsed: 1.563 s Running org.eclipse.swtbot.swt.finder.widgets.SWTBotButtonTest Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 6.289 s - in org.eclipse.swtbot.swt.finder.widgets.SWTBotButtonTest findsForegroundColor(org.eclipse.swtbot.swt.finder.widgets.SWTBotButtonTest) Time elapsed: 1.523 s findsBackgroundColor(org.eclipse.swtbot.swt.finder.widgets.SWTBotButtonTest) Time elapsed: 1.564 s clicksButtons(org.eclipse.swtbot.swt.finder.widgets.SWTBotButtonTest) Time elapsed: 1.62 s findsButtons(org.eclipse.swtbot.swt.finder.widgets.SWTBotButtonTest) Time elapsed: 1.577 s Running org.eclipse.swtbot.swt.finder.widgets.SWTBotToolbarPushButtonTest Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 16.067 s - in org.eclipse.swtbot.swt.finder.widgets.SWTBotToolbarPushButtonTest clicksToolBarButton(org.eclipse.swtbot.swt.finder.widgets.SWTBotToolbarPushButtonTest) Time elapsed: 1.793 s findsToolBarPushButtons(org.eclipse.swtbot.swt.finder.widgets.SWTBotToolbarPushButtonTest) Time elapsed: 1.592 s clicksToolBarButtonWithModifier(org.eclipse.swtbot.swt.finder.widgets.SWTBotToolbarPushButtonTest) Time elapsed: 1.748 s doesNotFindToolBarRadioButtons(org.eclipse.swtbot.swt.finder.widgets.SWTBotToolbarPushButtonTest) Time elapsed: 3.786 s findsToolBarButtonWithIndex(org.eclipse.swtbot.swt.finder.widgets.SWTBotToolbarPushButtonTest) Time elapsed: 1.837 s doesNotFindToolBarCheckButtons(org.eclipse.swtbot.swt.finder.widgets.SWTBotToolbarPushButtonTest) Time elapsed: 3.614 s isEnabled(org.eclipse.swtbot.swt.finder.widgets.SWTBotToolbarPushButtonTest) Time elapsed: 1.689 s Running org.eclipse.swtbot.swt.finder.widgets.SWTBotButtonJFaceTest Tests run: 2, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.109 s - in org.eclipse.swtbot.swt.finder.widgets.SWTBotButtonJFaceTest testJFaceWizardButtons(org.eclipse.swtbot.swt.finder.widgets.SWTBotButtonJFaceTest) skipped testJFaceErrorDialogButton(org.eclipse.swtbot.swt.finder.widgets.SWTBotButtonJFaceTest) Time elapsed: 0.088 s Running org.eclipse.swtbot.swt.finder.widgets.SWTBotTreeTest Tests run: 26, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 51.729 s - in org.eclipse.swtbot.swt.finder.widgets.SWTBotTreeTest setsMultipleSelection(org.eclipse.swtbot.swt.finder.widgets.SWTBotTreeTest) Time elapsed: 1.833 s selectsAll(org.eclipse.swtbot.swt.finder.widgets.SWTBotTreeTest) Time elapsed: 2.022 s getsColumnTextBasedOnRowColumnNumbers(org.eclipse.swtbot.swt.finder.widgets.SWTBotTreeTest) Time elapsed: 1.893 s doubleClicksOnANode(org.eclipse.swtbot.swt.finder.widgets.SWTBotTreeTest) Time elapsed: 1.819 s clicksOnANode(org.eclipse.swtbot.swt.finder.widgets.SWTBotTreeTest) Time elapsed: 1.844 s setEmptySelection(org.eclipse.swtbot.swt.finder.widgets.SWTBotTreeTest) Time elapsed: 1.715 s getsSelectionCount(org.eclipse.swtbot.swt.finder.widgets.SWTBotTreeTest) Time elapsed: 1.75 s getsSingleSelection(org.eclipse.swtbot.swt.finder.widgets.SWTBotTreeTest) Time elapsed: 1.779 s getsAllColumnHeadings(org.eclipse.swtbot.swt.finder.widgets.SWTBotTreeTest) Time elapsed: 1.725 s findsAnyTree(org.eclipse.swtbot.swt.finder.widgets.SWTBotTreeTest) Time elapsed: 1.687 s expandsNode(org.eclipse.swtbot.swt.finder.widgets.SWTBotTreeTest) Time elapsed: 1.922 s expandANodePath(org.eclipse.swtbot.swt.finder.widgets.SWTBotTreeTest) Time elapsed: 1.67 s unselectsSelection(org.eclipse.swtbot.swt.finder.widgets.SWTBotTreeTest) Time elapsed: 1.86 s getsMultipleSingleSelection(org.eclipse.swtbot.swt.finder.widgets.SWTBotTreeTest) Time elapsed: 1.99 s getsColumnCount(org.eclipse.swtbot.swt.finder.widgets.SWTBotTreeTest) Time elapsed: 1.746 s getsAllTreeItems(org.eclipse.swtbot.swt.finder.widgets.SWTBotTreeTest) Time elapsed: 1.675 s selectsMultipleOnSingleSelectTree(org.eclipse.swtbot.swt.finder.widgets.SWTBotTreeTest) Time elapsed: 1.695 s expandsNodeToMax(org.eclipse.swtbot.swt.finder.widgets.SWTBotTreeTest) Time elapsed: 1.944 s findsTree(org.eclipse.swtbot.swt.finder.widgets.SWTBotTreeTest) Time elapsed: 1.738 s expandEmptyPath(org.eclipse.swtbot.swt.finder.widgets.SWTBotTreeTest) Time elapsed: 1.647 s getsRowCount(org.eclipse.swtbot.swt.finder.widgets.SWTBotTreeTest) Time elapsed: 1.67 s clicksOnANodeInAColumn(org.eclipse.swtbot.swt.finder.widgets.SWTBotTreeTest) Time elapsed: 2.052 s setsMultipleSelectionUnknownItem(org.eclipse.swtbot.swt.finder.widgets.SWTBotTreeTest) Time elapsed: 6.816 s getsTextCellBasedOnRowNumberColumnText(org.eclipse.swtbot.swt.finder.widgets.SWTBotTreeTest) Time elapsed: 1.757 s getsColumnCountOnMultiColumnTree(org.eclipse.swtbot.swt.finder.widgets.SWTBotTreeTest) Time elapsed: 1.731 s setsSelection(org.eclipse.swtbot.swt.finder.widgets.SWTBotTreeTest) Time elapsed: 1.729 s Running org.eclipse.swtbot.swt.finder.widgets.SWTBotToolbarPushButtonWithToolTipTest Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 6.715 s - in org.eclipse.swtbot.swt.finder.widgets.SWTBotToolbarPushButtonWithToolTipTest findsToolBarButtonWithToolTipBasedOnIndex(org.eclipse.swtbot.swt.finder.widgets.SWTBotToolbarPushButtonWithToolTipTest) Time elapsed: 1.663 s findsToolBarButtonWithToolTip(org.eclipse.swtbot.swt.finder.widgets.SWTBotToolbarPushButtonWithToolTipTest) Time elapsed: 1.657 s getsTooltipOnButton(org.eclipse.swtbot.swt.finder.widgets.SWTBotToolbarPushButtonWithToolTipTest) Time elapsed: 1.677 s findsToolBarButtonWithToolTip2(org.eclipse.swtbot.swt.finder.widgets.SWTBotToolbarPushButtonWithToolTipTest) Time elapsed: 1.715 s Running org.eclipse.swtbot.swt.finder.widgets.SWTBotMenuBarTest Tests run: 16, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 29.156 s - in org.eclipse.swtbot.swt.finder.widgets.SWTBotMenuBarTest findsMenusRecursive[StaticMenu](org.eclipse.swtbot.swt.finder.widgets.SWTBotMenuBarTest) Time elapsed: 1.765 s clicksSubMenu[StaticMenu](org.eclipse.swtbot.swt.finder.widgets.SWTBotMenuBarTest) Time elapsed: 1.76 s clicksRadioMenuItem[StaticMenu](org.eclipse.swtbot.swt.finder.widgets.SWTBotMenuBarTest) Time elapsed: 1.83 s findsSubMenus[StaticMenu](org.eclipse.swtbot.swt.finder.widgets.SWTBotMenuBarTest) Time elapsed: 1.921 s testMenuItems[StaticMenu](org.eclipse.swtbot.swt.finder.widgets.SWTBotMenuBarTest) Time elapsed: 1.767 s clicksMenu[StaticMenu](org.eclipse.swtbot.swt.finder.widgets.SWTBotMenuBarTest) Time elapsed: 1.808 s findsMenus[StaticMenu](org.eclipse.swtbot.swt.finder.widgets.SWTBotMenuBarTest) Time elapsed: 1.775 s clicksCheckMenuItem[StaticMenu](org.eclipse.swtbot.swt.finder.widgets.SWTBotMenuBarTest) Time elapsed: 1.841 s findsMenusRecursive[DynamicMenu](org.eclipse.swtbot.swt.finder.widgets.SWTBotMenuBarTest) Time elapsed: 1.803 s clicksSubMenu[DynamicMenu](org.eclipse.swtbot.swt.finder.widgets.SWTBotMenuBarTest) Time elapsed: 1.76 s clicksRadioMenuItem[DynamicMenu](org.eclipse.swtbot.swt.finder.widgets.SWTBotMenuBarTest) Time elapsed: 1.774 s findsSubMenus[DynamicMenu](org.eclipse.swtbot.swt.finder.widgets.SWTBotMenuBarTest) Time elapsed: 2.02 s testMenuItems[DynamicMenu](org.eclipse.swtbot.swt.finder.widgets.SWTBotMenuBarTest) Time elapsed: 1.845 s clicksMenu[DynamicMenu](org.eclipse.swtbot.swt.finder.widgets.SWTBotMenuBarTest) Time elapsed: 1.83 s findsMenus[DynamicMenu](org.eclipse.swtbot.swt.finder.widgets.SWTBotMenuBarTest) Time elapsed: 1.791 s clicksCheckMenuItem[DynamicMenu](org.eclipse.swtbot.swt.finder.widgets.SWTBotMenuBarTest) Time elapsed: 1.845 s Running org.eclipse.swtbot.swt.finder.widgets.SWTBotCLabelTest (SWT:1144): Gtk-WARNING **: 19:21:41.783: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 17 (SWT:1144): Gtk-WARNING **: 19:21:41.793: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 17 (SWT:1144): Gtk-WARNING **: 19:21:42.154: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 17 (SWT:1144): Gtk-WARNING **: 19:21:42.162: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 17 (SWT:1144): Gtk-WARNING **: 19:21:42.491: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 17 (SWT:1144): Gtk-WARNING **: 19:21:42.500: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 17 (SWT:1144): Gtk-WARNING **: 19:21:42.832: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 17 (SWT:1144): Gtk-WARNING **: 19:21:42.841: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 17 Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.428 s - in org.eclipse.swtbot.swt.finder.widgets.SWTBotCLabelTest findsAlignment(org.eclipse.swtbot.swt.finder.widgets.SWTBotCLabelTest) Time elapsed: 0.371 s findsCLabel(org.eclipse.swtbot.swt.finder.widgets.SWTBotCLabelTest) Time elapsed: 0.342 s findsCLabel1(org.eclipse.swtbot.swt.finder.widgets.SWTBotCLabelTest) Time elapsed: 0.333 s getsImage(org.eclipse.swtbot.swt.finder.widgets.SWTBotCLabelTest) Time elapsed: 0.377 s Running org.eclipse.swtbot.swt.finder.widgets.SWTBotTabItemTest Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.315 s - in org.eclipse.swtbot.swt.finder.widgets.SWTBotTabItemTest findsTabs(org.eclipse.swtbot.swt.finder.widgets.SWTBotTabItemTest) Time elapsed: 1.62 s activatesTabItem(org.eclipse.swtbot.swt.finder.widgets.SWTBotTabItemTest) Time elapsed: 1.691 s Running org.eclipse.swtbot.swt.finder.widgets.DnDTreeTest Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.332 s - in org.eclipse.swtbot.swt.finder.widgets.DnDTreeTest dragsAndDropsFromTreeToTree(org.eclipse.swtbot.swt.finder.widgets.DnDTreeTest) Time elapsed: 0.33 s Running org.eclipse.swtbot.swt.finder.widgets.SWTBotStyledTextTest (SWT:1144): Gtk-WARNING **: 19:21:46.909: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 17 (SWT:1144): Gtk-WARNING **: 19:21:46.920: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 17 (SWT:1144): Gtk-WARNING **: 19:21:47.400: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 17 (SWT:1144): Gtk-WARNING **: 19:21:47.410: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 17 (SWT:1144): Gtk-WARNING **: 19:21:47.836: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 17 (SWT:1144): Gtk-WARNING **: 19:21:47.845: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 17 (SWT:1144): Gtk-WARNING **: 19:21:48.254: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 17 (SWT:1144): Gtk-WARNING **: 19:21:48.266: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 17 24 Jan 2020 19:21:48.530 - test - DEBUG - Keyboard - (Keyboard.java:87) - Typing text '---typed Text--- ' with an interval of 50ms. between characters. (SWT:1144): Gtk-WARNING **: 19:21:49.560: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 17 (SWT:1144): Gtk-WARNING **: 19:21:49.568: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 17 (SWT:1144): Gtk-WARNING **: 19:21:49.990: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 17 (SWT:1144): Gtk-WARNING **: 19:21:49.999: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 17 (SWT:1144): Gtk-WARNING **: 19:21:50.489: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 17 (SWT:1144): Gtk-WARNING **: 19:21:50.500: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 17 (SWT:1144): Gtk-WARNING **: 19:21:50.879: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 17 (SWT:1144): Gtk-WARNING **: 19:21:50.887: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 17 (SWT:1144): Gtk-WARNING **: 19:21:51.309: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 17 (SWT:1144): Gtk-WARNING **: 19:21:51.318: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 17 (SWT:1144): Gtk-WARNING **: 19:21:51.675: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 17 (SWT:1144): Gtk-WARNING **: 19:21:51.684: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 17 (SWT:1144): Gtk-WARNING **: 19:21:52.061: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 17 (SWT:1144): Gtk-WARNING **: 19:21:52.070: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 17 (SWT:1144): Gtk-WARNING **: 19:21:52.480: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 17 (SWT:1144): Gtk-WARNING **: 19:21:52.489: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 17 (SWT:1144): Gtk-WARNING **: 19:21:52.950: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 17 (SWT:1144): Gtk-WARNING **: 19:21:52.959: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 17 (SWT:1144): Gtk-WARNING **: 19:21:53.443: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 17 (SWT:1144): Gtk-WARNING **: 19:21:53.454: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 17 (SWT:1144): Gtk-WARNING **: 19:21:53.876: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 17 (SWT:1144): Gtk-WARNING **: 19:21:53.885: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 17 (SWT:1144): Gtk-WARNING **: 19:21:54.369: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 17 (SWT:1144): Gtk-WARNING **: 19:21:54.378: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 17 (SWT:1144): Gtk-WARNING **: 19:21:54.783: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 17 (SWT:1144): Gtk-WARNING **: 19:21:54.794: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 17 (SWT:1144): Gtk-WARNING **: 19:21:55.152: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 17 (SWT:1144): Gtk-WARNING **: 19:21:55.161: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 17 24 Jan 2020 19:21:55.383 - test - DEBUG - Keyboard - (Keyboard.java:87) - Typing text '---123 #@! :; {} [] --- ' with an interval of 50ms. between characters. (SWT:1144): Gtk-WARNING **: 19:21:56.757: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 17 (SWT:1144): Gtk-WARNING **: 19:21:56.766: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 17 (SWT:1144): Gtk-WARNING **: 19:21:57.188: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 17 (SWT:1144): Gtk-WARNING **: 19:21:57.197: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 17 (SWT:1144): Gtk-WARNING **: 19:21:57.609: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 17 (SWT:1144): Gtk-WARNING **: 19:21:57.619: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 17 (SWT:1144): Gtk-WARNING **: 19:21:58.139: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 17 (SWT:1144): Gtk-WARNING **: 19:21:58.149: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 17 24 Jan 2020 19:21:58.383 - test - DEBUG - Keyboard - (Keyboard.java:87) - Typing text '--- typed text --- ' with an interval of 50ms. between characters. (SWT:1144): Gtk-WARNING **: 19:21:59.540: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 17 (SWT:1144): Gtk-WARNING **: 19:21:59.549: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 17 (SWT:1144): Gtk-WARNING **: 19:21:59.912: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 17 (SWT:1144): Gtk-WARNING **: 19:21:59.921: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 17 24 Jan 2020 19:22:00.145 - test - DEBUG - Keyboard - (Keyboard.java:87) - Typing text '---typed Text---' with an interval of 50ms. between characters. 24 Jan 2020 19:22:00.965 - test - DEBUG - Keyboard - (Keyboard.java:87) - Typing text '---typed Text---' with an interval of 50ms. between characters. (SWT:1144): Gtk-WARNING **: 19:22:01.964: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 17 (SWT:1144): Gtk-WARNING **: 19:22:01.973: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 17 (SWT:1144): Gtk-WARNING **: 19:22:02.352: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 17 (SWT:1144): Gtk-WARNING **: 19:22:02.361: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 17 Tests run: 26, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 15.848 s - in org.eclipse.swtbot.swt.finder.widgets.SWTBotStyledTextTest selectsRangeWithTabWidth(org.eclipse.swtbot.swt.finder.widgets.SWTBotStyledTextTest) Time elapsed: 0.506 s selectsRange(org.eclipse.swtbot.swt.finder.widgets.SWTBotStyledTextTest) Time elapsed: 0.434 s insertsTextAtALocation(org.eclipse.swtbot.swt.finder.widgets.SWTBotStyledTextTest) Time elapsed: 0.43 s typesTextAtALocation(org.eclipse.swtbot.swt.finder.widgets.SWTBotStyledTextTest) Time elapsed: 1.296 s insertsTextAtALocationWithTabWidth(org.eclipse.swtbot.swt.finder.widgets.SWTBotStyledTextTest) Time elapsed: 0.428 s canDoubleClickOnStyledText(org.eclipse.swtbot.swt.finder.widgets.SWTBotStyledTextTest) Time elapsed: 0.508 s getsLinesWithEOLAtEndOfText(org.eclipse.swtbot.swt.finder.widgets.SWTBotStyledTextTest) Time elapsed: 0.396 s canClickOnStyledText(org.eclipse.swtbot.swt.finder.widgets.SWTBotStyledTextTest) Time elapsed: 0.429 s getsLineCountWithNoEOLEndOfText(org.eclipse.swtbot.swt.finder.widgets.SWTBotStyledTextTest) Time elapsed: 0.369 s getsBullet(org.eclipse.swtbot.swt.finder.widgets.SWTBotStyledTextTest) Time elapsed: 0.38 s canCtrlClickOnStyledText(org.eclipse.swtbot.swt.finder.widgets.SWTBotStyledTextTest) Time elapsed: 0.426 s findsStylesRangeInARangeWithTabWidth(org.eclipse.swtbot.swt.finder.widgets.SWTBotStyledTextTest) Time elapsed: 0.468 s findsTextStyle(org.eclipse.swtbot.swt.finder.widgets.SWTBotStyledTextTest) Time elapsed: 0.468 s canShiftClickOnStyledText(org.eclipse.swtbot.swt.finder.widgets.SWTBotStyledTextTest) Time elapsed: 0.452 s findsTextStyleWithTabWidth(org.eclipse.swtbot.swt.finder.widgets.SWTBotStyledTextTest) Time elapsed: 0.488 s getsTextOnCurrentLine(org.eclipse.swtbot.swt.finder.widgets.SWTBotStyledTextTest) Time elapsed: 0.423 s setsText(org.eclipse.swtbot.swt.finder.widgets.SWTBotStyledTextTest) Time elapsed: 0.37 s typesSpecialCharactersAtALocation(org.eclipse.swtbot.swt.finder.widgets.SWTBotStyledTextTest) Time elapsed: 1.605 s navigatesToAParticularLocationWithTAB(org.eclipse.swtbot.swt.finder.widgets.SWTBotStyledTextTest) Time elapsed: 0.413 s navigatesToAParticularLocation(org.eclipse.swtbot.swt.finder.widgets.SWTBotStyledTextTest) Time elapsed: 0.426 s findsStylesRangeInARange(org.eclipse.swtbot.swt.finder.widgets.SWTBotStyledTextTest) Time elapsed: 0.531 s testTypesTextAtALocation(org.eclipse.swtbot.swt.finder.widgets.SWTBotStyledTextTest) Time elapsed: 1.411 s getsTabs(org.eclipse.swtbot.swt.finder.widgets.SWTBotStyledTextTest) Time elapsed: 0.371 s typesTextAtALocationWithTabWidth(org.eclipse.swtbot.swt.finder.widgets.SWTBotStyledTextTest) Time elapsed: 2.053 s getsLinesWithNoEOLEndOfText(org.eclipse.swtbot.swt.finder.widgets.SWTBotStyledTextTest) Time elapsed: 0.386 s getsLineCountWithEOLAtEndOfText(org.eclipse.swtbot.swt.finder.widgets.SWTBotStyledTextTest) Time elapsed: 0.368 s Running org.eclipse.swtbot.swt.finder.widgets.SWTBotToggleButtonTest Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 12.983 s - in org.eclipse.swtbot.swt.finder.widgets.SWTBotToggleButtonTest clicksToggleButton(org.eclipse.swtbot.swt.finder.widgets.SWTBotToggleButtonTest) Time elapsed: 1.791 s doesNotMatchRegularButtons(org.eclipse.swtbot.swt.finder.widgets.SWTBotToggleButtonTest) Time elapsed: 5.595 s doesNotMatchRadioButtons(org.eclipse.swtbot.swt.finder.widgets.SWTBotToggleButtonTest) Time elapsed: 5.594 s Running org.eclipse.swtbot.swt.finder.widgets.SWTBotCanvasTest Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 10.157 s - in org.eclipse.swtbot.swt.finder.widgets.SWTBotCanvasTest doubleClick(org.eclipse.swtbot.swt.finder.widgets.SWTBotCanvasTest) Time elapsed: 1.724 s click(org.eclipse.swtbot.swt.finder.widgets.SWTBotCanvasTest) Time elapsed: 1.687 s findsCanvas(org.eclipse.swtbot.swt.finder.widgets.SWTBotCanvasTest) Time elapsed: 1.645 s doubleClickXY(org.eclipse.swtbot.swt.finder.widgets.SWTBotCanvasTest) Time elapsed: 1.654 s clickXY(org.eclipse.swtbot.swt.finder.widgets.SWTBotCanvasTest) Time elapsed: 1.779 s findsCanvasInGroup(org.eclipse.swtbot.swt.finder.widgets.SWTBotCanvasTest) Time elapsed: 1.663 s Running org.eclipse.swtbot.swt.finder.widgets.SWTBotCComboTest (SWT:1144): Gtk-WARNING **: 19:22:25.884: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 17 (SWT:1144): Gtk-WARNING **: 19:22:25.893: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 17 (SWT:1144): Gtk-WARNING **: 19:22:26.164: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 17 (SWT:1144): Gtk-WARNING **: 19:22:26.172: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 17 (SWT:1144): Gtk-WARNING **: 19:22:26.435: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 17 (SWT:1144): Gtk-WARNING **: 19:22:26.443: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 17 (SWT:1144): Gtk-WARNING **: 19:22:26.713: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 17 (SWT:1144): Gtk-WARNING **: 19:22:26.722: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 17 (SWT:1144): Gtk-WARNING **: 19:22:26.986: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 17 (SWT:1144): Gtk-WARNING **: 19:22:26.996: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 17 (SWT:1144): Gtk-WARNING **: 19:22:27.267: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 17 (SWT:1144): Gtk-WARNING **: 19:22:27.277: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 17 (SWT:1144): Gtk-WARNING **: 19:22:27.580: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 17 (SWT:1144): Gtk-WARNING **: 19:22:27.590: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 17 (SWT:1144): Gtk-WARNING **: 19:22:27.868: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 17 (SWT:1144): Gtk-WARNING **: 19:22:27.878: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 17 Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.262 s - in org.eclipse.swtbot.swt.finder.widgets.SWTBotCComboTest changeAndVerifiesSelectionInComboByText(org.eclipse.swtbot.swt.finder.widgets.SWTBotCComboTest) Time elapsed: 0.275 s changeAndVerifiesSelectionInComboByIndex(org.eclipse.swtbot.swt.finder.widgets.SWTBotCComboTest) Time elapsed: 0.276 s findCCombo(org.eclipse.swtbot.swt.finder.widgets.SWTBotCComboTest) Time elapsed: 0.264 s throwsExceptionInCaseOfInvalidIndexBasedSelection(org.eclipse.swtbot.swt.finder.widgets.SWTBotCComboTest) Time elapsed: 0.277 s throwsExceptionInCaseOfInvalidTextBasedSelection(org.eclipse.swtbot.swt.finder.widgets.SWTBotCComboTest) Time elapsed: 0.28 s throwsExceptionInCaseOfChangeTextOfReadOnlyCombo(org.eclipse.swtbot.swt.finder.widgets.SWTBotCComboTest) Time elapsed: 0.301 s getItems(org.eclipse.swtbot.swt.finder.widgets.SWTBotCComboTest) Time elapsed: 0.297 s setText(org.eclipse.swtbot.swt.finder.widgets.SWTBotCComboTest) Time elapsed: 0.286 s Running org.eclipse.swtbot.swt.finder.widgets.SWTBotCheckBoxTest Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 13.207 s - in org.eclipse.swtbot.swt.finder.widgets.SWTBotCheckBoxTest clicksCheckBox(org.eclipse.swtbot.swt.finder.widgets.SWTBotCheckBoxTest) Time elapsed: 1.777 s doesNotMatchRegularButtons(org.eclipse.swtbot.swt.finder.widgets.SWTBotCheckBoxTest) Time elapsed: 5.739 s doesNotMatchRadioButtons(org.eclipse.swtbot.swt.finder.widgets.SWTBotCheckBoxTest) Time elapsed: 5.689 s Running org.eclipse.swtbot.swt.finder.widgets.SWTBotToolbarDropDownButtonWithToolTipTest Tests run: 3, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 3.604 s - in org.eclipse.swtbot.swt.finder.widgets.SWTBotToolbarDropDownButtonWithToolTipTest clicksToolBarButton(org.eclipse.swtbot.swt.finder.widgets.SWTBotToolbarDropDownButtonWithToolTipTest) Time elapsed: 1.843 s findsToolBarButtonWithIndex(org.eclipse.swtbot.swt.finder.widgets.SWTBotToolbarDropDownButtonWithToolTipTest) Time elapsed: 1.757 s clicksADropDownMenuItem(org.eclipse.swtbot.swt.finder.widgets.SWTBotToolbarDropDownButtonWithToolTipTest) skipped Running org.eclipse.swtbot.swt.finder.widgets.SWTBotDateTimeTest Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 8.657 s - in org.eclipse.swtbot.swt.finder.widgets.SWTBotDateTimeTest findsDateTime(org.eclipse.swtbot.swt.finder.widgets.SWTBotDateTimeTest) Time elapsed: 1.724 s bug347824(org.eclipse.swtbot.swt.finder.widgets.SWTBotDateTimeTest) Time elapsed: 1.71 s shouldHandleInvalidDates(org.eclipse.swtbot.swt.finder.widgets.SWTBotDateTimeTest) Time elapsed: 1.715 s setsAndGetsDateOnDateTime(org.eclipse.swtbot.swt.finder.widgets.SWTBotDateTimeTest) Time elapsed: 1.759 s sendsNotification(org.eclipse.swtbot.swt.finder.widgets.SWTBotDateTimeTest) Time elapsed: 1.742 s Running org.eclipse.swtbot.swt.finder.widgets.SWTBotTableDoubleClickListenerTest Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.104 s - in org.eclipse.swtbot.swt.finder.widgets.SWTBotTableDoubleClickListenerTest doubleClickOnCell(org.eclipse.swtbot.swt.finder.widgets.SWTBotTableDoubleClickListenerTest) Time elapsed: 0.101 s Running org.eclipse.swtbot.swt.finder.widgets.SWTBotTableTest Tests run: 30, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 53.691 s - in org.eclipse.swtbot.swt.finder.widgets.SWTBotTableTest containsText(org.eclipse.swtbot.swt.finder.widgets.SWTBotTableTest) Time elapsed: 1.776 s settingSelectionOnInvalidRowNumberThrowsException(org.eclipse.swtbot.swt.finder.widgets.SWTBotTableTest) Time elapsed: 1.768 s getsColumnTextBasedOnRowColumnNumbers(org.eclipse.swtbot.swt.finder.widgets.SWTBotTableTest) Time elapsed: 1.732 s selectsItemsBasedOnString(org.eclipse.swtbot.swt.finder.widgets.SWTBotTableTest) Time elapsed: 1.719 s throwsExceptionIfTheRowNumberIsIllegal2(org.eclipse.swtbot.swt.finder.widgets.SWTBotTableTest) Time elapsed: 1.761 s setEmptySelection(org.eclipse.swtbot.swt.finder.widgets.SWTBotTableTest) Time elapsed: 1.801 s getsSelectionCount(org.eclipse.swtbot.swt.finder.widgets.SWTBotTableTest) Time elapsed: 1.706 s getsSingleSelection(org.eclipse.swtbot.swt.finder.widgets.SWTBotTableTest) Time elapsed: 1.73 s getsAllColumnHeadings(org.eclipse.swtbot.swt.finder.widgets.SWTBotTableTest) Time elapsed: 1.73 s searchText(org.eclipse.swtbot.swt.finder.widgets.SWTBotTableTest) Time elapsed: 1.734 s settingMultipleSelectionOfInvalidIndicesThrowsException(org.eclipse.swtbot.swt.finder.widgets.SWTBotTableTest) Time elapsed: 1.829 s findsIndexOfColumn(org.eclipse.swtbot.swt.finder.widgets.SWTBotTableTest) Time elapsed: 1.774 s unselectsSelection(org.eclipse.swtbot.swt.finder.widgets.SWTBotTableTest) Time elapsed: 2.282 s getsMultipleSingleSelection(org.eclipse.swtbot.swt.finder.widgets.SWTBotTableTest) Time elapsed: 2.239 s getsColumnCount(org.eclipse.swtbot.swt.finder.widgets.SWTBotTableTest) Time elapsed: 1.818 s findsAnyTable(org.eclipse.swtbot.swt.finder.widgets.SWTBotTableTest) Time elapsed: 1.723 s throwsExceptionIfTheColumnNameIsIllegal(org.eclipse.swtbot.swt.finder.widgets.SWTBotTableTest) Time elapsed: 1.727 s getsRowCount(org.eclipse.swtbot.swt.finder.widgets.SWTBotTableTest) Time elapsed: 1.729 s getsIndexOfItemInAColumnWithText(org.eclipse.swtbot.swt.finder.widgets.SWTBotTableTest) Time elapsed: 1.773 s findsItemsBasedOnIndex(org.eclipse.swtbot.swt.finder.widgets.SWTBotTableTest) Time elapsed: 1.732 s findsTable(org.eclipse.swtbot.swt.finder.widgets.SWTBotTableTest) Time elapsed: 1.725 s throwsExceptionIfMultipleIndicesOnSingleSelect(org.eclipse.swtbot.swt.finder.widgets.SWTBotTableTest) Time elapsed: 1.745 s getsTextCellBasedOnRowNumberColumnText(org.eclipse.swtbot.swt.finder.widgets.SWTBotTableTest) Time elapsed: 1.757 s settingSelectionOnInvalidRowTextThrowsException(org.eclipse.swtbot.swt.finder.widgets.SWTBotTableTest) Time elapsed: 1.771 s findsItemsBasedOnText(org.eclipse.swtbot.swt.finder.widgets.SWTBotTableTest) Time elapsed: 1.748 s getsIndexOfItemInAColumnWithIndex(org.eclipse.swtbot.swt.finder.widgets.SWTBotTableTest) Time elapsed: 1.749 s setsSelection(org.eclipse.swtbot.swt.finder.widgets.SWTBotTableTest) Time elapsed: 1.748 s getsIndexOfItem(org.eclipse.swtbot.swt.finder.widgets.SWTBotTableTest) Time elapsed: 1.837 s throwsExceptionIfTheRowNumberIsIllegal(org.eclipse.swtbot.swt.finder.widgets.SWTBotTableTest) Time elapsed: 1.772 s throwsExceptionIfTheColumnNumberIsIllegal(org.eclipse.swtbot.swt.finder.widgets.SWTBotTableTest) Time elapsed: 1.745 s Running org.eclipse.swtbot.swt.finder.widgets.SWTBotMenuTest Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.32 s - in org.eclipse.swtbot.swt.finder.widgets.SWTBotMenuTest findsSubMenus(org.eclipse.swtbot.swt.finder.widgets.SWTBotMenuTest) Time elapsed: 0.054 s clicksSubMenus(org.eclipse.swtbot.swt.finder.widgets.SWTBotMenuTest) Time elapsed: 0.101 s findsMenuRecursive(org.eclipse.swtbot.swt.finder.widgets.SWTBotMenuTest) Time elapsed: 0.054 s findsMenuNotRecursive(org.eclipse.swtbot.swt.finder.widgets.SWTBotMenuTest) Time elapsed: 0.052 s findsMenus(org.eclipse.swtbot.swt.finder.widgets.SWTBotMenuTest) Time elapsed: 0.054 s Running org.eclipse.swtbot.swt.finder.widgets.SWTBotScaleTest Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 10.796 s - in org.eclipse.swtbot.swt.finder.widgets.SWTBotScaleTest findsScaleInGroup(org.eclipse.swtbot.swt.finder.widgets.SWTBotScaleTest) Time elapsed: 1.869 s shouldSetValue(org.eclipse.swtbot.swt.finder.widgets.SWTBotScaleTest) Time elapsed: 1.772 s shouldGetIncrementAndPageIncrement(org.eclipse.swtbot.swt.finder.widgets.SWTBotScaleTest) Time elapsed: 1.783 s shouldGetValue(org.eclipse.swtbot.swt.finder.widgets.SWTBotScaleTest) Time elapsed: 1.771 s findsScale(org.eclipse.swtbot.swt.finder.widgets.SWTBotScaleTest) Time elapsed: 1.815 s shouldGetMinimumAndMaximum(org.eclipse.swtbot.swt.finder.widgets.SWTBotScaleTest) Time elapsed: 1.783 s Running org.eclipse.swtbot.swt.finder.widgets.SWTBotLinkTest Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 10.807 s - in org.eclipse.swtbot.swt.finder.widgets.SWTBotLinkTest clicksOnALinkAtIndexWithHREF(org.eclipse.swtbot.swt.finder.widgets.SWTBotLinkTest) Time elapsed: 1.869 s clicksOnALinkWithHyperlinkTextAndHREF(org.eclipse.swtbot.swt.finder.widgets.SWTBotLinkTest) Time elapsed: 1.792 s clicksOnALink(org.eclipse.swtbot.swt.finder.widgets.SWTBotLinkTest) Time elapsed: 1.78 s clicksOnALinkAtIndexWithNoHREF(org.eclipse.swtbot.swt.finder.widgets.SWTBotLinkTest) Time elapsed: 1.786 s clicksOnALinkWithHyperlinkTextAndNoHREF(org.eclipse.swtbot.swt.finder.widgets.SWTBotLinkTest) Time elapsed: 1.79 s clicksOnALinkAtIndexOutOfRange(org.eclipse.swtbot.swt.finder.widgets.SWTBotLinkTest) Time elapsed: 1.784 s Running org.eclipse.swtbot.swt.finder.widgets.SWTBotTreeItemTest 24 Jan 2020 19:24:33.659 - main - DEBUG - SWTUtils - (SWTUtils.java:453) - Capturing screenshot 'screenshots/isGrayedTreeNotChecked(org.eclipse.swtbot.swt.finder.widgets.SWTBotTreeItemTest).jpeg' 24 Jan 2020 19:24:34.120 - main - DEBUG - SWTBotApplicationLauncherClassRunner - (ScreenshotCaptureListener.java:52) - Removing screenshot 'screenshots/isGrayedTreeNotChecked(org.eclipse.swtbot.swt.finder.widgets.SWTBotTreeItemTest).jpeg' Tests run: 27, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 58.058 s - in org.eclipse.swtbot.swt.finder.widgets.SWTBotTreeItemTest checkingATreeThatDoesNotHaveCheckStyleBitsThrowsException(org.eclipse.swtbot.swt.finder.widgets.SWTBotTreeItemTest) Time elapsed: 1.87 s selectsAll(org.eclipse.swtbot.swt.finder.widgets.SWTBotTreeItemTest) Time elapsed: 2.099 s getsColumnTextBasedOnRowColumnNumbers(org.eclipse.swtbot.swt.finder.widgets.SWTBotTreeItemTest) Time elapsed: 1.959 s canSelectAListOfNodes(org.eclipse.swtbot.swt.finder.widgets.SWTBotTreeItemTest) Time elapsed: 2.009 s canExpandANodeUsingVarArgs(org.eclipse.swtbot.swt.finder.widgets.SWTBotTreeItemTest) Time elapsed: 2.036 s canClickOnANode(org.eclipse.swtbot.swt.finder.widgets.SWTBotTreeItemTest) Time elapsed: 2.04 s canUnCheckANode(org.eclipse.swtbot.swt.finder.widgets.SWTBotTreeItemTest) Time elapsed: 1.879 s throwsExceptionIfNodeNameIsIllegal(org.eclipse.swtbot.swt.finder.widgets.SWTBotTreeItemTest) Time elapsed: 6.932 s cellOutOfRangeWithMultipleColumnsTree(org.eclipse.swtbot.swt.finder.widgets.SWTBotTreeItemTest) Time elapsed: 1.982 s isGrayedTreeNotChecked(org.eclipse.swtbot.swt.finder.widgets.SWTBotTreeItemTest) Time elapsed: 2.005 s unselects(org.eclipse.swtbot.swt.finder.widgets.SWTBotTreeItemTest) Time elapsed: 1.953 s isGrayed(org.eclipse.swtbot.swt.finder.widgets.SWTBotTreeItemTest) Time elapsed: 1.843 s canFindANode(org.eclipse.swtbot.swt.finder.widgets.SWTBotTreeItemTest) Time elapsed: 1.865 s canDoubleClickOnANode(org.eclipse.swtbot.swt.finder.widgets.SWTBotTreeItemTest) Time elapsed: 1.893 s getsRow(org.eclipse.swtbot.swt.finder.widgets.SWTBotTreeItemTest) Time elapsed: 1.996 s getsColumnTextBasedOnColumnNumbers(org.eclipse.swtbot.swt.finder.widgets.SWTBotTreeItemTest) Time elapsed: 1.987 s getsRowCount(org.eclipse.swtbot.swt.finder.widgets.SWTBotTreeItemTest) Time elapsed: 1.847 s getNodeBasedOnIndex(org.eclipse.swtbot.swt.finder.widgets.SWTBotTreeItemTest) Time elapsed: 2 s canRightClickOnANode(org.eclipse.swtbot.swt.finder.widgets.SWTBotTreeItemTest) Time elapsed: 1.97 s throwsExceptionIfMultipleIndicesOnSingleSelect(org.eclipse.swtbot.swt.finder.widgets.SWTBotTreeItemTest) Time elapsed: 1.944 s canToggleANode(org.eclipse.swtbot.swt.finder.widgets.SWTBotTreeItemTest) Time elapsed: 1.957 s cellOutOfRangeWithSingleColumnsTree(org.eclipse.swtbot.swt.finder.widgets.SWTBotTreeItemTest) Time elapsed: 1.942 s cannotFindANodeWithIncorrectNodeIndex(org.eclipse.swtbot.swt.finder.widgets.SWTBotTreeItemTest) Time elapsed: 1.914 s canCallGetItems(org.eclipse.swtbot.swt.finder.widgets.SWTBotTreeItemTest) Time elapsed: 1.939 s canClickOnANodeInAColumn(org.eclipse.swtbot.swt.finder.widgets.SWTBotTreeItemTest) Time elapsed: 2.161 s canCheckANode(org.eclipse.swtbot.swt.finder.widgets.SWTBotTreeItemTest) Time elapsed: 2.044 s throwsExceptionIfTheRowNumberIsIllegal(org.eclipse.swtbot.swt.finder.widgets.SWTBotTreeItemTest) Time elapsed: 1.976 s Running org.eclipse.swtbot.swt.finder.widgets.SWTBotShellTest Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 10.972 s - in org.eclipse.swtbot.swt.finder.widgets.SWTBotShellTest getsAllShells(org.eclipse.swtbot.swt.finder.widgets.SWTBotShellTest) Time elapsed: 0.048 s getsActiveShell(org.eclipse.swtbot.swt.finder.widgets.SWTBotShellTest) Time elapsed: 0.051 s noShellReturnsNull(org.eclipse.swtbot.swt.finder.widgets.SWTBotShellTest) Time elapsed: 5.062 s bringsShellToFront(org.eclipse.swtbot.swt.finder.widgets.SWTBotShellTest) Time elapsed: 0.053 s findsShell(org.eclipse.swtbot.swt.finder.widgets.SWTBotShellTest) Time elapsed: 0.064 s closesShell(org.eclipse.swtbot.swt.finder.widgets.SWTBotShellTest) Time elapsed: 5.073 s testMaximize(org.eclipse.swtbot.swt.finder.widgets.SWTBotShellTest) Time elapsed: 0.567 s findsShellsById(org.eclipse.swtbot.swt.finder.widgets.SWTBotShellTest) Time elapsed: 0.048 s Running org.eclipse.swtbot.swt.finder.widgets.SWTBotTrayItemTest Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.138 s - in org.eclipse.swtbot.swt.finder.widgets.SWTBotTrayItemTest indexedTrayItemIsReturned(org.eclipse.swtbot.swt.finder.widgets.SWTBotTrayItemTest) Time elapsed: 0.031 s menuCanBeAccessedOnTrayItem(org.eclipse.swtbot.swt.finder.widgets.SWTBotTrayItemTest) Time elapsed: 0.038 s firstTrayItemIsReturned(org.eclipse.swtbot.swt.finder.widgets.SWTBotTrayItemTest) Time elapsed: 0.022 s listOfTrayItemsIsReturned(org.eclipse.swtbot.swt.finder.widgets.SWTBotTrayItemTest) Time elapsed: 0.021 s trayItemWithTooltipIsReturned(org.eclipse.swtbot.swt.finder.widgets.SWTBotTrayItemTest) Time elapsed: 0.022 s Running org.eclipse.swtbot.swt.finder.widgets.SWTBotSliderTest Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.81 s - in org.eclipse.swtbot.swt.finder.widgets.SWTBotSliderTest findsSliderInGroup(org.eclipse.swtbot.swt.finder.widgets.SWTBotSliderTest) Time elapsed: 1.967 s canSetSelection(org.eclipse.swtbot.swt.finder.widgets.SWTBotSliderTest) Time elapsed: 1.914 s findsSlider(org.eclipse.swtbot.swt.finder.widgets.SWTBotSliderTest) Time elapsed: 1.926 s Running org.eclipse.swtbot.swt.finder.widgets.SWTBotSpinnerTest Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.673 s - in org.eclipse.swtbot.swt.finder.widgets.SWTBotSpinnerTest selectionWorks(org.eclipse.swtbot.swt.finder.widgets.SWTBotSpinnerTest) Time elapsed: 1.889 s findsSpinner(org.eclipse.swtbot.swt.finder.widgets.SWTBotSpinnerTest) Time elapsed: 1.926 s findsSpinnerInGroup(org.eclipse.swtbot.swt.finder.widgets.SWTBotSpinnerTest) Time elapsed: 1.854 s Running org.eclipse.swtbot.swt.finder.widgets.SWTBotToolbarToggleButtonTest Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 13.609 s - in org.eclipse.swtbot.swt.finder.widgets.SWTBotToolbarToggleButtonTest clicksCheckboxButton(org.eclipse.swtbot.swt.finder.widgets.SWTBotToolbarToggleButtonTest) Time elapsed: 1.925 s clicksCheckboxButtonWithModifier(org.eclipse.swtbot.swt.finder.widgets.SWTBotToolbarToggleButtonTest) Time elapsed: 1.955 s findsToolBarButtonWithIndex(org.eclipse.swtbot.swt.finder.widgets.SWTBotToolbarToggleButtonTest) Time elapsed: 1.929 s selectsCheckboxButton(org.eclipse.swtbot.swt.finder.widgets.SWTBotToolbarToggleButtonTest) Time elapsed: 1.912 s deselectsCheckboxButton(org.eclipse.swtbot.swt.finder.widgets.SWTBotToolbarToggleButtonTest) Time elapsed: 2.005 s clickingCheckboxButtonTogglesIt(org.eclipse.swtbot.swt.finder.widgets.SWTBotToolbarToggleButtonTest) Time elapsed: 1.923 s togglesCheckboxButton(org.eclipse.swtbot.swt.finder.widgets.SWTBotToolbarToggleButtonTest) Time elapsed: 1.955 s Running org.eclipse.swtbot.swt.finder.widgets.SWTBotProgressBarTest Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 9.36 s - in org.eclipse.swtbot.swt.finder.widgets.SWTBotProgressBarTest testsInitialValues(org.eclipse.swtbot.swt.finder.widgets.SWTBotProgressBarTest) Time elapsed: 1.845 s findsProgressBarInGroup(org.eclipse.swtbot.swt.finder.widgets.SWTBotProgressBarTest) Time elapsed: 1.897 s testsGetStyle(org.eclipse.swtbot.swt.finder.widgets.SWTBotProgressBarTest) Time elapsed: 1.901 s findsProgressBar(org.eclipse.swtbot.swt.finder.widgets.SWTBotProgressBarTest) Time elapsed: 1.839 s testsProgressPercentage(org.eclipse.swtbot.swt.finder.widgets.SWTBotProgressBarTest) Time elapsed: 1.876 s Running org.eclipse.swtbot.swt.finder.widgets.SWTBotTableItemTest 24 Jan 2020 19:26:03.434 - main - DEBUG - SWTUtils - (SWTUtils.java:453) - Capturing screenshot 'screenshots/isGrayedTableNotChecked(org.eclipse.swtbot.swt.finder.widgets.SWTBotTableItemTest).jpeg' 24 Jan 2020 19:26:03.868 - main - DEBUG - SWTBotApplicationLauncherClassRunner - (ScreenshotCaptureListener.java:52) - Removing screenshot 'screenshots/isGrayedTableNotChecked(org.eclipse.swtbot.swt.finder.widgets.SWTBotTableItemTest).jpeg' Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 31.612 s - in org.eclipse.swtbot.swt.finder.widgets.SWTBotTableItemTest canUnCheckALine(org.eclipse.swtbot.swt.finder.widgets.SWTBotTableItemTest) Time elapsed: 2.371 s isGrayed(org.eclipse.swtbot.swt.finder.widgets.SWTBotTableItemTest) Time elapsed: 2.107 s canFindALine(org.eclipse.swtbot.swt.finder.widgets.SWTBotTableItemTest) Time elapsed: 2.116 s checkingATableThatDoesNotHaveCheckStyleBitsThrowsException(org.eclipse.swtbot.swt.finder.widgets.SWTBotTableItemTest) Time elapsed: 2.089 s isGrayedTableNotChecked(org.eclipse.swtbot.swt.finder.widgets.SWTBotTableItemTest) Time elapsed: 2.204 s canGetTableItemText(org.eclipse.swtbot.swt.finder.widgets.SWTBotTableItemTest) Time elapsed: 2.085 s canRightClickOnALine(org.eclipse.swtbot.swt.finder.widgets.SWTBotTableItemTest) Time elapsed: 2.229 s canGetLineText(org.eclipse.swtbot.swt.finder.widgets.SWTBotTableItemTest) Time elapsed: 2.089 s canToggleALine(org.eclipse.swtbot.swt.finder.widgets.SWTBotTableItemTest) Time elapsed: 2.397 s canDoubleClickALine(org.eclipse.swtbot.swt.finder.widgets.SWTBotTableItemTest) Time elapsed: 2.362 s canClickALine(org.eclipse.swtbot.swt.finder.widgets.SWTBotTableItemTest) Time elapsed: 2.354 s canClickALineInAColumn(org.eclipse.swtbot.swt.finder.widgets.SWTBotTableItemTest) Time elapsed: 2.403 s canSelectALine(org.eclipse.swtbot.swt.finder.widgets.SWTBotTableItemTest) Time elapsed: 2.353 s canCheckALine(org.eclipse.swtbot.swt.finder.widgets.SWTBotTableItemTest) Time elapsed: 2.445 s Running org.eclipse.swtbot.swt.finder.widgets.SWTBotToolbarRadioButtonTest Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 16.015 s - in org.eclipse.swtbot.swt.finder.widgets.SWTBotToolbarRadioButtonTest selectsRadioButton(org.eclipse.swtbot.swt.finder.widgets.SWTBotToolbarRadioButtonTest) Time elapsed: 2.008 s findsToolBarButtonWithIndex(org.eclipse.swtbot.swt.finder.widgets.SWTBotToolbarRadioButtonTest) Time elapsed: 1.993 s clicksRadioButton(org.eclipse.swtbot.swt.finder.widgets.SWTBotToolbarRadioButtonTest) Time elapsed: 2.016 s togglesRadioButton(org.eclipse.swtbot.swt.finder.widgets.SWTBotToolbarRadioButtonTest) Time elapsed: 2.024 s togglingRadioButtonDeselectsOtherConditionally(org.eclipse.swtbot.swt.finder.widgets.SWTBotToolbarRadioButtonTest) Time elapsed: 2.048 s clickingRadioButtonDeselectsOther(org.eclipse.swtbot.swt.finder.widgets.SWTBotToolbarRadioButtonTest) Time elapsed: 2.009 s deselectsRadioButton(org.eclipse.swtbot.swt.finder.widgets.SWTBotToolbarRadioButtonTest) Time elapsed: 1.964 s clicksRadioButtonWithModifier(org.eclipse.swtbot.swt.finder.widgets.SWTBotToolbarRadioButtonTest) Time elapsed: 1.95 s Running org.eclipse.swtbot.swt.finder.widgets.SWTBotListTest Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 35.084 s - in org.eclipse.swtbot.swt.finder.widgets.SWTBotListTest selectionNotifiesListeners(org.eclipse.swtbot.swt.finder.widgets.SWTBotListTest) Time elapsed: 2.189 s unSelectsSelectionMulti(org.eclipse.swtbot.swt.finder.widgets.SWTBotListTest) Time elapsed: 2.04 s throwsExceptionInCaseOfInvalidTextBasedSelectionMulti(org.eclipse.swtbot.swt.finder.widgets.SWTBotListTest) Time elapsed: 2.021 s setsAndGetsMultipleSelectionByText(org.eclipse.swtbot.swt.finder.widgets.SWTBotListTest) Time elapsed: 2.025 s unSelectsSelection(org.eclipse.swtbot.swt.finder.widgets.SWTBotListTest) Time elapsed: 1.993 s setsAndGetsSingleSelectionByText(org.eclipse.swtbot.swt.finder.widgets.SWTBotListTest) Time elapsed: 2.004 s setsAndGetsMultipleSelectionByIndex(org.eclipse.swtbot.swt.finder.widgets.SWTBotListTest) Time elapsed: 2.032 s throwsExceptionInCaseOfInvalidIndexBasedSelectionMulti(org.eclipse.swtbot.swt.finder.widgets.SWTBotListTest) Time elapsed: 2.012 s getsItemAtIndex(org.eclipse.swtbot.swt.finder.widgets.SWTBotListTest) Time elapsed: 2.017 s throwsExceptionInCaseOfInvalidIndexBasedSelection(org.eclipse.swtbot.swt.finder.widgets.SWTBotListTest) Time elapsed: 1.992 s canDoubleClickOnList(org.eclipse.swtbot.swt.finder.widgets.SWTBotListTest) Time elapsed: 2.056 s throwsExceptionInCaseOfInvalidTextBasedSelection(org.eclipse.swtbot.swt.finder.widgets.SWTBotListTest) Time elapsed: 2.159 s deSelectNotifiesListeners(org.eclipse.swtbot.swt.finder.widgets.SWTBotListTest) Time elapsed: 2.187 s selectionNotifiesListenersMulti(org.eclipse.swtbot.swt.finder.widgets.SWTBotListTest) Time elapsed: 2.072 s setsAndGetsSingleSelectionByIndex(org.eclipse.swtbot.swt.finder.widgets.SWTBotListTest) Time elapsed: 2.093 s findsAListWithoutLabel(org.eclipse.swtbot.swt.finder.widgets.SWTBotListTest) Time elapsed: 2.04 s getsIndexOfItem(org.eclipse.swtbot.swt.finder.widgets.SWTBotListTest) Time elapsed: 2.14 s Running org.eclipse.swtbot.swt.finder.widgets.SWTBotPopupMenuTest Tests run: 16, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 32.901 s - in org.eclipse.swtbot.swt.finder.widgets.SWTBotPopupMenuTest findsMenusRecursive[StaticMenu](org.eclipse.swtbot.swt.finder.widgets.SWTBotPopupMenuTest) Time elapsed: 2.085 s clicksSubMenu[StaticMenu](org.eclipse.swtbot.swt.finder.widgets.SWTBotPopupMenuTest) Time elapsed: 2.099 s clicksRadioMenuItem[StaticMenu](org.eclipse.swtbot.swt.finder.widgets.SWTBotPopupMenuTest) Time elapsed: 2.1 s findsSubMenus[StaticMenu](org.eclipse.swtbot.swt.finder.widgets.SWTBotPopupMenuTest) Time elapsed: 2.107 s testMenuItems[StaticMenu](org.eclipse.swtbot.swt.finder.widgets.SWTBotPopupMenuTest) Time elapsed: 2.002 s clicksMenu[StaticMenu](org.eclipse.swtbot.swt.finder.widgets.SWTBotPopupMenuTest) Time elapsed: 2.106 s findsMenus[StaticMenu](org.eclipse.swtbot.swt.finder.widgets.SWTBotPopupMenuTest) Time elapsed: 1.981 s clicksCheckMenuItem[StaticMenu](org.eclipse.swtbot.swt.finder.widgets.SWTBotPopupMenuTest) Time elapsed: 2.027 s findsMenusRecursive[DynamicMenu](org.eclipse.swtbot.swt.finder.widgets.SWTBotPopupMenuTest) Time elapsed: 2.115 s clicksSubMenu[DynamicMenu](org.eclipse.swtbot.swt.finder.widgets.SWTBotPopupMenuTest) Time elapsed: 1.976 s clicksRadioMenuItem[DynamicMenu](org.eclipse.swtbot.swt.finder.widgets.SWTBotPopupMenuTest) Time elapsed: 2.005 s findsSubMenus[DynamicMenu](org.eclipse.swtbot.swt.finder.widgets.SWTBotPopupMenuTest) Time elapsed: 2.256 s testMenuItems[DynamicMenu](org.eclipse.swtbot.swt.finder.widgets.SWTBotPopupMenuTest) Time elapsed: 1.968 s clicksMenu[DynamicMenu](org.eclipse.swtbot.swt.finder.widgets.SWTBotPopupMenuTest) Time elapsed: 2.034 s findsMenus[DynamicMenu](org.eclipse.swtbot.swt.finder.widgets.SWTBotPopupMenuTest) Time elapsed: 2.025 s clicksCheckMenuItem[DynamicMenu](org.eclipse.swtbot.swt.finder.widgets.SWTBotPopupMenuTest) Time elapsed: 2.004 s Running org.eclipse.swtbot.swt.finder.widgets.SWTBotTextTest 24 Jan 2020 19:27:52.179 - test - DEBUG - Keyboard - (Keyboard.java:87) - Typing text 'Type This 123' with an interval of 50ms. between characters. Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 10.381 s - in org.eclipse.swtbot.swt.finder.widgets.SWTBotTextTest findsTextBoxInGroup(org.eclipse.swtbot.swt.finder.widgets.SWTBotTextTest) Time elapsed: 1.946 s typesText(org.eclipse.swtbot.swt.finder.widgets.SWTBotTextTest) Time elapsed: 2.596 s setsTextInReadOnly(org.eclipse.swtbot.swt.finder.widgets.SWTBotTextTest) Time elapsed: 1.988 s typesTextInReadOnly(org.eclipse.swtbot.swt.finder.widgets.SWTBotTextTest) Time elapsed: 1.936 s findsTextBoxWithText(org.eclipse.swtbot.swt.finder.widgets.SWTBotTextTest) Time elapsed: 1.912 s Running org.eclipse.swtbot.swt.finder.widgets.SWTBotTreeItemDoubleClickListenerTest Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.079 s - in org.eclipse.swtbot.swt.finder.widgets.SWTBotTreeItemDoubleClickListenerTest doubleClickOnCell(org.eclipse.swtbot.swt.finder.widgets.SWTBotTreeItemDoubleClickListenerTest) Time elapsed: 0.077 s Running org.eclipse.swtbot.swt.finder.widgets.SWTBotArrowButtonTest Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.941 s - in org.eclipse.swtbot.swt.finder.widgets.SWTBotArrowButtonTest findsArrowButtons(org.eclipse.swtbot.swt.finder.widgets.SWTBotArrowButtonTest) Time elapsed: 1.94 s clicksArrowButton(org.eclipse.swtbot.swt.finder.widgets.SWTBotArrowButtonTest) Time elapsed: 1.999 s Running org.eclipse.swtbot.swt.finder.widgets.SWTBotLabelTest Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.842 s - in org.eclipse.swtbot.swt.finder.widgets.SWTBotLabelTest findsAlignment(org.eclipse.swtbot.swt.finder.widgets.SWTBotLabelTest) Time elapsed: 1.954 s findsLabel(org.eclipse.swtbot.swt.finder.widgets.SWTBotLabelTest) Time elapsed: 1.917 s getsImage(org.eclipse.swtbot.swt.finder.widgets.SWTBotLabelTest) Time elapsed: 1.969 s Running org.eclipse.swtbot.swt.finder.widgets.SWTBotComboTest 24 Jan 2020 19:28:12.479 - test - DEBUG - Keyboard - (Keyboard.java:87) - Typing text 'New typed Text' with an interval of 50ms. between characters. Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 20.594 s - in org.eclipse.swtbot.swt.finder.widgets.SWTBotComboTest setTextBetweenSelectionsWithSameIndices(org.eclipse.swtbot.swt.finder.widgets.SWTBotComboTest) Time elapsed: 1.947 s typeAndVerifiesTextInCombo(org.eclipse.swtbot.swt.finder.widgets.SWTBotComboTest) Time elapsed: 2.696 s changeAndVerifiesSelectionInComboByText(org.eclipse.swtbot.swt.finder.widgets.SWTBotComboTest) Time elapsed: 1.961 s changeAndVerifiesSelectionInComboByIndex(org.eclipse.swtbot.swt.finder.widgets.SWTBotComboTest) Time elapsed: 1.945 s throwsExceptionInCaseOfInvalidIndexBasedSelection(org.eclipse.swtbot.swt.finder.widgets.SWTBotComboTest) Time elapsed: 2.054 s throwsExceptionInCaseOfInvalidTextBasedSelection(org.eclipse.swtbot.swt.finder.widgets.SWTBotComboTest) Time elapsed: 1.936 s throwsExceptionInCaseOfChangeTextOfReadOnlyCombo(org.eclipse.swtbot.swt.finder.widgets.SWTBotComboTest) Time elapsed: 2.006 s findsCombo(org.eclipse.swtbot.swt.finder.widgets.SWTBotComboTest) Time elapsed: 2.044 s changeAndVerifiesTextInCombo(org.eclipse.swtbot.swt.finder.widgets.SWTBotComboTest) Time elapsed: 2.009 s getItems(org.eclipse.swtbot.swt.finder.widgets.SWTBotComboTest) Time elapsed: 1.993 s Running org.eclipse.swtbot.swt.finder.widgets.SWTBotCTabItemTest (SWT:1144): Gtk-WARNING **: 19:28:29.594: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 17 (SWT:1144): Gtk-WARNING **: 19:28:29.610: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 17 (SWT:1144): Gtk-WARNING **: 19:28:29.752: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 17 (SWT:1144): Gtk-WARNING **: 19:28:30.039: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 17 (SWT:1144): Gtk-WARNING **: 19:28:30.054: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 17 (SWT:1144): Gtk-WARNING **: 19:28:30.190: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 17 Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.88 s - in org.eclipse.swtbot.swt.finder.widgets.SWTBotCTabItemTest canClickContextMenuOnCTabItem(org.eclipse.swtbot.swt.finder.widgets.SWTBotCTabItemTest) Time elapsed: 0.442 s canCloseCTabItems(org.eclipse.swtbot.swt.finder.widgets.SWTBotCTabItemTest) Time elapsed: 5.435 s Running org.eclipse.swtbot.swt.finder.widgets.SWTBotTableColumnTest Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 6.975 s - in org.eclipse.swtbot.swt.finder.widgets.SWTBotTableColumnTest clicksHeaderContextMenuItem(org.eclipse.swtbot.swt.finder.widgets.SWTBotTableColumnTest) Time elapsed: 2.384 s findsTableColumn(org.eclipse.swtbot.swt.finder.widgets.SWTBotTableColumnTest) Time elapsed: 2.252 s clicksTableColumn(org.eclipse.swtbot.swt.finder.widgets.SWTBotTableColumnTest) Time elapsed: 2.335 s Running org.eclipse.swtbot.swt.finder.widgets.SWTBotTableDoubleClickTest Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.091 s - in org.eclipse.swtbot.swt.finder.widgets.SWTBotTableDoubleClickTest doubleClickOnCell(org.eclipse.swtbot.swt.finder.widgets.SWTBotTableDoubleClickTest) Time elapsed: 0.089 s Running org.eclipse.swtbot.swt.finder.widgets.SWTBotTableClickTest Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.049 s - in org.eclipse.swtbot.swt.finder.widgets.SWTBotTableClickTest clickOnCell(org.eclipse.swtbot.swt.finder.widgets.SWTBotTableClickTest) Time elapsed: 3.049 s Running org.eclipse.swtbot.swt.finder.widgets.SWTBotTreeColumnTest Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 6.696 s - in org.eclipse.swtbot.swt.finder.widgets.SWTBotTreeColumnTest clicksTreeColumn(org.eclipse.swtbot.swt.finder.widgets.SWTBotTreeColumnTest) Time elapsed: 2.302 s clicksHeaderContextMenuItem(org.eclipse.swtbot.swt.finder.widgets.SWTBotTreeColumnTest) Time elapsed: 2.206 s findsTreeColumn(org.eclipse.swtbot.swt.finder.widgets.SWTBotTreeColumnTest) Time elapsed: 2.186 s Running org.eclipse.swtbot.swt.finder.widgets.SWTBotBrowserTest Tests run: 1, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.001 s - in org.eclipse.swtbot.swt.finder.widgets.SWTBotBrowserTest org.eclipse.swtbot.swt.finder.widgets.SWTBotBrowserTest skipped Running org.eclipse.swtbot.swt.finder.widgets.SWTBotRadioTest Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 20.201 s - in org.eclipse.swtbot.swt.finder.widgets.SWTBotRadioTest clicksCheckBox(org.eclipse.swtbot.swt.finder.widgets.SWTBotRadioTest) Time elapsed: 2.01 s isSelectedWorks(org.eclipse.swtbot.swt.finder.widgets.SWTBotRadioTest) Time elapsed: 2.064 s clickingOneRadioDeselectsOthers(org.eclipse.swtbot.swt.finder.widgets.SWTBotRadioTest) Time elapsed: 2.05 s doesNotMatchCheckboxButtons(org.eclipse.swtbot.swt.finder.widgets.SWTBotRadioTest) Time elapsed: 5.989 s doesNotMatchRegularButtons(org.eclipse.swtbot.swt.finder.widgets.SWTBotRadioTest) Time elapsed: 5.992 s clicksRadioButtons(org.eclipse.swtbot.swt.finder.widgets.SWTBotRadioTest) Time elapsed: 2.093 s Running org.eclipse.swtbot.swt.finder.matchers.AnyOfTest Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 s - in org.eclipse.swtbot.swt.finder.matchers.AnyOfTest testShouldAnswerTrueIfAnyMatcherMatches(org.eclipse.swtbot.swt.finder.matchers.AnyOfTest) Time elapsed: 0.003 s testShouldAnswerFalseIfNoMatchersMatche(org.eclipse.swtbot.swt.finder.matchers.AnyOfTest) Time elapsed: 0 s Running org.eclipse.swtbot.swt.finder.matchers.AllOfTest Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.swtbot.swt.finder.matchers.AllOfTest testShouldAnswerTrueIfAllMatcherMatches(org.eclipse.swtbot.swt.finder.matchers.AllOfTest) Time elapsed: 0 s testShouldAnswerFalseIfAnyMatchersDoesNotMatch(org.eclipse.swtbot.swt.finder.matchers.AllOfTest) Time elapsed: 0 s Running org.eclipse.swtbot.swt.finder.matchers.TextMatcherTest Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s - in org.eclipse.swtbot.swt.finder.matchers.TextMatcherTest doesNotMatchText(org.eclipse.swtbot.swt.finder.matchers.TextMatcherTest) Time elapsed: 0 s doesNotMatchObjectsWithNullGetText(org.eclipse.swtbot.swt.finder.matchers.TextMatcherTest) Time elapsed: 0.001 s getsToString(org.eclipse.swtbot.swt.finder.matchers.TextMatcherTest) Time elapsed: 0 s matchText(org.eclipse.swtbot.swt.finder.matchers.TextMatcherTest) Time elapsed: 0 s doesNotMatchObjectsWithNoGetTextMethod(org.eclipse.swtbot.swt.finder.matchers.TextMatcherTest) Time elapsed: 0 s matchTextIgnoreCase(org.eclipse.swtbot.swt.finder.matchers.TextMatcherTest) Time elapsed: 0 s Running org.eclipse.swtbot.swt.finder.matchers.TextLabelMatcherTest Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.877 s - in org.eclipse.swtbot.swt.finder.matchers.TextLabelMatcherTest getsToString(org.eclipse.swtbot.swt.finder.matchers.TextLabelMatcherTest) Time elapsed: 1.875 s Running org.eclipse.swtbot.swt.finder.matchers.TooltipMatcherTest Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s - in org.eclipse.swtbot.swt.finder.matchers.TooltipMatcherTest getsToString(org.eclipse.swtbot.swt.finder.matchers.TooltipMatcherTest) Time elapsed: 0 s matchTooltipIgnoreCase(org.eclipse.swtbot.swt.finder.matchers.TooltipMatcherTest) Time elapsed: 0.001 s matchTooltip(org.eclipse.swtbot.swt.finder.matchers.TooltipMatcherTest) Time elapsed: 0 s doesNotMatchObjectsWithNullGetTooltip(org.eclipse.swtbot.swt.finder.matchers.TooltipMatcherTest) Time elapsed: 0 s doesNotMatchTooltip(org.eclipse.swtbot.swt.finder.matchers.TooltipMatcherTest) Time elapsed: 0 s doesNotMatchObjectsWithNoGetTooltipMethod(org.eclipse.swtbot.swt.finder.matchers.TooltipMatcherTest) Time elapsed: 0 s Running org.eclipse.swtbot.swt.finder.matchers.MessageMatcherTest Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s - in org.eclipse.swtbot.swt.finder.matchers.MessageMatcherTest matchMessage(org.eclipse.swtbot.swt.finder.matchers.MessageMatcherTest) Time elapsed: 0.002 s doesNotMatchObjectsWithNullGetMessage(org.eclipse.swtbot.swt.finder.matchers.MessageMatcherTest) Time elapsed: 0 s doesNotMatchMessage(org.eclipse.swtbot.swt.finder.matchers.MessageMatcherTest) Time elapsed: 0 s getsToString(org.eclipse.swtbot.swt.finder.matchers.MessageMatcherTest) Time elapsed: 0 s doesNotMatchObjectsWithNoGetMessageMethod(org.eclipse.swtbot.swt.finder.matchers.MessageMatcherTest) Time elapsed: 0 s Running org.eclipse.swtbot.swt.finder.matchers.WidgetMatcherFactoryTest Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.059 s - in org.eclipse.swtbot.swt.finder.matchers.WidgetMatcherFactoryTest matchesControlsWithTooltip(org.eclipse.swtbot.swt.finder.matchers.WidgetMatcherFactoryTest) Time elapsed: 0.14 s matchesControlsWithTextIgnoringCase(org.eclipse.swtbot.swt.finder.matchers.WidgetMatcherFactoryTest) Time elapsed: 0.122 s matchesControlsWithTooltipIgnoringCase(org.eclipse.swtbot.swt.finder.matchers.WidgetMatcherFactoryTest) Time elapsed: 0.165 s matchesControlsWithText(org.eclipse.swtbot.swt.finder.matchers.WidgetMatcherFactoryTest) Time elapsed: 0.12 s matchesControlsInGroup(org.eclipse.swtbot.swt.finder.matchers.WidgetMatcherFactoryTest) Time elapsed: 0.122 s findsControlsById(org.eclipse.swtbot.swt.finder.matchers.WidgetMatcherFactoryTest) Time elapsed: 0.135 s matchesControlsWithLabel(org.eclipse.swtbot.swt.finder.matchers.WidgetMatcherFactoryTest) Time elapsed: 0.131 s matchesControlsWithRegex(org.eclipse.swtbot.swt.finder.matchers.WidgetMatcherFactoryTest) Time elapsed: 0.118 s Running org.eclipse.swtbot.swt.finder.matchers.RegexTextMatcherTest Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in org.eclipse.swtbot.swt.finder.matchers.RegexTextMatcherTest matchesRegex(org.eclipse.swtbot.swt.finder.matchers.RegexTextMatcherTest) Time elapsed: 0 s doesNotMatchRegex(org.eclipse.swtbot.swt.finder.matchers.RegexTextMatcherTest) Time elapsed: 0 s getsToString(org.eclipse.swtbot.swt.finder.matchers.RegexTextMatcherTest) Time elapsed: 0 s doesNotMatchNullText(org.eclipse.swtbot.swt.finder.matchers.RegexTextMatcherTest) Time elapsed: 0 s cannotNotMatchText(org.eclipse.swtbot.swt.finder.matchers.RegexTextMatcherTest) Time elapsed: 0 s Running org.eclipse.swtbot.swt.finder.matchers.WithItemTest Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.swtbot.swt.finder.matchers.WithItemTest testDescription(org.eclipse.swtbot.swt.finder.matchers.WithItemTest) Time elapsed: 0 s Running org.eclipse.swtbot.swt.finder.matchers.MenuMnemonicTextMatcherTest Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in org.eclipse.swtbot.swt.finder.matchers.MenuMnemonicTextMatcherTest matchesMenuWithoutAccesor(org.eclipse.swtbot.swt.finder.matchers.MenuMnemonicTextMatcherTest) Time elapsed: 0 s matchesMenuWithMnemonic(org.eclipse.swtbot.swt.finder.matchers.MenuMnemonicTextMatcherTest) Time elapsed: 0 s matchesWithoutMnemonic(org.eclipse.swtbot.swt.finder.matchers.MenuMnemonicTextMatcherTest) Time elapsed: 0 s matchesMnemonic(org.eclipse.swtbot.swt.finder.matchers.MenuMnemonicTextMatcherTest) Time elapsed: 0 s matchesMenuWithoutMnemonic(org.eclipse.swtbot.swt.finder.matchers.MenuMnemonicTextMatcherTest) Time elapsed: 0 s Results: Tests run: 486, Failures: 0, Errors: 0, Skipped: 7 [INFO] All tests passed! [INFO] [INFO] ------< org.eclipse.swtbot.test.features:org.eclipse.swtbot.test >------ [INFO] Building org.eclipse.swtbot.test 2.9.0-SNAPSHOT [55/58] [INFO] --------------------------[ eclipse-feature ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.swtbot.test --- [INFO] Deleting /home/jenkins/agent/workspace/swtbot-sonar/org.eclipse.swtbot.test/target [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.swtbot.test --- [INFO] The project's OSGi version is 2.9.0.202001241910 [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.swtbot.test --- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.swtbot.test --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.4.201502262128:prepare-agent (default) @ org.eclipse.swtbot.test --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/swtbot-sonar/.repository/org/jacoco/org.jacoco.agent/0.7.4.201502262128/org.jacoco.agent-0.7.4.201502262128-runtime.jar=destfile=/home/jenkins/agent/workspace/swtbot-sonar/target/jacoco.exec,append=true,includes=org.eclipse.swtbot.* [INFO] [INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.eclipse.swtbot.test --- [INFO] [INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.eclipse.swtbot.test --- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:package-feature (default-package-feature) @ org.eclipse.swtbot.test --- [INFO] Building jar: /home/jenkins/agent/workspace/swtbot-sonar/org.eclipse.swtbot.test/target/org.eclipse.swtbot.test-2.9.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.swtbot.test --- [INFO] [INFO] --- tycho-p2-plugin:1.3.0:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.swtbot.test --- [INFO] [INFO] --- tycho-source-feature-plugin:1.3.0:source-feature (source-feature) @ org.eclipse.swtbot.test --- [INFO] Building jar: /home/jenkins/agent/workspace/swtbot-sonar/org.eclipse.swtbot.test/target/org.eclipse.swtbot.test-2.9.0-SNAPSHOT-sources-feature.jar [INFO] [INFO] --- tycho-pack200a-plugin:1.3.0:normalize (pack200-normalize) @ org.eclipse.swtbot.test --- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.3:sign (sign) @ org.eclipse.swtbot.test --- [INFO] Skip jar signing [INFO] [INFO] --- tycho-pack200b-plugin:1.3.0:pack (pack200-pack) @ org.eclipse.swtbot.test --- [INFO] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (p2-metadata) @ org.eclipse.swtbot.test --- [INFO] [INFO] ----< org.eclipse.swtbot.plugins:org.eclipse.swtbot.generator.test >---- [INFO] Building org.eclipse.swtbot.generator.test 2.9.0-SNAPSHOT [56/58] [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.swtbot.generator.test --- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.swtbot.generator.test --- [INFO] The project's OSGi version is 2.9.0.202001241910 [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.swtbot.generator.test --- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.swtbot.generator.test --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.4.201502262128:prepare-agent (default) @ org.eclipse.swtbot.generator.test --- [INFO] tycho.testArgLine set to -javaagent:/home/jenkins/agent/workspace/swtbot-sonar/.repository/org/jacoco/org.jacoco.agent/0.7.4.201502262128/org.jacoco.agent-0.7.4.201502262128-runtime.jar=destfile=/home/jenkins/agent/workspace/swtbot-sonar/target/jacoco.exec,append=true,includes=org.eclipse.swtbot.* [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.swtbot.generator.test --- [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent! [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/swtbot-sonar/org.eclipse.swtbot.generator.test/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.3.0:compile (default-compile) @ org.eclipse.swtbot.generator.test --- [INFO] Compiling 17 source files to /home/jenkins/agent/workspace/swtbot-sonar/org.eclipse.swtbot.generator.test/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.swtbot.generator.test --- [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent! [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/swtbot-sonar/org.eclipse.swtbot.generator.test/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.eclipse.swtbot.generator.test --- [INFO] Building jar: /home/jenkins/agent/workspace/swtbot-sonar/org.eclipse.swtbot.generator.test/target/org.eclipse.swtbot.generator.test-2.9.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.eclipse.swtbot.generator.test --- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:package-plugin (default-package-plugin) @ org.eclipse.swtbot.generator.test --- [INFO] Building jar: /home/jenkins/agent/workspace/swtbot-sonar/org.eclipse.swtbot.generator.test/target/org.eclipse.swtbot.generator.test-2.9.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.swtbot.generator.test --- [INFO] [INFO] --- tycho-source-feature-plugin:1.3.0:source-feature (source-feature) @ org.eclipse.swtbot.generator.test --- [INFO] [INFO] --- tycho-pack200a-plugin:1.3.0:normalize (pack200-normalize) @ org.eclipse.swtbot.generator.test --- [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/swtbot-sonar/org.eclipse.swtbot.generator.test/target/org.eclipse.swtbot.generator.test-2.9.0-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.3:sign (sign) @ org.eclipse.swtbot.generator.test --- [INFO] Skip jar signing [INFO] [INFO] --- tycho-pack200b-plugin:1.3.0:pack (pack200-pack) @ org.eclipse.swtbot.generator.test --- [INFO] Pack200 packing jar /home/jenkins/agent/workspace/swtbot-sonar/org.eclipse.swtbot.generator.test/target/org.eclipse.swtbot.generator.test-2.9.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (p2-metadata) @ org.eclipse.swtbot.generator.test --- [INFO] [INFO] --- tycho-surefire-plugin:1.3.0:test (default-test) @ org.eclipse.swtbot.generator.test --- [INFO] Expected eclipse log file: /home/jenkins/agent/workspace/swtbot-sonar/org.eclipse.swtbot.generator.test/target/work/data/.metadata/.log [INFO] Command line: [/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/bin/java, -Dosgi.noShutdown=false, -Dosgi.os=linux, -Dosgi.ws=gtk, -Dosgi.arch=x86_64, -javaagent:/home/jenkins/agent/workspace/swtbot-sonar/.repository/org/jacoco/org.jacoco.agent/0.7.4.201502262128/org.jacoco.agent-0.7.4.201502262128-runtime.jar=destfile=/home/jenkins/agent/workspace/swtbot-sonar/target/jacoco.exec,append=true,includes=org.eclipse.swtbot.*, -Dosgi.clean=true, -jar, /home/jenkins/agent/workspace/swtbot-sonar/.repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.5.0.v20180512-1130/org.eclipse.equinox.launcher-1.5.0.v20180512-1130.jar, -data, /home/jenkins/agent/workspace/swtbot-sonar/org.eclipse.swtbot.generator.test/target/work/data, -install, /home/jenkins/agent/workspace/swtbot-sonar/org.eclipse.swtbot.generator.test/target/work, -configuration, /home/jenkins/agent/workspace/swtbot-sonar/org.eclipse.swtbot.generator.test/target/work/configuration, -application, org.eclipse.tycho.surefire.osgibooter.uitest, -testproperties, /home/jenkins/agent/workspace/swtbot-sonar/org.eclipse.swtbot.generator.test/target/surefire.properties, -nouithread] Picked up JAVA_TOOL_OPTIONS: -XX:+IgnoreUnrecognizedVMOptions -XX:+UseContainerSupport -XX:+UnlockExperimentalVMOptions -XX:+UseCGroupMemoryLimitForHeap Picked up _JAVA_OPTIONS: -XX:MaxRAMPercentage=64.0 (SWT:1596): Gtk-WARNING **: 19:29:26.693: gtk_widget_size_allocate(): attempt to allocate widget with width -1 and height 1 Running org.eclipse.swtbot.generator.test.RecordListSelectionTest log4j:WARN No appenders could be found for logger (org.eclipse.swtbot.swt.finder.matchers.AbstractMatcher). log4j:WARN Please initialize the log4j system properly. Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.32 s - in org.eclipse.swtbot.generator.test.RecordListSelectionTest testSingleListSelection(org.eclipse.swtbot.generator.test.RecordListSelectionTest) Time elapsed: 3.04 s testMultipleListSelectionSameItem(org.eclipse.swtbot.generator.test.RecordListSelectionTest) Time elapsed: 0.372 s testMultipleListSelectionSameItem2(org.eclipse.swtbot.generator.test.RecordListSelectionTest) Time elapsed: 0.327 s testMultipleListSelectionDifferentItems(org.eclipse.swtbot.generator.test.RecordListSelectionTest) Time elapsed: 0.364 s Running org.eclipse.swtbot.generator.test.RecordToolbarButtonTest Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.863 s - in org.eclipse.swtbot.generator.test.RecordToolbarButtonTest testClickToolbarWithImage(org.eclipse.swtbot.generator.test.RecordToolbarButtonTest) Time elapsed: 0.293 s testClickToolbar(org.eclipse.swtbot.generator.test.RecordToolbarButtonTest) Time elapsed: 0.3 s testClickToolbarWithImageAndNoText(org.eclipse.swtbot.generator.test.RecordToolbarButtonTest) Time elapsed: 0.267 s Running org.eclipse.swtbot.generator.test.RecordCComboTextTest Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.306 s - in org.eclipse.swtbot.generator.test.RecordCComboTextTest testModifyCCombo(org.eclipse.swtbot.generator.test.RecordCComboTextTest) Time elapsed: 0.305 s Running org.eclipse.swtbot.generator.test.RecordTableItemDoubleclickTest Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.913 s - in org.eclipse.swtbot.generator.test.RecordTableItemDoubleclickTest testTableDoubleClickSameItem2(org.eclipse.swtbot.generator.test.RecordTableItemDoubleclickTest) Time elapsed: 0.329 s testTableDoubleClick(org.eclipse.swtbot.generator.test.RecordTableItemDoubleclickTest) Time elapsed: 0.338 s testTableDoubleClickSameItem(org.eclipse.swtbot.generator.test.RecordTableItemDoubleclickTest) Time elapsed: 0.243 s Running org.eclipse.swtbot.generator.test.RecordCComboSelectionTest Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.254 s - in org.eclipse.swtbot.generator.test.RecordCComboSelectionTest testModifyCombo(org.eclipse.swtbot.generator.test.RecordCComboSelectionTest) Time elapsed: 0.251 s Running org.eclipse.swtbot.generator.test.RecordComboTextTest Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.335 s - in org.eclipse.swtbot.generator.test.RecordComboTextTest testModifyCombo(org.eclipse.swtbot.generator.test.RecordComboTextTest) Time elapsed: 0.334 s Running org.eclipse.swtbot.generator.test.RecordListDoubleclickTest Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.869 s - in org.eclipse.swtbot.generator.test.RecordListDoubleclickTest testTableDoubleClickSameItem2(org.eclipse.swtbot.generator.test.RecordListDoubleclickTest) Time elapsed: 0.228 s testTableDoubleClick(org.eclipse.swtbot.generator.test.RecordListDoubleclickTest) Time elapsed: 0.293 s testTableDoubleClickSameItem(org.eclipse.swtbot.generator.test.RecordListDoubleclickTest) Time elapsed: 0.342 s Running org.eclipse.swtbot.generator.test.RecordComboSelectionTest Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.249 s - in org.eclipse.swtbot.generator.test.RecordComboSelectionTest testModifyCombo(org.eclipse.swtbot.generator.test.RecordComboSelectionTest) Time elapsed: 0.248 s Running org.eclipse.swtbot.generator.test.RecordRadioClickTest Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.256 s - in org.eclipse.swtbot.generator.test.RecordRadioClickTest testRadioButtonClick(org.eclipse.swtbot.generator.test.RecordRadioClickTest) Time elapsed: 0.255 s Running org.eclipse.swtbot.generator.test.TabItemActivateTest Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.274 s - in org.eclipse.swtbot.generator.test.TabItemActivateTest testActivateCTabItem(org.eclipse.swtbot.generator.test.TabItemActivateTest) Time elapsed: 0.271 s Running org.eclipse.swtbot.generator.test.RecordTreeItemDoubleclickTest (SWT:1596): Gtk-CRITICAL **: 19:29:36.314: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.563 s - in org.eclipse.swtbot.generator.test.RecordTreeItemDoubleclickTest testTreeLevel2DoubleClick(org.eclipse.swtbot.generator.test.RecordTreeItemDoubleclickTest) Time elapsed: 0.302 s testTreeDoubleClick(org.eclipse.swtbot.generator.test.RecordTreeItemDoubleclickTest) Time elapsed: 0.259 s Running org.eclipse.swtbot.generator.test.CTabItemActivateTest Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.272 s - in org.eclipse.swtbot.generator.test.CTabItemActivateTest testActivateCTabItem(org.eclipse.swtbot.generator.test.CTabItemActivateTest) Time elapsed: 0.247 s Running org.eclipse.swtbot.generator.test.RecordTreeItemCheckTest Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.281 s - in org.eclipse.swtbot.generator.test.RecordTreeItemCheckTest testTreeCheck(org.eclipse.swtbot.generator.test.RecordTreeItemCheckTest) Time elapsed: 0.28 s Running org.eclipse.swtbot.generator.test.RecordStyledTextModifiedTest Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.623 s - in org.eclipse.swtbot.generator.test.RecordStyledTextModifiedTest testModifyStyledText(org.eclipse.swtbot.generator.test.RecordStyledTextModifiedTest) Time elapsed: 0.33 s testModifySyledText(org.eclipse.swtbot.generator.test.RecordStyledTextModifiedTest) Time elapsed: 0.291 s Running org.eclipse.swtbot.generator.test.RecordTableItemSelectionCheckTest Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.149 s - in org.eclipse.swtbot.generator.test.RecordTableItemSelectionCheckTest testMultipleTableSelectionSameItem2(org.eclipse.swtbot.generator.test.RecordTableItemSelectionCheckTest) Time elapsed: 0.263 s testMultipleTableSelectionSameItem(org.eclipse.swtbot.generator.test.RecordTableItemSelectionCheckTest) Time elapsed: 0.314 s testTableCheckSameItem(org.eclipse.swtbot.generator.test.RecordTableItemSelectionCheckTest) Time elapsed: 0.285 s testTableCheckSameItem2(org.eclipse.swtbot.generator.test.RecordTableItemSelectionCheckTest) Time elapsed: 0.337 s testSingleTableSelection(org.eclipse.swtbot.generator.test.RecordTableItemSelectionCheckTest) Time elapsed: 0.269 s testMultipleTableSelectionDifferentItems(org.eclipse.swtbot.generator.test.RecordTableItemSelectionCheckTest) Time elapsed: 0.336 s testTableCheck(org.eclipse.swtbot.generator.test.RecordTableItemSelectionCheckTest) Time elapsed: 0.313 s Results: Tests run: 32, Failures: 0, Errors: 0, Skipped: 0 [INFO] All tests passed! [INFO] [INFO] --< org.eclipse.swtbot.plugins:org.eclipse.swtbot.generator.jdt.test >-- [INFO] Building org.eclipse.swtbot.generator.jdt.test 2.9.0-SNAPSHOT [57/58] [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.swtbot.generator.jdt.test --- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.swtbot.generator.jdt.test --- [INFO] The project's OSGi version is 2.9.0.202001241910 [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.swtbot.generator.jdt.test --- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.swtbot.generator.jdt.test --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.4.201502262128:prepare-agent (default) @ org.eclipse.swtbot.generator.jdt.test --- [INFO] tycho.testArgLine set to -javaagent:/home/jenkins/agent/workspace/swtbot-sonar/.repository/org/jacoco/org.jacoco.agent/0.7.4.201502262128/org.jacoco.agent-0.7.4.201502262128-runtime.jar=destfile=/home/jenkins/agent/workspace/swtbot-sonar/target/jacoco.exec,append=true,includes=org.eclipse.swtbot.* [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.swtbot.generator.jdt.test --- [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent! [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/swtbot-sonar/org.eclipse.swtbot.generator.jdt.test/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.3.0:compile (default-compile) @ org.eclipse.swtbot.generator.jdt.test --- [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/swtbot-sonar/org.eclipse.swtbot.generator.jdt.test/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.swtbot.generator.jdt.test --- [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent! [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/swtbot-sonar/org.eclipse.swtbot.generator.jdt.test/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.eclipse.swtbot.generator.jdt.test --- [INFO] Building jar: /home/jenkins/agent/workspace/swtbot-sonar/org.eclipse.swtbot.generator.jdt.test/target/org.eclipse.swtbot.generator.jdt.test-2.9.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.eclipse.swtbot.generator.jdt.test --- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:package-plugin (default-package-plugin) @ org.eclipse.swtbot.generator.jdt.test --- [INFO] Building jar: /home/jenkins/agent/workspace/swtbot-sonar/org.eclipse.swtbot.generator.jdt.test/target/org.eclipse.swtbot.generator.jdt.test-2.9.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.swtbot.generator.jdt.test --- [INFO] [INFO] --- tycho-source-feature-plugin:1.3.0:source-feature (source-feature) @ org.eclipse.swtbot.generator.jdt.test --- [INFO] [INFO] --- tycho-pack200a-plugin:1.3.0:normalize (pack200-normalize) @ org.eclipse.swtbot.generator.jdt.test --- [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/swtbot-sonar/org.eclipse.swtbot.generator.jdt.test/target/org.eclipse.swtbot.generator.jdt.test-2.9.0-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.3:sign (sign) @ org.eclipse.swtbot.generator.jdt.test --- [INFO] Skip jar signing [INFO] [INFO] --- tycho-pack200b-plugin:1.3.0:pack (pack200-pack) @ org.eclipse.swtbot.generator.jdt.test --- [INFO] Pack200 packing jar /home/jenkins/agent/workspace/swtbot-sonar/org.eclipse.swtbot.generator.jdt.test/target/org.eclipse.swtbot.generator.jdt.test-2.9.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (p2-metadata) @ org.eclipse.swtbot.generator.jdt.test --- [INFO] [INFO] --- tycho-surefire-plugin:1.3.0:test (default-test) @ org.eclipse.swtbot.generator.jdt.test --- [INFO] Expected eclipse log file: /home/jenkins/agent/workspace/swtbot-sonar/org.eclipse.swtbot.generator.jdt.test/target/work/data/.metadata/.log [INFO] Command line: [/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/bin/java, -Dosgi.noShutdown=false, -Dosgi.os=linux, -Dosgi.ws=gtk, -Dosgi.arch=x86_64, -javaagent:/home/jenkins/agent/workspace/swtbot-sonar/.repository/org/jacoco/org.jacoco.agent/0.7.4.201502262128/org.jacoco.agent-0.7.4.201502262128-runtime.jar=destfile=/home/jenkins/agent/workspace/swtbot-sonar/target/jacoco.exec,append=true,includes=org.eclipse.swtbot.*, -Dosgi.clean=true, -jar, /home/jenkins/agent/workspace/swtbot-sonar/.repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.5.0.v20180512-1130/org.eclipse.equinox.launcher-1.5.0.v20180512-1130.jar, -data, /home/jenkins/agent/workspace/swtbot-sonar/org.eclipse.swtbot.generator.jdt.test/target/work/data, -install, /home/jenkins/agent/workspace/swtbot-sonar/org.eclipse.swtbot.generator.jdt.test/target/work, -configuration, /home/jenkins/agent/workspace/swtbot-sonar/org.eclipse.swtbot.generator.jdt.test/target/work/configuration, -application, org.eclipse.tycho.surefire.osgibooter.uitest, -testproperties, /home/jenkins/agent/workspace/swtbot-sonar/org.eclipse.swtbot.generator.jdt.test/target/surefire.properties, -nouithread] Picked up JAVA_TOOL_OPTIONS: -XX:+IgnoreUnrecognizedVMOptions -XX:+UseContainerSupport -XX:+UnlockExperimentalVMOptions -XX:+UseCGroupMemoryLimitForHeap Picked up _JAVA_OPTIONS: -XX:MaxRAMPercentage=64.0 Running org.eclipse.swtbot.generator.jdt.test.RecordComboTest log4j:WARN No appenders could be found for logger (org.eclipse.swtbot.swt.finder.matchers.AbstractMatcher). log4j:WARN Please initialize the log4j system properly. Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.799 s - in org.eclipse.swtbot.generator.jdt.test.RecordComboTest testModifyCombo(org.eclipse.swtbot.generator.jdt.test.RecordComboTest) Time elapsed: 4.595 s Results: Tests run: 1, Failures: 0, Errors: 0, Skipped: 0 [INFO] All tests passed! [INFO] [INFO] --< org.eclipse.swtbot.plugins:org.eclipse.swtbot.nebula.nattable.finder.test >-- [INFO] Building org.eclipse.swtbot.nebula.nattable.finder.test 2.9.0-SNAPSHOT [58/58] [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.swtbot.nebula.nattable.finder.test --- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.swtbot.nebula.nattable.finder.test --- [INFO] The project's OSGi version is 2.9.0.202001241910 [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.swtbot.nebula.nattable.finder.test --- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.swtbot.nebula.nattable.finder.test --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.4.201502262128:prepare-agent (default) @ org.eclipse.swtbot.nebula.nattable.finder.test --- [INFO] tycho.testArgLine set to -javaagent:/home/jenkins/agent/workspace/swtbot-sonar/.repository/org/jacoco/org.jacoco.agent/0.7.4.201502262128/org.jacoco.agent-0.7.4.201502262128-runtime.jar=destfile=/home/jenkins/agent/workspace/swtbot-sonar/target/jacoco.exec,append=true,includes=org.eclipse.swtbot.* [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.swtbot.nebula.nattable.finder.test --- [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent! [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/swtbot-sonar/org.eclipse.swtbot.nebula.nattable.finder.test/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.3.0:compile (default-compile) @ org.eclipse.swtbot.nebula.nattable.finder.test --- [INFO] Compiling 13 source files to /home/jenkins/agent/workspace/swtbot-sonar/org.eclipse.swtbot.nebula.nattable.finder.test/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.swtbot.nebula.nattable.finder.test --- [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent! [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/swtbot-sonar/org.eclipse.swtbot.nebula.nattable.finder.test/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.eclipse.swtbot.nebula.nattable.finder.test --- [INFO] Building jar: /home/jenkins/agent/workspace/swtbot-sonar/org.eclipse.swtbot.nebula.nattable.finder.test/target/org.eclipse.swtbot.nebula.nattable.finder.test-2.9.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.eclipse.swtbot.nebula.nattable.finder.test --- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:package-plugin (default-package-plugin) @ org.eclipse.swtbot.nebula.nattable.finder.test --- [INFO] Building jar: /home/jenkins/agent/workspace/swtbot-sonar/org.eclipse.swtbot.nebula.nattable.finder.test/target/org.eclipse.swtbot.nebula.nattable.finder.test-2.9.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.swtbot.nebula.nattable.finder.test --- [INFO] [INFO] --- tycho-source-feature-plugin:1.3.0:source-feature (source-feature) @ org.eclipse.swtbot.nebula.nattable.finder.test --- [INFO] [INFO] --- tycho-pack200a-plugin:1.3.0:normalize (pack200-normalize) @ org.eclipse.swtbot.nebula.nattable.finder.test --- [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/swtbot-sonar/org.eclipse.swtbot.nebula.nattable.finder.test/target/org.eclipse.swtbot.nebula.nattable.finder.test-2.9.0-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.3:sign (sign) @ org.eclipse.swtbot.nebula.nattable.finder.test --- [INFO] Skip jar signing [INFO] [INFO] --- tycho-pack200b-plugin:1.3.0:pack (pack200-pack) @ org.eclipse.swtbot.nebula.nattable.finder.test --- [INFO] Pack200 packing jar /home/jenkins/agent/workspace/swtbot-sonar/org.eclipse.swtbot.nebula.nattable.finder.test/target/org.eclipse.swtbot.nebula.nattable.finder.test-2.9.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (p2-metadata) @ org.eclipse.swtbot.nebula.nattable.finder.test --- [INFO] [INFO] --- tycho-surefire-plugin:1.3.0:test (default-test) @ org.eclipse.swtbot.nebula.nattable.finder.test --- [INFO] Expected eclipse log file: /home/jenkins/agent/workspace/swtbot-sonar/org.eclipse.swtbot.nebula.nattable.finder.test/target/work/data/.metadata/.log [INFO] Command line: [/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/bin/java, -Dosgi.noShutdown=false, -Dosgi.os=linux, -Dosgi.ws=gtk, -Dosgi.arch=x86_64, -javaagent:/home/jenkins/agent/workspace/swtbot-sonar/.repository/org/jacoco/org.jacoco.agent/0.7.4.201502262128/org.jacoco.agent-0.7.4.201502262128-runtime.jar=destfile=/home/jenkins/agent/workspace/swtbot-sonar/target/jacoco.exec,append=true,includes=org.eclipse.swtbot.*, -Xms64m, -Xmx1024m, -Dosgi.clean=true, -jar, /home/jenkins/agent/workspace/swtbot-sonar/.repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.5.0.v20180512-1130/org.eclipse.equinox.launcher-1.5.0.v20180512-1130.jar, -data, /home/jenkins/agent/workspace/swtbot-sonar/org.eclipse.swtbot.nebula.nattable.finder.test/target/work/data, -install, /home/jenkins/agent/workspace/swtbot-sonar/org.eclipse.swtbot.nebula.nattable.finder.test/target/work, -configuration, /home/jenkins/agent/workspace/swtbot-sonar/org.eclipse.swtbot.nebula.nattable.finder.test/target/work/configuration, -application, org.eclipse.tycho.surefire.osgibooter.uitest, -testproperties, /home/jenkins/agent/workspace/swtbot-sonar/org.eclipse.swtbot.nebula.nattable.finder.test/target/surefire.properties, -nouithread] Picked up JAVA_TOOL_OPTIONS: -XX:+IgnoreUnrecognizedVMOptions -XX:+UseContainerSupport -XX:+UnlockExperimentalVMOptions -XX:+UseCGroupMemoryLimitForHeap Picked up _JAVA_OPTIONS: -XX:MaxRAMPercentage=64.0 Running org.eclipse.swtbot.nebula.nattable.finder.test.AllTests log4j:WARN No appenders could be found for logger (org.eclipse.swtbot.swt.finder.matchers.AbstractMatcher). log4j:WARN Please initialize the log4j system properly. Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.118 s - in org.eclipse.swtbot.nebula.nattable.finder.test.AllTests testContextMenu(org.eclipse.swtbot.nebula.nattable.finder.test1.TestNatTableContextMenu) Time elapsed: 2.584 s testCellLabel(org.eclipse.swtbot.nebula.nattable.finder.test2.TestNatTableOtherFeatures) Time elapsed: 0.326 s testClickAndGetSetCellData(org.eclipse.swtbot.nebula.nattable.finder.test2.TestNatTableOtherFeatures) Time elapsed: 0.653 s testClickColumnHeader(org.eclipse.swtbot.nebula.nattable.finder.test2.TestNatTableOtherFeatures) Time elapsed: 0.281 s testCount(org.eclipse.swtbot.nebula.nattable.finder.test2.TestNatTableOtherFeatures) Time elapsed: 0.129 s testDoubleClickAndGetSetCellData(org.eclipse.swtbot.nebula.nattable.finder.test2.TestNatTableOtherFeatures) Time elapsed: 0.382 s testScrollAndReadCellData(org.eclipse.swtbot.nebula.nattable.finder.test2.TestNatTableOtherFeatures) Time elapsed: 0.123 s testScrollNotViewport(org.eclipse.swtbot.nebula.nattable.finder.test2.TestNatTableOtherFeatures) Time elapsed: 0.115 s testScrollOutOfRange(org.eclipse.swtbot.nebula.nattable.finder.test2.TestNatTableOtherFeatures) Time elapsed: 0.104 s testRightClickXY(org.eclipse.swtbot.nebula.nattable.finder.test1.TestRightClickXY) Time elapsed: 0.104 s Results: Tests run: 10, Failures: 0, Errors: 0, Skipped: 0 [INFO] All tests passed! [INFO] ------------------------------------------------------------------------ [INFO] Reactor Summary: [INFO] [INFO] Eclipse SWTBot 2.9.0-SNAPSHOT ...................... SUCCESS [ 19.805 s] [INFO] target-platforms 2.9.0-SNAPSHOT .................... SUCCESS [ 0.022 s] [INFO] 2019-09 2.9.0-SNAPSHOT ............................. SUCCESS [ 1.479 s] [INFO] 2019-06 2.9.0-SNAPSHOT ............................. SUCCESS [ 0.021 s] [INFO] 2019-03 2.9.0-SNAPSHOT ............................. SUCCESS [ 0.053 s] [INFO] 2018-12 2.9.0-SNAPSHOT ............................. SUCCESS [ 0.019 s] [INFO] 2018-09 2.9.0-SNAPSHOT ............................. SUCCESS [ 0.016 s] [INFO] photon 2.9.0-SNAPSHOT .............................. SUCCESS [ 0.056 s] [INFO] oxygen 2.9.0-SNAPSHOT .............................. SUCCESS [ 0.017 s] [INFO] neon 2.9.0-SNAPSHOT ................................ SUCCESS [ 0.017 s] [INFO] mars 2.9.0-SNAPSHOT ................................ SUCCESS [ 0.016 s] [INFO] luna 2.9.0-SNAPSHOT ................................ SUCCESS [ 0.054 s] [INFO] kepler 2.9.0-SNAPSHOT .............................. SUCCESS [ 0.017 s] [INFO] juno 2.9.0-SNAPSHOT ................................ SUCCESS [ 0.017 s] [INFO] org.eclipse.swtbot.ant.junit 2.9.0-SNAPSHOT ........ SUCCESS [ 3.262 s] [INFO] org.eclipse.swtbot.eclipse.core 2.9.0-SNAPSHOT ..... SUCCESS [ 1.342 s] [INFO] org.eclipse.swtbot.swt.finder 2.9.0-SNAPSHOT ....... SUCCESS [ 6.684 s] [INFO] org.eclipse.swtbot.eclipse.finder 2.9.0-SNAPSHOT ... SUCCESS [ 1.486 s] [INFO] org.eclipse.swtbot.e4.finder 2.9.0-SNAPSHOT ........ SUCCESS [ 0.949 s] [INFO] org.eclipse.swtbot.junit4_x 2.9.0-SNAPSHOT ......... SUCCESS [ 0.365 s] [INFO] org.eclipse.swtbot 2.9.0-SNAPSHOT .................. SUCCESS [ 0.372 s] [INFO] org.eclipse.swtbot.forms.finder 2.9.0-SNAPSHOT ..... SUCCESS [ 0.462 s] [INFO] org.eclipse.swtbot.forms 2.9.0-SNAPSHOT ............ SUCCESS [ 0.244 s] [INFO] org.eclipse.swtbot.go 2.9.0-SNAPSHOT ............... SUCCESS [ 0.325 s] [INFO] org.eclipse.swtbot.eclipse 2.9.0-SNAPSHOT .......... SUCCESS [ 0.305 s] [INFO] org.eclipse.swtbot.eclipse.dsl 2.9.0-SNAPSHOT ...... SUCCESS [ 0.397 s] [INFO] org.eclipse.swtbot.eclipse.gef.finder 2.9.0-SNAPSHOT SUCCESS [ 0.868 s] [INFO] org.eclipse.swtbot.eclipse.spy 2.9.0-SNAPSHOT ...... SUCCESS [ 0.515 s] [INFO] org.eclipse.swtbot.eclipse.junit.headless 2.9.0-SNAPSHOT SUCCESS [ 0.649 s] [INFO] org.eclipse.swtbot.eclipse.test.junit 2.9.0-SNAPSHOT SUCCESS [ 0.190 s] [INFO] org.eclipse.swtbot.eclipse.ui 2.9.0-SNAPSHOT ....... SUCCESS [ 1.033 s] [INFO] org.eclipse.swtbot.generator 2.9.0-SNAPSHOT ........ SUCCESS [ 0.974 s] [INFO] org.eclipse.swtbot.generator.client 2.9.0-SNAPSHOT . SUCCESS [ 1.166 s] [INFO] org.eclipse.swtbot.generator.rules.workbench 2.9.0-SNAPSHOT SUCCESS [ 0.320 s] [INFO] org.eclipse.swtbot.generator.jdt 2.9.0-SNAPSHOT .... SUCCESS [ 0.691 s] [INFO] org.eclipse.swtbot.generator.ui 2.9.0-SNAPSHOT ..... SUCCESS [ 0.737 s] [INFO] org.eclipse.swtbot.nebula.gallery.finder 2.9.0-SNAPSHOT SUCCESS [ 0.482 s] [INFO] org.eclipse.swt.examples 2.9.0-SNAPSHOT ............ SUCCESS [ 5.618 s] [INFO] org.eclipse.swtbot.swt.demo 2.9.0-SNAPSHOT ......... SUCCESS [ 0.245 s] [INFO] org.eclipse.ui.forms.examples 3.1.100-SNAPSHOT ..... SUCCESS [ 0.609 s] [INFO] org.eclipse.swtbot.nebula.nattable.finder 2.9.0-SNAPSHOT SUCCESS [ 0.456 s] [INFO] org.eclipse.swtbot.eclipse.gef 2.9.0-SNAPSHOT ...... SUCCESS [ 0.164 s] [INFO] org.eclipse.swtbot.generator.feature 2.9.0-SNAPSHOT SUCCESS [ 0.253 s] [INFO] org.eclipse.swtbot.ide 2.9.0-SNAPSHOT .............. SUCCESS [ 0.318 s] [INFO] org.eclipse.swtbot.nebula.gallery 2.9.0-SNAPSHOT ... SUCCESS [ 0.132 s] [INFO] org.eclipse.swtbot.nebula.nattable 2.9.0-SNAPSHOT .. SUCCESS [ 0.168 s] [INFO] org.eclipse.swtbot.updatesite 2.9.0-SNAPSHOT ....... SUCCESS [ 4.896 s] [INFO] org.eclipse.swtbot.eclipse.ui.test 2.9.0-SNAPSHOT .. SUCCESS [ 20.100 s] [INFO] org.eclipse.swtbot.swt.finder.test.keyboards 2.9.0-SNAPSHOT SUCCESS [ 0.183 s] [INFO] org.eclipse.swtbot.forms.finder.test 2.9.0-SNAPSHOT SUCCESS [ 15.165 s] [INFO] org.eclipse.swtbot.eclipse.finder.test 2.9.0-SNAPSHOT SUCCESS [02:25 min] [INFO] org.eclipse.swtbot.e4.finder.test 2.9.0-SNAPSHOT ... SUCCESS [ 14.135 s] [INFO] org.eclipse.swtbot.nebula.gallery.finder.test 2.9.0-SNAPSHOT SUCCESS [ 12.967 s] [INFO] org.eclipse.swtbot.swt.finder.test 2.9.0-SNAPSHOT .. SUCCESS [11:19 min] [INFO] org.eclipse.swtbot.test 2.9.0-SNAPSHOT ............. SUCCESS [ 0.420 s] [INFO] org.eclipse.swtbot.generator.test 2.9.0-SNAPSHOT ... SUCCESS [ 24.696 s] [INFO] org.eclipse.swtbot.generator.jdt.test 2.9.0-SNAPSHOT SUCCESS [ 17.092 s] [INFO] org.eclipse.swtbot.nebula.nattable.finder.test 2.9.0-SNAPSHOT SUCCESS [ 14.837 s] [INFO] ------------------------------------------------------------------------ [INFO] BUILD SUCCESS [INFO] ------------------------------------------------------------------------ [INFO] Total time: 19:26 min [INFO] Finished at: 2020-01-24T19:30:13Z [INFO] ------------------------------------------------------------------------ Terminating xvnc. [swtbot-sonar] $ /opt/tools/apache-maven/latest/bin/mvn -f /home/jenkins/agent/workspace/swtbot-sonar/pom.xml -e -B org.sonarsource.scanner.maven:sonar-maven-plugin:3.3.0.603:sonar -Dmaven.repo.local=/home/jenkins/agent/workspace/swtbot-sonar/.maven/repo -Dsonar.host.url=http://sonar.eclipse.org -Dsonar.jdbc.url=jdbc:mysql://dbmaster:3306/sonar?autoReconnect=true&useUnicode=true&characterEncoding=utf8 ******** ******** -Dsonar.host.url=https://sonar.eclipse.org Picked up JAVA_TOOL_OPTIONS: -XX:+IgnoreUnrecognizedVMOptions -XX:+UseContainerSupport -XX:+UnlockExperimentalVMOptions -XX:+UseCGroupMemoryLimitForHeap Java HotSpot(TM) 64-Bit Server VM warning: ignoring option MaxPermSize=128m; support was removed in 8.0 Picked up _JAVA_OPTIONS: -XX:MaxRAMPercentage=64.0 [INFO] Error stacktraces are turned on. [INFO] Scanning for projects... [INFO] Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/tycho-maven-plugin/1.3.0/tycho-maven-plugin-1.3.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-maven-plugin/1.3.0/tycho-maven-plugin-1.3.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-maven-plugin/1.3.0/tycho-maven-plugin-1.3.0.pom (2.1 kB at 27 kB/s) [INFO] Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/tycho/1.3.0/tycho-1.3.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho/1.3.0/tycho-1.3.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho/1.3.0/tycho-1.3.0.pom (19 kB at 285 kB/s) [INFO] Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/tycho-core/1.3.0/tycho-core-1.3.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-core/1.3.0/tycho-core-1.3.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-core/1.3.0/tycho-core-1.3.0.pom (4.5 kB at 68 kB/s) [INFO] Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-core/3.0/maven-core-3.0.pom [INFO] 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 [INFO] 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 201 kB/s) [INFO] Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven/3.0/maven-3.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/3.0/maven-3.0.pom [INFO] 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 755 kB/s) [INFO] Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-parent/15/maven-parent-15.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/15/maven-parent-15.pom [INFO] 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 572 kB/s) [INFO] Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/apache/6/apache-6.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/6/apache-6.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/6/apache-6.pom (13 kB at 400 kB/s) [INFO] Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-model/3.0/maven-model-3.0.pom [INFO] 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 [INFO] 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 139 kB/s) [INFO] Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-utils/3.0.24/plexus-utils-3.0.24.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.24/plexus-utils-3.0.24.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.24/plexus-utils-3.0.24.pom (4.1 kB at 112 kB/s) [INFO] Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus/4.0/plexus-4.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/4.0/plexus-4.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/4.0/plexus-4.0.pom (22 kB at 672 kB/s) [INFO] Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/forge/forge-parent/10/forge-parent-10.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/forge/forge-parent/10/forge-parent-10.pom [INFO] 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 377 kB/s) [INFO] Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-settings/3.0/maven-settings-3.0.pom [INFO] 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 [INFO] 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 34 kB/s) [INFO] Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-settings-builder/3.0/maven-settings-builder-3.0.pom [INFO] 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 [INFO] 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 32 kB/s) [INFO] Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-interpolation/1.14/plexus-interpolation-1.14.pom [INFO] 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 [INFO] 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 16 kB/s) [INFO] Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-components/1.1.18/plexus-components-1.1.18.pom [INFO] 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 [INFO] 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 191 kB/s) [INFO] Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus/2.0.7/plexus-2.0.7.pom [INFO] 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 [INFO] 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 326 kB/s) [INFO] Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-component-annotations/1.7.1/plexus-component-annotations-1.7.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-component-annotations/1.7.1/plexus-component-annotations-1.7.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-component-annotations/1.7.1/plexus-component-annotations-1.7.1.pom (770 B at 24 kB/s) [INFO] Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-containers/1.7.1/plexus-containers-1.7.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-containers/1.7.1/plexus-containers-1.7.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-containers/1.7.1/plexus-containers-1.7.1.pom (5.0 kB at 152 kB/s) [INFO] Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/plexus/plexus-sec-dispatcher/1.3/plexus-sec-dispatcher-1.3.pom [INFO] 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 [INFO] 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 96 kB/s) [INFO] Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/spice/spice-parent/12/spice-parent-12.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/spice/spice-parent/12/spice-parent-12.pom [INFO] 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 261 kB/s) [INFO] Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/forge/forge-parent/4/forge-parent-4.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/forge/forge-parent/4/forge-parent-4.pom [INFO] 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 215 kB/s) [INFO] Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/plexus/plexus-cipher/1.7/plexus-cipher-1.7.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plexus/plexus-cipher/1.7/plexus-cipher-1.7.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plexus/plexus-cipher/1.7/plexus-cipher-1.7.pom (4.2 kB at 161 kB/s) [INFO] Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/spice/spice-parent/15/spice-parent-15.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/spice/spice-parent/15/spice-parent-15.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/spice/spice-parent/15/spice-parent-15.pom (8.4 kB at 174 kB/s) [INFO] Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/forge/forge-parent/5/forge-parent-5.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/forge/forge-parent/5/forge-parent-5.pom [INFO] 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 322 kB/s) [INFO] Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-repository-metadata/3.0/maven-repository-metadata-3.0.pom [INFO] 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 [INFO] 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 67 kB/s) [INFO] Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-artifact/3.0/maven-artifact-3.0.pom [INFO] 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 [INFO] 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 39 kB/s) [INFO] Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-plugin-api/3.0/maven-plugin-api-3.0.pom [INFO] 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 [INFO] 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 85 kB/s) [INFO] Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/sisu/sisu-inject-plexus/1.4.2/sisu-inject-plexus-1.4.2.pom [INFO] 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 [INFO] 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 114 kB/s) [INFO] Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/sisu/inject/guice-plexus/1.4.2/guice-plexus-1.4.2.pom [INFO] 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 [INFO] 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 125 kB/s) [INFO] Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/sisu/inject/guice-bean/1.4.2/guice-bean-1.4.2.pom [INFO] 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 [INFO] 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 93 kB/s) [INFO] Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/sisu/sisu-inject/1.4.2/sisu-inject-1.4.2.pom [INFO] 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 [INFO] 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 45 kB/s) [INFO] Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/sisu/sisu-parent/1.4.2/sisu-parent-1.4.2.pom [INFO] 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 [INFO] 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 268 kB/s) [INFO] Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/forge/forge-parent/6/forge-parent-6.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/forge/forge-parent/6/forge-parent-6.pom [INFO] 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 276 kB/s) [INFO] Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-classworlds/2.2.3/plexus-classworlds-2.2.3.pom [INFO] 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 [INFO] 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 160 kB/s) [INFO] Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus/2.0.6/plexus-2.0.6.pom [INFO] 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 [INFO] 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 316 kB/s) [INFO] Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/sisu/sisu-inject-bean/1.4.2/sisu-inject-bean-1.4.2.pom [INFO] 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 [INFO] 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) [INFO] Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/sisu/sisu-guice/2.1.7/sisu-guice-2.1.7.pom [INFO] 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 [INFO] 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 381 kB/s) [INFO] Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-model-builder/3.0/maven-model-builder-3.0.pom [INFO] 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 [INFO] 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 77 kB/s) [INFO] Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-aether-provider/3.0/maven-aether-provider-3.0.pom [INFO] 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 [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-aether-provider/3.0/maven-aether-provider-3.0.pom (2.5 kB at 95 kB/s) [INFO] Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/aether/aether-api/1.7/aether-api-1.7.pom [INFO] 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 [INFO] 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 70 kB/s) [INFO] Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/aether/aether-parent/1.7/aether-parent-1.7.pom [INFO] 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 [INFO] 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 193 kB/s) [INFO] Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/aether/aether-util/1.7/aether-util-1.7.pom [INFO] 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 [INFO] 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 86 kB/s) [INFO] Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/aether/aether-impl/1.7/aether-impl-1.7.pom [INFO] 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 [INFO] 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 115 kB/s) [INFO] Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/aether/aether-spi/1.7/aether-spi-1.7.pom [INFO] 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 [INFO] 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 73 kB/s) [INFO] Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-archiver/3.4/plexus-archiver-3.4.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-archiver/3.4/plexus-archiver-3.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-archiver/3.4/plexus-archiver-3.4.pom (5.3 kB at 190 kB/s) [INFO] Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-io/2.7.1/plexus-io-2.7.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-io/2.7.1/plexus-io-2.7.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-io/2.7.1/plexus-io-2.7.1.pom (4.9 kB at 189 kB/s) [INFO] Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus/3.2/plexus-3.2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/3.2/plexus-3.2.pom [INFO] 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 750 kB/s) [INFO] Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/spice/spice-parent/17/spice-parent-17.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/spice/spice-parent/17/spice-parent-17.pom [INFO] 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 241 kB/s) [INFO] Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/commons-io/commons-io/2.2/commons-io-2.2.pom [INFO] 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 [INFO] 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 480 kB/s) [INFO] Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/commons/commons-parent/24/commons-parent-24.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/24/commons-parent-24.pom [INFO] 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 46 kB/s) [INFO] Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/apache/9/apache-9.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/9/apache-9.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/9/apache-9.pom (15 kB at 659 kB/s) [INFO] Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/commons-io/commons-io/2.5/commons-io-2.5.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-io/commons-io/2.5/commons-io-2.5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-io/commons-io/2.5/commons-io-2.5.pom (13 kB at 511 kB/s) [INFO] Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/commons/commons-parent/39/commons-parent-39.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/39/commons-parent-39.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/39/commons-parent-39.pom (62 kB at 2.0 MB/s) [INFO] Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/apache/16/apache-16.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/16/apache-16.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/16/apache-16.pom (15 kB at 570 kB/s) [INFO] Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/commons/commons-compress/1.15/commons-compress-1.15.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-compress/1.15/commons-compress-1.15.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-compress/1.15/commons-compress-1.15.pom (15 kB at 359 kB/s) [INFO] Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/commons/commons-parent/42/commons-parent-42.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/42/commons-parent-42.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/42/commons-parent-42.pom (68 kB at 2.2 MB/s) [INFO] Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/apache/18/apache-18.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/18/apache-18.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/18/apache-18.pom (16 kB at 580 kB/s) [INFO] Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/objenesis/objenesis/2.6/objenesis-2.6.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/objenesis/objenesis/2.6/objenesis-2.6.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/objenesis/objenesis/2.6/objenesis-2.6.pom (2.8 kB at 133 kB/s) [INFO] Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/objenesis/objenesis-parent/2.6/objenesis-parent-2.6.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/objenesis/objenesis-parent/2.6/objenesis-parent-2.6.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/objenesis/objenesis-parent/2.6/objenesis-parent-2.6.pom (17 kB at 787 kB/s) [INFO] Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/iq80/snappy/snappy/0.4/snappy-0.4.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/iq80/snappy/snappy/0.4/snappy-0.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/iq80/snappy/snappy/0.4/snappy-0.4.pom (15 kB at 538 kB/s) [INFO] Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/tukaani/xz/1.5/xz-1.5.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/tukaani/xz/1.5/xz-1.5.pom [INFO] 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 73 kB/s) [INFO] Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/org.eclipse.osgi.compatibility.state/1.1.100.v20180131-1413/org.eclipse.osgi.compatibility.state-1.1.100.v20180131-1413.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.osgi.compatibility.state/1.1.100.v20180131-1413/org.eclipse.osgi.compatibility.state-1.1.100.v20180131-1413.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.osgi.compatibility.state/1.1.100.v20180131-1413/org.eclipse.osgi.compatibility.state-1.1.100.v20180131-1413.pom (1.1 kB at 26 kB/s) [INFO] Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/sisu-equinox-embedder/1.3.0/sisu-equinox-embedder-1.3.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/sisu-equinox-embedder/1.3.0/sisu-equinox-embedder-1.3.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/sisu-equinox-embedder/1.3.0/sisu-equinox-embedder-1.3.0.pom (1.8 kB at 40 kB/s) [INFO] Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/sisu-equinox/1.3.0/sisu-equinox-1.3.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/sisu-equinox/1.3.0/sisu-equinox-1.3.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/sisu-equinox/1.3.0/sisu-equinox-1.3.0.pom (1.0 kB at 24 kB/s) [INFO] Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/org.eclipse.osgi/3.13.0.v20180226-1711/org.eclipse.osgi-3.13.0.v20180226-1711.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.osgi/3.13.0.v20180226-1711/org.eclipse.osgi-3.13.0.v20180226-1711.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.osgi/3.13.0.v20180226-1711/org.eclipse.osgi-3.13.0.v20180226-1711.pom (1.0 kB at 27 kB/s) [INFO] Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/sisu-equinox-api/1.3.0/sisu-equinox-api-1.3.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/sisu-equinox-api/1.3.0/sisu-equinox-api-1.3.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/sisu-equinox-api/1.3.0/sisu-equinox-api-1.3.0.pom (1.7 kB at 41 kB/s) [INFO] Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/tycho-metadata-model/1.3.0/tycho-metadata-model-1.3.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-metadata-model/1.3.0/tycho-metadata-model-1.3.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-metadata-model/1.3.0/tycho-metadata-model-1.3.0.pom (1.3 kB at 28 kB/s) [INFO] Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/de/pdark/decentxml/1.3/decentxml-1.3.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/de/pdark/decentxml/1.3/decentxml-1.3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/de/pdark/decentxml/1.3/decentxml-1.3.pom (6.3 kB at 25 kB/s) [INFO] Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/tycho-embedder-api/1.3.0/tycho-embedder-api-1.3.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-embedder-api/1.3.0/tycho-embedder-api-1.3.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-embedder-api/1.3.0/tycho-embedder-api-1.3.0.pom (2.1 kB at 48 kB/s) [INFO] Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/org.eclipse.tycho.embedder.shared/1.3.0/org.eclipse.tycho.embedder.shared-1.3.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.embedder.shared/1.3.0/org.eclipse.tycho.embedder.shared-1.3.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.embedder.shared/1.3.0/org.eclipse.tycho.embedder.shared-1.3.0.pom (1.1 kB at 25 kB/s) [INFO] Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/tycho-bundles/1.3.0/tycho-bundles-1.3.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-bundles/1.3.0/tycho-bundles-1.3.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-bundles/1.3.0/tycho-bundles-1.3.0.pom (3.3 kB at 82 kB/s) [INFO] Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/org.eclipse.tycho.core.shared/1.3.0/org.eclipse.tycho.core.shared-1.3.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.core.shared/1.3.0/org.eclipse.tycho.core.shared-1.3.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.core.shared/1.3.0/org.eclipse.tycho.core.shared-1.3.0.pom (1.0 kB at 23 kB/s) [INFO] Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-compat/3.0/maven-compat-3.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-compat/3.0/maven-compat-3.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-compat/3.0/maven-compat-3.0.pom (4.0 kB at 149 kB/s) [INFO] Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/wagon/wagon-provider-api/1.0-beta-6/wagon-provider-api-1.0-beta-6.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon-provider-api/1.0-beta-6/wagon-provider-api-1.0-beta-6.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon-provider-api/1.0-beta-6/wagon-provider-api-1.0-beta-6.pom (1.8 kB at 70 kB/s) [INFO] Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/wagon/wagon/1.0-beta-6/wagon-1.0-beta-6.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon/1.0-beta-6/wagon-1.0-beta-6.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon/1.0-beta-6/wagon-1.0-beta-6.pom (12 kB at 335 kB/s) [INFO] Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-parent/11/maven-parent-11.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/11/maven-parent-11.pom [INFO] 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.3 MB/s) [INFO] Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/apache/5/apache-5.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/5/apache-5.pom [INFO] 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 164 kB/s) [INFO] Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/tycho-p2-facade/1.3.0/tycho-p2-facade-1.3.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-p2-facade/1.3.0/tycho-p2-facade-1.3.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-p2-facade/1.3.0/tycho-p2-facade-1.3.0.pom (2.1 kB at 53 kB/s) [INFO] Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/tycho-p2/1.3.0/tycho-p2-1.3.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-p2/1.3.0/tycho-p2-1.3.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-p2/1.3.0/tycho-p2-1.3.0.pom (1.1 kB at 24 kB/s) [INFO] Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/org.eclipse.tycho.p2.resolver.shared/1.3.0/org.eclipse.tycho.p2.resolver.shared-1.3.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.p2.resolver.shared/1.3.0/org.eclipse.tycho.p2.resolver.shared-1.3.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.p2.resolver.shared/1.3.0/org.eclipse.tycho.p2.resolver.shared-1.3.0.pom (1.1 kB at 4.3 kB/s) [INFO] Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/org.eclipse.tycho.p2.tools.shared/1.3.0/org.eclipse.tycho.p2.tools.shared-1.3.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.p2.tools.shared/1.3.0/org.eclipse.tycho.p2.tools.shared-1.3.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.p2.tools.shared/1.3.0/org.eclipse.tycho.p2.tools.shared-1.3.0.pom (1.1 kB at 24 kB/s) [INFO] Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/tycho-maven-plugin/1.3.0/tycho-maven-plugin-1.3.0.jar [INFO] Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-core/3.0/maven-core-3.0.jar [INFO] Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-model/3.0/maven-model-3.0.jar [INFO] Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/tycho-core/1.3.0/tycho-core-1.3.0.jar [INFO] Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-settings/3.0/maven-settings-3.0.jar [INFO] Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-settings-builder/3.0/maven-settings-builder-3.0.jar [INFO] Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-repository-metadata/3.0/maven-repository-metadata-3.0.jar [INFO] Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-artifact/3.0/maven-artifact-3.0.jar [INFO] Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-model-builder/3.0/maven-model-builder-3.0.jar [INFO] Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-aether-provider/3.0/maven-aether-provider-3.0.jar [INFO] Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/aether/aether-impl/1.7/aether-impl-1.7.jar [INFO] Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/aether/aether-spi/1.7/aether-spi-1.7.jar [INFO] Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/aether/aether-api/1.7/aether-api-1.7.jar [INFO] Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/aether/aether-util/1.7/aether-util-1.7.jar [INFO] Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/sisu/sisu-inject-plexus/1.4.2/sisu-inject-plexus-1.4.2.jar [INFO] Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/sisu/sisu-inject-bean/1.4.2/sisu-inject-bean-1.4.2.jar [INFO] Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/sisu/sisu-guice/2.1.7/sisu-guice-2.1.7-noaop.jar [INFO] Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-interpolation/1.14/plexus-interpolation-1.14.jar [INFO] Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-classworlds/2.2.3/plexus-classworlds-2.2.3.jar [INFO] Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/plexus/plexus-sec-dispatcher/1.3/plexus-sec-dispatcher-1.3.jar [INFO] Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/plexus/plexus-cipher/1.7/plexus-cipher-1.7.jar [INFO] Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-plugin-api/3.0/maven-plugin-api-3.0.jar [INFO] Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-utils/3.0.24/plexus-utils-3.0.24.jar [INFO] Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-archiver/3.4/plexus-archiver-3.4.jar [INFO] Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-io/2.7.1/plexus-io-2.7.1.jar [INFO] Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/commons-io/commons-io/2.5/commons-io-2.5.jar [INFO] Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/commons/commons-compress/1.15/commons-compress-1.15.jar [INFO] Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/objenesis/objenesis/2.6/objenesis-2.6.jar [INFO] Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/iq80/snappy/snappy/0.4/snappy-0.4.jar [INFO] Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/tukaani/xz/1.5/xz-1.5.jar [INFO] Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/org.eclipse.osgi.compatibility.state/1.1.100.v20180131-1413/org.eclipse.osgi.compatibility.state-1.1.100.v20180131-1413.jar [INFO] Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/sisu-equinox-embedder/1.3.0/sisu-equinox-embedder-1.3.0.jar [INFO] Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/org.eclipse.osgi/3.13.0.v20180226-1711/org.eclipse.osgi-3.13.0.v20180226-1711.jar [INFO] Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/sisu-equinox-api/1.3.0/sisu-equinox-api-1.3.0.jar [INFO] Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/tycho-metadata-model/1.3.0/tycho-metadata-model-1.3.0.jar [INFO] Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/de/pdark/decentxml/1.3/decentxml-1.3.jar [INFO] Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/tycho-embedder-api/1.3.0/tycho-embedder-api-1.3.0.jar [INFO] Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/org.eclipse.tycho.embedder.shared/1.3.0/org.eclipse.tycho.embedder.shared-1.3.0.jar [INFO] Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/org.eclipse.tycho.core.shared/1.3.0/org.eclipse.tycho.core.shared-1.3.0.jar [INFO] Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-compat/3.0/maven-compat-3.0.jar [INFO] Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/wagon/wagon-provider-api/1.0-beta-6/wagon-provider-api-1.0-beta-6.jar [INFO] Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/tycho-p2-facade/1.3.0/tycho-p2-facade-1.3.0.jar [INFO] Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-component-annotations/1.7.1/plexus-component-annotations-1.7.1.jar [INFO] Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/org.eclipse.tycho.p2.resolver.shared/1.3.0/org.eclipse.tycho.p2.resolver.shared-1.3.0.jar [INFO] Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/org.eclipse.tycho.p2.tools.shared/1.3.0/org.eclipse.tycho.p2.tools.shared-1.3.0.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-maven-plugin/1.3.0/tycho-maven-plugin-1.3.0.jar [INFO] 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 [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-core/1.3.0/tycho-core-1.3.0.jar [INFO] 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 [INFO] 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 [INFO] 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 864 kB/s) [INFO] 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 [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-maven-plugin/1.3.0/tycho-maven-plugin-1.3.0.jar (5.6 kB at 85 kB/s) [INFO] 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 [INFO] 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 312 kB/s) [INFO] 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 [INFO] 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 226 kB/s) [INFO] 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 [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-core/1.3.0/tycho-core-1.3.0.jar (202 kB at 1.4 MB/s) [INFO] 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 [INFO] 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 346 kB/s) [INFO] 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 [INFO] 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 312 kB/s) [INFO] 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 [INFO] 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 60 kB/s) [INFO] 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 [INFO] 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 2.3 MB/s) [INFO] 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 [INFO] 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 655 kB/s) [INFO] 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 [INFO] 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 427 kB/s) [INFO] 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 298 kB/s) [INFO] 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 [INFO] 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 [INFO] 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 427 kB/s) [INFO] 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 [INFO] 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 636 kB/s) [INFO] 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 [INFO] 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 474 kB/s) [INFO] 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 [INFO] 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 186 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plexus/plexus-cipher/1.7/plexus-cipher-1.7.jar [INFO] 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 492 kB/s) [INFO] 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 [INFO] 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 83 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.24/plexus-utils-3.0.24.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plexus/plexus-cipher/1.7/plexus-cipher-1.7.jar (13 kB at 39 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-archiver/3.4/plexus-archiver-3.4.jar [INFO] 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 133 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-io/2.7.1/plexus-io-2.7.1.jar [INFO] 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 131 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-io/commons-io/2.5/commons-io-2.5.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-io/2.7.1/plexus-io-2.7.1.jar (86 kB at 200 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-compress/1.15/commons-compress-1.15.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-archiver/3.4/plexus-archiver-3.4.jar (187 kB at 427 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/objenesis/objenesis/2.6/objenesis-2.6.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-guice/2.1.7/sisu-guice-2.1.7-noaop.jar (472 kB at 1.1 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/iq80/snappy/snappy/0.4/snappy-0.4.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.24/plexus-utils-3.0.24.jar (247 kB at 548 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/tukaani/xz/1.5/xz-1.5.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-io/commons-io/2.5/commons-io-2.5.jar (209 kB at 462 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.osgi.compatibility.state/1.1.100.v20180131-1413/org.eclipse.osgi.compatibility.state-1.1.100.v20180131-1413.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/objenesis/objenesis/2.6/objenesis-2.6.jar (56 kB at 108 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/sisu-equinox-embedder/1.3.0/sisu-equinox-embedder-1.3.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/iq80/snappy/snappy/0.4/snappy-0.4.jar (58 kB at 111 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.osgi/3.13.0.v20180226-1711/org.eclipse.osgi-3.13.0.v20180226-1711.jar [INFO] 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 187 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/sisu-equinox-api/1.3.0/sisu-equinox-api-1.3.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/sisu-equinox-embedder/1.3.0/sisu-equinox-embedder-1.3.0.jar (13 kB at 24 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-metadata-model/1.3.0/tycho-metadata-model-1.3.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-compress/1.15/commons-compress-1.15.jar (532 kB at 947 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/de/pdark/decentxml/1.3/decentxml-1.3.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/sisu-equinox-api/1.3.0/sisu-equinox-api-1.3.0.jar (3.2 kB at 5.6 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-embedder-api/1.3.0/tycho-embedder-api-1.3.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-embedder-api/1.3.0/tycho-embedder-api-1.3.0.jar (7.2 kB at 11 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.embedder.shared/1.3.0/org.eclipse.tycho.embedder.shared-1.3.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-metadata-model/1.3.0/tycho-metadata-model-1.3.0.jar (37 kB at 58 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.core.shared/1.3.0/org.eclipse.tycho.core.shared-1.3.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/de/pdark/decentxml/1.3/decentxml-1.3.jar (112 kB at 176 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-compat/3.0/maven-compat-3.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.embedder.shared/1.3.0/org.eclipse.tycho.embedder.shared-1.3.0.jar (9.4 kB at 14 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon-provider-api/1.0-beta-6/wagon-provider-api-1.0-beta-6.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.core.shared/1.3.0/org.eclipse.tycho.core.shared-1.3.0.jar (37 kB at 56 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-p2-facade/1.3.0/tycho-p2-facade-1.3.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-compat/3.0/maven-compat-3.0.jar (285 kB at 427 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-component-annotations/1.7.1/plexus-component-annotations-1.7.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-component-annotations/1.7.1/plexus-component-annotations-1.7.1.jar (4.3 kB at 6.0 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.p2.resolver.shared/1.3.0/org.eclipse.tycho.p2.resolver.shared-1.3.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon-provider-api/1.0-beta-6/wagon-provider-api-1.0-beta-6.jar (53 kB at 73 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.p2.tools.shared/1.3.0/org.eclipse.tycho.p2.tools.shared-1.3.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-p2-facade/1.3.0/tycho-p2-facade-1.3.0.jar (38 kB at 51 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.osgi/3.13.0.v20180226-1711/org.eclipse.osgi-3.13.0.v20180226-1711.jar (1.4 MB at 1.9 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.osgi.compatibility.state/1.1.100.v20180131-1413/org.eclipse.osgi.compatibility.state-1.1.100.v20180131-1413.jar (245 kB at 325 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.p2.tools.shared/1.3.0/org.eclipse.tycho.p2.tools.shared-1.3.0.jar (21 kB at 28 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.p2.resolver.shared/1.3.0/org.eclipse.tycho.p2.resolver.shared-1.3.0.jar (29 kB at 38 kB/s) [INFO] Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/tycho-bundles-external/1.3.0/tycho-bundles-external-1.3.0.zip [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-bundles-external/1.3.0/tycho-bundles-external-1.3.0.zip [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-bundles-external/1.3.0/tycho-bundles-external-1.3.0.zip (8.0 MB at 11 MB/s) [INFO] Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/org.eclipse.tycho.p2.resolver.impl/1.3.0/org.eclipse.tycho.p2.resolver.impl-1.3.0.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.p2.resolver.impl/1.3.0/org.eclipse.tycho.p2.resolver.impl-1.3.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.p2.resolver.impl/1.3.0/org.eclipse.tycho.p2.resolver.impl-1.3.0.jar (218 kB at 4.5 MB/s) [INFO] Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/org.eclipse.tycho.p2.maven.repository/1.3.0/org.eclipse.tycho.p2.maven.repository-1.3.0.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.p2.maven.repository/1.3.0/org.eclipse.tycho.p2.maven.repository-1.3.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.p2.maven.repository/1.3.0/org.eclipse.tycho.p2.maven.repository-1.3.0.jar (148 kB at 3.2 MB/s) [INFO] Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/org.eclipse.tycho.p2.tools.impl/1.3.0/org.eclipse.tycho.p2.tools.impl-1.3.0.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.p2.tools.impl/1.3.0/org.eclipse.tycho.p2.tools.impl-1.3.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.p2.tools.impl/1.3.0/org.eclipse.tycho.p2.tools.impl-1.3.0.jar (48 kB at 1.4 MB/s) [INFO] Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/target-platform-configuration/1.3.0/target-platform-configuration-1.3.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/target-platform-configuration/1.3.0/target-platform-configuration-1.3.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/target-platform-configuration/1.3.0/target-platform-configuration-1.3.0.pom (1.7 kB at 41 kB/s) [INFO] Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/target-platform-configuration/1.3.0/target-platform-configuration-1.3.0.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/target-platform-configuration/1.3.0/target-platform-configuration-1.3.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/target-platform-configuration/1.3.0/target-platform-configuration-1.3.0.jar (7.7 kB at 184 kB/s) [INFO] Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/tycho-packaging-plugin/1.3.0/tycho-packaging-plugin-1.3.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-packaging-plugin/1.3.0/tycho-packaging-plugin-1.3.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-packaging-plugin/1.3.0/tycho-packaging-plugin-1.3.0.pom (2.7 kB at 65 kB/s) [INFO] Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/tycho-packaging-plugin/1.3.0/tycho-packaging-plugin-1.3.0.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-packaging-plugin/1.3.0/tycho-packaging-plugin-1.3.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-packaging-plugin/1.3.0/tycho-packaging-plugin-1.3.0.jar (129 kB at 2.6 MB/s) [INFO] Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/jacoco/jacoco-maven-plugin/0.7.4.201502262128/jacoco-maven-plugin-0.7.4.201502262128.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jacoco/jacoco-maven-plugin/0.7.4.201502262128/jacoco-maven-plugin-0.7.4.201502262128.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jacoco/jacoco-maven-plugin/0.7.4.201502262128/jacoco-maven-plugin-0.7.4.201502262128.pom (3.8 kB at 67 kB/s) [INFO] Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/jacoco/org.jacoco.build/0.7.4.201502262128/org.jacoco.build-0.7.4.201502262128.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jacoco/org.jacoco.build/0.7.4.201502262128/org.jacoco.build-0.7.4.201502262128.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jacoco/org.jacoco.build/0.7.4.201502262128/org.jacoco.build-0.7.4.201502262128.pom (36 kB at 826 kB/s) [INFO] Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/jacoco/jacoco-maven-plugin/0.7.4.201502262128/jacoco-maven-plugin-0.7.4.201502262128.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jacoco/jacoco-maven-plugin/0.7.4.201502262128/jacoco-maven-plugin-0.7.4.201502262128.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jacoco/jacoco-maven-plugin/0.7.4.201502262128/jacoco-maven-plugin-0.7.4.201502262128.jar (51 kB at 1.1 MB/s) [INFO] Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/tycho-source-plugin/1.3.0/tycho-source-plugin-1.3.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-source-plugin/1.3.0/tycho-source-plugin-1.3.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-source-plugin/1.3.0/tycho-source-plugin-1.3.0.pom (2.9 kB at 12 kB/s) [INFO] Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/tycho-source-plugin/1.3.0/tycho-source-plugin-1.3.0.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-source-plugin/1.3.0/tycho-source-plugin-1.3.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-source-plugin/1.3.0/tycho-source-plugin-1.3.0.jar (23 kB at 534 kB/s) [INFO] Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/plugins/maven-source-plugin/2.1/maven-source-plugin-2.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-source-plugin/2.1/maven-source-plugin-2.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-source-plugin/2.1/maven-source-plugin-2.1.pom (5.0 kB at 239 kB/s) [INFO] Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/plugins/maven-plugins/13/maven-plugins-13.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-plugins/13/maven-plugins-13.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-plugins/13/maven-plugins-13.pom (12 kB at 436 kB/s) [INFO] Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-archiver/2.5/maven-archiver-2.5.pom [INFO] 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 [INFO] 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 99 kB/s) [INFO] Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/shared/maven-shared-components/17/maven-shared-components-17.pom [INFO] 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 [INFO] 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 435 kB/s) [INFO] Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-parent/21/maven-parent-21.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/21/maven-parent-21.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/21/maven-parent-21.pom (26 kB at 1.1 MB/s) [INFO] Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/apache/10/apache-10.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/10/apache-10.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/10/apache-10.pom (15 kB at 65 kB/s) [INFO] Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-interpolation/1.15/plexus-interpolation-1.15.pom [INFO] 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 [INFO] 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 25 kB/s) [INFO] Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus/3.0.1/plexus-3.0.1.pom [INFO] 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 [INFO] 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 665 kB/s) [INFO] Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/plugins/maven-source-plugin/2.1/maven-source-plugin-2.1.jar [INFO] Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-archiver/2.5/maven-archiver-2.5.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-source-plugin/2.1/maven-source-plugin-2.1.jar [INFO] 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 [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-source-plugin/2.1/maven-source-plugin-2.1.jar (24 kB at 883 kB/s) [INFO] 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 404 kB/s) [INFO] Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/extras/tycho-source-feature-plugin/1.3.0/tycho-source-feature-plugin-1.3.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/extras/tycho-source-feature-plugin/1.3.0/tycho-source-feature-plugin-1.3.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/extras/tycho-source-feature-plugin/1.3.0/tycho-source-feature-plugin-1.3.0.pom (2.3 kB at 94 kB/s) [INFO] Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/extras/tycho-extras/1.3.0/tycho-extras-1.3.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/extras/tycho-extras/1.3.0/tycho-extras-1.3.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/extras/tycho-extras/1.3.0/tycho-extras-1.3.0.pom (15 kB at 300 kB/s) [INFO] Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/extras/tycho-source-feature-plugin/1.3.0/tycho-source-feature-plugin-1.3.0.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/extras/tycho-source-feature-plugin/1.3.0/tycho-source-feature-plugin-1.3.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/extras/tycho-source-feature-plugin/1.3.0/tycho-source-feature-plugin-1.3.0.jar (19 kB at 422 kB/s) [INFO] Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-component-annotations/1.5.4/plexus-component-annotations-1.5.4.pom [INFO] 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 [INFO] 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 37 kB/s) [INFO] Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-containers/1.5.4/plexus-containers-1.5.4.pom [INFO] 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 [INFO] 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 193 kB/s) [INFO] Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus/2.0.5/plexus-2.0.5.pom [INFO] 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 [INFO] 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 542 kB/s) [INFO] Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-component-annotations/1.5.5/plexus-component-annotations-1.5.5.pom [INFO] 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 [INFO] 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 37 kB/s) [INFO] Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-containers/1.5.5/plexus-containers-1.5.5.pom [INFO] 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 [INFO] 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 146 kB/s) [INFO] Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/plexus/plexus-cipher/1.4/plexus-cipher-1.4.pom [INFO] 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 [INFO] 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 103 kB/s) [INFO] Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-core/2.0.6/maven-core-2.0.6.pom [INFO] 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 [INFO] 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 336 kB/s) [INFO] Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven/2.0.6/maven-2.0.6.pom [INFO] 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 [INFO] 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 348 kB/s) [INFO] Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-parent/5/maven-parent-5.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/5/maven-parent-5.pom [INFO] 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 635 kB/s) [INFO] Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/apache/3/apache-3.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/3/apache-3.pom [INFO] 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 172 kB/s) [INFO] Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-settings/2.0.6/maven-settings-2.0.6.pom [INFO] 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 [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/2.0.6/maven-settings-2.0.6.pom (2.0 kB at 95 kB/s) [INFO] Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-container-default/1.0-alpha-9-stable-1/plexus-container-default-1.0-alpha-9-stable-1.pom [INFO] 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 [INFO] 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 3.8 kB/s) [INFO] Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-containers/1.0.3/plexus-containers-1.0.3.pom [INFO] 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 [INFO] 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 26 kB/s) [INFO] Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus/1.0.4/plexus-1.0.4.pom [INFO] 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 [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/1.0.4/plexus-1.0.4.pom (5.7 kB at 261 kB/s) [INFO] Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/junit/junit/4.10/junit-4.10.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/junit/junit/4.10/junit-4.10.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/junit/junit/4.10/junit-4.10.pom (2.3 kB at 55 kB/s) [INFO] Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/hamcrest/hamcrest-core/1.1/hamcrest-core-1.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/hamcrest/hamcrest-core/1.1/hamcrest-core-1.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/hamcrest/hamcrest-core/1.1/hamcrest-core-1.1.pom (481 B at 13 kB/s) [INFO] Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/hamcrest/hamcrest-parent/1.1/hamcrest-parent-1.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/hamcrest/hamcrest-parent/1.1/hamcrest-parent-1.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/hamcrest/hamcrest-parent/1.1/hamcrest-parent-1.1.pom (5.9 kB at 134 kB/s) [INFO] Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/classworlds/classworlds/1.1-alpha-2/classworlds-1.1-alpha-2.pom [INFO] 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 [INFO] 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 142 kB/s) [INFO] Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-plugin-parameter-documenter/2.0.6/maven-plugin-parameter-documenter-2.0.6.pom [INFO] 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 [INFO] 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 80 kB/s) [INFO] Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/reporting/maven-reporting-api/2.0.6/maven-reporting-api-2.0.6.pom [INFO] 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 [INFO] 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 60 kB/s) [INFO] Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/reporting/maven-reporting/2.0.6/maven-reporting-2.0.6.pom [INFO] 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 [INFO] 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 46 kB/s) [INFO] Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/doxia/doxia-sink-api/1.0-alpha-7/doxia-sink-api-1.0-alpha-7.pom [INFO] 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 [INFO] 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 20 kB/s) [INFO] Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/doxia/doxia/1.0-alpha-7/doxia-1.0-alpha-7.pom [INFO] 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 [INFO] 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) [INFO] Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-profile/2.0.6/maven-profile-2.0.6.pom [INFO] 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 [INFO] 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 90 kB/s) [INFO] Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-repository-metadata/2.0.6/maven-repository-metadata-2.0.6.pom [INFO] 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 [INFO] 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 84 kB/s) [INFO] Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-error-diagnostics/2.0.6/maven-error-diagnostics-2.0.6.pom [INFO] 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 [INFO] 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 68 kB/s) [INFO] Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/commons-cli/commons-cli/1.0/commons-cli-1.0.pom [INFO] 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 [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-cli/commons-cli/1.0/commons-cli-1.0.pom (2.1 kB at 96 kB/s) [INFO] Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-plugin-api/2.0.6/maven-plugin-api-2.0.6.pom [INFO] 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 [INFO] 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 58 kB/s) [INFO] Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-plugin-descriptor/2.0.6/maven-plugin-descriptor-2.0.6.pom [INFO] 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 [INFO] 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 106 kB/s) [INFO] Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-interactivity-api/1.0-alpha-4/plexus-interactivity-api-1.0-alpha-4.pom [INFO] 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 [INFO] 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 308 kB/s) [INFO] Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-artifact-manager/2.0.6/maven-artifact-manager-2.0.6.pom [INFO] 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 [INFO] 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 119 kB/s) [INFO] Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-monitor/2.0.6/maven-monitor-2.0.6.pom [INFO] 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 [INFO] 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 55 kB/s) [INFO] Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/classworlds/classworlds/1.1/classworlds-1.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/classworlds/classworlds/1.1/classworlds-1.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/classworlds/classworlds/1.1/classworlds-1.1.pom (3.3 kB at 145 kB/s) [INFO] Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-component-annotations/1.5.5/plexus-component-annotations-1.5.5.jar [INFO] Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/plexus/plexus-cipher/1.4/plexus-cipher-1.4.jar [INFO] 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 [INFO] 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 [INFO] 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 90 kB/s) [INFO] 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 265 kB/s) [INFO] Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/extras/tycho-pack200a-plugin/1.3.0/tycho-pack200a-plugin-1.3.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/extras/tycho-pack200a-plugin/1.3.0/tycho-pack200a-plugin-1.3.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/extras/tycho-pack200a-plugin/1.3.0/tycho-pack200a-plugin-1.3.0.pom (1.3 kB at 5.8 kB/s) [INFO] Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/extras/tycho-pack200/1.3.0/tycho-pack200-1.3.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/extras/tycho-pack200/1.3.0/tycho-pack200-1.3.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/extras/tycho-pack200/1.3.0/tycho-pack200-1.3.0.pom (1.5 kB at 27 kB/s) [INFO] Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/extras/tycho-pack200a-plugin/1.3.0/tycho-pack200a-plugin-1.3.0.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/extras/tycho-pack200a-plugin/1.3.0/tycho-pack200a-plugin-1.3.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/extras/tycho-pack200a-plugin/1.3.0/tycho-pack200a-plugin-1.3.0.jar (7.2 kB at 137 kB/s) [INFO] Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/cbi/maven/plugins/eclipse-jarsigner-plugin/1.1.3/eclipse-jarsigner-plugin-1.1.3.pom [INFO] Downloaded from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/cbi/maven/plugins/eclipse-jarsigner-plugin/1.1.3/eclipse-jarsigner-plugin-1.1.3.pom (2.6 kB at 89 kB/s) [INFO] Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/cbi/maven/plugins/maven-plugin-parent/1.1.3/maven-plugin-parent-1.1.3.pom [INFO] Downloaded from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/cbi/maven/plugins/maven-plugin-parent/1.1.3/maven-plugin-parent-1.1.3.pom (5.5 kB at 191 kB/s) [INFO] Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/cbi/cbi-parent/1.0.2/cbi-parent-1.0.2.pom [INFO] Downloaded from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/cbi/cbi-parent/1.0.2/cbi-parent-1.0.2.pom (12 kB at 320 kB/s) [INFO] Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/cbi/maven/plugins/eclipse-jarsigner-plugin/1.1.3/eclipse-jarsigner-plugin-1.1.3.jar [INFO] Downloaded from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/cbi/maven/plugins/eclipse-jarsigner-plugin/1.1.3/eclipse-jarsigner-plugin-1.1.3.jar (63 kB at 2.0 MB/s) [INFO] Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/extras/tycho-pack200b-plugin/1.3.0/tycho-pack200b-plugin-1.3.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/extras/tycho-pack200b-plugin/1.3.0/tycho-pack200b-plugin-1.3.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/extras/tycho-pack200b-plugin/1.3.0/tycho-pack200b-plugin-1.3.0.pom (1.5 kB at 30 kB/s) [INFO] Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/extras/tycho-pack200b-plugin/1.3.0/tycho-pack200b-plugin-1.3.0.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/extras/tycho-pack200b-plugin/1.3.0/tycho-pack200b-plugin-1.3.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/extras/tycho-pack200b-plugin/1.3.0/tycho-pack200b-plugin-1.3.0.jar (6.8 kB at 136 kB/s) [INFO] Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/tycho-p2-plugin/1.3.0/tycho-p2-plugin-1.3.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-p2-plugin/1.3.0/tycho-p2-plugin-1.3.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-p2-plugin/1.3.0/tycho-p2-plugin-1.3.0.pom (2.2 kB at 54 kB/s) [INFO] Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/tycho-p2-plugin/1.3.0/tycho-p2-plugin-1.3.0.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-p2-plugin/1.3.0/tycho-p2-plugin-1.3.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-p2-plugin/1.3.0/tycho-p2-plugin-1.3.0.jar (28 kB at 667 kB/s) [INFO] Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/sisu-equinox-launching/1.3.0/sisu-equinox-launching-1.3.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/sisu-equinox-launching/1.3.0/sisu-equinox-launching-1.3.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/sisu-equinox-launching/1.3.0/sisu-equinox-launching-1.3.0.pom (2.7 kB at 11 kB/s) [INFO] Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/commons/commons-exec/1.2/commons-exec-1.2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-exec/1.2/commons-exec-1.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-exec/1.2/commons-exec-1.2.pom (11 kB at 303 kB/s) [INFO] Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/commons/commons-parent/32/commons-parent-32.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/32/commons-parent-32.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/32/commons-parent-32.pom (53 kB at 1.5 MB/s) [INFO] Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/apache/13/apache-13.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/13/apache-13.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/13/apache-13.pom (14 kB at 665 kB/s) [INFO] Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/tycho-artifactcomparator/1.3.0/tycho-artifactcomparator-1.3.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-artifactcomparator/1.3.0/tycho-artifactcomparator-1.3.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-artifactcomparator/1.3.0/tycho-artifactcomparator-1.3.0.pom (1.9 kB at 45 kB/s) [INFO] Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/ow2/asm/asm-debug-all/5.0.3/asm-debug-all-5.0.3.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-debug-all/5.0.3/asm-debug-all-5.0.3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-debug-all/5.0.3/asm-debug-all-5.0.3.pom (2.0 kB at 52 kB/s) [INFO] Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/ow2/asm/asm-parent/5.0.3/asm-parent-5.0.3.pom [INFO] 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 [INFO] 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) [INFO] Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/ow2/ow2/1.3/ow2-1.3.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/ow2/1.3/ow2-1.3.pom [INFO] 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 432 kB/s) [INFO] Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/sisu-equinox-launching/1.3.0/sisu-equinox-launching-1.3.0.jar [INFO] Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/tycho-artifactcomparator/1.3.0/tycho-artifactcomparator-1.3.0.jar [INFO] Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/commons/commons-exec/1.2/commons-exec-1.2.jar [INFO] Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/ow2/asm/asm-debug-all/5.0.3/asm-debug-all-5.0.3.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/sisu-equinox-launching/1.3.0/sisu-equinox-launching-1.3.0.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-debug-all/5.0.3/asm-debug-all-5.0.3.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-artifactcomparator/1.3.0/tycho-artifactcomparator-1.3.0.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-exec/1.2/commons-exec-1.2.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-artifactcomparator/1.3.0/tycho-artifactcomparator-1.3.0.jar (21 kB at 308 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/sisu-equinox-launching/1.3.0/sisu-equinox-launching-1.3.0.jar (28 kB at 407 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-exec/1.2/commons-exec-1.2.jar (54 kB at 729 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-debug-all/5.0.3/asm-debug-all-5.0.3.jar (379 kB at 4.1 MB/s) [INFO] Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/plugins/maven-clean-plugin/2.5/maven-clean-plugin-2.5.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-clean-plugin/2.5/maven-clean-plugin-2.5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-clean-plugin/2.5/maven-clean-plugin-2.5.pom (3.9 kB at 490 kB/s) [INFO] Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/plugins/maven-plugins/22/maven-plugins-22.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-plugins/22/maven-plugins-22.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-plugins/22/maven-plugins-22.pom (13 kB at 1.6 MB/s) [INFO] Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/plugins/maven-clean-plugin/2.5/maven-clean-plugin-2.5.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-clean-plugin/2.5/maven-clean-plugin-2.5.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-clean-plugin/2.5/maven-clean-plugin-2.5.jar (25 kB at 2.5 MB/s) [INFO] Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/plugins/maven-resources-plugin/2.4.3/maven-resources-plugin-2.4.3.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-resources-plugin/2.4.3/maven-resources-plugin-2.4.3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-resources-plugin/2.4.3/maven-resources-plugin-2.4.3.pom (6.0 kB at 138 kB/s) [INFO] Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/plugins/maven-plugins/18/maven-plugins-18.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-plugins/18/maven-plugins-18.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-plugins/18/maven-plugins-18.pom (13 kB at 520 kB/s) [INFO] Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-parent/16/maven-parent-16.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/16/maven-parent-16.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/16/maven-parent-16.pom (23 kB at 1.0 MB/s) [INFO] Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/apache/7/apache-7.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/7/apache-7.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/7/apache-7.pom (14 kB at 759 kB/s) [INFO] Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/plugins/maven-resources-plugin/2.4.3/maven-resources-plugin-2.4.3.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-resources-plugin/2.4.3/maven-resources-plugin-2.4.3.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-resources-plugin/2.4.3/maven-resources-plugin-2.4.3.jar (24 kB at 660 kB/s) [INFO] Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/tycho-compiler-plugin/1.3.0/tycho-compiler-plugin-1.3.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-compiler-plugin/1.3.0/tycho-compiler-plugin-1.3.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-compiler-plugin/1.3.0/tycho-compiler-plugin-1.3.0.pom (2.5 kB at 65 kB/s) [INFO] Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/tycho-compiler-plugin/1.3.0/tycho-compiler-plugin-1.3.0.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-compiler-plugin/1.3.0/tycho-compiler-plugin-1.3.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-compiler-plugin/1.3.0/tycho-compiler-plugin-1.3.0.jar (33 kB at 881 kB/s) [INFO] Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/plugins/maven-install-plugin/2.3.1/maven-install-plugin-2.3.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-install-plugin/2.3.1/maven-install-plugin-2.3.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-install-plugin/2.3.1/maven-install-plugin-2.3.1.pom (4.9 kB at 233 kB/s) [INFO] Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/plugins/maven-install-plugin/2.3.1/maven-install-plugin-2.3.1.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-install-plugin/2.3.1/maven-install-plugin-2.3.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-install-plugin/2.3.1/maven-install-plugin-2.3.1.jar (23 kB at 910 kB/s) [INFO] Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/plugins/maven-deploy-plugin/2.5/maven-deploy-plugin-2.5.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-deploy-plugin/2.5/maven-deploy-plugin-2.5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-deploy-plugin/2.5/maven-deploy-plugin-2.5.pom (5.7 kB at 211 kB/s) [INFO] Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/plugins/maven-plugins/16/maven-plugins-16.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-plugins/16/maven-plugins-16.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-plugins/16/maven-plugins-16.pom (13 kB at 647 kB/s) [INFO] Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/plugins/maven-deploy-plugin/2.5/maven-deploy-plugin-2.5.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-deploy-plugin/2.5/maven-deploy-plugin-2.5.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-deploy-plugin/2.5/maven-deploy-plugin-2.5.jar (23 kB at 1.0 MB/s) [INFO] Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/plugins/maven-site-plugin/3.3/maven-site-plugin-3.3.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-site-plugin/3.3/maven-site-plugin-3.3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-site-plugin/3.3/maven-site-plugin-3.3.pom (21 kB at 991 kB/s) [INFO] Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/plugins/maven-plugins/24/maven-plugins-24.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-plugins/24/maven-plugins-24.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-plugins/24/maven-plugins-24.pom (11 kB at 432 kB/s) [INFO] Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-parent/23/maven-parent-23.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/23/maven-parent-23.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/23/maven-parent-23.pom (33 kB at 1.4 MB/s) [INFO] Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/plugins/maven-site-plugin/3.3/maven-site-plugin-3.3.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-site-plugin/3.3/maven-site-plugin-3.3.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-site-plugin/3.3/maven-site-plugin-3.3.jar (124 kB at 4.0 MB/s) [INFO] Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/tycho-p2-publisher-plugin/1.3.0/tycho-p2-publisher-plugin-1.3.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-p2-publisher-plugin/1.3.0/tycho-p2-publisher-plugin-1.3.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-p2-publisher-plugin/1.3.0/tycho-p2-publisher-plugin-1.3.0.pom (2.0 kB at 43 kB/s) [INFO] Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/tycho-p2-publisher-plugin/1.3.0/tycho-p2-publisher-plugin-1.3.0.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-p2-publisher-plugin/1.3.0/tycho-p2-publisher-plugin-1.3.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-p2-publisher-plugin/1.3.0/tycho-p2-publisher-plugin-1.3.0.jar (22 kB at 413 kB/s) [INFO] Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/commons/commons-lang3/3.1/commons-lang3-3.1.pom [INFO] 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 [INFO] 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 696 kB/s) [INFO] Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/commons/commons-parent/22/commons-parent-22.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/22/commons-parent-22.pom [INFO] 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 1.4 MB/s) [INFO] Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/commons/commons-lang3/3.1/commons-lang3-3.1.jar [INFO] 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 [INFO] 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 7.2 MB/s) [INFO] Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/tycho-p2-repository-plugin/1.3.0/tycho-p2-repository-plugin-1.3.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-p2-repository-plugin/1.3.0/tycho-p2-repository-plugin-1.3.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-p2-repository-plugin/1.3.0/tycho-p2-repository-plugin-1.3.0.pom (1.4 kB at 33 kB/s) [INFO] Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/tycho-p2-repository-plugin/1.3.0/tycho-p2-repository-plugin-1.3.0.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-p2-repository-plugin/1.3.0/tycho-p2-repository-plugin-1.3.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-p2-repository-plugin/1.3.0/tycho-p2-repository-plugin-1.3.0.jar (14 kB at 271 kB/s) [INFO] Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/tycho-surefire-plugin/1.3.0/tycho-surefire-plugin-1.3.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-surefire-plugin/1.3.0/tycho-surefire-plugin-1.3.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-surefire-plugin/1.3.0/tycho-surefire-plugin-1.3.0.pom (4.8 kB at 125 kB/s) [INFO] Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/tycho-surefire-plugin/1.3.0/tycho-surefire-plugin-1.3.0.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-surefire-plugin/1.3.0/tycho-surefire-plugin-1.3.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-surefire-plugin/1.3.0/tycho-surefire-plugin-1.3.0.jar (58 kB at 1.4 MB/s) [INFO] Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/org.eclipse.tycho.surefire.osgibooter/1.3.0/org.eclipse.tycho.surefire.osgibooter-1.3.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.surefire.osgibooter/1.3.0/org.eclipse.tycho.surefire.osgibooter-1.3.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.surefire.osgibooter/1.3.0/org.eclipse.tycho.surefire.osgibooter-1.3.0.pom (3.3 kB at 89 kB/s) [INFO] Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/org.eclipse.tycho.surefire.junit/1.3.0/org.eclipse.tycho.surefire.junit-1.3.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.surefire.junit/1.3.0/org.eclipse.tycho.surefire.junit-1.3.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.surefire.junit/1.3.0/org.eclipse.tycho.surefire.junit-1.3.0.pom (1.5 kB at 38 kB/s) [INFO] Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/tycho-surefire/1.3.0/tycho-surefire-1.3.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-surefire/1.3.0/tycho-surefire-1.3.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-surefire/1.3.0/tycho-surefire-1.3.0.pom (3.0 kB at 63 kB/s) [INFO] Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/org.eclipse.tycho.surefire.junit4/1.3.0/org.eclipse.tycho.surefire.junit4-1.3.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.surefire.junit4/1.3.0/org.eclipse.tycho.surefire.junit4-1.3.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.surefire.junit4/1.3.0/org.eclipse.tycho.surefire.junit4-1.3.0.pom (1.5 kB at 40 kB/s) [INFO] Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/org.eclipse.tycho.surefire.junit47/1.3.0/org.eclipse.tycho.surefire.junit47-1.3.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.surefire.junit47/1.3.0/org.eclipse.tycho.surefire.junit47-1.3.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.surefire.junit47/1.3.0/org.eclipse.tycho.surefire.junit47-1.3.0.pom (1.9 kB at 50 kB/s) [INFO] Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/org.eclipse.tycho.surefire.junit5/1.3.0/org.eclipse.tycho.surefire.junit5-1.3.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.surefire.junit5/1.3.0/org.eclipse.tycho.surefire.junit5-1.3.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.surefire.junit5/1.3.0/org.eclipse.tycho.surefire.junit5-1.3.0.pom (3.3 kB at 89 kB/s) [INFO] Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/org.eclipse.tycho.surefire.testng/1.3.0/org.eclipse.tycho.surefire.testng-1.3.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.surefire.testng/1.3.0/org.eclipse.tycho.surefire.testng-1.3.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.surefire.testng/1.3.0/org.eclipse.tycho.surefire.testng-1.3.0.pom (2.1 kB at 7.8 kB/s) [INFO] Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/surefire/surefire-api/2.22.0/surefire-api-2.22.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-api/2.22.0/surefire-api-2.22.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-api/2.22.0/surefire-api-2.22.0.pom (3.5 kB at 148 kB/s) [INFO] Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/surefire/surefire/2.22.0/surefire-2.22.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire/2.22.0/surefire-2.22.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire/2.22.0/surefire-2.22.0.pom (27 kB at 1.1 MB/s) [INFO] Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-parent/31/maven-parent-31.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/31/maven-parent-31.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/31/maven-parent-31.pom (43 kB at 1.7 MB/s) [INFO] Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/apache/19/apache-19.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/19/apache-19.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/19/apache-19.pom (15 kB at 574 kB/s) [INFO] Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/surefire/surefire-logger-api/2.22.0/surefire-logger-api-2.22.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-logger-api/2.22.0/surefire-logger-api-2.22.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-logger-api/2.22.0/surefire-logger-api-2.22.0.pom (2.0 kB at 93 kB/s) [INFO] Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/surefire/maven-surefire-common/2.22.0/maven-surefire-common-2.22.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/maven-surefire-common/2.22.0/maven-surefire-common-2.22.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/maven-surefire-common/2.22.0/maven-surefire-common-2.22.0.pom (11 kB at 454 kB/s) [INFO] Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/plugin-tools/maven-plugin-annotations/3.5.2/maven-plugin-annotations-3.5.2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugin-tools/maven-plugin-annotations/3.5.2/maven-plugin-annotations-3.5.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugin-tools/maven-plugin-annotations/3.5.2/maven-plugin-annotations-3.5.2.pom (1.6 kB at 44 kB/s) [INFO] Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/plugin-tools/maven-plugin-tools/3.5.2/maven-plugin-tools-3.5.2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugin-tools/maven-plugin-tools/3.5.2/maven-plugin-tools-3.5.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugin-tools/maven-plugin-tools/3.5.2/maven-plugin-tools-3.5.2.pom (15 kB at 394 kB/s) [INFO] Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/surefire/surefire-booter/2.22.0/surefire-booter-2.22.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-booter/2.22.0/surefire-booter-2.22.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-booter/2.22.0/surefire-booter-2.22.0.pom (7.4 kB at 335 kB/s) [INFO] Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-artifact/2.2.1/maven-artifact-2.2.1.pom [INFO] 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 [INFO] 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 48 kB/s) [INFO] Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven/2.2.1/maven-2.2.1.pom [INFO] 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 [INFO] 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 934 kB/s) [INFO] Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-plugin-descriptor/2.2.1/maven-plugin-descriptor-2.2.1.pom [INFO] 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 [INFO] 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 86 kB/s) [INFO] Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-container-default/1.7.1/plexus-container-default-1.7.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-container-default/1.7.1/plexus-container-default-1.7.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-container-default/1.7.1/plexus-container-default-1.7.1.pom (2.8 kB at 66 kB/s) [INFO] Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-classworlds/2.5.1/plexus-classworlds-2.5.1.pom [INFO] 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 [INFO] 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 218 kB/s) [INFO] Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus/3.3.1/plexus-3.3.1.pom [INFO] 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 [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/3.3.1/plexus-3.3.1.pom (20 kB at 818 kB/s) [INFO] Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/xbean/xbean-reflect/3.7/xbean-reflect-3.7.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/xbean/xbean-reflect/3.7/xbean-reflect-3.7.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/xbean/xbean-reflect/3.7/xbean-reflect-3.7.pom (5.1 kB at 127 kB/s) [INFO] Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/xbean/xbean/3.7/xbean-3.7.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/xbean/xbean/3.7/xbean-3.7.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/xbean/xbean/3.7/xbean-3.7.pom (15 kB at 429 kB/s) [INFO] Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/geronimo/genesis/genesis-java5-flava/2.0/genesis-java5-flava-2.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/geronimo/genesis/genesis-java5-flava/2.0/genesis-java5-flava-2.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/geronimo/genesis/genesis-java5-flava/2.0/genesis-java5-flava-2.0.pom (5.5 kB at 148 kB/s) [INFO] Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/geronimo/genesis/genesis-default-flava/2.0/genesis-default-flava-2.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/geronimo/genesis/genesis-default-flava/2.0/genesis-default-flava-2.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/geronimo/genesis/genesis-default-flava/2.0/genesis-default-flava-2.0.pom (18 kB at 405 kB/s) [INFO] Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/geronimo/genesis/genesis/2.0/genesis-2.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/geronimo/genesis/genesis/2.0/genesis-2.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/geronimo/genesis/genesis/2.0/genesis-2.0.pom (18 kB at 472 kB/s) [INFO] Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/com/google/collections/google-collections/1.0/google-collections-1.0.pom [INFO] 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 [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/collections/google-collections/1.0/google-collections-1.0.pom (2.5 kB at 113 kB/s) [INFO] Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/com/google/google/1/google-1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/google/1/google-1.pom [INFO] 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 74 kB/s) [INFO] Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-project/2.2.1/maven-project-2.2.1.pom [INFO] 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 [INFO] 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 139 kB/s) [INFO] Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-profile/2.2.1/maven-profile-2.2.1.pom [INFO] 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 [INFO] 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 109 kB/s) [INFO] Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-interpolation/1.11/plexus-interpolation-1.11.pom [INFO] 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 [INFO] 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) [INFO] Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-components/1.1.14/plexus-components-1.1.14.pom [INFO] 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 [INFO] 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) [INFO] Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus/2.0.2/plexus-2.0.2.pom [INFO] 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 [INFO] 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 553 kB/s) [INFO] Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-artifact-manager/2.2.1/maven-artifact-manager-2.2.1.pom [INFO] 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 [INFO] 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 135 kB/s) [INFO] Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-repository-metadata/2.2.1/maven-repository-metadata-2.2.1.pom [INFO] 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 [INFO] 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 85 kB/s) [INFO] Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/backport-util-concurrent/backport-util-concurrent/3.1/backport-util-concurrent-3.1.pom [INFO] 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 [INFO] 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 21 kB/s) [INFO] Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-plugin-registry/2.2.1/maven-plugin-registry-2.2.1.pom [INFO] 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 [INFO] 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 88 kB/s) [INFO] Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-toolchain/2.2.1/maven-toolchain-2.2.1.pom [INFO] 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 [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-toolchain/2.2.1/maven-toolchain-2.2.1.pom (3.3 kB at 152 kB/s) [INFO] Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-java/0.9.8/plexus-java-0.9.8.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-java/0.9.8/plexus-java-0.9.8.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-java/0.9.8/plexus-java-0.9.8.pom (2.4 kB at 118 kB/s) [INFO] Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-languages/0.9.8/plexus-languages-0.9.8.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-languages/0.9.8/plexus-languages-0.9.8.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-languages/0.9.8/plexus-languages-0.9.8.pom (2.2 kB at 100 kB/s) [INFO] Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/ow2/asm/asm/6.1.1/asm-6.1.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm/6.1.1/asm-6.1.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm/6.1.1/asm-6.1.1.pom (2.9 kB at 13 kB/s) [INFO] Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/ow2/ow2/1.5/ow2-1.5.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/ow2/1.5/ow2-1.5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/ow2/1.5/ow2-1.5.pom (11 kB at 510 kB/s) [INFO] Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/com/thoughtworks/qdox/qdox/2.0-M7/qdox-2.0-M7.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/thoughtworks/qdox/qdox/2.0-M7/qdox-2.0-M7.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/thoughtworks/qdox/qdox/2.0-M7/qdox-2.0-M7.pom (16 kB at 660 kB/s) [INFO] Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/oss/oss-parent/9/oss-parent-9.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/oss/oss-parent/9/oss-parent-9.pom [INFO] 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 328 kB/s) [INFO] Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/org.eclipse.tycho.surefire.osgibooter/1.3.0/org.eclipse.tycho.surefire.osgibooter-1.3.0.jar [INFO] Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/org.eclipse.tycho.surefire.junit4/1.3.0/org.eclipse.tycho.surefire.junit4-1.3.0.jar [INFO] Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/org.eclipse.tycho.surefire.junit/1.3.0/org.eclipse.tycho.surefire.junit-1.3.0.jar [INFO] Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/org.eclipse.tycho.surefire.junit5/1.3.0/org.eclipse.tycho.surefire.junit5-1.3.0.jar [INFO] Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/org.eclipse.tycho.surefire.junit47/1.3.0/org.eclipse.tycho.surefire.junit47-1.3.0.jar [INFO] Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/org.eclipse.tycho.surefire.testng/1.3.0/org.eclipse.tycho.surefire.testng-1.3.0.jar [INFO] Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/surefire/surefire-api/2.22.0/surefire-api-2.22.0.jar [INFO] Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/surefire/surefire-logger-api/2.22.0/surefire-logger-api-2.22.0.jar [INFO] Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/surefire/maven-surefire-common/2.22.0/maven-surefire-common-2.22.0.jar [INFO] Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-plugin-descriptor/2.2.1/maven-plugin-descriptor-2.2.1.jar [INFO] Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/surefire/surefire-booter/2.22.0/surefire-booter-2.22.0.jar [INFO] Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-project/2.2.1/maven-project-2.2.1.jar [INFO] Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-profile/2.2.1/maven-profile-2.2.1.jar [INFO] Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/backport-util-concurrent/backport-util-concurrent/3.1/backport-util-concurrent-3.1.jar [INFO] Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-artifact-manager/2.2.1/maven-artifact-manager-2.2.1.jar [INFO] Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-plugin-registry/2.2.1/maven-plugin-registry-2.2.1.jar [INFO] Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-toolchain/2.2.1/maven-toolchain-2.2.1.jar [INFO] Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-java/0.9.8/plexus-java-0.9.8.jar [INFO] Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/ow2/asm/asm/6.1.1/asm-6.1.1.jar [INFO] Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/com/thoughtworks/qdox/qdox/2.0-M7/qdox-2.0-M7.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.surefire.osgibooter/1.3.0/org.eclipse.tycho.surefire.osgibooter-1.3.0.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.surefire.junit4/1.3.0/org.eclipse.tycho.surefire.junit4-1.3.0.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.surefire.junit/1.3.0/org.eclipse.tycho.surefire.junit-1.3.0.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.surefire.junit47/1.3.0/org.eclipse.tycho.surefire.junit47-1.3.0.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.surefire.junit5/1.3.0/org.eclipse.tycho.surefire.junit5-1.3.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.surefire.junit/1.3.0/org.eclipse.tycho.surefire.junit-1.3.0.jar (26 kB at 282 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.surefire.testng/1.3.0/org.eclipse.tycho.surefire.testng-1.3.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.surefire.junit4/1.3.0/org.eclipse.tycho.surefire.junit4-1.3.0.jar (65 kB at 674 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-api/2.22.0/surefire-api-2.22.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.surefire.junit47/1.3.0/org.eclipse.tycho.surefire.junit47-1.3.0.jar (187 kB at 1.2 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-logger-api/2.22.0/surefire-logger-api-2.22.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-logger-api/2.22.0/surefire-logger-api-2.22.0.jar (13 kB at 110 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/maven-surefire-common/2.22.0/maven-surefire-common-2.22.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-api/2.22.0/surefire-api-2.22.0.jar (186 kB at 1.3 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-booter/2.22.0/surefire-booter-2.22.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.surefire.testng/1.3.0/org.eclipse.tycho.surefire.testng-1.3.0.jar (112 kB at 603 kB/s) [INFO] 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 [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.surefire.junit5/1.3.0/org.eclipse.tycho.surefire.junit5-1.3.0.jar (429 kB at 2.2 MB/s) [INFO] 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 [INFO] 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 177 kB/s) [INFO] 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 [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-booter/2.22.0/surefire-booter-2.22.0.jar (273 kB at 1.2 MB/s) [INFO] 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 [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/maven-surefire-common/2.22.0/maven-surefire-common-2.22.0.jar (524 kB at 2.3 MB/s) [INFO] 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 [INFO] 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 149 kB/s) [INFO] 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 654 kB/s) [INFO] 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 [INFO] 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 [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.surefire.osgibooter/1.3.0/org.eclipse.tycho.surefire.osgibooter-1.3.0.jar (920 kB at 3.1 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-java/0.9.8/plexus-java-0.9.8.jar [INFO] 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 151 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm/6.1.1/asm-6.1.1.jar [INFO] 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 274 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/thoughtworks/qdox/qdox/2.0-M7/qdox-2.0-M7.jar [INFO] 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 119 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-java/0.9.8/plexus-java-0.9.8.jar (35 kB at 108 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm/6.1.1/asm-6.1.1.jar (108 kB at 330 kB/s) [INFO] 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 973 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/thoughtworks/qdox/qdox/2.0-M7/qdox-2.0-M7.jar (315 kB at 913 kB/s) [INFO] Computing target platform for MavenProject: org.eclipse.swtbot.plugins:org.eclipse.swtbot.ant.junit:2.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/swtbot-sonar/org.eclipse.swtbot.ant.junit/pom.xml [INFO] Fetching p2.index from http://download.eclipse.org/releases/2019-09/ [INFO] Adding repository http://download.eclipse.org/releases/2019-09 [INFO] Fetching compositeContent.jar from http://download.eclipse.org/releases/2019-09/ (482B) [INFO] Fetching compositeContent.jar from http://download.eclipse.org/releases/2019-09/ (482B) [INFO] Fetching p2.index from http://download.eclipse.org/technology/epp/packages/2019-09/ [INFO] Fetching p2.index from http://download.eclipse.org/technology/epp/packages/2019-09/ [INFO] Fetching content.xml.xz from http://download.eclipse.org/technology/epp/packages/2019-09/ [INFO] Fetching content.xml.xz from http://download.eclipse.org/technology/epp/packages/2019-09/ [INFO] Fetching p2.index from http://download.eclipse.org/releases/2019-09/201909181001/ [INFO] Fetching p2.index from http://download.eclipse.org/releases/2019-09/201909181001/ [INFO] Fetching content.xml.xz from http://download.eclipse.org/releases/2019-09/201909181001/ [INFO] Fetching content.xml.xz from http://download.eclipse.org/releases/2019-09/201909181001/ [INFO] Fetching p2.index from http://download.eclipse.org/tools/orbit/downloads/drops/R20190827152740/repository/ [INFO] Fetching p2.index from http://download.eclipse.org/tools/orbit/downloads/drops/R20190827152740/repository/ [INFO] Adding repository http://download.eclipse.org/tools/orbit/downloads/drops/R20190827152740/repository [INFO] Fetching compositeContent.xml from http://download.eclipse.org/tools/orbit/downloads/drops/R20190827152740/repository/ [INFO] Fetching compositeContent.xml from http://download.eclipse.org/tools/orbit/downloads/drops/R20190827152740/repository/ [INFO] Fetching content.jar from http://download.eclipse.org/tools/orbit/downloads/drops/R20190726180751/repository/ (107.42kB) [INFO] Fetching content.jar from http://download.eclipse.org/tools/orbit/downloads/drops/R20190726180751/repository/ (107.42kB) [INFO] Fetching p2.index from http://download.eclipse.org/tools/orbit/downloads/drops2/R20190827152740/repository/ [INFO] Fetching p2.index from http://download.eclipse.org/tools/orbit/downloads/drops2/R20190827152740/repository/ [INFO] Fetching content.xml.xz from http://download.eclipse.org/tools/orbit/downloads/drops2/R20190827152740/repository/ [INFO] Fetching content.xml.xz from http://download.eclipse.org/tools/orbit/downloads/drops2/R20190827152740/repository/ [INFO] Fetching p2.index from http://download.eclipse.org/cbi/updates/license/ [INFO] Fetching p2.index from http://download.eclipse.org/cbi/updates/license/ [INFO] Adding repository http://download.eclipse.org/cbi/updates/license [INFO] Fetching compositeContent.jar from http://download.eclipse.org/cbi/updates/license/ (423B) [INFO] Fetching compositeContent.jar from http://download.eclipse.org/cbi/updates/license/ (423B) [INFO] Fetching content.jar from http://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638/ (3.87kB) [INFO] Fetching content.jar from http://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638/ (3.87kB) [INFO] Fetching content.jar from http://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359/ (3.83kB) [INFO] Fetching content.jar from http://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359/ (3.83kB) [INFO] Fetching p2.index from http://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210/ [INFO] Fetching p2.index from http://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210/ [INFO] Fetching content.xml.xz from http://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210/ [INFO] Fetching content.xml.xz from http://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210/ [INFO] Fetching p2.index from http://download.eclipse.org/nebula/snapshot/ [INFO] Fetching p2.index from http://download.eclipse.org/nebula/snapshot/ [INFO] Adding repository http://download.eclipse.org/nebula/snapshot [INFO] Fetching content.xml.xz from http://download.eclipse.org/nebula/snapshot/ [INFO] Fetching content.xml.xz from http://download.eclipse.org/nebula/snapshot/ [INFO] Fetching p2.index from http://download.eclipse.org/nattable/snapshots/latest/repository/ [INFO] Fetching p2.index from http://download.eclipse.org/nattable/snapshots/latest/repository/ [INFO] Adding repository http://download.eclipse.org/nattable/snapshots/latest/repository [INFO] Fetching content.xml.xz from http://download.eclipse.org/nattable/snapshots/latest/repository/ [INFO] Fetching content.xml.xz from http://download.eclipse.org/nattable/snapshots/latest/repository/ [INFO] Resolving dependencies of MavenProject: org.eclipse.swtbot.plugins:org.eclipse.swtbot.ant.junit:2.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/swtbot-sonar/org.eclipse.swtbot.ant.junit/pom.xml [INFO] Fetching 201909181001&countryCode=us&timeZone=0&format=xml from http://www.eclipse.org/downloads/download.php?format=xml&file=/releases/2019-09/ [INFO] Fetching 201909181001&countryCode=us&timeZone=0&format=xml from http://www.eclipse.org/downloads/download.php?format=xml&file=/releases/2019-09/ [INFO] Fetching org.apache.ant_1.10.5.v20190526-1402.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (2.73MB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.apache.ant_1.10.5.v20190526-1402.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (2.73MB) [INFO] Unpacking org.apache.ant_1.10.5.v20190526-1402... [INFO] Fetching org.junit_4.12.0.v201504281640.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (283.72kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.junit_4.12.0.v201504281640.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (283.72kB) [INFO] Unpacking org.junit_4.12.0.v201504281640... [INFO] Fetching org.hamcrest.core_1.3.0.v20180420-1519.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (29.18kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.hamcrest.core_1.3.0.v20180420-1519.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (29.18kB) [INFO] Unpacking org.hamcrest.core_1.3.0.v20180420-1519... [INFO] Resolving class path of MavenProject: org.eclipse.swtbot.plugins:org.eclipse.swtbot.ant.junit:2.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/swtbot-sonar/org.eclipse.swtbot.ant.junit/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.swtbot.features:org.eclipse.swtbot.eclipse:2.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/swtbot-sonar/org.eclipse.swtbot.eclipse/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.swtbot.features:org.eclipse.swtbot.eclipse:2.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/swtbot-sonar/org.eclipse.swtbot.eclipse/pom.xml [INFO] Fetching com.ibm.icu_64.2.0.v20190507-1337.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (9.5MB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching com.ibm.icu_64.2.0.v20190507-1337.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (9.5MB) [INFO] Unpacking com.ibm.icu_64.2.0.v20190507-1337... [INFO] Fetching org.eclipse.osgi_3.15.0.v20190830-1434.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (457.7kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.osgi_3.15.0.v20190830-1434.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (457.7kB) [INFO] Unpacking org.eclipse.osgi_3.15.0.v20190830-1434... [INFO] Fetching org.apache.batik.constants_1.11.0.v20190515-0436.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (13.03kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.apache.batik.constants_1.11.0.v20190515-0436.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (13.03kB) [INFO] Unpacking org.apache.batik.constants_1.11.0.v20190515-0436... [INFO] Fetching org.apache.batik.css_1.11.0.v20190515-0436.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (101.68kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.apache.batik.css_1.11.0.v20190515-0436.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (101.68kB) [INFO] Unpacking org.apache.batik.css_1.11.0.v20190515-0436... [INFO] Fetching org.apache.batik.util_1.11.0.v20190515-0436.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (63.49kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.apache.batik.util_1.11.0.v20190515-0436.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (63.49kB) [INFO] Unpacking org.apache.batik.util_1.11.0.v20190515-0436... [INFO] Fetching org.apache.batik.i18n_1.11.0.v20190515-0436.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (14.52kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.apache.batik.i18n_1.11.0.v20190515-0436.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (14.52kB) [INFO] Unpacking org.apache.batik.i18n_1.11.0.v20190515-0436... [INFO] Fetching org.apache.xmlgraphics_2.3.0.v20190515-0436.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (258.72kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.apache.xmlgraphics_2.3.0.v20190515-0436.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (258.72kB) [INFO] Unpacking org.apache.xmlgraphics_2.3.0.v20190515-0436... [INFO] Fetching org.w3c.dom.svg_1.1.0.v201011041433.jar from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (95.26kB) [INFO] Fetching org.w3c.dom.svg_1.1.0.v201011041433.jar from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (95.26kB) [INFO] Fetching org.w3c.dom.events_3.0.0.draft20060413_v201105210656.jar from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (15.35kB) [INFO] Fetching org.w3c.dom.events_3.0.0.draft20060413_v201105210656.jar from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (15.35kB) [INFO] Fetching org.w3c.css.sac_1.3.1.v200903091627.jar from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (35.59kB) [INFO] Fetching org.w3c.css.sac_1.3.1.v200903091627.jar from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (35.59kB) [INFO] Fetching org.apache.commons.io_2.6.0.v20190123-2029.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (82.7kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.apache.commons.io_2.6.0.v20190123-2029.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (82.7kB) [INFO] Unpacking org.apache.commons.io_2.6.0.v20190123-2029... [INFO] Fetching org.apache.commons.logging_1.2.0.v20180409-1502.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (33.71kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.apache.commons.logging_1.2.0.v20180409-1502.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (33.71kB) [INFO] Unpacking org.apache.commons.logging_1.2.0.v20180409-1502... [INFO] Fetching org.apache.felix.scr_2.1.14.v20190123-1619.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (154.23kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.apache.felix.scr_2.1.14.v20190123-1619.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (154.23kB) [INFO] Unpacking org.apache.felix.scr_2.1.14.v20190123-1619... [INFO] Fetching org.eclipse.osgi.services_3.8.0.v20190206-2147.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (44.03kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.osgi.services_3.8.0.v20190206-2147.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (44.03kB) [INFO] Unpacking org.eclipse.osgi.services_3.8.0.v20190206-2147... [INFO] Fetching org.eclipse.osgi.util_3.5.300.v20190708-1141.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (30.65kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.osgi.util_3.5.300.v20190708-1141.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (30.65kB) [INFO] Unpacking org.eclipse.osgi.util_3.5.300.v20190708-1141... [INFO] Fetching org.eclipse.compare.core_3.6.600.v20190615-1517.jar from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (66.64kB) [INFO] Fetching org.eclipse.compare.core_3.6.600.v20190615-1517.jar from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (66.64kB) [INFO] Fetching org.eclipse.core.runtime_3.16.0.v20190823-1314.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (33.72kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.core.runtime_3.16.0.v20190823-1314.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (33.72kB) [INFO] Unpacking org.eclipse.core.runtime_3.16.0.v20190823-1314... [INFO] Fetching org.eclipse.core.commands_3.9.500.v20190805-1157.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (43.13kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.core.commands_3.9.500.v20190805-1157.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (43.13kB) [INFO] Unpacking org.eclipse.core.commands_3.9.500.v20190805-1157... [INFO] Fetching org.eclipse.equinox.common_3.10.500.v20190815-1535.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (52.37kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.equinox.common_3.10.500.v20190815-1535.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (52.37kB) [INFO] Unpacking org.eclipse.equinox.common_3.10.500.v20190815-1535... [INFO] Fetching org.eclipse.core.contenttype_3.7.400.v20190624-1144.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (41.63kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.core.contenttype_3.7.400.v20190624-1144.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (41.63kB) [INFO] Unpacking org.eclipse.core.contenttype_3.7.400.v20190624-1144... [INFO] Fetching org.eclipse.equinox.preferences_3.7.500.v20190815-1535.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (54.51kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.equinox.preferences_3.7.500.v20190815-1535.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (54.51kB) [INFO] Unpacking org.eclipse.equinox.preferences_3.7.500.v20190815-1535... [INFO] Fetching org.eclipse.equinox.registry_3.8.500.v20190714-1850.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (77.29kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.equinox.registry_3.8.500.v20190714-1850.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (77.29kB) [INFO] Unpacking org.eclipse.equinox.registry_3.8.500.v20190714-1850... [INFO] Fetching org.eclipse.core.databinding_1.7.500.v20190624-2109.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (55.71kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.core.databinding_1.7.500.v20190624-2109.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (55.71kB) [INFO] Unpacking org.eclipse.core.databinding_1.7.500.v20190624-2109... [INFO] Fetching org.eclipse.core.databinding.observable_1.8.0.v20190805-1157.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (82.53kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.core.databinding.observable_1.8.0.v20190805-1157.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (82.53kB) [INFO] Unpacking org.eclipse.core.databinding.observable_1.8.0.v20190805-1157... [INFO] Fetching org.eclipse.core.databinding.property_1.7.100.v20190805-1157.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (44.79kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.core.databinding.property_1.7.100.v20190805-1157.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (44.79kB) [INFO] Unpacking org.eclipse.core.databinding.property_1.7.100.v20190805-1157... [INFO] Fetching org.eclipse.core.expressions_3.6.500.v20190617-1926.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (33.8kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.core.expressions_3.6.500.v20190617-1926.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (33.8kB) [INFO] Unpacking org.eclipse.core.expressions_3.6.500.v20190617-1926... [INFO] Fetching org.eclipse.core.filebuffers_3.6.700.v20190614-0928.jar from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (116.55kB) [INFO] Fetching org.eclipse.core.filebuffers_3.6.700.v20190614-0928.jar from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (116.55kB) [INFO] Fetching org.eclipse.text_3.9.0.v20190826-1019.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (100.59kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.text_3.9.0.v20190826-1019.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (100.59kB) [INFO] Unpacking org.eclipse.text_3.9.0.v20190826-1019... [INFO] Fetching org.eclipse.core.filesystem_1.7.500.v20190620-1312.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (27.85kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.core.filesystem_1.7.500.v20190620-1312.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (27.85kB) [INFO] Unpacking org.eclipse.core.filesystem_1.7.500.v20190620-1312... [INFO] Fetching org.eclipse.core.jobs_3.10.500.v20190620-1426.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (45.98kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.core.jobs_3.10.500.v20190620-1426.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (45.98kB) [INFO] Unpacking org.eclipse.core.jobs_3.10.500.v20190620-1426... [INFO] Fetching org.eclipse.core.resources_3.13.500.v20190819-0800.jar from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (873.19kB) [INFO] Fetching org.eclipse.core.resources_3.13.500.v20190819-0800.jar from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (873.19kB) [INFO] Fetching org.eclipse.equinox.app_1.4.300.v20190815-1535.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (42.16kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.equinox.app_1.4.300.v20190815-1535.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (42.16kB) [INFO] Unpacking org.eclipse.equinox.app_1.4.300.v20190815-1535... [INFO] Fetching org.eclipse.e4.core.commands_0.12.700.v20190621-1412.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (13.77kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.e4.core.commands_0.12.700.v20190621-1412.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (13.77kB) [INFO] Unpacking org.eclipse.e4.core.commands_0.12.700.v20190621-1412... [INFO] Fetching org.eclipse.e4.core.di_1.7.400.v20190903-1311.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (25.9kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.e4.core.di_1.7.400.v20190903-1311.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (25.9kB) [INFO] Unpacking org.eclipse.e4.core.di_1.7.400.v20190903-1311... [INFO] Fetching javax.inject_1.0.0.v20091030.jar from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (14.07kB) [INFO] Fetching javax.inject_1.0.0.v20091030.jar from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (14.07kB) [INFO] Fetching org.eclipse.e4.core.contexts_1.8.200.v20190620-0649.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (22.6kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.e4.core.contexts_1.8.200.v20190620-0649.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (22.6kB) [INFO] Unpacking org.eclipse.e4.core.contexts_1.8.200.v20190620-0649... [INFO] Fetching org.eclipse.e4.core.services_2.2.0.v20190630-2019.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (28.41kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.e4.core.services_2.2.0.v20190630-2019.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (28.41kB) [INFO] Unpacking org.eclipse.e4.core.services_2.2.0.v20190630-2019... [INFO] Fetching org.eclipse.e4.core.di.annotations_1.6.400.v20190518-1217.jar from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (11.98kB) [INFO] Fetching org.eclipse.e4.core.di.annotations_1.6.400.v20190518-1217.jar from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (11.98kB) [INFO] Fetching org.eclipse.e4.core.di.extensions_0.15.300.v20190213-1308.jar from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (11.15kB) [INFO] Fetching org.eclipse.e4.core.di.extensions_0.15.300.v20190213-1308.jar from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (11.15kB) [INFO] Fetching org.eclipse.e4.core.di.extensions.supplier_0.15.400.v20190709-0707.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (16.67kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.e4.core.di.extensions.supplier_0.15.400.v20190709-0707.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (16.67kB) [INFO] Unpacking org.eclipse.e4.core.di.extensions.supplier_0.15.400.v20190709-0707... [INFO] Fetching org.eclipse.e4.emf.xpath_0.2.400.v20190621-1946.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (21.16kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.e4.emf.xpath_0.2.400.v20190621-1946.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (21.16kB) [INFO] Unpacking org.eclipse.e4.emf.xpath_0.2.400.v20190621-1946... [INFO] Fetching org.apache.commons.jxpath_1.3.0.v200911051830.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (98kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.apache.commons.jxpath_1.3.0.v200911051830.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (98kB) [INFO] Unpacking org.apache.commons.jxpath_1.3.0.v200911051830... [INFO] Fetching org.eclipse.emf.ecore_2.19.0.v20190822-1451.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (485.39kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.emf.ecore_2.19.0.v20190822-1451.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (485.39kB) [INFO] Unpacking org.eclipse.emf.ecore_2.19.0.v20190822-1451... [INFO] Fetching org.eclipse.e4.ui.bindings_0.12.600.v20190625-0735.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (22.98kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.e4.ui.bindings_0.12.600.v20190625-0735.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (22.98kB) [INFO] Unpacking org.eclipse.e4.ui.bindings_0.12.600.v20190625-0735... [INFO] Fetching org.eclipse.swt_3.112.0.v20190904-0609.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (16.03kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.swt_3.112.0.v20190904-0609.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (16.03kB) [INFO] Unpacking org.eclipse.swt_3.112.0.v20190904-0609... [INFO] Fetching org.eclipse.jface_3.17.0.v20190820-1444.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (359.05kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.jface_3.17.0.v20190820-1444.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (359.05kB) [INFO] Unpacking org.eclipse.jface_3.17.0.v20190820-1444... [INFO] Fetching org.eclipse.e4.ui.css.core_0.12.800.v20190805-1157.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (63.99kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.e4.ui.css.core_0.12.800.v20190805-1157.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (63.99kB) [INFO] Unpacking org.eclipse.e4.ui.css.core_0.12.800.v20190805-1157... [INFO] Fetching org.eclipse.e4.ui.css.swt_0.13.600.v20190805-1157.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (79.47kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.e4.ui.css.swt_0.13.600.v20190805-1157.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (79.47kB) [INFO] Unpacking org.eclipse.e4.ui.css.swt_0.13.600.v20190805-1157... [INFO] Fetching org.eclipse.e4.ui.css.swt.theme_0.12.400.v20190812-0413.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (16.91kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.e4.ui.css.swt.theme_0.12.400.v20190812-0413.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (16.91kB) [INFO] Unpacking org.eclipse.e4.ui.css.swt.theme_0.12.400.v20190812-0413... [INFO] Fetching org.eclipse.e4.ui.di_1.2.600.v20190510-1100.jar from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (17.17kB) [INFO] Fetching org.eclipse.e4.ui.di_1.2.600.v20190510-1100.jar from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (17.17kB) [INFO] Fetching org.eclipse.e4.ui.dialogs_1.1.600.v20190814-0636.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (21.82kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.e4.ui.dialogs_1.1.600.v20190814-0636.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (21.82kB) [INFO] Unpacking org.eclipse.e4.ui.dialogs_1.1.600.v20190814-0636... [INFO] Fetching org.eclipse.e4.ui.model.workbench_2.1.500.v20190824-1021.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (112.27kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.e4.ui.model.workbench_2.1.500.v20190824-1021.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (112.27kB) [INFO] Unpacking org.eclipse.e4.ui.model.workbench_2.1.500.v20190824-1021... [INFO] Fetching org.eclipse.e4.ui.services_1.3.600.v20190716-1245.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (13.26kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.e4.ui.services_1.3.600.v20190716-1245.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (13.26kB) [INFO] Unpacking org.eclipse.e4.ui.services_1.3.600.v20190716-1245... [INFO] Fetching org.eclipse.equinox.event_1.5.200.v20190814-0953.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (16.84kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.equinox.event_1.5.200.v20190814-0953.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (16.84kB) [INFO] Unpacking org.eclipse.equinox.event_1.5.200.v20190814-0953... [INFO] Fetching org.eclipse.e4.ui.widgets_1.2.500.v20190624-0808.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (9.46kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.e4.ui.widgets_1.2.500.v20190624-0808.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (9.46kB) [INFO] Unpacking org.eclipse.e4.ui.widgets_1.2.500.v20190624-0808... [INFO] Fetching org.eclipse.e4.ui.workbench_1.10.100.v20190810-0814.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (85.99kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.e4.ui.workbench_1.10.100.v20190810-0814.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (85.99kB) [INFO] Unpacking org.eclipse.e4.ui.workbench_1.10.100.v20190810-0814... [INFO] Fetching org.eclipse.emf.ecore.xmi_2.16.0.v20190528-0725.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (84.13kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.emf.ecore.xmi_2.16.0.v20190528-0725.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (84.13kB) [INFO] Unpacking org.eclipse.emf.ecore.xmi_2.16.0.v20190528-0725... [INFO] Fetching org.eclipse.emf.ecore.change_2.14.0.v20190528-0725.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (51.08kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.emf.ecore.change_2.14.0.v20190528-0725.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (51.08kB) [INFO] Unpacking org.eclipse.emf.ecore.change_2.14.0.v20190528-0725... [INFO] Fetching org.eclipse.e4.ui.workbench.addons.swt_1.3.600.v20190716-1245.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (49.84kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.e4.ui.workbench.addons.swt_1.3.600.v20190716-1245.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (49.84kB) [INFO] Unpacking org.eclipse.e4.ui.workbench.addons.swt_1.3.600.v20190716-1245... [INFO] Fetching org.eclipse.e4.ui.workbench.renderers.swt_0.14.800.v20190716-1245.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (94.13kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.e4.ui.workbench.renderers.swt_0.14.800.v20190716-1245.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (94.13kB) [INFO] Unpacking org.eclipse.e4.ui.workbench.renderers.swt_0.14.800.v20190716-1245... [INFO] Fetching org.eclipse.e4.ui.workbench.swt_0.14.700.v20190807-1716.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (61.59kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.e4.ui.workbench.swt_0.14.700.v20190807-1716.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (61.59kB) [INFO] Unpacking org.eclipse.e4.ui.workbench.swt_0.14.700.v20190807-1716... [INFO] Fetching org.eclipse.jface.databinding_1.9.100.v20190805-1255.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (77.64kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.jface.databinding_1.9.100.v20190805-1255.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (77.64kB) [INFO] Unpacking org.eclipse.jface.databinding_1.9.100.v20190805-1255... [INFO] Fetching org.eclipse.e4.ui.workbench3_0.15.200.v20190621-1448.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (13.07kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.e4.ui.workbench3_0.15.200.v20190621-1448.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (13.07kB) [INFO] Unpacking org.eclipse.e4.ui.workbench3_0.15.200.v20190621-1448... [INFO] Fetching org.eclipse.emf.common_2.16.0.v20190625-1131.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (114.93kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.emf.common_2.16.0.v20190625-1131.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (114.93kB) [INFO] Unpacking org.eclipse.emf.common_2.16.0.v20190625-1131... [INFO] Fetching org.eclipse.equinox.bidi_1.2.100.v20190815-1535.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (23.95kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.equinox.bidi_1.2.100.v20190815-1535.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (23.95kB) [INFO] Unpacking org.eclipse.equinox.bidi_1.2.100.v20190815-1535... [INFO] Fetching org.eclipse.equinox.p2.core_2.6.100.v20190705-1223.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (31.98kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.equinox.p2.core_2.6.100.v20190705-1223.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (31.98kB) [INFO] Unpacking org.eclipse.equinox.p2.core_2.6.100.v20190705-1223... [INFO] Fetching org.eclipse.equinox.p2.engine_2.6.400.v20190716-0825.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (74.67kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.equinox.p2.engine_2.6.400.v20190716-0825.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (74.67kB) [INFO] Unpacking org.eclipse.equinox.p2.engine_2.6.400.v20190716-0825... [INFO] Fetching org.eclipse.equinox.p2.metadata_2.4.500.v20190807-0737.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (108kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.equinox.p2.metadata_2.4.500.v20190807-0737.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (108kB) [INFO] Unpacking org.eclipse.equinox.p2.metadata_2.4.500.v20190807-0737... [INFO] Fetching org.eclipse.equinox.p2.metadata.repository_1.3.200.v20190808-0702.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (50.89kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.equinox.p2.metadata.repository_1.3.200.v20190808-0702.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (50.89kB) [INFO] Unpacking org.eclipse.equinox.p2.metadata.repository_1.3.200.v20190808-0702... [INFO] Fetching org.eclipse.equinox.p2.repository_2.4.500.v20190716-0939.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (55.48kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.equinox.p2.repository_2.4.500.v20190716-0939.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (55.48kB) [INFO] Unpacking org.eclipse.equinox.p2.repository_2.4.500.v20190716-0939... [INFO] Fetching org.tukaani.xz_1.8.0.v20180207-1613.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (44.42kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.tukaani.xz_1.8.0.v20180207-1613.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (44.42kB) [INFO] Unpacking org.tukaani.xz_1.8.0.v20180207-1613... [INFO] Fetching org.eclipse.equinox.security_1.3.300.v20190714-1851.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (44.67kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.equinox.security_1.3.300.v20190714-1851.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (44.67kB) [INFO] Unpacking org.eclipse.equinox.security_1.3.300.v20190714-1851... [INFO] Fetching org.eclipse.help_3.8.500.v20190624-2105.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (125.96kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.help_3.8.500.v20190624-2105.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (125.96kB) [INFO] Unpacking org.eclipse.help_3.8.500.v20190624-2105... [INFO] Fetching org.eclipse.jdt.junit.runtime_3.4.1000.v20190510-0840.jar from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (54.65kB) [INFO] Fetching org.eclipse.jdt.junit.runtime_3.4.1000.v20190510-0840.jar from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (54.65kB) [INFO] Fetching org.eclipse.jface.text_3.15.300.v20190819-0725.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (318.61kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.jface.text_3.15.300.v20190819-0725.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (318.61kB) [INFO] Unpacking org.eclipse.jface.text_3.15.300.v20190819-0725... [INFO] Fetching org.eclipse.license_1.0.1.v20140414-1359.jar from http://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359/features/ (18.64kB) [INFO] Fetching org.eclipse.license_1.0.1.v20140414-1359.jar from http://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359/features/ (18.64kB) [INFO] Fetching org.eclipse.swt.gtk.linux.x86_64_3.112.0.v20190904-0609.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (1,009.84kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.swt.gtk.linux.x86_64_3.112.0.v20190904-0609.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (1,009.84kB) [INFO] Unpacking org.eclipse.swt.gtk.linux.x86_64_3.112.0.v20190904-0609... [INFO] Fetching org.hamcrest.library_1.3.0.v20180524-2246.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (32.1kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.hamcrest.library_1.3.0.v20180524-2246.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (32.1kB) [INFO] Unpacking org.hamcrest.library_1.3.0.v20180524-2246... [INFO] Fetching org.apache.log4j_1.2.15.v201012070815.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (129.49kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.apache.log4j_1.2.15.v201012070815.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (129.49kB) [INFO] Unpacking org.apache.log4j_1.2.15.v201012070815... [INFO] Fetching org.eclipse.ui.ide_3.16.0.v20190916-1323.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (962.38kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.ui.ide_3.16.0.v20190916-1323.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (962.38kB) [INFO] Unpacking org.eclipse.ui.ide_3.16.0.v20190916-1323... [INFO] Fetching org.eclipse.ui.workbench_3.116.0.v20190826-1428.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (1,005.56kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.ui.workbench_3.116.0.v20190826-1428.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (1,005.56kB) [INFO] Unpacking org.eclipse.ui.workbench_3.116.0.v20190826-1428... [INFO] Fetching org.eclipse.ui_3.114.0.v20190808-1317.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (361.83kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.ui_3.114.0.v20190808-1317.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (361.83kB) [INFO] Unpacking org.eclipse.ui_3.114.0.v20190808-1317... [INFO] Fetching org.eclipse.ui.editors_3.12.0.v20190730-1840.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (196.67kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.ui.editors_3.12.0.v20190730-1840.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (196.67kB) [INFO] Unpacking org.eclipse.ui.editors_3.12.0.v20190730-1840... [INFO] Fetching org.eclipse.ui.forms_3.8.100.v20190625-1825.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (123.17kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.ui.forms_3.8.100.v20190625-1825.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (123.17kB) [INFO] Unpacking org.eclipse.ui.forms_3.8.100.v20190625-1825... [INFO] Fetching org.eclipse.ui.workbench.texteditor_3.13.0.v20190903-0631.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (234.66kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.ui.workbench.texteditor_3.13.0.v20190903-0631.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (234.66kB) [INFO] Unpacking org.eclipse.ui.workbench.texteditor_3.13.0.v20190903-0631... [INFO] Fetching org.eclipse.ui.navigator_3.9.0.v20190807-2204.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (135.18kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.ui.navigator_3.9.0.v20190807-2204.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (135.18kB) [INFO] Unpacking org.eclipse.ui.navigator_3.9.0.v20190807-2204... [INFO] Fetching org.w3c.dom.smil_1.0.1.v200903091627.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (14.95kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.w3c.dom.smil_1.0.1.v200903091627.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (14.95kB) [INFO] Unpacking org.w3c.dom.smil_1.0.1.v200903091627... [INFO] Fetching org.eclipse.swt.win32.win32.x86_64_3.112.0.v20190904-0609.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (1.1MB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.swt.win32.win32.x86_64_3.112.0.v20190904-0609.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (1.1MB) [INFO] Unpacking org.eclipse.swt.win32.win32.x86_64_3.112.0.v20190904-0609... [INFO] Fetching org.eclipse.swt.cocoa.macosx.x86_64_3.112.0.v20190904-0609.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (818.03kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.swt.cocoa.macosx.x86_64_3.112.0.v20190904-0609.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (818.03kB) [INFO] Unpacking org.eclipse.swt.cocoa.macosx.x86_64_3.112.0.v20190904-0609... [INFO] Resolving class path of MavenProject: org.eclipse.swtbot.features:org.eclipse.swtbot.eclipse:2.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/swtbot-sonar/org.eclipse.swtbot.eclipse/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.swtbot.features:org.eclipse.swtbot.eclipse.core:2.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/swtbot-sonar/org.eclipse.swtbot.eclipse.core/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.swtbot.features:org.eclipse.swtbot.eclipse.core:2.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/swtbot-sonar/org.eclipse.swtbot.eclipse.core/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.swtbot.features:org.eclipse.swtbot.eclipse.core:2.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/swtbot-sonar/org.eclipse.swtbot.eclipse.core/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.swtbot.features:org.eclipse.swtbot.eclipse.dsl:2.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/swtbot-sonar/org.eclipse.swtbot.eclipse.dsl/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.swtbot.features:org.eclipse.swtbot.eclipse.dsl:2.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/swtbot-sonar/org.eclipse.swtbot.eclipse.dsl/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.swtbot.features:org.eclipse.swtbot.eclipse.dsl:2.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/swtbot-sonar/org.eclipse.swtbot.eclipse.dsl/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.swtbot.features:org.eclipse.swtbot.eclipse.finder:2.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/swtbot-sonar/org.eclipse.swtbot.eclipse.finder/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.swtbot.features:org.eclipse.swtbot.eclipse.finder:2.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/swtbot-sonar/org.eclipse.swtbot.eclipse.finder/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.swtbot.features:org.eclipse.swtbot.eclipse.finder:2.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/swtbot-sonar/org.eclipse.swtbot.eclipse.finder/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.swtbot.plugins:org.eclipse.swtbot.eclipse.gef.finder:2.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/swtbot-sonar/org.eclipse.swtbot.eclipse.gef.finder/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.swtbot.plugins:org.eclipse.swtbot.eclipse.gef.finder:2.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/swtbot-sonar/org.eclipse.swtbot.eclipse.gef.finder/pom.xml [INFO] Fetching org.eclipse.draw2d_3.10.100.201606061308.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (215.67kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.draw2d_3.10.100.201606061308.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (215.67kB) [INFO] Unpacking org.eclipse.draw2d_3.10.100.201606061308... [INFO] Fetching org.eclipse.gef_3.11.0.201606061308.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (366.65kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.gef_3.11.0.201606061308.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (366.65kB) [INFO] Unpacking org.eclipse.gef_3.11.0.201606061308... [INFO] Resolving class path of MavenProject: org.eclipse.swtbot.plugins:org.eclipse.swtbot.eclipse.gef.finder:2.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/swtbot-sonar/org.eclipse.swtbot.eclipse.gef.finder/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.swtbot.features:org.eclipse.swtbot.e4.finder:2.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/swtbot-sonar/org.eclipse.swtbot.e4.finder/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.swtbot.features:org.eclipse.swtbot.e4.finder:2.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/swtbot-sonar/org.eclipse.swtbot.e4.finder/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.swtbot.features:org.eclipse.swtbot.e4.finder:2.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/swtbot-sonar/org.eclipse.swtbot.e4.finder/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.swtbot.plugins:org.eclipse.swtbot.eclipse.spy:2.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/swtbot-sonar/org.eclipse.swtbot.eclipse.spy/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.swtbot.plugins:org.eclipse.swtbot.eclipse.spy:2.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/swtbot-sonar/org.eclipse.swtbot.eclipse.spy/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.swtbot.plugins:org.eclipse.swtbot.eclipse.spy:2.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/swtbot-sonar/org.eclipse.swtbot.eclipse.spy/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.swtbot.features:org.eclipse.swtbot.eclipse.test.junit:2.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/swtbot-sonar/org.eclipse.swtbot.eclipse.test.junit/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.swtbot.features:org.eclipse.swtbot.eclipse.test.junit:2.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/swtbot-sonar/org.eclipse.swtbot.eclipse.test.junit/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.swtbot.features:org.eclipse.swtbot.eclipse.test.junit:2.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/swtbot-sonar/org.eclipse.swtbot.eclipse.test.junit/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.swtbot.plugins:org.eclipse.swtbot.eclipse.ui:2.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/swtbot-sonar/org.eclipse.swtbot.eclipse.ui/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.swtbot.plugins:org.eclipse.swtbot.eclipse.ui:2.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/swtbot-sonar/org.eclipse.swtbot.eclipse.ui/pom.xml [INFO] Fetching org.eclipse.ant.core_3.5.500.v20190701-1953.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (72.03kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.ant.core_3.5.500.v20190701-1953.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (72.03kB) [INFO] Unpacking org.eclipse.ant.core_3.5.500.v20190701-1953... [INFO] Fetching org.eclipse.core.variables_3.4.600.v20190614-1239.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (18.03kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.core.variables_3.4.600.v20190614-1239.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (18.03kB) [INFO] Unpacking org.eclipse.core.variables_3.4.600.v20190614-1239... [INFO] Fetching org.eclipse.ant.launching_1.2.600.v20190701-1953.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (100.99kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.ant.launching_1.2.600.v20190701-1953.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (100.99kB) [INFO] Unpacking org.eclipse.ant.launching_1.2.600.v20190701-1953... [INFO] Fetching org.eclipse.debug.core_3.14.0.v20190812-1404.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (125.46kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.debug.core_3.14.0.v20190812-1404.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (125.46kB) [INFO] Unpacking org.eclipse.debug.core_3.14.0.v20190812-1404... [INFO] Fetching org.eclipse.jdt.launching_3.15.0.v20190826-1639.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (273.11kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.jdt.launching_3.15.0.v20190826-1639.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (273.11kB) [INFO] Unpacking org.eclipse.jdt.launching_3.15.0.v20190826-1639... [INFO] Fetching org.eclipse.core.externaltools_1.1.400.v20190705-1530.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (20.7kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.core.externaltools_1.1.400.v20190705-1530.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (20.7kB) [INFO] Unpacking org.eclipse.core.externaltools_1.1.400.v20190705-1530... [INFO] Fetching org.eclipse.jdt.core_3.19.0.v20190903-0936.jar from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (6.67MB) [INFO] Fetching org.eclipse.jdt.core_3.19.0.v20190903-0936.jar from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (6.67MB) [INFO] Fetching org.eclipse.ant.ui_3.7.500.v20190518-1030.jar from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (1.06MB) [INFO] Fetching org.eclipse.ant.ui_3.7.500.v20190518-1030.jar from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (1.06MB) [INFO] Fetching org.eclipse.ui.externaltools_3.4.400.v20190705-1219.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (66.07kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.ui.externaltools_3.4.400.v20190705-1219.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (66.07kB) [INFO] Unpacking org.eclipse.ui.externaltools_3.4.400.v20190705-1219... [INFO] Fetching org.eclipse.ui.console_3.8.600.v20190815-2020.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (83.96kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.ui.console_3.8.600.v20190815-2020.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (83.96kB) [INFO] Unpacking org.eclipse.ui.console_3.8.600.v20190815-2020... [INFO] Fetching org.eclipse.debug.ui_3.14.200.v20190822-2125.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (1MB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.debug.ui_3.14.200.v20190822-2125.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (1MB) [INFO] Unpacking org.eclipse.debug.ui_3.14.200.v20190822-2125... [INFO] Fetching org.eclipse.jdt.ui_3.19.0.v20190827-1733.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (3.95MB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.jdt.ui_3.19.0.v20190827-1733.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (3.95MB) [INFO] Unpacking org.eclipse.jdt.ui_3.19.0.v20190827-1733... [INFO] Fetching org.eclipse.jdt.debug.ui_3.10.400.v20190815-2202.jar from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (1.65MB) [INFO] Fetching org.eclipse.jdt.debug.ui_3.10.400.v20190815-2202.jar from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (1.65MB) [INFO] Fetching org.eclipse.team.core_3.8.700.v20190619-1613.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (127.02kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.team.core_3.8.700.v20190619-1613.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (127.02kB) [INFO] Unpacking org.eclipse.team.core_3.8.700.v20190619-1613... [INFO] Fetching org.eclipse.ltk.core.refactoring_3.10.200.v20190814-1719.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (107.65kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.ltk.core.refactoring_3.10.200.v20190814-1719.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (107.65kB) [INFO] Unpacking org.eclipse.ltk.core.refactoring_3.10.200.v20190814-1719... [INFO] Fetching org.eclipse.jdt.junit_3.11.500.v20190809-1613.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (235.62kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.jdt.junit_3.11.500.v20190809-1613.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (235.62kB) [INFO] Unpacking org.eclipse.jdt.junit_3.11.500.v20190809-1613... [INFO] Fetching org.eclipse.compare_3.7.700.v20190802-1838.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (304.71kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.compare_3.7.700.v20190802-1838.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (304.71kB) [INFO] Unpacking org.eclipse.compare_3.7.700.v20190802-1838... [INFO] Fetching org.eclipse.ui.views_3.10.0.v20190805-1157.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (48.64kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.ui.views_3.10.0.v20190805-1157.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (48.64kB) [INFO] Unpacking org.eclipse.ui.views_3.10.0.v20190805-1157... [INFO] Fetching org.eclipse.equinox.frameworkadmin_2.1.300.v20190318-1320.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (19.48kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.equinox.frameworkadmin_2.1.300.v20190318-1320.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (19.48kB) [INFO] Unpacking org.eclipse.equinox.frameworkadmin_2.1.300.v20190318-1320... [INFO] Fetching org.eclipse.equinox.frameworkadmin.equinox_1.1.100.v20180822-1258.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (33.94kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.equinox.frameworkadmin.equinox_1.1.100.v20180822-1258.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (33.94kB) [INFO] Unpacking org.eclipse.equinox.frameworkadmin.equinox_1.1.100.v20180822-1258... [INFO] Fetching org.eclipse.equinox.p2.artifact.repository_1.3.200.v20190815-1428.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (58.27kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.equinox.p2.artifact.repository_1.3.200.v20190815-1428.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (58.27kB) [INFO] Unpacking org.eclipse.equinox.p2.artifact.repository_1.3.200.v20190815-1428... [INFO] Fetching org.eclipse.equinox.p2.jarprocessor_1.1.300.v20190621-1230.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (38.81kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.equinox.p2.jarprocessor_1.1.300.v20190621-1230.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (38.81kB) [INFO] Unpacking org.eclipse.equinox.p2.jarprocessor_1.1.300.v20190621-1230... [INFO] Fetching org.eclipse.equinox.p2.director_2.4.400.v20190701-1309.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (48.08kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.equinox.p2.director_2.4.400.v20190701-1309.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (48.08kB) [INFO] Unpacking org.eclipse.equinox.p2.director_2.4.400.v20190701-1309... [INFO] Fetching org.sat4j.core_2.3.5.v201308161310.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (103.26kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.sat4j.core_2.3.5.v201308161310.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (103.26kB) [INFO] Unpacking org.sat4j.core_2.3.5.v201308161310... [INFO] Fetching org.sat4j.pb_2.3.5.v201404071733.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (72.9kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.sat4j.pb_2.3.5.v201404071733.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (72.9kB) [INFO] Unpacking org.sat4j.pb_2.3.5.v201404071733... [INFO] Fetching org.eclipse.equinox.simpleconfigurator_1.3.300.v20190716-0825.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (23.92kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.equinox.simpleconfigurator_1.3.300.v20190716-0825.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (23.92kB) [INFO] Unpacking org.eclipse.equinox.simpleconfigurator_1.3.300.v20190716-0825... [INFO] Fetching org.eclipse.equinox.p2.director.app_1.1.300.v20190716-0825.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (37.84kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.equinox.p2.director.app_1.1.300.v20190716-0825.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (37.84kB) [INFO] Unpacking org.eclipse.equinox.p2.director.app_1.1.300.v20190716-0825... [INFO] Fetching org.eclipse.equinox.p2.garbagecollector_1.1.200.v20190701-1826.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (14.06kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.equinox.p2.garbagecollector_1.1.200.v20190701-1826.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (14.06kB) [INFO] Unpacking org.eclipse.equinox.p2.garbagecollector_1.1.200.v20190701-1826... [INFO] Fetching org.eclipse.equinox.p2.operations_2.5.500.v20190701-1826.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (31.94kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.equinox.p2.operations_2.5.500.v20190701-1826.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (31.94kB) [INFO] Unpacking org.eclipse.equinox.p2.operations_2.5.500.v20190701-1826... [INFO] Fetching org.eclipse.equinox.p2.publisher_1.5.200.v20190611-1040.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (43.17kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.equinox.p2.publisher_1.5.200.v20190611-1040.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (43.17kB) [INFO] Unpacking org.eclipse.equinox.p2.publisher_1.5.200.v20190611-1040... [INFO] Fetching org.eclipse.equinox.p2.publisher.eclipse_1.3.300.v20190716-0939.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (105.12kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.equinox.p2.publisher.eclipse_1.3.300.v20190716-0939.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (105.12kB) [INFO] Unpacking org.eclipse.equinox.p2.publisher.eclipse_1.3.300.v20190716-0939... [INFO] Fetching org.eclipse.equinox.simpleconfigurator.manipulator_2.1.300.v20190716-0825.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (16.56kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.equinox.simpleconfigurator.manipulator_2.1.300.v20190716-0825.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (16.56kB) [INFO] Unpacking org.eclipse.equinox.simpleconfigurator.manipulator_2.1.300.v20190716-0825... [INFO] Fetching org.eclipse.equinox.p2.repository.tools_2.2.300.v20190621-1230.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (121.78kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.equinox.p2.repository.tools_2.2.300.v20190621-1230.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (121.78kB) [INFO] Unpacking org.eclipse.equinox.p2.repository.tools_2.2.300.v20190621-1230... [INFO] Fetching org.eclipse.equinox.p2.touchpoint.eclipse_2.2.400.v20190716-0947.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (46.12kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.equinox.p2.touchpoint.eclipse_2.2.400.v20190716-0947.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (46.12kB) [INFO] Unpacking org.eclipse.equinox.p2.touchpoint.eclipse_2.2.400.v20190716-0947... [INFO] Fetching org.eclipse.equinox.p2.ui_2.5.600.v20190814-1459.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (287.17kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.equinox.p2.ui_2.5.600.v20190814-1459.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (287.17kB) [INFO] Unpacking org.eclipse.equinox.p2.ui_2.5.600.v20190814-1459... [INFO] Fetching org.eclipse.equinox.security.ui_1.2.400.v20190714-1851.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (71.35kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.equinox.security.ui_1.2.400.v20190714-1851.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (71.35kB) [INFO] Unpacking org.eclipse.equinox.security.ui_1.2.400.v20190714-1851... [INFO] Fetching org.eclipse.jdt.core.manipulation_1.12.100.v20190904-0645.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (402.25kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.jdt.core.manipulation_1.12.100.v20190904-0645.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (402.25kB) [INFO] Unpacking org.eclipse.jdt.core.manipulation_1.12.100.v20190904-0645... [INFO] Fetching org.eclipse.jdt.debug_3.13.100.v20190902-1050.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (933.08kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.jdt.debug_3.13.100.v20190902-1050.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (933.08kB) [INFO] Unpacking org.eclipse.jdt.debug_3.13.100.v20190902-1050... [INFO] Fetching org.eclipse.search_3.11.700.v20190813-2210.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (216.55kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.search_3.11.700.v20190813-2210.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (216.55kB) [INFO] Unpacking org.eclipse.search_3.11.700.v20190813-2210... [INFO] Fetching org.eclipse.ltk.ui.refactoring_3.10.0.v20190819-2110.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (181.79kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.ltk.ui.refactoring_3.10.0.v20190819-2110.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (181.79kB) [INFO] Unpacking org.eclipse.ltk.ui.refactoring_3.10.0.v20190819-2110... [INFO] Fetching org.eclipse.jdt.junit.core_3.10.400.v20190625-1910.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (65.6kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.jdt.junit.core_3.10.400.v20190625-1910.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (65.6kB) [INFO] Unpacking org.eclipse.jdt.junit.core_3.10.400.v20190625-1910... [INFO] Fetching org.eclipse.team.ui_3.8.600.v20190819-1553.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (494.29kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.team.ui_3.8.600.v20190819-1553.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (494.29kB) [INFO] Unpacking org.eclipse.team.ui_3.8.600.v20190819-1553... [INFO] Fetching org.eclipse.ui.navigator.resources_3.7.0.v20190820-1649.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (70.56kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.ui.navigator.resources_3.7.0.v20190820-1649.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (70.56kB) [INFO] Unpacking org.eclipse.ui.navigator.resources_3.7.0.v20190820-1649... [INFO] Fetching org.eclipse.pde.build_3.10.500.v20190620-0530.jar from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (478.67kB) [INFO] Fetching org.eclipse.pde.build_3.10.500.v20190620-0530.jar from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (478.67kB) [INFO] Fetching org.eclipse.pde.core_3.13.100.v20190830-1158.jar from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (1.29MB) [INFO] Fetching org.eclipse.pde.core_3.13.100.v20190830-1158.jar from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (1.29MB) [INFO] Fetching org.eclipse.update.configurator_3.4.300.v20190518-1030.jar from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (94.76kB) [INFO] Fetching org.eclipse.update.configurator_3.4.300.v20190518-1030.jar from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (94.76kB) [INFO] Fetching org.eclipse.pde.launching_3.7.700.v20190814-1102.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (51.4kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.pde.launching_3.7.700.v20190814-1102.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (51.4kB) [INFO] Unpacking org.eclipse.pde.launching_3.7.700.v20190814-1102... [INFO] Fetching org.eclipse.pde.ui_3.11.100.v20190830-1158.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (1.47MB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.pde.ui_3.11.100.v20190830-1158.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (1.47MB) [INFO] Unpacking org.eclipse.pde.ui_3.11.100.v20190830-1158... [INFO] Fetching org.eclipse.ui.intro_3.5.700.v20190814-0635.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (141.88kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.ui.intro_3.5.700.v20190814-0635.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (141.88kB) [INFO] Unpacking org.eclipse.ui.intro_3.5.700.v20190814-0635... [INFO] Fetching org.eclipse.ui.cheatsheets_3.5.500.v20190813-2246.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (147.39kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.ui.cheatsheets_3.5.500.v20190813-2246.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (147.39kB) [INFO] Unpacking org.eclipse.ui.cheatsheets_3.5.500.v20190813-2246... [INFO] Fetching org.eclipse.ui.views.log_1.2.700.v20190819-1015.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (83.92kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.ui.views.log_1.2.700.v20190819-1015.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (83.92kB) [INFO] Unpacking org.eclipse.ui.views.log_1.2.700.v20190819-1015... [INFO] Fetching org.eclipse.ui.trace_1.1.600.v20190830-1158.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (26.32kB) [INFO] Fetching org.eclipse.ui.trace_1.1.600.v20190830-1158.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (26.32kB) [INFO] The user operation is waiting for background work to complete. [INFO] Unpacking org.eclipse.ui.trace_1.1.600.v20190830-1158... [INFO] Fetching org.eclipse.ui.genericeditor_1.1.500.v20190823-1613.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (45.24kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.ui.genericeditor_1.1.500.v20190823-1613.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (45.24kB) [INFO] Unpacking org.eclipse.ui.genericeditor_1.1.500.v20190823-1613... [INFO] Fetching org.eclipse.ui.views.properties.tabbed_3.8.600.v20190713-1021.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (40.77kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.ui.views.properties.tabbed_3.8.600.v20190713-1021.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (40.77kB) [INFO] Unpacking org.eclipse.ui.views.properties.tabbed_3.8.600.v20190713-1021... [INFO] Resolving class path of MavenProject: org.eclipse.swtbot.plugins:org.eclipse.swtbot.eclipse.ui:2.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/swtbot-sonar/org.eclipse.swtbot.eclipse.ui/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.swtbot.plugins:org.eclipse.swtbot.forms.finder:2.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/swtbot-sonar/org.eclipse.swtbot.forms.finder/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.swtbot.plugins:org.eclipse.swtbot.forms.finder:2.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/swtbot-sonar/org.eclipse.swtbot.forms.finder/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.swtbot.plugins:org.eclipse.swtbot.forms.finder:2.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/swtbot-sonar/org.eclipse.swtbot.forms.finder/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.swtbot.plugins:org.eclipse.swtbot.generator:2.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/swtbot-sonar/org.eclipse.swtbot.generator/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.swtbot.plugins:org.eclipse.swtbot.generator:2.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/swtbot-sonar/org.eclipse.swtbot.generator/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.swtbot.plugins:org.eclipse.swtbot.generator:2.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/swtbot-sonar/org.eclipse.swtbot.generator/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.swtbot.generator.client:org.eclipse.swtbot.generator.client:2.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/swtbot-sonar/org.eclipse.swtbot.generator.client/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.swtbot.generator.client:org.eclipse.swtbot.generator.client:2.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/swtbot-sonar/org.eclipse.swtbot.generator.client/pom.xml [INFO] Fetching org.eclipse.jdt_3.18.100.v20190916-1045.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (34.12kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.jdt_3.18.100.v20190916-1045.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (34.12kB) [INFO] Unpacking org.eclipse.jdt_3.18.100.v20190916-1045... [INFO] Resolving class path of MavenProject: org.eclipse.swtbot.generator.client:org.eclipse.swtbot.generator.client:2.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/swtbot-sonar/org.eclipse.swtbot.generator.client/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.swtbot.plugins:org.eclipse.swtbot.generator.rules.workbench:2.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/swtbot-sonar/org.eclipse.swtbot.generator.rules.workbench/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.swtbot.plugins:org.eclipse.swtbot.generator.rules.workbench:2.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/swtbot-sonar/org.eclipse.swtbot.generator.rules.workbench/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.swtbot.plugins:org.eclipse.swtbot.generator.rules.workbench:2.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/swtbot-sonar/org.eclipse.swtbot.generator.rules.workbench/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.swtbot.plugins:org.eclipse.swtbot.generator.jdt:2.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/swtbot-sonar/org.eclipse.swtbot.generator.jdt/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.swtbot.plugins:org.eclipse.swtbot.generator.jdt:2.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/swtbot-sonar/org.eclipse.swtbot.generator.jdt/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.swtbot.plugins:org.eclipse.swtbot.generator.jdt:2.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/swtbot-sonar/org.eclipse.swtbot.generator.jdt/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.swtbot.plugins:org.eclipse.swtbot.generator.ui:2.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/swtbot-sonar/org.eclipse.swtbot.generator.ui/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.swtbot.plugins:org.eclipse.swtbot.generator.ui:2.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/swtbot-sonar/org.eclipse.swtbot.generator.ui/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.swtbot.plugins:org.eclipse.swtbot.generator.ui:2.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/swtbot-sonar/org.eclipse.swtbot.generator.ui/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.swtbot.plugins:org.eclipse.swtbot.go:2.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/swtbot-sonar/org.eclipse.swtbot.go/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.swtbot.plugins:org.eclipse.swtbot.go:2.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/swtbot-sonar/org.eclipse.swtbot.go/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.swtbot.plugins:org.eclipse.swtbot.go:2.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/swtbot-sonar/org.eclipse.swtbot.go/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.swtbot.plugins:org.eclipse.swtbot.junit4_x:2.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/swtbot-sonar/org.eclipse.swtbot.junit4_x/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.swtbot.plugins:org.eclipse.swtbot.junit4_x:2.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/swtbot-sonar/org.eclipse.swtbot.junit4_x/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.swtbot.plugins:org.eclipse.swtbot.junit4_x:2.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/swtbot-sonar/org.eclipse.swtbot.junit4_x/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.swtbot.plugins:org.eclipse.swtbot.nebula.gallery.finder:2.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/swtbot-sonar/org.eclipse.swtbot.nebula.gallery.finder/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.swtbot.plugins:org.eclipse.swtbot.nebula.gallery.finder:2.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/swtbot-sonar/org.eclipse.swtbot.nebula.gallery.finder/pom.xml [INFO] Fetching org.eclipse.nebula.widgets.gallery_1.0.0.202001052049.jar from http://download.eclipse.org/nebula/snapshot/plugins/ (108.92kB) [INFO] Fetching org.eclipse.nebula.widgets.gallery_1.0.0.202001052049.jar from http://download.eclipse.org/nebula/snapshot/plugins/ (108.92kB) [INFO] Resolving class path of MavenProject: org.eclipse.swtbot.plugins:org.eclipse.swtbot.nebula.gallery.finder:2.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/swtbot-sonar/org.eclipse.swtbot.nebula.gallery.finder/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.swtbot.plugins:org.eclipse.swtbot.swt.demo:2.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/swtbot-sonar/org.eclipse.swtbot.swt.demo/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.swtbot.plugins:org.eclipse.swtbot.swt.demo:2.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/swtbot-sonar/org.eclipse.swtbot.swt.demo/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.swtbot.plugins:org.eclipse.swtbot.swt.demo:2.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/swtbot-sonar/org.eclipse.swtbot.swt.demo/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.swtbot.plugins:org.eclipse.swtbot.swt.finder:2.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/swtbot-sonar/org.eclipse.swtbot.swt.finder/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.swtbot.plugins:org.eclipse.swtbot.swt.finder:2.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/swtbot-sonar/org.eclipse.swtbot.swt.finder/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.swtbot.plugins:org.eclipse.swtbot.swt.finder:2.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/swtbot-sonar/org.eclipse.swtbot.swt.finder/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.swtbot.test:org.eclipse.swt.examples:2.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/swtbot-sonar/org.eclipse.swt.examples/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.swtbot.test:org.eclipse.swt.examples:2.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/swtbot-sonar/org.eclipse.swt.examples/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.swtbot.test:org.eclipse.swt.examples:2.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/swtbot-sonar/org.eclipse.swt.examples/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.swtbot.plugins:org.eclipse.ui.forms.examples:3.1.100-SNAPSHOT @ /home/jenkins/agent/workspace/swtbot-sonar/org.eclipse.ui.forms.examples/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.swtbot.plugins:org.eclipse.ui.forms.examples:3.1.100-SNAPSHOT @ /home/jenkins/agent/workspace/swtbot-sonar/org.eclipse.ui.forms.examples/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.swtbot.plugins:org.eclipse.ui.forms.examples:3.1.100-SNAPSHOT @ /home/jenkins/agent/workspace/swtbot-sonar/org.eclipse.ui.forms.examples/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.swtbot.plugins:org.eclipse.swtbot.nebula.nattable.finder:2.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/swtbot-sonar/org.eclipse.swtbot.nebula.nattable.finder/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.swtbot.plugins:org.eclipse.swtbot.nebula.nattable.finder:2.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/swtbot-sonar/org.eclipse.swtbot.nebula.nattable.finder/pom.xml [INFO] Fetching org.eclipse.collections_10.1.0.v20191204-1814.jar from http://download.eclipse.org/nattable/snapshots/latest/repository/plugins/ (10.98MB) [INFO] Fetching org.eclipse.collections_10.1.0.v20191204-1814.jar from http://download.eclipse.org/nattable/snapshots/latest/repository/plugins/ (10.98MB) [INFO] Fetching org.eclipse.nebula.widgets.nattable.core_2.0.0.202001232000.jar from http://download.eclipse.org/nattable/snapshots/latest/repository/plugins/ (2.25MB) [INFO] Fetching org.eclipse.nebula.widgets.nattable.core_2.0.0.202001232000.jar from http://download.eclipse.org/nattable/snapshots/latest/repository/plugins/ (2.25MB) [INFO] Resolving class path of MavenProject: org.eclipse.swtbot.plugins:org.eclipse.swtbot.nebula.nattable.finder:2.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/swtbot-sonar/org.eclipse.swtbot.nebula.nattable.finder/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.swtbot.features:org.eclipse.swtbot:2.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/swtbot-sonar/org.eclipse.swtbot/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.swtbot.features:org.eclipse.swtbot:2.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/swtbot-sonar/org.eclipse.swtbot/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.swtbot.features:org.eclipse.swtbot:2.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/swtbot-sonar/org.eclipse.swtbot/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.swtbot.features:org.eclipse.swtbot.forms:2.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/swtbot-sonar/org.eclipse.swtbot.forms/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.swtbot.features:org.eclipse.swtbot.forms:2.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/swtbot-sonar/org.eclipse.swtbot.forms/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.swtbot.features:org.eclipse.swtbot.forms:2.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/swtbot-sonar/org.eclipse.swtbot.forms/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.swtbot.features:org.eclipse.swtbot.eclipse.gef:2.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/swtbot-sonar/org.eclipse.swtbot.eclipse.gef/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.swtbot.features:org.eclipse.swtbot.eclipse.gef:2.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/swtbot-sonar/org.eclipse.swtbot.eclipse.gef/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.swtbot.features:org.eclipse.swtbot.eclipse.gef:2.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/swtbot-sonar/org.eclipse.swtbot.eclipse.gef/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.swtbot.features:org.eclipse.swtbot.ide:2.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/swtbot-sonar/org.eclipse.swtbot.ide/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.swtbot.features:org.eclipse.swtbot.ide:2.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/swtbot-sonar/org.eclipse.swtbot.ide/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.swtbot.features:org.eclipse.swtbot.ide:2.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/swtbot-sonar/org.eclipse.swtbot.ide/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.swtbot.plugins:org.eclipse.swtbot.eclipse.junit.headless:2.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/swtbot-sonar/org.eclipse.swtbot.eclipse.junit.headless/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.swtbot.plugins:org.eclipse.swtbot.eclipse.junit.headless:2.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/swtbot-sonar/org.eclipse.swtbot.eclipse.junit.headless/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.swtbot.plugins:org.eclipse.swtbot.eclipse.junit.headless:2.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/swtbot-sonar/org.eclipse.swtbot.eclipse.junit.headless/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.swtbot.features:org.eclipse.swtbot.generator.feature:2.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/swtbot-sonar/org.eclipse.swtbot.generator.feature/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.swtbot.features:org.eclipse.swtbot.generator.feature:2.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/swtbot-sonar/org.eclipse.swtbot.generator.feature/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.swtbot.features:org.eclipse.swtbot.generator.feature:2.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/swtbot-sonar/org.eclipse.swtbot.generator.feature/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.swtbot.features:org.eclipse.swtbot.nebula.gallery:2.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/swtbot-sonar/org.eclipse.swtbot.nebula.gallery/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.swtbot.features:org.eclipse.swtbot.nebula.gallery:2.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/swtbot-sonar/org.eclipse.swtbot.nebula.gallery/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.swtbot.features:org.eclipse.swtbot.nebula.gallery:2.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/swtbot-sonar/org.eclipse.swtbot.nebula.gallery/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.swtbot.features:org.eclipse.swtbot.nebula.nattable:2.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/swtbot-sonar/org.eclipse.swtbot.nebula.nattable/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.swtbot.features:org.eclipse.swtbot.nebula.nattable:2.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/swtbot-sonar/org.eclipse.swtbot.nebula.nattable/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.swtbot.features:org.eclipse.swtbot.nebula.nattable:2.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/swtbot-sonar/org.eclipse.swtbot.nebula.nattable/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.swtbot:org.eclipse.swtbot.updatesite:2.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/swtbot-sonar/org.eclipse.swtbot.updatesite/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.swtbot:org.eclipse.swtbot.updatesite:2.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/swtbot-sonar/org.eclipse.swtbot.updatesite/pom.xml [INFO] Fetching org.apache.log4j.source_1.2.15.v201012070815.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (241.33kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.apache.log4j.source_1.2.15.v201012070815.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (241.33kB) [INFO] Unpacking org.apache.log4j.source_1.2.15.v201012070815... [INFO] Fetching org.hamcrest.core.source_1.3.0.v20180420-1519.jar from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (51.3kB) [INFO] Fetching org.hamcrest.core.source_1.3.0.v20180420-1519.jar from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (51.3kB) [INFO] Fetching org.hamcrest.library.source_1.3.0.v20180524-2246.jar from http://download.eclipse.org/tools/orbit/downloads/drops2/R20190827152740/repository/plugins/ (57.11kB) [INFO] Fetching org.hamcrest.library.source_1.3.0.v20180524-2246.jar from http://download.eclipse.org/tools/orbit/downloads/drops2/R20190827152740/repository/plugins/ (57.11kB) [INFO] Resolving class path of MavenProject: org.eclipse.swtbot:org.eclipse.swtbot.updatesite:2.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/swtbot-sonar/org.eclipse.swtbot.updatesite/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.swtbot.test:org.eclipse.swtbot.eclipse.ui.test:2.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/swtbot-sonar/org.eclipse.swtbot.eclipse.ui.test/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.swtbot.test:org.eclipse.swtbot.eclipse.ui.test:2.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/swtbot-sonar/org.eclipse.swtbot.eclipse.ui.test/pom.xml [INFO] Fetching javax.annotation_1.2.0.v201602091430.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (21.32kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching javax.annotation_1.2.0.v201602091430.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (21.32kB) [INFO] Unpacking javax.annotation_1.2.0.v201602091430... [INFO] Fetching org.apache.felix.gogo.command_1.0.2.v20170914-1324.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (31.52kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.apache.felix.gogo.command_1.0.2.v20170914-1324.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (31.52kB) [INFO] Unpacking org.apache.felix.gogo.command_1.0.2.v20170914-1324... [INFO] Fetching org.apache.felix.gogo.runtime_1.1.0.v20180713-1646.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (75.47kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.apache.felix.gogo.runtime_1.1.0.v20180713-1646.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (75.47kB) [INFO] Unpacking org.apache.felix.gogo.runtime_1.1.0.v20180713-1646... [INFO] Fetching org.apache.felix.gogo.shell_1.1.0.v20180713-1646.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (34.83kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.apache.felix.gogo.shell_1.1.0.v20180713-1646.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (34.83kB) [INFO] Unpacking org.apache.felix.gogo.shell_1.1.0.v20180713-1646... [INFO] Fetching org.eclipse.core.databinding.beans_1.5.100.v20190624-2109.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (26.21kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.core.databinding.beans_1.5.100.v20190624-2109.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (26.21kB) [INFO] Unpacking org.eclipse.core.databinding.beans_1.5.100.v20190624-2109... [INFO] Fetching org.eclipse.core.net_1.3.600.v20190619-1613.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (33.77kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.core.net_1.3.600.v20190619-1613.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (33.77kB) [INFO] Unpacking org.eclipse.core.net_1.3.600.v20190619-1613... [INFO] Fetching org.eclipse.equinox.launcher_1.5.500.v20190715-1310.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (29.92kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.equinox.launcher_1.5.500.v20190715-1310.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (29.92kB) [INFO] Unpacking org.eclipse.equinox.launcher_1.5.500.v20190715-1310... [INFO] Fetching org.eclipse.osgi.compatibility.state_1.1.600.v20190814-1451.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (103.2kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.osgi.compatibility.state_1.1.600.v20190814-1451.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (103.2kB) [INFO] Unpacking org.eclipse.osgi.compatibility.state_1.1.600.v20190814-1451... [INFO] Fetching org.eclipse.equinox.launcher.gtk.linux.x86_64_1.1.1100.v20190907-0426.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (69.13kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.equinox.launcher.gtk.linux.x86_64_1.1.1100.v20190907-0426.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (69.13kB) [INFO] Unpacking org.eclipse.equinox.launcher.gtk.linux.x86_64_1.1.1100.v20190907-0426... [INFO] Fetching org.eclipse.equinox.util_1.1.300.v20190714-1852.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (34.36kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.equinox.util_1.1.300.v20190714-1852.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (34.36kB) [INFO] Unpacking org.eclipse.equinox.util_1.1.300.v20190714-1852... [INFO] Fetching org.eclipse.equinox.console_1.4.0.v20190819-1430.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (51.54kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.equinox.console_1.4.0.v20190819-1430.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (51.54kB) [INFO] Unpacking org.eclipse.equinox.console_1.4.0.v20190819-1430... [INFO] Fetching org.eclipse.e4.ui.swt.gtk_1.0.600.v20190627-0755.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (8kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.e4.ui.swt.gtk_1.0.600.v20190627-0755.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (8kB) [INFO] Unpacking org.eclipse.e4.ui.swt.gtk_1.0.600.v20190627-0755... [INFO] Fetching org.eclipse.e4.rcp_1.6.600.v20190907-0426.jar from http://download.eclipse.org/releases/2019-09/201909181001/features/ (20.83kB) [INFO] Fetching org.eclipse.e4.rcp_1.6.600.v20190907-0426.jar from http://download.eclipse.org/releases/2019-09/201909181001/features/ (20.83kB) [INFO] Fetching org.eclipse.emf.common_2.16.0.v20190625-1131.jar from http://download.eclipse.org/releases/2019-09/201909181001/features/ (19.07kB) [INFO] Fetching org.eclipse.emf.common_2.16.0.v20190625-1131.jar from http://download.eclipse.org/releases/2019-09/201909181001/features/ (19.07kB) [INFO] Fetching org.eclipse.emf.ecore_2.19.0.v20190822-1451.jar from http://download.eclipse.org/releases/2019-09/201909181001/features/ (19.13kB) [INFO] Fetching org.eclipse.emf.ecore_2.19.0.v20190822-1451.jar from http://download.eclipse.org/releases/2019-09/201909181001/features/ (19.13kB) [INFO] Fetching org.eclipse.rcp_4.13.0.v20190916-1045.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (9.44kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.rcp_4.13.0.v20190916-1045.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (9.44kB) [INFO] Unpacking org.eclipse.rcp_4.13.0.v20190916-1045... [INFO] Fetching org.eclipse.rcp_4.13.0.v20190916-1045.jar from http://download.eclipse.org/releases/2019-09/201909181001/features/ (19.11kB) [INFO] Fetching org.eclipse.rcp_4.13.0.v20190916-1045.jar from http://download.eclipse.org/releases/2019-09/201909181001/features/ (19.11kB) [INFO] Fetching org.eclipse.rcp_root_4.13.0.v20190916-1045 from http://download.eclipse.org/releases/2019-09/201909181001/binary/ (25.66kB) [INFO] Fetching org.eclipse.rcp_root_4.13.0.v20190916-1045 from http://download.eclipse.org/releases/2019-09/201909181001/binary/ (25.66kB) [INFO] Fetching org.eclipse.ui.ide.application_1.3.400.v20190818-1234.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (55.59kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.ui.ide.application_1.3.400.v20190818-1234.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (55.59kB) [INFO] Unpacking org.eclipse.ui.ide.application_1.3.400.v20190818-1234... [INFO] Fetching org.eclipse.urischeme_1.0.400.v20190621-1448.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (21.43kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.urischeme_1.0.400.v20190621-1448.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (21.43kB) [INFO] Unpacking org.eclipse.urischeme_1.0.400.v20190621-1448... [INFO] Fetching org.eclipse.equinox.launcher.win32.win32.x86_64_1.1.1100.v20190907-0426.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (80.12kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.equinox.launcher.win32.win32.x86_64_1.1.1100.v20190907-0426.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (80.12kB) [INFO] Unpacking org.eclipse.equinox.launcher.win32.win32.x86_64_1.1.1100.v20190907-0426... [INFO] Fetching org.eclipse.e4.ui.workbench.renderers.swt.cocoa_0.12.300.v20190517-1326.jar from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (31.43kB) [INFO] Fetching org.eclipse.e4.ui.workbench.renderers.swt.cocoa_0.12.300.v20190517-1326.jar from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (31.43kB) [INFO] Fetching org.eclipse.equinox.launcher.cocoa.macosx.x86_64_1.1.1100.v20190907-0426.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (39.44kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.equinox.launcher.cocoa.macosx.x86_64_1.1.1100.v20190907-0426.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (39.44kB) [INFO] Unpacking org.eclipse.equinox.launcher.cocoa.macosx.x86_64_1.1.1100.v20190907-0426... [INFO] Fetching org.eclipse.ui.cocoa_1.2.200.v20190509-1900.jar from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (9.55kB) [INFO] Fetching org.eclipse.ui.cocoa_1.2.200.v20190509-1900.jar from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (9.55kB) [INFO] Resolving class path of MavenProject: org.eclipse.swtbot.test:org.eclipse.swtbot.eclipse.ui.test:2.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/swtbot-sonar/org.eclipse.swtbot.eclipse.ui.test/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.swtbot.test:org.eclipse.swtbot.swt.finder.test.keyboards:2.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/swtbot-sonar/org.eclipse.swtbot.swt.finder.test.keyboards/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.swtbot.test:org.eclipse.swtbot.swt.finder.test.keyboards:2.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/swtbot-sonar/org.eclipse.swtbot.swt.finder.test.keyboards/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.swtbot.test:org.eclipse.swtbot.swt.finder.test.keyboards:2.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/swtbot-sonar/org.eclipse.swtbot.swt.finder.test.keyboards/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.swtbot.plugins:org.eclipse.swtbot.forms.finder.test:2.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/swtbot-sonar/org.eclipse.swtbot.forms.finder.test/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.swtbot.plugins:org.eclipse.swtbot.forms.finder.test:2.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/swtbot-sonar/org.eclipse.swtbot.forms.finder.test/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.swtbot.plugins:org.eclipse.swtbot.forms.finder.test:2.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/swtbot-sonar/org.eclipse.swtbot.forms.finder.test/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.swtbot.plugins:org.eclipse.swtbot.eclipse.finder.test:2.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/swtbot-sonar/org.eclipse.swtbot.eclipse.finder.test/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.swtbot.plugins:org.eclipse.swtbot.eclipse.finder.test:2.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/swtbot-sonar/org.eclipse.swtbot.eclipse.finder.test/pom.xml [INFO] Fetching org.eclipse.platform_4.13.0.v20190916-1045.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (420.24kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.platform_4.13.0.v20190916-1045.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (420.24kB) [INFO] Unpacking org.eclipse.platform_4.13.0.v20190916-1045... [INFO] Fetching org.eclipse.ui.intro.universal_3.3.600.v20190624-2105.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (1.74MB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.ui.intro.universal_3.3.600.v20190624-2105.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (1.74MB) [INFO] Unpacking org.eclipse.ui.intro.universal_3.3.600.v20190624-2105... [INFO] Fetching org.eclipse.ui.intro.quicklinks_1.0.300.v20180821-0700.jar from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (23.52kB) [INFO] Fetching org.eclipse.ui.intro.quicklinks_1.0.300.v20180821-0700.jar from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (23.52kB) [INFO] Resolving class path of MavenProject: org.eclipse.swtbot.plugins:org.eclipse.swtbot.eclipse.finder.test:2.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/swtbot-sonar/org.eclipse.swtbot.eclipse.finder.test/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.swtbot.plugins:org.eclipse.swtbot.e4.finder.test:2.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/swtbot-sonar/org.eclipse.swtbot.e4.finder.test/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.swtbot.plugins:org.eclipse.swtbot.e4.finder.test:2.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/swtbot-sonar/org.eclipse.swtbot.e4.finder.test/pom.xml [INFO] Fetching org.eclipse.equinox.ds_1.6.0.v20190122-0806.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (17.55kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.equinox.ds_1.6.0.v20190122-0806.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (17.55kB) [INFO] Unpacking org.eclipse.equinox.ds_1.6.0.v20190122-0806... [INFO] Resolving class path of MavenProject: org.eclipse.swtbot.plugins:org.eclipse.swtbot.e4.finder.test:2.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/swtbot-sonar/org.eclipse.swtbot.e4.finder.test/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.swtbot.plugins:org.eclipse.swtbot.nebula.gallery.finder.test:2.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/swtbot-sonar/org.eclipse.swtbot.nebula.gallery.finder.test/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.swtbot.plugins:org.eclipse.swtbot.nebula.gallery.finder.test:2.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/swtbot-sonar/org.eclipse.swtbot.nebula.gallery.finder.test/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.swtbot.plugins:org.eclipse.swtbot.nebula.gallery.finder.test:2.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/swtbot-sonar/org.eclipse.swtbot.nebula.gallery.finder.test/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.swtbot.test.features:org.eclipse.swtbot.test:2.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/swtbot-sonar/org.eclipse.swtbot.test/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.swtbot.test.features:org.eclipse.swtbot.test:2.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/swtbot-sonar/org.eclipse.swtbot.test/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.swtbot.test.features:org.eclipse.swtbot.test:2.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/swtbot-sonar/org.eclipse.swtbot.test/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.swtbot.plugins:org.eclipse.swtbot.generator.test:2.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/swtbot-sonar/org.eclipse.swtbot.generator.test/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.swtbot.plugins:org.eclipse.swtbot.generator.test:2.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/swtbot-sonar/org.eclipse.swtbot.generator.test/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.swtbot.plugins:org.eclipse.swtbot.generator.test:2.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/swtbot-sonar/org.eclipse.swtbot.generator.test/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.swtbot.plugins:org.eclipse.swtbot.generator.jdt.test:2.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/swtbot-sonar/org.eclipse.swtbot.generator.jdt.test/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.swtbot.plugins:org.eclipse.swtbot.generator.jdt.test:2.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/swtbot-sonar/org.eclipse.swtbot.generator.jdt.test/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.swtbot.plugins:org.eclipse.swtbot.generator.jdt.test:2.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/swtbot-sonar/org.eclipse.swtbot.generator.jdt.test/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.swtbot.plugins:org.eclipse.swtbot.swt.finder.test:2.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/swtbot-sonar/org.eclipse.swtbot.swt.finder.test/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.swtbot.plugins:org.eclipse.swtbot.swt.finder.test:2.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/swtbot-sonar/org.eclipse.swtbot.swt.finder.test/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.swtbot.plugins:org.eclipse.swtbot.swt.finder.test:2.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/swtbot-sonar/org.eclipse.swtbot.swt.finder.test/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.swtbot.plugins:org.eclipse.swtbot.nebula.nattable.finder.test:2.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/swtbot-sonar/org.eclipse.swtbot.nebula.nattable.finder.test/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.swtbot.plugins:org.eclipse.swtbot.nebula.nattable.finder.test:2.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/swtbot-sonar/org.eclipse.swtbot.nebula.nattable.finder.test/pom.xml [INFO] Fetching ca.odell.glazedlists_1.11.0.v20190926-1838.jar from http://download.eclipse.org/nattable/snapshots/latest/repository/plugins/ (927.08kB) [INFO] Fetching ca.odell.glazedlists_1.11.0.v20190926-1838.jar from http://download.eclipse.org/nattable/snapshots/latest/repository/plugins/ (927.08kB) [INFO] Fetching org.apache.commons.codec_1.10.0.v20180409-1845.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (112.2kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.apache.commons.codec_1.10.0.v20180409-1845.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (112.2kB) [INFO] Unpacking org.apache.commons.codec_1.10.0.v20180409-1845... [INFO] Fetching org.eclipse.nebula.widgets.nattable.extension.glazedlists_2.0.0.202001232000.jar from http://download.eclipse.org/nattable/snapshots/latest/repository/plugins/ (149.56kB) [INFO] Fetching org.eclipse.nebula.widgets.nattable.extension.glazedlists_2.0.0.202001232000.jar from http://download.eclipse.org/nattable/snapshots/latest/repository/plugins/ (149.56kB) [INFO] Resolving class path of MavenProject: org.eclipse.swtbot.plugins:org.eclipse.swtbot.nebula.nattable.finder.test:2.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/swtbot-sonar/org.eclipse.swtbot.nebula.nattable.finder.test/pom.xml [WARNING] The project org.eclipse.swtbot:parent:pom:2.9.0-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 [INFO] ------------------------------------------------------------------------ [INFO] Reactor Build Order: [INFO] [INFO] Eclipse SWTBot [pom] [INFO] target-platforms [pom] [INFO] 2019-09 [eclipse-target-definition] [INFO] 2019-06 [eclipse-target-definition] [INFO] 2019-03 [eclipse-target-definition] [INFO] 2018-12 [eclipse-target-definition] [INFO] 2018-09 [eclipse-target-definition] [INFO] photon [eclipse-target-definition] [INFO] oxygen [eclipse-target-definition] [INFO] neon [eclipse-target-definition] [INFO] mars [eclipse-target-definition] [INFO] luna [eclipse-target-definition] [INFO] kepler [eclipse-target-definition] [INFO] juno [eclipse-target-definition] [INFO] org.eclipse.swtbot.ant.junit [eclipse-plugin] [INFO] org.eclipse.swtbot.eclipse.core [eclipse-plugin] [INFO] org.eclipse.swtbot.swt.finder [eclipse-plugin] [INFO] org.eclipse.swtbot.eclipse.finder [eclipse-plugin] [INFO] org.eclipse.swtbot.e4.finder [eclipse-plugin] [INFO] org.eclipse.swtbot.junit4_x [eclipse-plugin] [INFO] org.eclipse.swtbot [eclipse-feature] [INFO] org.eclipse.swtbot.forms.finder [eclipse-plugin] [INFO] org.eclipse.swtbot.forms [eclipse-feature] [INFO] org.eclipse.swtbot.go [eclipse-plugin] [INFO] org.eclipse.swtbot.eclipse [eclipse-feature] [INFO] org.eclipse.swtbot.eclipse.dsl [eclipse-plugin] [INFO] org.eclipse.swtbot.eclipse.gef.finder [eclipse-plugin] [INFO] org.eclipse.swtbot.eclipse.spy [eclipse-plugin] [INFO] org.eclipse.swtbot.eclipse.junit.headless [eclipse-plugin] [INFO] org.eclipse.swtbot.eclipse.test.junit [eclipse-feature] [INFO] org.eclipse.swtbot.eclipse.ui [eclipse-plugin] [INFO] org.eclipse.swtbot.generator [eclipse-plugin] [INFO] org.eclipse.swtbot.generator.client [eclipse-plugin] [INFO] org.eclipse.swtbot.generator.rules.workbench [eclipse-plugin] [INFO] org.eclipse.swtbot.generator.jdt [eclipse-plugin] [INFO] org.eclipse.swtbot.generator.ui [eclipse-plugin] [INFO] org.eclipse.swtbot.nebula.gallery.finder [eclipse-plugin] [INFO] org.eclipse.swt.examples [eclipse-plugin] [INFO] org.eclipse.swtbot.swt.demo [eclipse-plugin] [INFO] org.eclipse.ui.forms.examples [eclipse-plugin] [INFO] org.eclipse.swtbot.nebula.nattable.finder [eclipse-plugin] [INFO] org.eclipse.swtbot.eclipse.gef [eclipse-feature] [INFO] org.eclipse.swtbot.generator.feature [eclipse-feature] [INFO] org.eclipse.swtbot.ide [eclipse-feature] [INFO] org.eclipse.swtbot.nebula.gallery [eclipse-feature] [INFO] org.eclipse.swtbot.nebula.nattable [eclipse-feature] [INFO] org.eclipse.swtbot.updatesite [eclipse-repository] [INFO] org.eclipse.swtbot.eclipse.ui.test [eclipse-test-plugin] [INFO] org.eclipse.swtbot.swt.finder.test.keyboards [eclipse-plugin] [INFO] org.eclipse.swtbot.forms.finder.test [eclipse-test-plugin] [INFO] org.eclipse.swtbot.eclipse.finder.test [eclipse-test-plugin] [INFO] org.eclipse.swtbot.e4.finder.test [eclipse-test-plugin] [INFO] org.eclipse.swtbot.nebula.gallery.finder.test [eclipse-test-plugin] [INFO] org.eclipse.swtbot.swt.finder.test [eclipse-test-plugin] [INFO] org.eclipse.swtbot.test [eclipse-feature] [INFO] org.eclipse.swtbot.generator.test [eclipse-test-plugin] [INFO] org.eclipse.swtbot.generator.jdt.test [eclipse-test-plugin] [INFO] org.eclipse.swtbot.nebula.nattable.finder.test [eclipse-test-plugin] [INFO] Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonarsource/scanner/maven/sonar-maven-plugin/3.3.0.603/sonar-maven-plugin-3.3.0.603.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonarsource/scanner/maven/sonar-maven-plugin/3.3.0.603/sonar-maven-plugin-3.3.0.603.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonarsource/scanner/maven/sonar-maven-plugin/3.3.0.603/sonar-maven-plugin-3.3.0.603.pom (9.1 kB at 178 kB/s) [INFO] Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonarsource/parent/parent/40/parent-40.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonarsource/parent/parent/40/parent-40.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonarsource/parent/parent/40/parent-40.pom (31 kB at 681 kB/s) [INFO] Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonarsource/scanner/maven/sonar-maven-plugin/3.3.0.603/sonar-maven-plugin-3.3.0.603.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonarsource/scanner/maven/sonar-maven-plugin/3.3.0.603/sonar-maven-plugin-3.3.0.603.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonarsource/scanner/maven/sonar-maven-plugin/3.3.0.603/sonar-maven-plugin-3.3.0.603.jar (55 kB at 193 kB/s) [INFO] [INFO] ---------------------< org.eclipse.swtbot:parent >---------------------- [INFO] Building Eclipse SWTBot 2.9.0-SNAPSHOT [1/58] [INFO] --------------------------------[ pom ]--------------------------------- [WARNING] The following dependencies could not be resolved at this point of the build but seem to be part of the reactor: [WARNING] o org.eclipse.swtbot.plugins:org.eclipse.swtbot.swt.finder:jar:2.9.0-SNAPSHOT (provided) [WARNING] Try running the build up to the lifecycle phase "package" [WARNING] The following dependencies could not be resolved at this point of the build but seem to be part of the reactor: [WARNING] o org.eclipse.swtbot.features:org.eclipse.swtbot.eclipse.core:jar:2.9.0-SNAPSHOT (provided) [WARNING] o org.eclipse.swtbot.features:org.eclipse.swtbot.eclipse.finder:jar:2.9.0-SNAPSHOT (provided) [WARNING] o org.eclipse.swtbot.plugins:org.eclipse.swtbot.swt.finder:jar:2.9.0-SNAPSHOT (provided) [WARNING] Try running the build up to the lifecycle phase "package" [WARNING] The following dependencies could not be resolved at this point of the build but seem to be part of the reactor: [WARNING] o org.eclipse.swtbot.plugins:org.eclipse.swtbot.swt.finder:jar:2.9.0-SNAPSHOT (provided) [WARNING] Try running the build up to the lifecycle phase "package" [WARNING] The following dependencies could not be resolved at this point of the build but seem to be part of the reactor: [WARNING] o org.eclipse.swtbot.plugins:org.eclipse.swtbot.swt.finder:jar:2.9.0-SNAPSHOT (provided) [WARNING] o org.eclipse.swtbot.plugins:org.eclipse.swtbot.junit4_x:jar:2.9.0-SNAPSHOT (provided) [WARNING] Try running the build up to the lifecycle phase "package" [WARNING] The following dependencies could not be resolved at this point of the build but seem to be part of the reactor: [WARNING] o org.eclipse.swtbot.plugins:org.eclipse.swtbot.swt.finder:jar:2.9.0-SNAPSHOT (provided) [WARNING] Try running the build up to the lifecycle phase "package" [WARNING] The following dependencies could not be resolved at this point of the build but seem to be part of the reactor: [WARNING] o org.eclipse.swtbot.features:org.eclipse.swtbot:jar:2.9.0-SNAPSHOT (provided) [WARNING] o org.eclipse.swtbot.plugins:org.eclipse.swtbot.swt.finder:jar:2.9.0-SNAPSHOT (provided) [WARNING] o org.eclipse.swtbot.plugins:org.eclipse.swtbot.junit4_x:jar:2.9.0-SNAPSHOT (provided) [WARNING] o org.eclipse.swtbot.plugins:org.eclipse.swtbot.forms.finder:jar:2.9.0-SNAPSHOT (provided) [WARNING] Try running the build up to the lifecycle phase "package" [WARNING] The following dependencies could not be resolved at this point of the build but seem to be part of the reactor: [WARNING] o org.eclipse.swtbot.features:org.eclipse.swtbot.eclipse.core:jar:2.9.0-SNAPSHOT (provided) [WARNING] o org.eclipse.swtbot.features:org.eclipse.swtbot.eclipse.finder:jar:2.9.0-SNAPSHOT (provided) [WARNING] o org.eclipse.swtbot.plugins:org.eclipse.swtbot.swt.finder:jar:2.9.0-SNAPSHOT (provided) [WARNING] o org.eclipse.swtbot.plugins:org.eclipse.swtbot.junit4_x:jar:2.9.0-SNAPSHOT (provided) [WARNING] Try running the build up to the lifecycle phase "package" [WARNING] The following dependencies could not be resolved at this point of the build but seem to be part of the reactor: [WARNING] o org.eclipse.swtbot.features:org.eclipse.swtbot.e4.finder:jar:2.9.0-SNAPSHOT (provided) [WARNING] o org.eclipse.swtbot.features:org.eclipse.swtbot.eclipse.core:jar:2.9.0-SNAPSHOT (provided) [WARNING] o org.eclipse.swtbot.features:org.eclipse.swtbot.eclipse.finder:jar:2.9.0-SNAPSHOT (provided) [WARNING] o org.eclipse.swtbot.features:org.eclipse.swtbot:jar:2.9.0-SNAPSHOT (provided) [WARNING] o org.eclipse.swtbot.features:org.eclipse.swtbot.forms:jar:2.9.0-SNAPSHOT (provided) [WARNING] o org.eclipse.swtbot.plugins:org.eclipse.swtbot.swt.finder:jar:2.9.0-SNAPSHOT (provided) [WARNING] o org.eclipse.swtbot.plugins:org.eclipse.swtbot.junit4_x:jar:2.9.0-SNAPSHOT (provided) [WARNING] o org.eclipse.swtbot.plugins:org.eclipse.swtbot.go:jar:2.9.0-SNAPSHOT (provided) [WARNING] o org.eclipse.swtbot.plugins:org.eclipse.swtbot.forms.finder:jar:2.9.0-SNAPSHOT (provided) [WARNING] Try running the build up to the lifecycle phase "package" [WARNING] The following dependencies could not be resolved at this point of the build but seem to be part of the reactor: [WARNING] o org.eclipse.swtbot.features:org.eclipse.swtbot.eclipse.finder:jar:2.9.0-SNAPSHOT (provided) [WARNING] o org.eclipse.swtbot.plugins:org.eclipse.swtbot.swt.finder:jar:2.9.0-SNAPSHOT (provided) [WARNING] Try running the build up to the lifecycle phase "package" [WARNING] The following dependencies could not be resolved at this point of the build but seem to be part of the reactor: [WARNING] o org.eclipse.swtbot.features:org.eclipse.swtbot.eclipse.finder:jar:2.9.0-SNAPSHOT (provided) [WARNING] o org.eclipse.swtbot.plugins:org.eclipse.swtbot.swt.finder:jar:2.9.0-SNAPSHOT (provided) [WARNING] Try running the build up to the lifecycle phase "package" [WARNING] The following dependencies could not be resolved at this point of the build but seem to be part of the reactor: [WARNING] o org.eclipse.swtbot.features:org.eclipse.swtbot.eclipse.finder:jar:2.9.0-SNAPSHOT (provided) [WARNING] o org.eclipse.swtbot.plugins:org.eclipse.swtbot.swt.finder:jar:2.9.0-SNAPSHOT (provided) [WARNING] Try running the build up to the lifecycle phase "package" [WARNING] The following dependencies could not be resolved at this point of the build but seem to be part of the reactor: [WARNING] o org.eclipse.swtbot.plugins:org.eclipse.swtbot.ant.junit:jar:2.9.0-SNAPSHOT (provided) [WARNING] o org.eclipse.swtbot.plugins:org.eclipse.swtbot.eclipse.junit.headless:jar:2.9.0-SNAPSHOT (provided) [WARNING] Try running the build up to the lifecycle phase "package" [WARNING] The following dependencies could not be resolved at this point of the build but seem to be part of the reactor: [WARNING] o org.eclipse.swtbot.plugins:org.eclipse.swtbot.generator:jar:2.9.0-SNAPSHOT (provided) [WARNING] Try running the build up to the lifecycle phase "package" [WARNING] The following dependencies could not be resolved at this point of the build but seem to be part of the reactor: [WARNING] o org.eclipse.swtbot.plugins:org.eclipse.swtbot.generator:jar:2.9.0-SNAPSHOT (provided) [WARNING] Try running the build up to the lifecycle phase "package" [WARNING] The following dependencies could not be resolved at this point of the build but seem to be part of the reactor: [WARNING] o org.eclipse.swtbot.plugins:org.eclipse.swtbot.generator:jar:2.9.0-SNAPSHOT (provided) [WARNING] Try running the build up to the lifecycle phase "package" [WARNING] The following dependencies could not be resolved at this point of the build but seem to be part of the reactor: [WARNING] o org.eclipse.swtbot.plugins:org.eclipse.swtbot.generator:jar:2.9.0-SNAPSHOT (provided) [WARNING] Try running the build up to the lifecycle phase "package" [WARNING] The following dependencies could not be resolved at this point of the build but seem to be part of the reactor: [WARNING] o org.eclipse.swtbot.features:org.eclipse.swtbot.eclipse.finder:jar:2.9.0-SNAPSHOT (provided) [WARNING] o org.eclipse.swtbot.plugins:org.eclipse.swtbot.swt.finder:jar:2.9.0-SNAPSHOT (provided) [WARNING] Try running the build up to the lifecycle phase "package" [WARNING] The following dependencies could not be resolved at this point of the build but seem to be part of the reactor: [WARNING] o org.eclipse.swtbot.test:org.eclipse.swt.examples:jar:2.9.0-SNAPSHOT (provided) [WARNING] o org.eclipse.swtbot.plugins:org.eclipse.swtbot.swt.finder:jar:2.9.0-SNAPSHOT (provided) [WARNING] Try running the build up to the lifecycle phase "package" [WARNING] The following dependencies could not be resolved at this point of the build but seem to be part of the reactor: [WARNING] o org.eclipse.swtbot.features:org.eclipse.swtbot.eclipse.finder:jar:2.9.0-SNAPSHOT (provided) [WARNING] o org.eclipse.swtbot.plugins:org.eclipse.swtbot.swt.finder:jar:2.9.0-SNAPSHOT (provided) [WARNING] Try running the build up to the lifecycle phase "package" [WARNING] The following dependencies could not be resolved at this point of the build but seem to be part of the reactor: [WARNING] o org.eclipse.swtbot.features:org.eclipse.swtbot.e4.finder:jar:2.9.0-SNAPSHOT (provided) [WARNING] o org.eclipse.swtbot.features:org.eclipse.swtbot.eclipse.core:jar:2.9.0-SNAPSHOT (provided) [WARNING] o org.eclipse.swtbot.features:org.eclipse.swtbot.eclipse.finder:jar:2.9.0-SNAPSHOT (provided) [WARNING] o org.eclipse.swtbot.features:org.eclipse.swtbot.eclipse:jar:2.9.0-SNAPSHOT (provided) [WARNING] o org.eclipse.swtbot.features:org.eclipse.swtbot:jar:2.9.0-SNAPSHOT (provided) [WARNING] o org.eclipse.swtbot.features:org.eclipse.swtbot.forms:jar:2.9.0-SNAPSHOT (provided) [WARNING] o org.eclipse.swtbot.plugins:org.eclipse.swtbot.swt.finder:jar:2.9.0-SNAPSHOT (provided) [WARNING] o org.eclipse.swtbot.plugins:org.eclipse.swtbot.junit4_x:jar:2.9.0-SNAPSHOT (provided) [WARNING] o org.eclipse.swtbot.plugins:org.eclipse.swtbot.go:jar:2.9.0-SNAPSHOT (provided) [WARNING] o org.eclipse.swtbot.plugins:org.eclipse.swtbot.eclipse.gef.finder:jar:2.9.0-SNAPSHOT (provided) [WARNING] o org.eclipse.swtbot.plugins:org.eclipse.swtbot.forms.finder:jar:2.9.0-SNAPSHOT (provided) [WARNING] Try running the build up to the lifecycle phase "package" [WARNING] The following dependencies could not be resolved at this point of the build but seem to be part of the reactor: [WARNING] o org.eclipse.swtbot.plugins:org.eclipse.swtbot.generator:jar:2.9.0-SNAPSHOT (provided) [WARNING] o org.eclipse.swtbot.generator.client:org.eclipse.swtbot.generator.client:jar:2.9.0-SNAPSHOT (provided) [WARNING] o org.eclipse.swtbot.plugins:org.eclipse.swtbot.generator.rules.workbench:jar:2.9.0-SNAPSHOT (provided) [WARNING] o org.eclipse.swtbot.plugins:org.eclipse.swtbot.generator.jdt:jar:2.9.0-SNAPSHOT (provided) [WARNING] o org.eclipse.swtbot.plugins:org.eclipse.swtbot.generator.ui:jar:2.9.0-SNAPSHOT (provided) [WARNING] Try running the build up to the lifecycle phase "package" [WARNING] The following dependencies could not be resolved at this point of the build but seem to be part of the reactor: [WARNING] o org.eclipse.swtbot.features:org.eclipse.swtbot.eclipse.finder:jar:2.9.0-SNAPSHOT (provided) [WARNING] o org.eclipse.swtbot.plugins:org.eclipse.swtbot.swt.finder:jar:2.9.0-SNAPSHOT (provided) [WARNING] o org.eclipse.swtbot.plugins:org.eclipse.swtbot.eclipse.spy:jar:2.9.0-SNAPSHOT (provided) [WARNING] o org.eclipse.swtbot.plugins:org.eclipse.swtbot.eclipse.ui:jar:2.9.0-SNAPSHOT (provided) [WARNING] o org.eclipse.swtbot.plugins:org.eclipse.swtbot.generator:jar:2.9.0-SNAPSHOT (provided) [WARNING] o org.eclipse.swtbot.generator.client:org.eclipse.swtbot.generator.client:jar:2.9.0-SNAPSHOT (provided) [WARNING] o org.eclipse.swtbot.features:org.eclipse.swtbot.generator.feature:jar:2.9.0-SNAPSHOT (provided) [WARNING] o org.eclipse.swtbot.plugins:org.eclipse.swtbot.generator.rules.workbench:jar:2.9.0-SNAPSHOT (provided) [WARNING] o org.eclipse.swtbot.plugins:org.eclipse.swtbot.generator.jdt:jar:2.9.0-SNAPSHOT (provided) [WARNING] o org.eclipse.swtbot.plugins:org.eclipse.swtbot.generator.ui:jar:2.9.0-SNAPSHOT (provided) [WARNING] Try running the build up to the lifecycle phase "package" [WARNING] The following dependencies could not be resolved at this point of the build but seem to be part of the reactor: [WARNING] o org.eclipse.swtbot.features:org.eclipse.swtbot.eclipse.finder:jar:2.9.0-SNAPSHOT (provided) [WARNING] o org.eclipse.swtbot.plugins:org.eclipse.swtbot.swt.finder:jar:2.9.0-SNAPSHOT (provided) [WARNING] o org.eclipse.swtbot.features:org.eclipse.swtbot:jar:2.9.0-SNAPSHOT (provided) [WARNING] o org.eclipse.swtbot.plugins:org.eclipse.swtbot.junit4_x:jar:2.9.0-SNAPSHOT (provided) [WARNING] o org.eclipse.swtbot.plugins:org.eclipse.swtbot.nebula.gallery.finder:jar:2.9.0-SNAPSHOT (provided) [WARNING] Try running the build up to the lifecycle phase "package" [WARNING] The following dependencies could not be resolved at this point of the build but seem to be part of the reactor: [WARNING] o org.eclipse.swtbot.features:org.eclipse.swtbot.eclipse.finder:jar:2.9.0-SNAPSHOT (provided) [WARNING] o org.eclipse.swtbot.plugins:org.eclipse.swtbot.swt.finder:jar:2.9.0-SNAPSHOT (provided) [WARNING] o org.eclipse.swtbot.features:org.eclipse.swtbot:jar:2.9.0-SNAPSHOT (provided) [WARNING] o org.eclipse.swtbot.plugins:org.eclipse.swtbot.junit4_x:jar:2.9.0-SNAPSHOT (provided) [WARNING] o org.eclipse.swtbot.plugins:org.eclipse.swtbot.nebula.nattable.finder:jar:2.9.0-SNAPSHOT (provided) [WARNING] Try running the build up to the lifecycle phase "package" [WARNING] The following dependencies could not be resolved at this point of the build but seem to be part of the reactor: [WARNING] o org.eclipse.swtbot.plugins:org.eclipse.swtbot.ant.junit:jar:2.9.0-SNAPSHOT (provided) [WARNING] o org.eclipse.swtbot.features:org.eclipse.swtbot.e4.finder:jar:2.9.0-SNAPSHOT (provided) [WARNING] o org.eclipse.swtbot.features:org.eclipse.swtbot.eclipse.core:jar:2.9.0-SNAPSHOT (provided) [WARNING] o org.eclipse.swtbot.features:org.eclipse.swtbot.eclipse.finder:jar:2.9.0-SNAPSHOT (provided) [WARNING] o org.eclipse.swtbot.features:org.eclipse.swtbot.eclipse:jar:2.9.0-SNAPSHOT (provided) [WARNING] o org.eclipse.swtbot.features:org.eclipse.swtbot:jar:2.9.0-SNAPSHOT (provided) [WARNING] o org.eclipse.swtbot.features:org.eclipse.swtbot.forms:jar:2.9.0-SNAPSHOT (provided) [WARNING] o org.eclipse.swtbot.plugins:org.eclipse.swtbot.swt.finder:jar:2.9.0-SNAPSHOT (provided) [WARNING] o org.eclipse.swtbot.plugins:org.eclipse.swtbot.junit4_x:jar:2.9.0-SNAPSHOT (provided) [WARNING] o org.eclipse.swtbot.plugins:org.eclipse.swtbot.go:jar:2.9.0-SNAPSHOT (provided) [WARNING] o org.eclipse.swtbot.features:org.eclipse.swtbot.eclipse.gef:jar:2.9.0-SNAPSHOT (provided) [WARNING] o org.eclipse.swtbot.plugins:org.eclipse.swtbot.eclipse.gef.finder:jar:2.9.0-SNAPSHOT (provided) [WARNING] o org.eclipse.swtbot.plugins:org.eclipse.swtbot.eclipse.junit.headless:jar:2.9.0-SNAPSHOT (provided) [WARNING] o org.eclipse.swtbot.plugins:org.eclipse.swtbot.eclipse.spy:jar:2.9.0-SNAPSHOT (provided) [WARNING] o org.eclipse.swtbot.features:org.eclipse.swtbot.eclipse.test.junit:jar:2.9.0-SNAPSHOT (provided) [WARNING] o org.eclipse.swtbot.plugins:org.eclipse.swtbot.eclipse.ui:jar:2.9.0-SNAPSHOT (provided) [WARNING] o org.eclipse.swtbot.plugins:org.eclipse.swtbot.forms.finder:jar:2.9.0-SNAPSHOT (provided) [WARNING] o org.eclipse.swtbot.plugins:org.eclipse.swtbot.generator:jar:2.9.0-SNAPSHOT (provided) [WARNING] o org.eclipse.swtbot.generator.client:org.eclipse.swtbot.generator.client:jar:2.9.0-SNAPSHOT (provided) [WARNING] o org.eclipse.swtbot.features:org.eclipse.swtbot.generator.feature:jar:2.9.0-SNAPSHOT (provided) [WARNING] o org.eclipse.swtbot.plugins:org.eclipse.swtbot.generator.rules.workbench:jar:2.9.0-SNAPSHOT (provided) [WARNING] o org.eclipse.swtbot.plugins:org.eclipse.swtbot.generator.jdt:jar:2.9.0-SNAPSHOT (provided) [WARNING] o org.eclipse.swtbot.plugins:org.eclipse.swtbot.generator.ui:jar:2.9.0-SNAPSHOT (provided) [WARNING] o org.eclipse.swtbot.features:org.eclipse.swtbot.ide:jar:2.9.0-SNAPSHOT (provided) [WARNING] o org.eclipse.swtbot.features:org.eclipse.swtbot.nebula.gallery:jar:2.9.0-SNAPSHOT (provided) [WARNING] o org.eclipse.swtbot.plugins:org.eclipse.swtbot.nebula.gallery.finder:jar:2.9.0-SNAPSHOT (provided) [WARNING] o org.eclipse.swtbot.features:org.eclipse.swtbot.nebula.nattable:jar:2.9.0-SNAPSHOT (provided) [WARNING] o org.eclipse.swtbot.plugins:org.eclipse.swtbot.nebula.nattable.finder:jar:2.9.0-SNAPSHOT (provided) [WARNING] Try running the build up to the lifecycle phase "package" [WARNING] The following dependencies could not be resolved at this point of the build but seem to be part of the reactor: [WARNING] o org.eclipse.swtbot.features:org.eclipse.swtbot.eclipse.core:jar:2.9.0-SNAPSHOT (provided) [WARNING] o org.eclipse.swtbot.features:org.eclipse.swtbot.eclipse.finder:jar:2.9.0-SNAPSHOT (provided) [WARNING] o org.eclipse.swtbot.plugins:org.eclipse.swtbot.swt.finder:jar:2.9.0-SNAPSHOT (provided) [WARNING] o org.eclipse.swtbot.plugins:org.eclipse.swtbot.eclipse.ui:jar:2.9.0-SNAPSHOT (provided) [WARNING] o org.eclipse.swtbot.plugins:org.eclipse.swtbot.go:jar:2.9.0-SNAPSHOT (provided) [WARNING] o org.eclipse.swtbot.plugins:org.eclipse.swtbot.junit4_x:jar:2.9.0-SNAPSHOT (provided) [WARNING] Try running the build up to the lifecycle phase "package" [WARNING] The following dependencies could not be resolved at this point of the build but seem to be part of the reactor: [WARNING] o org.eclipse.swtbot.plugins:org.eclipse.swtbot.swt.finder:jar:2.9.0-SNAPSHOT (provided) [WARNING] Try running the build up to the lifecycle phase "package" [WARNING] The following dependencies could not be resolved at this point of the build but seem to be part of the reactor: [WARNING] o org.eclipse.swtbot.test:org.eclipse.swt.examples:jar:2.9.0-SNAPSHOT (provided) [WARNING] o org.eclipse.swtbot.features:org.eclipse.swtbot.eclipse.finder:jar:2.9.0-SNAPSHOT (provided) [WARNING] o org.eclipse.swtbot.plugins:org.eclipse.swtbot.swt.finder:jar:2.9.0-SNAPSHOT (provided) [WARNING] o org.eclipse.swtbot.plugins:org.eclipse.swtbot.forms.finder:jar:2.9.0-SNAPSHOT (provided) [WARNING] o org.eclipse.swtbot.plugins:org.eclipse.swtbot.junit4_x:jar:2.9.0-SNAPSHOT (provided) [WARNING] o org.eclipse.swtbot.plugins:org.eclipse.ui.forms.examples:jar:3.1.100-SNAPSHOT (provided) [WARNING] Try running the build up to the lifecycle phase "package" [WARNING] The following dependencies could not be resolved at this point of the build but seem to be part of the reactor: [WARNING] o org.eclipse.swtbot.features:org.eclipse.swtbot.eclipse.finder:jar:2.9.0-SNAPSHOT (provided) [WARNING] o org.eclipse.swtbot.plugins:org.eclipse.swtbot.swt.finder:jar:2.9.0-SNAPSHOT (provided) [WARNING] o org.eclipse.swtbot.plugins:org.eclipse.swtbot.junit4_x:jar:2.9.0-SNAPSHOT (provided) [WARNING] Try running the build up to the lifecycle phase "package" [WARNING] The following dependencies could not be resolved at this point of the build but seem to be part of the reactor: [WARNING] o org.eclipse.swtbot.features:org.eclipse.swtbot.e4.finder:jar:2.9.0-SNAPSHOT (provided) [WARNING] o org.eclipse.swtbot.features:org.eclipse.swtbot.eclipse.core:jar:2.9.0-SNAPSHOT (provided) [WARNING] o org.eclipse.swtbot.features:org.eclipse.swtbot.eclipse.finder:jar:2.9.0-SNAPSHOT (provided) [WARNING] o org.eclipse.swtbot.plugins:org.eclipse.swtbot.junit4_x:jar:2.9.0-SNAPSHOT (provided) [WARNING] o org.eclipse.swtbot.plugins:org.eclipse.swtbot.swt.finder:jar:2.9.0-SNAPSHOT (provided) [WARNING] Try running the build up to the lifecycle phase "package" [WARNING] The following dependencies could not be resolved at this point of the build but seem to be part of the reactor: [WARNING] o org.eclipse.swtbot.features:org.eclipse.swtbot.eclipse.finder:jar:2.9.0-SNAPSHOT (provided) [WARNING] o org.eclipse.swtbot.plugins:org.eclipse.swtbot.swt.finder:jar:2.9.0-SNAPSHOT (provided) [WARNING] o org.eclipse.swtbot.plugins:org.eclipse.swtbot.junit4_x:jar:2.9.0-SNAPSHOT (provided) [WARNING] o org.eclipse.swtbot.plugins:org.eclipse.swtbot.nebula.gallery.finder:jar:2.9.0-SNAPSHOT (provided) [WARNING] Try running the build up to the lifecycle phase "package" [WARNING] The following dependencies could not be resolved at this point of the build but seem to be part of the reactor: [WARNING] o org.eclipse.swtbot.test:org.eclipse.swt.examples:jar:2.9.0-SNAPSHOT (provided) [WARNING] o org.eclipse.swtbot.plugins:org.eclipse.swtbot.junit4_x:jar:2.9.0-SNAPSHOT (provided) [WARNING] o org.eclipse.swtbot.plugins:org.eclipse.swtbot.swt.finder:jar:2.9.0-SNAPSHOT (provided) [WARNING] o org.eclipse.swtbot.test:org.eclipse.swtbot.swt.finder.test.keyboards:jar:2.9.0-SNAPSHOT (provided) [WARNING] Try running the build up to the lifecycle phase "package" [WARNING] The following dependencies could not be resolved at this point of the build but seem to be part of the reactor: [WARNING] o org.eclipse.swtbot.test:org.eclipse.swt.examples:jar:2.9.0-SNAPSHOT (provided) [WARNING] o org.eclipse.swtbot.plugins:org.eclipse.swtbot.ant.junit:jar:2.9.0-SNAPSHOT (provided) [WARNING] o org.eclipse.swtbot.features:org.eclipse.swtbot.e4.finder:jar:2.9.0-SNAPSHOT (provided) [WARNING] o org.eclipse.swtbot.features:org.eclipse.swtbot.eclipse.core:jar:2.9.0-SNAPSHOT (provided) [WARNING] o org.eclipse.swtbot.features:org.eclipse.swtbot.eclipse.finder:jar:2.9.0-SNAPSHOT (provided) [WARNING] o org.eclipse.swtbot.plugins:org.eclipse.swtbot.e4.finder.test:jar:2.9.0-SNAPSHOT (provided) [WARNING] o org.eclipse.swtbot.plugins:org.eclipse.swtbot.junit4_x:jar:2.9.0-SNAPSHOT (provided) [WARNING] o org.eclipse.swtbot.features:org.eclipse.swtbot.eclipse:jar:2.9.0-SNAPSHOT (provided) [WARNING] o org.eclipse.swtbot.features:org.eclipse.swtbot:jar:2.9.0-SNAPSHOT (provided) [WARNING] o org.eclipse.swtbot.features:org.eclipse.swtbot.forms:jar:2.9.0-SNAPSHOT (provided) [WARNING] o org.eclipse.swtbot.plugins:org.eclipse.swtbot.swt.finder:jar:2.9.0-SNAPSHOT (provided) [WARNING] o org.eclipse.swtbot.plugins:org.eclipse.swtbot.go:jar:2.9.0-SNAPSHOT (provided) [WARNING] o org.eclipse.swtbot.plugins:org.eclipse.swtbot.eclipse.finder.test:jar:2.9.0-SNAPSHOT (provided) [WARNING] o org.eclipse.swtbot.plugins:org.eclipse.swtbot.eclipse.junit.headless:jar:2.9.0-SNAPSHOT (provided) [WARNING] o org.eclipse.swtbot.plugins:org.eclipse.swtbot.eclipse.spy:jar:2.9.0-SNAPSHOT (provided) [WARNING] o org.eclipse.swtbot.features:org.eclipse.swtbot.eclipse.test.junit:jar:2.9.0-SNAPSHOT (provided) [WARNING] o org.eclipse.swtbot.plugins:org.eclipse.swtbot.eclipse.ui:jar:2.9.0-SNAPSHOT (provided) [WARNING] o org.eclipse.swtbot.test:org.eclipse.swtbot.eclipse.ui.test:jar:2.9.0-SNAPSHOT (provided) [WARNING] o org.eclipse.swtbot.plugins:org.eclipse.swtbot.forms.finder:jar:2.9.0-SNAPSHOT (provided) [WARNING] o org.eclipse.swtbot.plugins:org.eclipse.swtbot.forms.finder.test:jar:2.9.0-SNAPSHOT (provided) [WARNING] o org.eclipse.swtbot.plugins:org.eclipse.ui.forms.examples:jar:3.1.100-SNAPSHOT (provided) [WARNING] o org.eclipse.swtbot.plugins:org.eclipse.swtbot.generator:jar:2.9.0-SNAPSHOT (provided) [WARNING] o org.eclipse.swtbot.generator.client:org.eclipse.swtbot.generator.client:jar:2.9.0-SNAPSHOT (provided) [WARNING] o org.eclipse.swtbot.features:org.eclipse.swtbot.generator.feature:jar:2.9.0-SNAPSHOT (provided) [WARNING] o org.eclipse.swtbot.plugins:org.eclipse.swtbot.generator.rules.workbench:jar:2.9.0-SNAPSHOT (provided) [WARNING] o org.eclipse.swtbot.plugins:org.eclipse.swtbot.generator.jdt:jar:2.9.0-SNAPSHOT (provided) [WARNING] o org.eclipse.swtbot.plugins:org.eclipse.swtbot.generator.ui:jar:2.9.0-SNAPSHOT (provided) [WARNING] o org.eclipse.swtbot.features:org.eclipse.swtbot.ide:jar:2.9.0-SNAPSHOT (provided) [WARNING] o org.eclipse.swtbot.plugins:org.eclipse.swtbot.swt.demo:jar:2.9.0-SNAPSHOT (provided) [WARNING] o org.eclipse.swtbot.plugins:org.eclipse.swtbot.swt.finder.test:jar:2.9.0-SNAPSHOT (provided) [WARNING] o org.eclipse.swtbot.test:org.eclipse.swtbot.swt.finder.test.keyboards:jar:2.9.0-SNAPSHOT (provided) [WARNING] Try running the build up to the lifecycle phase "package" [WARNING] The following dependencies could not be resolved at this point of the build but seem to be part of the reactor: [WARNING] o org.eclipse.swtbot.plugins:org.eclipse.swtbot.generator:jar:2.9.0-SNAPSHOT (provided) [WARNING] o org.eclipse.swtbot.plugins:org.eclipse.swtbot.swt.finder:jar:2.9.0-SNAPSHOT (provided) [WARNING] Try running the build up to the lifecycle phase "package" [WARNING] The following dependencies could not be resolved at this point of the build but seem to be part of the reactor: [WARNING] o org.eclipse.swtbot.plugins:org.eclipse.swtbot.generator:jar:2.9.0-SNAPSHOT (provided) [WARNING] o org.eclipse.swtbot.plugins:org.eclipse.swtbot.generator.jdt:jar:2.9.0-SNAPSHOT (provided) [WARNING] o org.eclipse.swtbot.plugins:org.eclipse.swtbot.swt.finder:jar:2.9.0-SNAPSHOT (provided) [WARNING] o org.eclipse.swtbot.plugins:org.eclipse.swtbot.generator.test:jar:2.9.0-SNAPSHOT (provided) [WARNING] Try running the build up to the lifecycle phase "package" [WARNING] The following dependencies could not be resolved at this point of the build but seem to be part of the reactor: [WARNING] o org.eclipse.swtbot.features:org.eclipse.swtbot.eclipse.finder:jar:2.9.0-SNAPSHOT (provided) [WARNING] o org.eclipse.swtbot.plugins:org.eclipse.swtbot.swt.finder:jar:2.9.0-SNAPSHOT (provided) [WARNING] o org.eclipse.swtbot.plugins:org.eclipse.swtbot.junit4_x:jar:2.9.0-SNAPSHOT (provided) [WARNING] o org.eclipse.swtbot.plugins:org.eclipse.swtbot.nebula.nattable.finder:jar:2.9.0-SNAPSHOT (provided) [WARNING] Try running the build up to the lifecycle phase "package" [INFO] [INFO] --- sonar-maven-plugin:3.3.0.603:sonar (default-cli) @ parent --- [INFO] Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/shared/maven-dependency-tree/2.2/maven-dependency-tree-2.2.pom [INFO] 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 [INFO] 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 316 kB/s) [INFO] Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/shared/maven-shared-components/20/maven-shared-components-20.pom [INFO] 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 [INFO] 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 255 kB/s) [INFO] Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-parent/24/maven-parent-24.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/24/maven-parent-24.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/24/maven-parent-24.pom (37 kB at 1.3 MB/s) [INFO] Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/apache/14/apache-14.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/14/apache-14.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/14/apache-14.pom (15 kB at 699 kB/s) [INFO] Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/aether/aether-util/0.9.0.M2/aether-util-0.9.0.M2.pom [INFO] 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 [INFO] 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 78 kB/s) [INFO] Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/aether/aether/0.9.0.M2/aether-0.9.0.M2.pom [INFO] 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 [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether/0.9.0.M2/aether-0.9.0.M2.pom (28 kB at 1.3 MB/s) [INFO] Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/plexus/plexus-sec-dispatcher/1.4/plexus-sec-dispatcher-1.4.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plexus/plexus-sec-dispatcher/1.4/plexus-sec-dispatcher-1.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plexus/plexus-sec-dispatcher/1.4/plexus-sec-dispatcher-1.4.pom (3.0 kB at 148 kB/s) [INFO] Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-utils/1.5.5/plexus-utils-1.5.5.pom [INFO] 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 [INFO] 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 214 kB/s) [INFO] Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus/1.0.11/plexus-1.0.11.pom [INFO] 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 [INFO] 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 359 kB/s) [INFO] Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-utils/3.0.22/plexus-utils-3.0.22.pom [INFO] 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 [INFO] 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 202 kB/s) [INFO] Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonarsource/scanner/api/sonar-scanner-api/2.9.0.887/sonar-scanner-api-2.9.0.887.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonarsource/scanner/api/sonar-scanner-api/2.9.0.887/sonar-scanner-api-2.9.0.887.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonarsource/scanner/api/sonar-scanner-api/2.9.0.887/sonar-scanner-api-2.9.0.887.pom (5.1 kB at 83 kB/s) [INFO] Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonarsource/scanner/api/sonar-scanner-api-parent/2.9.0.887/sonar-scanner-api-parent-2.9.0.887.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonarsource/scanner/api/sonar-scanner-api-parent/2.9.0.887/sonar-scanner-api-parent-2.9.0.887.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonarsource/scanner/api/sonar-scanner-api-parent/2.9.0.887/sonar-scanner-api-parent-2.9.0.887.pom (4.7 kB at 53 kB/s) [INFO] Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/commons-lang/commons-lang/2.6/commons-lang-2.6.pom [INFO] 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 [INFO] 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 417 kB/s) [INFO] Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/commons/commons-parent/17/commons-parent-17.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/17/commons-parent-17.pom [INFO] 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 761 kB/s) [INFO] Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/com/google/code/findbugs/jsr305/2.0.3/jsr305-2.0.3.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/code/findbugs/jsr305/2.0.3/jsr305-2.0.3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/code/findbugs/jsr305/2.0.3/jsr305-2.0.3.pom (1.4 kB at 33 kB/s) [INFO] Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/shared/maven-dependency-tree/2.2/maven-dependency-tree-2.2.jar [INFO] Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/aether/aether-util/0.9.0.M2/aether-util-0.9.0.M2.jar [INFO] Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/plexus/plexus-sec-dispatcher/1.4/plexus-sec-dispatcher-1.4.jar [INFO] Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-utils/3.0.22/plexus-utils-3.0.22.jar [INFO] Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonarsource/scanner/api/sonar-scanner-api/2.9.0.887/sonar-scanner-api-2.9.0.887.jar [INFO] Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/commons-lang/commons-lang/2.6/commons-lang-2.6.jar [INFO] Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/com/google/code/findbugs/jsr305/2.0.3/jsr305-2.0.3.jar [INFO] 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 [INFO] 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 [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plexus/plexus-sec-dispatcher/1.4/plexus-sec-dispatcher-1.4.jar [INFO] 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 [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonarsource/scanner/api/sonar-scanner-api/2.9.0.887/sonar-scanner-api-2.9.0.887.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plexus/plexus-sec-dispatcher/1.4/plexus-sec-dispatcher-1.4.jar (28 kB at 513 kB/s) [INFO] 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 [INFO] 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 2.2 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/code/findbugs/jsr305/2.0.3/jsr305-2.0.3.jar [INFO] 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 1.0 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/code/findbugs/jsr305/2.0.3/jsr305-2.0.3.jar (33 kB at 238 kB/s) [INFO] 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 1.7 MB/s) [INFO] 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 1.9 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonarsource/scanner/api/sonar-scanner-api/2.9.0.887/sonar-scanner-api-2.9.0.887.jar (532 kB at 2.5 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-compiler-plugin/maven-metadata.xml [INFO] Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/plugins/maven-compiler-plugin/maven-metadata.xml [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-compiler-plugin/maven-metadata.xml (1.0 kB at 27 kB/s) [INFO] Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/plugins/maven-compiler-plugin/3.8.1/maven-compiler-plugin-3.8.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-compiler-plugin/3.8.1/maven-compiler-plugin-3.8.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-compiler-plugin/3.8.1/maven-compiler-plugin-3.8.1.pom (12 kB at 480 kB/s) [INFO] Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/plugins/maven-plugins/33/maven-plugins-33.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-plugins/33/maven-plugins-33.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-plugins/33/maven-plugins-33.pom (11 kB at 465 kB/s) [INFO] Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-parent/33/maven-parent-33.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/33/maven-parent-33.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/33/maven-parent-33.pom (44 kB at 3.7 MB/s) [INFO] Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/apache/21/apache-21.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/21/apache-21.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/21/apache-21.pom (17 kB at 855 kB/s) [INFO] Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/plugins/maven-compiler-plugin/3.8.1/maven-compiler-plugin-3.8.1.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-compiler-plugin/3.8.1/maven-compiler-plugin-3.8.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-compiler-plugin/3.8.1/maven-compiler-plugin-3.8.1.jar (62 kB at 1.4 MB/s) [INFO] User cache: /home/jenkins/.sonar/cache [INFO] SonarQube version: 4.5.7 [INFO] Default locale: "en_US", source code encoding: "UTF-8" (analysis is platform dependent) 19:35:44.769 INFO - Load global referentials... 19:35:44.992 INFO - Load global referentials done: 226 ms 19:35:45.233 INFO - User cache: /home/jenkins/.sonar/cache 19:35:45.247 INFO - Install plugins 19:35:45.261 INFO - Download sonar-core-plugin-4.5.7.jar 19:35:45.301 INFO - Download sonar-email-notifications-plugin-4.5.7.jar 19:35:45.369 INFO - Download sonar-findbugs-plugin-3.3.jar 19:35:46.104 INFO - Download sonar-java-plugin-3.9.jar 19:35:46.374 INFO - Download sonar-ldap-plugin-1.4.jar 19:35:46.382 INFO - Download sonar-pmd-plugin-2.6.jar 19:35:46.841 INFO - Download sonar-cpd-plugin-4.5.7.jar 19:35:46.848 INFO - Download sonar-dbcleaner-plugin-4.5.7.jar 19:35:46.858 INFO - Download sonar-design-plugin-4.5.7.jar 19:35:46.865 INFO - Download sonar-l10n-en-plugin-4.5.7.jar 19:35:46.869 INFO - Download sonar-checkstyle-plugin-2.3.jar 19:35:47.109 INFO - Install JDBC driver 19:35:47.113 INFO - Download mysql-connector-java-5.1.27.jar 19:35:47.364 INFO - Create JDBC datasource for jdbc:mysql://dbmaster:3306/sonar?autoReconnect=true&useUnicode=true&characterEncoding=utf8 19:35:49.452 INFO - Initializing Hibernate 19:35:53.465 INFO - Load project referentials... 19:35:53.812 INFO - Load project referentials done: 347 ms 19:35:53.812 INFO - Load project settings 19:35:54.441 INFO - Loading technical debt model... 19:35:54.478 INFO - Loading technical debt model done: 37 ms 19:35:54.483 INFO - Apply project exclusions 19:35:55.204 WARN - 'sonar.dynamicAnalysis' is deprecated since version 4.3 and should no longer be used. 19:35:55.211 WARN - 'sonar.dynamicAnalysis' is deprecated since version 4.3 and should no longer be used. 19:35:55.219 WARN - 'sonar.dynamicAnalysis' is deprecated since version 4.3 and should no longer be used. 19:35:55.226 WARN - 'sonar.dynamicAnalysis' is deprecated since version 4.3 and should no longer be used. 19:35:55.256 WARN - 'sonar.dynamicAnalysis' is deprecated since version 4.3 and should no longer be used. 19:35:55.266 WARN - 'sonar.dynamicAnalysis' is deprecated since version 4.3 and should no longer be used. 19:35:55.273 WARN - 'sonar.dynamicAnalysis' is deprecated since version 4.3 and should no longer be used. 19:35:55.281 WARN - 'sonar.dynamicAnalysis' is deprecated since version 4.3 and should no longer be used. 19:35:55.296 WARN - 'sonar.dynamicAnalysis' is deprecated since version 4.3 and should no longer be used. 19:35:55.305 WARN - 'sonar.dynamicAnalysis' is deprecated since version 4.3 and should no longer be used. 19:35:55.313 WARN - 'sonar.dynamicAnalysis' is deprecated since version 4.3 and should no longer be used. 19:35:55.320 WARN - 'sonar.dynamicAnalysis' is deprecated since version 4.3 and should no longer be used. 19:35:55.328 WARN - 'sonar.dynamicAnalysis' is deprecated since version 4.3 and should no longer be used. 19:35:55.360 WARN - 'sonar.dynamicAnalysis' is deprecated since version 4.3 and should no longer be used. 19:35:55.370 WARN - 'sonar.dynamicAnalysis' is deprecated since version 4.3 and should no longer be used. 19:35:55.378 WARN - 'sonar.dynamicAnalysis' is deprecated since version 4.3 and should no longer be used. 19:35:55.386 WARN - 'sonar.dynamicAnalysis' is deprecated since version 4.3 and should no longer be used. 19:35:55.393 WARN - 'sonar.dynamicAnalysis' is deprecated since version 4.3 and should no longer be used. 19:35:55.401 WARN - 'sonar.dynamicAnalysis' is deprecated since version 4.3 and should no longer be used. 19:35:55.408 WARN - 'sonar.dynamicAnalysis' is deprecated since version 4.3 and should no longer be used. 19:35:55.415 WARN - 'sonar.dynamicAnalysis' is deprecated since version 4.3 and should no longer be used. 19:35:55.423 WARN - 'sonar.dynamicAnalysis' is deprecated since version 4.3 and should no longer be used. 19:35:55.458 WARN - 'sonar.dynamicAnalysis' is deprecated since version 4.3 and should no longer be used. 19:35:55.465 WARN - 'sonar.dynamicAnalysis' is deprecated since version 4.3 and should no longer be used. 19:35:55.472 WARN - 'sonar.dynamicAnalysis' is deprecated since version 4.3 and should no longer be used. 19:35:55.479 WARN - 'sonar.dynamicAnalysis' is deprecated since version 4.3 and should no longer be used. 19:35:55.487 WARN - 'sonar.dynamicAnalysis' is deprecated since version 4.3 and should no longer be used. 19:35:55.493 WARN - 'sonar.dynamicAnalysis' is deprecated since version 4.3 and should no longer be used. 19:35:55.500 WARN - 'sonar.dynamicAnalysis' is deprecated since version 4.3 and should no longer be used. 19:35:55.507 WARN - 'sonar.dynamicAnalysis' is deprecated since version 4.3 and should no longer be used. 19:35:55.515 WARN - 'sonar.dynamicAnalysis' is deprecated since version 4.3 and should no longer be used. 19:35:55.523 WARN - 'sonar.dynamicAnalysis' is deprecated since version 4.3 and should no longer be used. 19:35:55.555 WARN - 'sonar.dynamicAnalysis' is deprecated since version 4.3 and should no longer be used. 19:35:55.563 WARN - 'sonar.dynamicAnalysis' is deprecated since version 4.3 and should no longer be used. 19:35:55.571 WARN - 'sonar.dynamicAnalysis' is deprecated since version 4.3 and should no longer be used. 19:35:55.579 WARN - 'sonar.dynamicAnalysis' is deprecated since version 4.3 and should no longer be used. 19:35:55.588 WARN - 'sonar.dynamicAnalysis' is deprecated since version 4.3 and should no longer be used. 19:35:55.598 WARN - 'sonar.dynamicAnalysis' is deprecated since version 4.3 and should no longer be used. 19:35:55.606 WARN - 'sonar.dynamicAnalysis' is deprecated since version 4.3 and should no longer be used. 19:35:55.615 WARN - 'sonar.dynamicAnalysis' is deprecated since version 4.3 and should no longer be used. 19:35:55.625 WARN - 'sonar.dynamicAnalysis' is deprecated since version 4.3 and should no longer be used. 19:35:55.633 WARN - 'sonar.dynamicAnalysis' is deprecated since version 4.3 and should no longer be used. 19:35:55.656 WARN - 'sonar.dynamicAnalysis' is deprecated since version 4.3 and should no longer be used. 19:35:55.665 WARN - 'sonar.dynamicAnalysis' is deprecated since version 4.3 and should no longer be used. 19:35:55.674 WARN - 'sonar.dynamicAnalysis' is deprecated since version 4.3 and should no longer be used. 19:35:55.683 WARN - 'sonar.dynamicAnalysis' is deprecated since version 4.3 and should no longer be used. 19:35:55.698 WARN - 'sonar.dynamicAnalysis' is deprecated since version 4.3 and should no longer be used. 19:35:55.710 WARN - 'sonar.dynamicAnalysis' is deprecated since version 4.3 and should no longer be used. 19:35:55.719 WARN - 'sonar.dynamicAnalysis' is deprecated since version 4.3 and should no longer be used. 19:35:55.729 WARN - 'sonar.dynamicAnalysis' is deprecated since version 4.3 and should no longer be used. 19:35:55.739 WARN - 'sonar.dynamicAnalysis' is deprecated since version 4.3 and should no longer be used. 19:35:55.757 WARN - 'sonar.dynamicAnalysis' is deprecated since version 4.3 and should no longer be used. 19:35:55.766 WARN - 'sonar.dynamicAnalysis' is deprecated since version 4.3 and should no longer be used. 19:35:55.776 WARN - 'sonar.dynamicAnalysis' is deprecated since version 4.3 and should no longer be used. 19:35:55.785 WARN - 'sonar.dynamicAnalysis' is deprecated since version 4.3 and should no longer be used. 19:35:55.795 WARN - 'sonar.dynamicAnalysis' is deprecated since version 4.3 and should no longer be used. 19:35:55.805 WARN - 'sonar.dynamicAnalysis' is deprecated since version 4.3 and should no longer be used. 19:35:55.815 WARN - 'sonar.dynamicAnalysis' is deprecated since version 4.3 and should no longer be used. 19:35:56.601 INFO - ------------- Scan 2019-09 19:35:56.608 INFO - Load module settings 19:35:58.034 INFO - Loading rules... 19:35:58.481 INFO - Loading rules done: 446 ms 19:35:58.561 INFO - Configure Maven plugins 19:35:58.767 INFO - Compare to previous analysis (2019-09-13) 19:35:58.783 INFO - Compare over 30 days (2019-12-25, analysis of 2019-09-13 14:36:20.0) 19:35:58.800 INFO - Compare to previous version (2019-06-14) 19:35:58.802 INFO - No quality gate is configured. 19:35:58.871 INFO - Base dir: /home/jenkins/agent/workspace/swtbot-sonar/devtools/target-platforms/2019-09 19:35:58.871 INFO - Working dir: /home/jenkins/agent/workspace/swtbot-sonar/devtools/target-platforms/2019-09/target/sonar 19:35:58.871 INFO - Source paths: pom.xml 19:35:58.872 INFO - Source encoding: UTF-8, default locale: en_US 19:35:58.872 INFO - Index files 19:35:58.890 INFO - Excluded sources: 19:35:58.890 INFO - **/util/*Switch.java 19:35:58.937 INFO - 0 files indexed 19:35:58.957 INFO - JaCoCoSensor: JaCoCo report not found : /home/jenkins/agent/workspace/swtbot-sonar/devtools/target-platforms/2019-09/../target/jacoco.exec 19:35:58.957 INFO - JaCoCoItSensor: JaCoCo IT report not found: /home/jenkins/agent/workspace/swtbot-sonar/devtools/target-platforms/2019-09/target/jacoco-it.exec 19:35:58.990 INFO - Sensor QProfileSensor... 19:35:59.018 INFO - Sensor QProfileSensor done: 28 ms 19:35:59.019 INFO - Sensor InitialOpenIssuesSensor... 19:35:59.034 INFO - Sensor InitialOpenIssuesSensor done: 15 ms 19:35:59.034 INFO - Sensor ProjectLinksSensor... 19:35:59.074 INFO - Sensor ProjectLinksSensor done: 40 ms 19:35:59.077 INFO - Sensor VersionEventsSensor... 19:35:59.107 INFO - Sensor VersionEventsSensor done: 30 ms 19:35:59.107 INFO - Sensor FileHashSensor... 19:35:59.108 INFO - Sensor FileHashSensor done: 0 ms 19:35:59.108 INFO - Sensor CPD Sensor (wrapped)... 19:35:59.108 INFO - Sensor CPD Sensor (wrapped) done: 0 ms 19:35:59.641 INFO - Execute decorators... 19:35:59.858 INFO - ------------- Scan 2019-06 19:35:59.860 INFO - Load module settings 19:35:59.989 INFO - Configure Maven plugins 19:35:59.992 INFO - Compare to previous analysis (2019-09-13) 19:35:59.994 INFO - Compare over 30 days (2019-12-25, analysis of 2019-09-13 14:36:20.0) 19:35:59.997 INFO - Compare to previous version (2019-06-14) 19:35:59.998 INFO - No quality gate is configured. 19:36:00.020 INFO - Base dir: /home/jenkins/agent/workspace/swtbot-sonar/devtools/target-platforms/2019-06 19:36:00.021 INFO - Working dir: /home/jenkins/agent/workspace/swtbot-sonar/devtools/target-platforms/2019-06/target/sonar 19:36:00.021 INFO - Source paths: pom.xml 19:36:00.021 INFO - Source encoding: UTF-8, default locale: en_US 19:36:00.021 INFO - Index files 19:36:00.021 INFO - Excluded sources: 19:36:00.021 INFO - **/util/*Switch.java 19:36:00.059 INFO - 0 files indexed 19:36:00.062 INFO - JaCoCoSensor: JaCoCo report not found : /home/jenkins/agent/workspace/swtbot-sonar/devtools/target-platforms/2019-06/../target/jacoco.exec 19:36:00.062 INFO - JaCoCoItSensor: JaCoCo IT report not found: /home/jenkins/agent/workspace/swtbot-sonar/devtools/target-platforms/2019-06/target/jacoco-it.exec 19:36:00.066 INFO - Sensor QProfileSensor... 19:36:00.067 INFO - Sensor QProfileSensor done: 1 ms 19:36:00.067 INFO - Sensor InitialOpenIssuesSensor... 19:36:00.073 INFO - Sensor InitialOpenIssuesSensor done: 6 ms 19:36:00.073 INFO - Sensor ProjectLinksSensor... 19:36:00.089 INFO - Sensor ProjectLinksSensor done: 16 ms 19:36:00.090 INFO - Sensor VersionEventsSensor... 19:36:00.098 INFO - Sensor VersionEventsSensor done: 8 ms 19:36:00.098 INFO - Sensor FileHashSensor... 19:36:00.099 INFO - Sensor FileHashSensor done: 1 ms 19:36:00.099 INFO - Sensor CPD Sensor (wrapped)... 19:36:00.099 INFO - Sensor CPD Sensor (wrapped) done: 0 ms 19:36:00.354 INFO - Execute decorators... 19:36:00.394 INFO - ------------- Scan 2019-03 19:36:00.396 INFO - Load module settings 19:36:00.495 INFO - Configure Maven plugins 19:36:00.498 INFO - Compare to previous analysis (2019-09-13) 19:36:00.500 INFO - Compare over 30 days (2019-12-25, analysis of 2019-09-13 14:36:20.0) 19:36:00.502 INFO - Compare to previous version (2019-06-14) 19:36:00.503 INFO - No quality gate is configured. 19:36:00.518 INFO - Base dir: /home/jenkins/agent/workspace/swtbot-sonar/devtools/target-platforms/2019-03 19:36:00.518 INFO - Working dir: /home/jenkins/agent/workspace/swtbot-sonar/devtools/target-platforms/2019-03/target/sonar 19:36:00.518 INFO - Source paths: pom.xml 19:36:00.519 INFO - Source encoding: UTF-8, default locale: en_US 19:36:00.519 INFO - Index files 19:36:00.519 INFO - Excluded sources: 19:36:00.519 INFO - **/util/*Switch.java 19:36:00.526 INFO - 0 files indexed 19:36:00.527 INFO - JaCoCoSensor: JaCoCo report not found : /home/jenkins/agent/workspace/swtbot-sonar/devtools/target-platforms/2019-03/../target/jacoco.exec 19:36:00.528 INFO - JaCoCoItSensor: JaCoCo IT report not found: /home/jenkins/agent/workspace/swtbot-sonar/devtools/target-platforms/2019-03/target/jacoco-it.exec 19:36:00.531 INFO - Sensor QProfileSensor... 19:36:00.531 INFO - Sensor QProfileSensor done: 0 ms 19:36:00.532 INFO - Sensor InitialOpenIssuesSensor... 19:36:00.536 INFO - Sensor InitialOpenIssuesSensor done: 4 ms 19:36:00.537 INFO - Sensor ProjectLinksSensor... 19:36:00.567 INFO - Sensor ProjectLinksSensor done: 30 ms 19:36:00.568 INFO - Sensor VersionEventsSensor... 19:36:00.575 INFO - Sensor VersionEventsSensor done: 7 ms 19:36:00.575 INFO - Sensor FileHashSensor... 19:36:00.575 INFO - Sensor FileHashSensor done: 0 ms 19:36:00.576 INFO - Sensor CPD Sensor (wrapped)... 19:36:00.576 INFO - Sensor CPD Sensor (wrapped) done: 0 ms 19:36:00.847 INFO - Execute decorators... 19:36:00.899 INFO - ------------- Scan 2018-12 19:36:00.901 INFO - Load module settings 19:36:00.998 INFO - Configure Maven plugins 19:36:01.002 INFO - Compare to previous analysis (2019-09-13) 19:36:01.004 INFO - Compare over 30 days (2019-12-25, analysis of 2019-09-13 14:36:20.0) 19:36:01.006 INFO - Compare to previous version (2019-06-14) 19:36:01.007 INFO - No quality gate is configured. 19:36:01.022 INFO - Base dir: /home/jenkins/agent/workspace/swtbot-sonar/devtools/target-platforms/2018-12 19:36:01.022 INFO - Working dir: /home/jenkins/agent/workspace/swtbot-sonar/devtools/target-platforms/2018-12/target/sonar 19:36:01.022 INFO - Source paths: pom.xml 19:36:01.023 INFO - Source encoding: UTF-8, default locale: en_US 19:36:01.023 INFO - Index files 19:36:01.023 INFO - Excluded sources: 19:36:01.023 INFO - **/util/*Switch.java 19:36:01.032 INFO - 0 files indexed 19:36:01.034 INFO - JaCoCoSensor: JaCoCo report not found : /home/jenkins/agent/workspace/swtbot-sonar/devtools/target-platforms/2018-12/../target/jacoco.exec 19:36:01.034 INFO - JaCoCoItSensor: JaCoCo IT report not found: /home/jenkins/agent/workspace/swtbot-sonar/devtools/target-platforms/2018-12/target/jacoco-it.exec 19:36:01.038 INFO - Sensor QProfileSensor... 19:36:01.038 INFO - Sensor QProfileSensor done: 0 ms 19:36:01.038 INFO - Sensor InitialOpenIssuesSensor... 19:36:01.055 INFO - Sensor InitialOpenIssuesSensor done: 17 ms 19:36:01.055 INFO - Sensor ProjectLinksSensor... 19:36:01.073 INFO - Sensor ProjectLinksSensor done: 18 ms 19:36:01.074 INFO - Sensor VersionEventsSensor... 19:36:01.083 INFO - Sensor VersionEventsSensor done: 9 ms 19:36:01.083 INFO - Sensor FileHashSensor... 19:36:01.084 INFO - Sensor FileHashSensor done: 1 ms 19:36:01.084 INFO - Sensor CPD Sensor (wrapped)... 19:36:01.084 INFO - Sensor CPD Sensor (wrapped) done: 0 ms 19:36:01.426 INFO - Execute decorators... 19:36:01.459 INFO - ------------- Scan 2018-09 19:36:01.460 INFO - Load module settings 19:36:01.542 INFO - Configure Maven plugins 19:36:01.544 INFO - Compare to previous analysis (2019-09-13) 19:36:01.553 INFO - Compare over 30 days (2019-12-25, analysis of 2019-09-13 14:36:20.0) 19:36:01.556 INFO - Compare to previous version (2019-06-14) 19:36:01.557 INFO - No quality gate is configured. 19:36:01.570 INFO - Base dir: /home/jenkins/agent/workspace/swtbot-sonar/devtools/target-platforms/2018-09 19:36:01.570 INFO - Working dir: /home/jenkins/agent/workspace/swtbot-sonar/devtools/target-platforms/2018-09/target/sonar 19:36:01.570 INFO - Source paths: pom.xml 19:36:01.570 INFO - Source encoding: UTF-8, default locale: en_US 19:36:01.570 INFO - Index files 19:36:01.570 INFO - Excluded sources: 19:36:01.571 INFO - **/util/*Switch.java 19:36:01.578 INFO - 0 files indexed 19:36:01.579 INFO - JaCoCoSensor: JaCoCo report not found : /home/jenkins/agent/workspace/swtbot-sonar/devtools/target-platforms/2018-09/../target/jacoco.exec 19:36:01.580 INFO - JaCoCoItSensor: JaCoCo IT report not found: /home/jenkins/agent/workspace/swtbot-sonar/devtools/target-platforms/2018-09/target/jacoco-it.exec 19:36:01.582 INFO - Sensor QProfileSensor... 19:36:01.583 INFO - Sensor QProfileSensor done: 1 ms 19:36:01.583 INFO - Sensor InitialOpenIssuesSensor... 19:36:01.588 INFO - Sensor InitialOpenIssuesSensor done: 5 ms 19:36:01.588 INFO - Sensor ProjectLinksSensor... 19:36:01.601 INFO - Sensor ProjectLinksSensor done: 13 ms 19:36:01.602 INFO - Sensor VersionEventsSensor... 19:36:01.609 INFO - Sensor VersionEventsSensor done: 7 ms 19:36:01.609 INFO - Sensor FileHashSensor... 19:36:01.609 INFO - Sensor FileHashSensor done: 0 ms 19:36:01.609 INFO - Sensor CPD Sensor (wrapped)... 19:36:01.609 INFO - Sensor CPD Sensor (wrapped) done: 0 ms 19:36:01.724 INFO - Execute decorators... 19:36:01.755 INFO - ------------- Scan photon 19:36:01.756 INFO - Load module settings 19:36:01.833 INFO - Configure Maven plugins 19:36:01.836 INFO - Compare to previous analysis (2019-09-13) 19:36:01.838 INFO - Compare over 30 days (2019-12-25, analysis of 2019-09-13 14:36:20.0) 19:36:01.840 INFO - Compare to previous version (2019-06-14) 19:36:01.841 INFO - No quality gate is configured. 19:36:01.862 INFO - Base dir: /home/jenkins/agent/workspace/swtbot-sonar/devtools/target-platforms/photon 19:36:01.863 INFO - Working dir: /home/jenkins/agent/workspace/swtbot-sonar/devtools/target-platforms/photon/target/sonar 19:36:01.863 INFO - Source paths: pom.xml 19:36:01.863 INFO - Source encoding: UTF-8, default locale: en_US 19:36:01.863 INFO - Index files 19:36:01.863 INFO - Excluded sources: 19:36:01.863 INFO - **/util/*Switch.java 19:36:01.870 INFO - 0 files indexed 19:36:01.871 INFO - JaCoCoSensor: JaCoCo report not found : /home/jenkins/agent/workspace/swtbot-sonar/devtools/target-platforms/photon/../target/jacoco.exec 19:36:01.872 INFO - JaCoCoItSensor: JaCoCo IT report not found: /home/jenkins/agent/workspace/swtbot-sonar/devtools/target-platforms/photon/target/jacoco-it.exec 19:36:01.875 INFO - Sensor QProfileSensor... 19:36:01.875 INFO - Sensor QProfileSensor done: 0 ms 19:36:01.875 INFO - Sensor InitialOpenIssuesSensor... 19:36:01.880 INFO - Sensor InitialOpenIssuesSensor done: 5 ms 19:36:01.881 INFO - Sensor ProjectLinksSensor... 19:36:01.903 INFO - Sensor ProjectLinksSensor done: 22 ms 19:36:01.905 INFO - Sensor VersionEventsSensor... 19:36:01.915 INFO - Sensor VersionEventsSensor done: 10 ms 19:36:01.915 INFO - Sensor FileHashSensor... 19:36:01.916 INFO - Sensor FileHashSensor done: 1 ms 19:36:01.916 INFO - Sensor CPD Sensor (wrapped)... 19:36:01.916 INFO - Sensor CPD Sensor (wrapped) done: 0 ms 19:36:02.065 INFO - Execute decorators... 19:36:02.104 INFO - ------------- Scan oxygen 19:36:02.105 INFO - Load module settings 19:36:02.185 INFO - Configure Maven plugins 19:36:02.188 INFO - Compare to previous analysis (2019-09-13) 19:36:02.190 INFO - Compare over 30 days (2019-12-25, analysis of 2019-09-13 14:36:20.0) 19:36:02.192 INFO - Compare to previous version (2019-06-14) 19:36:02.193 INFO - No quality gate is configured. 19:36:02.208 INFO - Base dir: /home/jenkins/agent/workspace/swtbot-sonar/devtools/target-platforms/oxygen 19:36:02.208 INFO - Working dir: /home/jenkins/agent/workspace/swtbot-sonar/devtools/target-platforms/oxygen/target/sonar 19:36:02.208 INFO - Source paths: pom.xml 19:36:02.208 INFO - Source encoding: UTF-8, default locale: en_US 19:36:02.208 INFO - Index files 19:36:02.209 INFO - Excluded sources: 19:36:02.209 INFO - **/util/*Switch.java 19:36:02.217 INFO - 0 files indexed 19:36:02.218 INFO - JaCoCoSensor: JaCoCo report not found : /home/jenkins/agent/workspace/swtbot-sonar/devtools/target-platforms/oxygen/../target/jacoco.exec 19:36:02.219 INFO - JaCoCoItSensor: JaCoCo IT report not found: /home/jenkins/agent/workspace/swtbot-sonar/devtools/target-platforms/oxygen/target/jacoco-it.exec 19:36:02.224 INFO - Sensor QProfileSensor... 19:36:02.225 INFO - Sensor QProfileSensor done: 1 ms 19:36:02.225 INFO - Sensor InitialOpenIssuesSensor... 19:36:02.231 INFO - Sensor InitialOpenIssuesSensor done: 6 ms 19:36:02.231 INFO - Sensor ProjectLinksSensor... 19:36:02.269 INFO - Sensor ProjectLinksSensor done: 38 ms 19:36:02.271 INFO - Sensor VersionEventsSensor... 19:36:02.283 INFO - Sensor VersionEventsSensor done: 11 ms 19:36:02.283 INFO - Sensor FileHashSensor... 19:36:02.283 INFO - Sensor FileHashSensor done: 0 ms 19:36:02.283 INFO - Sensor CPD Sensor (wrapped)... 19:36:02.283 INFO - Sensor CPD Sensor (wrapped) done: 0 ms 19:36:02.385 INFO - Execute decorators... 19:36:02.420 INFO - ------------- Scan neon 19:36:02.421 INFO - Load module settings 19:36:02.504 INFO - Configure Maven plugins 19:36:02.507 INFO - Compare to previous analysis (2019-09-13) 19:36:02.509 INFO - Compare over 30 days (2019-12-25, analysis of 2019-09-13 14:36:20.0) 19:36:02.511 INFO - Compare to previous version (2019-06-14) 19:36:02.512 INFO - No quality gate is configured. 19:36:02.526 INFO - Base dir: /home/jenkins/agent/workspace/swtbot-sonar/devtools/target-platforms/neon 19:36:02.526 INFO - Working dir: /home/jenkins/agent/workspace/swtbot-sonar/devtools/target-platforms/neon/target/sonar 19:36:02.526 INFO - Source paths: pom.xml 19:36:02.526 INFO - Source encoding: UTF-8, default locale: en_US 19:36:02.527 INFO - Index files 19:36:02.527 INFO - Excluded sources: 19:36:02.527 INFO - **/util/*Switch.java 19:36:02.535 INFO - 0 files indexed 19:36:02.536 INFO - JaCoCoSensor: JaCoCo report not found : /home/jenkins/agent/workspace/swtbot-sonar/devtools/target-platforms/neon/../target/jacoco.exec 19:36:02.537 INFO - JaCoCoItSensor: JaCoCo IT report not found: /home/jenkins/agent/workspace/swtbot-sonar/devtools/target-platforms/neon/target/jacoco-it.exec 19:36:02.539 INFO - Sensor QProfileSensor... 19:36:02.540 INFO - Sensor QProfileSensor done: 1 ms 19:36:02.540 INFO - Sensor InitialOpenIssuesSensor... 19:36:02.553 INFO - Sensor InitialOpenIssuesSensor done: 13 ms 19:36:02.554 INFO - Sensor ProjectLinksSensor... 19:36:02.568 INFO - Sensor ProjectLinksSensor done: 14 ms 19:36:02.569 INFO - Sensor VersionEventsSensor... 19:36:02.577 INFO - Sensor VersionEventsSensor done: 8 ms 19:36:02.577 INFO - Sensor FileHashSensor... 19:36:02.578 INFO - Sensor FileHashSensor done: 1 ms 19:36:02.578 INFO - Sensor CPD Sensor (wrapped)... 19:36:02.578 INFO - Sensor CPD Sensor (wrapped) done: 0 ms 19:36:02.858 INFO - Execute decorators... 19:36:02.889 INFO - ------------- Scan mars 19:36:02.890 INFO - Load module settings 19:36:02.981 INFO - Configure Maven plugins 19:36:02.983 INFO - Compare to previous analysis (2019-09-13) 19:36:02.985 INFO - Compare over 30 days (2019-12-25, analysis of 2019-09-13 14:36:20.0) 19:36:02.987 INFO - Compare to previous version (2019-06-14) 19:36:02.988 INFO - No quality gate is configured. 19:36:03.002 INFO - Base dir: /home/jenkins/agent/workspace/swtbot-sonar/devtools/target-platforms/mars 19:36:03.002 INFO - Working dir: /home/jenkins/agent/workspace/swtbot-sonar/devtools/target-platforms/mars/target/sonar 19:36:03.002 INFO - Source paths: pom.xml 19:36:03.002 INFO - Source encoding: UTF-8, default locale: en_US 19:36:03.002 INFO - Index files 19:36:03.003 INFO - Excluded sources: 19:36:03.003 INFO - **/util/*Switch.java 19:36:03.009 INFO - 0 files indexed 19:36:03.011 INFO - JaCoCoSensor: JaCoCo report not found : /home/jenkins/agent/workspace/swtbot-sonar/devtools/target-platforms/mars/../target/jacoco.exec 19:36:03.011 INFO - JaCoCoItSensor: JaCoCo IT report not found: /home/jenkins/agent/workspace/swtbot-sonar/devtools/target-platforms/mars/target/jacoco-it.exec 19:36:03.014 INFO - Sensor QProfileSensor... 19:36:03.014 INFO - Sensor QProfileSensor done: 0 ms 19:36:03.014 INFO - Sensor InitialOpenIssuesSensor... 19:36:03.019 INFO - Sensor InitialOpenIssuesSensor done: 5 ms 19:36:03.020 INFO - Sensor ProjectLinksSensor... 19:36:03.033 INFO - Sensor ProjectLinksSensor done: 13 ms 19:36:03.035 INFO - Sensor VersionEventsSensor... 19:36:03.042 INFO - Sensor VersionEventsSensor done: 7 ms 19:36:03.042 INFO - Sensor FileHashSensor... 19:36:03.043 INFO - Sensor FileHashSensor done: 1 ms 19:36:03.043 INFO - Sensor CPD Sensor (wrapped)... 19:36:03.043 INFO - Sensor CPD Sensor (wrapped) done: 0 ms 19:36:03.221 INFO - Execute decorators... 19:36:03.257 INFO - ------------- Scan luna 19:36:03.259 INFO - Load module settings 19:36:03.348 INFO - Configure Maven plugins 19:36:03.351 INFO - Compare to previous analysis (2019-09-13) 19:36:03.353 INFO - Compare over 30 days (2019-12-25, analysis of 2019-09-13 14:36:20.0) 19:36:03.355 INFO - Compare to previous version (2019-06-14) 19:36:03.355 INFO - No quality gate is configured. 19:36:03.370 INFO - Base dir: /home/jenkins/agent/workspace/swtbot-sonar/devtools/target-platforms/luna 19:36:03.370 INFO - Working dir: /home/jenkins/agent/workspace/swtbot-sonar/devtools/target-platforms/luna/target/sonar 19:36:03.370 INFO - Source paths: pom.xml 19:36:03.370 INFO - Source encoding: UTF-8, default locale: en_US 19:36:03.370 INFO - Index files 19:36:03.370 INFO - Excluded sources: 19:36:03.370 INFO - **/util/*Switch.java 19:36:03.378 INFO - 0 files indexed 19:36:03.380 INFO - JaCoCoSensor: JaCoCo report not found : /home/jenkins/agent/workspace/swtbot-sonar/devtools/target-platforms/luna/../target/jacoco.exec 19:36:03.380 INFO - JaCoCoItSensor: JaCoCo IT report not found: /home/jenkins/agent/workspace/swtbot-sonar/devtools/target-platforms/luna/target/jacoco-it.exec 19:36:03.384 INFO - Sensor QProfileSensor... 19:36:03.385 INFO - Sensor QProfileSensor done: 1 ms 19:36:03.385 INFO - Sensor InitialOpenIssuesSensor... 19:36:03.391 INFO - Sensor InitialOpenIssuesSensor done: 6 ms 19:36:03.391 INFO - Sensor ProjectLinksSensor... 19:36:03.405 INFO - Sensor ProjectLinksSensor done: 14 ms 19:36:03.407 INFO - Sensor VersionEventsSensor... 19:36:03.415 INFO - Sensor VersionEventsSensor done: 8 ms 19:36:03.415 INFO - Sensor FileHashSensor... 19:36:03.415 INFO - Sensor FileHashSensor done: 0 ms 19:36:03.415 INFO - Sensor CPD Sensor (wrapped)... 19:36:03.415 INFO - Sensor CPD Sensor (wrapped) done: 0 ms 19:36:03.596 INFO - Execute decorators... 19:36:03.629 INFO - ------------- Scan kepler 19:36:03.630 INFO - Load module settings 19:36:03.726 INFO - Configure Maven plugins 19:36:03.732 INFO - Compare to previous analysis (2019-09-13) 19:36:03.734 INFO - Compare over 30 days (2019-12-25, analysis of 2019-09-13 14:36:20.0) 19:36:03.737 INFO - Compare to previous version (2019-06-14) 19:36:03.737 INFO - No quality gate is configured. 19:36:03.761 INFO - Base dir: /home/jenkins/agent/workspace/swtbot-sonar/devtools/target-platforms/kepler 19:36:03.761 INFO - Working dir: /home/jenkins/agent/workspace/swtbot-sonar/devtools/target-platforms/kepler/target/sonar 19:36:03.761 INFO - Source paths: pom.xml 19:36:03.761 INFO - Source encoding: UTF-8, default locale: en_US 19:36:03.761 INFO - Index files 19:36:03.761 INFO - Excluded sources: 19:36:03.761 INFO - **/util/*Switch.java 19:36:03.770 INFO - 0 files indexed 19:36:03.773 INFO - JaCoCoSensor: JaCoCo report not found : /home/jenkins/agent/workspace/swtbot-sonar/devtools/target-platforms/kepler/../target/jacoco.exec 19:36:03.773 INFO - JaCoCoItSensor: JaCoCo IT report not found: /home/jenkins/agent/workspace/swtbot-sonar/devtools/target-platforms/kepler/target/jacoco-it.exec 19:36:03.777 INFO - Sensor QProfileSensor... 19:36:03.778 INFO - Sensor QProfileSensor done: 1 ms 19:36:03.778 INFO - Sensor InitialOpenIssuesSensor... 19:36:03.785 INFO - Sensor InitialOpenIssuesSensor done: 7 ms 19:36:03.785 INFO - Sensor ProjectLinksSensor... 19:36:03.801 INFO - Sensor ProjectLinksSensor done: 16 ms 19:36:03.802 INFO - Sensor VersionEventsSensor... 19:36:03.810 INFO - Sensor VersionEventsSensor done: 8 ms 19:36:03.810 INFO - Sensor FileHashSensor... 19:36:03.810 INFO - Sensor FileHashSensor done: 0 ms 19:36:03.810 INFO - Sensor CPD Sensor (wrapped)... 19:36:03.810 INFO - Sensor CPD Sensor (wrapped) done: 0 ms 19:36:04.108 INFO - Execute decorators... 19:36:04.144 INFO - ------------- Scan juno 19:36:04.152 INFO - Load module settings 19:36:04.226 INFO - Configure Maven plugins 19:36:04.229 INFO - Compare to previous analysis (2019-09-13) 19:36:04.231 INFO - Compare over 30 days (2019-12-25, analysis of 2019-09-13 14:36:20.0) 19:36:04.233 INFO - Compare to previous version (2019-06-14) 19:36:04.253 INFO - No quality gate is configured. 19:36:04.266 INFO - Base dir: /home/jenkins/agent/workspace/swtbot-sonar/devtools/target-platforms/juno 19:36:04.266 INFO - Working dir: /home/jenkins/agent/workspace/swtbot-sonar/devtools/target-platforms/juno/target/sonar 19:36:04.266 INFO - Source paths: pom.xml 19:36:04.266 INFO - Source encoding: UTF-8, default locale: en_US 19:36:04.266 INFO - Index files 19:36:04.267 INFO - Excluded sources: 19:36:04.267 INFO - **/util/*Switch.java 19:36:04.276 INFO - 0 files indexed 19:36:04.278 INFO - JaCoCoSensor: JaCoCo report not found : /home/jenkins/agent/workspace/swtbot-sonar/devtools/target-platforms/juno/../target/jacoco.exec 19:36:04.278 INFO - JaCoCoItSensor: JaCoCo IT report not found: /home/jenkins/agent/workspace/swtbot-sonar/devtools/target-platforms/juno/target/jacoco-it.exec 19:36:04.281 INFO - Sensor QProfileSensor... 19:36:04.282 INFO - Sensor QProfileSensor done: 1 ms 19:36:04.282 INFO - Sensor InitialOpenIssuesSensor... 19:36:04.287 INFO - Sensor InitialOpenIssuesSensor done: 5 ms 19:36:04.287 INFO - Sensor ProjectLinksSensor... 19:36:04.300 INFO - Sensor ProjectLinksSensor done: 13 ms 19:36:04.302 INFO - Sensor VersionEventsSensor... 19:36:04.309 INFO - Sensor VersionEventsSensor done: 7 ms 19:36:04.309 INFO - Sensor FileHashSensor... 19:36:04.309 INFO - Sensor FileHashSensor done: 0 ms 19:36:04.309 INFO - Sensor CPD Sensor (wrapped)... 19:36:04.310 INFO - Sensor CPD Sensor (wrapped) done: 1 ms 19:36:04.425 INFO - Execute decorators... 19:36:04.453 INFO - ------------- Scan target-platforms 19:36:04.454 INFO - Load module settings 19:36:04.523 INFO - Configure Maven plugins 19:36:04.526 INFO - Compare to previous analysis (2019-09-13) 19:36:04.527 INFO - Compare over 30 days (2019-12-25, analysis of 2019-09-13 14:36:20.0) 19:36:04.529 INFO - Compare to previous version (2019-06-14) 19:36:04.530 INFO - No quality gate is configured. 19:36:04.542 INFO - Base dir: /home/jenkins/agent/workspace/swtbot-sonar/devtools/target-platforms 19:36:04.543 INFO - Working dir: /home/jenkins/agent/workspace/swtbot-sonar/devtools/target-platforms/target/sonar 19:36:04.543 INFO - Source encoding: UTF-8, default locale: en_US 19:36:04.543 INFO - JaCoCoSensor: JaCoCo report not found : /home/jenkins/agent/workspace/swtbot-sonar/devtools/target-platforms/../target/jacoco.exec 19:36:04.544 INFO - JaCoCoItSensor: JaCoCo IT report not found: /home/jenkins/agent/workspace/swtbot-sonar/devtools/target-platforms/target/jacoco-it.exec 19:36:04.557 INFO - Sensor InitialOpenIssuesSensor... 19:36:04.563 INFO - Sensor InitialOpenIssuesSensor done: 6 ms 19:36:04.563 INFO - Sensor ProjectLinksSensor... 19:36:04.578 INFO - Sensor ProjectLinksSensor done: 15 ms 19:36:04.579 INFO - Sensor VersionEventsSensor... 19:36:04.586 INFO - Sensor VersionEventsSensor done: 7 ms 19:36:04.587 INFO - Sensor FileHashSensor... 19:36:04.587 INFO - Sensor FileHashSensor done: 0 ms 19:36:04.587 INFO - Sensor CPD Sensor (wrapped)... 19:36:04.587 INFO - Sensor CPD Sensor (wrapped) done: 0 ms 19:36:04.694 INFO - Execute decorators... 19:36:04.828 INFO - ------------- Scan org.eclipse.swtbot.ant.junit 19:36:04.829 INFO - Load module settings 19:36:04.908 INFO - Configure Maven plugins 19:36:04.911 INFO - Compare to previous analysis (2019-09-13) 19:36:04.912 INFO - Compare over 30 days (2019-12-25, analysis of 2019-09-13 14:36:20.0) 19:36:04.914 INFO - Compare to previous version (2019-06-14) 19:36:04.915 INFO - No quality gate is configured. 19:36:04.929 INFO - Base dir: /home/jenkins/agent/workspace/swtbot-sonar/org.eclipse.swtbot.ant.junit 19:36:04.929 INFO - Working dir: /home/jenkins/agent/workspace/swtbot-sonar/org.eclipse.swtbot.ant.junit/target/sonar 19:36:04.930 INFO - Source paths: pom.xml 19:36:04.930 INFO - Source encoding: UTF-8, default locale: en_US 19:36:04.930 INFO - Index files 19:36:04.930 INFO - Excluded sources: 19:36:04.930 INFO - **/util/*Switch.java 19:36:04.936 INFO - 0 files indexed 19:36:04.938 INFO - JaCoCoItSensor: JaCoCo IT report not found: /home/jenkins/agent/workspace/swtbot-sonar/org.eclipse.swtbot.ant.junit/target/jacoco-it.exec 19:36:04.941 INFO - Sensor QProfileSensor... 19:36:04.942 INFO - Sensor QProfileSensor done: 1 ms 19:36:04.942 INFO - Sensor InitialOpenIssuesSensor... 19:36:04.946 INFO - Sensor InitialOpenIssuesSensor done: 4 ms 19:36:04.947 INFO - Sensor ProjectLinksSensor... 19:36:04.960 INFO - Sensor ProjectLinksSensor done: 13 ms 19:36:04.962 INFO - Sensor VersionEventsSensor... 19:36:04.969 INFO - Sensor VersionEventsSensor done: 7 ms 19:36:04.969 INFO - Sensor FileHashSensor... 19:36:04.969 INFO - Sensor FileHashSensor done: 0 ms 19:36:04.969 INFO - Sensor CPD Sensor (wrapped)... 19:36:04.969 INFO - Sensor CPD Sensor (wrapped) done: 0 ms 19:36:05.220 INFO - Execute decorators... 19:36:05.267 INFO - ------------- Scan org.eclipse.swtbot.eclipse 19:36:05.268 INFO - Load module settings 19:36:05.369 INFO - Configure Maven plugins 19:36:05.371 INFO - Compare to previous analysis (2019-09-13) 19:36:05.373 INFO - Compare over 30 days (2019-12-25, analysis of 2019-09-13 14:36:20.0) 19:36:05.376 INFO - Compare to previous version (2019-06-14) 19:36:05.376 INFO - No quality gate is configured. 19:36:05.392 INFO - Base dir: /home/jenkins/agent/workspace/swtbot-sonar/org.eclipse.swtbot.eclipse 19:36:05.392 INFO - Working dir: /home/jenkins/agent/workspace/swtbot-sonar/org.eclipse.swtbot.eclipse/target/sonar 19:36:05.392 INFO - Source paths: pom.xml 19:36:05.392 INFO - Source encoding: UTF-8, default locale: en_US 19:36:05.392 INFO - Index files 19:36:05.392 INFO - Excluded sources: 19:36:05.392 INFO - **/util/*Switch.java 19:36:05.399 INFO - 0 files indexed 19:36:05.401 INFO - JaCoCoItSensor: JaCoCo IT report not found: /home/jenkins/agent/workspace/swtbot-sonar/org.eclipse.swtbot.eclipse/target/jacoco-it.exec 19:36:05.404 INFO - Sensor QProfileSensor... 19:36:05.405 INFO - Sensor QProfileSensor done: 1 ms 19:36:05.405 INFO - Sensor InitialOpenIssuesSensor... 19:36:05.409 INFO - Sensor InitialOpenIssuesSensor done: 4 ms 19:36:05.409 INFO - Sensor ProjectLinksSensor... 19:36:05.439 INFO - Sensor ProjectLinksSensor done: 30 ms 19:36:05.453 INFO - Sensor VersionEventsSensor... 19:36:05.460 INFO - Sensor VersionEventsSensor done: 8 ms 19:36:05.460 INFO - Sensor FileHashSensor... 19:36:05.461 INFO - Sensor FileHashSensor done: 1 ms 19:36:05.461 INFO - Sensor CPD Sensor (wrapped)... 19:36:05.461 INFO - Sensor CPD Sensor (wrapped) done: 0 ms 19:36:05.715 INFO - Execute decorators... 19:36:05.749 INFO - ------------- Scan org.eclipse.swtbot.eclipse.core 19:36:05.751 INFO - Load module settings 19:36:05.874 INFO - Configure Maven plugins 19:36:05.876 INFO - Compare to previous analysis (2019-09-13) 19:36:05.878 INFO - Compare over 30 days (2019-12-25, analysis of 2019-09-13 14:36:20.0) 19:36:05.879 INFO - Compare to previous version (2019-06-14) 19:36:05.880 INFO - No quality gate is configured. 19:36:05.919 INFO - Base dir: /home/jenkins/agent/workspace/swtbot-sonar/org.eclipse.swtbot.eclipse.core 19:36:05.919 INFO - Working dir: /home/jenkins/agent/workspace/swtbot-sonar/org.eclipse.swtbot.eclipse.core/target/sonar 19:36:05.919 INFO - Source paths: pom.xml, src 19:36:05.919 INFO - Binary dirs: target/classes 19:36:05.919 INFO - Source encoding: UTF-8, default locale: en_US 19:36:05.919 INFO - Index files 19:36:05.919 INFO - Excluded sources: 19:36:05.919 INFO - **/util/*Switch.java 19:36:05.988 INFO - 2 files indexed 19:36:06.039 INFO - Quality profile for java: Sonar way with Findbugs 19:36:06.045 INFO - JaCoCoItSensor: JaCoCo IT report not found: /home/jenkins/agent/workspace/swtbot-sonar/org.eclipse.swtbot.eclipse.core/target/jacoco-it.exec 19:36:06.061 INFO - Sensor JavaSquidSensor... 19:36:06.312 INFO - Configured Java source version (sonar.java.source): 6 19:36:06.342 INFO - JavaClasspath initialization... 19:36:06.378 INFO - JavaClasspath initialization done: 36 ms 19:36:06.378 INFO - JavaTestClasspath initialization... 19:36:06.410 INFO - JavaTestClasspath initialization done: 32 ms 19:36:06.963 INFO - Java Main Files AST scan... 19:36:06.966 INFO - 2 source files to be analyzed 19:36:07.301 ERROR - Class not found: org.osgi.annotation.versioning.ProviderType 19:36:07.802 INFO - Java Main Files AST scan done: 840 ms 19:36:07.803 INFO - 2/2 source files have been analyzed 19:36:07.806 INFO - Java bytecode scan... 19:36:08.024 INFO - Java bytecode scan done: 218 ms 19:36:08.024 INFO - Java Test Files AST scan... 19:36:08.024 INFO - 0 source files to be analyzed 19:36:08.025 INFO - Java Test Files AST scan done: 1 ms 19:36:08.025 INFO - 0/0 source files have been analyzed 19:36:08.027 INFO - Package design analysis... 19:36:08.036 INFO - Package design analysis done: 9 ms 19:36:08.038 INFO - Sensor JavaSquidSensor done: 1977 ms 19:36:08.040 INFO - Sensor QProfileSensor... 19:36:08.054 INFO - Sensor QProfileSensor done: 14 ms 19:36:08.054 INFO - Sensor InitialOpenIssuesSensor... 19:36:08.077 INFO - Sensor InitialOpenIssuesSensor done: 23 ms 19:36:08.077 INFO - Sensor ProjectLinksSensor... 19:36:08.093 INFO - Sensor ProjectLinksSensor done: 16 ms 19:36:08.094 INFO - Sensor VersionEventsSensor... 19:36:08.102 INFO - Sensor VersionEventsSensor done: 8 ms 19:36:08.102 INFO - Sensor FileHashSensor... 19:36:08.110 INFO - Sensor FileHashSensor done: 8 ms 19:36:08.110 INFO - Sensor org.sonar.plugins.findbugs.FindbugsSensor@65be87ee... 19:36:08.114 INFO - Execute Findbugs 3.0.1... 19:36:09.755 INFO - Findbugs output report: /home/jenkins/agent/workspace/swtbot-sonar/org.eclipse.swtbot.eclipse.core/target/sonar/findbugs-result.xml 19:36:15.021 INFO - Execute Findbugs 3.0.1 done: 6907 ms 19:36:15.059 INFO - Sensor org.sonar.plugins.findbugs.FindbugsSensor@65be87ee done: 6949 ms 19:36:15.060 INFO - Sensor SurefireSensor... 19:36:15.063 INFO - parsing /home/jenkins/agent/workspace/swtbot-sonar/org.eclipse.swtbot.eclipse.core/target/surefire-reports 19:36:15.063 ERROR - Reports path not found or is not a directory: /home/jenkins/agent/workspace/swtbot-sonar/org.eclipse.swtbot.eclipse.core/target/surefire-reports 19:36:15.063 INFO - Sensor SurefireSensor done: 3 ms 19:36:15.063 INFO - Sensor JaCoCoOverallSensor... 19:36:15.083 WARN - You are not using the latest JaCoCo binary format version, please consider upgrading to latest JaCoCo version. 19:36:15.083 INFO - Analysing /home/jenkins/agent/workspace/swtbot-sonar/org.eclipse.swtbot.eclipse.core/../target/jacoco.exec 19:36:15.159 WARN - You are not using the latest JaCoCo binary format version, please consider upgrading to latest JaCoCo version. 19:36:15.159 INFO - Analysing /home/jenkins/agent/workspace/swtbot-sonar/org.eclipse.swtbot.eclipse.core/target/sonar/jacoco-overall.exec 19:36:15.284 INFO - No information about coverage per test. 19:36:15.284 INFO - Sensor JaCoCoOverallSensor done: 221 ms 19:36:15.284 INFO - Sensor PmdSensor... 19:36:15.286 INFO - Execute PMD 5.4.2... 19:36:15.323 INFO - Java version: 1.6 19:36:15.388 INFO - PMD configuration: /home/jenkins/agent/workspace/swtbot-sonar/org.eclipse.swtbot.eclipse.core/target/sonar/pmd.xml 19:36:16.870 INFO - Execute PMD 5.4.2 done: 1584 ms 19:36:16.873 INFO - Sensor PmdSensor done: 1589 ms 19:36:16.874 INFO - Sensor CheckstyleSensor... 19:36:16.875 INFO - Execute Checkstyle ${checkstyle.version}... 19:36:16.892 INFO - Checkstyle configuration: /home/jenkins/agent/workspace/swtbot-sonar/org.eclipse.swtbot.eclipse.core/target/sonar/checkstyle.xml 19:36:17.757 INFO - Execute Checkstyle ${checkstyle.version} done: 882 ms 19:36:17.757 INFO - Sensor CheckstyleSensor done: 883 ms 19:36:17.757 INFO - Sensor JaCoCoSensor... 19:36:17.759 WARN - You are not using the latest JaCoCo binary format version, please consider upgrading to latest JaCoCo version. 19:36:17.759 INFO - Analysing /home/jenkins/agent/workspace/swtbot-sonar/org.eclipse.swtbot.eclipse.core/../target/jacoco.exec 19:36:17.772 INFO - No information about coverage per test. 19:36:17.772 INFO - Sensor JaCoCoSensor done: 15 ms 19:36:17.772 INFO - Sensor CPD Sensor (wrapped)... 19:36:17.773 INFO - JavaCpdEngine is used for java 19:36:17.774 INFO - Cross-project analysis disabled 19:36:17.864 INFO - Sensor CPD Sensor (wrapped) done: 92 ms 19:36:19.562 INFO - Execute decorators... 19:36:19.789 INFO - ------------- Scan org.eclipse.swtbot.eclipse.dsl 19:36:19.792 INFO - Load module settings 19:36:20.139 INFO - Configure Maven plugins 19:36:20.143 INFO - Compare to previous analysis (2019-09-13) 19:36:20.144 INFO - Compare over 30 days (2019-12-25, analysis of 2019-09-13 14:36:20.0) 19:36:20.146 INFO - Compare to previous version (2019-06-14) 19:36:20.147 INFO - No quality gate is configured. 19:36:20.194 INFO - Base dir: /home/jenkins/agent/workspace/swtbot-sonar/org.eclipse.swtbot.eclipse.dsl 19:36:20.194 INFO - Working dir: /home/jenkins/agent/workspace/swtbot-sonar/org.eclipse.swtbot.eclipse.dsl/target/sonar 19:36:20.194 INFO - Source paths: pom.xml, src 19:36:20.195 INFO - Binary dirs: target/classes 19:36:20.195 INFO - Source encoding: UTF-8, default locale: en_US 19:36:20.195 INFO - Index files 19:36:20.195 INFO - Excluded sources: 19:36:20.195 INFO - **/util/*Switch.java 19:36:20.210 INFO - 4 files indexed 19:36:20.260 INFO - Quality profile for java: Sonar way with Findbugs 19:36:20.263 INFO - JaCoCoItSensor: JaCoCo IT report not found: /home/jenkins/agent/workspace/swtbot-sonar/org.eclipse.swtbot.eclipse.dsl/target/jacoco-it.exec 19:36:20.267 INFO - Sensor JavaSquidSensor... 19:36:20.270 INFO - Configured Java source version (sonar.java.source): 6 19:36:20.270 INFO - JavaClasspath initialization... 19:36:20.296 INFO - JavaClasspath initialization done: 26 ms 19:36:20.296 INFO - JavaTestClasspath initialization... 19:36:20.323 INFO - JavaTestClasspath initialization done: 27 ms 19:36:20.358 INFO - Java Main Files AST scan... 19:36:20.358 INFO - 4 source files to be analyzed 19:36:20.475 ERROR - Class not found: org.osgi.annotation.versioning.ConsumerType 19:36:20.475 ERROR - Class not found: org.osgi.annotation.versioning.ProviderType 19:36:20.770 ERROR - Class not found: org.eclipse.swtbot.eclipse.finder.SWTWorkbenchBot 19:36:20.771 ERROR - Class not found: org.eclipse.swtbot.swt.finder.widgets.SWTBotShell 19:36:20.812 INFO - Java Main Files AST scan done: 454 ms 19:36:20.813 INFO - 4/4 source files have been analyzed 19:36:20.814 INFO - Java bytecode scan... 19:36:20.907 WARN - Class 'org/eclipse/swtbot/swt/finder/results/Result' is not accessible through the ClassLoader. 19:36:20.907 WARN - Class 'org/eclipse/swtbot/swt/finder/finders/UIThreadRunnable' is not accessible through the ClassLoader. 19:36:20.908 WARN - Class 'org/eclipse/swtbot/swt/finder/utils/StringConverter' is not accessible through the ClassLoader. 19:36:20.908 WARN - Class 'org/eclipse/swtbot/swt/finder/utils/StringUtils' is not accessible through the ClassLoader. 19:36:20.910 WARN - Class 'org/eclipse/swtbot/swt/finder/results/VoidResult' is not accessible through the ClassLoader. 19:36:20.910 WARN - Class 'org/eclipse/swtbot/swt/finder/finders/UIThreadRunnable' is not accessible through the ClassLoader. 19:36:20.910 WARN - Class 'org/eclipse/swtbot/eclipse/finder/SWTWorkbenchBot' is not accessible through the ClassLoader. 19:36:20.911 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotShell' is not accessible through the ClassLoader. 19:36:20.911 WARN - Class 'org/eclipse/swtbot/eclipse/finder/SWTWorkbenchBot' is not accessible through the ClassLoader. 19:36:20.912 WARN - Class 'org/eclipse/swtbot/eclipse/finder/widgets/SWTBotEditor' is not accessible through the ClassLoader. 19:36:20.912 WARN - Class 'org/eclipse/swtbot/eclipse/finder/SWTWorkbenchBot' is not accessible through the ClassLoader. 19:36:20.912 WARN - Class 'org/eclipse/swtbot/eclipse/finder/widgets/SWTBotEditor' is not accessible through the ClassLoader. 19:36:20.915 WARN - Class 'org/eclipse/swtbot/eclipse/finder/SWTWorkbenchBot' is not accessible through the ClassLoader. 19:36:20.915 WARN - Class 'org/eclipse/swtbot/swt/finder/results/Result' is not accessible through the ClassLoader. 19:36:20.916 WARN - Class 'org/eclipse/swtbot/swt/finder/finders/UIThreadRunnable' is not accessible through the ClassLoader. 19:36:20.921 WARN - Class 'org/eclipse/swtbot/eclipse/finder/SWTWorkbenchBot' is not accessible through the ClassLoader. 19:36:20.924 INFO - Java bytecode scan done: 110 ms 19:36:20.924 INFO - Java Test Files AST scan... 19:36:20.924 INFO - 0 source files to be analyzed 19:36:20.924 INFO - Java Test Files AST scan done: 0 ms 19:36:20.925 INFO - Package design analysis... 19:36:20.927 INFO - 0/0 source files have been analyzed 19:36:20.930 INFO - Package design analysis done: 5 ms 19:36:20.932 INFO - Sensor JavaSquidSensor done: 665 ms 19:36:20.934 INFO - Sensor QProfileSensor... 19:36:20.953 INFO - Sensor QProfileSensor done: 19 ms 19:36:20.953 INFO - Sensor InitialOpenIssuesSensor... 19:36:20.963 INFO - Sensor InitialOpenIssuesSensor done: 10 ms 19:36:20.964 INFO - Sensor ProjectLinksSensor... 19:36:20.978 INFO - Sensor ProjectLinksSensor done: 14 ms 19:36:20.980 INFO - Sensor VersionEventsSensor... 19:36:20.988 INFO - Sensor VersionEventsSensor done: 8 ms 19:36:20.988 INFO - Sensor FileHashSensor... 19:36:20.989 INFO - Sensor FileHashSensor done: 1 ms 19:36:20.989 INFO - Sensor org.sonar.plugins.findbugs.FindbugsSensor@473232e2... 19:36:20.991 INFO - Execute Findbugs 3.0.1... 19:36:21.066 INFO - Findbugs output report: /home/jenkins/agent/workspace/swtbot-sonar/org.eclipse.swtbot.eclipse.dsl/target/sonar/findbugs-result.xml The following classes needed for analysis were missing: org.eclipse.swtbot.swt.finder.results.Result org.eclipse.swtbot.swt.finder.utils.StringConverter org.eclipse.swtbot.swt.finder.results.VoidResult org.eclipse.swtbot.swt.finder.widgets.SWTBotShell org.eclipse.swtbot.eclipse.finder.SWTWorkbenchBot org.eclipse.swtbot.swt.finder.finders.UIThreadRunnable org.eclipse.swtbot.swt.finder.utils.StringUtils org.eclipse.swtbot.eclipse.finder.widgets.SWTBotEditor 19:36:24.656 INFO - Execute Findbugs 3.0.1 done: 3665 ms 19:36:24.657 INFO - Sensor org.sonar.plugins.findbugs.FindbugsSensor@473232e2 done: 3668 ms 19:36:24.659 INFO - Sensor SurefireSensor... 19:36:24.659 INFO - parsing /home/jenkins/agent/workspace/swtbot-sonar/org.eclipse.swtbot.eclipse.dsl/target/surefire-reports 19:36:24.659 ERROR - Reports path not found or is not a directory: /home/jenkins/agent/workspace/swtbot-sonar/org.eclipse.swtbot.eclipse.dsl/target/surefire-reports 19:36:24.659 INFO - Sensor SurefireSensor done: 0 ms 19:36:24.659 INFO - Sensor JaCoCoOverallSensor... 19:36:24.660 WARN - You are not using the latest JaCoCo binary format version, please consider upgrading to latest JaCoCo version. 19:36:24.660 INFO - Analysing /home/jenkins/agent/workspace/swtbot-sonar/org.eclipse.swtbot.eclipse.dsl/../target/jacoco.exec 19:36:24.667 WARN - You are not using the latest JaCoCo binary format version, please consider upgrading to latest JaCoCo version. 19:36:24.667 INFO - Analysing /home/jenkins/agent/workspace/swtbot-sonar/org.eclipse.swtbot.eclipse.dsl/target/sonar/jacoco-overall.exec 19:36:24.679 INFO - No information about coverage per test. 19:36:24.679 INFO - Sensor JaCoCoOverallSensor done: 20 ms 19:36:24.679 INFO - Sensor PmdSensor... 19:36:24.680 INFO - Execute PMD 5.4.2... 19:36:24.684 INFO - Java version: 1.6 19:36:24.691 INFO - PMD configuration: /home/jenkins/agent/workspace/swtbot-sonar/org.eclipse.swtbot.eclipse.dsl/target/sonar/pmd.xml 19:36:25.383 INFO - Execute PMD 5.4.2 done: 703 ms 19:36:25.387 INFO - Sensor PmdSensor done: 708 ms 19:36:25.388 INFO - Sensor CheckstyleSensor... 19:36:25.388 INFO - Execute Checkstyle ${checkstyle.version}... 19:36:25.391 INFO - Checkstyle configuration: /home/jenkins/agent/workspace/swtbot-sonar/org.eclipse.swtbot.eclipse.dsl/target/sonar/checkstyle.xml 19:36:25.890 INFO - Execute Checkstyle ${checkstyle.version} done: 502 ms 19:36:25.890 INFO - Sensor CheckstyleSensor done: 503 ms 19:36:25.890 INFO - Sensor JaCoCoSensor... 19:36:25.891 WARN - You are not using the latest JaCoCo binary format version, please consider upgrading to latest JaCoCo version. 19:36:25.891 INFO - Analysing /home/jenkins/agent/workspace/swtbot-sonar/org.eclipse.swtbot.eclipse.dsl/../target/jacoco.exec 19:36:25.907 INFO - No information about coverage per test. 19:36:25.907 INFO - Sensor JaCoCoSensor done: 17 ms 19:36:25.907 INFO - Sensor CPD Sensor (wrapped)... 19:36:25.907 INFO - JavaCpdEngine is used for java 19:36:25.908 INFO - Cross-project analysis disabled 19:36:25.953 INFO - Sensor CPD Sensor (wrapped) done: 46 ms 19:36:26.170 INFO - Execute decorators... 19:36:26.339 INFO - ------------- Scan org.eclipse.swtbot.eclipse.finder 19:36:26.341 INFO - Load module settings 19:36:26.455 INFO - Configure Maven plugins 19:36:26.458 INFO - Compare to previous analysis (2019-09-13) 19:36:26.460 INFO - Compare over 30 days (2019-12-25, analysis of 2019-09-13 14:36:20.0) 19:36:26.485 INFO - Compare to previous version (2019-06-14) 19:36:26.486 INFO - No quality gate is configured. 19:36:26.505 INFO - Base dir: /home/jenkins/agent/workspace/swtbot-sonar/org.eclipse.swtbot.eclipse.finder 19:36:26.506 INFO - Working dir: /home/jenkins/agent/workspace/swtbot-sonar/org.eclipse.swtbot.eclipse.finder/target/sonar 19:36:26.506 INFO - Source paths: pom.xml, src 19:36:26.506 INFO - Binary dirs: target/classes 19:36:26.506 INFO - Source encoding: UTF-8, default locale: en_US 19:36:26.506 INFO - Index files 19:36:26.506 INFO - Excluded sources: 19:36:26.506 INFO - **/util/*Switch.java 19:36:26.569 INFO - 30 files indexed 19:36:26.890 INFO - Quality profile for java: Sonar way with Findbugs 19:36:26.901 INFO - JaCoCoItSensor: JaCoCo IT report not found: /home/jenkins/agent/workspace/swtbot-sonar/org.eclipse.swtbot.eclipse.finder/target/jacoco-it.exec 19:36:26.905 INFO - Sensor JavaSquidSensor... 19:36:26.911 INFO - Configured Java source version (sonar.java.source): 6 19:36:26.911 INFO - JavaClasspath initialization... 19:36:26.935 INFO - JavaClasspath initialization done: 24 ms 19:36:26.935 INFO - JavaTestClasspath initialization... 19:36:26.978 INFO - JavaTestClasspath initialization done: 43 ms 19:36:26.992 INFO - Java Main Files AST scan... 19:36:26.992 INFO - 30 source files to be analyzed 19:36:27.180 ERROR - Class not found: org.eclipse.swtbot.swt.finder.SWTBot 19:36:27.180 ERROR - Class not found: org.eclipse.swtbot.swt.finder.widgets.SWTBotShell 19:36:27.186 ERROR - Class not found: org.eclipse.swtbot.swt.finder.widgets.SWTBotToolbarButton 19:36:27.186 ERROR - Class not found: org.eclipse.swtbot.swt.finder.widgets.SWTBotToolbarDropDownButton 19:36:27.186 ERROR - Class not found: org.eclipse.swtbot.swt.finder.exceptions.WidgetNotFoundException 19:36:27.187 ERROR - Class not found: org.eclipse.swtbot.swt.finder.widgets.SWTBotToolbarRadioButton 19:36:27.187 ERROR - Class not found: org.eclipse.swtbot.swt.finder.widgets.SWTBotToolbarPushButton 19:36:27.187 ERROR - Class not found: org.eclipse.swtbot.swt.finder.widgets.SWTBotToolbarToggleButton 19:36:27.289 ERROR - Class not found: org.osgi.annotation.versioning.ConsumerType 19:36:27.290 ERROR - Class not found: org.osgi.annotation.versioning.ProviderType 19:36:27.356 ERROR - Class not found: org.eclipse.swtbot.swt.finder.exceptions.WidgetNotFoundException 19:36:27.357 ERROR - Class not found: org.eclipse.swtbot.swt.finder.SWTBot 19:36:27.357 ERROR - Class not found: org.eclipse.swtbot.swt.finder.widgets.SWTBotShell 19:36:27.494 ERROR - Class not found: org.eclipse.swtbot.swt.finder.matchers.WidgetMatcherFactory 19:36:27.513 ERROR - Class not found: org.eclipse.swtbot.swt.finder.waits.Conditions 19:36:27.514 ERROR - Class not found: org.eclipse.swtbot.swt.finder.waits.WaitForObjectCondition 19:36:27.535 ERROR - Class not found: org.eclipse.swtbot.swt.finder.SWTBot 19:36:27.536 ERROR - Class not found: org.eclipse.swtbot.swt.finder.widgets.SWTBotShell 19:36:27.541 ERROR - Class not found: org.eclipse.swtbot.swt.finder.widgets.SWTBotStyledText 19:36:27.541 ERROR - Class not found: org.eclipse.swtbot.swt.finder.widgets.SWTBotTable 19:36:27.553 ERROR - Class not found: org.eclipse.swtbot.swt.finder.exceptions.WidgetNotFoundException 19:36:27.553 ERROR - Class not found: org.eclipse.swtbot.swt.finder.widgets.SWTBotMenu 19:36:27.553 ERROR - Class not found: org.eclipse.swtbot.swt.finder.utils.Position 19:36:27.555 ERROR - Class not found: org.eclipse.swtbot.swt.finder.widgets.SWTBotToolbarButton 19:36:27.555 ERROR - Class not found: org.eclipse.swtbot.swt.finder.widgets.SWTBotToolbarDropDownButton 19:36:27.556 ERROR - Class not found: org.eclipse.swtbot.swt.finder.widgets.SWTBotToolbarRadioButton 19:36:27.556 ERROR - Class not found: org.eclipse.swtbot.swt.finder.widgets.SWTBotToolbarPushButton 19:36:27.556 ERROR - Class not found: org.eclipse.swtbot.swt.finder.widgets.SWTBotToolbarToggleButton 19:36:27.558 ERROR - Class not found: org.eclipse.swtbot.swt.finder.widgets.SWTBotRootMenu 19:36:27.697 ERROR - Class not found: org.eclipse.swtbot.swt.finder.matchers.WidgetMatcherFactory 19:36:27.716 ERROR - Class not found: org.eclipse.swtbot.swt.finder.waits.Conditions 19:36:27.717 ERROR - Class not found: org.eclipse.swtbot.swt.finder.waits.WaitForObjectCondition 19:36:27.798 ERROR - Class not found: org.eclipse.swtbot.swt.finder.widgets.SWTBotToolbarButton 19:36:27.798 ERROR - Class not found: org.eclipse.swtbot.swt.finder.widgets.SWTBotToolbarDropDownButton 19:36:27.799 ERROR - Class not found: org.eclipse.swtbot.swt.finder.exceptions.WidgetNotFoundException 19:36:27.799 ERROR - Class not found: org.eclipse.swtbot.swt.finder.widgets.SWTBotToolbarRadioButton 19:36:27.799 ERROR - Class not found: org.eclipse.swtbot.swt.finder.widgets.SWTBotToolbarPushButton 19:36:27.799 ERROR - Class not found: org.eclipse.swtbot.swt.finder.widgets.SWTBotToolbarToggleButton 19:36:27.799 ERROR - Class not found: org.eclipse.swtbot.swt.finder.SWTBot 19:36:27.840 ERROR - Class not found: org.eclipse.swtbot.swt.finder.widgets.SWTBotRootMenu 19:36:27.840 ERROR - Class not found: org.eclipse.swtbot.swt.finder.widgets.SWTBotMenu 19:36:27.858 ERROR - Class not found: org.eclipse.swtbot.swt.finder.widgets.SWTBotCTabItem 19:36:27.862 ERROR - Class not found: org.eclipse.swtbot.swt.finder.widgets.SWTBotShell 19:36:28.131 ERROR - Class not found: org.eclipse.swtbot.swt.finder.exceptions.WidgetNotFoundException 19:36:28.307 ERROR - Class not found: org.eclipse.swtbot.swt.finder.exceptions.WidgetNotFoundException 19:36:28.639 ERROR - Class not found: org.eclipse.swtbot.swt.finder.matchers.AbstractMatcher 19:36:29.418 ERROR - Class not found: org.eclipse.swtbot.swt.finder.waits.WaitForObjectCondition 19:36:29.419 ERROR - Class not found: org.eclipse.swtbot.swt.finder.waits.ICondition 19:36:29.420 ERROR - Class not found: org.eclipse.swtbot.swt.finder.SWTBot 19:36:30.065 ERROR - Class not found: org.eclipse.swtbot.swt.finder.exceptions.WidgetNotFoundException 19:36:30.340 ERROR - Class not found: org.eclipse.swtbot.swt.finder.widgets.SWTBotToolbarButton 19:36:30.546 ERROR - Class not found: org.eclipse.swtbot.swt.finder.widgets.SWTBotToolbarDropDownButton 19:36:30.547 ERROR - Class not found: org.eclipse.swtbot.swt.finder.exceptions.WidgetNotFoundException 19:36:30.547 ERROR - Class not found: org.eclipse.swtbot.swt.finder.widgets.SWTBotToolbarRadioButton 19:36:30.547 ERROR - Class not found: org.eclipse.swtbot.swt.finder.widgets.SWTBotToolbarPushButton 19:36:30.547 ERROR - Class not found: org.eclipse.swtbot.swt.finder.widgets.SWTBotToolbarToggleButton 19:36:30.548 ERROR - Class not found: org.eclipse.swtbot.swt.finder.SWTBot 19:36:30.611 ERROR - Class not found: org.eclipse.swtbot.swt.finder.widgets.SWTBotShell 19:36:30.876 ERROR - Class not found: org.eclipse.swtbot.swt.finder.widgets.SWTBotToolbarButton 19:36:30.877 ERROR - Class not found: org.eclipse.swtbot.swt.finder.widgets.SWTBotToolbarDropDownButton 19:36:30.877 ERROR - Class not found: org.eclipse.swtbot.swt.finder.exceptions.WidgetNotFoundException 19:36:30.878 ERROR - Class not found: org.eclipse.swtbot.swt.finder.widgets.SWTBotToolbarRadioButton 19:36:30.878 ERROR - Class not found: org.eclipse.swtbot.swt.finder.widgets.SWTBotToolbarPushButton 19:36:30.878 ERROR - Class not found: org.eclipse.swtbot.swt.finder.widgets.SWTBotToolbarToggleButton 19:36:30.878 ERROR - Class not found: org.eclipse.swtbot.swt.finder.SWTBot 19:36:30.884 ERROR - Class not found: org.eclipse.swtbot.swt.finder.widgets.SWTBotShell 19:36:30.896 ERROR - Class not found: org.eclipse.swtbot.swt.finder.widgets.SWTBotStyledText 19:36:30.896 ERROR - Class not found: org.eclipse.swtbot.swt.finder.widgets.SWTBotTable 19:36:30.897 ERROR - Class not found: org.eclipse.swtbot.swt.finder.widgets.SWTBotMenu 19:36:30.897 ERROR - Class not found: org.eclipse.swtbot.swt.finder.utils.Position 19:36:30.898 ERROR - Class not found: org.eclipse.swtbot.swt.finder.waits.WaitForObjectCondition 19:36:31.041 ERROR - Class not found: org.eclipse.swtbot.swt.finder.widgets.SWTBotToolbarButton 19:36:31.042 ERROR - Class not found: org.eclipse.swtbot.swt.finder.widgets.SWTBotToolbarDropDownButton 19:36:31.042 ERROR - Class not found: org.eclipse.swtbot.swt.finder.exceptions.WidgetNotFoundException 19:36:31.042 ERROR - Class not found: org.eclipse.swtbot.swt.finder.widgets.SWTBotToolbarRadioButton 19:36:31.042 ERROR - Class not found: org.eclipse.swtbot.swt.finder.widgets.SWTBotToolbarPushButton 19:36:31.042 ERROR - Class not found: org.eclipse.swtbot.swt.finder.widgets.SWTBotToolbarToggleButton 19:36:31.043 ERROR - Class not found: org.eclipse.swtbot.swt.finder.SWTBot 19:36:31.210 ERROR - Class not found: org.eclipse.swtbot.swt.finder.SWTBot 19:36:31.210 ERROR - Class not found: org.eclipse.swtbot.swt.finder.widgets.SWTBotShell 19:36:31.350 ERROR - Class not found: org.eclipse.swtbot.swt.finder.widgets.SWTBotToolbarButton 19:36:31.353 ERROR - Class not found: org.eclipse.swtbot.swt.finder.widgets.SWTBotToolbarDropDownButton 19:36:31.353 ERROR - Class not found: org.eclipse.swtbot.swt.finder.exceptions.WidgetNotFoundException 19:36:31.353 ERROR - Class not found: org.eclipse.swtbot.swt.finder.widgets.SWTBotToolbarRadioButton 19:36:31.353 ERROR - Class not found: org.eclipse.swtbot.swt.finder.widgets.SWTBotToolbarPushButton 19:36:31.354 ERROR - Class not found: org.eclipse.swtbot.swt.finder.widgets.SWTBotToolbarToggleButton 19:36:31.354 ERROR - Class not found: org.eclipse.swtbot.swt.finder.SWTBot 19:36:31.378 ERROR - Class not found: org.eclipse.swtbot.swt.finder.waits.Conditions 19:36:31.379 ERROR - Class not found: org.eclipse.swtbot.swt.finder.waits.WaitForObjectCondition 19:36:31.816 ERROR - Class not found: org.eclipse.swtbot.swt.finder.SWTBot 19:36:31.816 ERROR - Class not found: org.eclipse.swtbot.swt.finder.widgets.SWTBotShell 19:36:32.031 INFO - Java Main Files AST scan done: 5039 ms 19:36:32.032 INFO - 30/30 source files have been analyzed 19:36:32.035 INFO - Java bytecode scan... 19:36:32.062 WARN - Class 'org/eclipse/swtbot/swt/finder/results/VoidResult' is not accessible through the ClassLoader. 19:36:32.063 WARN - Class 'org/eclipse/swtbot/swt/finder/finders/UIThreadRunnable' is not accessible through the ClassLoader. 19:36:32.063 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:36:32.063 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/TimeoutException' is not accessible through the ClassLoader. 19:36:32.063 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/TimeoutException' is not accessible through the ClassLoader. 19:36:32.064 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/TimeoutException' is not accessible through the ClassLoader. 19:36:32.064 WARN - Class 'org/eclipse/swtbot/swt/finder/exceptions/WidgetNotFoundException' is not accessible through the ClassLoader. 19:36:32.064 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/TimeoutException' is not accessible through the ClassLoader. 19:36:32.064 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/TimeoutException' is not accessible through the ClassLoader. 19:36:32.065 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/TimeoutException' is not accessible through the ClassLoader. 19:36:32.065 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotShell' is not accessible through the ClassLoader. 19:36:32.066 WARN - Class 'org/eclipse/swtbot/swt/finder/exceptions/WidgetNotFoundException' is not accessible through the ClassLoader. 19:36:32.067 WARN - Class 'org/eclipse/swtbot/swt/finder/exceptions/WidgetNotFoundException' is not accessible through the ClassLoader. 19:36:32.067 WARN - Class 'org/eclipse/swtbot/swt/finder/exceptions/WidgetNotFoundException' is not accessible through the ClassLoader. 19:36:32.067 WARN - Class 'org/eclipse/swtbot/swt/finder/exceptions/WidgetNotFoundException' is not accessible through the ClassLoader. 19:36:32.067 WARN - Class 'org/eclipse/swtbot/swt/finder/exceptions/WidgetNotFoundException' is not accessible through the ClassLoader. 19:36:32.067 WARN - Class 'org/eclipse/swtbot/swt/finder/exceptions/WidgetNotFoundException' is not accessible through the ClassLoader. 19:36:32.068 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotShell' is not accessible through the ClassLoader. 19:36:32.070 WARN - Class 'org/eclipse/swtbot/swt/finder/results/Result' is not accessible through the ClassLoader. 19:36:32.070 WARN - Class 'org/eclipse/swtbot/swt/finder/finders/UIThreadRunnable' is not accessible through the ClassLoader. 19:36:32.126 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBotTestCase' is not accessible through the ClassLoader. 19:36:32.126 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBotTestCase' is not accessible through the ClassLoader. 19:36:32.127 WARN - Class 'org/eclipse/swtbot/swt/finder/exceptions/WidgetNotFoundException' is not accessible through the ClassLoader. 19:36:32.127 WARN - Class 'org/eclipse/swtbot/swt/finder/exceptions/WidgetNotFoundException' is not accessible through the ClassLoader. 19:36:32.127 WARN - Class 'org/eclipse/swtbot/swt/finder/exceptions/WidgetNotFoundException' is not accessible through the ClassLoader. 19:36:32.127 WARN - Class 'org/eclipse/swtbot/swt/finder/exceptions/WidgetNotFoundException' is not accessible through the ClassLoader. 19:36:32.127 WARN - Class 'org/eclipse/swtbot/swt/finder/exceptions/WidgetNotFoundException' is not accessible through the ClassLoader. 19:36:32.128 WARN - Class 'org/eclipse/swtbot/swt/finder/exceptions/WidgetNotFoundException' is not accessible through the ClassLoader. 19:36:32.128 WARN - Class 'org/eclipse/swtbot/swt/finder/exceptions/WidgetNotFoundException' is not accessible through the ClassLoader. 19:36:32.128 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/TimeoutException' is not accessible through the ClassLoader. 19:36:32.128 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/TimeoutException' is not accessible through the ClassLoader. 19:36:32.129 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/TimeoutException' is not accessible through the ClassLoader. 19:36:32.129 WARN - Class 'org/eclipse/swtbot/swt/finder/exceptions/WidgetNotFoundException' is not accessible through the ClassLoader. 19:36:32.129 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/TimeoutException' is not accessible through the ClassLoader. 19:36:32.129 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/TimeoutException' is not accessible through the ClassLoader. 19:36:32.129 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/TimeoutException' is not accessible through the ClassLoader. 19:36:32.156 WARN - Class 'org/eclipse/swtbot/swt/finder/exceptions/WidgetNotFoundException' is not accessible through the ClassLoader. 19:36:32.156 WARN - Class 'org/eclipse/swtbot/swt/finder/exceptions/WidgetNotFoundException' is not accessible through the ClassLoader. 19:36:32.161 WARN - Class 'org/eclipse/swtbot/swt/finder/matchers/WidgetMatcherFactory' is not accessible through the ClassLoader. 19:36:32.161 WARN - Class 'org/eclipse/swtbot/swt/finder/waits/Conditions' is not accessible through the ClassLoader. 19:36:32.162 WARN - Class 'org/eclipse/swtbot/swt/finder/waits/WaitForObjectCondition' is not accessible through the ClassLoader. 19:36:32.162 WARN - Class 'org/eclipse/swtbot/swt/finder/exceptions/WidgetNotFoundException' is not accessible through the ClassLoader. 19:36:32.162 WARN - Class 'org/eclipse/swtbot/swt/finder/exceptions/WidgetNotFoundException' is not accessible through the ClassLoader. 19:36:32.163 WARN - Class 'org/eclipse/swtbot/swt/finder/exceptions/WidgetNotFoundException' is not accessible through the ClassLoader. 19:36:32.163 WARN - Class 'org/eclipse/swtbot/swt/finder/exceptions/WidgetNotFoundException' is not accessible through the ClassLoader. 19:36:32.164 WARN - Class 'org/eclipse/swtbot/swt/finder/waits/WaitForObjectCondition' is not accessible through the ClassLoader. 19:36:32.164 WARN - Class 'org/eclipse/swtbot/swt/finder/exceptions/WidgetNotFoundException' is not accessible through the ClassLoader. 19:36:32.164 WARN - Class 'org/eclipse/swtbot/swt/finder/exceptions/WidgetNotFoundException' is not accessible through the ClassLoader. 19:36:32.165 WARN - Class 'org/eclipse/swtbot/swt/finder/exceptions/WidgetNotFoundException' is not accessible through the ClassLoader. 19:36:32.165 WARN - Class 'org/eclipse/swtbot/swt/finder/exceptions/WidgetNotFoundException' is not accessible through the ClassLoader. 19:36:32.166 WARN - Class 'org/eclipse/swtbot/swt/finder/exceptions/WidgetNotFoundException' is not accessible through the ClassLoader. 19:36:32.167 WARN - Class 'org/eclipse/swtbot/swt/finder/exceptions/WidgetNotFoundException' is not accessible through the ClassLoader. 19:36:32.167 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/TimeoutException' is not accessible through the ClassLoader. 19:36:32.167 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/TimeoutException' is not accessible through the ClassLoader. 19:36:32.168 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/TimeoutException' is not accessible through the ClassLoader. 19:36:32.168 WARN - Class 'org/eclipse/swtbot/swt/finder/exceptions/WidgetNotFoundException' is not accessible through the ClassLoader. 19:36:32.168 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/TimeoutException' is not accessible through the ClassLoader. 19:36:32.169 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/TimeoutException' is not accessible through the ClassLoader. 19:36:32.169 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/TimeoutException' is not accessible through the ClassLoader. 19:36:32.170 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:36:32.171 WARN - Class 'org/eclipse/swtbot/swt/finder/results/Result' is not accessible through the ClassLoader. 19:36:32.171 WARN - Class 'org/eclipse/swtbot/swt/finder/finders/UIThreadRunnable' is not accessible through the ClassLoader. 19:36:32.171 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotShell' is not accessible through the ClassLoader. 19:36:32.172 WARN - Class 'org/eclipse/swtbot/swt/finder/exceptions/WidgetNotFoundException' is not accessible through the ClassLoader. 19:36:32.172 WARN - Class 'org/eclipse/swtbot/swt/finder/exceptions/WidgetNotFoundException' is not accessible through the ClassLoader. 19:36:32.173 WARN - Class 'org/eclipse/swtbot/swt/finder/exceptions/WidgetNotFoundException' is not accessible through the ClassLoader. 19:36:32.173 WARN - Class 'org/eclipse/swtbot/swt/finder/exceptions/WidgetNotFoundException' is not accessible through the ClassLoader. 19:36:32.174 WARN - Class 'org/eclipse/swtbot/swt/finder/exceptions/WidgetNotFoundException' is not accessible through the ClassLoader. 19:36:32.174 WARN - Class 'org/eclipse/swtbot/swt/finder/results/Result' is not accessible through the ClassLoader. 19:36:32.175 WARN - Class 'org/eclipse/swtbot/swt/finder/finders/UIThreadRunnable' is not accessible through the ClassLoader. 19:36:32.175 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:36:32.175 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:36:32.175 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:36:32.175 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:36:32.176 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:36:32.176 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:36:32.176 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:36:32.176 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/TimeoutException' is not accessible through the ClassLoader. 19:36:32.176 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:36:32.176 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/TimeoutException' is not accessible through the ClassLoader. 19:36:32.177 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:36:32.177 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/TimeoutException' is not accessible through the ClassLoader. 19:36:32.177 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:36:32.177 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:36:32.178 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:36:32.178 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:36:32.178 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:36:32.178 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:36:32.178 WARN - Class 'org/eclipse/swtbot/swt/finder/exceptions/WidgetNotFoundException' is not accessible through the ClassLoader. 19:36:32.179 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:36:32.179 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:36:32.179 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:36:32.179 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:36:32.179 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:36:32.179 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:36:32.180 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:36:32.180 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:36:32.180 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:36:32.180 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:36:32.180 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:36:32.181 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:36:32.181 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:36:32.181 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:36:32.181 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:36:32.181 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:36:32.182 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:36:32.182 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:36:32.182 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:36:32.182 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:36:32.182 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:36:32.183 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:36:32.183 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:36:32.183 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:36:32.183 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:36:32.183 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:36:32.184 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:36:32.184 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:36:32.184 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:36:32.184 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:36:32.184 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:36:32.185 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/TimeoutException' is not accessible through the ClassLoader. 19:36:32.185 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:36:32.185 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/TimeoutException' is not accessible through the ClassLoader. 19:36:32.185 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:36:32.185 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/TimeoutException' is not accessible through the ClassLoader. 19:36:32.186 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:36:32.195 WARN - Class 'org/eclipse/swtbot/swt/finder/results/ListResult' is not accessible through the ClassLoader. 19:36:32.195 WARN - Class 'org/eclipse/swtbot/swt/finder/finders/UIThreadRunnable' is not accessible through the ClassLoader. 19:36:32.207 WARN - Class 'org/eclipse/swtbot/swt/finder/exceptions/WidgetNotFoundException' is not accessible through the ClassLoader. 19:36:32.207 WARN - Class 'org/eclipse/swtbot/swt/finder/exceptions/WidgetNotFoundException' is not accessible through the ClassLoader. 19:36:32.208 WARN - Class 'org/eclipse/swtbot/swt/finder/exceptions/WidgetNotFoundException' is not accessible through the ClassLoader. 19:36:32.208 WARN - Class 'org/eclipse/swtbot/swt/finder/exceptions/WidgetNotFoundException' is not accessible through the ClassLoader. 19:36:32.208 WARN - Class 'org/eclipse/swtbot/swt/finder/exceptions/WidgetNotFoundException' is not accessible through the ClassLoader. 19:36:32.208 WARN - Class 'org/eclipse/swtbot/swt/finder/exceptions/WidgetNotFoundException' is not accessible through the ClassLoader. 19:36:32.209 WARN - Class 'org/eclipse/swtbot/swt/finder/exceptions/WidgetNotFoundException' is not accessible through the ClassLoader. 19:36:32.209 WARN - Class 'org/eclipse/swtbot/swt/finder/exceptions/WidgetNotFoundException' is not accessible through the ClassLoader. 19:36:32.210 WARN - Class 'org/eclipse/swtbot/swt/finder/results/ListResult' is not accessible through the ClassLoader. 19:36:32.210 WARN - Class 'org/eclipse/swtbot/swt/finder/finders/UIThreadRunnable' is not accessible through the ClassLoader. 19:36:32.264 WARN - Class 'org/eclipse/swtbot/swt/finder/utils/SWTUtils' is not accessible through the ClassLoader. 19:36:32.265 WARN - Class 'org/eclipse/swtbot/swt/finder/results/Result' is not accessible through the ClassLoader. 19:36:32.265 WARN - Class 'org/eclipse/swtbot/swt/finder/finders/UIThreadRunnable' is not accessible through the ClassLoader. 19:36:32.265 WARN - Class 'org/eclipse/swtbot/swt/finder/utils/SWTUtils' is not accessible through the ClassLoader. 19:36:32.266 WARN - Class 'org/eclipse/swtbot/swt/finder/results/ListResult' is not accessible through the ClassLoader. 19:36:32.266 WARN - Class 'org/eclipse/swtbot/swt/finder/finders/UIThreadRunnable' is not accessible through the ClassLoader. 19:36:32.266 WARN - Class 'org/eclipse/swtbot/swt/finder/utils/SWTUtils' is not accessible through the ClassLoader. 19:36:32.267 WARN - Class 'org/eclipse/swtbot/swt/finder/results/ListResult' is not accessible through the ClassLoader. 19:36:32.267 WARN - Class 'org/eclipse/swtbot/swt/finder/finders/UIThreadRunnable' is not accessible through the ClassLoader. 19:36:32.267 WARN - Class 'org/eclipse/swtbot/swt/finder/utils/SWTUtils' is not accessible through the ClassLoader. 19:36:32.268 WARN - Class 'org/eclipse/swtbot/swt/finder/results/ListResult' is not accessible through the ClassLoader. 19:36:32.268 WARN - Class 'org/eclipse/swtbot/swt/finder/finders/UIThreadRunnable' is not accessible through the ClassLoader. 19:36:32.269 WARN - Class 'org/eclipse/swtbot/swt/finder/results/Result' is not accessible through the ClassLoader. 19:36:32.269 WARN - Class 'org/eclipse/swtbot/swt/finder/finders/UIThreadRunnable' is not accessible through the ClassLoader. 19:36:32.269 WARN - Class 'org/eclipse/swtbot/swt/finder/results/Result' is not accessible through the ClassLoader. 19:36:32.269 WARN - Class 'org/eclipse/swtbot/swt/finder/finders/UIThreadRunnable' is not accessible through the ClassLoader. 19:36:32.270 WARN - Class 'org/eclipse/swtbot/swt/finder/results/Result' is not accessible through the ClassLoader. 19:36:32.270 WARN - Class 'org/eclipse/swtbot/swt/finder/finders/UIThreadRunnable' is not accessible through the ClassLoader. 19:36:32.270 WARN - Class 'org/eclipse/swtbot/swt/finder/results/Result' is not accessible through the ClassLoader. 19:36:32.271 WARN - Class 'org/eclipse/swtbot/swt/finder/finders/UIThreadRunnable' is not accessible through the ClassLoader. 19:36:32.273 WARN - Class 'org/eclipse/swtbot/swt/finder/matchers/WidgetMatcherFactory' is not accessible through the ClassLoader. 19:36:32.274 WARN - Class 'org/eclipse/swtbot/swt/finder/matchers/AbstractMatcher' is not accessible through the ClassLoader. 19:36:32.274 WARN - Class 'org/eclipse/swtbot/swt/finder/matchers/AbstractMatcher' is not accessible through the ClassLoader. 19:36:32.274 WARN - Class 'org/eclipse/swtbot/swt/finder/matchers/AbstractMatcher' is not accessible through the ClassLoader. 19:36:32.275 WARN - Class 'org/eclipse/swtbot/swt/finder/matchers/AbstractMatcher' is not accessible through the ClassLoader. 19:36:32.275 WARN - Class 'org/eclipse/swtbot/swt/finder/matchers/AbstractMatcher' is not accessible through the ClassLoader. 19:36:32.276 WARN - Class 'org/eclipse/swtbot/swt/finder/matchers/AbstractMatcher' is not accessible through the ClassLoader. 19:36:32.277 WARN - Class 'org/eclipse/swtbot/swt/finder/matchers/AbstractMatcher' is not accessible through the ClassLoader. 19:36:32.277 WARN - Class 'org/eclipse/swtbot/swt/finder/matchers/AbstractMatcher' is not accessible through the ClassLoader. 19:36:32.278 WARN - Class 'org/eclipse/swtbot/swt/finder/matchers/AbstractMatcher' is not accessible through the ClassLoader. 19:36:32.279 WARN - Class 'org/eclipse/swtbot/swt/finder/matchers/AbstractMatcher' is not accessible through the ClassLoader. 19:36:32.279 WARN - Class 'org/eclipse/swtbot/swt/finder/waits/Conditions' is not accessible through the ClassLoader. 19:36:32.280 WARN - Class 'org/eclipse/swtbot/swt/finder/waits/ICondition' is not accessible through the ClassLoader. 19:36:32.280 WARN - Class 'org/eclipse/swtbot/swt/finder/waits/WaitForObjectCondition' is not accessible through the ClassLoader. 19:36:32.280 WARN - Class 'org/eclipse/swtbot/swt/finder/waits/WaitForObjectCondition' is not accessible through the ClassLoader. 19:36:32.281 WARN - Class 'org/eclipse/swtbot/swt/finder/utils/SWTUtils' is not accessible through the ClassLoader. 19:36:32.281 WARN - Class 'org/eclipse/swtbot/swt/finder/results/ListResult' is not accessible through the ClassLoader. 19:36:32.281 WARN - Class 'org/eclipse/swtbot/swt/finder/finders/UIThreadRunnable' is not accessible through the ClassLoader. 19:36:32.287 WARN - Class 'org/eclipse/swtbot/swt/finder/waits/WaitForObjectCondition' is not accessible through the ClassLoader. 19:36:32.287 WARN - Class 'org/eclipse/swtbot/swt/finder/matchers/WidgetMatcherFactory' is not accessible through the ClassLoader. 19:36:32.287 WARN - Class 'org/eclipse/swtbot/swt/finder/waits/WaitForObjectCondition' is not accessible through the ClassLoader. 19:36:32.289 WARN - Class 'org/eclipse/swtbot/swt/finder/results/WidgetResult' is not accessible through the ClassLoader. 19:36:32.289 WARN - Class 'org/eclipse/swtbot/swt/finder/finders/UIThreadRunnable' is not accessible through the ClassLoader. 19:36:32.289 WARN - Class 'org/eclipse/swtbot/swt/finder/results/VoidResult' is not accessible through the ClassLoader. 19:36:32.290 WARN - Class 'org/eclipse/swtbot/swt/finder/finders/UIThreadRunnable' is not accessible through the ClassLoader. 19:36:32.290 WARN - Class 'org/eclipse/swtbot/swt/finder/results/WidgetResult' is not accessible through the ClassLoader. 19:36:32.290 WARN - Class 'org/eclipse/swtbot/swt/finder/finders/UIThreadRunnable' is not accessible through the ClassLoader. 19:36:32.333 WARN - Class 'org/eclipse/swtbot/swt/finder/utils/SWTUtils' is not accessible through the ClassLoader. 19:36:32.334 WARN - Class 'org/eclipse/swtbot/swt/finder/utils/SWTUtils' is not accessible through the ClassLoader. 19:36:32.335 WARN - Class 'org/eclipse/swtbot/swt/finder/exceptions/WidgetNotFoundException' is not accessible through the ClassLoader. 19:36:32.335 WARN - Class 'org/eclipse/swtbot/swt/finder/exceptions/WidgetNotFoundException' is not accessible through the ClassLoader. 19:36:32.353 WARN - Class 'org/eclipse/swtbot/swt/finder/results/VoidResult' is not accessible through the ClassLoader. 19:36:32.353 WARN - Class 'org/eclipse/swtbot/swt/finder/finders/UIThreadRunnable' is not accessible through the ClassLoader. 19:36:32.353 WARN - Class 'org/eclipse/swtbot/swt/finder/exceptions/WidgetNotFoundException' is not accessible through the ClassLoader. 19:36:32.354 WARN - Class 'org/eclipse/swtbot/swt/finder/exceptions/WidgetNotFoundException' is not accessible through the ClassLoader. 19:36:32.354 WARN - Class 'org/eclipse/swtbot/swt/finder/exceptions/WidgetNotFoundException' is not accessible through the ClassLoader. 19:36:32.355 WARN - Class 'org/eclipse/swtbot/swt/finder/exceptions/WidgetNotFoundException' is not accessible through the ClassLoader. 19:36:32.356 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotStyledText' is not accessible through the ClassLoader. 19:36:32.356 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotStyledText' is not accessible through the ClassLoader. 19:36:32.356 WARN - Class 'org/eclipse/swtbot/swt/finder/matchers/WidgetMatcherFactory' is not accessible through the ClassLoader. 19:36:32.357 WARN - Class 'org/eclipse/swtbot/swt/finder/waits/WaitForObjectCondition' is not accessible through the ClassLoader. 19:36:32.357 WARN - Class 'org/eclipse/swtbot/swt/finder/waits/WaitForObjectCondition' is not accessible through the ClassLoader. 19:36:32.357 WARN - Class 'org/eclipse/swtbot/swt/finder/waits/WaitForObjectCondition' is not accessible through the ClassLoader. 19:36:32.357 WARN - Class 'org/eclipse/swtbot/swt/finder/waits/WaitForObjectCondition' is not accessible through the ClassLoader. 19:36:32.358 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotTable' is not accessible through the ClassLoader. 19:36:32.358 WARN - Class 'org/eclipse/swtbot/swt/finder/utils/MessageFormat' is not accessible through the ClassLoader. 19:36:32.358 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotTable' is not accessible through the ClassLoader. 19:36:32.358 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotTable' is not accessible through the ClassLoader. 19:36:32.359 WARN - Class 'org/eclipse/swtbot/swt/finder/utils/MessageFormat' is not accessible through the ClassLoader. 19:36:32.359 WARN - Class 'org/eclipse/swtbot/swt/finder/results/VoidResult' is not accessible through the ClassLoader. 19:36:32.360 WARN - Class 'org/eclipse/swtbot/swt/finder/finders/UIThreadRunnable' is not accessible through the ClassLoader. 19:36:32.360 WARN - Class 'org/eclipse/swtbot/swt/finder/matchers/WidgetMatcherFactory' is not accessible through the ClassLoader. 19:36:32.360 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotTable' is not accessible through the ClassLoader. 19:36:32.360 WARN - Class 'org/eclipse/swtbot/swt/finder/utils/MessageFormat' is not accessible through the ClassLoader. 19:36:32.361 WARN - Class 'org/eclipse/swtbot/swt/finder/waits/WaitForObjectCondition' is not accessible through the ClassLoader. 19:36:32.361 WARN - Class 'org/eclipse/swtbot/swt/finder/waits/WaitForObjectCondition' is not accessible through the ClassLoader. 19:36:32.361 WARN - Class 'org/eclipse/swtbot/swt/finder/exceptions/WidgetNotFoundException' is not accessible through the ClassLoader. 19:36:32.361 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotStyledText' is not accessible through the ClassLoader. 19:36:32.361 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotRootMenu' is not accessible through the ClassLoader. 19:36:32.362 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotStyledText' is not accessible through the ClassLoader. 19:36:32.362 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotStyledText' is not accessible through the ClassLoader. 19:36:32.362 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotStyledText' is not accessible through the ClassLoader. 19:36:32.362 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotStyledText' is not accessible through the ClassLoader. 19:36:32.363 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotStyledText' is not accessible through the ClassLoader. 19:36:32.363 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotStyledText' is not accessible through the ClassLoader. 19:36:32.363 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotStyledText' is not accessible through the ClassLoader. 19:36:32.363 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotStyledText' is not accessible through the ClassLoader. 19:36:32.363 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotStyledText' is not accessible through the ClassLoader. 19:36:32.363 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotStyledText' is not accessible through the ClassLoader. 19:36:32.364 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotStyledText' is not accessible through the ClassLoader. 19:36:32.364 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotStyledText' is not accessible through the ClassLoader. 19:36:32.364 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotStyledText' is not accessible through the ClassLoader. 19:36:32.364 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotStyledText' is not accessible through the ClassLoader. 19:36:32.364 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotStyledText' is not accessible through the ClassLoader. 19:36:32.365 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotStyledText' is not accessible through the ClassLoader. 19:36:32.365 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotStyledText' is not accessible through the ClassLoader. 19:36:32.365 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotStyledText' is not accessible through the ClassLoader. 19:36:32.365 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotStyledText' is not accessible through the ClassLoader. 19:36:32.366 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotStyledText' is not accessible through the ClassLoader. 19:36:32.366 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotStyledText' is not accessible through the ClassLoader. 19:36:32.366 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotStyledText' is not accessible through the ClassLoader. 19:36:32.366 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotStyledText' is not accessible through the ClassLoader. 19:36:32.367 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotStyledText' is not accessible through the ClassLoader. 19:36:32.367 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotStyledText' is not accessible through the ClassLoader. 19:36:32.367 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotStyledText' is not accessible through the ClassLoader. 19:36:32.367 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotStyledText' is not accessible through the ClassLoader. 19:36:32.367 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotStyledText' is not accessible through the ClassLoader. 19:36:32.368 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotStyledText' is not accessible through the ClassLoader. 19:36:32.368 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotStyledText' is not accessible through the ClassLoader. 19:36:32.368 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotStyledText' is not accessible through the ClassLoader. 19:36:32.368 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotStyledText' is not accessible through the ClassLoader. 19:36:32.368 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotStyledText' is not accessible through the ClassLoader. 19:36:32.368 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotStyledText' is not accessible through the ClassLoader. 19:36:32.369 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotStyledText' is not accessible through the ClassLoader. 19:36:32.369 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotStyledText' is not accessible through the ClassLoader. 19:36:32.369 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotStyledText' is not accessible through the ClassLoader. 19:36:32.369 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotStyledText' is not accessible through the ClassLoader. 19:36:32.369 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotStyledText' is not accessible through the ClassLoader. 19:36:32.370 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotStyledText' is not accessible through the ClassLoader. 19:36:32.370 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotStyledText' is not accessible through the ClassLoader. 19:36:32.370 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotStyledText' is not accessible through the ClassLoader. 19:36:32.371 WARN - Class 'org/eclipse/swtbot/swt/finder/results/Result' is not accessible through the ClassLoader. 19:36:32.371 WARN - Class 'org/eclipse/swtbot/swt/finder/finders/UIThreadRunnable' is not accessible through the ClassLoader. 19:36:32.371 WARN - Class 'org/eclipse/swtbot/swt/finder/results/VoidResult' is not accessible through the ClassLoader. 19:36:32.371 WARN - Class 'org/eclipse/swtbot/swt/finder/finders/UIThreadRunnable' is not accessible through the ClassLoader. 19:36:32.372 WARN - Class 'org/eclipse/swtbot/swt/finder/results/VoidResult' is not accessible through the ClassLoader. 19:36:32.372 WARN - Class 'org/eclipse/swtbot/swt/finder/finders/UIThreadRunnable' is not accessible through the ClassLoader. 19:36:32.372 WARN - Class 'org/eclipse/swtbot/swt/finder/waits/Conditions' is not accessible through the ClassLoader. 19:36:32.373 WARN - Class 'org/eclipse/swtbot/swt/finder/matchers/AbstractMatcher' is not accessible through the ClassLoader. 19:36:32.373 WARN - Class 'org/eclipse/swtbot/swt/finder/matchers/AbstractMatcher' is not accessible through the ClassLoader. 19:36:32.373 WARN - Class 'org/eclipse/swtbot/swt/finder/waits/WaitForObjectCondition' is not accessible through the ClassLoader. 19:36:32.374 WARN - Class 'org/eclipse/swtbot/swt/finder/results/WidgetResult' is not accessible through the ClassLoader. 19:36:32.374 WARN - Class 'org/eclipse/swtbot/swt/finder/finders/UIThreadRunnable' is not accessible through the ClassLoader. 19:36:32.375 WARN - Class 'org/eclipse/swtbot/swt/finder/results/WidgetResult' is not accessible through the ClassLoader. 19:36:32.375 WARN - Class 'org/eclipse/swtbot/swt/finder/finders/UIThreadRunnable' is not accessible through the ClassLoader. 19:36:32.375 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotShell' is not accessible through the ClassLoader. 19:36:32.375 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotShell' is not accessible through the ClassLoader. 19:36:32.376 WARN - Class 'org/eclipse/swtbot/swt/finder/waits/WaitForObjectCondition' is not accessible through the ClassLoader. 19:36:32.385 WARN - Class 'org/eclipse/swtbot/swt/finder/results/VoidResult' is not accessible through the ClassLoader. 19:36:32.385 WARN - Class 'org/eclipse/swtbot/swt/finder/finders/UIThreadRunnable' is not accessible through the ClassLoader. 19:36:32.386 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotTable' is not accessible through the ClassLoader. 19:36:32.386 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotTable' is not accessible through the ClassLoader. 19:36:32.386 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotStyledText' is not accessible through the ClassLoader. 19:36:32.386 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotStyledText' is not accessible through the ClassLoader. 19:36:32.386 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotStyledText' is not accessible through the ClassLoader. 19:36:32.391 WARN - Class 'org/eclipse/swtbot/swt/finder/utils/MessageFormat' is not accessible through the ClassLoader. 19:36:32.392 WARN - Class 'org/eclipse/swtbot/swt/finder/waits/WaitForObjectCondition' is not accessible through the ClassLoader. 19:36:32.393 WARN - Class 'org/eclipse/swtbot/swt/finder/utils/MessageFormat' is not accessible through the ClassLoader. 19:36:32.398 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotShell' is not accessible through the ClassLoader. 19:36:32.406 WARN - Class 'org/eclipse/swtbot/swt/finder/matchers/AbstractMatcher' is not accessible through the ClassLoader. 19:36:32.406 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotTable' is not accessible through the ClassLoader. 19:36:32.407 WARN - Class 'org/eclipse/swtbot/swt/finder/matchers/AbstractMatcher' is not accessible through the ClassLoader. 19:36:32.408 WARN - Class 'org/eclipse/swtbot/swt/finder/waits/WaitForObjectCondition' is not accessible through the ClassLoader. 19:36:32.409 WARN - Class 'org/eclipse/swtbot/swt/finder/exceptions/WidgetNotFoundException' is not accessible through the ClassLoader. 19:36:32.409 WARN - Class 'org/eclipse/swtbot/swt/finder/results/VoidResult' is not accessible through the ClassLoader. 19:36:32.409 WARN - Class 'org/eclipse/swtbot/swt/finder/finders/UIThreadRunnable' is not accessible through the ClassLoader. 19:36:32.410 WARN - Class 'org/eclipse/swtbot/swt/finder/results/VoidResult' is not accessible through the ClassLoader. 19:36:32.410 WARN - Class 'org/eclipse/swtbot/swt/finder/finders/UIThreadRunnable' is not accessible through the ClassLoader. 19:36:32.410 WARN - Class 'org/eclipse/swtbot/swt/finder/results/VoidResult' is not accessible through the ClassLoader. 19:36:32.410 WARN - Class 'org/eclipse/swtbot/swt/finder/finders/UIThreadRunnable' is not accessible through the ClassLoader. 19:36:32.411 WARN - Class 'org/eclipse/swtbot/swt/finder/results/VoidResult' is not accessible through the ClassLoader. 19:36:32.411 WARN - Class 'org/eclipse/swtbot/swt/finder/finders/UIThreadRunnable' is not accessible through the ClassLoader. 19:36:32.452 WARN - Class 'org/eclipse/swtbot/swt/finder/results/Result' is not accessible through the ClassLoader. 19:36:32.453 WARN - Class 'org/eclipse/swtbot/swt/finder/finders/UIThreadRunnable' is not accessible through the ClassLoader. 19:36:32.455 WARN - Class 'org/eclipse/swtbot/swt/finder/matchers/WidgetMatcherFactory' is not accessible through the ClassLoader. 19:36:32.455 WARN - Class 'org/eclipse/swtbot/swt/finder/matchers/WidgetMatcherFactory' is not accessible through the ClassLoader. 19:36:32.455 WARN - Class 'org/eclipse/swtbot/swt/finder/matchers/WidgetMatcherFactory' is not accessible through the ClassLoader. 19:36:32.455 WARN - Class 'org/eclipse/swtbot/swt/finder/matchers/WithItem' is not accessible through the ClassLoader. 19:36:32.456 WARN - Class 'org/eclipse/swtbot/swt/finder/matchers/WithItem' is not accessible through the ClassLoader. 19:36:32.456 WARN - Class 'org/eclipse/swtbot/swt/finder/matchers/WithItem' is not accessible through the ClassLoader. 19:36:32.456 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotCTabItem' is not accessible through the ClassLoader. 19:36:32.456 WARN - Class 'org/eclipse/swtbot/swt/finder/exceptions/WidgetNotFoundException' is not accessible through the ClassLoader. 19:36:32.456 WARN - Class 'org/eclipse/swtbot/swt/finder/results/IntResult' is not accessible through the ClassLoader. 19:36:32.457 WARN - Class 'org/eclipse/swtbot/swt/finder/finders/UIThreadRunnable' is not accessible through the ClassLoader. 19:36:32.457 WARN - Class 'org/eclipse/swtbot/swt/finder/matchers/WidgetMatcherFactory' is not accessible through the ClassLoader. 19:36:32.457 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotCTabItem' is not accessible through the ClassLoader. 19:36:32.457 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotCTabItem' is not accessible through the ClassLoader. 19:36:32.460 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotCTabItem' is not accessible through the ClassLoader. 19:36:32.461 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotCTabItem' is not accessible through the ClassLoader. 19:36:32.461 WARN - Class 'org/eclipse/swtbot/swt/finder/results/Result' is not accessible through the ClassLoader. 19:36:32.461 WARN - Class 'org/eclipse/swtbot/swt/finder/finders/UIThreadRunnable' is not accessible through the ClassLoader. 19:36:32.463 WARN - Class 'org/eclipse/swtbot/swt/finder/exceptions/WidgetNotFoundException' is not accessible through the ClassLoader. 19:36:32.463 WARN - Class 'org/eclipse/swtbot/swt/finder/results/VoidResult' is not accessible through the ClassLoader. 19:36:32.463 WARN - Class 'org/eclipse/swtbot/swt/finder/finders/UIThreadRunnable' is not accessible through the ClassLoader. 19:36:32.464 WARN - Class 'org/eclipse/swtbot/swt/finder/results/VoidResult' is not accessible through the ClassLoader. 19:36:32.464 WARN - Class 'org/eclipse/swtbot/swt/finder/finders/UIThreadRunnable' is not accessible through the ClassLoader. 19:36:32.464 WARN - Class 'org/eclipse/swtbot/swt/finder/exceptions/WidgetNotFoundException' is not accessible through the ClassLoader. 19:36:32.465 WARN - Class 'org/eclipse/swtbot/swt/finder/exceptions/WidgetNotFoundException' is not accessible through the ClassLoader. 19:36:32.465 WARN - Class 'org/eclipse/swtbot/swt/finder/results/VoidResult' is not accessible through the ClassLoader. 19:36:32.466 WARN - Class 'org/eclipse/swtbot/swt/finder/finders/UIThreadRunnable' is not accessible through the ClassLoader. 19:36:32.466 WARN - Class 'org/eclipse/swtbot/swt/finder/results/VoidResult' is not accessible through the ClassLoader. 19:36:32.466 WARN - Class 'org/eclipse/swtbot/swt/finder/finders/UIThreadRunnable' is not accessible through the ClassLoader. 19:36:32.466 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:36:32.466 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:36:32.467 WARN - Class 'org/eclipse/swtbot/swt/finder/waits/WaitForObjectCondition' is not accessible through the ClassLoader. 19:36:32.467 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotRootMenu' is not accessible through the ClassLoader. 19:36:32.467 WARN - Class 'org/eclipse/swtbot/swt/finder/exceptions/WidgetNotFoundException' is not accessible through the ClassLoader. 19:36:32.467 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotRootMenu' is not accessible through the ClassLoader. 19:36:32.467 WARN - Class 'org/eclipse/swtbot/swt/finder/exceptions/WidgetNotFoundException' is not accessible through the ClassLoader. 19:36:32.467 WARN - Class 'org/eclipse/swtbot/swt/finder/exceptions/WidgetNotFoundException' is not accessible through the ClassLoader. 19:36:32.468 WARN - Class 'org/eclipse/swtbot/swt/finder/matchers/WidgetMatcherFactory' is not accessible through the ClassLoader. 19:36:32.468 WARN - Class 'org/eclipse/swtbot/swt/finder/exceptions/WidgetNotFoundException' is not accessible through the ClassLoader. 19:36:32.468 WARN - Class 'org/eclipse/swtbot/swt/finder/results/VoidResult' is not accessible through the ClassLoader. 19:36:32.468 WARN - Class 'org/eclipse/swtbot/swt/finder/finders/UIThreadRunnable' is not accessible through the ClassLoader. 19:36:32.469 WARN - Class 'org/eclipse/swtbot/swt/finder/exceptions/WidgetNotFoundException' is not accessible through the ClassLoader. 19:36:32.469 WARN - Class 'org/eclipse/swtbot/swt/finder/exceptions/WidgetNotFoundException' is not accessible through the ClassLoader. 19:36:32.470 WARN - Class 'org/eclipse/swtbot/swt/finder/exceptions/WidgetNotFoundException' is not accessible through the ClassLoader. 19:36:32.471 WARN - Class 'org/eclipse/swtbot/swt/finder/exceptions/WidgetNotFoundException' is not accessible through the ClassLoader. 19:36:32.471 WARN - Class 'org/eclipse/swtbot/swt/finder/results/VoidResult' is not accessible through the ClassLoader. 19:36:32.471 WARN - Class 'org/eclipse/swtbot/swt/finder/finders/UIThreadRunnable' is not accessible through the ClassLoader. 19:36:32.472 WARN - Class 'org/eclipse/swtbot/swt/finder/results/VoidResult' is not accessible through the ClassLoader. 19:36:32.472 WARN - Class 'org/eclipse/swtbot/swt/finder/finders/UIThreadRunnable' is not accessible through the ClassLoader. 19:36:32.472 WARN - Class 'org/eclipse/swtbot/swt/finder/exceptions/WidgetNotFoundException' is not accessible through the ClassLoader. 19:36:32.472 WARN - Class 'org/eclipse/swtbot/swt/finder/exceptions/WidgetNotFoundException' is not accessible through the ClassLoader. 19:36:32.473 WARN - Class 'org/eclipse/swtbot/swt/finder/utils/internal/Assert' is not accessible through the ClassLoader. 19:36:32.474 WARN - Class 'org/eclipse/swtbot/swt/finder/results/VoidResult' is not accessible through the ClassLoader. 19:36:32.474 WARN - Class 'org/eclipse/swtbot/swt/finder/finders/UIThreadRunnable' is not accessible through the ClassLoader. 19:36:32.474 WARN - Class 'org/eclipse/swtbot/swt/finder/results/ListResult' is not accessible through the ClassLoader. 19:36:32.475 WARN - Class 'org/eclipse/swtbot/swt/finder/finders/UIThreadRunnable' is not accessible through the ClassLoader. 19:36:32.475 WARN - Class 'org/eclipse/swtbot/swt/finder/exceptions/WidgetNotFoundException' is not accessible through the ClassLoader. 19:36:32.475 WARN - Class 'org/eclipse/swtbot/swt/finder/exceptions/WidgetNotFoundException' is not accessible through the ClassLoader. 19:36:32.475 WARN - Class 'org/eclipse/swtbot/swt/finder/exceptions/WidgetNotFoundException' is not accessible through the ClassLoader. 19:36:32.475 WARN - Class 'org/eclipse/swtbot/swt/finder/exceptions/WidgetNotFoundException' is not accessible through the ClassLoader. 19:36:32.476 WARN - Class 'org/eclipse/swtbot/swt/finder/exceptions/WidgetNotFoundException' is not accessible through the ClassLoader. 19:36:32.476 WARN - Class 'org/eclipse/swtbot/swt/finder/exceptions/WidgetNotFoundException' is not accessible through the ClassLoader. 19:36:32.476 WARN - Class 'org/eclipse/swtbot/swt/finder/exceptions/WidgetNotFoundException' is not accessible through the ClassLoader. 19:36:32.476 WARN - Class 'org/eclipse/swtbot/swt/finder/exceptions/WidgetNotFoundException' is not accessible through the ClassLoader. 19:36:32.477 WARN - Class 'org/eclipse/swtbot/swt/finder/exceptions/WidgetNotFoundException' is not accessible through the ClassLoader. 19:36:32.477 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotToolbarButton' is not accessible through the ClassLoader. 19:36:32.477 WARN - Class 'org/eclipse/swtbot/swt/finder/exceptions/WidgetNotFoundException' is not accessible through the ClassLoader. 19:36:32.477 WARN - Class 'org/eclipse/swtbot/swt/finder/finders/Finder' is not accessible through the ClassLoader. 19:36:32.478 WARN - Class 'org/eclipse/swtbot/swt/finder/finders/Finder' is not accessible through the ClassLoader. 19:36:32.478 WARN - Class 'org/eclipse/swtbot/swt/finder/finders/Finder' is not accessible through the ClassLoader. 19:36:32.478 WARN - Class 'org/eclipse/swtbot/swt/finder/exceptions/WidgetNotFoundException' is not accessible through the ClassLoader. 19:36:32.478 WARN - Class 'org/eclipse/swtbot/swt/finder/finders/Finder' is not accessible through the ClassLoader. 19:36:32.480 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:36:32.480 WARN - Class 'org/eclipse/swtbot/swt/finder/utils/MessageFormat' is not accessible through the ClassLoader. 19:36:32.481 WARN - Class 'org/eclipse/swtbot/swt/finder/utils/internal/Assert' is not accessible through the ClassLoader. 19:36:32.481 WARN - Class 'org/eclipse/swtbot/swt/finder/results/ListResult' is not accessible through the ClassLoader. 19:36:32.481 WARN - Class 'org/eclipse/swtbot/swt/finder/finders/UIThreadRunnable' is not accessible through the ClassLoader. 19:36:32.483 WARN - Class 'org/eclipse/swtbot/swt/finder/utils/SWTUtils' is not accessible through the ClassLoader. 19:36:32.483 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotToolbarPushButton' is not accessible through the ClassLoader. 19:36:32.483 WARN - Class 'org/eclipse/swtbot/swt/finder/utils/SWTUtils' is not accessible through the ClassLoader. 19:36:32.484 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotToolbarToggleButton' is not accessible through the ClassLoader. 19:36:32.484 WARN - Class 'org/eclipse/swtbot/swt/finder/utils/SWTUtils' is not accessible through the ClassLoader. 19:36:32.484 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotToolbarRadioButton' is not accessible through the ClassLoader. 19:36:32.484 WARN - Class 'org/eclipse/swtbot/swt/finder/utils/SWTUtils' is not accessible through the ClassLoader. 19:36:32.484 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotToolbarDropDownButton' is not accessible through the ClassLoader. 19:36:32.485 WARN - Class 'org/eclipse/swtbot/swt/finder/utils/SWTUtils' is not accessible through the ClassLoader. 19:36:32.485 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotToolbarSeparatorButton' is not accessible through the ClassLoader. 19:36:32.487 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:36:32.488 WARN - Class 'org/eclipse/swtbot/swt/finder/matchers/WidgetMatcherFactory' is not accessible through the ClassLoader. 19:36:32.488 WARN - Class 'org/eclipse/swtbot/swt/finder/matchers/WidgetMatcherFactory' is not accessible through the ClassLoader. 19:36:32.488 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:36:32.488 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotCLabel' is not accessible through the ClassLoader. 19:36:32.489 WARN - Class 'org/eclipse/swtbot/swt/finder/utils/ClassUtils' is not accessible through the ClassLoader. 19:36:32.497 INFO - Java bytecode scan done: 462 ms 19:36:32.497 INFO - Java Test Files AST scan... 19:36:32.497 INFO - 0 source files to be analyzed 19:36:32.498 INFO - Java Test Files AST scan done: 1 ms 19:36:32.498 INFO - Package design analysis... 19:36:32.499 INFO - 0/0 source files have been analyzed 19:36:32.604 INFO - Package design analysis done: 106 ms 19:36:32.609 INFO - Sensor JavaSquidSensor done: 5704 ms 19:36:32.610 INFO - Sensor QProfileSensor... 19:36:32.611 INFO - Sensor QProfileSensor done: 1 ms 19:36:32.611 INFO - Sensor InitialOpenIssuesSensor... 19:36:32.656 INFO - Sensor InitialOpenIssuesSensor done: 45 ms 19:36:32.656 INFO - Sensor ProjectLinksSensor... 19:36:32.670 INFO - Sensor ProjectLinksSensor done: 14 ms 19:36:32.671 INFO - Sensor VersionEventsSensor... 19:36:32.680 INFO - Sensor VersionEventsSensor done: 9 ms 19:36:32.680 INFO - Sensor FileHashSensor... 19:36:32.683 INFO - Sensor FileHashSensor done: 3 ms 19:36:32.683 INFO - Sensor org.sonar.plugins.findbugs.FindbugsSensor@5fc63af5... 19:36:32.686 INFO - Execute Findbugs 3.0.1... 19:36:32.760 INFO - Findbugs output report: /home/jenkins/agent/workspace/swtbot-sonar/org.eclipse.swtbot.eclipse.finder/target/sonar/findbugs-result.xml The following classes needed for analysis were missing: org.eclipse.swtbot.swt.finder.results.VoidResult org.eclipse.swtbot.swt.finder.results.Result org.eclipse.swtbot.swt.finder.SWTBotTestCase org.eclipse.swtbot.swt.finder.SWTBot org.eclipse.swtbot.swt.finder.results.ListResult org.eclipse.swtbot.swt.finder.matchers.WidgetMatcherFactory org.eclipse.swtbot.swt.finder.matchers.AbstractMatcher org.eclipse.swtbot.swt.finder.waits.Conditions org.eclipse.swtbot.swt.finder.waits.WaitForObjectCondition org.eclipse.swtbot.swt.finder.waits.ICondition org.eclipse.swtbot.swt.finder.results.WidgetResult org.eclipse.swtbot.swt.finder.results.IntResult org.eclipse.swtbot.swt.finder.widgets.SWTBotTable org.eclipse.swtbot.swt.finder.utils.MessageFormat org.eclipse.swtbot.swt.finder.widgets.SWTBotShell org.eclipse.swtbot.swt.finder.widgets.SWTBotStyledText org.eclipse.swtbot.swt.finder.utils.SWTBotPreferences org.eclipse.swtbot.swt.finder.utils.Position org.eclipse.swtbot.swt.finder.finders.UIThreadRunnable org.eclipse.swtbot.swt.finder.widgets.SWTBotRootMenu org.eclipse.swtbot.swt.finder.utils.SWTUtils org.eclipse.swtbot.swt.finder.widgets.SWTBotToolbarPushButton org.eclipse.swtbot.swt.finder.widgets.SWTBotToolbarToggleButton org.eclipse.swtbot.swt.finder.widgets.SWTBotToolbarRadioButton org.eclipse.swtbot.swt.finder.widgets.SWTBotToolbarDropDownButton org.eclipse.swtbot.swt.finder.widgets.SWTBotToolbarSeparatorButton org.eclipse.swtbot.swt.finder.widgets.SWTBotCLabel org.eclipse.swtbot.swt.finder.exceptions.WidgetNotFoundException org.eclipse.swtbot.swt.finder.utils.ClassUtils org.eclipse.swtbot.swt.finder.utils.internal.Assert org.eclipse.swtbot.swt.finder.widgets.SWTBotToolbarButton org.eclipse.swtbot.swt.finder.finders.Finder org.eclipse.swtbot.swt.finder.matchers.WithItem org.eclipse.swtbot.swt.finder.widgets.SWTBotCTabItem org.eclipse.swtbot.swt.finder.widgets.TimeoutException 19:36:40.890 INFO - Execute Findbugs 3.0.1 done: 8204 ms 19:36:40.893 INFO - Sensor org.sonar.plugins.findbugs.FindbugsSensor@5fc63af5 done: 8210 ms 19:36:40.893 INFO - Sensor SurefireSensor... 19:36:40.893 INFO - parsing /home/jenkins/agent/workspace/swtbot-sonar/org.eclipse.swtbot.eclipse.finder/target/surefire-reports 19:36:40.893 ERROR - Reports path not found or is not a directory: /home/jenkins/agent/workspace/swtbot-sonar/org.eclipse.swtbot.eclipse.finder/target/surefire-reports 19:36:40.893 INFO - Sensor SurefireSensor done: 0 ms 19:36:40.893 INFO - Sensor JaCoCoOverallSensor... 19:36:40.894 WARN - You are not using the latest JaCoCo binary format version, please consider upgrading to latest JaCoCo version. 19:36:40.894 INFO - Analysing /home/jenkins/agent/workspace/swtbot-sonar/org.eclipse.swtbot.eclipse.finder/../target/jacoco.exec 19:36:40.901 WARN - You are not using the latest JaCoCo binary format version, please consider upgrading to latest JaCoCo version. 19:36:40.901 INFO - Analysing /home/jenkins/agent/workspace/swtbot-sonar/org.eclipse.swtbot.eclipse.finder/target/sonar/jacoco-overall.exec 19:36:41.004 INFO - No information about coverage per test. 19:36:41.004 INFO - Sensor JaCoCoOverallSensor done: 111 ms 19:36:41.004 INFO - Sensor PmdSensor... 19:36:41.004 INFO - Execute PMD 5.4.2... 19:36:41.008 INFO - Java version: 1.6 19:36:41.015 INFO - PMD configuration: /home/jenkins/agent/workspace/swtbot-sonar/org.eclipse.swtbot.eclipse.finder/target/sonar/pmd.xml 19:36:43.001 INFO - Execute PMD 5.4.2 done: 1997 ms 19:36:43.008 INFO - Sensor PmdSensor done: 2004 ms 19:36:43.008 INFO - Sensor CheckstyleSensor... 19:36:43.008 INFO - Execute Checkstyle ${checkstyle.version}... 19:36:43.011 INFO - Checkstyle configuration: /home/jenkins/agent/workspace/swtbot-sonar/org.eclipse.swtbot.eclipse.finder/target/sonar/checkstyle.xml 19:36:44.001 INFO - Execute Checkstyle ${checkstyle.version} done: 993 ms 19:36:44.001 INFO - Sensor CheckstyleSensor done: 993 ms 19:36:44.001 INFO - Sensor JaCoCoSensor... 19:36:44.004 WARN - You are not using the latest JaCoCo binary format version, please consider upgrading to latest JaCoCo version. 19:36:44.004 INFO - Analysing /home/jenkins/agent/workspace/swtbot-sonar/org.eclipse.swtbot.eclipse.finder/../target/jacoco.exec 19:36:44.099 INFO - No information about coverage per test. 19:36:44.099 INFO - Sensor JaCoCoSensor done: 98 ms 19:36:44.099 INFO - Sensor CPD Sensor (wrapped)... 19:36:44.100 INFO - JavaCpdEngine is used for java 19:36:44.101 INFO - Cross-project analysis disabled 19:36:44.261 INFO - Sensor CPD Sensor (wrapped) done: 162 ms 19:36:44.424 INFO - Execute decorators... 19:36:45.163 INFO - ------------- Scan org.eclipse.swtbot.eclipse.gef.finder 19:36:45.165 INFO - Load module settings 19:36:45.278 INFO - Configure Maven plugins 19:36:45.281 INFO - Compare to previous analysis (2019-09-13) 19:36:45.282 INFO - Compare over 30 days (2019-12-25, analysis of 2019-09-13 14:36:20.0) 19:36:45.284 INFO - Compare to previous version (2019-06-14) 19:36:45.284 INFO - No quality gate is configured. 19:36:45.303 INFO - Base dir: /home/jenkins/agent/workspace/swtbot-sonar/org.eclipse.swtbot.eclipse.gef.finder 19:36:45.303 INFO - Working dir: /home/jenkins/agent/workspace/swtbot-sonar/org.eclipse.swtbot.eclipse.gef.finder/target/sonar 19:36:45.303 INFO - Source paths: pom.xml, src 19:36:45.303 INFO - Binary dirs: target/classes 19:36:45.303 INFO - Source encoding: UTF-8, default locale: en_US 19:36:45.303 INFO - Index files 19:36:45.304 INFO - Excluded sources: 19:36:45.304 INFO - **/util/*Switch.java 19:36:45.378 INFO - 15 files indexed 19:36:45.576 INFO - Quality profile for java: Sonar way with Findbugs 19:36:45.582 INFO - JaCoCoItSensor: JaCoCo IT report not found: /home/jenkins/agent/workspace/swtbot-sonar/org.eclipse.swtbot.eclipse.gef.finder/target/jacoco-it.exec 19:36:45.585 INFO - Sensor JavaSquidSensor... 19:36:45.588 INFO - Configured Java source version (sonar.java.source): 6 19:36:45.588 INFO - JavaClasspath initialization... 19:36:45.611 INFO - JavaClasspath initialization done: 23 ms 19:36:45.611 INFO - JavaTestClasspath initialization... 19:36:45.644 INFO - JavaTestClasspath initialization done: 33 ms 19:36:45.659 INFO - Java Main Files AST scan... 19:36:45.659 INFO - 15 source files to be analyzed 19:36:45.681 ERROR - Class not found: org.eclipse.swtbot.eclipse.finder.SWTWorkbenchBot 19:36:45.682 ERROR - Class not found: org.eclipse.swtbot.swt.finder.exceptions.WidgetNotFoundException 19:36:45.799 ERROR - Class not found: org.eclipse.swtbot.eclipse.finder.widgets.SWTBotEditor 19:36:45.799 ERROR - Class not found: org.eclipse.swtbot.eclipse.finder.SWTWorkbenchBot 19:36:45.800 ERROR - Class not found: org.eclipse.swtbot.swt.finder.exceptions.WidgetNotFoundException 19:36:45.801 ERROR - Class not found: org.eclipse.swtbot.eclipse.finder.widgets.SWTBotView 19:36:46.316 ERROR - Class not found: org.eclipse.swtbot.swt.finder.exceptions.WidgetNotFoundException 19:36:46.317 ERROR - Class not found: org.eclipse.swtbot.swt.finder.SWTBot 19:36:46.318 ERROR - Class not found: org.eclipse.swtbot.swt.finder.waits.WaitForObjectCondition 19:36:46.621 ERROR - Class not found: org.eclipse.swtbot.swt.finder.exceptions.WidgetNotFoundException 19:36:46.622 ERROR - Class not found: org.eclipse.swtbot.swt.finder.SWTBot 19:36:46.642 ERROR - Class not found: org.eclipse.swtbot.swt.finder.widgets.AbstractSWTBotControl 19:36:46.829 ERROR - Class not found: org.eclipse.swtbot.swt.finder.exceptions.WidgetNotFoundException 19:36:46.829 ERROR - Class not found: org.eclipse.swtbot.swt.finder.SWTBot 19:36:47.084 ERROR - Class not found: org.eclipse.swtbot.swt.finder.exceptions.WidgetNotFoundException 19:36:47.085 ERROR - Class not found: org.eclipse.swtbot.swt.finder.SWTBot 19:36:47.241 ERROR - Class not found: org.eclipse.swtbot.swt.finder.widgets.AbstractSWTBotControl 19:36:47.242 ERROR - Class not found: org.eclipse.swtbot.swt.finder.exceptions.WidgetNotFoundException 19:36:47.270 ERROR - Class not found: org.eclipse.swtbot.swt.finder.widgets.AbstractSWTBot 19:36:47.341 INFO - Java Main Files AST scan done: 1682 ms 19:36:47.342 INFO - 15/15 source files have been analyzed 19:36:47.344 INFO - Java bytecode scan... 19:36:47.364 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBotTestCase' is not accessible through the ClassLoader. 19:36:47.364 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBotTestCase' is not accessible through the ClassLoader. 19:36:47.365 WARN - Class 'org/eclipse/swtbot/eclipse/finder/SWTWorkbenchBot' is not accessible through the ClassLoader. 19:36:47.365 WARN - Class 'org/eclipse/swtbot/swt/finder/exceptions/WidgetNotFoundException' is not accessible through the ClassLoader. 19:36:47.365 WARN - Class 'org/eclipse/swtbot/swt/finder/exceptions/WidgetNotFoundException' is not accessible through the ClassLoader. 19:36:47.365 WARN - Class 'org/eclipse/swtbot/swt/finder/exceptions/WidgetNotFoundException' is not accessible through the ClassLoader. 19:36:47.366 WARN - Class 'org/eclipse/swtbot/swt/finder/exceptions/WidgetNotFoundException' is not accessible through the ClassLoader. 19:36:47.366 WARN - Class 'org/eclipse/swtbot/swt/finder/exceptions/WidgetNotFoundException' is not accessible through the ClassLoader. 19:36:47.366 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/TimeoutException' is not accessible through the ClassLoader. 19:36:47.366 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/TimeoutException' is not accessible through the ClassLoader. 19:36:47.366 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/TimeoutException' is not accessible through the ClassLoader. 19:36:47.366 WARN - Class 'org/eclipse/swtbot/swt/finder/exceptions/WidgetNotFoundException' is not accessible through the ClassLoader. 19:36:47.367 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/TimeoutException' is not accessible through the ClassLoader. 19:36:47.367 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/TimeoutException' is not accessible through the ClassLoader. 19:36:47.367 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/TimeoutException' is not accessible through the ClassLoader. 19:36:47.368 WARN - Class 'org/eclipse/swtbot/eclipse/finder/SWTWorkbenchBot' is not accessible through the ClassLoader. 19:36:47.368 WARN - Class 'org/eclipse/swtbot/swt/finder/exceptions/WidgetNotFoundException' is not accessible through the ClassLoader. 19:36:47.368 WARN - Class 'org/eclipse/swtbot/swt/finder/exceptions/WidgetNotFoundException' is not accessible through the ClassLoader. 19:36:47.368 WARN - Class 'org/eclipse/swtbot/eclipse/finder/matchers/WidgetMatcherFactory' is not accessible through the ClassLoader. 19:36:47.376 WARN - Class 'org/eclipse/swtbot/eclipse/finder/waits/Conditions' is not accessible through the ClassLoader. 19:36:47.376 WARN - Class 'org/eclipse/swtbot/eclipse/finder/waits/WaitForEditor' is not accessible through the ClassLoader. 19:36:47.376 WARN - Class 'org/eclipse/swtbot/eclipse/finder/widgets/SWTBotEditor' is not accessible through the ClassLoader. 19:36:47.377 WARN - Class 'org/eclipse/swtbot/swt/finder/exceptions/WidgetNotFoundException' is not accessible through the ClassLoader. 19:36:47.377 WARN - Class 'org/eclipse/swtbot/swt/finder/exceptions/WidgetNotFoundException' is not accessible through the ClassLoader. 19:36:47.377 WARN - Class 'org/eclipse/swtbot/swt/finder/exceptions/WidgetNotFoundException' is not accessible through the ClassLoader. 19:36:47.377 WARN - Class 'org/eclipse/swtbot/swt/finder/exceptions/WidgetNotFoundException' is not accessible through the ClassLoader. 19:36:47.377 WARN - Class 'org/eclipse/swtbot/swt/finder/exceptions/WidgetNotFoundException' is not accessible through the ClassLoader. 19:36:47.377 WARN - Class 'org/eclipse/swtbot/swt/finder/exceptions/WidgetNotFoundException' is not accessible through the ClassLoader. 19:36:47.378 WARN - Class 'org/eclipse/swtbot/swt/finder/exceptions/WidgetNotFoundException' is not accessible through the ClassLoader. 19:36:47.378 WARN - Class 'org/eclipse/swtbot/swt/finder/exceptions/WidgetNotFoundException' is not accessible through the ClassLoader. 19:36:47.378 WARN - Class 'org/eclipse/swtbot/swt/finder/exceptions/WidgetNotFoundException' is not accessible through the ClassLoader. 19:36:47.378 WARN - Class 'org/eclipse/swtbot/swt/finder/exceptions/WidgetNotFoundException' is not accessible through the ClassLoader. 19:36:47.378 WARN - Class 'org/eclipse/swtbot/eclipse/finder/matchers/WidgetMatcherFactory' is not accessible through the ClassLoader. 19:36:47.379 WARN - Class 'org/eclipse/swtbot/eclipse/finder/waits/Conditions' is not accessible through the ClassLoader. 19:36:47.379 WARN - Class 'org/eclipse/swtbot/eclipse/finder/waits/WaitForView' is not accessible through the ClassLoader. 19:36:47.379 WARN - Class 'org/eclipse/swtbot/eclipse/finder/widgets/SWTBotView' is not accessible through the ClassLoader. 19:36:47.379 WARN - Class 'org/eclipse/swtbot/swt/finder/exceptions/WidgetNotFoundException' is not accessible through the ClassLoader. 19:36:47.381 WARN - Class 'org/eclipse/swtbot/swt/finder/exceptions/WidgetNotFoundException' is not accessible through the ClassLoader. 19:36:47.381 WARN - Class 'org/eclipse/swtbot/eclipse/finder/SWTWorkbenchBot' is not accessible through the ClassLoader. 19:36:47.381 WARN - Class 'org/eclipse/swtbot/eclipse/finder/SWTWorkbenchBot' is not accessible through the ClassLoader. 19:36:47.381 WARN - Class 'org/eclipse/swtbot/eclipse/finder/SWTWorkbenchBot' is not accessible through the ClassLoader. 19:36:47.381 WARN - Class 'org/eclipse/swtbot/eclipse/finder/SWTWorkbenchBot' is not accessible through the ClassLoader. 19:36:47.381 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/TimeoutException' is not accessible through the ClassLoader. 19:36:47.382 WARN - Class 'org/eclipse/swtbot/eclipse/finder/SWTWorkbenchBot' is not accessible through the ClassLoader. 19:36:47.382 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/TimeoutException' is not accessible through the ClassLoader. 19:36:47.382 WARN - Class 'org/eclipse/swtbot/eclipse/finder/SWTWorkbenchBot' is not accessible through the ClassLoader. 19:36:47.382 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/TimeoutException' is not accessible through the ClassLoader. 19:36:47.382 WARN - Class 'org/eclipse/swtbot/eclipse/finder/SWTWorkbenchBot' is not accessible through the ClassLoader. 19:36:47.382 WARN - Class 'org/eclipse/swtbot/eclipse/finder/SWTWorkbenchBot' is not accessible through the ClassLoader. 19:36:47.383 WARN - Class 'org/eclipse/swtbot/eclipse/finder/SWTWorkbenchBot' is not accessible through the ClassLoader. 19:36:47.383 WARN - Class 'org/eclipse/swtbot/eclipse/finder/SWTWorkbenchBot' is not accessible through the ClassLoader. 19:36:47.383 WARN - Class 'org/eclipse/swtbot/swt/finder/exceptions/WidgetNotFoundException' is not accessible through the ClassLoader. 19:36:47.383 WARN - Class 'org/eclipse/swtbot/eclipse/finder/SWTWorkbenchBot' is not accessible through the ClassLoader. 19:36:47.383 WARN - Class 'org/eclipse/swtbot/eclipse/finder/SWTWorkbenchBot' is not accessible through the ClassLoader. 19:36:47.383 WARN - Class 'org/eclipse/swtbot/eclipse/finder/SWTWorkbenchBot' is not accessible through the ClassLoader. 19:36:47.384 WARN - Class 'org/eclipse/swtbot/eclipse/finder/SWTWorkbenchBot' is not accessible through the ClassLoader. 19:36:47.384 WARN - Class 'org/eclipse/swtbot/eclipse/finder/SWTWorkbenchBot' is not accessible through the ClassLoader. 19:36:47.384 WARN - Class 'org/eclipse/swtbot/eclipse/finder/SWTWorkbenchBot' is not accessible through the ClassLoader. 19:36:47.384 WARN - Class 'org/eclipse/swtbot/eclipse/finder/SWTWorkbenchBot' is not accessible through the ClassLoader. 19:36:47.384 WARN - Class 'org/eclipse/swtbot/eclipse/finder/SWTWorkbenchBot' is not accessible through the ClassLoader. 19:36:47.384 WARN - Class 'org/eclipse/swtbot/eclipse/finder/SWTWorkbenchBot' is not accessible through the ClassLoader. 19:36:47.384 WARN - Class 'org/eclipse/swtbot/eclipse/finder/SWTWorkbenchBot' is not accessible through the ClassLoader. 19:36:47.385 WARN - Class 'org/eclipse/swtbot/eclipse/finder/SWTWorkbenchBot' is not accessible through the ClassLoader. 19:36:47.385 WARN - Class 'org/eclipse/swtbot/eclipse/finder/SWTWorkbenchBot' is not accessible through the ClassLoader. 19:36:47.385 WARN - Class 'org/eclipse/swtbot/eclipse/finder/SWTWorkbenchBot' is not accessible through the ClassLoader. 19:36:47.385 WARN - Class 'org/eclipse/swtbot/eclipse/finder/SWTWorkbenchBot' is not accessible through the ClassLoader. 19:36:47.385 WARN - Class 'org/eclipse/swtbot/eclipse/finder/SWTWorkbenchBot' is not accessible through the ClassLoader. 19:36:47.385 WARN - Class 'org/eclipse/swtbot/eclipse/finder/SWTWorkbenchBot' is not accessible through the ClassLoader. 19:36:47.386 WARN - Class 'org/eclipse/swtbot/eclipse/finder/SWTWorkbenchBot' is not accessible through the ClassLoader. 19:36:47.386 WARN - Class 'org/eclipse/swtbot/eclipse/finder/SWTWorkbenchBot' is not accessible through the ClassLoader. 19:36:47.386 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/TimeoutException' is not accessible through the ClassLoader. 19:36:47.386 WARN - Class 'org/eclipse/swtbot/eclipse/finder/SWTWorkbenchBot' is not accessible through the ClassLoader. 19:36:47.386 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/TimeoutException' is not accessible through the ClassLoader. 19:36:47.386 WARN - Class 'org/eclipse/swtbot/eclipse/finder/SWTWorkbenchBot' is not accessible through the ClassLoader. 19:36:47.387 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/TimeoutException' is not accessible through the ClassLoader. 19:36:47.387 WARN - Class 'org/eclipse/swtbot/eclipse/finder/SWTWorkbenchBot' is not accessible through the ClassLoader. 19:36:47.387 WARN - Class 'org/eclipse/swtbot/eclipse/finder/SWTWorkbenchBot' is not accessible through the ClassLoader. 19:36:47.387 WARN - Class 'org/eclipse/swtbot/eclipse/finder/SWTWorkbenchBot' is not accessible through the ClassLoader. 19:36:47.387 WARN - Class 'org/eclipse/swtbot/eclipse/finder/SWTWorkbenchBot' is not accessible through the ClassLoader. 19:36:47.387 WARN - Class 'org/eclipse/swtbot/eclipse/finder/SWTWorkbenchBot' is not accessible through the ClassLoader. 19:36:47.388 WARN - Class 'org/eclipse/swtbot/eclipse/finder/SWTWorkbenchBot' is not accessible through the ClassLoader. 19:36:47.388 WARN - Class 'org/eclipse/swtbot/eclipse/finder/SWTWorkbenchBot' is not accessible through the ClassLoader. 19:36:47.388 WARN - Class 'org/eclipse/swtbot/eclipse/finder/SWTWorkbenchBot' is not accessible through the ClassLoader. 19:36:47.388 WARN - Class 'org/eclipse/swtbot/eclipse/finder/SWTWorkbenchBot' is not accessible through the ClassLoader. 19:36:47.388 WARN - Class 'org/eclipse/swtbot/eclipse/finder/SWTWorkbenchBot' is not accessible through the ClassLoader. 19:36:47.388 WARN - Class 'org/eclipse/swtbot/eclipse/finder/SWTWorkbenchBot' is not accessible through the ClassLoader. 19:36:47.388 WARN - Class 'org/eclipse/swtbot/eclipse/finder/SWTWorkbenchBot' is not accessible through the ClassLoader. 19:36:47.389 WARN - Class 'org/eclipse/swtbot/eclipse/finder/SWTWorkbenchBot' is not accessible through the ClassLoader. 19:36:47.389 WARN - Class 'org/eclipse/swtbot/eclipse/finder/SWTWorkbenchBot' is not accessible through the ClassLoader. 19:36:47.389 WARN - Class 'org/eclipse/swtbot/eclipse/finder/SWTWorkbenchBot' is not accessible through the ClassLoader. 19:36:47.389 WARN - Class 'org/eclipse/swtbot/eclipse/finder/SWTWorkbenchBot' is not accessible through the ClassLoader. 19:36:47.389 WARN - Class 'org/eclipse/swtbot/eclipse/finder/SWTWorkbenchBot' is not accessible through the ClassLoader. 19:36:47.389 WARN - Class 'org/eclipse/swtbot/eclipse/finder/SWTWorkbenchBot' is not accessible through the ClassLoader. 19:36:47.390 WARN - Class 'org/eclipse/swtbot/eclipse/finder/SWTWorkbenchBot' is not accessible through the ClassLoader. 19:36:47.390 WARN - Class 'org/eclipse/swtbot/swt/finder/results/Result' is not accessible through the ClassLoader. 19:36:47.390 WARN - Class 'org/eclipse/swtbot/swt/finder/finders/UIThreadRunnable' is not accessible through the ClassLoader. 19:36:47.419 WARN - Class 'org/eclipse/swtbot/swt/finder/waits/WaitForObjectCondition' is not accessible through the ClassLoader. 19:36:47.419 WARN - Class 'org/eclipse/swtbot/swt/finder/waits/WaitForObjectCondition' is not accessible through the ClassLoader. 19:36:47.457 WARN - Class 'org/eclipse/swtbot/swt/finder/exceptions/WidgetNotFoundException' is not accessible through the ClassLoader. 19:36:47.457 WARN - Class 'org/eclipse/swtbot/swt/finder/exceptions/WidgetNotFoundException' is not accessible through the ClassLoader. 19:36:47.457 WARN - Class 'org/eclipse/swtbot/swt/finder/exceptions/WidgetNotFoundException' is not accessible through the ClassLoader. 19:36:47.457 WARN - Class 'org/eclipse/swtbot/swt/finder/exceptions/WidgetNotFoundException' is not accessible through the ClassLoader. 19:36:47.457 WARN - Class 'org/eclipse/swtbot/swt/finder/exceptions/WidgetNotFoundException' is not accessible through the ClassLoader. 19:36:47.458 WARN - Class 'org/eclipse/swtbot/swt/finder/exceptions/WidgetNotFoundException' is not accessible through the ClassLoader. 19:36:47.458 WARN - Class 'org/eclipse/swtbot/swt/finder/exceptions/WidgetNotFoundException' is not accessible through the ClassLoader. 19:36:47.458 WARN - Class 'org/eclipse/swtbot/swt/finder/exceptions/WidgetNotFoundException' is not accessible through the ClassLoader. 19:36:47.458 WARN - Class 'org/eclipse/swtbot/swt/finder/exceptions/WidgetNotFoundException' is not accessible through the ClassLoader. 19:36:47.458 WARN - Class 'org/eclipse/swtbot/swt/finder/exceptions/WidgetNotFoundException' is not accessible through the ClassLoader. 19:36:47.459 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:36:47.459 WARN - Class 'org/eclipse/swtbot/swt/finder/results/Result' is not accessible through the ClassLoader. 19:36:47.459 WARN - Class 'org/eclipse/swtbot/swt/finder/finders/UIThreadRunnable' is not accessible through the ClassLoader. 19:36:47.459 WARN - Class 'org/eclipse/swtbot/swt/finder/results/Result' is not accessible through the ClassLoader. 19:36:47.460 WARN - Class 'org/eclipse/swtbot/swt/finder/finders/UIThreadRunnable' is not accessible through the ClassLoader. 19:36:47.460 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/AbstractSWTBot' is not accessible through the ClassLoader. 19:36:47.460 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/AbstractSWTBot' is not accessible through the ClassLoader. 19:36:47.461 WARN - Class 'org/eclipse/swtbot/swt/finder/exceptions/WidgetNotFoundException' is not accessible through the ClassLoader. 19:36:47.461 WARN - Class 'org/eclipse/swtbot/swt/finder/results/VoidResult' is not accessible through the ClassLoader. 19:36:47.461 WARN - Class 'org/eclipse/swtbot/swt/finder/finders/UIThreadRunnable' is not accessible through the ClassLoader. 19:36:47.461 WARN - Class 'org/eclipse/swtbot/swt/finder/results/VoidResult' is not accessible through the ClassLoader. 19:36:47.462 WARN - Class 'org/eclipse/swtbot/swt/finder/finders/UIThreadRunnable' is not accessible through the ClassLoader. 19:36:47.462 WARN - Class 'org/eclipse/swtbot/swt/finder/exceptions/WidgetNotFoundException' is not accessible through the ClassLoader. 19:36:47.474 WARN - Class 'org/eclipse/swtbot/swt/finder/utils/MessageFormat' is not accessible through the ClassLoader. 19:36:47.474 WARN - Class 'org/eclipse/swtbot/swt/finder/utils/internal/Assert' is not accessible through the ClassLoader. 19:36:47.479 WARN - Class 'org/eclipse/swtbot/swt/finder/matchers/WidgetMatcherFactory' is not accessible through the ClassLoader. 19:36:47.480 WARN - Class 'org/eclipse/swtbot/swt/finder/results/Result' is not accessible through the ClassLoader. 19:36:47.480 WARN - Class 'org/eclipse/swtbot/swt/finder/finders/UIThreadRunnable' is not accessible through the ClassLoader. 19:36:47.481 WARN - Class 'org/eclipse/swtbot/swt/finder/results/Result' is not accessible through the ClassLoader. 19:36:47.481 WARN - Class 'org/eclipse/swtbot/swt/finder/finders/UIThreadRunnable' is not accessible through the ClassLoader. 19:36:47.481 WARN - Class 'org/eclipse/swtbot/swt/finder/results/Result' is not accessible through the ClassLoader. 19:36:47.481 WARN - Class 'org/eclipse/swtbot/swt/finder/finders/UIThreadRunnable' is not accessible through the ClassLoader. 19:36:47.482 WARN - Class 'org/eclipse/swtbot/swt/finder/results/VoidResult' is not accessible through the ClassLoader. 19:36:47.482 WARN - Class 'org/eclipse/swtbot/swt/finder/finders/UIThreadRunnable' is not accessible through the ClassLoader. 19:36:47.483 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/AbstractSWTBotControl' is not accessible through the ClassLoader. 19:36:47.483 WARN - Class 'org/eclipse/swtbot/swt/finder/exceptions/WidgetNotFoundException' is not accessible through the ClassLoader. 19:36:47.483 WARN - Class 'org/eclipse/swtbot/swt/finder/exceptions/WidgetNotFoundException' is not accessible through the ClassLoader. 19:36:47.487 WARN - Class 'org/eclipse/swtbot/swt/finder/results/VoidResult' is not accessible through the ClassLoader. 19:36:47.488 WARN - Class 'org/eclipse/swtbot/swt/finder/finders/UIThreadRunnable' is not accessible through the ClassLoader. 19:36:47.489 WARN - Class 'org/eclipse/swtbot/swt/finder/results/Result' is not accessible through the ClassLoader. 19:36:47.490 WARN - Class 'org/eclipse/swtbot/swt/finder/finders/UIThreadRunnable' is not accessible through the ClassLoader. 19:36:47.490 WARN - Class 'org/eclipse/swtbot/swt/finder/results/Result' is not accessible through the ClassLoader. 19:36:47.490 WARN - Class 'org/eclipse/swtbot/swt/finder/finders/UIThreadRunnable' is not accessible through the ClassLoader. 19:36:47.493 WARN - Class 'org/eclipse/swtbot/swt/finder/exceptions/WidgetNotFoundException' is not accessible through the ClassLoader. 19:36:47.494 WARN - Class 'org/eclipse/swtbot/eclipse/finder/widgets/SWTBotEditor' is not accessible through the ClassLoader. 19:36:47.494 WARN - Class 'org/eclipse/swtbot/swt/finder/results/Result' is not accessible through the ClassLoader. 19:36:47.494 WARN - Class 'org/eclipse/swtbot/swt/finder/finders/UIThreadRunnable' is not accessible through the ClassLoader. 19:36:47.494 WARN - Class 'org/eclipse/swtbot/swt/finder/exceptions/WidgetNotFoundException' is not accessible through the ClassLoader. 19:36:47.495 WARN - Class 'org/eclipse/swtbot/swt/finder/exceptions/WidgetNotFoundException' is not accessible through the ClassLoader. 19:36:47.495 WARN - Class 'org/eclipse/swtbot/swt/finder/exceptions/WidgetNotFoundException' is not accessible through the ClassLoader. 19:36:47.495 WARN - Class 'org/eclipse/swtbot/swt/finder/exceptions/WidgetNotFoundException' is not accessible through the ClassLoader. 19:36:47.495 WARN - Class 'org/eclipse/swtbot/swt/finder/exceptions/WidgetNotFoundException' is not accessible through the ClassLoader. 19:36:47.495 WARN - Class 'org/eclipse/swtbot/swt/finder/exceptions/WidgetNotFoundException' is not accessible through the ClassLoader. 19:36:47.497 WARN - Class 'org/eclipse/swtbot/swt/finder/results/VoidResult' is not accessible through the ClassLoader. 19:36:47.497 WARN - Class 'org/eclipse/swtbot/swt/finder/finders/UIThreadRunnable' is not accessible through the ClassLoader. 19:36:47.497 WARN - Class 'org/eclipse/swtbot/swt/finder/exceptions/WidgetNotFoundException' is not accessible through the ClassLoader. 19:36:47.524 WARN - Class 'org/eclipse/swtbot/swt/finder/exceptions/WidgetNotFoundException' is not accessible through the ClassLoader. 19:36:47.527 WARN - Class 'org/eclipse/swtbot/swt/finder/exceptions/WidgetNotFoundException' is not accessible through the ClassLoader. 19:36:47.527 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/AbstractSWTBotControl' is not accessible through the ClassLoader. 19:36:47.528 WARN - Class 'org/eclipse/swtbot/swt/finder/results/VoidResult' is not accessible through the ClassLoader. 19:36:47.528 WARN - Class 'org/eclipse/swtbot/swt/finder/finders/UIThreadRunnable' is not accessible through the ClassLoader. 19:36:47.529 WARN - Class 'org/eclipse/swtbot/swt/finder/results/VoidResult' is not accessible through the ClassLoader. 19:36:47.529 WARN - Class 'org/eclipse/swtbot/swt/finder/finders/UIThreadRunnable' is not accessible through the ClassLoader. 19:36:47.529 WARN - Class 'org/eclipse/swtbot/swt/finder/results/VoidResult' is not accessible through the ClassLoader. 19:36:47.529 WARN - Class 'org/eclipse/swtbot/swt/finder/finders/UIThreadRunnable' is not accessible through the ClassLoader. 19:36:47.530 WARN - Class 'org/eclipse/swtbot/swt/finder/results/VoidResult' is not accessible through the ClassLoader. 19:36:47.530 WARN - Class 'org/eclipse/swtbot/swt/finder/finders/UIThreadRunnable' is not accessible through the ClassLoader. 19:36:47.530 WARN - Class 'org/eclipse/swtbot/swt/finder/results/VoidResult' is not accessible through the ClassLoader. 19:36:47.530 WARN - Class 'org/eclipse/swtbot/swt/finder/finders/UIThreadRunnable' is not accessible through the ClassLoader. 19:36:47.531 WARN - Class 'org/eclipse/swtbot/swt/finder/results/VoidResult' is not accessible through the ClassLoader. 19:36:47.552 WARN - Class 'org/eclipse/swtbot/swt/finder/finders/UIThreadRunnable' is not accessible through the ClassLoader. 19:36:47.553 WARN - Class 'org/eclipse/swtbot/swt/finder/results/VoidResult' is not accessible through the ClassLoader. 19:36:47.554 WARN - Class 'org/eclipse/swtbot/swt/finder/finders/UIThreadRunnable' is not accessible through the ClassLoader. 19:36:47.557 WARN - Class 'org/eclipse/swtbot/eclipse/finder/widgets/SWTBotView' is not accessible through the ClassLoader. 19:36:47.558 WARN - Class 'org/eclipse/swtbot/swt/finder/results/Result' is not accessible through the ClassLoader. 19:36:47.558 WARN - Class 'org/eclipse/swtbot/swt/finder/finders/UIThreadRunnable' is not accessible through the ClassLoader. 19:36:47.559 WARN - Class 'org/eclipse/swtbot/swt/finder/exceptions/WidgetNotFoundException' is not accessible through the ClassLoader. 19:36:47.559 WARN - Class 'org/eclipse/swtbot/swt/finder/exceptions/WidgetNotFoundException' is not accessible through the ClassLoader. 19:36:47.560 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:36:47.560 WARN - Class 'org/eclipse/swtbot/swt/finder/exceptions/WidgetNotFoundException' is not accessible through the ClassLoader. 19:36:47.560 WARN - Class 'org/eclipse/swtbot/swt/finder/results/VoidResult' is not accessible through the ClassLoader. 19:36:47.560 WARN - Class 'org/eclipse/swtbot/swt/finder/finders/UIThreadRunnable' is not accessible through the ClassLoader. 19:36:47.561 WARN - Class 'org/eclipse/swtbot/swt/finder/exceptions/WidgetNotFoundException' is not accessible through the ClassLoader. 19:36:47.561 WARN - Class 'org/eclipse/swtbot/swt/finder/exceptions/WidgetNotFoundException' is not accessible through the ClassLoader. 19:36:47.561 WARN - Class 'org/eclipse/swtbot/swt/finder/exceptions/WidgetNotFoundException' is not accessible through the ClassLoader. 19:36:47.561 WARN - Class 'org/eclipse/swtbot/swt/finder/exceptions/WidgetNotFoundException' is not accessible through the ClassLoader. 19:36:47.562 WARN - Class 'org/eclipse/swtbot/swt/finder/results/Result' is not accessible through the ClassLoader. 19:36:47.562 WARN - Class 'org/eclipse/swtbot/swt/finder/finders/UIThreadRunnable' is not accessible through the ClassLoader. 19:36:47.562 WARN - Class 'org/eclipse/swtbot/swt/finder/results/VoidResult' is not accessible through the ClassLoader. 19:36:47.562 WARN - Class 'org/eclipse/swtbot/swt/finder/finders/UIThreadRunnable' is not accessible through the ClassLoader. 19:36:47.563 WARN - Class 'org/eclipse/swtbot/swt/finder/exceptions/WidgetNotFoundException' is not accessible through the ClassLoader. 19:36:47.563 WARN - Class 'org/eclipse/swtbot/swt/finder/exceptions/WidgetNotFoundException' is not accessible through the ClassLoader. 19:36:47.563 WARN - Class 'org/eclipse/swtbot/swt/finder/exceptions/WidgetNotFoundException' is not accessible through the ClassLoader. 19:36:47.563 WARN - Class 'org/eclipse/swtbot/swt/finder/results/VoidResult' is not accessible through the ClassLoader. 19:36:47.563 WARN - Class 'org/eclipse/swtbot/swt/finder/finders/UIThreadRunnable' is not accessible through the ClassLoader. 19:36:47.564 WARN - Class 'org/eclipse/swtbot/swt/finder/exceptions/WidgetNotFoundException' is not accessible through the ClassLoader. 19:36:47.564 WARN - Class 'org/eclipse/swtbot/swt/finder/matchers/WidgetMatcherFactory' is not accessible through the ClassLoader. 19:36:47.564 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:36:47.564 WARN - Class 'org/eclipse/swtbot/swt/finder/exceptions/WidgetNotFoundException' is not accessible through the ClassLoader. 19:36:47.564 WARN - Class 'org/eclipse/swtbot/swt/finder/exceptions/WidgetNotFoundException' is not accessible through the ClassLoader. 19:36:47.565 WARN - Class 'org/eclipse/swtbot/swt/finder/results/VoidResult' is not accessible through the ClassLoader. 19:36:47.565 WARN - Class 'org/eclipse/swtbot/swt/finder/finders/UIThreadRunnable' is not accessible through the ClassLoader. 19:36:47.565 WARN - Class 'org/eclipse/swtbot/swt/finder/exceptions/WidgetNotFoundException' is not accessible through the ClassLoader. 19:36:47.565 WARN - Class 'org/eclipse/swtbot/swt/finder/exceptions/WidgetNotFoundException' is not accessible through the ClassLoader. 19:36:47.565 WARN - Class 'org/eclipse/swtbot/swt/finder/exceptions/WidgetNotFoundException' is not accessible through the ClassLoader. 19:36:47.566 WARN - Class 'org/eclipse/swtbot/swt/finder/exceptions/WidgetNotFoundException' is not accessible through the ClassLoader. 19:36:47.566 WARN - Class 'org/eclipse/swtbot/swt/finder/exceptions/WidgetNotFoundException' is not accessible through the ClassLoader. 19:36:47.569 WARN - Class 'org/eclipse/swtbot/swt/finder/exceptions/WidgetNotFoundException' is not accessible through the ClassLoader. 19:36:47.569 WARN - Class 'org/eclipse/swtbot/swt/finder/exceptions/WidgetNotFoundException' is not accessible through the ClassLoader. 19:36:47.576 INFO - Java bytecode scan done: 232 ms 19:36:47.576 INFO - Java Test Files AST scan... 19:36:47.577 INFO - 0 source files to be analyzed 19:36:47.577 INFO - Java Test Files AST scan done: 1 ms 19:36:47.577 INFO - Package design analysis... 19:36:47.578 INFO - 0/0 source files have been analyzed 19:36:47.603 INFO - Package design analysis done: 25 ms 19:36:47.606 INFO - Sensor JavaSquidSensor done: 2021 ms 19:36:47.607 INFO - Sensor QProfileSensor... 19:36:47.608 INFO - Sensor QProfileSensor done: 1 ms 19:36:47.608 INFO - Sensor InitialOpenIssuesSensor... 19:36:47.625 INFO - Sensor InitialOpenIssuesSensor done: 17 ms 19:36:47.626 INFO - Sensor ProjectLinksSensor... 19:36:47.659 INFO - Sensor ProjectLinksSensor done: 33 ms 19:36:47.660 INFO - Sensor VersionEventsSensor... 19:36:47.669 INFO - Sensor VersionEventsSensor done: 9 ms 19:36:47.669 INFO - Sensor FileHashSensor... 19:36:47.671 INFO - Sensor FileHashSensor done: 2 ms 19:36:47.671 INFO - Sensor org.sonar.plugins.findbugs.FindbugsSensor@25ff76cd... 19:36:47.672 INFO - Execute Findbugs 3.0.1... 19:36:47.727 INFO - Findbugs output report: /home/jenkins/agent/workspace/swtbot-sonar/org.eclipse.swtbot.eclipse.gef.finder/target/sonar/findbugs-result.xml The following classes needed for analysis were missing: org.eclipse.swtbot.swt.finder.SWTBotTestCase org.eclipse.swtbot.eclipse.finder.SWTWorkbenchBot org.eclipse.swtbot.swt.finder.results.Result org.eclipse.swtbot.swt.finder.waits.WaitForObjectCondition org.eclipse.swtbot.swt.finder.widgets.AbstractSWTBot org.eclipse.swtbot.swt.finder.results.VoidResult org.eclipse.swtbot.eclipse.finder.widgets.SWTBotEditor org.eclipse.swtbot.swt.finder.widgets.AbstractSWTBotControl org.eclipse.swtbot.eclipse.finder.widgets.SWTBotView org.eclipse.swtbot.swt.finder.finders.UIThreadRunnable org.eclipse.swtbot.swt.finder.matchers.WidgetMatcherFactory org.eclipse.swtbot.swt.finder.exceptions.WidgetNotFoundException org.eclipse.swtbot.swt.finder.SWTBot org.eclipse.swtbot.swt.finder.widgets.SWTBotShell org.eclipse.swtbot.swt.finder.waits.ICondition org.eclipse.swtbot.eclipse.finder.matchers.WidgetMatcherFactory org.eclipse.swtbot.eclipse.finder.waits.Conditions org.eclipse.swtbot.eclipse.finder.waits.WaitForEditor org.eclipse.swtbot.eclipse.finder.waits.WaitForView org.eclipse.swtbot.swt.finder.utils.MessageFormat org.eclipse.swtbot.swt.finder.utils.internal.Assert org.eclipse.swtbot.swt.finder.widgets.TimeoutException 19:36:51.707 INFO - Execute Findbugs 3.0.1 done: 4035 ms 19:36:51.708 INFO - Sensor org.sonar.plugins.findbugs.FindbugsSensor@25ff76cd done: 4037 ms 19:36:51.708 INFO - Sensor SurefireSensor... 19:36:51.708 INFO - parsing /home/jenkins/agent/workspace/swtbot-sonar/org.eclipse.swtbot.eclipse.gef.finder/target/surefire-reports 19:36:51.708 ERROR - Reports path not found or is not a directory: /home/jenkins/agent/workspace/swtbot-sonar/org.eclipse.swtbot.eclipse.gef.finder/target/surefire-reports 19:36:51.708 INFO - Sensor SurefireSensor done: 0 ms 19:36:51.708 INFO - Sensor JaCoCoOverallSensor... 19:36:51.708 WARN - You are not using the latest JaCoCo binary format version, please consider upgrading to latest JaCoCo version. 19:36:51.708 INFO - Analysing /home/jenkins/agent/workspace/swtbot-sonar/org.eclipse.swtbot.eclipse.gef.finder/../target/jacoco.exec 19:36:51.713 WARN - You are not using the latest JaCoCo binary format version, please consider upgrading to latest JaCoCo version. 19:36:51.713 INFO - Analysing /home/jenkins/agent/workspace/swtbot-sonar/org.eclipse.swtbot.eclipse.gef.finder/target/sonar/jacoco-overall.exec 19:36:51.758 INFO - No information about coverage per test. 19:36:51.758 INFO - Sensor JaCoCoOverallSensor done: 50 ms 19:36:51.758 INFO - Sensor PmdSensor... 19:36:51.758 INFO - Execute PMD 5.4.2... 19:36:51.761 INFO - Java version: 1.6 19:36:51.766 INFO - PMD configuration: /home/jenkins/agent/workspace/swtbot-sonar/org.eclipse.swtbot.eclipse.gef.finder/target/sonar/pmd.xml 19:36:52.698 INFO - Execute PMD 5.4.2 done: 940 ms 19:36:52.702 INFO - Sensor PmdSensor done: 944 ms 19:36:52.702 INFO - Sensor CheckstyleSensor... 19:36:52.702 INFO - Execute Checkstyle ${checkstyle.version}... 19:36:52.704 INFO - Checkstyle configuration: /home/jenkins/agent/workspace/swtbot-sonar/org.eclipse.swtbot.eclipse.gef.finder/target/sonar/checkstyle.xml 19:36:53.314 INFO - Execute Checkstyle ${checkstyle.version} done: 612 ms 19:36:53.314 INFO - Sensor CheckstyleSensor done: 612 ms 19:36:53.314 INFO - Sensor JaCoCoSensor... 19:36:53.316 WARN - You are not using the latest JaCoCo binary format version, please consider upgrading to latest JaCoCo version. 19:36:53.316 INFO - Analysing /home/jenkins/agent/workspace/swtbot-sonar/org.eclipse.swtbot.eclipse.gef.finder/../target/jacoco.exec 19:36:53.360 INFO - No information about coverage per test. 19:36:53.360 INFO - Sensor JaCoCoSensor done: 46 ms 19:36:53.360 INFO - Sensor CPD Sensor (wrapped)... 19:36:53.360 INFO - JavaCpdEngine is used for java 19:36:53.361 INFO - Cross-project analysis disabled 19:36:53.400 INFO - Sensor CPD Sensor (wrapped) done: 40 ms 19:36:53.508 INFO - Execute decorators... 19:36:53.828 INFO - ------------- Scan org.eclipse.swtbot.e4.finder 19:36:53.829 INFO - Load module settings 19:36:53.905 INFO - Configure Maven plugins 19:36:53.908 INFO - Compare to previous analysis (2019-09-13) 19:36:53.909 INFO - Compare over 30 days (2019-12-25, analysis of 2019-09-13 14:36:20.0) 19:36:53.911 INFO - Compare to previous version (2019-06-14) 19:36:53.911 INFO - No quality gate is configured. 19:36:53.926 INFO - Base dir: /home/jenkins/agent/workspace/swtbot-sonar/org.eclipse.swtbot.e4.finder 19:36:53.926 INFO - Working dir: /home/jenkins/agent/workspace/swtbot-sonar/org.eclipse.swtbot.e4.finder/target/sonar 19:36:53.927 INFO - Source paths: pom.xml, src 19:36:53.927 INFO - Binary dirs: target/classes 19:36:53.927 INFO - Source encoding: UTF-8, default locale: en_US 19:36:53.927 INFO - Index files 19:36:53.927 INFO - Excluded sources: 19:36:53.927 INFO - **/util/*Switch.java 19:36:53.943 INFO - 14 files indexed 19:36:54.065 INFO - Quality profile for java: Sonar way with Findbugs 19:36:54.072 INFO - JaCoCoItSensor: JaCoCo IT report not found: /home/jenkins/agent/workspace/swtbot-sonar/org.eclipse.swtbot.e4.finder/target/jacoco-it.exec 19:36:54.075 INFO - Sensor JavaSquidSensor... 19:36:54.077 INFO - Configured Java source version (sonar.java.source): 6 19:36:54.078 INFO - JavaClasspath initialization... 19:36:54.101 INFO - JavaClasspath initialization done: 23 ms 19:36:54.102 INFO - JavaTestClasspath initialization... 19:36:54.131 INFO - JavaTestClasspath initialization done: 29 ms 19:36:54.141 INFO - Java Main Files AST scan... 19:36:54.142 INFO - 14 source files to be analyzed 19:36:54.175 ERROR - Class not found: org.osgi.annotation.versioning.ConsumerType 19:36:54.420 ERROR - Class not found: org.eclipse.swtbot.swt.finder.matchers.AbstractMatcher 19:36:54.771 ERROR - Class not found: org.eclipse.swtbot.swt.finder.waits.WaitForObjectCondition 19:36:54.885 ERROR - Class not found: org.eclipse.swtbot.swt.finder.SWTBot 19:36:54.889 ERROR - Class not found: org.eclipse.swtbot.swt.finder.widgets.SWTBotShell 19:36:54.889 ERROR - Class not found: org.eclipse.swtbot.swt.finder.exceptions.WidgetNotFoundException 19:36:55.047 ERROR - Class not found: org.eclipse.swtbot.swt.finder.SWTBot 19:36:55.054 ERROR - Class not found: org.eclipse.swtbot.swt.finder.widgets.SWTBotShell 19:36:55.054 ERROR - Class not found: org.eclipse.swtbot.swt.finder.exceptions.WidgetNotFoundException 19:36:55.131 ERROR - Class not found: org.eclipse.swtbot.swt.finder.matchers.WidgetMatcherFactory 19:36:55.146 ERROR - Class not found: org.eclipse.swtbot.swt.finder.waits.Conditions 19:36:55.181 ERROR - Class not found: org.eclipse.swtbot.swt.finder.exceptions.WidgetNotFoundException 19:36:55.198 ERROR - Class not found: org.eclipse.swtbot.swt.finder.waits.WaitForObjectCondition 19:36:55.199 ERROR - Class not found: org.eclipse.swtbot.swt.finder.widgets.SWTBotToolbarButton 19:36:55.199 ERROR - Class not found: org.eclipse.swtbot.swt.finder.widgets.SWTBotToolbarDropDownButton 19:36:55.199 ERROR - Class not found: org.eclipse.swtbot.swt.finder.widgets.SWTBotToolbarRadioButton 19:36:55.199 ERROR - Class not found: org.eclipse.swtbot.swt.finder.widgets.SWTBotToolbarPushButton 19:36:55.200 ERROR - Class not found: org.eclipse.swtbot.swt.finder.widgets.SWTBotToolbarToggleButton 19:36:55.200 ERROR - Class not found: org.eclipse.swtbot.swt.finder.SWTBot 19:36:55.334 INFO - Java Main Files AST scan done: 1193 ms 19:36:55.335 INFO - 14/14 source files have been analyzed 19:36:55.337 INFO - Java bytecode scan... 19:36:55.372 WARN - Class 'org/eclipse/swtbot/swt/finder/utils/internal/Assert' is not accessible through the ClassLoader. 19:36:55.372 WARN - Class 'org/eclipse/swtbot/swt/finder/results/WidgetResult' is not accessible through the ClassLoader. 19:36:55.372 WARN - Class 'org/eclipse/swtbot/swt/finder/finders/UIThreadRunnable' is not accessible through the ClassLoader. 19:36:55.388 WARN - Class 'org/eclipse/swtbot/swt/finder/utils/SWTUtils' is not accessible through the ClassLoader. 19:36:55.390 WARN - Class 'org/eclipse/swtbot/swt/finder/results/WidgetResult' is not accessible through the ClassLoader. 19:36:55.391 WARN - Class 'org/eclipse/swtbot/swt/finder/finders/UIThreadRunnable' is not accessible through the ClassLoader. 19:36:55.391 WARN - Class 'org/eclipse/swtbot/swt/finder/results/ListResult' is not accessible through the ClassLoader. 19:36:55.391 WARN - Class 'org/eclipse/swtbot/swt/finder/finders/UIThreadRunnable' is not accessible through the ClassLoader. 19:36:55.391 WARN - Class 'org/eclipse/swtbot/swt/finder/results/ArrayResult' is not accessible through the ClassLoader. 19:36:55.392 WARN - Class 'org/eclipse/swtbot/swt/finder/finders/UIThreadRunnable' is not accessible through the ClassLoader. 19:36:55.409 WARN - Class 'org/eclipse/swtbot/swt/finder/matchers/WidgetMatcherFactory' is not accessible through the ClassLoader. 19:36:55.409 WARN - Class 'org/eclipse/swtbot/swt/finder/matchers/WidgetMatcherFactory' is not accessible through the ClassLoader. 19:36:55.410 WARN - Class 'org/eclipse/swtbot/swt/finder/matchers/AbstractMatcher' is not accessible through the ClassLoader. 19:36:55.410 WARN - Class 'org/eclipse/swtbot/swt/finder/matchers/AbstractMatcher' is not accessible through the ClassLoader. 19:36:55.410 WARN - Class 'org/eclipse/swtbot/swt/finder/matchers/AbstractMatcher' is not accessible through the ClassLoader. 19:36:55.411 WARN - Class 'org/eclipse/swtbot/swt/finder/matchers/AbstractMatcher' is not accessible through the ClassLoader. 19:36:55.411 WARN - Class 'org/eclipse/swtbot/swt/finder/matchers/AbstractMatcher' is not accessible through the ClassLoader. 19:36:55.421 WARN - Class 'org/eclipse/swtbot/swt/finder/matchers/AbstractMatcher' is not accessible through the ClassLoader. 19:36:55.422 WARN - Class 'org/eclipse/swtbot/swt/finder/matchers/AbstractMatcher' is not accessible through the ClassLoader. 19:36:55.423 WARN - Class 'org/eclipse/swtbot/swt/finder/matchers/AbstractMatcher' is not accessible through the ClassLoader. 19:36:55.423 WARN - Class 'org/eclipse/swtbot/swt/finder/waits/Conditions' is not accessible through the ClassLoader. 19:36:55.423 WARN - Class 'org/eclipse/swtbot/swt/finder/waits/Conditions' is not accessible through the ClassLoader. 19:36:55.424 WARN - Class 'org/eclipse/swtbot/swt/finder/waits/WaitForObjectCondition' is not accessible through the ClassLoader. 19:36:55.424 WARN - Class 'org/eclipse/swtbot/swt/finder/waits/WaitForObjectCondition' is not accessible through the ClassLoader. 19:36:55.426 WARN - Class 'org/eclipse/swtbot/swt/finder/exceptions/WidgetNotFoundException' is not accessible through the ClassLoader. 19:36:55.429 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:36:55.430 WARN - Class 'org/eclipse/swtbot/swt/finder/exceptions/WidgetNotFoundException' is not accessible through the ClassLoader. 19:36:55.430 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/TimeoutException' is not accessible through the ClassLoader. 19:36:55.430 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/TimeoutException' is not accessible through the ClassLoader. 19:36:55.430 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/TimeoutException' is not accessible through the ClassLoader. 19:36:55.431 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/TimeoutException' is not accessible through the ClassLoader. 19:36:55.431 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/TimeoutException' is not accessible through the ClassLoader. 19:36:55.431 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/TimeoutException' is not accessible through the ClassLoader. 19:36:55.438 WARN - Class 'org/eclipse/swtbot/swt/finder/results/ListResult' is not accessible through the ClassLoader. 19:36:55.438 WARN - Class 'org/eclipse/swtbot/swt/finder/finders/UIThreadRunnable' is not accessible through the ClassLoader. 19:36:55.439 WARN - Class 'org/eclipse/swtbot/swt/finder/exceptions/WidgetNotFoundException' is not accessible through the ClassLoader. 19:36:55.439 WARN - Class 'org/eclipse/swtbot/swt/finder/exceptions/WidgetNotFoundException' is not accessible through the ClassLoader. 19:36:55.439 WARN - Class 'org/eclipse/swtbot/swt/finder/exceptions/WidgetNotFoundException' is not accessible through the ClassLoader. 19:36:55.439 WARN - Class 'org/eclipse/swtbot/swt/finder/exceptions/WidgetNotFoundException' is not accessible through the ClassLoader. 19:36:55.439 WARN - Class 'org/eclipse/swtbot/swt/finder/exceptions/WidgetNotFoundException' is not accessible through the ClassLoader. 19:36:55.440 WARN - Class 'org/eclipse/swtbot/swt/finder/exceptions/WidgetNotFoundException' is not accessible through the ClassLoader. 19:36:55.440 WARN - Class 'org/eclipse/swtbot/swt/finder/exceptions/WidgetNotFoundException' is not accessible through the ClassLoader. 19:36:55.440 WARN - Class 'org/eclipse/swtbot/swt/finder/exceptions/WidgetNotFoundException' is not accessible through the ClassLoader. 19:36:55.453 WARN - Class 'org/eclipse/swtbot/swt/finder/exceptions/WidgetNotFoundException' is not accessible through the ClassLoader. 19:36:55.453 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotToolbarButton' is not accessible through the ClassLoader. 19:36:55.453 WARN - Class 'org/eclipse/swtbot/swt/finder/exceptions/WidgetNotFoundException' is not accessible through the ClassLoader. 19:36:55.454 WARN - Class 'org/eclipse/swtbot/swt/finder/results/VoidResult' is not accessible through the ClassLoader. 19:36:55.455 WARN - Class 'org/eclipse/swtbot/swt/finder/finders/UIThreadRunnable' is not accessible through the ClassLoader. 19:36:55.456 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:36:55.457 WARN - Class 'org/eclipse/swtbot/swt/finder/utils/SWTUtils' is not accessible through the ClassLoader. 19:36:55.457 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotToolbarPushButton' is not accessible through the ClassLoader. 19:36:55.457 WARN - Class 'org/eclipse/swtbot/swt/finder/utils/SWTUtils' is not accessible through the ClassLoader. 19:36:55.457 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotToolbarToggleButton' is not accessible through the ClassLoader. 19:36:55.457 WARN - Class 'org/eclipse/swtbot/swt/finder/utils/SWTUtils' is not accessible through the ClassLoader. 19:36:55.457 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotToolbarRadioButton' is not accessible through the ClassLoader. 19:36:55.458 WARN - Class 'org/eclipse/swtbot/swt/finder/utils/SWTUtils' is not accessible through the ClassLoader. 19:36:55.458 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotToolbarDropDownButton' is not accessible through the ClassLoader. 19:36:55.458 WARN - Class 'org/eclipse/swtbot/swt/finder/utils/SWTUtils' is not accessible through the ClassLoader. 19:36:55.458 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotToolbarSeparatorButton' is not accessible through the ClassLoader. 19:36:55.460 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:36:55.460 WARN - Class 'org/eclipse/swtbot/swt/finder/waits/DefaultCondition' is not accessible through the ClassLoader. 19:36:55.461 WARN - Class 'org/eclipse/swtbot/swt/finder/exceptions/WidgetNotFoundException' is not accessible through the ClassLoader. 19:36:55.464 WARN - Class 'org/eclipse/swtbot/swt/finder/results/VoidResult' is not accessible through the ClassLoader. 19:36:55.464 WARN - Class 'org/eclipse/swtbot/swt/finder/finders/UIThreadRunnable' is not accessible through the ClassLoader. 19:36:55.465 WARN - Class 'org/eclipse/swtbot/swt/finder/results/BoolResult' is not accessible through the ClassLoader. 19:36:55.465 WARN - Class 'org/eclipse/swtbot/swt/finder/finders/UIThreadRunnable' is not accessible through the ClassLoader. 19:36:55.465 WARN - Class 'org/eclipse/swtbot/swt/finder/exceptions/WidgetNotFoundException' is not accessible through the ClassLoader. 19:36:55.466 WARN - Class 'org/eclipse/swtbot/swt/finder/results/VoidResult' is not accessible through the ClassLoader. 19:36:55.466 WARN - Class 'org/eclipse/swtbot/swt/finder/finders/UIThreadRunnable' is not accessible through the ClassLoader. 19:36:55.466 WARN - Class 'org/eclipse/swtbot/swt/finder/results/VoidResult' is not accessible through the ClassLoader. 19:36:55.467 WARN - Class 'org/eclipse/swtbot/swt/finder/finders/UIThreadRunnable' is not accessible through the ClassLoader. 19:36:55.467 WARN - Class 'org/eclipse/swtbot/swt/finder/exceptions/WidgetNotFoundException' is not accessible through the ClassLoader. 19:36:55.467 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:36:55.467 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotShell' is not accessible through the ClassLoader. 19:36:55.467 WARN - Class 'org/eclipse/swtbot/swt/finder/exceptions/WidgetNotFoundException' is not accessible through the ClassLoader. 19:36:55.468 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:36:55.468 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:36:55.468 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:36:55.468 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:36:55.468 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:36:55.468 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/TimeoutException' is not accessible through the ClassLoader. 19:36:55.469 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:36:55.469 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/TimeoutException' is not accessible through the ClassLoader. 19:36:55.469 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:36:55.469 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/TimeoutException' is not accessible through the ClassLoader. 19:36:55.469 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:36:55.469 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:36:55.470 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:36:55.470 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:36:55.470 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:36:55.470 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:36:55.470 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:36:55.471 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:36:55.471 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:36:55.471 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:36:55.471 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:36:55.471 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:36:55.471 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:36:55.472 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:36:55.472 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:36:55.472 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:36:55.472 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:36:55.472 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:36:55.472 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:36:55.473 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:36:55.473 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:36:55.473 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:36:55.473 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:36:55.473 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:36:55.473 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:36:55.474 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:36:55.474 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:36:55.474 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:36:55.474 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:36:55.474 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:36:55.475 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:36:55.475 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:36:55.475 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:36:55.475 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:36:55.475 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:36:55.475 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:36:55.476 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:36:55.476 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:36:55.476 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/TimeoutException' is not accessible through the ClassLoader. 19:36:55.476 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:36:55.476 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/TimeoutException' is not accessible through the ClassLoader. 19:36:55.476 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:36:55.477 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/TimeoutException' is not accessible through the ClassLoader. 19:36:55.477 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:36:55.482 WARN - Class 'org/eclipse/swtbot/swt/finder/waits/DefaultCondition' is not accessible through the ClassLoader. 19:36:55.486 INFO - Java bytecode scan done: 149 ms 19:36:55.486 INFO - Java Test Files AST scan... 19:36:55.486 INFO - 0 source files to be analyzed 19:36:55.487 INFO - Java Test Files AST scan done: 1 ms 19:36:55.487 INFO - Package design analysis... 19:36:55.488 INFO - 0/0 source files have been analyzed 19:36:55.508 INFO - Package design analysis done: 21 ms 19:36:55.510 INFO - Sensor JavaSquidSensor done: 1436 ms 19:36:55.513 INFO - Sensor QProfileSensor... 19:36:55.514 INFO - Sensor QProfileSensor done: 1 ms 19:36:55.514 INFO - Sensor InitialOpenIssuesSensor... 19:36:55.530 INFO - Sensor InitialOpenIssuesSensor done: 16 ms 19:36:55.530 INFO - Sensor ProjectLinksSensor... 19:36:55.566 INFO - Sensor ProjectLinksSensor done: 36 ms 19:36:55.567 INFO - Sensor VersionEventsSensor... 19:36:55.575 INFO - Sensor VersionEventsSensor done: 8 ms 19:36:55.575 INFO - Sensor FileHashSensor... 19:36:55.576 INFO - Sensor FileHashSensor done: 1 ms 19:36:55.577 INFO - Sensor org.sonar.plugins.findbugs.FindbugsSensor@69d6a03f... 19:36:55.578 INFO - Execute Findbugs 3.0.1... 19:36:55.634 INFO - Findbugs output report: /home/jenkins/agent/workspace/swtbot-sonar/org.eclipse.swtbot.e4.finder/target/sonar/findbugs-result.xml The following classes needed for analysis were missing: org.eclipse.swtbot.swt.finder.results.WidgetResult org.eclipse.swtbot.swt.finder.results.ListResult org.eclipse.swtbot.swt.finder.results.ArrayResult org.eclipse.swtbot.swt.finder.matchers.WidgetMatcherFactory org.eclipse.swtbot.swt.finder.matchers.AbstractMatcher org.eclipse.swtbot.swt.finder.waits.Conditions org.eclipse.swtbot.swt.finder.waits.WaitForObjectCondition org.eclipse.swtbot.swt.finder.results.VoidResult org.eclipse.swtbot.swt.finder.SWTBot org.eclipse.swtbot.swt.finder.results.BoolResult org.eclipse.swtbot.swt.finder.waits.DefaultCondition org.eclipse.swtbot.swt.finder.results.Result org.eclipse.swtbot.swt.finder.utils.internal.Assert org.eclipse.swtbot.swt.finder.finders.UIThreadRunnable org.eclipse.swtbot.swt.finder.widgets.SWTBotShell org.eclipse.swtbot.swt.finder.waits.ICondition org.eclipse.swtbot.swt.finder.exceptions.WidgetNotFoundException org.eclipse.swtbot.swt.finder.widgets.SWTBotToolbarButton org.eclipse.swtbot.swt.finder.utils.SWTUtils org.eclipse.swtbot.swt.finder.widgets.SWTBotToolbarPushButton org.eclipse.swtbot.swt.finder.widgets.SWTBotToolbarToggleButton org.eclipse.swtbot.swt.finder.widgets.SWTBotToolbarRadioButton org.eclipse.swtbot.swt.finder.widgets.SWTBotToolbarDropDownButton org.eclipse.swtbot.swt.finder.widgets.SWTBotToolbarSeparatorButton org.eclipse.swtbot.swt.finder.widgets.TimeoutException 19:36:57.732 INFO - Execute Findbugs 3.0.1 done: 2154 ms 19:36:57.734 INFO - Sensor org.sonar.plugins.findbugs.FindbugsSensor@69d6a03f done: 2157 ms 19:36:57.735 INFO - Sensor SurefireSensor... 19:36:57.735 INFO - parsing /home/jenkins/agent/workspace/swtbot-sonar/org.eclipse.swtbot.e4.finder/target/surefire-reports 19:36:57.735 ERROR - Reports path not found or is not a directory: /home/jenkins/agent/workspace/swtbot-sonar/org.eclipse.swtbot.e4.finder/target/surefire-reports 19:36:57.735 INFO - Sensor SurefireSensor done: 0 ms 19:36:57.735 INFO - Sensor JaCoCoOverallSensor... 19:36:57.735 WARN - You are not using the latest JaCoCo binary format version, please consider upgrading to latest JaCoCo version. 19:36:57.735 INFO - Analysing /home/jenkins/agent/workspace/swtbot-sonar/org.eclipse.swtbot.e4.finder/../target/jacoco.exec 19:36:57.740 WARN - You are not using the latest JaCoCo binary format version, please consider upgrading to latest JaCoCo version. 19:36:57.740 INFO - Analysing /home/jenkins/agent/workspace/swtbot-sonar/org.eclipse.swtbot.e4.finder/target/sonar/jacoco-overall.exec 19:36:57.763 INFO - No information about coverage per test. 19:36:57.763 INFO - Sensor JaCoCoOverallSensor done: 28 ms 19:36:57.763 INFO - Sensor PmdSensor... 19:36:57.764 INFO - Execute PMD 5.4.2... 19:36:57.767 INFO - Java version: 1.6 19:36:57.771 INFO - PMD configuration: /home/jenkins/agent/workspace/swtbot-sonar/org.eclipse.swtbot.e4.finder/target/sonar/pmd.xml 19:36:58.459 INFO - Execute PMD 5.4.2 done: 695 ms 19:36:58.461 INFO - Sensor PmdSensor done: 698 ms 19:36:58.461 INFO - Sensor CheckstyleSensor... 19:36:58.461 INFO - Execute Checkstyle ${checkstyle.version}... 19:36:58.462 INFO - Checkstyle configuration: /home/jenkins/agent/workspace/swtbot-sonar/org.eclipse.swtbot.e4.finder/target/sonar/checkstyle.xml 19:36:58.903 INFO - Execute Checkstyle ${checkstyle.version} done: 442 ms 19:36:58.903 INFO - Sensor CheckstyleSensor done: 442 ms 19:36:58.903 INFO - Sensor JaCoCoSensor... 19:36:58.905 WARN - You are not using the latest JaCoCo binary format version, please consider upgrading to latest JaCoCo version. 19:36:58.905 INFO - Analysing /home/jenkins/agent/workspace/swtbot-sonar/org.eclipse.swtbot.e4.finder/../target/jacoco.exec 19:36:58.920 INFO - No information about coverage per test. 19:36:58.920 INFO - Sensor JaCoCoSensor done: 17 ms 19:36:58.920 INFO - Sensor CPD Sensor (wrapped)... 19:36:58.920 INFO - JavaCpdEngine is used for java 19:36:58.921 INFO - Cross-project analysis disabled 19:36:58.968 INFO - Sensor CPD Sensor (wrapped) done: 48 ms 19:36:59.197 INFO - Execute decorators... 19:36:59.534 INFO - ------------- Scan org.eclipse.swtbot.eclipse.spy 19:36:59.536 INFO - Load module settings 19:36:59.637 INFO - Configure Maven plugins 19:36:59.639 INFO - Compare to previous analysis (2019-09-13) 19:36:59.641 INFO - Compare over 30 days (2019-12-25, analysis of 2019-09-13 14:36:20.0) 19:36:59.642 INFO - Compare to previous version (2019-06-14) 19:36:59.643 INFO - No quality gate is configured. 19:36:59.664 INFO - Base dir: /home/jenkins/agent/workspace/swtbot-sonar/org.eclipse.swtbot.eclipse.spy 19:36:59.664 INFO - Working dir: /home/jenkins/agent/workspace/swtbot-sonar/org.eclipse.swtbot.eclipse.spy/target/sonar 19:36:59.664 INFO - Source paths: pom.xml, src 19:36:59.664 INFO - Binary dirs: target/classes 19:36:59.664 INFO - Source encoding: UTF-8, default locale: en_US 19:36:59.664 INFO - Index files 19:36:59.665 INFO - Excluded sources: 19:36:59.665 INFO - **/util/*Switch.java 19:36:59.707 INFO - 4 files indexed 19:36:59.745 INFO - Quality profile for java: Sonar way with Findbugs 19:36:59.748 INFO - JaCoCoItSensor: JaCoCo IT report not found: /home/jenkins/agent/workspace/swtbot-sonar/org.eclipse.swtbot.eclipse.spy/target/jacoco-it.exec 19:36:59.750 INFO - Sensor JavaSquidSensor... 19:36:59.755 INFO - Configured Java source version (sonar.java.source): 6 19:36:59.755 INFO - JavaClasspath initialization... 19:36:59.777 INFO - JavaClasspath initialization done: 21 ms 19:36:59.777 INFO - JavaTestClasspath initialization... 19:36:59.801 INFO - JavaTestClasspath initialization done: 24 ms 19:36:59.811 INFO - Java Main Files AST scan... 19:36:59.811 INFO - 4 source files to be analyzed 19:36:59.903 ERROR - Class not found: org.osgi.annotation.versioning.ConsumerType 19:36:59.904 ERROR - Class not found: org.osgi.annotation.versioning.ProviderType 19:37:00.008 ERROR - Class not found: org.eclipse.swtbot.swt.finder.resolvers.IChildrenResolver 19:37:00.008 ERROR - Class not found: org.eclipse.swtbot.swt.finder.finders.ControlFinder 19:37:00.008 ERROR - Class not found: org.eclipse.swtbot.swt.finder.resolvers.IParentResolver 19:37:00.234 ERROR - Class not found: org.eclipse.swtbot.swt.finder.resolvers.IChildrenResolver 19:37:00.234 ERROR - Class not found: org.eclipse.swtbot.swt.finder.resolvers.IParentResolver 19:37:00.458 ERROR - Class not found: org.eclipse.swtbot.swt.finder.resolvers.IChildrenResolver 19:37:00.459 ERROR - Class not found: org.eclipse.swtbot.swt.finder.resolvers.IParentResolver 19:37:00.466 INFO - Java Main Files AST scan done: 654 ms 19:37:00.466 INFO - 4/4 source files have been analyzed 19:37:00.467 INFO - Java bytecode scan... 19:37:00.586 WARN - Class 'org/eclipse/swtbot/swt/finder/utils/SWTUtils' is not accessible through the ClassLoader. 19:37:00.595 WARN - Class 'org/eclipse/swtbot/swt/finder/resolvers/IChildrenResolver' is not accessible through the ClassLoader. 19:37:00.597 WARN - Class 'org/eclipse/swtbot/swt/finder/utils/SWTUtils' is not accessible through the ClassLoader. 19:37:00.597 WARN - Class 'org/eclipse/swtbot/swt/finder/finders/ControlFinder' is not accessible through the ClassLoader. 19:37:00.597 WARN - Class 'org/eclipse/swtbot/swt/finder/finders/PathGenerator' is not accessible through the ClassLoader. 19:37:00.598 WARN - Class 'org/eclipse/swtbot/swt/finder/finders/PathGenerator' is not accessible through the ClassLoader. 19:37:00.598 WARN - Class 'org/eclipse/swtbot/swt/finder/finders/ControlFinder' is not accessible through the ClassLoader. 19:37:00.598 WARN - Class 'org/eclipse/swtbot/swt/finder/utils/TreePath' is not accessible through the ClassLoader. 19:37:00.598 WARN - Class 'org/eclipse/swtbot/swt/finder/utils/TreePath' is not accessible through the ClassLoader. 19:37:00.598 WARN - Class 'org/eclipse/swtbot/swt/finder/utils/TreePath' is not accessible through the ClassLoader. 19:37:00.599 WARN - Class 'org/eclipse/swtbot/swt/finder/utils/SWTUtils' is not accessible through the ClassLoader. 19:37:00.599 WARN - Class 'org/eclipse/swtbot/swt/finder/utils/SWTUtils' is not accessible through the ClassLoader. 19:37:00.599 WARN - Class 'org/eclipse/swtbot/swt/finder/utils/SWTUtils' is not accessible through the ClassLoader. 19:37:00.599 WARN - Class 'org/eclipse/swtbot/swt/finder/finders/ControlFinder' is not accessible through the ClassLoader. 19:37:00.607 WARN - Class 'org/eclipse/swtbot/swt/finder/resolvers/DefaultChildrenResolver' is not accessible through the ClassLoader. 19:37:00.607 WARN - Class 'org/eclipse/swtbot/swt/finder/resolvers/DefaultParentResolver' is not accessible through the ClassLoader. 19:37:00.610 INFO - Java bytecode scan done: 143 ms 19:37:00.610 INFO - Java Test Files AST scan... 19:37:00.610 INFO - 0 source files to be analyzed 19:37:00.610 INFO - Java Test Files AST scan done: 0 ms 19:37:00.610 INFO - Package design analysis... 19:37:00.611 INFO - 0/0 source files have been analyzed 19:37:00.616 INFO - Package design analysis done: 6 ms 19:37:00.617 INFO - Sensor JavaSquidSensor done: 867 ms 19:37:00.619 INFO - Sensor QProfileSensor... 19:37:00.619 INFO - Sensor QProfileSensor done: 0 ms 19:37:00.619 INFO - Sensor InitialOpenIssuesSensor... 19:37:00.696 INFO - Sensor InitialOpenIssuesSensor done: 77 ms 19:37:00.696 INFO - Sensor ProjectLinksSensor... 19:37:00.710 INFO - Sensor ProjectLinksSensor done: 14 ms 19:37:00.711 INFO - Sensor VersionEventsSensor... 19:37:00.718 INFO - Sensor VersionEventsSensor done: 7 ms 19:37:00.718 INFO - Sensor FileHashSensor... 19:37:00.719 INFO - Sensor FileHashSensor done: 1 ms 19:37:00.719 INFO - Sensor org.sonar.plugins.findbugs.FindbugsSensor@47892ea0... 19:37:00.720 INFO - Execute Findbugs 3.0.1... 19:37:00.798 INFO - Findbugs output report: /home/jenkins/agent/workspace/swtbot-sonar/org.eclipse.swtbot.eclipse.spy/target/sonar/findbugs-result.xml The following classes needed for analysis were missing: org.eclipse.swtbot.swt.finder.resolvers.IChildrenResolver org.eclipse.swtbot.swt.finder.resolvers.IParentResolver org.eclipse.swtbot.swt.finder.utils.SWTUtils org.eclipse.swtbot.swt.finder.utils.SWTBotPreferences org.eclipse.swtbot.swt.finder.utils.TreePath org.eclipse.swtbot.swt.finder.finders.ControlFinder org.eclipse.swtbot.swt.finder.finders.PathGenerator org.eclipse.swtbot.swt.finder.resolvers.DefaultChildrenResolver org.eclipse.swtbot.swt.finder.resolvers.DefaultParentResolver 19:37:04.975 INFO - Execute Findbugs 3.0.1 done: 4255 ms 19:37:04.978 INFO - Sensor org.sonar.plugins.findbugs.FindbugsSensor@47892ea0 done: 4259 ms 19:37:04.978 INFO - Sensor SurefireSensor... 19:37:04.978 INFO - parsing /home/jenkins/agent/workspace/swtbot-sonar/org.eclipse.swtbot.eclipse.spy/target/surefire-reports 19:37:04.978 ERROR - Reports path not found or is not a directory: /home/jenkins/agent/workspace/swtbot-sonar/org.eclipse.swtbot.eclipse.spy/target/surefire-reports 19:37:04.979 INFO - Sensor SurefireSensor done: 1 ms 19:37:04.979 INFO - Sensor JaCoCoOverallSensor... 19:37:04.979 WARN - You are not using the latest JaCoCo binary format version, please consider upgrading to latest JaCoCo version. 19:37:04.979 INFO - Analysing /home/jenkins/agent/workspace/swtbot-sonar/org.eclipse.swtbot.eclipse.spy/../target/jacoco.exec 19:37:04.984 WARN - You are not using the latest JaCoCo binary format version, please consider upgrading to latest JaCoCo version. 19:37:04.984 INFO - Analysing /home/jenkins/agent/workspace/swtbot-sonar/org.eclipse.swtbot.eclipse.spy/target/sonar/jacoco-overall.exec 19:37:04.993 INFO - No information about coverage per test. 19:37:04.994 INFO - Sensor JaCoCoOverallSensor done: 15 ms 19:37:04.994 INFO - Sensor PmdSensor... 19:37:04.995 INFO - Execute PMD 5.4.2... 19:37:04.999 INFO - Java version: 1.6 19:37:05.003 INFO - PMD configuration: /home/jenkins/agent/workspace/swtbot-sonar/org.eclipse.swtbot.eclipse.spy/target/sonar/pmd.xml 19:37:05.635 INFO - Execute PMD 5.4.2 done: 640 ms 19:37:05.639 INFO - Sensor PmdSensor done: 645 ms 19:37:05.639 INFO - Sensor CheckstyleSensor... 19:37:05.640 INFO - Execute Checkstyle ${checkstyle.version}... 19:37:05.642 INFO - Checkstyle configuration: /home/jenkins/agent/workspace/swtbot-sonar/org.eclipse.swtbot.eclipse.spy/target/sonar/checkstyle.xml 19:37:06.066 INFO - Execute Checkstyle ${checkstyle.version} done: 426 ms 19:37:06.066 INFO - Sensor CheckstyleSensor done: 427 ms 19:37:06.066 INFO - Sensor JaCoCoSensor... 19:37:06.067 WARN - You are not using the latest JaCoCo binary format version, please consider upgrading to latest JaCoCo version. 19:37:06.067 INFO - Analysing /home/jenkins/agent/workspace/swtbot-sonar/org.eclipse.swtbot.eclipse.spy/../target/jacoco.exec 19:37:06.076 INFO - No information about coverage per test. 19:37:06.076 INFO - Sensor JaCoCoSensor done: 10 ms 19:37:06.076 INFO - Sensor CPD Sensor (wrapped)... 19:37:06.076 INFO - JavaCpdEngine is used for java 19:37:06.076 INFO - Cross-project analysis disabled 19:37:06.117 INFO - Sensor CPD Sensor (wrapped) done: 41 ms 19:37:07.483 INFO - Execute decorators... 19:37:07.713 INFO - ------------- Scan org.eclipse.swtbot.eclipse.test.junit 19:37:07.717 INFO - Load module settings 19:37:07.820 INFO - Configure Maven plugins 19:37:07.822 INFO - Compare to previous analysis (2019-09-13) 19:37:07.824 INFO - Compare over 30 days (2019-12-25, analysis of 2019-09-13 14:36:20.0) 19:37:07.825 INFO - Compare to previous version (2019-06-14) 19:37:07.826 INFO - No quality gate is configured. 19:37:07.843 INFO - Base dir: /home/jenkins/agent/workspace/swtbot-sonar/org.eclipse.swtbot.eclipse.test.junit 19:37:07.843 INFO - Working dir: /home/jenkins/agent/workspace/swtbot-sonar/org.eclipse.swtbot.eclipse.test.junit/target/sonar 19:37:07.844 INFO - Source paths: pom.xml 19:37:07.844 INFO - Source encoding: UTF-8, default locale: en_US 19:37:07.844 INFO - Index files 19:37:07.844 INFO - Excluded sources: 19:37:07.844 INFO - **/util/*Switch.java 19:37:07.857 INFO - 0 files indexed 19:37:07.858 INFO - JaCoCoItSensor: JaCoCo IT report not found: /home/jenkins/agent/workspace/swtbot-sonar/org.eclipse.swtbot.eclipse.test.junit/target/jacoco-it.exec 19:37:07.861 INFO - Sensor QProfileSensor... 19:37:07.862 INFO - Sensor QProfileSensor done: 1 ms 19:37:07.862 INFO - Sensor InitialOpenIssuesSensor... 19:37:07.867 INFO - Sensor InitialOpenIssuesSensor done: 5 ms 19:37:07.867 INFO - Sensor ProjectLinksSensor... 19:37:07.882 INFO - Sensor ProjectLinksSensor done: 15 ms 19:37:07.883 INFO - Sensor VersionEventsSensor... 19:37:07.890 INFO - Sensor VersionEventsSensor done: 7 ms 19:37:07.890 INFO - Sensor FileHashSensor... 19:37:07.891 INFO - Sensor FileHashSensor done: 1 ms 19:37:07.891 INFO - Sensor CPD Sensor (wrapped)... 19:37:07.891 INFO - Sensor CPD Sensor (wrapped) done: 0 ms 19:37:08.083 INFO - Execute decorators... 19:37:08.107 INFO - ------------- Scan org.eclipse.swtbot.eclipse.ui 19:37:08.108 INFO - Load module settings 19:37:08.209 INFO - Configure Maven plugins 19:37:08.212 INFO - Compare to previous analysis (2019-09-13) 19:37:08.213 INFO - Compare over 30 days (2019-12-25, analysis of 2019-09-13 14:36:20.0) 19:37:08.215 INFO - Compare to previous version (2019-06-14) 19:37:08.215 INFO - No quality gate is configured. 19:37:08.233 INFO - Base dir: /home/jenkins/agent/workspace/swtbot-sonar/org.eclipse.swtbot.eclipse.ui 19:37:08.233 INFO - Working dir: /home/jenkins/agent/workspace/swtbot-sonar/org.eclipse.swtbot.eclipse.ui/target/sonar 19:37:08.234 INFO - Source paths: pom.xml, src 19:37:08.234 INFO - Binary dirs: target/classes 19:37:08.234 INFO - Source encoding: UTF-8, default locale: en_US 19:37:08.234 INFO - Index files 19:37:08.234 INFO - Excluded sources: 19:37:08.234 INFO - **/util/*Switch.java 19:37:08.254 INFO - 13 files indexed 19:37:08.361 INFO - Quality profile for java: Sonar way with Findbugs 19:37:08.366 INFO - JaCoCoItSensor: JaCoCo IT report not found: /home/jenkins/agent/workspace/swtbot-sonar/org.eclipse.swtbot.eclipse.ui/target/jacoco-it.exec 19:37:08.369 INFO - Sensor JavaSquidSensor... 19:37:08.372 INFO - Configured Java source version (sonar.java.source): 6 19:37:08.373 INFO - JavaClasspath initialization... 19:37:08.431 INFO - JavaClasspath initialization done: 58 ms 19:37:08.432 INFO - JavaTestClasspath initialization... 19:37:08.495 INFO - JavaTestClasspath initialization done: 63 ms 19:37:08.505 INFO - Java Main Files AST scan... 19:37:08.506 INFO - 13 source files to be analyzed 19:37:08.615 ERROR - Class not found: org.osgi.annotation.versioning.ConsumerType 19:37:08.615 ERROR - Class not found: org.osgi.annotation.versioning.ProviderType 19:37:09.259 ERROR - Class not found: org.osgi.annotation.versioning.ConsumerType 19:37:09.259 ERROR - Class not found: org.osgi.annotation.versioning.ProviderType 19:37:09.466 ERROR - Class not found: org.osgi.annotation.versioning.ConsumerType 19:37:09.467 ERROR - Class not found: org.osgi.annotation.versioning.ProviderType 19:37:09.590 ERROR - Class not found: org.osgi.annotation.versioning.ProviderType 19:37:09.595 ERROR - Class not found: org.osgi.annotation.versioning.ConsumerType 19:37:10.019 ERROR - Class not found: org.osgi.annotation.versioning.ConsumerType 19:37:10.020 ERROR - Class not found: org.osgi.annotation.versioning.ProviderType 19:37:10.259 ERROR - Class not found: org.osgi.annotation.versioning.ProviderType 19:37:10.264 ERROR - Class not found: org.osgi.annotation.versioning.ConsumerType 19:37:10.574 INFO - Java Main Files AST scan done: 2069 ms 19:37:10.575 INFO - 13/13 source files have been analyzed 19:37:10.576 INFO - Java bytecode scan... 19:37:10.927 INFO - Java bytecode scan done: 351 ms 19:37:10.927 INFO - Java Test Files AST scan... 19:37:10.927 INFO - 0 source files to be analyzed 19:37:10.928 INFO - Java Test Files AST scan done: 1 ms 19:37:10.928 INFO - Package design analysis... 19:37:10.929 INFO - 0/0 source files have been analyzed 19:37:10.941 INFO - Package design analysis done: 13 ms 19:37:10.943 INFO - Sensor JavaSquidSensor done: 2574 ms 19:37:10.945 INFO - Sensor QProfileSensor... 19:37:10.946 INFO - Sensor QProfileSensor done: 1 ms 19:37:10.946 INFO - Sensor InitialOpenIssuesSensor... 19:37:10.962 INFO - Sensor InitialOpenIssuesSensor done: 16 ms 19:37:10.963 INFO - Sensor ProjectLinksSensor... 19:37:10.978 INFO - Sensor ProjectLinksSensor done: 15 ms 19:37:10.979 INFO - Sensor VersionEventsSensor... 19:37:10.986 INFO - Sensor VersionEventsSensor done: 7 ms 19:37:10.986 INFO - Sensor FileHashSensor... 19:37:10.987 INFO - Sensor FileHashSensor done: 1 ms 19:37:10.987 INFO - Sensor org.sonar.plugins.findbugs.FindbugsSensor@9c062f... 19:37:10.989 INFO - Execute Findbugs 3.0.1... 19:37:11.048 INFO - Findbugs output report: /home/jenkins/agent/workspace/swtbot-sonar/org.eclipse.swtbot.eclipse.ui/target/sonar/findbugs-result.xml 19:37:16.698 INFO - Execute Findbugs 3.0.1 done: 5709 ms 19:37:16.701 INFO - Sensor org.sonar.plugins.findbugs.FindbugsSensor@9c062f done: 5714 ms 19:37:16.701 INFO - Sensor SurefireSensor... 19:37:16.701 INFO - parsing /home/jenkins/agent/workspace/swtbot-sonar/org.eclipse.swtbot.eclipse.ui/target/surefire-reports 19:37:16.701 ERROR - Reports path not found or is not a directory: /home/jenkins/agent/workspace/swtbot-sonar/org.eclipse.swtbot.eclipse.ui/target/surefire-reports 19:37:16.701 INFO - Sensor SurefireSensor done: 0 ms 19:37:16.701 INFO - Sensor JaCoCoOverallSensor... 19:37:16.702 WARN - You are not using the latest JaCoCo binary format version, please consider upgrading to latest JaCoCo version. 19:37:16.702 INFO - Analysing /home/jenkins/agent/workspace/swtbot-sonar/org.eclipse.swtbot.eclipse.ui/../target/jacoco.exec 19:37:16.708 WARN - You are not using the latest JaCoCo binary format version, please consider upgrading to latest JaCoCo version. 19:37:16.708 INFO - Analysing /home/jenkins/agent/workspace/swtbot-sonar/org.eclipse.swtbot.eclipse.ui/target/sonar/jacoco-overall.exec 19:37:16.754 INFO - No information about coverage per test. 19:37:16.754 INFO - Sensor JaCoCoOverallSensor done: 53 ms 19:37:16.754 INFO - Sensor PmdSensor... 19:37:16.755 INFO - Execute PMD 5.4.2... 19:37:16.761 INFO - Java version: 1.6 19:37:16.765 INFO - PMD configuration: /home/jenkins/agent/workspace/swtbot-sonar/org.eclipse.swtbot.eclipse.ui/target/sonar/pmd.xml 19:37:17.790 INFO - Execute PMD 5.4.2 done: 1035 ms 19:37:17.793 INFO - Sensor PmdSensor done: 1039 ms 19:37:17.793 INFO - Sensor CheckstyleSensor... 19:37:17.793 INFO - Execute Checkstyle ${checkstyle.version}... 19:37:17.795 INFO - Checkstyle configuration: /home/jenkins/agent/workspace/swtbot-sonar/org.eclipse.swtbot.eclipse.ui/target/sonar/checkstyle.xml 19:37:18.198 INFO - Execute Checkstyle ${checkstyle.version} done: 405 ms 19:37:18.198 INFO - Sensor CheckstyleSensor done: 405 ms 19:37:18.198 INFO - Sensor JaCoCoSensor... 19:37:18.199 WARN - You are not using the latest JaCoCo binary format version, please consider upgrading to latest JaCoCo version. 19:37:18.199 INFO - Analysing /home/jenkins/agent/workspace/swtbot-sonar/org.eclipse.swtbot.eclipse.ui/../target/jacoco.exec 19:37:18.211 INFO - No information about coverage per test. 19:37:18.211 INFO - Sensor JaCoCoSensor done: 13 ms 19:37:18.211 INFO - Sensor CPD Sensor (wrapped)... 19:37:18.211 INFO - JavaCpdEngine is used for java 19:37:18.212 INFO - Cross-project analysis disabled 19:37:18.271 INFO - Sensor CPD Sensor (wrapped) done: 60 ms 19:37:18.544 INFO - Execute decorators... 19:37:18.760 INFO - ------------- Scan org.eclipse.swtbot.forms.finder 19:37:18.761 INFO - Load module settings 19:37:18.864 INFO - Configure Maven plugins 19:37:18.867 INFO - Compare to previous analysis (2019-09-13) 19:37:18.868 INFO - Compare over 30 days (2019-12-25, analysis of 2019-09-13 14:36:20.0) 19:37:18.869 INFO - Compare to previous version (2019-06-14) 19:37:18.870 INFO - No quality gate is configured. 19:37:18.884 INFO - Base dir: /home/jenkins/agent/workspace/swtbot-sonar/org.eclipse.swtbot.forms.finder 19:37:18.884 INFO - Working dir: /home/jenkins/agent/workspace/swtbot-sonar/org.eclipse.swtbot.forms.finder/target/sonar 19:37:18.884 INFO - Source paths: pom.xml, src 19:37:18.884 INFO - Binary dirs: target/classes 19:37:18.884 INFO - Source encoding: UTF-8, default locale: en_US 19:37:18.884 INFO - Index files 19:37:18.884 INFO - Excluded sources: 19:37:18.884 INFO - **/util/*Switch.java 19:37:18.895 INFO - 3 files indexed 19:37:18.926 INFO - Quality profile for java: Sonar way with Findbugs 19:37:18.928 INFO - JaCoCoItSensor: JaCoCo IT report not found: /home/jenkins/agent/workspace/swtbot-sonar/org.eclipse.swtbot.forms.finder/target/jacoco-it.exec 19:37:18.930 INFO - Sensor JavaSquidSensor... 19:37:18.936 INFO - Configured Java source version (sonar.java.source): 6 19:37:18.936 INFO - JavaClasspath initialization... 19:37:18.945 INFO - JavaClasspath initialization done: 9 ms 19:37:18.945 INFO - JavaTestClasspath initialization... 19:37:18.960 INFO - JavaTestClasspath initialization done: 15 ms 19:37:18.972 INFO - Java Main Files AST scan... 19:37:18.973 INFO - 3 source files to be analyzed 19:37:19.057 ERROR - Class not found: org.eclipse.swtbot.swt.finder.widgets.AbstractSWTBotControl 19:37:19.057 ERROR - Class not found: org.eclipse.swtbot.swt.finder.SWTBotWidget 19:37:19.057 ERROR - Class not found: org.eclipse.swtbot.swt.finder.ReferenceBy 19:37:19.057 ERROR - Class not found: org.eclipse.swtbot.swt.finder.exceptions.WidgetNotFoundException 19:37:19.057 ERROR - Class not found: org.eclipse.swtbot.swt.finder.widgets.AbstractSWTBot 19:37:19.257 INFO - Java Main Files AST scan done: 285 ms 19:37:19.258 INFO - 3/3 source files have been analyzed 19:37:19.258 INFO - Java bytecode scan... 19:37:19.266 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:37:19.266 WARN - Class 'org/eclipse/swtbot/swt/finder/finders/ControlFinder' is not accessible through the ClassLoader. 19:37:19.266 WARN - Class 'org/eclipse/swtbot/swt/finder/finders/MenuFinder' is not accessible through the ClassLoader. 19:37:19.266 WARN - Class 'org/eclipse/swtbot/swt/finder/finders/ChildrenControlFinder' is not accessible through the ClassLoader. 19:37:19.267 WARN - Class 'org/eclipse/swtbot/swt/finder/finders/MenuFinder' is not accessible through the ClassLoader. 19:37:19.267 WARN - Class 'org/eclipse/swtbot/swt/finder/finders/Finder' is not accessible through the ClassLoader. 19:37:19.267 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:37:19.267 WARN - Class 'org/eclipse/swtbot/swt/finder/matchers/WidgetMatcherFactory' is not accessible through the ClassLoader. 19:37:19.267 WARN - Class 'org/eclipse/swtbot/swt/finder/matchers/WidgetMatcherFactory' is not accessible through the ClassLoader. 19:37:19.267 WARN - Class 'org/eclipse/swtbot/swt/finder/matchers/WidgetMatcherFactory' is not accessible through the ClassLoader. 19:37:19.268 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/AbstractSWTBotControl' is not accessible through the ClassLoader. 19:37:19.268 WARN - Class 'org/eclipse/swtbot/swt/finder/exceptions/WidgetNotFoundException' is not accessible through the ClassLoader. 19:37:19.268 WARN - Class 'org/eclipse/swtbot/swt/finder/exceptions/WidgetNotFoundException' is not accessible through the ClassLoader. 19:37:19.268 WARN - Class 'org/eclipse/swtbot/swt/finder/matchers/WidgetMatcherFactory' is not accessible through the ClassLoader. 19:37:19.268 WARN - Class 'org/eclipse/swtbot/swt/finder/matchers/WidgetMatcherFactory' is not accessible through the ClassLoader. 19:37:19.269 WARN - Class 'org/eclipse/swtbot/swt/finder/matchers/WidgetMatcherFactory' is not accessible through the ClassLoader. 19:37:19.269 WARN - Class 'org/eclipse/swtbot/swt/finder/matchers/WidgetMatcherFactory' is not accessible through the ClassLoader. 19:37:19.269 WARN - Class 'org/eclipse/swtbot/swt/finder/matchers/WidgetMatcherFactory' is not accessible through the ClassLoader. 19:37:19.269 WARN - Class 'org/eclipse/swtbot/swt/finder/matchers/WidgetMatcherFactory' is not accessible through the ClassLoader. 19:37:19.269 WARN - Class 'org/eclipse/swtbot/swt/finder/matchers/WidgetMatcherFactory' is not accessible through the ClassLoader. 19:37:19.269 WARN - Class 'org/eclipse/swtbot/swt/finder/matchers/WidgetMatcherFactory' is not accessible through the ClassLoader. 19:37:19.269 WARN - Class 'org/eclipse/swtbot/swt/finder/matchers/WidgetMatcherFactory' is not accessible through the ClassLoader. 19:37:19.269 WARN - Class 'org/eclipse/swtbot/swt/finder/matchers/WidgetMatcherFactory' is not accessible through the ClassLoader. 19:37:19.270 WARN - Class 'org/eclipse/swtbot/swt/finder/matchers/WidgetMatcherFactory' is not accessible through the ClassLoader. 19:37:19.270 WARN - Class 'org/eclipse/swtbot/swt/finder/matchers/WidgetMatcherFactory' is not accessible through the ClassLoader. 19:37:19.270 WARN - Class 'org/eclipse/swtbot/swt/finder/matchers/WidgetMatcherFactory' is not accessible through the ClassLoader. 19:37:19.270 WARN - Class 'org/eclipse/swtbot/swt/finder/matchers/WidgetMatcherFactory' is not accessible through the ClassLoader. 19:37:19.270 WARN - Class 'org/eclipse/swtbot/swt/finder/matchers/WidgetMatcherFactory' is not accessible through the ClassLoader. 19:37:19.270 WARN - Class 'org/eclipse/swtbot/swt/finder/matchers/WidgetMatcherFactory' is not accessible through the ClassLoader. 19:37:19.270 WARN - Class 'org/eclipse/swtbot/swt/finder/matchers/WidgetMatcherFactory' is not accessible through the ClassLoader. 19:37:19.270 WARN - Class 'org/eclipse/swtbot/swt/finder/matchers/WidgetMatcherFactory' is not accessible through the ClassLoader. 19:37:19.271 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/AbstractSWTBotControl' is not accessible through the ClassLoader. 19:37:19.271 WARN - Class 'org/eclipse/swtbot/swt/finder/exceptions/WidgetNotFoundException' is not accessible through the ClassLoader. 19:37:19.271 WARN - Class 'org/eclipse/swtbot/swt/finder/exceptions/WidgetNotFoundException' is not accessible through the ClassLoader. 19:37:19.271 WARN - Class 'org/eclipse/swtbot/swt/finder/matchers/WidgetMatcherFactory' is not accessible through the ClassLoader. 19:37:19.271 WARN - Class 'org/eclipse/swtbot/swt/finder/matchers/WidgetMatcherFactory' is not accessible through the ClassLoader. 19:37:19.271 WARN - Class 'org/eclipse/swtbot/swt/finder/matchers/WidgetMatcherFactory' is not accessible through the ClassLoader. 19:37:19.272 WARN - Class 'org/eclipse/swtbot/swt/finder/matchers/WidgetMatcherFactory' is not accessible through the ClassLoader. 19:37:19.272 WARN - Class 'org/eclipse/swtbot/swt/finder/matchers/WidgetMatcherFactory' is not accessible through the ClassLoader. 19:37:19.272 WARN - Class 'org/eclipse/swtbot/swt/finder/matchers/WidgetMatcherFactory' is not accessible through the ClassLoader. 19:37:19.272 WARN - Class 'org/eclipse/swtbot/swt/finder/matchers/WidgetMatcherFactory' is not accessible through the ClassLoader. 19:37:19.272 WARN - Class 'org/eclipse/swtbot/swt/finder/matchers/WidgetMatcherFactory' is not accessible through the ClassLoader. 19:37:19.272 WARN - Class 'org/eclipse/swtbot/swt/finder/matchers/WidgetMatcherFactory' is not accessible through the ClassLoader. 19:37:19.273 WARN - Class 'org/eclipse/swtbot/swt/finder/matchers/WidgetMatcherFactory' is not accessible through the ClassLoader. 19:37:19.273 WARN - Class 'org/eclipse/swtbot/swt/finder/matchers/WidgetMatcherFactory' is not accessible through the ClassLoader. 19:37:19.273 WARN - Class 'org/eclipse/swtbot/swt/finder/matchers/WidgetMatcherFactory' is not accessible through the ClassLoader. 19:37:19.273 WARN - Class 'org/eclipse/swtbot/swt/finder/matchers/WidgetMatcherFactory' is not accessible through the ClassLoader. 19:37:19.273 WARN - Class 'org/eclipse/swtbot/swt/finder/matchers/WidgetMatcherFactory' is not accessible through the ClassLoader. 19:37:19.273 WARN - Class 'org/eclipse/swtbot/swt/finder/matchers/WidgetMatcherFactory' is not accessible through the ClassLoader. 19:37:19.273 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:37:19.273 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:37:19.274 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:37:19.274 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:37:19.274 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:37:19.274 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/TimeoutException' is not accessible through the ClassLoader. 19:37:19.274 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:37:19.274 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/TimeoutException' is not accessible through the ClassLoader. 19:37:19.274 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:37:19.274 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/TimeoutException' is not accessible through the ClassLoader. 19:37:19.275 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:37:19.275 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:37:19.275 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:37:19.275 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:37:19.275 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:37:19.275 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:37:19.275 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:37:19.275 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:37:19.276 WARN - Class 'org/eclipse/swtbot/swt/finder/exceptions/WidgetNotFoundException' is not accessible through the ClassLoader. 19:37:19.276 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:37:19.276 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:37:19.276 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:37:19.276 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:37:19.276 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:37:19.276 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:37:19.276 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:37:19.277 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:37:19.277 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:37:19.277 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:37:19.277 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:37:19.277 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:37:19.277 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:37:19.277 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:37:19.278 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:37:19.278 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:37:19.278 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:37:19.278 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:37:19.278 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:37:19.278 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:37:19.278 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:37:19.278 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:37:19.279 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:37:19.279 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:37:19.279 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:37:19.279 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:37:19.279 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:37:19.279 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:37:19.279 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:37:19.279 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:37:19.280 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:37:19.280 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/TimeoutException' is not accessible through the ClassLoader. 19:37:19.280 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:37:19.280 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/TimeoutException' is not accessible through the ClassLoader. 19:37:19.280 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:37:19.280 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/TimeoutException' is not accessible through the ClassLoader. 19:37:19.280 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:37:19.281 WARN - Class 'org/eclipse/swtbot/swt/finder/exceptions/WidgetNotFoundException' is not accessible through the ClassLoader. 19:37:19.281 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/AbstractSWTBotControl' is not accessible through the ClassLoader. 19:37:19.281 WARN - Class 'org/eclipse/swtbot/swt/finder/exceptions/WidgetNotFoundException' is not accessible through the ClassLoader. 19:37:19.281 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/AbstractSWTBotControl' is not accessible through the ClassLoader. 19:37:19.281 WARN - Class 'org/eclipse/swtbot/swt/finder/utils/SWTUtils' is not accessible through the ClassLoader. 19:37:19.281 WARN - Class 'org/eclipse/swtbot/swt/finder/utils/MessageFormat' is not accessible through the ClassLoader. 19:37:19.289 WARN - Class 'org/eclipse/swtbot/swt/finder/utils/internal/Assert' is not accessible through the ClassLoader. 19:37:19.290 WARN - Class 'org/eclipse/swtbot/swt/finder/utils/SWTUtils' is not accessible through the ClassLoader. 19:37:19.290 WARN - Class 'org/eclipse/swtbot/swt/finder/utils/MessageFormat' is not accessible through the ClassLoader. 19:37:19.291 WARN - Class 'org/eclipse/swtbot/swt/finder/exceptions/WidgetNotFoundException' is not accessible through the ClassLoader. 19:37:19.291 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/AbstractSWTBotControl' is not accessible through the ClassLoader. 19:37:19.292 WARN - Class 'org/eclipse/swtbot/swt/finder/exceptions/WidgetNotFoundException' is not accessible through the ClassLoader. 19:37:19.292 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/AbstractSWTBotControl' is not accessible through the ClassLoader. 19:37:19.292 WARN - Class 'org/eclipse/swtbot/swt/finder/results/Result' is not accessible through the ClassLoader. 19:37:19.292 WARN - Class 'org/eclipse/swtbot/swt/finder/results/Result' is not accessible through the ClassLoader. 19:37:19.293 WARN - Class 'org/eclipse/swtbot/swt/finder/results/Result' is not accessible through the ClassLoader. 19:37:19.293 WARN - Class 'org/eclipse/swtbot/swt/finder/utils/SWTUtils' is not accessible through the ClassLoader. 19:37:19.293 WARN - Class 'org/eclipse/swtbot/swt/finder/utils/MessageFormat' is not accessible through the ClassLoader. 19:37:19.293 WARN - Class 'org/eclipse/swtbot/swt/finder/utils/internal/Assert' is not accessible through the ClassLoader. 19:37:19.293 WARN - Class 'org/eclipse/swtbot/swt/finder/utils/SWTUtils' is not accessible through the ClassLoader. 19:37:19.293 WARN - Class 'org/eclipse/swtbot/swt/finder/utils/MessageFormat' is not accessible through the ClassLoader. 19:37:19.317 INFO - Java bytecode scan done: 59 ms 19:37:19.318 INFO - Java Test Files AST scan... 19:37:19.318 INFO - 0 source files to be analyzed 19:37:19.318 INFO - Java Test Files AST scan done: 0 ms 19:37:19.318 INFO - Package design analysis... 19:37:19.319 INFO - 0/0 source files have been analyzed 19:37:19.322 INFO - Package design analysis done: 4 ms 19:37:19.353 INFO - Sensor JavaSquidSensor done: 423 ms 19:37:19.355 INFO - Sensor QProfileSensor... 19:37:19.356 INFO - Sensor QProfileSensor done: 1 ms 19:37:19.356 INFO - Sensor InitialOpenIssuesSensor... 19:37:19.363 INFO - Sensor InitialOpenIssuesSensor done: 7 ms 19:37:19.363 INFO - Sensor ProjectLinksSensor... 19:37:19.380 INFO - Sensor ProjectLinksSensor done: 17 ms 19:37:19.382 INFO - Sensor VersionEventsSensor... 19:37:19.389 INFO - Sensor VersionEventsSensor done: 7 ms 19:37:19.389 INFO - Sensor FileHashSensor... 19:37:19.390 INFO - Sensor FileHashSensor done: 1 ms 19:37:19.390 INFO - Sensor org.sonar.plugins.findbugs.FindbugsSensor@a68fe5a... 19:37:19.391 INFO - Execute Findbugs 3.0.1... 19:37:19.433 INFO - Findbugs output report: /home/jenkins/agent/workspace/swtbot-sonar/org.eclipse.swtbot.forms.finder/target/sonar/findbugs-result.xml The following classes needed for analysis were missing: org.eclipse.swtbot.swt.finder.SWTBot org.eclipse.swtbot.swt.finder.widgets.AbstractSWTBotControl org.eclipse.swtbot.swt.finder.results.Result org.eclipse.swtbot.swt.finder.utils.SWTUtils org.eclipse.swtbot.swt.finder.utils.MessageFormat org.eclipse.swtbot.swt.finder.utils.internal.Assert org.eclipse.swtbot.swt.finder.finders.ControlFinder org.eclipse.swtbot.swt.finder.finders.MenuFinder org.eclipse.swtbot.swt.finder.widgets.SWTBotShell org.eclipse.swtbot.swt.finder.finders.Finder org.eclipse.swtbot.swt.finder.waits.ICondition org.eclipse.swtbot.swt.finder.results.VoidResult org.eclipse.swtbot.swt.finder.finders.ChildrenControlFinder org.eclipse.swtbot.swt.finder.matchers.WidgetMatcherFactory org.eclipse.swtbot.swt.finder.exceptions.WidgetNotFoundException org.eclipse.swtbot.swt.finder.widgets.TimeoutException 19:37:21.105 INFO - Execute Findbugs 3.0.1 done: 1714 ms 19:37:21.106 INFO - Sensor org.sonar.plugins.findbugs.FindbugsSensor@a68fe5a done: 1716 ms 19:37:21.106 INFO - Sensor SurefireSensor... 19:37:21.106 INFO - parsing /home/jenkins/agent/workspace/swtbot-sonar/org.eclipse.swtbot.forms.finder/target/surefire-reports 19:37:21.106 ERROR - Reports path not found or is not a directory: /home/jenkins/agent/workspace/swtbot-sonar/org.eclipse.swtbot.forms.finder/target/surefire-reports 19:37:21.106 INFO - Sensor SurefireSensor done: 0 ms 19:37:21.106 INFO - Sensor JaCoCoOverallSensor... 19:37:21.107 WARN - You are not using the latest JaCoCo binary format version, please consider upgrading to latest JaCoCo version. 19:37:21.107 INFO - Analysing /home/jenkins/agent/workspace/swtbot-sonar/org.eclipse.swtbot.forms.finder/../target/jacoco.exec 19:37:21.111 WARN - You are not using the latest JaCoCo binary format version, please consider upgrading to latest JaCoCo version. 19:37:21.111 INFO - Analysing /home/jenkins/agent/workspace/swtbot-sonar/org.eclipse.swtbot.forms.finder/target/sonar/jacoco-overall.exec 19:37:21.117 INFO - No information about coverage per test. 19:37:21.117 INFO - Sensor JaCoCoOverallSensor done: 11 ms 19:37:21.117 INFO - Sensor PmdSensor... 19:37:21.117 INFO - Execute PMD 5.4.2... 19:37:21.119 INFO - Java version: 1.6 19:37:21.122 INFO - PMD configuration: /home/jenkins/agent/workspace/swtbot-sonar/org.eclipse.swtbot.forms.finder/target/sonar/pmd.xml 19:37:21.567 INFO - Execute PMD 5.4.2 done: 450 ms 19:37:21.569 INFO - Sensor PmdSensor done: 452 ms 19:37:21.570 INFO - Sensor CheckstyleSensor... 19:37:21.570 INFO - Execute Checkstyle ${checkstyle.version}... 19:37:21.576 INFO - Checkstyle configuration: /home/jenkins/agent/workspace/swtbot-sonar/org.eclipse.swtbot.forms.finder/target/sonar/checkstyle.xml 19:37:22.000 INFO - Execute Checkstyle ${checkstyle.version} done: 430 ms 19:37:22.000 INFO - Sensor CheckstyleSensor done: 430 ms 19:37:22.000 INFO - Sensor JaCoCoSensor... 19:37:22.001 WARN - You are not using the latest JaCoCo binary format version, please consider upgrading to latest JaCoCo version. 19:37:22.001 INFO - Analysing /home/jenkins/agent/workspace/swtbot-sonar/org.eclipse.swtbot.forms.finder/../target/jacoco.exec 19:37:22.007 INFO - No information about coverage per test. 19:37:22.007 INFO - Sensor JaCoCoSensor done: 7 ms 19:37:22.007 INFO - Sensor CPD Sensor (wrapped)... 19:37:22.007 INFO - JavaCpdEngine is used for java 19:37:22.007 INFO - Cross-project analysis disabled 19:37:22.054 INFO - Sensor CPD Sensor (wrapped) done: 47 ms 19:37:22.172 INFO - Execute decorators... 19:37:22.264 INFO - ------------- Scan org.eclipse.swtbot.generator 19:37:22.266 INFO - Load module settings 19:37:22.358 INFO - Configure Maven plugins 19:37:22.360 INFO - Compare to previous analysis (2019-09-13) 19:37:22.361 INFO - Compare over 30 days (2019-12-25, analysis of 2019-09-13 14:36:20.0) 19:37:22.363 INFO - Compare to previous version (2019-06-14) 19:37:22.363 INFO - No quality gate is configured. 19:37:22.377 INFO - Base dir: /home/jenkins/agent/workspace/swtbot-sonar/org.eclipse.swtbot.generator 19:37:22.377 INFO - Working dir: /home/jenkins/agent/workspace/swtbot-sonar/org.eclipse.swtbot.generator/target/sonar 19:37:22.378 INFO - Source paths: pom.xml, src 19:37:22.378 INFO - Binary dirs: target/classes 19:37:22.378 INFO - Source encoding: UTF-8, default locale: en_US 19:37:22.378 INFO - Index files 19:37:22.378 INFO - Excluded sources: 19:37:22.378 INFO - **/util/*Switch.java 19:37:22.422 INFO - 50 files indexed 19:37:22.802 INFO - Quality profile for java: Sonar way with Findbugs 19:37:22.816 INFO - JaCoCoItSensor: JaCoCo IT report not found: /home/jenkins/agent/workspace/swtbot-sonar/org.eclipse.swtbot.generator/target/jacoco-it.exec 19:37:22.821 INFO - Sensor JavaSquidSensor... 19:37:22.824 INFO - Configured Java source version (sonar.java.source): 6 19:37:22.824 INFO - JavaClasspath initialization... 19:37:22.842 INFO - JavaClasspath initialization done: 18 ms 19:37:22.842 INFO - JavaTestClasspath initialization... 19:37:22.874 INFO - JavaTestClasspath initialization done: 31 ms 19:37:22.885 INFO - Java Main Files AST scan... 19:37:22.885 INFO - 50 source files to be analyzed 19:37:22.962 ERROR - Class not found: org.osgi.annotation.versioning.ConsumerType 19:37:22.962 ERROR - Class not found: org.osgi.annotation.versioning.ProviderType 19:37:23.480 ERROR - Class not found: org.osgi.annotation.versioning.ConsumerType 19:37:23.481 ERROR - Class not found: org.osgi.annotation.versioning.ProviderType 19:37:26.551 ERROR - Class not found: org.osgi.annotation.versioning.ConsumerType 19:37:26.551 ERROR - Class not found: org.osgi.annotation.versioning.ProviderType 19:37:26.729 ERROR - Class not found: org.osgi.annotation.versioning.ConsumerType 19:37:26.730 ERROR - Class not found: org.osgi.annotation.versioning.ProviderType 19:37:26.967 INFO - Java Main Files AST scan done: 4082 ms 19:37:26.968 INFO - 50/50 source files have been analyzed 19:37:26.971 INFO - Java bytecode scan... 19:37:27.147 INFO - Java bytecode scan done: 176 ms 19:37:27.147 INFO - Java Test Files AST scan... 19:37:27.147 INFO - 0 source files to be analyzed 19:37:27.147 INFO - Java Test Files AST scan done: 0 ms 19:37:27.148 INFO - Package design analysis... 19:37:27.148 INFO - 0/0 source files have been analyzed 19:37:27.258 INFO - Package design analysis done: 111 ms 19:37:27.261 INFO - Sensor JavaSquidSensor done: 4440 ms 19:37:27.263 INFO - Sensor QProfileSensor... 19:37:27.264 INFO - Sensor QProfileSensor done: 1 ms 19:37:27.264 INFO - Sensor InitialOpenIssuesSensor... 19:37:27.290 INFO - Sensor InitialOpenIssuesSensor done: 26 ms 19:37:27.290 INFO - Sensor ProjectLinksSensor... 19:37:27.311 INFO - Sensor ProjectLinksSensor done: 21 ms 19:37:27.313 INFO - Sensor VersionEventsSensor... 19:37:27.324 INFO - Sensor VersionEventsSensor done: 11 ms 19:37:27.324 INFO - Sensor FileHashSensor... 19:37:27.326 INFO - Sensor FileHashSensor done: 2 ms 19:37:27.327 INFO - Sensor org.sonar.plugins.findbugs.FindbugsSensor@3ac124e7... 19:37:27.329 INFO - Execute Findbugs 3.0.1... 19:37:27.385 INFO - Findbugs output report: /home/jenkins/agent/workspace/swtbot-sonar/org.eclipse.swtbot.generator/target/sonar/findbugs-result.xml 19:37:33.192 INFO - Execute Findbugs 3.0.1 done: 5863 ms 19:37:33.195 INFO - Sensor org.sonar.plugins.findbugs.FindbugsSensor@3ac124e7 done: 5868 ms 19:37:33.195 INFO - Sensor SurefireSensor... 19:37:33.195 INFO - parsing /home/jenkins/agent/workspace/swtbot-sonar/org.eclipse.swtbot.generator/target/surefire-reports 19:37:33.195 ERROR - Reports path not found or is not a directory: /home/jenkins/agent/workspace/swtbot-sonar/org.eclipse.swtbot.generator/target/surefire-reports 19:37:33.195 INFO - Sensor SurefireSensor done: 0 ms 19:37:33.195 INFO - Sensor JaCoCoOverallSensor... 19:37:33.195 WARN - You are not using the latest JaCoCo binary format version, please consider upgrading to latest JaCoCo version. 19:37:33.195 INFO - Analysing /home/jenkins/agent/workspace/swtbot-sonar/org.eclipse.swtbot.generator/../target/jacoco.exec 19:37:33.201 WARN - You are not using the latest JaCoCo binary format version, please consider upgrading to latest JaCoCo version. 19:37:33.201 INFO - Analysing /home/jenkins/agent/workspace/swtbot-sonar/org.eclipse.swtbot.generator/target/sonar/jacoco-overall.exec 19:37:33.231 INFO - No information about coverage per test. 19:37:33.232 INFO - Sensor JaCoCoOverallSensor done: 37 ms 19:37:33.232 INFO - Sensor PmdSensor... 19:37:33.232 INFO - Execute PMD 5.4.2... 19:37:33.255 INFO - Java version: 1.6 19:37:33.258 INFO - PMD configuration: /home/jenkins/agent/workspace/swtbot-sonar/org.eclipse.swtbot.generator/target/sonar/pmd.xml 19:37:34.447 INFO - Execute PMD 5.4.2 done: 1215 ms 19:37:34.454 INFO - Sensor PmdSensor done: 1222 ms 19:37:34.454 INFO - Sensor CheckstyleSensor... 19:37:34.454 INFO - Execute Checkstyle ${checkstyle.version}... 19:37:34.456 INFO - Checkstyle configuration: /home/jenkins/agent/workspace/swtbot-sonar/org.eclipse.swtbot.generator/target/sonar/checkstyle.xml 19:37:35.209 INFO - Execute Checkstyle ${checkstyle.version} done: 755 ms 19:37:35.209 INFO - Sensor CheckstyleSensor done: 755 ms 19:37:35.209 INFO - Sensor JaCoCoSensor... 19:37:35.212 WARN - You are not using the latest JaCoCo binary format version, please consider upgrading to latest JaCoCo version. 19:37:35.212 INFO - Analysing /home/jenkins/agent/workspace/swtbot-sonar/org.eclipse.swtbot.generator/../target/jacoco.exec 19:37:35.243 INFO - No information about coverage per test. 19:37:35.243 INFO - Sensor JaCoCoSensor done: 34 ms 19:37:35.243 INFO - Sensor CPD Sensor (wrapped)... 19:37:35.243 INFO - JavaCpdEngine is used for java 19:37:35.245 INFO - Cross-project analysis disabled 19:37:35.370 INFO - Sensor CPD Sensor (wrapped) done: 127 ms 19:37:35.563 INFO - Execute decorators... 19:37:36.274 INFO - ------------- Scan org.eclipse.swtbot.generator.client 19:37:36.275 INFO - Load module settings 19:37:36.392 INFO - Configure Maven plugins 19:37:36.396 INFO - Compare to previous analysis (2019-09-13) 19:37:36.398 INFO - Compare over 30 days (2019-12-25, analysis of 2019-09-13 14:36:20.0) 19:37:36.400 INFO - Compare to previous version (2019-06-14) 19:37:36.401 INFO - No quality gate is configured. 19:37:36.422 INFO - Base dir: /home/jenkins/agent/workspace/swtbot-sonar/org.eclipse.swtbot.generator.client 19:37:36.423 INFO - Working dir: /home/jenkins/agent/workspace/swtbot-sonar/org.eclipse.swtbot.generator.client/target/sonar 19:37:36.423 INFO - Source paths: pom.xml, src 19:37:36.423 INFO - Binary dirs: target/classes 19:37:36.423 INFO - Source encoding: UTF-8, default locale: en_US 19:37:36.423 INFO - Index files 19:37:36.424 INFO - Excluded sources: 19:37:36.424 INFO - **/util/*Switch.java 19:37:36.440 INFO - 9 files indexed 19:37:36.532 INFO - Quality profile for java: Sonar way with Findbugs 19:37:36.536 INFO - JaCoCoItSensor: JaCoCo IT report not found: /home/jenkins/agent/workspace/swtbot-sonar/org.eclipse.swtbot.generator.client/target/jacoco-it.exec 19:37:36.538 INFO - Sensor JavaSquidSensor... 19:37:36.541 INFO - Configured Java source version (sonar.java.source): 6 19:37:36.541 INFO - JavaClasspath initialization... 19:37:36.598 INFO - JavaClasspath initialization done: 57 ms 19:37:36.598 INFO - JavaTestClasspath initialization... 19:37:36.660 INFO - JavaTestClasspath initialization done: 62 ms 19:37:36.669 INFO - Java Main Files AST scan... 19:37:36.669 INFO - 9 source files to be analyzed 19:37:37.223 ERROR - Class not found: org.osgi.annotation.versioning.ConsumerType 19:37:37.224 ERROR - Class not found: org.osgi.annotation.versioning.ProviderType 19:37:38.137 ERROR - Class not found: org.osgi.annotation.versioning.ConsumerType 19:37:38.137 ERROR - Class not found: org.osgi.annotation.versioning.ProviderType 19:37:38.378 INFO - Java Main Files AST scan done: 1709 ms 19:37:38.379 INFO - 9/9 source files have been analyzed 19:37:38.382 INFO - Java bytecode scan... 19:37:39.003 INFO - Java bytecode scan done: 621 ms 19:37:39.004 INFO - Java Test Files AST scan... 19:37:39.004 INFO - 0 source files to be analyzed 19:37:39.004 INFO - Java Test Files AST scan done: 0 ms 19:37:39.005 INFO - Package design analysis... 19:37:39.009 INFO - 0/0 source files have been analyzed 19:37:39.023 INFO - Package design analysis done: 18 ms 19:37:39.025 INFO - Sensor JavaSquidSensor done: 2487 ms 19:37:39.028 INFO - Sensor QProfileSensor... 19:37:39.029 INFO - Sensor QProfileSensor done: 1 ms 19:37:39.029 INFO - Sensor InitialOpenIssuesSensor... 19:37:39.057 INFO - Sensor InitialOpenIssuesSensor done: 28 ms 19:37:39.057 INFO - Sensor ProjectLinksSensor... 19:37:39.076 INFO - Sensor ProjectLinksSensor done: 19 ms 19:37:39.077 INFO - Sensor VersionEventsSensor... 19:37:39.085 INFO - Sensor VersionEventsSensor done: 8 ms 19:37:39.085 INFO - Sensor FileHashSensor... 19:37:39.087 INFO - Sensor FileHashSensor done: 2 ms 19:37:39.087 INFO - Sensor org.sonar.plugins.findbugs.FindbugsSensor@157342f8... 19:37:39.089 INFO - Execute Findbugs 3.0.1... 19:37:39.152 INFO - Findbugs output report: /home/jenkins/agent/workspace/swtbot-sonar/org.eclipse.swtbot.generator.client/target/sonar/findbugs-result.xml 19:37:45.975 INFO - Execute Findbugs 3.0.1 done: 6886 ms 19:37:45.977 INFO - Sensor org.sonar.plugins.findbugs.FindbugsSensor@157342f8 done: 6890 ms 19:37:45.977 INFO - Sensor SurefireSensor... 19:37:45.977 INFO - parsing /home/jenkins/agent/workspace/swtbot-sonar/org.eclipse.swtbot.generator.client/target/surefire-reports 19:37:45.978 ERROR - Reports path not found or is not a directory: /home/jenkins/agent/workspace/swtbot-sonar/org.eclipse.swtbot.generator.client/target/surefire-reports 19:37:45.978 INFO - Sensor SurefireSensor done: 1 ms 19:37:45.978 INFO - Sensor JaCoCoOverallSensor... 19:37:45.978 WARN - You are not using the latest JaCoCo binary format version, please consider upgrading to latest JaCoCo version. 19:37:45.978 INFO - Analysing /home/jenkins/agent/workspace/swtbot-sonar/org.eclipse.swtbot.generator.client/../target/jacoco.exec 19:37:45.983 WARN - You are not using the latest JaCoCo binary format version, please consider upgrading to latest JaCoCo version. 19:37:45.983 INFO - Analysing /home/jenkins/agent/workspace/swtbot-sonar/org.eclipse.swtbot.generator.client/target/sonar/jacoco-overall.exec 19:37:45.994 INFO - No information about coverage per test. 19:37:45.995 INFO - Sensor JaCoCoOverallSensor done: 17 ms 19:37:45.995 INFO - Sensor PmdSensor... 19:37:45.995 INFO - Execute PMD 5.4.2... 19:37:46.000 INFO - Java version: 1.6 19:37:46.002 INFO - PMD configuration: /home/jenkins/agent/workspace/swtbot-sonar/org.eclipse.swtbot.generator.client/target/sonar/pmd.xml 19:37:46.912 INFO - Execute PMD 5.4.2 done: 917 ms 19:37:46.920 INFO - Sensor PmdSensor done: 925 ms 19:37:46.920 INFO - Sensor CheckstyleSensor... 19:37:46.920 INFO - Execute Checkstyle ${checkstyle.version}... 19:37:46.922 INFO - Checkstyle configuration: /home/jenkins/agent/workspace/swtbot-sonar/org.eclipse.swtbot.generator.client/target/sonar/checkstyle.xml 19:37:47.304 INFO - Execute Checkstyle ${checkstyle.version} done: 384 ms 19:37:47.304 INFO - Sensor CheckstyleSensor done: 384 ms 19:37:47.304 INFO - Sensor JaCoCoSensor... 19:37:47.305 WARN - You are not using the latest JaCoCo binary format version, please consider upgrading to latest JaCoCo version. 19:37:47.305 INFO - Analysing /home/jenkins/agent/workspace/swtbot-sonar/org.eclipse.swtbot.generator.client/../target/jacoco.exec 19:37:47.316 INFO - No information about coverage per test. 19:37:47.316 INFO - Sensor JaCoCoSensor done: 12 ms 19:37:47.316 INFO - Sensor CPD Sensor (wrapped)... 19:37:47.316 INFO - JavaCpdEngine is used for java 19:37:47.317 INFO - Cross-project analysis disabled 19:37:47.339 INFO - Sensor CPD Sensor (wrapped) done: 23 ms 19:37:47.509 INFO - Execute decorators... 19:37:47.771 INFO - ------------- Scan org.eclipse.swtbot.generator.rules.workbench 19:37:47.772 INFO - Load module settings 19:37:47.861 INFO - Configure Maven plugins 19:37:47.863 INFO - Compare to previous analysis (2019-09-13) 19:37:47.866 INFO - Compare over 30 days (2019-12-25, analysis of 2019-09-13 14:36:20.0) 19:37:47.868 INFO - Compare to previous version (2019-06-14) 19:37:47.869 INFO - No quality gate is configured. 19:37:47.885 INFO - Base dir: /home/jenkins/agent/workspace/swtbot-sonar/org.eclipse.swtbot.generator.rules.workbench 19:37:47.885 INFO - Working dir: /home/jenkins/agent/workspace/swtbot-sonar/org.eclipse.swtbot.generator.rules.workbench/target/sonar 19:37:47.885 INFO - Source paths: pom.xml, src 19:37:47.885 INFO - Binary dirs: target/classes 19:37:47.885 INFO - Source encoding: UTF-8, default locale: en_US 19:37:47.885 INFO - Index files 19:37:47.886 INFO - Excluded sources: 19:37:47.886 INFO - **/util/*Switch.java 19:37:47.909 INFO - 6 files indexed 19:37:47.976 INFO - Quality profile for java: Sonar way with Findbugs 19:37:47.979 INFO - JaCoCoItSensor: JaCoCo IT report not found: /home/jenkins/agent/workspace/swtbot-sonar/org.eclipse.swtbot.generator.rules.workbench/target/jacoco-it.exec 19:37:47.981 INFO - Sensor JavaSquidSensor... 19:37:47.983 INFO - Configured Java source version (sonar.java.source): 6 19:37:47.984 INFO - JavaClasspath initialization... 19:37:48.000 INFO - JavaClasspath initialization done: 16 ms 19:37:48.000 INFO - JavaTestClasspath initialization... 19:37:48.019 INFO - JavaTestClasspath initialization done: 19 ms 19:37:48.026 INFO - Java Main Files AST scan... 19:37:48.027 INFO - 6 source files to be analyzed 19:37:48.107 ERROR - Class not found: org.osgi.annotation.versioning.ConsumerType 19:37:48.108 ERROR - Class not found: org.osgi.annotation.versioning.ProviderType 19:37:48.526 INFO - Java Main Files AST scan done: 500 ms 19:37:48.527 INFO - Java bytecode scan... 19:37:48.528 INFO - 6/6 source files have been analyzed 19:37:48.587 WARN - Class 'org/eclipse/swtbot/generator/framework/GenerationSimpleRule' is not accessible through the ClassLoader. 19:37:48.587 WARN - Class 'org/eclipse/swtbot/generator/framework/GenerationSimpleRule' is not accessible through the ClassLoader. 19:37:48.590 WARN - Class 'org/eclipse/swtbot/generator/framework/GenerationSimpleRule' is not accessible through the ClassLoader. 19:37:48.590 WARN - Class 'org/eclipse/swtbot/generator/framework/GenerationSimpleRule' is not accessible through the ClassLoader. 19:37:48.591 WARN - Class 'org/eclipse/swtbot/generator/framework/GenerationSimpleRule' is not accessible through the ClassLoader. 19:37:48.591 WARN - Class 'org/eclipse/swtbot/generator/framework/GenerationSimpleRule' is not accessible through the ClassLoader. 19:37:48.591 WARN - Class 'org/eclipse/swtbot/generator/framework/GenerationSimpleRule' is not accessible through the ClassLoader. 19:37:48.591 WARN - Class 'org/eclipse/swtbot/generator/framework/GenerationSimpleRule' is not accessible through the ClassLoader. 19:37:48.594 INFO - Java bytecode scan done: 67 ms 19:37:48.594 INFO - Java Test Files AST scan... 19:37:48.594 INFO - 0 source files to be analyzed 19:37:48.595 INFO - Java Test Files AST scan done: 0 ms 19:37:48.595 INFO - Package design analysis... 19:37:48.597 INFO - 0/0 source files have been analyzed 19:37:48.608 INFO - Package design analysis done: 12 ms 19:37:48.608 INFO - Sensor JavaSquidSensor done: 627 ms 19:37:48.609 INFO - Sensor QProfileSensor... 19:37:48.610 INFO - Sensor QProfileSensor done: 1 ms 19:37:48.610 INFO - Sensor InitialOpenIssuesSensor... 19:37:48.621 INFO - Sensor InitialOpenIssuesSensor done: 11 ms 19:37:48.621 INFO - Sensor ProjectLinksSensor... 19:37:48.643 INFO - Sensor ProjectLinksSensor done: 22 ms 19:37:48.644 INFO - Sensor VersionEventsSensor... 19:37:48.677 INFO - Sensor VersionEventsSensor done: 33 ms 19:37:48.678 INFO - Sensor FileHashSensor... 19:37:48.680 INFO - Sensor FileHashSensor done: 2 ms 19:37:48.681 INFO - Sensor org.sonar.plugins.findbugs.FindbugsSensor@61743cea... 19:37:48.684 INFO - Execute Findbugs 3.0.1... 19:37:48.735 INFO - Findbugs output report: /home/jenkins/agent/workspace/swtbot-sonar/org.eclipse.swtbot.generator.rules.workbench/target/sonar/findbugs-result.xml The following classes needed for analysis were missing: org.eclipse.swtbot.generator.framework.GenerationSimpleRule 19:37:50.531 INFO - Execute Findbugs 3.0.1 done: 1847 ms 19:37:50.532 INFO - Sensor org.sonar.plugins.findbugs.FindbugsSensor@61743cea done: 1851 ms 19:37:50.532 INFO - Sensor SurefireSensor... 19:37:50.533 INFO - parsing /home/jenkins/agent/workspace/swtbot-sonar/org.eclipse.swtbot.generator.rules.workbench/target/surefire-reports 19:37:50.533 ERROR - Reports path not found or is not a directory: /home/jenkins/agent/workspace/swtbot-sonar/org.eclipse.swtbot.generator.rules.workbench/target/surefire-reports 19:37:50.533 INFO - Sensor SurefireSensor done: 1 ms 19:37:50.533 INFO - Sensor JaCoCoOverallSensor... 19:37:50.533 WARN - You are not using the latest JaCoCo binary format version, please consider upgrading to latest JaCoCo version. 19:37:50.533 INFO - Analysing /home/jenkins/agent/workspace/swtbot-sonar/org.eclipse.swtbot.generator.rules.workbench/../target/jacoco.exec 19:37:50.540 WARN - You are not using the latest JaCoCo binary format version, please consider upgrading to latest JaCoCo version. 19:37:50.540 INFO - Analysing /home/jenkins/agent/workspace/swtbot-sonar/org.eclipse.swtbot.generator.rules.workbench/target/sonar/jacoco-overall.exec 19:37:50.556 INFO - No information about coverage per test. 19:37:50.557 INFO - Sensor JaCoCoOverallSensor done: 24 ms 19:37:50.557 INFO - Sensor PmdSensor... 19:37:50.557 INFO - Execute PMD 5.4.2... 19:37:50.560 INFO - Java version: 1.6 19:37:50.564 INFO - PMD configuration: /home/jenkins/agent/workspace/swtbot-sonar/org.eclipse.swtbot.generator.rules.workbench/target/sonar/pmd.xml 19:37:51.173 INFO - Execute PMD 5.4.2 done: 616 ms 19:37:51.176 INFO - Sensor PmdSensor done: 619 ms 19:37:51.177 INFO - Sensor CheckstyleSensor... 19:37:51.177 INFO - Execute Checkstyle ${checkstyle.version}... 19:37:51.178 INFO - Checkstyle configuration: /home/jenkins/agent/workspace/swtbot-sonar/org.eclipse.swtbot.generator.rules.workbench/target/sonar/checkstyle.xml 19:37:51.544 INFO - Execute Checkstyle ${checkstyle.version} done: 367 ms 19:37:51.545 INFO - Sensor CheckstyleSensor done: 368 ms 19:37:51.545 INFO - Sensor JaCoCoSensor... 19:37:51.553 WARN - You are not using the latest JaCoCo binary format version, please consider upgrading to latest JaCoCo version. 19:37:51.553 INFO - Analysing /home/jenkins/agent/workspace/swtbot-sonar/org.eclipse.swtbot.generator.rules.workbench/../target/jacoco.exec 19:37:51.560 INFO - No information about coverage per test. 19:37:51.560 INFO - Sensor JaCoCoSensor done: 15 ms 19:37:51.560 INFO - Sensor CPD Sensor (wrapped)... 19:37:51.560 INFO - JavaCpdEngine is used for java 19:37:51.560 INFO - Cross-project analysis disabled 19:37:51.571 INFO - Sensor CPD Sensor (wrapped) done: 11 ms 19:37:51.736 INFO - Execute decorators... 19:37:51.843 INFO - ------------- Scan org.eclipse.swtbot.generator.jdt 19:37:51.845 INFO - Load module settings 19:37:51.943 INFO - Configure Maven plugins 19:37:51.946 INFO - Compare to previous analysis (2019-09-13) 19:37:51.947 INFO - Compare over 30 days (2019-12-25, analysis of 2019-09-13 14:36:20.0) 19:37:51.949 INFO - Compare to previous version (2019-06-14) 19:37:51.949 INFO - No quality gate is configured. 19:37:51.967 INFO - Base dir: /home/jenkins/agent/workspace/swtbot-sonar/org.eclipse.swtbot.generator.jdt 19:37:51.967 INFO - Working dir: /home/jenkins/agent/workspace/swtbot-sonar/org.eclipse.swtbot.generator.jdt/target/sonar 19:37:51.967 INFO - Source paths: pom.xml, src 19:37:51.967 INFO - Binary dirs: target/classes 19:37:51.967 INFO - Source encoding: UTF-8, default locale: en_US 19:37:51.967 INFO - Index files 19:37:51.968 INFO - Excluded sources: 19:37:51.968 INFO - **/util/*Switch.java 19:37:52.003 INFO - 10 files indexed 19:37:52.079 INFO - Quality profile for java: Sonar way with Findbugs 19:37:52.083 INFO - JaCoCoItSensor: JaCoCo IT report not found: /home/jenkins/agent/workspace/swtbot-sonar/org.eclipse.swtbot.generator.jdt/target/jacoco-it.exec 19:37:52.085 INFO - Sensor JavaSquidSensor... 19:37:52.091 INFO - Configured Java source version (sonar.java.source): 6 19:37:52.091 INFO - JavaClasspath initialization... 19:37:52.117 INFO - JavaClasspath initialization done: 26 ms 19:37:52.117 INFO - JavaTestClasspath initialization... 19:37:52.148 INFO - JavaTestClasspath initialization done: 31 ms 19:37:52.157 INFO - Java Main Files AST scan... 19:37:52.158 INFO - 10 source files to be analyzed 19:37:52.235 ERROR - Class not found: org.osgi.annotation.versioning.ConsumerType 19:37:52.236 ERROR - Class not found: org.osgi.annotation.versioning.ProviderType 19:37:52.486 ERROR - Class not found: org.eclipse.swtbot.generator.framework.GenerationRule 19:37:52.487 ERROR - Class not found: org.eclipse.swtbot.generator.framework.AnnotationRule 19:37:52.818 ERROR - Class not found: org.osgi.annotation.versioning.ConsumerType 19:37:52.818 ERROR - Class not found: org.osgi.annotation.versioning.ProviderType 19:37:52.874 ERROR - Class not found: org.eclipse.swtbot.generator.framework.AnnotationRule 19:37:52.874 ERROR - Class not found: org.eclipse.swtbot.generator.framework.GenerationRule 19:37:52.891 ERROR - Class not found: org.eclipse.swtbot.generator.ui.BotGeneratorEventDispatcher 19:37:53.107 ERROR - Class not found: org.eclipse.swtbot.generator.framework.GenerationRule 19:37:53.108 ERROR - Class not found: org.eclipse.swtbot.generator.framework.AnnotationRule 19:37:53.435 ERROR - Class not found: org.eclipse.swtbot.generator.framework.AnnotationRule 19:37:53.436 ERROR - Class not found: org.eclipse.swtbot.generator.framework.GenerationRule 19:37:53.529 ERROR - Class not found: org.eclipse.swtbot.generator.ui.BotGeneratorEventDispatcher 19:37:53.529 ERROR - Class not found: org.eclipse.swtbot.generator.framework.AnnotationRule 19:37:53.590 ERROR - Class not found: org.eclipse.swtbot.generator.framework.GenerationRule 19:37:53.676 ERROR - Class not found: org.eclipse.swtbot.generator.ui.BotGeneratorEventDispatcher 19:37:53.676 ERROR - Class not found: org.eclipse.swtbot.generator.framework.AnnotationRule 19:37:53.736 ERROR - Class not found: org.eclipse.swtbot.generator.framework.GenerationRule 19:37:53.892 ERROR - Class not found: org.eclipse.swtbot.generator.framework.AnnotationRule 19:37:53.893 ERROR - Class not found: org.eclipse.swtbot.generator.framework.GenerationRule 19:37:53.902 ERROR - Class not found: org.eclipse.swtbot.generator.ui.BotGeneratorEventDispatcher 19:37:53.919 INFO - Java Main Files AST scan done: 1762 ms 19:37:53.920 INFO - 10/10 source files have been analyzed 19:37:53.921 INFO - Java bytecode scan... 19:37:54.034 WARN - Class 'org/eclipse/swtbot/generator/framework/IRecorderDialog' is not accessible through the ClassLoader. 19:37:54.045 WARN - Class 'org/eclipse/swtbot/generator/ui/BotGeneratorEventDispatcher' is not accessible through the ClassLoader. 19:37:54.055 WARN - Class 'org/eclipse/swtbot/generator/ui/BotGeneratorEventDispatcher$CodeGenerationListener' is not accessible through the ClassLoader. 19:37:54.055 WARN - Class 'org/eclipse/swtbot/generator/ui/BotGeneratorEventDispatcher' is not accessible through the ClassLoader. 19:37:54.057 WARN - Class 'org/eclipse/swtbot/generator/ui/BotGeneratorEventDispatcher' is not accessible through the ClassLoader. 19:37:54.057 WARN - Class 'org/eclipse/swtbot/generator/framework/Generator' is not accessible through the ClassLoader. 19:37:54.221 WARN - Class 'org/eclipse/swtbot/generator/ui/BotGeneratorEventDispatcher' is not accessible through the ClassLoader. 19:37:54.221 WARN - Class 'org/eclipse/swtbot/generator/ui/BotGeneratorEventDispatcher' is not accessible through the ClassLoader. 19:37:54.221 WARN - Class 'org/eclipse/swtbot/generator/framework/Generator' is not accessible through the ClassLoader. 19:37:54.222 WARN - Class 'org/eclipse/swtbot/generator/ui/BotGeneratorEventDispatcher' is not accessible through the ClassLoader. 19:37:54.222 WARN - Class 'org/eclipse/swtbot/generator/framework/Generator' is not accessible through the ClassLoader. 19:37:54.223 WARN - Class 'org/eclipse/swtbot/generator/framework/Generator' is not accessible through the ClassLoader. 19:37:54.224 WARN - Class 'org/eclipse/swtbot/generator/ui/BotGeneratorEventDispatcher' is not accessible through the ClassLoader. 19:37:54.225 WARN - Class 'org/eclipse/swtbot/generator/ui/BotGeneratorEventDispatcher' is not accessible through the ClassLoader. 19:37:54.225 WARN - Class 'org/eclipse/swtbot/generator/framework/Generator' is not accessible through the ClassLoader. 19:37:54.228 WARN - Class 'org/eclipse/swtbot/generator/ui/BotGeneratorEventDispatcher' is not accessible through the ClassLoader. 19:37:54.228 WARN - Class 'org/eclipse/swtbot/generator/ui/BotGeneratorEventDispatcher' is not accessible through the ClassLoader. 19:37:54.228 WARN - Class 'org/eclipse/swtbot/generator/ui/BotGeneratorEventDispatcher' is not accessible through the ClassLoader. 19:37:54.228 WARN - Class 'org/eclipse/swtbot/generator/ui/BotGeneratorEventDispatcher' is not accessible through the ClassLoader. 19:37:54.231 WARN - Class 'org/eclipse/swtbot/generator/ui/BotGeneratorEventDispatcher' is not accessible through the ClassLoader. 19:37:54.232 WARN - Class 'org/eclipse/swtbot/generator/framework/GenerationRule' is not accessible through the ClassLoader. 19:37:54.232 WARN - Class 'org/eclipse/swtbot/generator/framework/GenerationRule' is not accessible through the ClassLoader. 19:37:54.232 WARN - Class 'org/eclipse/swtbot/generator/framework/GenerationRule' is not accessible through the ClassLoader. 19:37:54.234 WARN - Class 'org/eclipse/swtbot/generator/framework/AnnotationRule' is not accessible through the ClassLoader. 19:37:54.235 WARN - Class 'org/eclipse/swtbot/generator/framework/AnnotationRule' is not accessible through the ClassLoader. 19:37:54.235 WARN - Class 'org/eclipse/swtbot/generator/framework/AnnotationRule' is not accessible through the ClassLoader. 19:37:54.235 WARN - Class 'org/eclipse/swtbot/generator/framework/AnnotationRule' is not accessible through the ClassLoader. 19:37:54.235 WARN - Class 'org/eclipse/swtbot/generator/framework/AnnotationRule' is not accessible through the ClassLoader. 19:37:54.235 WARN - Class 'org/eclipse/swtbot/generator/framework/AnnotationRule' is not accessible through the ClassLoader. 19:37:54.236 WARN - Class 'org/eclipse/swtbot/generator/framework/AnnotationRule' is not accessible through the ClassLoader. 19:37:54.242 WARN - Class 'org/eclipse/swtbot/generator/framework/GenerationRule' is not accessible through the ClassLoader. 19:37:54.243 WARN - Class 'org/eclipse/swtbot/generator/ui/BotGeneratorEventDispatcher' is not accessible through the ClassLoader. 19:37:54.244 WARN - Class 'org/eclipse/swtbot/generator/framework/Generator' is not accessible through the ClassLoader. 19:37:54.245 WARN - Class 'org/eclipse/swtbot/generator/framework/AnnotationRule' is not accessible through the ClassLoader. 19:37:54.245 WARN - Class 'org/eclipse/swtbot/generator/framework/AnnotationRule' is not accessible through the ClassLoader. 19:37:54.246 WARN - Class 'org/eclipse/swtbot/generator/framework/AnnotationRule' is not accessible through the ClassLoader. 19:37:54.251 INFO - Java bytecode scan done: 330 ms 19:37:54.251 INFO - Java Test Files AST scan... 19:37:54.251 INFO - 0 source files to be analyzed 19:37:54.251 INFO - Java Test Files AST scan done: 0 ms 19:37:54.252 INFO - Package design analysis... 19:37:54.252 INFO - 0/0 source files have been analyzed 19:37:54.266 INFO - Package design analysis done: 14 ms 19:37:54.267 INFO - Sensor JavaSquidSensor done: 2182 ms 19:37:54.269 INFO - Sensor QProfileSensor... 19:37:54.269 INFO - Sensor QProfileSensor done: 0 ms 19:37:54.269 INFO - Sensor InitialOpenIssuesSensor... 19:37:54.293 INFO - Sensor InitialOpenIssuesSensor done: 24 ms 19:37:54.293 INFO - Sensor ProjectLinksSensor... 19:37:54.306 INFO - Sensor ProjectLinksSensor done: 13 ms 19:37:54.307 INFO - Sensor VersionEventsSensor... 19:37:54.313 INFO - Sensor VersionEventsSensor done: 6 ms 19:37:54.313 INFO - Sensor FileHashSensor... 19:37:54.314 INFO - Sensor FileHashSensor done: 1 ms 19:37:54.314 INFO - Sensor org.sonar.plugins.findbugs.FindbugsSensor@1609643c... 19:37:54.319 INFO - Execute Findbugs 3.0.1... 19:37:54.374 INFO - Findbugs output report: /home/jenkins/agent/workspace/swtbot-sonar/org.eclipse.swtbot.generator.jdt/target/sonar/findbugs-result.xml The following classes needed for analysis were missing: org.eclipse.swtbot.generator.framework.IRecorderDialog org.eclipse.swtbot.generator.ui.BotGeneratorEventDispatcher$CodeGenerationListener org.eclipse.swtbot.generator.ui.BotGeneratorEventDispatcher org.eclipse.swtbot.generator.framework.GenerationRule org.eclipse.swtbot.generator.framework.AnnotationRule org.eclipse.swtbot.generator.framework.Generator 19:37:59.205 INFO - Execute Findbugs 3.0.1 done: 4886 ms 19:37:59.206 INFO - Sensor org.sonar.plugins.findbugs.FindbugsSensor@1609643c done: 4892 ms 19:37:59.206 INFO - Sensor SurefireSensor... 19:37:59.206 INFO - parsing /home/jenkins/agent/workspace/swtbot-sonar/org.eclipse.swtbot.generator.jdt/target/surefire-reports 19:37:59.206 ERROR - Reports path not found or is not a directory: /home/jenkins/agent/workspace/swtbot-sonar/org.eclipse.swtbot.generator.jdt/target/surefire-reports 19:37:59.206 INFO - Sensor SurefireSensor done: 0 ms 19:37:59.206 INFO - Sensor JaCoCoOverallSensor... 19:37:59.206 WARN - You are not using the latest JaCoCo binary format version, please consider upgrading to latest JaCoCo version. 19:37:59.206 INFO - Analysing /home/jenkins/agent/workspace/swtbot-sonar/org.eclipse.swtbot.generator.jdt/../target/jacoco.exec 19:37:59.211 WARN - You are not using the latest JaCoCo binary format version, please consider upgrading to latest JaCoCo version. 19:37:59.211 INFO - Analysing /home/jenkins/agent/workspace/swtbot-sonar/org.eclipse.swtbot.generator.jdt/target/sonar/jacoco-overall.exec 19:37:59.226 INFO - No information about coverage per test. 19:37:59.226 INFO - Sensor JaCoCoOverallSensor done: 20 ms 19:37:59.226 INFO - Sensor PmdSensor... 19:37:59.226 INFO - Execute PMD 5.4.2... 19:37:59.230 INFO - Java version: 1.6 19:37:59.254 INFO - PMD configuration: /home/jenkins/agent/workspace/swtbot-sonar/org.eclipse.swtbot.generator.jdt/target/sonar/pmd.xml 19:38:00.132 INFO - Execute PMD 5.4.2 done: 906 ms 19:38:00.137 INFO - Sensor PmdSensor done: 911 ms 19:38:00.137 INFO - Sensor CheckstyleSensor... 19:38:00.137 INFO - Execute Checkstyle ${checkstyle.version}... 19:38:00.138 INFO - Checkstyle configuration: /home/jenkins/agent/workspace/swtbot-sonar/org.eclipse.swtbot.generator.jdt/target/sonar/checkstyle.xml 19:38:00.562 INFO - Execute Checkstyle ${checkstyle.version} done: 425 ms 19:38:00.562 INFO - Sensor CheckstyleSensor done: 425 ms 19:38:00.562 INFO - Sensor JaCoCoSensor... 19:38:00.563 WARN - You are not using the latest JaCoCo binary format version, please consider upgrading to latest JaCoCo version. 19:38:00.564 INFO - Analysing /home/jenkins/agent/workspace/swtbot-sonar/org.eclipse.swtbot.generator.jdt/../target/jacoco.exec 19:38:00.577 INFO - No information about coverage per test. 19:38:00.577 INFO - Sensor JaCoCoSensor done: 15 ms 19:38:00.577 INFO - Sensor CPD Sensor (wrapped)... 19:38:00.577 INFO - JavaCpdEngine is used for java 19:38:00.578 INFO - Cross-project analysis disabled 19:38:00.605 INFO - Sensor CPD Sensor (wrapped) done: 28 ms 19:38:00.771 INFO - Execute decorators... 19:38:00.971 INFO - ------------- Scan org.eclipse.swtbot.generator.ui 19:38:00.972 INFO - Load module settings 19:38:01.064 INFO - Configure Maven plugins 19:38:01.067 INFO - Compare to previous analysis (2019-09-13) 19:38:01.071 INFO - Compare over 30 days (2019-12-25, analysis of 2019-09-13 14:36:20.0) 19:38:01.076 INFO - Compare to previous version (2019-06-14) 19:38:01.076 INFO - No quality gate is configured. 19:38:01.094 INFO - Base dir: /home/jenkins/agent/workspace/swtbot-sonar/org.eclipse.swtbot.generator.ui 19:38:01.095 INFO - Working dir: /home/jenkins/agent/workspace/swtbot-sonar/org.eclipse.swtbot.generator.ui/target/sonar 19:38:01.095 INFO - Source paths: pom.xml, src 19:38:01.095 INFO - Binary dirs: target/classes 19:38:01.095 INFO - Source encoding: UTF-8, default locale: en_US 19:38:01.095 INFO - Index files 19:38:01.095 INFO - Excluded sources: 19:38:01.095 INFO - **/util/*Switch.java 19:38:01.106 INFO - 5 files indexed 19:38:01.161 INFO - Quality profile for java: Sonar way with Findbugs 19:38:01.164 INFO - JaCoCoItSensor: JaCoCo IT report not found: /home/jenkins/agent/workspace/swtbot-sonar/org.eclipse.swtbot.generator.ui/target/jacoco-it.exec 19:38:01.166 INFO - Sensor JavaSquidSensor... 19:38:01.170 INFO - Configured Java source version (sonar.java.source): 6 19:38:01.170 INFO - JavaClasspath initialization... 19:38:01.227 INFO - JavaClasspath initialization done: 57 ms 19:38:01.228 INFO - JavaTestClasspath initialization... 19:38:01.290 INFO - JavaTestClasspath initialization done: 62 ms 19:38:01.300 INFO - Java Main Files AST scan... 19:38:01.300 INFO - 5 source files to be analyzed 19:38:01.387 ERROR - Class not found: org.osgi.annotation.versioning.ConsumerType 19:38:01.387 ERROR - Class not found: org.osgi.annotation.versioning.ProviderType 19:38:01.603 ERROR - Class not found: org.osgi.annotation.versioning.ConsumerType 19:38:01.604 ERROR - Class not found: org.osgi.annotation.versioning.ProviderType 19:38:01.809 ERROR - Class not found: org.osgi.annotation.versioning.ConsumerType 19:38:01.809 ERROR - Class not found: org.osgi.annotation.versioning.ProviderType 19:38:02.020 INFO - Java Main Files AST scan done: 720 ms 19:38:02.020 INFO - 5/5 source files have been analyzed 19:38:02.022 INFO - Java bytecode scan... 19:38:02.145 WARN - Class 'org/eclipse/swtbot/generator/ui/StartupRecorder' is not accessible through the ClassLoader. 19:38:02.193 WARN - Class 'org/eclipse/swtbot/generator/ui/GeneratorExtensionPointManager' is not accessible through the ClassLoader. 19:38:02.199 WARN - Class 'org/eclipse/swtbot/generator/framework/IRecorderDialog' is not accessible through the ClassLoader. 19:38:02.199 WARN - Class 'org/eclipse/swtbot/generator/framework/IRecorderDialog' is not accessible through the ClassLoader. 19:38:02.200 WARN - Class 'org/eclipse/swtbot/generator/framework/IRecorderDialog' is not accessible through the ClassLoader. 19:38:02.204 INFO - Java bytecode scan done: 182 ms 19:38:02.204 INFO - Java Test Files AST scan... 19:38:02.204 INFO - 0 source files to be analyzed 19:38:02.204 INFO - Java Test Files AST scan done: 0 ms 19:38:02.205 INFO - Package design analysis... 19:38:02.205 INFO - 0/0 source files have been analyzed 19:38:02.212 INFO - Package design analysis done: 7 ms 19:38:02.212 INFO - Sensor JavaSquidSensor done: 1046 ms 19:38:02.214 INFO - Sensor QProfileSensor... 19:38:02.214 INFO - Sensor QProfileSensor done: 0 ms 19:38:02.214 INFO - Sensor InitialOpenIssuesSensor... 19:38:02.224 INFO - Sensor InitialOpenIssuesSensor done: 10 ms 19:38:02.224 INFO - Sensor ProjectLinksSensor... 19:38:02.239 INFO - Sensor ProjectLinksSensor done: 15 ms 19:38:02.240 INFO - Sensor VersionEventsSensor... 19:38:02.246 INFO - Sensor VersionEventsSensor done: 6 ms 19:38:02.246 INFO - Sensor FileHashSensor... 19:38:02.247 INFO - Sensor FileHashSensor done: 1 ms 19:38:02.247 INFO - Sensor org.sonar.plugins.findbugs.FindbugsSensor@69f70596... 19:38:02.249 INFO - Execute Findbugs 3.0.1... 19:38:02.306 INFO - Findbugs output report: /home/jenkins/agent/workspace/swtbot-sonar/org.eclipse.swtbot.generator.ui/target/sonar/findbugs-result.xml The following classes needed for analysis were missing: org.eclipse.swtbot.generator.framework.IRecorderDialog org.eclipse.swtbot.generator.ui.GeneratorExtensionPointManager org.eclipse.swtbot.generator.ui.StartupRecorder 19:38:06.174 INFO - Execute Findbugs 3.0.1 done: 3925 ms 19:38:06.175 INFO - Sensor org.sonar.plugins.findbugs.FindbugsSensor@69f70596 done: 3928 ms 19:38:06.175 INFO - Sensor SurefireSensor... 19:38:06.175 INFO - parsing /home/jenkins/agent/workspace/swtbot-sonar/org.eclipse.swtbot.generator.ui/target/surefire-reports 19:38:06.176 ERROR - Reports path not found or is not a directory: /home/jenkins/agent/workspace/swtbot-sonar/org.eclipse.swtbot.generator.ui/target/surefire-reports 19:38:06.176 INFO - Sensor SurefireSensor done: 1 ms 19:38:06.176 INFO - Sensor JaCoCoOverallSensor... 19:38:06.176 WARN - You are not using the latest JaCoCo binary format version, please consider upgrading to latest JaCoCo version. 19:38:06.176 INFO - Analysing /home/jenkins/agent/workspace/swtbot-sonar/org.eclipse.swtbot.generator.ui/../target/jacoco.exec 19:38:06.181 WARN - You are not using the latest JaCoCo binary format version, please consider upgrading to latest JaCoCo version. 19:38:06.181 INFO - Analysing /home/jenkins/agent/workspace/swtbot-sonar/org.eclipse.swtbot.generator.ui/target/sonar/jacoco-overall.exec 19:38:06.187 INFO - No information about coverage per test. 19:38:06.187 INFO - Sensor JaCoCoOverallSensor done: 11 ms 19:38:06.187 INFO - Sensor PmdSensor... 19:38:06.188 INFO - Execute PMD 5.4.2... 19:38:06.193 INFO - Java version: 1.6 19:38:06.196 INFO - PMD configuration: /home/jenkins/agent/workspace/swtbot-sonar/org.eclipse.swtbot.generator.ui/target/sonar/pmd.xml 19:38:06.924 INFO - Execute PMD 5.4.2 done: 736 ms 19:38:06.927 INFO - Sensor PmdSensor done: 740 ms 19:38:06.927 INFO - Sensor CheckstyleSensor... 19:38:06.927 INFO - Execute Checkstyle ${checkstyle.version}... 19:38:06.929 INFO - Checkstyle configuration: /home/jenkins/agent/workspace/swtbot-sonar/org.eclipse.swtbot.generator.ui/target/sonar/checkstyle.xml 19:38:07.285 INFO - Execute Checkstyle ${checkstyle.version} done: 358 ms 19:38:07.285 INFO - Sensor CheckstyleSensor done: 358 ms 19:38:07.285 INFO - Sensor JaCoCoSensor... 19:38:07.286 WARN - You are not using the latest JaCoCo binary format version, please consider upgrading to latest JaCoCo version. 19:38:07.286 INFO - Analysing /home/jenkins/agent/workspace/swtbot-sonar/org.eclipse.swtbot.generator.ui/../target/jacoco.exec 19:38:07.293 INFO - No information about coverage per test. 19:38:07.293 INFO - Sensor JaCoCoSensor done: 8 ms 19:38:07.293 INFO - Sensor CPD Sensor (wrapped)... 19:38:07.293 INFO - JavaCpdEngine is used for java 19:38:07.294 INFO - Cross-project analysis disabled 19:38:07.303 INFO - Sensor CPD Sensor (wrapped) done: 10 ms 19:38:07.501 INFO - Execute decorators... 19:38:07.688 INFO - ------------- Scan org.eclipse.swtbot.go 19:38:07.690 INFO - Load module settings 19:38:07.792 INFO - Configure Maven plugins 19:38:07.796 INFO - Compare to previous analysis (2019-09-13) 19:38:07.797 INFO - Compare over 30 days (2019-12-25, analysis of 2019-09-13 14:36:20.0) 19:38:07.799 INFO - Compare to previous version (2019-06-14) 19:38:07.799 INFO - No quality gate is configured. 19:38:07.818 INFO - Base dir: /home/jenkins/agent/workspace/swtbot-sonar/org.eclipse.swtbot.go 19:38:07.818 INFO - Working dir: /home/jenkins/agent/workspace/swtbot-sonar/org.eclipse.swtbot.go/target/sonar 19:38:07.819 INFO - Source paths: pom.xml 19:38:07.819 INFO - Source encoding: UTF-8, default locale: en_US 19:38:07.819 INFO - Index files 19:38:07.819 INFO - Excluded sources: 19:38:07.819 INFO - **/util/*Switch.java 19:38:07.826 INFO - 0 files indexed 19:38:07.827 INFO - JaCoCoItSensor: JaCoCo IT report not found: /home/jenkins/agent/workspace/swtbot-sonar/org.eclipse.swtbot.go/target/jacoco-it.exec 19:38:07.829 INFO - Sensor QProfileSensor... 19:38:07.829 INFO - Sensor QProfileSensor done: 0 ms 19:38:07.829 INFO - Sensor InitialOpenIssuesSensor... 19:38:07.834 INFO - Sensor InitialOpenIssuesSensor done: 5 ms 19:38:07.834 INFO - Sensor ProjectLinksSensor... 19:38:07.846 INFO - Sensor ProjectLinksSensor done: 12 ms 19:38:07.847 INFO - Sensor VersionEventsSensor... 19:38:07.857 INFO - Sensor VersionEventsSensor done: 10 ms 19:38:07.857 INFO - Sensor FileHashSensor... 19:38:07.857 INFO - Sensor FileHashSensor done: 0 ms 19:38:07.857 INFO - Sensor CPD Sensor (wrapped)... 19:38:07.857 INFO - Sensor CPD Sensor (wrapped) done: 0 ms 19:38:08.050 INFO - Execute decorators... 19:38:08.079 INFO - ------------- Scan org.eclipse.swtbot.junit4_x 19:38:08.080 INFO - Load module settings 19:38:08.172 INFO - Configure Maven plugins 19:38:08.174 INFO - Compare to previous analysis (2019-09-13) 19:38:08.175 INFO - Compare over 30 days (2019-12-25, analysis of 2019-09-13 14:36:20.0) 19:38:08.177 INFO - Compare to previous version (2019-06-14) 19:38:08.178 INFO - No quality gate is configured. 19:38:08.191 INFO - Base dir: /home/jenkins/agent/workspace/swtbot-sonar/org.eclipse.swtbot.junit4_x 19:38:08.191 INFO - Working dir: /home/jenkins/agent/workspace/swtbot-sonar/org.eclipse.swtbot.junit4_x/target/sonar 19:38:08.191 INFO - Source paths: pom.xml, src 19:38:08.191 INFO - Binary dirs: target/classes 19:38:08.191 INFO - Source encoding: UTF-8, default locale: en_US 19:38:08.191 INFO - Index files 19:38:08.191 INFO - Excluded sources: 19:38:08.191 INFO - **/util/*Switch.java 19:38:08.225 INFO - 7 files indexed 19:38:08.282 INFO - Quality profile for java: Sonar way with Findbugs 19:38:08.285 INFO - JaCoCoItSensor: JaCoCo IT report not found: /home/jenkins/agent/workspace/swtbot-sonar/org.eclipse.swtbot.junit4_x/target/jacoco-it.exec 19:38:08.287 INFO - Sensor JavaSquidSensor... 19:38:08.290 INFO - Configured Java source version (sonar.java.source): 6 19:38:08.290 INFO - JavaClasspath initialization... 19:38:08.295 INFO - JavaClasspath initialization done: 5 ms 19:38:08.295 INFO - JavaTestClasspath initialization... 19:38:08.303 INFO - JavaTestClasspath initialization done: 8 ms 19:38:08.311 INFO - Java Main Files AST scan... 19:38:08.311 INFO - 7 source files to be analyzed 19:38:08.608 INFO - Java Main Files AST scan done: 297 ms 19:38:08.609 INFO - 7/7 source files have been analyzed 19:38:08.610 INFO - Java bytecode scan... 19:38:08.619 WARN - Class 'org/eclipse/swtbot/swt/finder/ApplicationRunner' is not accessible through the ClassLoader. 19:38:08.620 WARN - Class 'org/eclipse/swtbot/swt/finder/utils/SWTUtils' is not accessible through the ClassLoader. 19:38:08.620 WARN - Class 'org/eclipse/swtbot/swt/finder/utils/SWTUtils' is not accessible through the ClassLoader. 19:38:08.629 WARN - Class 'org/eclipse/swtbot/swt/finder/utils/SWTUtils' is not accessible through the ClassLoader. 19:38:08.632 INFO - Java bytecode scan done: 22 ms 19:38:08.632 INFO - Java Test Files AST scan... 19:38:08.632 INFO - 0 source files to be analyzed 19:38:08.632 INFO - Java Test Files AST scan done: 0 ms 19:38:08.632 INFO - Package design analysis... 19:38:08.633 INFO - 0/0 source files have been analyzed 19:38:08.653 INFO - Package design analysis done: 21 ms 19:38:08.653 INFO - Sensor JavaSquidSensor done: 366 ms 19:38:08.655 INFO - Sensor QProfileSensor... 19:38:08.655 INFO - Sensor QProfileSensor done: 0 ms 19:38:08.655 INFO - Sensor InitialOpenIssuesSensor... 19:38:08.666 INFO - Sensor InitialOpenIssuesSensor done: 11 ms 19:38:08.666 INFO - Sensor ProjectLinksSensor... 19:38:08.678 INFO - Sensor ProjectLinksSensor done: 12 ms 19:38:08.679 INFO - Sensor VersionEventsSensor... 19:38:08.685 INFO - Sensor VersionEventsSensor done: 6 ms 19:38:08.685 INFO - Sensor FileHashSensor... 19:38:08.686 INFO - Sensor FileHashSensor done: 1 ms 19:38:08.686 INFO - Sensor org.sonar.plugins.findbugs.FindbugsSensor@64330fcc... 19:38:08.687 INFO - Execute Findbugs 3.0.1... 19:38:08.726 INFO - Findbugs output report: /home/jenkins/agent/workspace/swtbot-sonar/org.eclipse.swtbot.junit4_x/target/sonar/findbugs-result.xml The following classes needed for analysis were missing: org.eclipse.swtbot.swt.finder.ApplicationRunner org.eclipse.swtbot.swt.finder.utils.SWTUtils org.eclipse.swtbot.swt.finder.utils.SWTBotPreferences 19:38:11.280 INFO - Execute Findbugs 3.0.1 done: 2593 ms 19:38:11.281 INFO - Sensor org.sonar.plugins.findbugs.FindbugsSensor@64330fcc done: 2595 ms 19:38:11.281 INFO - Sensor SurefireSensor... 19:38:11.281 INFO - parsing /home/jenkins/agent/workspace/swtbot-sonar/org.eclipse.swtbot.junit4_x/target/surefire-reports 19:38:11.281 ERROR - Reports path not found or is not a directory: /home/jenkins/agent/workspace/swtbot-sonar/org.eclipse.swtbot.junit4_x/target/surefire-reports 19:38:11.281 INFO - Sensor SurefireSensor done: 0 ms 19:38:11.281 INFO - Sensor JaCoCoOverallSensor... 19:38:11.282 WARN - You are not using the latest JaCoCo binary format version, please consider upgrading to latest JaCoCo version. 19:38:11.282 INFO - Analysing /home/jenkins/agent/workspace/swtbot-sonar/org.eclipse.swtbot.junit4_x/../target/jacoco.exec 19:38:11.286 WARN - You are not using the latest JaCoCo binary format version, please consider upgrading to latest JaCoCo version. 19:38:11.286 INFO - Analysing /home/jenkins/agent/workspace/swtbot-sonar/org.eclipse.swtbot.junit4_x/target/sonar/jacoco-overall.exec 19:38:11.291 INFO - No information about coverage per test. 19:38:11.292 INFO - Sensor JaCoCoOverallSensor done: 10 ms 19:38:11.292 INFO - Sensor PmdSensor... 19:38:11.292 INFO - Execute PMD 5.4.2... 19:38:11.293 INFO - Java version: 1.6 19:38:11.294 INFO - PMD configuration: /home/jenkins/agent/workspace/swtbot-sonar/org.eclipse.swtbot.junit4_x/target/sonar/pmd.xml 19:38:11.583 INFO - Execute PMD 5.4.2 done: 291 ms 19:38:11.587 INFO - Sensor PmdSensor done: 295 ms 19:38:11.587 INFO - Sensor CheckstyleSensor... 19:38:11.587 INFO - Execute Checkstyle ${checkstyle.version}... 19:38:11.588 INFO - Checkstyle configuration: /home/jenkins/agent/workspace/swtbot-sonar/org.eclipse.swtbot.junit4_x/target/sonar/checkstyle.xml 19:38:11.896 INFO - Execute Checkstyle ${checkstyle.version} done: 309 ms 19:38:11.897 INFO - Sensor CheckstyleSensor done: 310 ms 19:38:11.897 INFO - Sensor JaCoCoSensor... 19:38:11.897 WARN - You are not using the latest JaCoCo binary format version, please consider upgrading to latest JaCoCo version. 19:38:11.898 INFO - Analysing /home/jenkins/agent/workspace/swtbot-sonar/org.eclipse.swtbot.junit4_x/../target/jacoco.exec 19:38:11.904 INFO - No information about coverage per test. 19:38:11.904 INFO - Sensor JaCoCoSensor done: 7 ms 19:38:11.904 INFO - Sensor CPD Sensor (wrapped)... 19:38:11.904 INFO - JavaCpdEngine is used for java 19:38:11.905 INFO - Cross-project analysis disabled 19:38:11.916 INFO - Sensor CPD Sensor (wrapped) done: 12 ms 19:38:12.019 INFO - Execute decorators... 19:38:12.188 INFO - ------------- Scan org.eclipse.swtbot.nebula.gallery.finder 19:38:12.189 INFO - Load module settings 19:38:12.268 INFO - Configure Maven plugins 19:38:12.271 INFO - Compare to previous analysis (2019-09-13) 19:38:12.273 INFO - Compare over 30 days (2019-12-25, analysis of 2019-09-13 14:36:20.0) 19:38:12.285 INFO - Compare to previous version (2019-06-14) 19:38:12.286 INFO - No quality gate is configured. 19:38:12.318 INFO - Base dir: /home/jenkins/agent/workspace/swtbot-sonar/org.eclipse.swtbot.nebula.gallery.finder 19:38:12.318 INFO - Working dir: /home/jenkins/agent/workspace/swtbot-sonar/org.eclipse.swtbot.nebula.gallery.finder/target/sonar 19:38:12.318 INFO - Source paths: pom.xml, src 19:38:12.318 INFO - Binary dirs: target/classes 19:38:12.318 INFO - Source encoding: UTF-8, default locale: en_US 19:38:12.318 INFO - Index files 19:38:12.319 INFO - Excluded sources: 19:38:12.319 INFO - **/util/*Switch.java 19:38:12.332 INFO - 4 files indexed 19:38:12.370 INFO - Quality profile for java: Sonar way with Findbugs 19:38:12.372 INFO - JaCoCoItSensor: JaCoCo IT report not found: /home/jenkins/agent/workspace/swtbot-sonar/org.eclipse.swtbot.nebula.gallery.finder/target/jacoco-it.exec 19:38:12.374 INFO - Sensor JavaSquidSensor... 19:38:12.376 INFO - Configured Java source version (sonar.java.source): 6 19:38:12.377 INFO - JavaClasspath initialization... 19:38:12.397 INFO - JavaClasspath initialization done: 20 ms 19:38:12.397 INFO - JavaTestClasspath initialization... 19:38:12.424 INFO - JavaTestClasspath initialization done: 27 ms 19:38:12.432 INFO - Java Main Files AST scan... 19:38:12.432 INFO - 4 source files to be analyzed 19:38:12.459 ERROR - Class not found: org.eclipse.swtbot.eclipse.finder.SWTWorkbenchBot 19:38:12.519 ERROR - Class not found: org.eclipse.swtbot.swt.finder.widgets.AbstractSWTBotControl 19:38:12.519 ERROR - Class not found: org.eclipse.swtbot.swt.finder.SWTBotWidget 19:38:12.519 ERROR - Class not found: org.eclipse.swtbot.swt.finder.exceptions.WidgetNotFoundException 19:38:12.619 ERROR - Class not found: org.eclipse.swtbot.swt.finder.widgets.AbstractSWTBot 19:38:12.619 ERROR - Class not found: org.eclipse.swtbot.swt.finder.exceptions.WidgetNotFoundException 19:38:12.630 ERROR - Class not found: org.eclipse.swtbot.eclipse.finder.SWTWorkbenchBot 19:38:12.754 ERROR - Class not found: org.eclipse.swtbot.eclipse.finder.SWTWorkbenchBot 19:38:12.819 INFO - Java Main Files AST scan done: 387 ms 19:38:12.820 INFO - 4/4 source files have been analyzed 19:38:12.822 INFO - Java bytecode scan... 19:38:12.837 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBotTestCase' is not accessible through the ClassLoader. 19:38:12.837 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBotTestCase' is not accessible through the ClassLoader. 19:38:12.837 WARN - Class 'org/eclipse/swtbot/eclipse/finder/SWTWorkbenchBot' is not accessible through the ClassLoader. 19:38:12.837 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/TimeoutException' is not accessible through the ClassLoader. 19:38:12.838 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/TimeoutException' is not accessible through the ClassLoader. 19:38:12.838 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/TimeoutException' is not accessible through the ClassLoader. 19:38:12.838 WARN - Class 'org/eclipse/swtbot/swt/finder/exceptions/WidgetNotFoundException' is not accessible through the ClassLoader. 19:38:12.838 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/TimeoutException' is not accessible through the ClassLoader. 19:38:12.839 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/TimeoutException' is not accessible through the ClassLoader. 19:38:12.839 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/TimeoutException' is not accessible through the ClassLoader. 19:38:12.840 WARN - Class 'org/eclipse/swtbot/eclipse/finder/SWTWorkbenchBot' is not accessible through the ClassLoader. 19:38:12.840 WARN - Class 'org/eclipse/swtbot/swt/finder/matchers/WidgetMatcherFactory' is not accessible through the ClassLoader. 19:38:12.840 WARN - Class 'org/eclipse/swtbot/swt/finder/matchers/WidgetMatcherFactory' is not accessible through the ClassLoader. 19:38:12.840 WARN - Class 'org/eclipse/swtbot/swt/finder/matchers/WidgetMatcherFactory' is not accessible through the ClassLoader. 19:38:12.841 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/AbstractSWTBotControl' is not accessible through the ClassLoader. 19:38:12.841 WARN - Class 'org/eclipse/swtbot/swt/finder/exceptions/WidgetNotFoundException' is not accessible through the ClassLoader. 19:38:12.841 WARN - Class 'org/eclipse/swtbot/swt/finder/exceptions/WidgetNotFoundException' is not accessible through the ClassLoader. 19:38:12.841 WARN - Class 'org/eclipse/swtbot/swt/finder/matchers/WidgetMatcherFactory' is not accessible through the ClassLoader. 19:38:12.842 WARN - Class 'org/eclipse/swtbot/swt/finder/matchers/WidgetMatcherFactory' is not accessible through the ClassLoader. 19:38:12.842 WARN - Class 'org/eclipse/swtbot/swt/finder/matchers/WidgetMatcherFactory' is not accessible through the ClassLoader. 19:38:12.842 WARN - Class 'org/eclipse/swtbot/swt/finder/matchers/WidgetMatcherFactory' is not accessible through the ClassLoader. 19:38:12.842 WARN - Class 'org/eclipse/swtbot/swt/finder/matchers/WidgetMatcherFactory' is not accessible through the ClassLoader. 19:38:12.842 WARN - Class 'org/eclipse/swtbot/swt/finder/matchers/WidgetMatcherFactory' is not accessible through the ClassLoader. 19:38:12.842 WARN - Class 'org/eclipse/swtbot/swt/finder/matchers/WidgetMatcherFactory' is not accessible through the ClassLoader. 19:38:12.842 WARN - Class 'org/eclipse/swtbot/swt/finder/matchers/WidgetMatcherFactory' is not accessible through the ClassLoader. 19:38:12.843 WARN - Class 'org/eclipse/swtbot/swt/finder/matchers/WidgetMatcherFactory' is not accessible through the ClassLoader. 19:38:12.843 WARN - Class 'org/eclipse/swtbot/swt/finder/matchers/WidgetMatcherFactory' is not accessible through the ClassLoader. 19:38:12.843 WARN - Class 'org/eclipse/swtbot/swt/finder/matchers/WidgetMatcherFactory' is not accessible through the ClassLoader. 19:38:12.843 WARN - Class 'org/eclipse/swtbot/swt/finder/matchers/WidgetMatcherFactory' is not accessible through the ClassLoader. 19:38:12.843 WARN - Class 'org/eclipse/swtbot/swt/finder/matchers/WidgetMatcherFactory' is not accessible through the ClassLoader. 19:38:12.843 WARN - Class 'org/eclipse/swtbot/swt/finder/matchers/WidgetMatcherFactory' is not accessible through the ClassLoader. 19:38:12.843 WARN - Class 'org/eclipse/swtbot/swt/finder/matchers/WidgetMatcherFactory' is not accessible through the ClassLoader. 19:38:12.844 WARN - Class 'org/eclipse/swtbot/eclipse/finder/SWTWorkbenchBot' is not accessible through the ClassLoader. 19:38:12.844 WARN - Class 'org/eclipse/swtbot/eclipse/finder/SWTWorkbenchBot' is not accessible through the ClassLoader. 19:38:12.844 WARN - Class 'org/eclipse/swtbot/eclipse/finder/SWTWorkbenchBot' is not accessible through the ClassLoader. 19:38:12.844 WARN - Class 'org/eclipse/swtbot/eclipse/finder/SWTWorkbenchBot' is not accessible through the ClassLoader. 19:38:12.845 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/TimeoutException' is not accessible through the ClassLoader. 19:38:12.845 WARN - Class 'org/eclipse/swtbot/eclipse/finder/SWTWorkbenchBot' is not accessible through the ClassLoader. 19:38:12.845 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/TimeoutException' is not accessible through the ClassLoader. 19:38:12.845 WARN - Class 'org/eclipse/swtbot/eclipse/finder/SWTWorkbenchBot' is not accessible through the ClassLoader. 19:38:12.845 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/TimeoutException' is not accessible through the ClassLoader. 19:38:12.845 WARN - Class 'org/eclipse/swtbot/eclipse/finder/SWTWorkbenchBot' is not accessible through the ClassLoader. 19:38:12.846 WARN - Class 'org/eclipse/swtbot/eclipse/finder/SWTWorkbenchBot' is not accessible through the ClassLoader. 19:38:12.846 WARN - Class 'org/eclipse/swtbot/eclipse/finder/SWTWorkbenchBot' is not accessible through the ClassLoader. 19:38:12.846 WARN - Class 'org/eclipse/swtbot/eclipse/finder/SWTWorkbenchBot' is not accessible through the ClassLoader. 19:38:12.846 WARN - Class 'org/eclipse/swtbot/swt/finder/exceptions/WidgetNotFoundException' is not accessible through the ClassLoader. 19:38:12.846 WARN - Class 'org/eclipse/swtbot/eclipse/finder/SWTWorkbenchBot' is not accessible through the ClassLoader. 19:38:12.846 WARN - Class 'org/eclipse/swtbot/eclipse/finder/SWTWorkbenchBot' is not accessible through the ClassLoader. 19:38:12.846 WARN - Class 'org/eclipse/swtbot/eclipse/finder/SWTWorkbenchBot' is not accessible through the ClassLoader. 19:38:12.847 WARN - Class 'org/eclipse/swtbot/eclipse/finder/SWTWorkbenchBot' is not accessible through the ClassLoader. 19:38:12.847 WARN - Class 'org/eclipse/swtbot/eclipse/finder/SWTWorkbenchBot' is not accessible through the ClassLoader. 19:38:12.847 WARN - Class 'org/eclipse/swtbot/eclipse/finder/SWTWorkbenchBot' is not accessible through the ClassLoader. 19:38:12.847 WARN - Class 'org/eclipse/swtbot/eclipse/finder/SWTWorkbenchBot' is not accessible through the ClassLoader. 19:38:12.847 WARN - Class 'org/eclipse/swtbot/eclipse/finder/SWTWorkbenchBot' is not accessible through the ClassLoader. 19:38:12.847 WARN - Class 'org/eclipse/swtbot/eclipse/finder/SWTWorkbenchBot' is not accessible through the ClassLoader. 19:38:12.848 WARN - Class 'org/eclipse/swtbot/eclipse/finder/SWTWorkbenchBot' is not accessible through the ClassLoader. 19:38:12.848 WARN - Class 'org/eclipse/swtbot/eclipse/finder/SWTWorkbenchBot' is not accessible through the ClassLoader. 19:38:12.848 WARN - Class 'org/eclipse/swtbot/eclipse/finder/SWTWorkbenchBot' is not accessible through the ClassLoader. 19:38:12.848 WARN - Class 'org/eclipse/swtbot/eclipse/finder/SWTWorkbenchBot' is not accessible through the ClassLoader. 19:38:12.848 WARN - Class 'org/eclipse/swtbot/eclipse/finder/SWTWorkbenchBot' is not accessible through the ClassLoader. 19:38:12.848 WARN - Class 'org/eclipse/swtbot/eclipse/finder/SWTWorkbenchBot' is not accessible through the ClassLoader. 19:38:12.848 WARN - Class 'org/eclipse/swtbot/eclipse/finder/SWTWorkbenchBot' is not accessible through the ClassLoader. 19:38:12.848 WARN - Class 'org/eclipse/swtbot/eclipse/finder/SWTWorkbenchBot' is not accessible through the ClassLoader. 19:38:12.849 WARN - Class 'org/eclipse/swtbot/eclipse/finder/SWTWorkbenchBot' is not accessible through the ClassLoader. 19:38:12.849 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/TimeoutException' is not accessible through the ClassLoader. 19:38:12.849 WARN - Class 'org/eclipse/swtbot/eclipse/finder/SWTWorkbenchBot' is not accessible through the ClassLoader. 19:38:12.849 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/TimeoutException' is not accessible through the ClassLoader. 19:38:12.849 WARN - Class 'org/eclipse/swtbot/eclipse/finder/SWTWorkbenchBot' is not accessible through the ClassLoader. 19:38:12.849 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/TimeoutException' is not accessible through the ClassLoader. 19:38:12.850 WARN - Class 'org/eclipse/swtbot/eclipse/finder/SWTWorkbenchBot' is not accessible through the ClassLoader. 19:38:12.850 WARN - Class 'org/eclipse/swtbot/eclipse/finder/SWTWorkbenchBot' is not accessible through the ClassLoader. 19:38:12.850 WARN - Class 'org/eclipse/swtbot/eclipse/finder/SWTWorkbenchBot' is not accessible through the ClassLoader. 19:38:12.850 WARN - Class 'org/eclipse/swtbot/eclipse/finder/SWTWorkbenchBot' is not accessible through the ClassLoader. 19:38:12.850 WARN - Class 'org/eclipse/swtbot/eclipse/finder/SWTWorkbenchBot' is not accessible through the ClassLoader. 19:38:12.850 WARN - Class 'org/eclipse/swtbot/eclipse/finder/SWTWorkbenchBot' is not accessible through the ClassLoader. 19:38:12.851 WARN - Class 'org/eclipse/swtbot/eclipse/finder/SWTWorkbenchBot' is not accessible through the ClassLoader. 19:38:12.851 WARN - Class 'org/eclipse/swtbot/eclipse/finder/SWTWorkbenchBot' is not accessible through the ClassLoader. 19:38:12.851 WARN - Class 'org/eclipse/swtbot/eclipse/finder/SWTWorkbenchBot' is not accessible through the ClassLoader. 19:38:12.851 WARN - Class 'org/eclipse/swtbot/eclipse/finder/SWTWorkbenchBot' is not accessible through the ClassLoader. 19:38:12.852 WARN - Class 'org/eclipse/swtbot/eclipse/finder/SWTWorkbenchBot' is not accessible through the ClassLoader. 19:38:12.852 WARN - Class 'org/eclipse/swtbot/eclipse/finder/SWTWorkbenchBot' is not accessible through the ClassLoader. 19:38:12.852 WARN - Class 'org/eclipse/swtbot/eclipse/finder/SWTWorkbenchBot' is not accessible through the ClassLoader. 19:38:12.852 WARN - Class 'org/eclipse/swtbot/eclipse/finder/SWTWorkbenchBot' is not accessible through the ClassLoader. 19:38:12.852 WARN - Class 'org/eclipse/swtbot/eclipse/finder/SWTWorkbenchBot' is not accessible through the ClassLoader. 19:38:12.852 WARN - Class 'org/eclipse/swtbot/eclipse/finder/SWTWorkbenchBot' is not accessible through the ClassLoader. 19:38:12.852 WARN - Class 'org/eclipse/swtbot/eclipse/finder/SWTWorkbenchBot' is not accessible through the ClassLoader. 19:38:12.853 WARN - Class 'org/eclipse/swtbot/eclipse/finder/SWTWorkbenchBot' is not accessible through the ClassLoader. 19:38:12.853 WARN - Class 'org/eclipse/swtbot/eclipse/finder/SWTWorkbenchBot' is not accessible through the ClassLoader. 19:38:12.853 WARN - Class 'org/eclipse/swtbot/swt/finder/exceptions/WidgetNotFoundException' is not accessible through the ClassLoader. 19:38:12.853 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/AbstractSWTBotControl' is not accessible through the ClassLoader. 19:38:12.853 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/AbstractSWTBotControl' is not accessible through the ClassLoader. 19:38:12.854 WARN - Class 'org/eclipse/swtbot/swt/finder/results/IntResult' is not accessible through the ClassLoader. 19:38:12.855 WARN - Class 'org/eclipse/swtbot/swt/finder/results/IntResult' is not accessible through the ClassLoader. 19:38:12.855 WARN - Class 'org/eclipse/swtbot/swt/finder/results/Result' is not accessible through the ClassLoader. 19:38:12.855 WARN - Class 'org/eclipse/swtbot/swt/finder/utils/StringUtils' is not accessible through the ClassLoader. 19:38:12.855 WARN - Class 'org/eclipse/swtbot/swt/finder/utils/MessageFormat' is not accessible through the ClassLoader. 19:38:12.861 WARN - Class 'org/eclipse/swtbot/swt/finder/results/VoidResult' is not accessible through the ClassLoader. 19:38:12.861 WARN - Class 'org/eclipse/swtbot/swt/finder/results/VoidResult' is not accessible through the ClassLoader. 19:38:12.861 WARN - Class 'org/eclipse/swtbot/swt/finder/utils/internal/Assert' is not accessible through the ClassLoader. 19:38:12.862 WARN - Class 'org/eclipse/swtbot/swt/finder/waits/DefaultCondition' is not accessible through the ClassLoader. 19:38:12.862 WARN - Class 'org/eclipse/swtbot/swt/finder/exceptions/WidgetNotFoundException' is not accessible through the ClassLoader. 19:38:12.863 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/AbstractSWTBot' is not accessible through the ClassLoader. 19:38:12.863 WARN - Class 'org/eclipse/swtbot/swt/finder/exceptions/WidgetNotFoundException' is not accessible through the ClassLoader. 19:38:12.863 WARN - Class 'org/eclipse/swtbot/swt/finder/exceptions/WidgetNotFoundException' is not accessible through the ClassLoader. 19:38:12.863 WARN - Class 'org/eclipse/swtbot/swt/finder/exceptions/WidgetNotFoundException' is not accessible through the ClassLoader. 19:38:12.864 WARN - Class 'org/eclipse/swtbot/swt/finder/results/WidgetResult' is not accessible through the ClassLoader. 19:38:12.864 WARN - Class 'org/eclipse/swtbot/swt/finder/exceptions/WidgetNotFoundException' is not accessible through the ClassLoader. 19:38:12.864 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:38:12.864 WARN - Class 'org/eclipse/swtbot/swt/finder/waits/DefaultCondition' is not accessible through the ClassLoader. 19:38:12.864 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:38:12.864 WARN - Class 'org/eclipse/swtbot/swt/finder/exceptions/WidgetNotFoundException' is not accessible through the ClassLoader. 19:38:12.865 WARN - Class 'org/eclipse/swtbot/swt/finder/results/WidgetResult' is not accessible through the ClassLoader. 19:38:12.865 WARN - Class 'org/eclipse/swtbot/swt/finder/results/ArrayResult' is not accessible through the ClassLoader. 19:38:12.866 WARN - Class 'org/eclipse/swtbot/swt/finder/results/VoidResult' is not accessible through the ClassLoader. 19:38:12.866 WARN - Class 'org/eclipse/swtbot/swt/finder/results/VoidResult' is not accessible through the ClassLoader. 19:38:12.884 WARN - Class 'org/eclipse/swtbot/swt/finder/utils/MessageFormat' is not accessible through the ClassLoader. 19:38:12.887 WARN - Class 'org/eclipse/swtbot/swt/finder/waits/DefaultCondition' is not accessible through the ClassLoader. 19:38:12.887 WARN - Class 'org/eclipse/swtbot/swt/finder/waits/DefaultCondition' is not accessible through the ClassLoader. 19:38:12.889 WARN - Class 'org/eclipse/swtbot/swt/finder/exceptions/WidgetNotFoundException' is not accessible through the ClassLoader. 19:38:12.889 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/AbstractSWTBot' is not accessible through the ClassLoader. 19:38:12.889 WARN - Class 'org/eclipse/swtbot/swt/finder/results/WidgetResult' is not accessible through the ClassLoader. 19:38:12.890 WARN - Class 'org/eclipse/swtbot/swt/finder/results/StringResult' is not accessible through the ClassLoader. 19:38:12.890 WARN - Class 'org/eclipse/swtbot/swt/finder/results/StringResult' is not accessible through the ClassLoader. 19:38:12.890 WARN - Class 'org/eclipse/swtbot/swt/finder/results/IntResult' is not accessible through the ClassLoader. 19:38:12.891 WARN - Class 'org/eclipse/swtbot/swt/finder/waits/DefaultCondition' is not accessible through the ClassLoader. 19:38:12.891 WARN - Class 'org/eclipse/swtbot/swt/finder/exceptions/WidgetNotFoundException' is not accessible through the ClassLoader. 19:38:12.891 WARN - Class 'org/eclipse/swtbot/swt/finder/results/WidgetResult' is not accessible through the ClassLoader. 19:38:12.892 WARN - Class 'org/eclipse/swtbot/swt/finder/exceptions/WidgetNotFoundException' is not accessible through the ClassLoader. 19:38:12.892 WARN - Class 'org/eclipse/swtbot/swt/finder/waits/DefaultCondition' is not accessible through the ClassLoader. 19:38:12.892 WARN - Class 'org/eclipse/swtbot/swt/finder/exceptions/WidgetNotFoundException' is not accessible through the ClassLoader. 19:38:12.893 WARN - Class 'org/eclipse/swtbot/swt/finder/results/WidgetResult' is not accessible through the ClassLoader. 19:38:12.893 WARN - Class 'org/eclipse/swtbot/swt/finder/exceptions/WidgetNotFoundException' is not accessible through the ClassLoader. 19:38:12.893 WARN - Class 'org/eclipse/swtbot/swt/finder/waits/DefaultCondition' is not accessible through the ClassLoader. 19:38:12.893 WARN - Class 'org/eclipse/swtbot/swt/finder/exceptions/WidgetNotFoundException' is not accessible through the ClassLoader. 19:38:12.894 WARN - Class 'org/eclipse/swtbot/swt/finder/results/WidgetResult' is not accessible through the ClassLoader. 19:38:12.894 WARN - Class 'org/eclipse/swtbot/swt/finder/results/VoidResult' is not accessible through the ClassLoader. 19:38:12.895 WARN - Class 'org/eclipse/swtbot/swt/finder/utils/internal/Assert' is not accessible through the ClassLoader. 19:38:12.895 WARN - Class 'org/eclipse/swtbot/swt/finder/results/VoidResult' is not accessible through the ClassLoader. 19:38:12.895 WARN - Class 'org/eclipse/swtbot/swt/finder/results/ListResult' is not accessible through the ClassLoader. 19:38:12.897 WARN - Class 'org/eclipse/swtbot/swt/finder/waits/DefaultCondition' is not accessible through the ClassLoader. 19:38:12.897 WARN - Class 'org/eclipse/swtbot/swt/finder/waits/DefaultCondition' is not accessible through the ClassLoader. 19:38:12.898 WARN - Class 'org/eclipse/swtbot/swt/finder/waits/DefaultCondition' is not accessible through the ClassLoader. 19:38:12.901 INFO - Java bytecode scan done: 79 ms 19:38:12.901 INFO - Java Test Files AST scan... 19:38:12.901 INFO - 0 source files to be analyzed 19:38:12.902 INFO - Java Test Files AST scan done: 1 ms 19:38:12.902 INFO - Package design analysis... 19:38:12.903 INFO - 0/0 source files have been analyzed 19:38:12.909 INFO - Package design analysis done: 7 ms 19:38:12.910 INFO - Sensor JavaSquidSensor done: 536 ms 19:38:12.912 INFO - Sensor QProfileSensor... 19:38:12.912 INFO - Sensor QProfileSensor done: 0 ms 19:38:12.912 INFO - Sensor InitialOpenIssuesSensor... 19:38:12.926 INFO - Sensor InitialOpenIssuesSensor done: 14 ms 19:38:12.926 INFO - Sensor ProjectLinksSensor... 19:38:12.939 INFO - Sensor ProjectLinksSensor done: 13 ms 19:38:12.940 INFO - Sensor VersionEventsSensor... 19:38:12.957 INFO - Sensor VersionEventsSensor done: 17 ms 19:38:12.957 INFO - Sensor FileHashSensor... 19:38:12.958 INFO - Sensor FileHashSensor done: 1 ms 19:38:12.958 INFO - Sensor org.sonar.plugins.findbugs.FindbugsSensor@fb82931... 19:38:12.959 INFO - Execute Findbugs 3.0.1... 19:38:13.004 INFO - Findbugs output report: /home/jenkins/agent/workspace/swtbot-sonar/org.eclipse.swtbot.nebula.gallery.finder/target/sonar/findbugs-result.xml The following classes needed for analysis were missing: org.eclipse.swtbot.swt.finder.SWTBotTestCase org.eclipse.swtbot.eclipse.finder.SWTWorkbenchBot org.eclipse.swtbot.swt.finder.widgets.AbstractSWTBotControl org.eclipse.swtbot.swt.finder.results.IntResult org.eclipse.swtbot.swt.finder.results.ArrayResult org.eclipse.swtbot.swt.finder.results.VoidResult org.eclipse.swtbot.swt.finder.results.Result org.eclipse.swtbot.swt.finder.waits.DefaultCondition org.eclipse.swtbot.swt.finder.results.WidgetResult org.eclipse.swtbot.swt.finder.widgets.AbstractSWTBot org.eclipse.swtbot.swt.finder.results.ListResult org.eclipse.swtbot.swt.finder.results.StringResult org.eclipse.swtbot.swt.finder.utils.MessageFormat org.eclipse.swtbot.swt.finder.utils.StringUtils org.eclipse.swtbot.swt.finder.utils.internal.Assert org.eclipse.swtbot.swt.finder.exceptions.WidgetNotFoundException org.eclipse.swtbot.swt.finder.SWTBot org.eclipse.swtbot.swt.finder.widgets.SWTBotShell org.eclipse.swtbot.swt.finder.waits.ICondition org.eclipse.swtbot.swt.finder.matchers.WidgetMatcherFactory org.eclipse.swtbot.swt.finder.widgets.TimeoutException 19:38:14.773 INFO - Execute Findbugs 3.0.1 done: 1814 ms 19:38:14.775 INFO - Sensor org.sonar.plugins.findbugs.FindbugsSensor@fb82931 done: 1817 ms 19:38:14.775 INFO - Sensor SurefireSensor... 19:38:14.775 INFO - parsing /home/jenkins/agent/workspace/swtbot-sonar/org.eclipse.swtbot.nebula.gallery.finder/target/surefire-reports 19:38:14.775 ERROR - Reports path not found or is not a directory: /home/jenkins/agent/workspace/swtbot-sonar/org.eclipse.swtbot.nebula.gallery.finder/target/surefire-reports 19:38:14.775 INFO - Sensor SurefireSensor done: 0 ms 19:38:14.775 INFO - Sensor JaCoCoOverallSensor... 19:38:14.775 WARN - You are not using the latest JaCoCo binary format version, please consider upgrading to latest JaCoCo version. 19:38:14.775 INFO - Analysing /home/jenkins/agent/workspace/swtbot-sonar/org.eclipse.swtbot.nebula.gallery.finder/../target/jacoco.exec 19:38:14.779 WARN - You are not using the latest JaCoCo binary format version, please consider upgrading to latest JaCoCo version. 19:38:14.780 INFO - Analysing /home/jenkins/agent/workspace/swtbot-sonar/org.eclipse.swtbot.nebula.gallery.finder/target/sonar/jacoco-overall.exec 19:38:14.787 INFO - No information about coverage per test. 19:38:14.787 INFO - Sensor JaCoCoOverallSensor done: 12 ms 19:38:14.787 INFO - Sensor PmdSensor... 19:38:14.788 INFO - Execute PMD 5.4.2... 19:38:14.791 INFO - Java version: 1.6 19:38:14.793 INFO - PMD configuration: /home/jenkins/agent/workspace/swtbot-sonar/org.eclipse.swtbot.nebula.gallery.finder/target/sonar/pmd.xml 19:38:15.305 INFO - Execute PMD 5.4.2 done: 517 ms 19:38:15.306 INFO - Sensor PmdSensor done: 519 ms 19:38:15.306 INFO - Sensor CheckstyleSensor... 19:38:15.306 INFO - Execute Checkstyle ${checkstyle.version}... 19:38:15.307 INFO - Checkstyle configuration: /home/jenkins/agent/workspace/swtbot-sonar/org.eclipse.swtbot.nebula.gallery.finder/target/sonar/checkstyle.xml 19:38:15.658 INFO - Execute Checkstyle ${checkstyle.version} done: 352 ms 19:38:15.658 INFO - Sensor CheckstyleSensor done: 352 ms 19:38:15.658 INFO - Sensor JaCoCoSensor... 19:38:15.659 WARN - You are not using the latest JaCoCo binary format version, please consider upgrading to latest JaCoCo version. 19:38:15.659 INFO - Analysing /home/jenkins/agent/workspace/swtbot-sonar/org.eclipse.swtbot.nebula.gallery.finder/../target/jacoco.exec 19:38:15.669 INFO - No information about coverage per test. 19:38:15.669 INFO - Sensor JaCoCoSensor done: 11 ms 19:38:15.670 INFO - Sensor CPD Sensor (wrapped)... 19:38:15.670 INFO - JavaCpdEngine is used for java 19:38:15.670 INFO - Cross-project analysis disabled 19:38:15.685 INFO - Sensor CPD Sensor (wrapped) done: 15 ms 19:38:15.886 INFO - Execute decorators... 19:38:16.019 INFO - ------------- Scan org.eclipse.swtbot.swt.demo 19:38:16.020 INFO - Load module settings 19:38:16.121 INFO - Configure Maven plugins 19:38:16.123 INFO - Compare to previous analysis (2019-09-13) 19:38:16.125 INFO - Compare over 30 days (2019-12-25, analysis of 2019-09-13 14:36:20.0) 19:38:16.127 INFO - Compare to previous version (2019-06-14) 19:38:16.127 INFO - No quality gate is configured. 19:38:16.140 INFO - Base dir: /home/jenkins/agent/workspace/swtbot-sonar/org.eclipse.swtbot.swt.demo 19:38:16.140 INFO - Working dir: /home/jenkins/agent/workspace/swtbot-sonar/org.eclipse.swtbot.swt.demo/target/sonar 19:38:16.140 INFO - Source paths: pom.xml, src 19:38:16.140 INFO - Binary dirs: target/classes 19:38:16.140 INFO - Source encoding: UTF-8, default locale: en_US 19:38:16.141 INFO - Index files 19:38:16.141 INFO - Excluded sources: 19:38:16.141 INFO - **/util/*Switch.java 19:38:16.151 INFO - 2 files indexed 19:38:16.181 INFO - Quality profile for java: Sonar way with Findbugs 19:38:16.183 INFO - JaCoCoItSensor: JaCoCo IT report not found: /home/jenkins/agent/workspace/swtbot-sonar/org.eclipse.swtbot.swt.demo/target/jacoco-it.exec 19:38:16.185 INFO - Sensor JavaSquidSensor... 19:38:16.192 INFO - Configured Java source version (sonar.java.source): 6 19:38:16.193 INFO - JavaClasspath initialization... 19:38:16.198 INFO - JavaClasspath initialization done: 5 ms 19:38:16.198 INFO - JavaTestClasspath initialization... 19:38:16.206 INFO - JavaTestClasspath initialization done: 8 ms 19:38:16.254 INFO - Java Main Files AST scan... 19:38:16.254 INFO - 2 source files to be analyzed 19:38:16.421 INFO - Java Main Files AST scan done: 167 ms 19:38:16.421 INFO - 2/2 source files have been analyzed 19:38:16.422 INFO - Java bytecode scan... 19:38:16.441 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:38:16.442 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:38:16.442 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotTabItem' is not accessible through the ClassLoader. 19:38:16.442 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:38:16.442 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotCheckBox' is not accessible through the ClassLoader. 19:38:16.442 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:38:16.442 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:38:16.442 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotButton' is not accessible through the ClassLoader. 19:38:16.442 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotCombo' is not accessible through the ClassLoader. 19:38:16.442 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:38:16.442 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotCheckBox' is not accessible through the ClassLoader. 19:38:16.442 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:38:16.442 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotTabItem' is not accessible through the ClassLoader. 19:38:16.443 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:38:16.443 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotTabItem' is not accessible through the ClassLoader. 19:38:16.443 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:38:16.443 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotCheckBox' is not accessible through the ClassLoader. 19:38:16.443 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:38:16.443 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotCheckBox' is not accessible through the ClassLoader. 19:38:16.443 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:38:16.443 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotCheckBox' is not accessible through the ClassLoader. 19:38:16.443 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:38:16.443 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotCheckBox' is not accessible through the ClassLoader. 19:38:16.443 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:38:16.444 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotCheckBox' is not accessible through the ClassLoader. 19:38:16.444 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:38:16.444 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotButton' is not accessible through the ClassLoader. 19:38:16.444 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:38:16.444 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotShell' is not accessible through the ClassLoader. 19:38:16.444 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:38:16.444 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotButton' is not accessible through the ClassLoader. 19:38:16.444 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:38:16.444 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotShell' is not accessible through the ClassLoader. 19:38:16.444 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:38:16.444 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotButton' is not accessible through the ClassLoader. 19:38:16.445 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:38:16.445 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotTabItem' is not accessible through the ClassLoader. 19:38:16.445 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:38:16.445 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotTabItem' is not accessible through the ClassLoader. 19:38:16.445 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:38:16.445 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotTabItem' is not accessible through the ClassLoader. 19:38:16.445 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:38:16.445 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotTabItem' is not accessible through the ClassLoader. 19:38:16.445 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:38:16.445 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotTabItem' is not accessible through the ClassLoader. 19:38:16.445 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:38:16.445 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotButton' is not accessible through the ClassLoader. 19:38:16.446 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:38:16.446 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotShell' is not accessible through the ClassLoader. 19:38:16.446 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:38:16.446 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotButton' is not accessible through the ClassLoader. 19:38:16.446 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:38:16.446 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotButton' is not accessible through the ClassLoader. 19:38:16.446 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotShell' is not accessible through the ClassLoader. 19:38:16.446 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:38:16.446 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotCheckBox' is not accessible through the ClassLoader. 19:38:16.446 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:38:16.446 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotButton' is not accessible through the ClassLoader. 19:38:16.447 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:38:16.447 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotCheckBox' is not accessible through the ClassLoader. 19:38:16.447 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:38:16.447 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotButton' is not accessible through the ClassLoader. 19:38:16.447 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:38:16.447 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotRadio' is not accessible through the ClassLoader. 19:38:16.447 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:38:16.447 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotRadio' is not accessible through the ClassLoader. 19:38:16.447 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:38:16.447 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotRadio' is not accessible through the ClassLoader. 19:38:16.447 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:38:16.447 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotRadio' is not accessible through the ClassLoader. 19:38:16.448 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:38:16.448 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotCheckBox' is not accessible through the ClassLoader. 19:38:16.448 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:38:16.448 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotCheckBox' is not accessible through the ClassLoader. 19:38:16.448 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:38:16.448 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotCheckBox' is not accessible through the ClassLoader. 19:38:16.448 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:38:16.448 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotCheckBox' is not accessible through the ClassLoader. 19:38:16.448 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:38:16.448 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotCheckBox' is not accessible through the ClassLoader. 19:38:16.448 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:38:16.449 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotCheckBox' is not accessible through the ClassLoader. 19:38:16.449 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:38:16.449 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotCheckBox' is not accessible through the ClassLoader. 19:38:16.449 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:38:16.449 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotCheckBox' is not accessible through the ClassLoader. 19:38:16.464 INFO - Java bytecode scan done: 42 ms 19:38:16.464 INFO - Java Test Files AST scan... 19:38:16.464 INFO - 0 source files to be analyzed 19:38:16.464 INFO - Java Test Files AST scan done: 0 ms 19:38:16.464 INFO - Package design analysis... 19:38:16.464 INFO - Package design analysis done: 0 ms 19:38:16.465 INFO - Sensor JavaSquidSensor done: 280 ms 19:38:16.465 INFO - Sensor QProfileSensor... 19:38:16.465 INFO - Sensor QProfileSensor done: 0 ms 19:38:16.465 INFO - Sensor InitialOpenIssuesSensor... 19:38:16.466 INFO - 0/0 source files have been analyzed 19:38:16.490 INFO - Sensor InitialOpenIssuesSensor done: 25 ms 19:38:16.490 INFO - Sensor ProjectLinksSensor... 19:38:16.506 INFO - Sensor ProjectLinksSensor done: 16 ms 19:38:16.507 INFO - Sensor VersionEventsSensor... 19:38:16.516 INFO - Sensor VersionEventsSensor done: 9 ms 19:38:16.516 INFO - Sensor FileHashSensor... 19:38:16.517 INFO - Sensor FileHashSensor done: 1 ms 19:38:16.517 INFO - Sensor org.sonar.plugins.findbugs.FindbugsSensor@41b67ad4... 19:38:16.517 INFO - Execute Findbugs 3.0.1... 19:38:16.559 INFO - Findbugs output report: /home/jenkins/agent/workspace/swtbot-sonar/org.eclipse.swtbot.swt.demo/target/sonar/findbugs-result.xml The following classes needed for analysis were missing: org.eclipse.swtbot.swt.finder.SWTBot org.eclipse.swtbot.swt.finder.widgets.SWTBotTabItem org.eclipse.swtbot.swt.finder.widgets.SWTBotCheckBox org.eclipse.swtbot.swt.finder.widgets.SWTBotButton org.eclipse.swtbot.swt.finder.widgets.SWTBotCombo org.eclipse.swtbot.swt.finder.widgets.SWTBotShell org.eclipse.swtbot.swt.finder.widgets.SWTBotRadio org.eclipse.swt.examples.controlexample.ControlExample 19:38:17.854 INFO - Execute Findbugs 3.0.1 done: 1337 ms 19:38:17.856 INFO - Sensor org.sonar.plugins.findbugs.FindbugsSensor@41b67ad4 done: 1339 ms 19:38:17.856 INFO - Sensor SurefireSensor... 19:38:17.856 INFO - parsing /home/jenkins/agent/workspace/swtbot-sonar/org.eclipse.swtbot.swt.demo/target/surefire-reports 19:38:17.856 ERROR - Reports path not found or is not a directory: /home/jenkins/agent/workspace/swtbot-sonar/org.eclipse.swtbot.swt.demo/target/surefire-reports 19:38:17.856 INFO - Sensor SurefireSensor done: 0 ms 19:38:17.856 INFO - Sensor JaCoCoOverallSensor... 19:38:17.856 WARN - You are not using the latest JaCoCo binary format version, please consider upgrading to latest JaCoCo version. 19:38:17.856 INFO - Analysing /home/jenkins/agent/workspace/swtbot-sonar/org.eclipse.swtbot.swt.demo/../target/jacoco.exec 19:38:17.861 WARN - You are not using the latest JaCoCo binary format version, please consider upgrading to latest JaCoCo version. 19:38:17.861 INFO - Analysing /home/jenkins/agent/workspace/swtbot-sonar/org.eclipse.swtbot.swt.demo/target/sonar/jacoco-overall.exec 19:38:17.864 INFO - No information about coverage per test. 19:38:17.864 INFO - Sensor JaCoCoOverallSensor done: 8 ms 19:38:17.864 INFO - Sensor PmdSensor... 19:38:17.865 INFO - Execute PMD 5.4.2... 19:38:17.866 INFO - Java version: 1.6 19:38:17.868 INFO - PMD configuration: /home/jenkins/agent/workspace/swtbot-sonar/org.eclipse.swtbot.swt.demo/target/sonar/pmd.xml 19:38:18.417 INFO - Execute PMD 5.4.2 done: 552 ms 19:38:18.420 INFO - Sensor PmdSensor done: 556 ms 19:38:18.420 INFO - Sensor CheckstyleSensor... 19:38:18.421 INFO - Execute Checkstyle ${checkstyle.version}... 19:38:18.422 INFO - Checkstyle configuration: /home/jenkins/agent/workspace/swtbot-sonar/org.eclipse.swtbot.swt.demo/target/sonar/checkstyle.xml 19:38:18.756 INFO - Execute Checkstyle ${checkstyle.version} done: 335 ms 19:38:18.756 INFO - Sensor CheckstyleSensor done: 336 ms 19:38:18.756 INFO - Sensor JaCoCoSensor... 19:38:18.757 WARN - You are not using the latest JaCoCo binary format version, please consider upgrading to latest JaCoCo version. 19:38:18.757 INFO - Analysing /home/jenkins/agent/workspace/swtbot-sonar/org.eclipse.swtbot.swt.demo/../target/jacoco.exec 19:38:18.762 INFO - No information about coverage per test. 19:38:18.762 INFO - Sensor JaCoCoSensor done: 6 ms 19:38:18.762 INFO - Sensor CPD Sensor (wrapped)... 19:38:18.762 INFO - JavaCpdEngine is used for java 19:38:18.762 INFO - Cross-project analysis disabled 19:38:18.767 INFO - Sensor CPD Sensor (wrapped) done: 5 ms 19:38:18.929 INFO - Execute decorators... 19:38:19.031 INFO - ------------- Scan org.eclipse.swtbot.swt.finder 19:38:19.032 INFO - Load module settings 19:38:19.108 INFO - Configure Maven plugins 19:38:19.110 INFO - Compare to previous analysis (2019-09-13) 19:38:19.112 INFO - Compare over 30 days (2019-12-25, analysis of 2019-09-13 14:36:20.0) 19:38:19.114 INFO - Compare to previous version (2019-06-14) 19:38:19.114 INFO - No quality gate is configured. 19:38:19.128 INFO - Base dir: /home/jenkins/agent/workspace/swtbot-sonar/org.eclipse.swtbot.swt.finder 19:38:19.129 INFO - Working dir: /home/jenkins/agent/workspace/swtbot-sonar/org.eclipse.swtbot.swt.finder/target/sonar 19:38:19.129 INFO - Source paths: pom.xml, src 19:38:19.129 INFO - Binary dirs: target/classes 19:38:19.129 INFO - Source encoding: UTF-8, default locale: en_US 19:38:19.129 INFO - Index files 19:38:19.129 INFO - Excluded sources: 19:38:19.129 INFO - **/util/*Switch.java 19:38:19.262 INFO - 159 files indexed 19:38:20.334 INFO - Quality profile for java: Sonar way with Findbugs 19:38:20.362 INFO - JaCoCoItSensor: JaCoCo IT report not found: /home/jenkins/agent/workspace/swtbot-sonar/org.eclipse.swtbot.swt.finder/target/jacoco-it.exec 19:38:20.368 INFO - Sensor JavaSquidSensor... 19:38:20.370 INFO - Configured Java source version (sonar.java.source): 6 19:38:20.371 INFO - JavaClasspath initialization... 19:38:20.383 INFO - JavaClasspath initialization done: 12 ms 19:38:20.383 INFO - JavaTestClasspath initialization... 19:38:20.458 INFO - JavaTestClasspath initialization done: 75 ms 19:38:20.474 INFO - Java Main Files AST scan... 19:38:20.474 INFO - 159 source files to be analyzed 19:38:30.476 INFO - 146/159 files analyzed, current file: /home/jenkins/agent/workspace/swtbot-sonar/org.eclipse.swtbot.swt.finder/src/org/eclipse/swtbot/swt/finder/widgets/SWTBotText.java 19:38:31.475 INFO - Java Main Files AST scan done: 11001 ms 19:38:31.475 INFO - 159/159 source files have been analyzed 19:38:31.491 INFO - Java bytecode scan... 19:38:31.793 INFO - Java bytecode scan done: 302 ms 19:38:31.793 INFO - Java Test Files AST scan... 19:38:31.794 INFO - 0 source files to be analyzed 19:38:31.794 INFO - Java Test Files AST scan done: 1 ms 19:38:31.795 INFO - 0/0 source files have been analyzed 19:38:31.795 INFO - Package design analysis... 19:38:32.198 INFO - Package design analysis done: 403 ms 19:38:32.208 INFO - Sensor JavaSquidSensor done: 11840 ms 19:38:32.209 INFO - Sensor QProfileSensor... 19:38:32.210 INFO - Sensor QProfileSensor done: 1 ms 19:38:32.210 INFO - Sensor InitialOpenIssuesSensor... 19:38:32.330 INFO - Sensor InitialOpenIssuesSensor done: 120 ms 19:38:32.330 INFO - Sensor ProjectLinksSensor... 19:38:32.342 INFO - Sensor ProjectLinksSensor done: 12 ms 19:38:32.343 INFO - Sensor VersionEventsSensor... 19:38:32.350 INFO - Sensor VersionEventsSensor done: 7 ms 19:38:32.350 INFO - Sensor FileHashSensor... 19:38:32.353 INFO - Sensor FileHashSensor done: 3 ms 19:38:32.354 INFO - Sensor org.sonar.plugins.findbugs.FindbugsSensor@1ecdf7e7... 19:38:32.363 INFO - Execute Findbugs 3.0.1... 19:38:32.460 INFO - Findbugs output report: /home/jenkins/agent/workspace/swtbot-sonar/org.eclipse.swtbot.swt.finder/target/sonar/findbugs-result.xml 19:38:48.486 INFO - Execute Findbugs 3.0.1 done: 16123 ms 19:38:48.491 INFO - Sensor org.sonar.plugins.findbugs.FindbugsSensor@1ecdf7e7 done: 16137 ms 19:38:48.491 INFO - Sensor SurefireSensor... 19:38:48.491 INFO - parsing /home/jenkins/agent/workspace/swtbot-sonar/org.eclipse.swtbot.swt.finder/target/surefire-reports 19:38:48.491 ERROR - Reports path not found or is not a directory: /home/jenkins/agent/workspace/swtbot-sonar/org.eclipse.swtbot.swt.finder/target/surefire-reports 19:38:48.492 INFO - Sensor SurefireSensor done: 1 ms 19:38:48.492 INFO - Sensor JaCoCoOverallSensor... 19:38:48.492 WARN - You are not using the latest JaCoCo binary format version, please consider upgrading to latest JaCoCo version. 19:38:48.492 INFO - Analysing /home/jenkins/agent/workspace/swtbot-sonar/org.eclipse.swtbot.swt.finder/../target/jacoco.exec 19:38:48.504 WARN - You are not using the latest JaCoCo binary format version, please consider upgrading to latest JaCoCo version. 19:38:48.505 INFO - Analysing /home/jenkins/agent/workspace/swtbot-sonar/org.eclipse.swtbot.swt.finder/target/sonar/jacoco-overall.exec 19:38:48.680 INFO - No information about coverage per test. 19:38:48.680 INFO - Sensor JaCoCoOverallSensor done: 188 ms 19:38:48.680 INFO - Sensor PmdSensor... 19:38:48.680 INFO - Execute PMD 5.4.2... 19:38:48.681 INFO - Java version: 1.6 19:38:48.685 INFO - PMD configuration: /home/jenkins/agent/workspace/swtbot-sonar/org.eclipse.swtbot.swt.finder/target/sonar/pmd.xml 19:38:54.295 INFO - Execute PMD 5.4.2 done: 5615 ms 19:38:54.312 INFO - Sensor PmdSensor done: 5632 ms 19:38:54.312 INFO - Sensor CheckstyleSensor... 19:38:54.312 INFO - Execute Checkstyle ${checkstyle.version}... 19:38:54.314 INFO - Checkstyle configuration: /home/jenkins/agent/workspace/swtbot-sonar/org.eclipse.swtbot.swt.finder/target/sonar/checkstyle.xml 19:38:56.787 INFO - Execute Checkstyle ${checkstyle.version} done: 2475 ms 19:38:56.787 INFO - Sensor CheckstyleSensor done: 2475 ms 19:38:56.788 INFO - Sensor JaCoCoSensor... 19:38:56.797 WARN - You are not using the latest JaCoCo binary format version, please consider upgrading to latest JaCoCo version. 19:38:56.797 INFO - Analysing /home/jenkins/agent/workspace/swtbot-sonar/org.eclipse.swtbot.swt.finder/../target/jacoco.exec 19:38:56.974 INFO - No information about coverage per test. 19:38:56.975 INFO - Sensor JaCoCoSensor done: 187 ms 19:38:56.975 INFO - Sensor CPD Sensor (wrapped)... 19:38:56.975 INFO - JavaCpdEngine is used for java 19:38:56.980 INFO - Cross-project analysis disabled 19:38:57.414 INFO - Sensor CPD Sensor (wrapped) done: 439 ms 19:38:57.655 INFO - Execute decorators... 19:38:59.482 INFO - ------------- Scan org.eclipse.swt.examples 19:38:59.486 INFO - Load module settings 19:38:59.591 INFO - Configure Maven plugins 19:38:59.593 INFO - Compare to previous analysis (2019-09-13) 19:38:59.595 INFO - Compare over 30 days (2019-12-25, analysis of 2019-09-13 14:36:20.0) 19:38:59.597 INFO - Compare to previous version (2019-06-14) 19:38:59.597 INFO - No quality gate is configured. 19:38:59.611 INFO - Base dir: /home/jenkins/agent/workspace/swtbot-sonar/org.eclipse.swt.examples 19:38:59.611 INFO - Working dir: /home/jenkins/agent/workspace/swtbot-sonar/org.eclipse.swt.examples/target/sonar 19:38:59.612 INFO - Source paths: pom.xml, src 19:38:59.612 INFO - Binary dirs: target/classes 19:38:59.612 INFO - Source encoding: UTF-8, default locale: en_US 19:38:59.612 INFO - Index files 19:38:59.613 INFO - Excluded sources: 19:38:59.613 INFO - **/util/*Switch.java 19:39:00.310 INFO - 135 files indexed 19:39:01.238 INFO - Quality profile for java: Sonar way with Findbugs 19:39:01.265 INFO - JaCoCoItSensor: JaCoCo IT report not found: /home/jenkins/agent/workspace/swtbot-sonar/org.eclipse.swt.examples/target/jacoco-it.exec 19:39:01.272 INFO - Sensor JavaSquidSensor... 19:39:01.276 INFO - Configured Java source version (sonar.java.source): 6 19:39:01.276 INFO - JavaClasspath initialization... 19:39:01.349 INFO - JavaClasspath initialization done: 73 ms 19:39:01.349 INFO - JavaTestClasspath initialization... 19:39:01.460 INFO - JavaTestClasspath initialization done: 111 ms 19:39:01.475 INFO - Java Main Files AST scan... 19:39:01.475 INFO - 135 source files to be analyzed 19:39:11.476 INFO - 67/135 files analyzed, current file: /home/jenkins/agent/workspace/swtbot-sonar/org.eclipse.swt.examples/src/org/eclipse/swt/examples/graphics/GraphicsExample.java 19:39:18.746 INFO - Java Main Files AST scan done: 17270 ms 19:39:18.746 INFO - 135/135 source files have been analyzed 19:39:18.771 INFO - Java bytecode scan... 19:39:19.318 INFO - Java bytecode scan done: 547 ms 19:39:19.319 INFO - Java Test Files AST scan... 19:39:19.320 INFO - 0 source files to be analyzed 19:39:19.321 INFO - Java Test Files AST scan done: 2 ms 19:39:19.322 INFO - 0/0 source files have been analyzed 19:39:19.322 INFO - Package design analysis... 19:39:19.547 INFO - Package design analysis done: 225 ms 19:39:20.320 INFO - Sensor JavaSquidSensor done: 19048 ms 19:39:20.323 INFO - Sensor QProfileSensor... 19:39:20.324 INFO - Sensor QProfileSensor done: 2 ms 19:39:20.324 INFO - Sensor InitialOpenIssuesSensor... 19:39:21.674 INFO - Sensor InitialOpenIssuesSensor done: 1350 ms 19:39:21.674 INFO - Sensor ProjectLinksSensor... 19:39:21.704 INFO - Sensor ProjectLinksSensor done: 30 ms 19:39:21.708 INFO - Sensor VersionEventsSensor... 19:39:21.724 INFO - Sensor VersionEventsSensor done: 16 ms 19:39:21.724 INFO - Sensor FileHashSensor... 19:39:21.728 INFO - Sensor FileHashSensor done: 4 ms 19:39:21.728 INFO - Sensor org.sonar.plugins.findbugs.FindbugsSensor@7f513c9f... 19:39:21.740 INFO - Execute Findbugs 3.0.1... 19:39:21.863 INFO - Findbugs output report: /home/jenkins/agent/workspace/swtbot-sonar/org.eclipse.swt.examples/target/sonar/findbugs-result.xml 19:39:48.063 INFO - Execute Findbugs 3.0.1 done: 26323 ms 19:39:48.077 INFO - Sensor org.sonar.plugins.findbugs.FindbugsSensor@7f513c9f done: 26349 ms 19:39:48.077 INFO - Sensor SurefireSensor... 19:39:48.077 INFO - parsing /home/jenkins/agent/workspace/swtbot-sonar/org.eclipse.swt.examples/target/surefire-reports 19:39:48.077 ERROR - Reports path not found or is not a directory: /home/jenkins/agent/workspace/swtbot-sonar/org.eclipse.swt.examples/target/surefire-reports 19:39:48.077 INFO - Sensor SurefireSensor done: 0 ms 19:39:48.077 INFO - Sensor JaCoCoOverallSensor... 19:39:48.077 WARN - You are not using the latest JaCoCo binary format version, please consider upgrading to latest JaCoCo version. 19:39:48.077 INFO - Analysing /home/jenkins/agent/workspace/swtbot-sonar/org.eclipse.swt.examples/../target/jacoco.exec 19:39:48.096 WARN - You are not using the latest JaCoCo binary format version, please consider upgrading to latest JaCoCo version. 19:39:48.096 INFO - Analysing /home/jenkins/agent/workspace/swtbot-sonar/org.eclipse.swt.examples/target/sonar/jacoco-overall.exec 19:39:48.314 INFO - No information about coverage per test. 19:39:48.314 INFO - Sensor JaCoCoOverallSensor done: 237 ms 19:39:48.314 INFO - Sensor PmdSensor... 19:39:48.315 INFO - Execute PMD 5.4.2... 19:39:48.317 INFO - Java version: 1.6 19:39:48.320 INFO - PMD configuration: /home/jenkins/agent/workspace/swtbot-sonar/org.eclipse.swt.examples/target/sonar/pmd.xml 19:39:56.429 INFO - Execute PMD 5.4.2 done: 8114 ms 19:39:56.491 INFO - Sensor PmdSensor done: 8177 ms 19:39:56.491 INFO - Sensor CheckstyleSensor... 19:39:56.491 INFO - Execute Checkstyle ${checkstyle.version}... 19:39:56.494 INFO - Checkstyle configuration: /home/jenkins/agent/workspace/swtbot-sonar/org.eclipse.swt.examples/target/sonar/checkstyle.xml 19:40:00.670 INFO - Execute Checkstyle ${checkstyle.version} done: 4179 ms 19:40:00.670 INFO - Sensor CheckstyleSensor done: 4179 ms 19:40:00.670 INFO - Sensor JaCoCoSensor... 19:40:00.683 WARN - You are not using the latest JaCoCo binary format version, please consider upgrading to latest JaCoCo version. 19:40:00.683 INFO - Analysing /home/jenkins/agent/workspace/swtbot-sonar/org.eclipse.swt.examples/../target/jacoco.exec 19:40:00.898 INFO - No information about coverage per test. 19:40:00.898 INFO - Sensor JaCoCoSensor done: 228 ms 19:40:00.898 INFO - Sensor CPD Sensor (wrapped)... 19:40:00.898 INFO - JavaCpdEngine is used for java 19:40:00.902 INFO - Cross-project analysis disabled 19:40:01.689 INFO - Sensor CPD Sensor (wrapped) done: 791 ms 19:40:01.901 INFO - Execute decorators... 19:40:04.729 INFO - ------------- Scan org.eclipse.ui.forms.examples 19:40:04.731 INFO - Load module settings 19:40:04.827 INFO - Configure Maven plugins 19:40:04.830 INFO - Compare to previous analysis (2019-09-13) 19:40:04.831 INFO - Compare over 30 days (2019-12-25, analysis of 2019-09-13 14:36:20.0) 19:40:04.833 INFO - Compare to previous version (2019-06-14) 19:40:04.833 INFO - No quality gate is configured. 19:40:04.847 INFO - Base dir: /home/jenkins/agent/workspace/swtbot-sonar/org.eclipse.ui.forms.examples 19:40:04.847 INFO - Working dir: /home/jenkins/agent/workspace/swtbot-sonar/org.eclipse.ui.forms.examples/target/sonar 19:40:04.848 INFO - Source paths: pom.xml, src 19:40:04.848 INFO - Binary dirs: target/classes 19:40:04.848 INFO - Source encoding: UTF-8, default locale: en_US 19:40:04.848 INFO - Index files 19:40:04.848 INFO - Excluded sources: 19:40:04.848 INFO - **/util/*Switch.java 19:40:04.872 INFO - 28 files indexed 19:40:05.053 INFO - Quality profile for java: Sonar way with Findbugs 19:40:05.062 INFO - JaCoCoItSensor: JaCoCo IT report not found: /home/jenkins/agent/workspace/swtbot-sonar/org.eclipse.ui.forms.examples/target/jacoco-it.exec 19:40:05.065 INFO - Sensor JavaSquidSensor... 19:40:05.069 INFO - Configured Java source version (sonar.java.source): 6 19:40:05.069 INFO - JavaClasspath initialization... 19:40:05.109 INFO - JavaClasspath initialization done: 40 ms 19:40:05.109 INFO - JavaTestClasspath initialization... 19:40:05.162 INFO - JavaTestClasspath initialization done: 53 ms 19:40:05.176 INFO - Java Main Files AST scan... 19:40:05.176 INFO - 28 source files to be analyzed 19:40:05.356 ERROR - Class not found: org.osgi.annotation.versioning.ConsumerType 19:40:05.357 ERROR - Class not found: org.osgi.annotation.versioning.ProviderType 19:40:06.344 ERROR - Class not found: org.osgi.annotation.versioning.ConsumerType 19:40:06.344 ERROR - Class not found: org.osgi.annotation.versioning.ProviderType 19:40:06.902 ERROR - Class not found: org.osgi.annotation.versioning.ConsumerType 19:40:06.903 ERROR - Class not found: org.osgi.annotation.versioning.ProviderType 19:40:07.314 ERROR - Class not found: org.osgi.annotation.versioning.ConsumerType 19:40:07.315 ERROR - Class not found: org.osgi.annotation.versioning.ProviderType 19:40:07.733 ERROR - Class not found: org.osgi.annotation.versioning.ConsumerType 19:40:07.733 ERROR - Class not found: org.osgi.annotation.versioning.ProviderType 19:40:07.890 ERROR - Class not found: org.osgi.annotation.versioning.ConsumerType 19:40:07.890 ERROR - Class not found: org.osgi.annotation.versioning.ProviderType 19:40:08.080 ERROR - Class not found: org.osgi.annotation.versioning.ConsumerType 19:40:08.081 ERROR - Class not found: org.osgi.annotation.versioning.ProviderType 19:40:08.299 ERROR - Class not found: org.osgi.annotation.versioning.ConsumerType 19:40:08.299 ERROR - Class not found: org.osgi.annotation.versioning.ProviderType 19:40:08.600 ERROR - Class not found: org.osgi.annotation.versioning.ConsumerType 19:40:08.601 ERROR - Class not found: org.osgi.annotation.versioning.ProviderType 19:40:09.424 ERROR - Class not found: org.osgi.annotation.versioning.ConsumerType 19:40:09.424 ERROR - Class not found: org.osgi.annotation.versioning.ProviderType 19:40:09.559 INFO - Java Main Files AST scan done: 4383 ms 19:40:09.560 INFO - 28/28 source files have been analyzed 19:40:09.563 INFO - Java bytecode scan... 19:40:09.768 INFO - Java bytecode scan done: 205 ms 19:40:09.768 INFO - Java Test Files AST scan... 19:40:09.768 INFO - 0 source files to be analyzed 19:40:09.769 INFO - Java Test Files AST scan done: 1 ms 19:40:09.769 INFO - Package design analysis... 19:40:09.769 INFO - 0/0 source files have been analyzed 19:40:09.801 INFO - Package design analysis done: 32 ms 19:40:09.802 INFO - Sensor JavaSquidSensor done: 4737 ms 19:40:09.804 INFO - Sensor QProfileSensor... 19:40:09.805 INFO - Sensor QProfileSensor done: 1 ms 19:40:09.805 INFO - Sensor InitialOpenIssuesSensor... 19:40:09.836 INFO - Sensor InitialOpenIssuesSensor done: 31 ms 19:40:09.837 INFO - Sensor ProjectLinksSensor... 19:40:09.851 INFO - Sensor ProjectLinksSensor done: 14 ms 19:40:09.852 INFO - Sensor VersionEventsSensor... 19:40:09.859 INFO - Sensor VersionEventsSensor done: 7 ms 19:40:09.859 INFO - Sensor FileHashSensor... 19:40:09.861 INFO - Sensor FileHashSensor done: 2 ms 19:40:09.861 INFO - Sensor org.sonar.plugins.findbugs.FindbugsSensor@24427b67... 19:40:09.863 INFO - Execute Findbugs 3.0.1... 19:40:09.920 INFO - Findbugs output report: /home/jenkins/agent/workspace/swtbot-sonar/org.eclipse.ui.forms.examples/target/sonar/findbugs-result.xml 19:40:15.517 INFO - Execute Findbugs 3.0.1 done: 5654 ms 19:40:15.521 INFO - Sensor org.sonar.plugins.findbugs.FindbugsSensor@24427b67 done: 5660 ms 19:40:15.522 INFO - Sensor SurefireSensor... 19:40:15.522 INFO - parsing /home/jenkins/agent/workspace/swtbot-sonar/org.eclipse.ui.forms.examples/target/surefire-reports 19:40:15.522 ERROR - Reports path not found or is not a directory: /home/jenkins/agent/workspace/swtbot-sonar/org.eclipse.ui.forms.examples/target/surefire-reports 19:40:15.522 INFO - Sensor SurefireSensor done: 0 ms 19:40:15.522 INFO - Sensor JaCoCoOverallSensor... 19:40:15.522 WARN - You are not using the latest JaCoCo binary format version, please consider upgrading to latest JaCoCo version. 19:40:15.522 INFO - Analysing /home/jenkins/agent/workspace/swtbot-sonar/org.eclipse.ui.forms.examples/../target/jacoco.exec 19:40:15.529 WARN - You are not using the latest JaCoCo binary format version, please consider upgrading to latest JaCoCo version. 19:40:15.529 INFO - Analysing /home/jenkins/agent/workspace/swtbot-sonar/org.eclipse.ui.forms.examples/target/sonar/jacoco-overall.exec 19:40:15.556 INFO - No information about coverage per test. 19:40:15.556 INFO - Sensor JaCoCoOverallSensor done: 34 ms 19:40:15.556 INFO - Sensor PmdSensor... 19:40:15.557 INFO - Execute PMD 5.4.2... 19:40:15.560 INFO - Java version: 1.6 19:40:15.563 INFO - PMD configuration: /home/jenkins/agent/workspace/swtbot-sonar/org.eclipse.ui.forms.examples/target/sonar/pmd.xml 19:40:16.817 INFO - Execute PMD 5.4.2 done: 1260 ms 19:40:16.823 INFO - Sensor PmdSensor done: 1267 ms 19:40:16.823 INFO - Sensor CheckstyleSensor... 19:40:16.823 INFO - Execute Checkstyle ${checkstyle.version}... 19:40:16.825 INFO - Checkstyle configuration: /home/jenkins/agent/workspace/swtbot-sonar/org.eclipse.ui.forms.examples/target/sonar/checkstyle.xml 19:40:17.422 INFO - Execute Checkstyle ${checkstyle.version} done: 599 ms 19:40:17.422 INFO - Sensor CheckstyleSensor done: 599 ms 19:40:17.422 INFO - Sensor JaCoCoSensor... 19:40:17.425 WARN - You are not using the latest JaCoCo binary format version, please consider upgrading to latest JaCoCo version. 19:40:17.425 INFO - Analysing /home/jenkins/agent/workspace/swtbot-sonar/org.eclipse.ui.forms.examples/../target/jacoco.exec 19:40:17.456 INFO - No information about coverage per test. 19:40:17.456 INFO - Sensor JaCoCoSensor done: 34 ms 19:40:17.456 INFO - Sensor CPD Sensor (wrapped)... 19:40:17.456 INFO - JavaCpdEngine is used for java 19:40:17.457 INFO - Cross-project analysis disabled 19:40:17.519 INFO - Sensor CPD Sensor (wrapped) done: 63 ms 19:40:17.720 INFO - Execute decorators... 19:40:18.029 INFO - ------------- Scan org.eclipse.swtbot.nebula.nattable.finder 19:40:18.030 INFO - Load module settings 19:40:18.129 INFO - Configure Maven plugins 19:40:18.132 INFO - Compare to previous analysis (2019-09-13) 19:40:18.133 INFO - Compare over 30 days (2019-12-25, analysis of 2019-09-13 14:36:20.0) 19:40:18.135 INFO - Compare to previous version (2019-06-14) 19:40:18.136 INFO - No quality gate is configured. 19:40:18.167 INFO - Base dir: /home/jenkins/agent/workspace/swtbot-sonar/org.eclipse.swtbot.nebula.nattable.finder 19:40:18.167 INFO - Working dir: /home/jenkins/agent/workspace/swtbot-sonar/org.eclipse.swtbot.nebula.nattable.finder/target/sonar 19:40:18.167 INFO - Source paths: pom.xml, src 19:40:18.167 INFO - Binary dirs: target/classes 19:40:18.167 INFO - Source encoding: UTF-8, default locale: en_US 19:40:18.167 INFO - Index files 19:40:18.168 INFO - Excluded sources: 19:40:18.168 INFO - **/util/*Switch.java 19:40:18.181 INFO - 5 files indexed 19:40:18.237 INFO - Quality profile for java: Sonar way with Findbugs 19:40:18.245 INFO - JaCoCoItSensor: JaCoCo IT report not found: /home/jenkins/agent/workspace/swtbot-sonar/org.eclipse.swtbot.nebula.nattable.finder/target/jacoco-it.exec 19:40:18.248 INFO - Sensor JavaSquidSensor... 19:40:18.254 INFO - Configured Java source version (sonar.java.source): 6 19:40:18.254 INFO - JavaClasspath initialization... 19:40:18.275 INFO - JavaClasspath initialization done: 21 ms 19:40:18.275 INFO - JavaTestClasspath initialization... 19:40:18.303 INFO - JavaTestClasspath initialization done: 28 ms 19:40:18.311 INFO - Java Main Files AST scan... 19:40:18.311 INFO - 5 source files to be analyzed 19:40:18.402 ERROR - Class not found: org.eclipse.swtbot.swt.finder.widgets.AbstractSWTBot 19:40:18.402 ERROR - Class not found: org.eclipse.swtbot.swt.finder.SWTBotWidget 19:40:18.402 ERROR - Class not found: org.eclipse.swtbot.swt.finder.ReferenceBy 19:40:18.402 ERROR - Class not found: org.eclipse.swtbot.swt.finder.exceptions.WidgetNotFoundException 19:40:18.403 ERROR - Class not found: org.eclipse.swtbot.swt.finder.widgets.SWTBotRootMenu 19:40:18.519 ERROR - Class not found: org.eclipse.swtbot.swt.finder.waits.WaitForPopupMenu 19:40:18.645 ERROR - Class not found: org.eclipse.swtbot.swt.finder.widgets.SWTBotMenu 19:40:18.646 ERROR - Class not found: org.eclipse.swtbot.swt.finder.exceptions.WidgetNotFoundException 19:40:18.646 ERROR - Class not found: org.eclipse.swtbot.swt.finder.widgets.SWTBotRootMenu 19:40:18.646 ERROR - Class not found: org.eclipse.swtbot.swt.finder.waits.WaitForObjectCondition 19:40:18.863 ERROR - Class not found: org.eclipse.swtbot.swt.finder.widgets.SWTBotMenu 19:40:18.863 ERROR - Class not found: org.eclipse.swtbot.swt.finder.exceptions.WidgetNotFoundException 19:40:18.864 ERROR - Class not found: org.eclipse.swtbot.swt.finder.widgets.SWTBotRootMenu 19:40:18.864 ERROR - Class not found: org.eclipse.swtbot.swt.finder.waits.WaitForObjectCondition 19:40:18.961 INFO - Java Main Files AST scan done: 650 ms 19:40:18.961 INFO - 5/5 source files have been analyzed 19:40:18.963 INFO - Java bytecode scan... 19:40:18.982 WARN - Class 'org/eclipse/swtbot/eclipse/finder/SWTWorkbenchBot' is not accessible through the ClassLoader. 19:40:18.982 WARN - Class 'org/eclipse/swtbot/eclipse/finder/SWTWorkbenchBot' is not accessible through the ClassLoader. 19:40:18.982 WARN - Class 'org/eclipse/swtbot/swt/finder/matchers/WidgetMatcherFactory' is not accessible through the ClassLoader. 19:40:18.982 WARN - Class 'org/eclipse/swtbot/swt/finder/matchers/WidgetMatcherFactory' is not accessible through the ClassLoader. 19:40:18.983 WARN - Class 'org/eclipse/swtbot/swt/finder/matchers/WidgetMatcherFactory' is not accessible through the ClassLoader. 19:40:18.983 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/AbstractSWTBot' is not accessible through the ClassLoader. 19:40:18.983 WARN - Class 'org/eclipse/swtbot/swt/finder/exceptions/WidgetNotFoundException' is not accessible through the ClassLoader. 19:40:18.983 WARN - Class 'org/eclipse/swtbot/swt/finder/exceptions/WidgetNotFoundException' is not accessible through the ClassLoader. 19:40:18.984 WARN - Class 'org/eclipse/swtbot/swt/finder/exceptions/WidgetNotFoundException' is not accessible through the ClassLoader. 19:40:18.984 WARN - Class 'org/eclipse/swtbot/swt/finder/exceptions/WidgetNotFoundException' is not accessible through the ClassLoader. 19:40:18.984 WARN - Class 'org/eclipse/swtbot/swt/finder/matchers/WidgetMatcherFactory' is not accessible through the ClassLoader. 19:40:18.984 WARN - Class 'org/eclipse/swtbot/swt/finder/matchers/WidgetMatcherFactory' is not accessible through the ClassLoader. 19:40:18.984 WARN - Class 'org/eclipse/swtbot/swt/finder/matchers/WidgetMatcherFactory' is not accessible through the ClassLoader. 19:40:18.985 WARN - Class 'org/eclipse/swtbot/swt/finder/matchers/WidgetMatcherFactory' is not accessible through the ClassLoader. 19:40:18.985 WARN - Class 'org/eclipse/swtbot/swt/finder/matchers/WidgetMatcherFactory' is not accessible through the ClassLoader. 19:40:18.985 WARN - Class 'org/eclipse/swtbot/swt/finder/matchers/WidgetMatcherFactory' is not accessible through the ClassLoader. 19:40:18.985 WARN - Class 'org/eclipse/swtbot/swt/finder/matchers/WidgetMatcherFactory' is not accessible through the ClassLoader. 19:40:18.985 WARN - Class 'org/eclipse/swtbot/swt/finder/matchers/WidgetMatcherFactory' is not accessible through the ClassLoader. 19:40:18.986 WARN - Class 'org/eclipse/swtbot/swt/finder/matchers/WidgetMatcherFactory' is not accessible through the ClassLoader. 19:40:18.986 WARN - Class 'org/eclipse/swtbot/swt/finder/matchers/WidgetMatcherFactory' is not accessible through the ClassLoader. 19:40:18.986 WARN - Class 'org/eclipse/swtbot/swt/finder/matchers/WidgetMatcherFactory' is not accessible through the ClassLoader. 19:40:18.986 WARN - Class 'org/eclipse/swtbot/swt/finder/matchers/WidgetMatcherFactory' is not accessible through the ClassLoader. 19:40:18.986 WARN - Class 'org/eclipse/swtbot/swt/finder/matchers/WidgetMatcherFactory' is not accessible through the ClassLoader. 19:40:18.986 WARN - Class 'org/eclipse/swtbot/swt/finder/matchers/WidgetMatcherFactory' is not accessible through the ClassLoader. 19:40:18.987 WARN - Class 'org/eclipse/swtbot/swt/finder/matchers/WidgetMatcherFactory' is not accessible through the ClassLoader. 19:40:18.987 WARN - Class 'org/eclipse/swtbot/eclipse/finder/SWTWorkbenchBot' is not accessible through the ClassLoader. 19:40:18.987 WARN - Class 'org/eclipse/swtbot/eclipse/finder/SWTWorkbenchBot' is not accessible through the ClassLoader. 19:40:18.987 WARN - Class 'org/eclipse/swtbot/eclipse/finder/SWTWorkbenchBot' is not accessible through the ClassLoader. 19:40:18.987 WARN - Class 'org/eclipse/swtbot/eclipse/finder/SWTWorkbenchBot' is not accessible through the ClassLoader. 19:40:18.988 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/TimeoutException' is not accessible through the ClassLoader. 19:40:18.988 WARN - Class 'org/eclipse/swtbot/eclipse/finder/SWTWorkbenchBot' is not accessible through the ClassLoader. 19:40:18.988 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/TimeoutException' is not accessible through the ClassLoader. 19:40:18.988 WARN - Class 'org/eclipse/swtbot/eclipse/finder/SWTWorkbenchBot' is not accessible through the ClassLoader. 19:40:18.988 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/TimeoutException' is not accessible through the ClassLoader. 19:40:18.989 WARN - Class 'org/eclipse/swtbot/eclipse/finder/SWTWorkbenchBot' is not accessible through the ClassLoader. 19:40:18.989 WARN - Class 'org/eclipse/swtbot/eclipse/finder/SWTWorkbenchBot' is not accessible through the ClassLoader. 19:40:18.989 WARN - Class 'org/eclipse/swtbot/eclipse/finder/SWTWorkbenchBot' is not accessible through the ClassLoader. 19:40:18.989 WARN - Class 'org/eclipse/swtbot/eclipse/finder/SWTWorkbenchBot' is not accessible through the ClassLoader. 19:40:18.989 WARN - Class 'org/eclipse/swtbot/swt/finder/exceptions/WidgetNotFoundException' is not accessible through the ClassLoader. 19:40:18.989 WARN - Class 'org/eclipse/swtbot/eclipse/finder/SWTWorkbenchBot' is not accessible through the ClassLoader. 19:40:18.990 WARN - Class 'org/eclipse/swtbot/eclipse/finder/SWTWorkbenchBot' is not accessible through the ClassLoader. 19:40:18.990 WARN - Class 'org/eclipse/swtbot/eclipse/finder/SWTWorkbenchBot' is not accessible through the ClassLoader. 19:40:18.990 WARN - Class 'org/eclipse/swtbot/eclipse/finder/SWTWorkbenchBot' is not accessible through the ClassLoader. 19:40:18.990 WARN - Class 'org/eclipse/swtbot/eclipse/finder/SWTWorkbenchBot' is not accessible through the ClassLoader. 19:40:18.990 WARN - Class 'org/eclipse/swtbot/eclipse/finder/SWTWorkbenchBot' is not accessible through the ClassLoader. 19:40:18.990 WARN - Class 'org/eclipse/swtbot/eclipse/finder/SWTWorkbenchBot' is not accessible through the ClassLoader. 19:40:18.991 WARN - Class 'org/eclipse/swtbot/eclipse/finder/SWTWorkbenchBot' is not accessible through the ClassLoader. 19:40:18.991 WARN - Class 'org/eclipse/swtbot/eclipse/finder/SWTWorkbenchBot' is not accessible through the ClassLoader. 19:40:18.991 WARN - Class 'org/eclipse/swtbot/eclipse/finder/SWTWorkbenchBot' is not accessible through the ClassLoader. 19:40:18.991 WARN - Class 'org/eclipse/swtbot/eclipse/finder/SWTWorkbenchBot' is not accessible through the ClassLoader. 19:40:18.991 WARN - Class 'org/eclipse/swtbot/eclipse/finder/SWTWorkbenchBot' is not accessible through the ClassLoader. 19:40:18.991 WARN - Class 'org/eclipse/swtbot/eclipse/finder/SWTWorkbenchBot' is not accessible through the ClassLoader. 19:40:18.992 WARN - Class 'org/eclipse/swtbot/eclipse/finder/SWTWorkbenchBot' is not accessible through the ClassLoader. 19:40:18.992 WARN - Class 'org/eclipse/swtbot/eclipse/finder/SWTWorkbenchBot' is not accessible through the ClassLoader. 19:40:18.992 WARN - Class 'org/eclipse/swtbot/eclipse/finder/SWTWorkbenchBot' is not accessible through the ClassLoader. 19:40:18.992 WARN - Class 'org/eclipse/swtbot/eclipse/finder/SWTWorkbenchBot' is not accessible through the ClassLoader. 19:40:18.992 WARN - Class 'org/eclipse/swtbot/eclipse/finder/SWTWorkbenchBot' is not accessible through the ClassLoader. 19:40:18.992 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/TimeoutException' is not accessible through the ClassLoader. 19:40:18.993 WARN - Class 'org/eclipse/swtbot/eclipse/finder/SWTWorkbenchBot' is not accessible through the ClassLoader. 19:40:18.993 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/TimeoutException' is not accessible through the ClassLoader. 19:40:18.993 WARN - Class 'org/eclipse/swtbot/eclipse/finder/SWTWorkbenchBot' is not accessible through the ClassLoader. 19:40:18.993 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/TimeoutException' is not accessible through the ClassLoader. 19:40:18.993 WARN - Class 'org/eclipse/swtbot/eclipse/finder/SWTWorkbenchBot' is not accessible through the ClassLoader. 19:40:18.993 WARN - Class 'org/eclipse/swtbot/eclipse/finder/SWTWorkbenchBot' is not accessible through the ClassLoader. 19:40:18.994 WARN - Class 'org/eclipse/swtbot/eclipse/finder/SWTWorkbenchBot' is not accessible through the ClassLoader. 19:40:18.994 WARN - Class 'org/eclipse/swtbot/eclipse/finder/SWTWorkbenchBot' is not accessible through the ClassLoader. 19:40:18.994 WARN - Class 'org/eclipse/swtbot/eclipse/finder/SWTWorkbenchBot' is not accessible through the ClassLoader. 19:40:18.994 WARN - Class 'org/eclipse/swtbot/eclipse/finder/SWTWorkbenchBot' is not accessible through the ClassLoader. 19:40:18.994 WARN - Class 'org/eclipse/swtbot/eclipse/finder/SWTWorkbenchBot' is not accessible through the ClassLoader. 19:40:18.994 WARN - Class 'org/eclipse/swtbot/eclipse/finder/SWTWorkbenchBot' is not accessible through the ClassLoader. 19:40:18.995 WARN - Class 'org/eclipse/swtbot/eclipse/finder/SWTWorkbenchBot' is not accessible through the ClassLoader. 19:40:18.995 WARN - Class 'org/eclipse/swtbot/eclipse/finder/SWTWorkbenchBot' is not accessible through the ClassLoader. 19:40:18.995 WARN - Class 'org/eclipse/swtbot/eclipse/finder/SWTWorkbenchBot' is not accessible through the ClassLoader. 19:40:18.995 WARN - Class 'org/eclipse/swtbot/eclipse/finder/SWTWorkbenchBot' is not accessible through the ClassLoader. 19:40:18.995 WARN - Class 'org/eclipse/swtbot/eclipse/finder/SWTWorkbenchBot' is not accessible through the ClassLoader. 19:40:18.995 WARN - Class 'org/eclipse/swtbot/eclipse/finder/SWTWorkbenchBot' is not accessible through the ClassLoader. 19:40:18.996 WARN - Class 'org/eclipse/swtbot/eclipse/finder/SWTWorkbenchBot' is not accessible through the ClassLoader. 19:40:18.996 WARN - Class 'org/eclipse/swtbot/eclipse/finder/SWTWorkbenchBot' is not accessible through the ClassLoader. 19:40:18.996 WARN - Class 'org/eclipse/swtbot/eclipse/finder/SWTWorkbenchBot' is not accessible through the ClassLoader. 19:40:18.996 WARN - Class 'org/eclipse/swtbot/eclipse/finder/SWTWorkbenchBot' is not accessible through the ClassLoader. 19:40:18.996 WARN - Class 'org/eclipse/swtbot/eclipse/finder/SWTWorkbenchBot' is not accessible through the ClassLoader. 19:40:18.998 WARN - Class 'org/eclipse/swtbot/swt/finder/exceptions/WidgetNotFoundException' is not accessible through the ClassLoader. 19:40:18.998 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotRootMenu' is not accessible through the ClassLoader. 19:40:18.998 WARN - Class 'org/eclipse/swtbot/swt/finder/exceptions/WidgetNotFoundException' is not accessible through the ClassLoader. 19:40:18.998 WARN - Class 'org/eclipse/swtbot/swt/finder/results/VoidResult' is not accessible through the ClassLoader. 19:40:18.998 WARN - Class 'org/eclipse/swtbot/swt/finder/finders/UIThreadRunnable' is not accessible through the ClassLoader. 19:40:18.999 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:40:18.999 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:40:18.999 WARN - Class 'org/eclipse/swtbot/swt/finder/waits/WaitForObjectCondition' is not accessible through the ClassLoader. 19:40:18.999 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotRootMenu' is not accessible through the ClassLoader. 19:40:19.014 WARN - Class 'org/eclipse/swtbot/swt/finder/results/VoidResult' is not accessible through the ClassLoader. 19:40:19.015 WARN - Class 'org/eclipse/swtbot/swt/finder/finders/UIThreadRunnable' is not accessible through the ClassLoader. 19:40:19.015 WARN - Class 'org/eclipse/swtbot/swt/finder/waits/WaitForPopupMenu' is not accessible through the ClassLoader. 19:40:19.016 WARN - Class 'org/eclipse/swtbot/swt/finder/waits/WaitForPopupMenu' is not accessible through the ClassLoader. 19:40:19.016 WARN - Class 'org/eclipse/swtbot/swt/finder/results/WidgetResult' is not accessible through the ClassLoader. 19:40:19.017 WARN - Class 'org/eclipse/swtbot/swt/finder/finders/UIThreadRunnable' is not accessible through the ClassLoader. 19:40:19.072 WARN - Class 'org/eclipse/swtbot/swt/finder/utils/SWTUtils' is not accessible through the ClassLoader. 19:40:19.074 WARN - Class 'org/eclipse/swtbot/swt/finder/exceptions/WidgetNotFoundException' is not accessible through the ClassLoader. 19:40:19.074 WARN - Class 'org/eclipse/swtbot/swt/finder/exceptions/WidgetNotFoundException' is not accessible through the ClassLoader. 19:40:19.075 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/AbstractSWTBot' is not accessible through the ClassLoader. 19:40:19.075 WARN - Class 'org/eclipse/swtbot/swt/finder/results/IntResult' is not accessible through the ClassLoader. 19:40:19.075 WARN - Class 'org/eclipse/swtbot/swt/finder/results/IntResult' is not accessible through the ClassLoader. 19:40:19.076 WARN - Class 'org/eclipse/swtbot/swt/finder/results/IntResult' is not accessible through the ClassLoader. 19:40:19.076 WARN - Class 'org/eclipse/swtbot/swt/finder/results/IntResult' is not accessible through the ClassLoader. 19:40:19.076 WARN - Class 'org/eclipse/swtbot/swt/finder/results/VoidResult' is not accessible through the ClassLoader. 19:40:19.077 WARN - Class 'org/eclipse/swtbot/swt/finder/results/VoidResult' is not accessible through the ClassLoader. 19:40:19.077 WARN - Class 'org/eclipse/swtbot/swt/finder/results/VoidResult' is not accessible through the ClassLoader. 19:40:19.077 WARN - Class 'org/eclipse/swtbot/swt/finder/finders/UIThreadRunnable' is not accessible through the ClassLoader. 19:40:19.077 WARN - Class 'org/eclipse/swtbot/swt/finder/results/VoidResult' is not accessible through the ClassLoader. 19:40:19.078 WARN - Class 'org/eclipse/swtbot/swt/finder/finders/UIThreadRunnable' is not accessible through the ClassLoader. 19:40:19.078 WARN - Class 'org/eclipse/swtbot/swt/finder/results/Result' is not accessible through the ClassLoader. 19:40:19.078 WARN - Class 'org/eclipse/swtbot/swt/finder/exceptions/WidgetNotFoundException' is not accessible through the ClassLoader. 19:40:19.078 WARN - Class 'org/eclipse/swtbot/swt/finder/exceptions/WidgetNotFoundException' is not accessible through the ClassLoader. 19:40:19.079 WARN - Class 'org/eclipse/swtbot/swt/finder/utils/internal/Assert' is not accessible through the ClassLoader. 19:40:19.079 WARN - Class 'org/eclipse/swtbot/swt/finder/utils/internal/Assert' is not accessible through the ClassLoader. 19:40:19.080 WARN - Class 'org/eclipse/swtbot/swt/finder/utils/internal/Assert' is not accessible through the ClassLoader. 19:40:19.080 WARN - Class 'org/eclipse/swtbot/swt/finder/utils/internal/Assert' is not accessible through the ClassLoader. 19:40:19.080 WARN - Class 'org/eclipse/swtbot/swt/finder/utils/internal/Assert' is not accessible through the ClassLoader. 19:40:19.080 WARN - Class 'org/eclipse/swtbot/swt/finder/utils/internal/Assert' is not accessible through the ClassLoader. 19:40:19.080 WARN - Class 'org/eclipse/swtbot/swt/finder/results/VoidResult' is not accessible through the ClassLoader. 19:40:19.084 WARN - Class 'org/eclipse/swtbot/swt/finder/results/VoidResult' is not accessible through the ClassLoader. 19:40:19.085 WARN - Class 'org/eclipse/swtbot/swt/finder/results/VoidResult' is not accessible through the ClassLoader. 19:40:19.085 WARN - Class 'org/eclipse/swtbot/swt/finder/results/VoidResult' is not accessible through the ClassLoader. 19:40:19.085 WARN - Class 'org/eclipse/swtbot/swt/finder/results/VoidResult' is not accessible through the ClassLoader. 19:40:19.085 WARN - Class 'org/eclipse/swtbot/swt/finder/utils/internal/Assert' is not accessible through the ClassLoader. 19:40:19.086 WARN - Class 'org/eclipse/swtbot/swt/finder/results/VoidResult' is not accessible through the ClassLoader. 19:40:19.086 WARN - Class 'org/eclipse/swtbot/swt/finder/utils/internal/Assert' is not accessible through the ClassLoader. 19:40:19.086 WARN - Class 'org/eclipse/swtbot/swt/finder/results/VoidResult' is not accessible through the ClassLoader. 19:40:19.087 WARN - Class 'org/eclipse/swtbot/swt/finder/results/VoidResult' is not accessible through the ClassLoader. 19:40:19.094 INFO - Java bytecode scan done: 131 ms 19:40:19.094 INFO - Java Test Files AST scan... 19:40:19.094 INFO - 0 source files to be analyzed 19:40:19.094 INFO - Java Test Files AST scan done: 0 ms 19:40:19.094 INFO - Package design analysis... 19:40:19.095 INFO - 0/0 source files have been analyzed 19:40:19.104 INFO - Package design analysis done: 10 ms 19:40:19.105 INFO - Sensor JavaSquidSensor done: 857 ms 19:40:19.106 INFO - Sensor QProfileSensor... 19:40:19.107 INFO - Sensor QProfileSensor done: 1 ms 19:40:19.107 INFO - Sensor InitialOpenIssuesSensor... 19:40:19.115 INFO - Sensor InitialOpenIssuesSensor done: 8 ms 19:40:19.115 INFO - Sensor ProjectLinksSensor... 19:40:19.129 INFO - Sensor ProjectLinksSensor done: 14 ms 19:40:19.130 INFO - Sensor VersionEventsSensor... 19:40:19.137 INFO - Sensor VersionEventsSensor done: 7 ms 19:40:19.137 INFO - Sensor FileHashSensor... 19:40:19.138 INFO - Sensor FileHashSensor done: 1 ms 19:40:19.138 INFO - Sensor org.sonar.plugins.findbugs.FindbugsSensor@595bb56f... 19:40:19.138 INFO - Execute Findbugs 3.0.1... 19:40:19.189 INFO - Findbugs output report: /home/jenkins/agent/workspace/swtbot-sonar/org.eclipse.swtbot.nebula.nattable.finder/target/sonar/findbugs-result.xml The following classes needed for analysis were missing: org.eclipse.swtbot.eclipse.finder.SWTWorkbenchBot org.eclipse.swtbot.swt.finder.results.VoidResult org.eclipse.swtbot.swt.finder.waits.WaitForPopupMenu org.eclipse.swtbot.swt.finder.results.WidgetResult org.eclipse.swtbot.swt.finder.widgets.AbstractSWTBot org.eclipse.swtbot.swt.finder.results.IntResult org.eclipse.swtbot.swt.finder.results.Result org.eclipse.swtbot.swt.finder.finders.UIThreadRunnable org.eclipse.swtbot.swt.finder.utils.internal.Assert org.eclipse.swtbot.swt.finder.widgets.SWTBotRootMenu org.eclipse.swtbot.swt.finder.SWTBot org.eclipse.swtbot.swt.finder.waits.WaitForObjectCondition org.eclipse.swtbot.swt.finder.utils.SWTUtils org.eclipse.swtbot.swt.finder.widgets.SWTBotShell org.eclipse.swtbot.swt.finder.waits.ICondition org.eclipse.swtbot.swt.finder.matchers.WidgetMatcherFactory org.eclipse.swtbot.swt.finder.exceptions.WidgetNotFoundException org.eclipse.swtbot.swt.finder.widgets.TimeoutException 19:40:21.415 INFO - Execute Findbugs 3.0.1 done: 2277 ms 19:40:21.416 INFO - Sensor org.sonar.plugins.findbugs.FindbugsSensor@595bb56f done: 2278 ms 19:40:21.416 INFO - Sensor SurefireSensor... 19:40:21.416 INFO - parsing /home/jenkins/agent/workspace/swtbot-sonar/org.eclipse.swtbot.nebula.nattable.finder/target/surefire-reports 19:40:21.416 ERROR - Reports path not found or is not a directory: /home/jenkins/agent/workspace/swtbot-sonar/org.eclipse.swtbot.nebula.nattable.finder/target/surefire-reports 19:40:21.416 INFO - Sensor SurefireSensor done: 0 ms 19:40:21.416 INFO - Sensor JaCoCoOverallSensor... 19:40:21.417 WARN - You are not using the latest JaCoCo binary format version, please consider upgrading to latest JaCoCo version. 19:40:21.417 INFO - Analysing /home/jenkins/agent/workspace/swtbot-sonar/org.eclipse.swtbot.nebula.nattable.finder/../target/jacoco.exec 19:40:21.422 WARN - You are not using the latest JaCoCo binary format version, please consider upgrading to latest JaCoCo version. 19:40:21.422 INFO - Analysing /home/jenkins/agent/workspace/swtbot-sonar/org.eclipse.swtbot.nebula.nattable.finder/target/sonar/jacoco-overall.exec 19:40:21.430 INFO - No information about coverage per test. 19:40:21.431 INFO - Sensor JaCoCoOverallSensor done: 15 ms 19:40:21.431 INFO - Sensor PmdSensor... 19:40:21.431 INFO - Execute PMD 5.4.2... 19:40:21.434 INFO - Java version: 1.6 19:40:21.438 INFO - PMD configuration: /home/jenkins/agent/workspace/swtbot-sonar/org.eclipse.swtbot.nebula.nattable.finder/target/sonar/pmd.xml 19:40:21.983 INFO - Execute PMD 5.4.2 done: 551 ms 19:40:21.986 INFO - Sensor PmdSensor done: 555 ms 19:40:21.986 INFO - Sensor CheckstyleSensor... 19:40:21.986 INFO - Execute Checkstyle ${checkstyle.version}... 19:40:21.987 INFO - Checkstyle configuration: /home/jenkins/agent/workspace/swtbot-sonar/org.eclipse.swtbot.nebula.nattable.finder/target/sonar/checkstyle.xml 19:40:22.341 INFO - Execute Checkstyle ${checkstyle.version} done: 355 ms 19:40:22.341 INFO - Sensor CheckstyleSensor done: 355 ms 19:40:22.341 INFO - Sensor JaCoCoSensor... 19:40:22.342 WARN - You are not using the latest JaCoCo binary format version, please consider upgrading to latest JaCoCo version. 19:40:22.342 INFO - Analysing /home/jenkins/agent/workspace/swtbot-sonar/org.eclipse.swtbot.nebula.nattable.finder/../target/jacoco.exec 19:40:22.350 INFO - No information about coverage per test. 19:40:22.350 INFO - Sensor JaCoCoSensor done: 9 ms 19:40:22.350 INFO - Sensor CPD Sensor (wrapped)... 19:40:22.350 INFO - JavaCpdEngine is used for java 19:40:22.351 INFO - Cross-project analysis disabled 19:40:22.365 INFO - Sensor CPD Sensor (wrapped) done: 15 ms 19:40:22.480 INFO - Execute decorators... 19:40:22.646 INFO - ------------- Scan org.eclipse.swtbot 19:40:22.648 INFO - Load module settings 19:40:22.825 INFO - Configure Maven plugins 19:40:22.828 INFO - Compare to previous analysis (2019-09-13) 19:40:22.829 INFO - Compare over 30 days (2019-12-25, analysis of 2019-09-13 14:36:20.0) 19:40:22.831 INFO - Compare to previous version (2019-06-14) 19:40:22.832 INFO - No quality gate is configured. 19:40:22.844 INFO - Base dir: /home/jenkins/agent/workspace/swtbot-sonar/org.eclipse.swtbot 19:40:22.844 INFO - Working dir: /home/jenkins/agent/workspace/swtbot-sonar/org.eclipse.swtbot/target/sonar 19:40:22.844 INFO - Source paths: pom.xml 19:40:22.844 INFO - Source encoding: UTF-8, default locale: en_US 19:40:22.844 INFO - Index files 19:40:22.844 INFO - Excluded sources: 19:40:22.844 INFO - **/util/*Switch.java 19:40:22.851 INFO - 0 files indexed 19:40:22.852 INFO - JaCoCoItSensor: JaCoCo IT report not found: /home/jenkins/agent/workspace/swtbot-sonar/org.eclipse.swtbot/target/jacoco-it.exec 19:40:22.854 INFO - Sensor QProfileSensor... 19:40:22.854 INFO - Sensor QProfileSensor done: 0 ms 19:40:22.854 INFO - Sensor InitialOpenIssuesSensor... 19:40:22.860 INFO - Sensor InitialOpenIssuesSensor done: 6 ms 19:40:22.860 INFO - Sensor ProjectLinksSensor... 19:40:22.873 INFO - Sensor ProjectLinksSensor done: 13 ms 19:40:22.874 INFO - Sensor VersionEventsSensor... 19:40:22.881 INFO - Sensor VersionEventsSensor done: 7 ms 19:40:22.882 INFO - Sensor FileHashSensor... 19:40:22.882 INFO - Sensor FileHashSensor done: 0 ms 19:40:22.882 INFO - Sensor CPD Sensor (wrapped)... 19:40:22.882 INFO - Sensor CPD Sensor (wrapped) done: 0 ms 19:40:23.075 INFO - Execute decorators... 19:40:23.097 INFO - ------------- Scan org.eclipse.swtbot.forms 19:40:23.097 INFO - Load module settings 19:40:23.190 INFO - Configure Maven plugins 19:40:23.192 INFO - Compare to previous analysis (2019-09-13) 19:40:23.193 INFO - Compare over 30 days (2019-12-25, analysis of 2019-09-13 14:36:20.0) 19:40:23.195 INFO - Compare to previous version (2019-06-14) 19:40:23.196 INFO - No quality gate is configured. 19:40:23.210 INFO - Base dir: /home/jenkins/agent/workspace/swtbot-sonar/org.eclipse.swtbot.forms 19:40:23.210 INFO - Working dir: /home/jenkins/agent/workspace/swtbot-sonar/org.eclipse.swtbot.forms/target/sonar 19:40:23.210 INFO - Source paths: pom.xml 19:40:23.211 INFO - Source encoding: UTF-8, default locale: en_US 19:40:23.211 INFO - Index files 19:40:23.211 INFO - Excluded sources: 19:40:23.211 INFO - **/util/*Switch.java 19:40:23.217 INFO - 0 files indexed 19:40:23.219 INFO - JaCoCoItSensor: JaCoCo IT report not found: /home/jenkins/agent/workspace/swtbot-sonar/org.eclipse.swtbot.forms/target/jacoco-it.exec 19:40:23.221 INFO - Sensor QProfileSensor... 19:40:23.221 INFO - Sensor QProfileSensor done: 0 ms 19:40:23.221 INFO - Sensor InitialOpenIssuesSensor... 19:40:23.226 INFO - Sensor InitialOpenIssuesSensor done: 5 ms 19:40:23.226 INFO - Sensor ProjectLinksSensor... 19:40:23.239 INFO - Sensor ProjectLinksSensor done: 13 ms 19:40:23.240 INFO - Sensor VersionEventsSensor... 19:40:23.247 INFO - Sensor VersionEventsSensor done: 7 ms 19:40:23.247 INFO - Sensor FileHashSensor... 19:40:23.247 INFO - Sensor FileHashSensor done: 0 ms 19:40:23.247 INFO - Sensor CPD Sensor (wrapped)... 19:40:23.247 INFO - Sensor CPD Sensor (wrapped) done: 0 ms 19:40:23.445 INFO - Execute decorators... 19:40:23.467 INFO - ------------- Scan org.eclipse.swtbot.eclipse.gef 19:40:23.467 INFO - Load module settings 19:40:23.560 INFO - Configure Maven plugins 19:40:23.562 INFO - Compare to previous analysis (2019-09-13) 19:40:23.564 INFO - Compare over 30 days (2019-12-25, analysis of 2019-09-13 14:36:20.0) 19:40:23.566 INFO - Compare to previous version (2019-06-14) 19:40:23.566 INFO - No quality gate is configured. 19:40:23.580 INFO - Base dir: /home/jenkins/agent/workspace/swtbot-sonar/org.eclipse.swtbot.eclipse.gef 19:40:23.580 INFO - Working dir: /home/jenkins/agent/workspace/swtbot-sonar/org.eclipse.swtbot.eclipse.gef/target/sonar 19:40:23.581 INFO - Source paths: pom.xml 19:40:23.581 INFO - Source encoding: UTF-8, default locale: en_US 19:40:23.581 INFO - Index files 19:40:23.581 INFO - Excluded sources: 19:40:23.581 INFO - **/util/*Switch.java 19:40:23.586 INFO - 0 files indexed 19:40:23.587 INFO - JaCoCoItSensor: JaCoCo IT report not found: /home/jenkins/agent/workspace/swtbot-sonar/org.eclipse.swtbot.eclipse.gef/target/jacoco-it.exec 19:40:23.589 INFO - Sensor QProfileSensor... 19:40:23.590 INFO - Sensor QProfileSensor done: 1 ms 19:40:23.590 INFO - Sensor InitialOpenIssuesSensor... 19:40:23.596 INFO - Sensor InitialOpenIssuesSensor done: 6 ms 19:40:23.596 INFO - Sensor ProjectLinksSensor... 19:40:23.611 INFO - Sensor ProjectLinksSensor done: 15 ms 19:40:23.612 INFO - Sensor VersionEventsSensor... 19:40:23.619 INFO - Sensor VersionEventsSensor done: 7 ms 19:40:23.620 INFO - Sensor FileHashSensor... 19:40:23.620 INFO - Sensor FileHashSensor done: 0 ms 19:40:23.620 INFO - Sensor CPD Sensor (wrapped)... 19:40:23.620 INFO - Sensor CPD Sensor (wrapped) done: 0 ms 19:40:23.796 INFO - Execute decorators... 19:40:23.818 INFO - ------------- Scan org.eclipse.swtbot.ide 19:40:23.818 INFO - Load module settings 19:40:23.909 INFO - Configure Maven plugins 19:40:23.912 INFO - Compare to previous analysis (2019-09-13) 19:40:23.913 INFO - Compare over 30 days (2019-12-25, analysis of 2019-09-13 14:36:20.0) 19:40:23.914 INFO - Compare to previous version (2019-06-14) 19:40:23.915 INFO - No quality gate is configured. 19:40:23.932 INFO - Base dir: /home/jenkins/agent/workspace/swtbot-sonar/org.eclipse.swtbot.ide 19:40:23.932 INFO - Working dir: /home/jenkins/agent/workspace/swtbot-sonar/org.eclipse.swtbot.ide/target/sonar 19:40:23.932 INFO - Source paths: pom.xml 19:40:23.932 INFO - Source encoding: UTF-8, default locale: en_US 19:40:23.933 INFO - Index files 19:40:23.933 INFO - Excluded sources: 19:40:23.933 INFO - **/util/*Switch.java 19:40:23.938 INFO - 0 files indexed 19:40:23.939 INFO - JaCoCoItSensor: JaCoCo IT report not found: /home/jenkins/agent/workspace/swtbot-sonar/org.eclipse.swtbot.ide/target/jacoco-it.exec 19:40:23.941 INFO - Sensor QProfileSensor... 19:40:23.941 INFO - Sensor QProfileSensor done: 0 ms 19:40:23.941 INFO - Sensor InitialOpenIssuesSensor... 19:40:23.946 INFO - Sensor InitialOpenIssuesSensor done: 5 ms 19:40:23.946 INFO - Sensor ProjectLinksSensor... 19:40:23.958 INFO - Sensor ProjectLinksSensor done: 12 ms 19:40:23.959 INFO - Sensor VersionEventsSensor... 19:40:23.965 INFO - Sensor VersionEventsSensor done: 6 ms 19:40:23.965 INFO - Sensor FileHashSensor... 19:40:23.965 INFO - Sensor FileHashSensor done: 0 ms 19:40:23.965 INFO - Sensor CPD Sensor (wrapped)... 19:40:23.965 INFO - Sensor CPD Sensor (wrapped) done: 0 ms 19:40:24.185 INFO - Execute decorators... 19:40:24.218 INFO - ------------- Scan org.eclipse.swtbot.eclipse.junit.headless 19:40:24.219 INFO - Load module settings 19:40:24.294 INFO - Configure Maven plugins 19:40:24.296 INFO - Compare to previous analysis (2019-09-13) 19:40:24.298 INFO - Compare over 30 days (2019-12-25, analysis of 2019-09-13 14:36:20.0) 19:40:24.300 INFO - Compare to previous version (2019-06-14) 19:40:24.300 INFO - No quality gate is configured. 19:40:24.314 INFO - Base dir: /home/jenkins/agent/workspace/swtbot-sonar/org.eclipse.swtbot.eclipse.junit.headless 19:40:24.314 INFO - Working dir: /home/jenkins/agent/workspace/swtbot-sonar/org.eclipse.swtbot.eclipse.junit.headless/target/sonar 19:40:24.314 INFO - Source paths: pom.xml, src 19:40:24.314 INFO - Binary dirs: target/classes 19:40:24.314 INFO - Source encoding: UTF-8, default locale: en_US 19:40:24.314 INFO - Index files 19:40:24.314 INFO - Excluded sources: 19:40:24.314 INFO - **/util/*Switch.java 19:40:24.342 INFO - 2 files indexed 19:40:24.362 INFO - Quality profile for java: Sonar way with Findbugs 19:40:24.364 INFO - JaCoCoItSensor: JaCoCo IT report not found: /home/jenkins/agent/workspace/swtbot-sonar/org.eclipse.swtbot.eclipse.junit.headless/target/jacoco-it.exec 19:40:24.366 INFO - Sensor JavaSquidSensor... 19:40:24.369 INFO - Configured Java source version (sonar.java.source): 6 19:40:24.369 INFO - JavaClasspath initialization... 19:40:24.406 INFO - JavaClasspath initialization done: 37 ms 19:40:24.406 INFO - JavaTestClasspath initialization... 19:40:24.446 INFO - JavaTestClasspath initialization done: 40 ms 19:40:24.457 INFO - Java Main Files AST scan... 19:40:24.457 INFO - 2 source files to be analyzed 19:40:24.590 ERROR - Class not found: org.osgi.annotation.versioning.ProviderType 19:40:24.742 INFO - Java Main Files AST scan done: 285 ms 19:40:24.743 INFO - 2/2 source files have been analyzed 19:40:24.743 INFO - Java bytecode scan... 19:40:24.834 INFO - Java bytecode scan done: 91 ms 19:40:24.834 INFO - Java Test Files AST scan... 19:40:24.835 INFO - 0 source files to be analyzed 19:40:24.835 INFO - Java Test Files AST scan done: 1 ms 19:40:24.835 INFO - Package design analysis... 19:40:24.836 INFO - 0/0 source files have been analyzed 19:40:24.838 INFO - Package design analysis done: 3 ms 19:40:24.839 INFO - Sensor JavaSquidSensor done: 473 ms 19:40:24.840 INFO - Sensor QProfileSensor... 19:40:24.841 INFO - Sensor QProfileSensor done: 1 ms 19:40:24.841 INFO - Sensor InitialOpenIssuesSensor... 19:40:24.849 INFO - Sensor InitialOpenIssuesSensor done: 8 ms 19:40:24.849 INFO - Sensor ProjectLinksSensor... 19:40:24.863 INFO - Sensor ProjectLinksSensor done: 14 ms 19:40:24.865 INFO - Sensor VersionEventsSensor... 19:40:24.873 INFO - Sensor VersionEventsSensor done: 8 ms 19:40:24.873 INFO - Sensor FileHashSensor... 19:40:24.873 INFO - Sensor FileHashSensor done: 0 ms 19:40:24.873 INFO - Sensor org.sonar.plugins.findbugs.FindbugsSensor@95e9166... 19:40:24.874 INFO - Execute Findbugs 3.0.1... 19:40:24.911 INFO - Findbugs output report: /home/jenkins/agent/workspace/swtbot-sonar/org.eclipse.swtbot.eclipse.junit.headless/target/sonar/findbugs-result.xml 19:40:26.131 INFO - Execute Findbugs 3.0.1 done: 1257 ms 19:40:26.132 INFO - Sensor org.sonar.plugins.findbugs.FindbugsSensor@95e9166 done: 1259 ms 19:40:26.132 INFO - Sensor SurefireSensor... 19:40:26.132 INFO - parsing /home/jenkins/agent/workspace/swtbot-sonar/org.eclipse.swtbot.eclipse.junit.headless/target/surefire-reports 19:40:26.132 ERROR - Reports path not found or is not a directory: /home/jenkins/agent/workspace/swtbot-sonar/org.eclipse.swtbot.eclipse.junit.headless/target/surefire-reports 19:40:26.132 INFO - Sensor SurefireSensor done: 0 ms 19:40:26.132 INFO - Sensor JaCoCoOverallSensor... 19:40:26.132 WARN - You are not using the latest JaCoCo binary format version, please consider upgrading to latest JaCoCo version. 19:40:26.132 INFO - Analysing /home/jenkins/agent/workspace/swtbot-sonar/org.eclipse.swtbot.eclipse.junit.headless/../target/jacoco.exec 19:40:26.136 WARN - You are not using the latest JaCoCo binary format version, please consider upgrading to latest JaCoCo version. 19:40:26.136 INFO - Analysing /home/jenkins/agent/workspace/swtbot-sonar/org.eclipse.swtbot.eclipse.junit.headless/target/sonar/jacoco-overall.exec 19:40:26.139 INFO - No information about coverage per test. 19:40:26.140 INFO - Sensor JaCoCoOverallSensor done: 7 ms 19:40:26.140 INFO - Sensor PmdSensor... 19:40:26.140 INFO - Execute PMD 5.4.2... 19:40:26.142 INFO - Java version: 1.6 19:40:26.153 INFO - PMD configuration: /home/jenkins/agent/workspace/swtbot-sonar/org.eclipse.swtbot.eclipse.junit.headless/target/sonar/pmd.xml 19:40:26.571 INFO - Execute PMD 5.4.2 done: 431 ms 19:40:26.572 INFO - Sensor PmdSensor done: 432 ms 19:40:26.572 INFO - Sensor CheckstyleSensor... 19:40:26.572 INFO - Execute Checkstyle ${checkstyle.version}... 19:40:26.573 INFO - Checkstyle configuration: /home/jenkins/agent/workspace/swtbot-sonar/org.eclipse.swtbot.eclipse.junit.headless/target/sonar/checkstyle.xml 19:40:26.856 INFO - Execute Checkstyle ${checkstyle.version} done: 284 ms 19:40:26.856 INFO - Sensor CheckstyleSensor done: 284 ms 19:40:26.856 INFO - Sensor JaCoCoSensor... 19:40:26.857 WARN - You are not using the latest JaCoCo binary format version, please consider upgrading to latest JaCoCo version. 19:40:26.857 INFO - Analysing /home/jenkins/agent/workspace/swtbot-sonar/org.eclipse.swtbot.eclipse.junit.headless/../target/jacoco.exec 19:40:26.861 INFO - No information about coverage per test. 19:40:26.861 INFO - Sensor JaCoCoSensor done: 5 ms 19:40:26.861 INFO - Sensor CPD Sensor (wrapped)... 19:40:26.861 INFO - JavaCpdEngine is used for java 19:40:26.862 INFO - Cross-project analysis disabled 19:40:26.870 INFO - Sensor CPD Sensor (wrapped) done: 9 ms 19:40:27.124 INFO - Execute decorators... 19:40:27.185 INFO - ------------- Scan org.eclipse.swtbot.generator.feature 19:40:27.186 INFO - Load module settings 19:40:27.265 INFO - Configure Maven plugins 19:40:27.267 INFO - Compare to previous analysis (2019-09-13) 19:40:27.268 INFO - Compare over 30 days (2019-12-25, analysis of 2019-09-13 14:36:20.0) 19:40:27.270 INFO - Compare to previous version (2019-06-14) 19:40:27.270 INFO - No quality gate is configured. 19:40:27.286 INFO - Base dir: /home/jenkins/agent/workspace/swtbot-sonar/org.eclipse.swtbot.generator.feature 19:40:27.286 INFO - Working dir: /home/jenkins/agent/workspace/swtbot-sonar/org.eclipse.swtbot.generator.feature/target/sonar 19:40:27.286 INFO - Source paths: pom.xml 19:40:27.286 INFO - Source encoding: UTF-8, default locale: en_US 19:40:27.286 INFO - Index files 19:40:27.287 INFO - Excluded sources: 19:40:27.287 INFO - **/util/*Switch.java 19:40:27.293 INFO - 0 files indexed 19:40:27.293 INFO - JaCoCoItSensor: JaCoCo IT report not found: /home/jenkins/agent/workspace/swtbot-sonar/org.eclipse.swtbot.generator.feature/target/jacoco-it.exec 19:40:27.295 INFO - Sensor QProfileSensor... 19:40:27.296 INFO - Sensor QProfileSensor done: 0 ms 19:40:27.296 INFO - Sensor InitialOpenIssuesSensor... 19:40:27.299 INFO - Sensor InitialOpenIssuesSensor done: 3 ms 19:40:27.300 INFO - Sensor ProjectLinksSensor... 19:40:27.311 INFO - Sensor ProjectLinksSensor done: 11 ms 19:40:27.312 INFO - Sensor VersionEventsSensor... 19:40:27.318 INFO - Sensor VersionEventsSensor done: 6 ms 19:40:27.318 INFO - Sensor FileHashSensor... 19:40:27.318 INFO - Sensor FileHashSensor done: 0 ms 19:40:27.318 INFO - Sensor CPD Sensor (wrapped)... 19:40:27.318 INFO - Sensor CPD Sensor (wrapped) done: 0 ms 19:40:27.433 INFO - Execute decorators... 19:40:27.453 INFO - ------------- Scan org.eclipse.swtbot.nebula.gallery 19:40:27.454 INFO - Load module settings 19:40:27.527 INFO - Configure Maven plugins 19:40:27.530 INFO - Compare to previous analysis (2019-09-13) 19:40:27.531 INFO - Compare over 30 days (2019-12-25, analysis of 2019-09-13 14:36:20.0) 19:40:27.532 INFO - Compare to previous version (2019-06-14) 19:40:27.532 INFO - No quality gate is configured. 19:40:27.545 INFO - Base dir: /home/jenkins/agent/workspace/swtbot-sonar/org.eclipse.swtbot.nebula.gallery 19:40:27.546 INFO - Working dir: /home/jenkins/agent/workspace/swtbot-sonar/org.eclipse.swtbot.nebula.gallery/target/sonar 19:40:27.546 INFO - Source paths: pom.xml 19:40:27.546 INFO - Source encoding: UTF-8, default locale: en_US 19:40:27.546 INFO - Index files 19:40:27.546 INFO - Excluded sources: 19:40:27.546 INFO - **/util/*Switch.java 19:40:27.551 INFO - 0 files indexed 19:40:27.552 INFO - JaCoCoItSensor: JaCoCo IT report not found: /home/jenkins/agent/workspace/swtbot-sonar/org.eclipse.swtbot.nebula.gallery/target/jacoco-it.exec 19:40:27.553 INFO - Sensor QProfileSensor... 19:40:27.554 INFO - Sensor QProfileSensor done: 1 ms 19:40:27.554 INFO - Sensor InitialOpenIssuesSensor... 19:40:27.558 INFO - Sensor InitialOpenIssuesSensor done: 4 ms 19:40:27.558 INFO - Sensor ProjectLinksSensor... 19:40:27.569 INFO - Sensor ProjectLinksSensor done: 11 ms 19:40:27.570 INFO - Sensor VersionEventsSensor... 19:40:27.576 INFO - Sensor VersionEventsSensor done: 6 ms 19:40:27.576 INFO - Sensor FileHashSensor... 19:40:27.576 INFO - Sensor FileHashSensor done: 0 ms 19:40:27.576 INFO - Sensor CPD Sensor (wrapped)... 19:40:27.576 INFO - Sensor CPD Sensor (wrapped) done: 0 ms 19:40:27.690 INFO - Execute decorators... 19:40:27.713 INFO - ------------- Scan org.eclipse.swtbot.nebula.nattable 19:40:27.713 INFO - Load module settings 19:40:27.786 INFO - Configure Maven plugins 19:40:27.789 INFO - Compare to previous analysis (2019-09-13) 19:40:27.790 INFO - Compare over 30 days (2019-12-25, analysis of 2019-09-13 14:36:20.0) 19:40:27.791 INFO - Compare to previous version (2019-06-14) 19:40:27.792 INFO - No quality gate is configured. 19:40:27.804 INFO - Base dir: /home/jenkins/agent/workspace/swtbot-sonar/org.eclipse.swtbot.nebula.nattable 19:40:27.805 INFO - Working dir: /home/jenkins/agent/workspace/swtbot-sonar/org.eclipse.swtbot.nebula.nattable/target/sonar 19:40:27.805 INFO - Source paths: pom.xml 19:40:27.805 INFO - Source encoding: UTF-8, default locale: en_US 19:40:27.805 INFO - Index files 19:40:27.805 INFO - Excluded sources: 19:40:27.805 INFO - **/util/*Switch.java 19:40:27.810 INFO - 0 files indexed 19:40:27.810 INFO - JaCoCoItSensor: JaCoCo IT report not found: /home/jenkins/agent/workspace/swtbot-sonar/org.eclipse.swtbot.nebula.nattable/target/jacoco-it.exec 19:40:27.812 INFO - Sensor QProfileSensor... 19:40:27.812 INFO - Sensor QProfileSensor done: 0 ms 19:40:27.812 INFO - Sensor InitialOpenIssuesSensor... 19:40:27.816 INFO - Sensor InitialOpenIssuesSensor done: 4 ms 19:40:27.816 INFO - Sensor ProjectLinksSensor... 19:40:27.828 INFO - Sensor ProjectLinksSensor done: 12 ms 19:40:27.829 INFO - Sensor VersionEventsSensor... 19:40:27.835 INFO - Sensor VersionEventsSensor done: 6 ms 19:40:27.835 INFO - Sensor FileHashSensor... 19:40:27.835 INFO - Sensor FileHashSensor done: 0 ms 19:40:27.835 INFO - Sensor CPD Sensor (wrapped)... 19:40:27.835 INFO - Sensor CPD Sensor (wrapped) done: 0 ms 19:40:28.108 INFO - Execute decorators... 19:40:28.160 INFO - ------------- Scan org.eclipse.swtbot.updatesite 19:40:28.161 INFO - Load module settings 19:40:28.272 INFO - Configure Maven plugins 19:40:28.274 INFO - Compare to previous analysis (2019-09-13) 19:40:28.276 INFO - Compare over 30 days (2019-12-25, analysis of 2019-09-13 14:36:20.0) 19:40:28.278 INFO - Compare to previous version (2019-06-14) 19:40:28.278 INFO - No quality gate is configured. 19:40:28.299 INFO - Base dir: /home/jenkins/agent/workspace/swtbot-sonar/org.eclipse.swtbot.updatesite 19:40:28.299 INFO - Working dir: /home/jenkins/agent/workspace/swtbot-sonar/org.eclipse.swtbot.updatesite/target/sonar 19:40:28.299 INFO - Source paths: pom.xml 19:40:28.299 INFO - Source encoding: UTF-8, default locale: en_US 19:40:28.299 INFO - Index files 19:40:28.299 INFO - Excluded sources: 19:40:28.299 INFO - **/util/*Switch.java 19:40:28.305 INFO - 0 files indexed 19:40:28.306 INFO - JaCoCoItSensor: JaCoCo IT report not found: /home/jenkins/agent/workspace/swtbot-sonar/org.eclipse.swtbot.updatesite/target/jacoco-it.exec 19:40:28.309 INFO - Sensor QProfileSensor... 19:40:28.309 INFO - Sensor QProfileSensor done: 0 ms 19:40:28.309 INFO - Sensor InitialOpenIssuesSensor... 19:40:28.315 INFO - Sensor InitialOpenIssuesSensor done: 6 ms 19:40:28.315 INFO - Sensor ProjectLinksSensor... 19:40:28.328 INFO - Sensor ProjectLinksSensor done: 13 ms 19:40:28.329 INFO - Sensor VersionEventsSensor... 19:40:28.335 INFO - Sensor VersionEventsSensor done: 6 ms 19:40:28.336 INFO - Sensor FileHashSensor... 19:40:28.336 INFO - Sensor FileHashSensor done: 0 ms 19:40:28.336 INFO - Sensor CPD Sensor (wrapped)... 19:40:28.336 INFO - Sensor CPD Sensor (wrapped) done: 0 ms 19:40:28.510 INFO - Execute decorators... 19:40:28.535 INFO - ------------- Scan org.eclipse.swtbot.eclipse.ui.test 19:40:28.536 INFO - Load module settings 19:40:28.674 INFO - Configure Maven plugins 19:40:28.677 INFO - Compare to previous analysis (2019-09-13) 19:40:28.679 INFO - Compare over 30 days (2019-12-25, analysis of 2019-09-13 14:36:20.0) 19:40:28.681 INFO - Compare to previous version (2019-06-14) 19:40:28.682 INFO - No quality gate is configured. 19:40:28.702 INFO - Base dir: /home/jenkins/agent/workspace/swtbot-sonar/org.eclipse.swtbot.eclipse.ui.test 19:40:28.702 INFO - Working dir: /home/jenkins/agent/workspace/swtbot-sonar/org.eclipse.swtbot.eclipse.ui.test/target/sonar 19:40:28.703 INFO - Source paths: pom.xml, src, functional 19:40:28.703 INFO - Binary dirs: target/classes 19:40:28.703 INFO - Source encoding: UTF-8, default locale: en_US 19:40:28.703 INFO - Index files 19:40:28.703 INFO - Excluded sources: 19:40:28.703 INFO - **/util/*Switch.java 19:40:28.720 INFO - 9 files indexed 19:40:28.801 INFO - Quality profile for java: Sonar way with Findbugs 19:40:28.804 INFO - JaCoCoItSensor: JaCoCo IT report not found: /home/jenkins/agent/workspace/swtbot-sonar/org.eclipse.swtbot.eclipse.ui.test/target/jacoco-it.exec 19:40:28.806 INFO - Sensor JavaSquidSensor... 19:40:28.809 INFO - Configured Java source version (sonar.java.source): 6 19:40:28.809 INFO - JavaClasspath initialization... 19:40:28.888 INFO - JavaClasspath initialization done: 79 ms 19:40:28.889 INFO - JavaTestClasspath initialization... 19:40:28.998 INFO - JavaTestClasspath initialization done: 109 ms 19:40:29.009 INFO - Java Main Files AST scan... 19:40:29.010 INFO - 9 source files to be analyzed 19:40:29.205 ERROR - Class not found: org.eclipse.swtbot.eclipse.finder.SWTWorkbenchBot 19:40:29.224 ERROR - Class not found: org.osgi.annotation.versioning.ProviderType 19:40:29.230 ERROR - Class not found: org.osgi.annotation.versioning.ConsumerType 19:40:29.576 ERROR - Class not found: org.osgi.annotation.versioning.ProviderType 19:40:29.582 ERROR - Class not found: org.osgi.annotation.versioning.ConsumerType 19:40:29.820 INFO - Java Main Files AST scan done: 811 ms 19:40:29.821 INFO - 9/9 source files have been analyzed 19:40:29.822 INFO - Java bytecode scan... 19:40:29.860 WARN - Class 'org/eclipse/swtbot/eclipse/finder/SWTWorkbenchBot' is not accessible through the ClassLoader. 19:40:29.885 WARN - Class 'org/eclipse/swtbot/swt/finder/utils/FileUtils' is not accessible through the ClassLoader. 19:40:29.886 WARN - Class 'org/eclipse/swtbot/eclipse/finder/SWTWorkbenchBot' is not accessible through the ClassLoader. 19:40:29.886 WARN - Class 'org/eclipse/swtbot/eclipse/finder/widgets/SWTBotView' is not accessible through the ClassLoader. 19:40:29.887 WARN - Class 'org/eclipse/swtbot/eclipse/finder/widgets/SWTBotView' is not accessible through the ClassLoader. 19:40:29.888 WARN - Class 'org/eclipse/swtbot/eclipse/finder/SWTWorkbenchBot' is not accessible through the ClassLoader. 19:40:29.888 WARN - Class 'org/eclipse/swtbot/eclipse/finder/SWTWorkbenchBot' is not accessible through the ClassLoader. 19:40:29.888 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotRootMenu' is not accessible through the ClassLoader. 19:40:29.889 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotMenu' is not accessible through the ClassLoader. 19:40:29.889 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotMenu' is not accessible through the ClassLoader. 19:40:29.889 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotMenu' is not accessible through the ClassLoader. 19:40:29.889 WARN - Class 'org/eclipse/swtbot/eclipse/finder/SWTWorkbenchBot' is not accessible through the ClassLoader. 19:40:29.890 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotShell' is not accessible through the ClassLoader. 19:40:29.890 WARN - Class 'org/eclipse/swtbot/eclipse/finder/SWTWorkbenchBot' is not accessible through the ClassLoader. 19:40:29.890 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotTree' is not accessible through the ClassLoader. 19:40:29.890 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotTreeItem' is not accessible through the ClassLoader. 19:40:29.891 WARN - Class 'org/eclipse/swtbot/eclipse/finder/SWTWorkbenchBot' is not accessible through the ClassLoader. 19:40:29.891 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotButton' is not accessible through the ClassLoader. 19:40:29.891 WARN - Class 'org/eclipse/swtbot/eclipse/finder/SWTWorkbenchBot' is not accessible through the ClassLoader. 19:40:29.892 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotText' is not accessible through the ClassLoader. 19:40:29.892 WARN - Class 'org/eclipse/swtbot/eclipse/finder/SWTWorkbenchBot' is not accessible through the ClassLoader. 19:40:29.892 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotText' is not accessible through the ClassLoader. 19:40:29.892 WARN - Class 'org/eclipse/swtbot/eclipse/finder/SWTWorkbenchBot' is not accessible through the ClassLoader. 19:40:29.893 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotText' is not accessible through the ClassLoader. 19:40:29.893 WARN - Class 'org/eclipse/swtbot/eclipse/finder/SWTWorkbenchBot' is not accessible through the ClassLoader. 19:40:29.893 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotButton' is not accessible through the ClassLoader. 19:40:29.893 WARN - Class 'org/eclipse/swtbot/swt/finder/waits/Conditions' is not accessible through the ClassLoader. 19:40:29.894 WARN - Class 'org/eclipse/swtbot/eclipse/finder/SWTWorkbenchBot' is not accessible through the ClassLoader. 19:40:29.894 WARN - Class 'org/eclipse/swtbot/eclipse/ui/launcher/SWTBotJUnitTabGroup' is not accessible through the ClassLoader. 19:40:29.894 WARN - Class 'org/eclipse/swtbot/eclipse/ui/launcher/SWTBotJUnitTabGroup' is not accessible through the ClassLoader. 19:40:29.908 WARN - Class 'org/eclipse/swtbot/eclipse/ui/preferences/PreferenceInitializer' is not accessible through the ClassLoader. 19:40:29.914 WARN - Class 'org/eclipse/swtbot/eclipse/ui/preferences/PreferenceInitializer' is not accessible through the ClassLoader. 19:40:29.914 WARN - Class 'org/eclipse/swtbot/eclipse/ui/project/ProjectCreator' is not accessible through the ClassLoader. 19:40:29.914 WARN - Class 'org/eclipse/swtbot/eclipse/ui/project/ProjectCreator' is not accessible through the ClassLoader. 19:40:29.915 WARN - Class 'org/eclipse/swtbot/eclipse/ui/project/Templatizer' is not accessible through the ClassLoader. 19:40:29.915 WARN - Class 'org/eclipse/swtbot/eclipse/ui/project/Templatizer' is not accessible through the ClassLoader. 19:40:29.916 WARN - Class 'org/eclipse/swtbot/eclipse/ui/wizards/WizardPageSettings' is not accessible through the ClassLoader. 19:40:29.917 WARN - Class 'org/eclipse/swtbot/eclipse/ui/wizards/ProjectSettingValidator' is not accessible through the ClassLoader. 19:40:29.917 WARN - Class 'org/eclipse/swtbot/eclipse/ui/wizards/ProjectSettingValidator' is not accessible through the ClassLoader. 19:40:29.917 WARN - Class 'org/eclipse/swtbot/eclipse/ui/wizards/ProjectSettingValidator' is not accessible through the ClassLoader. 19:40:29.918 WARN - Class 'org/eclipse/swtbot/eclipse/ui/wizards/ProjectSettingValidator' is not accessible through the ClassLoader. 19:40:29.918 WARN - Class 'org/eclipse/swtbot/eclipse/ui/wizards/ProjectSettingValidator' is not accessible through the ClassLoader. 19:40:29.918 WARN - Class 'org/eclipse/swtbot/eclipse/ui/wizards/ProjectSettingValidator' is not accessible through the ClassLoader. 19:40:29.919 WARN - Class 'org/eclipse/swtbot/eclipse/ui/wizards/ProjectSettingValidator' is not accessible through the ClassLoader. 19:40:29.919 WARN - Class 'org/eclipse/swtbot/eclipse/ui/wizards/ProjectSettingValidator' is not accessible through the ClassLoader. 19:40:29.919 WARN - Class 'org/eclipse/swtbot/eclipse/ui/wizards/ProjectSettingValidator' is not accessible through the ClassLoader. 19:40:29.919 WARN - Class 'org/eclipse/swtbot/eclipse/ui/wizards/ProjectSettingValidator' is not accessible through the ClassLoader. 19:40:29.922 INFO - Java bytecode scan done: 100 ms 19:40:29.922 INFO - Java Test Files AST scan... 19:40:29.922 INFO - 0 source files to be analyzed 19:40:29.923 INFO - Java Test Files AST scan done: 1 ms 19:40:29.923 INFO - Package design analysis... 19:40:29.923 INFO - 0/0 source files have been analyzed 19:40:29.927 INFO - Package design analysis done: 4 ms 19:40:29.928 INFO - Sensor JavaSquidSensor done: 1122 ms 19:40:29.930 INFO - Sensor QProfileSensor... 19:40:29.931 INFO - Sensor QProfileSensor done: 1 ms 19:40:29.931 INFO - Sensor InitialOpenIssuesSensor... 19:40:29.939 INFO - Sensor InitialOpenIssuesSensor done: 8 ms 19:40:29.939 INFO - Sensor ProjectLinksSensor... 19:40:29.953 INFO - Sensor ProjectLinksSensor done: 14 ms 19:40:29.954 INFO - Sensor VersionEventsSensor... 19:40:29.963 INFO - Sensor VersionEventsSensor done: 9 ms 19:40:29.964 INFO - Sensor FileHashSensor... 19:40:29.964 INFO - Sensor FileHashSensor done: 0 ms 19:40:29.964 INFO - Sensor org.sonar.plugins.findbugs.FindbugsSensor@33112644... 19:40:29.966 INFO - Execute Findbugs 3.0.1... 19:40:30.022 INFO - Findbugs output report: /home/jenkins/agent/workspace/swtbot-sonar/org.eclipse.swtbot.eclipse.ui.test/target/sonar/findbugs-result.xml The following classes needed for analysis were missing: org.eclipse.swtbot.eclipse.ui.wizards.WizardPageSettings org.eclipse.swtbot.eclipse.ui.project.Templatizer org.eclipse.swtbot.eclipse.ui.preferences.PreferenceInitializer org.eclipse.swtbot.eclipse.ui.project.ProjectCreator org.eclipse.swtbot.eclipse.ui.launcher.SWTBotJUnitTabGroup org.eclipse.swtbot.eclipse.ui.wizards.ProjectSettingValidator org.eclipse.swtbot.eclipse.finder.SWTWorkbenchBot org.eclipse.swtbot.swt.finder.utils.FileUtils org.eclipse.swtbot.eclipse.finder.widgets.SWTBotView org.eclipse.swtbot.swt.finder.widgets.SWTBotShell org.eclipse.swtbot.swt.finder.widgets.SWTBotRootMenu org.eclipse.swtbot.swt.finder.widgets.SWTBotMenu org.eclipse.swtbot.swt.finder.widgets.SWTBotTree org.eclipse.swtbot.swt.finder.widgets.SWTBotTreeItem org.eclipse.swtbot.swt.finder.widgets.SWTBotButton org.eclipse.swtbot.swt.finder.widgets.SWTBotText org.eclipse.swtbot.swt.finder.waits.Conditions org.eclipse.swtbot.swt.finder.waits.ICondition 19:40:31.383 INFO - Execute Findbugs 3.0.1 done: 1417 ms 19:40:31.383 INFO - Sensor org.sonar.plugins.findbugs.FindbugsSensor@33112644 done: 1419 ms 19:40:31.383 INFO - Sensor SurefireSensor... 19:40:31.383 INFO - parsing /home/jenkins/agent/workspace/swtbot-sonar/org.eclipse.swtbot.eclipse.ui.test/target/surefire-reports 19:40:31.669 INFO - Sensor SurefireSensor done: 286 ms 19:40:31.669 INFO - Sensor JaCoCoOverallSensor... 19:40:31.669 WARN - You are not using the latest JaCoCo binary format version, please consider upgrading to latest JaCoCo version. 19:40:31.669 INFO - Analysing /home/jenkins/agent/workspace/swtbot-sonar/org.eclipse.swtbot.eclipse.ui.test/../target/jacoco.exec 19:40:31.673 WARN - You are not using the latest JaCoCo binary format version, please consider upgrading to latest JaCoCo version. 19:40:31.674 INFO - Analysing /home/jenkins/agent/workspace/swtbot-sonar/org.eclipse.swtbot.eclipse.ui.test/target/sonar/jacoco-overall.exec 19:40:31.678 INFO - No information about coverage per test. 19:40:31.678 INFO - Sensor JaCoCoOverallSensor done: 9 ms 19:40:31.678 INFO - Sensor PmdSensor... 19:40:31.679 INFO - Execute PMD 5.4.2... 19:40:31.685 INFO - Java version: 1.6 19:40:31.687 INFO - PMD configuration: /home/jenkins/agent/workspace/swtbot-sonar/org.eclipse.swtbot.eclipse.ui.test/target/sonar/pmd.xml 19:40:32.414 INFO - Execute PMD 5.4.2 done: 735 ms 19:40:32.418 INFO - Sensor PmdSensor done: 740 ms 19:40:32.418 INFO - Sensor CheckstyleSensor... 19:40:32.418 INFO - Execute Checkstyle ${checkstyle.version}... 19:40:32.456 INFO - Checkstyle configuration: /home/jenkins/agent/workspace/swtbot-sonar/org.eclipse.swtbot.eclipse.ui.test/target/sonar/checkstyle.xml 19:40:32.837 INFO - Execute Checkstyle ${checkstyle.version} done: 419 ms 19:40:32.837 INFO - Sensor CheckstyleSensor done: 419 ms 19:40:32.837 INFO - Sensor JaCoCoSensor... 19:40:32.838 WARN - You are not using the latest JaCoCo binary format version, please consider upgrading to latest JaCoCo version. 19:40:32.838 INFO - Analysing /home/jenkins/agent/workspace/swtbot-sonar/org.eclipse.swtbot.eclipse.ui.test/../target/jacoco.exec 19:40:32.845 INFO - No information about coverage per test. 19:40:32.845 INFO - Sensor JaCoCoSensor done: 8 ms 19:40:32.845 INFO - Sensor CPD Sensor (wrapped)... 19:40:32.845 INFO - JavaCpdEngine is used for java 19:40:32.845 INFO - Cross-project analysis disabled 19:40:32.854 INFO - Sensor CPD Sensor (wrapped) done: 9 ms 19:40:33.025 INFO - Execute decorators... 19:40:33.179 INFO - ------------- Scan org.eclipse.swtbot.swt.finder.test.keyboards 19:40:33.180 INFO - Load module settings 19:40:33.273 INFO - Configure Maven plugins 19:40:33.276 INFO - Compare to previous analysis (2019-09-13) 19:40:33.278 INFO - Compare over 30 days (2019-12-25, analysis of 2019-09-13 14:36:20.0) 19:40:33.280 INFO - Compare to previous version (2019-06-14) 19:40:33.280 INFO - No quality gate is configured. 19:40:33.292 INFO - Base dir: /home/jenkins/agent/workspace/swtbot-sonar/org.eclipse.swtbot.swt.finder.test.keyboards 19:40:33.293 INFO - Working dir: /home/jenkins/agent/workspace/swtbot-sonar/org.eclipse.swtbot.swt.finder.test.keyboards/target/sonar 19:40:33.293 INFO - Source paths: pom.xml, src 19:40:33.293 INFO - Binary dirs: target/classes 19:40:33.293 INFO - Source encoding: UTF-8, default locale: en_US 19:40:33.293 INFO - Index files 19:40:33.293 INFO - Excluded sources: 19:40:33.293 INFO - **/util/*Switch.java 19:40:33.303 INFO - 0 files indexed 19:40:33.304 INFO - JaCoCoItSensor: JaCoCo IT report not found: /home/jenkins/agent/workspace/swtbot-sonar/org.eclipse.swtbot.swt.finder.test.keyboards/target/jacoco-it.exec 19:40:33.306 INFO - Sensor QProfileSensor... 19:40:33.306 INFO - Sensor QProfileSensor done: 0 ms 19:40:33.306 INFO - Sensor InitialOpenIssuesSensor... 19:40:33.311 INFO - Sensor InitialOpenIssuesSensor done: 5 ms 19:40:33.311 INFO - Sensor ProjectLinksSensor... 19:40:33.323 INFO - Sensor ProjectLinksSensor done: 12 ms 19:40:33.324 INFO - Sensor VersionEventsSensor... 19:40:33.330 INFO - Sensor VersionEventsSensor done: 6 ms 19:40:33.330 INFO - Sensor FileHashSensor... 19:40:33.330 INFO - Sensor FileHashSensor done: 0 ms 19:40:33.330 INFO - Sensor CPD Sensor (wrapped)... 19:40:33.330 INFO - Sensor CPD Sensor (wrapped) done: 0 ms 19:40:33.523 INFO - Execute decorators... 19:40:33.549 INFO - ------------- Scan org.eclipse.swtbot.forms.finder.test 19:40:33.549 INFO - Load module settings 19:40:33.643 INFO - Configure Maven plugins 19:40:33.646 INFO - Compare to previous analysis (2019-09-13) 19:40:33.647 INFO - Compare over 30 days (2019-12-25, analysis of 2019-09-13 14:36:20.0) 19:40:33.649 INFO - Compare to previous version (2019-06-14) 19:40:33.649 INFO - No quality gate is configured. 19:40:33.665 INFO - Base dir: /home/jenkins/agent/workspace/swtbot-sonar/org.eclipse.swtbot.forms.finder.test 19:40:33.665 INFO - Working dir: /home/jenkins/agent/workspace/swtbot-sonar/org.eclipse.swtbot.forms.finder.test/target/sonar 19:40:33.665 INFO - Source paths: pom.xml, src 19:40:33.665 INFO - Binary dirs: target/classes 19:40:33.665 INFO - Source encoding: UTF-8, default locale: en_US 19:40:33.665 INFO - Index files 19:40:33.665 INFO - Excluded sources: 19:40:33.666 INFO - **/util/*Switch.java 19:40:33.679 INFO - 4 files indexed 19:40:33.737 INFO - Quality profile for java: Sonar way with Findbugs 19:40:33.739 INFO - JaCoCoItSensor: JaCoCo IT report not found: /home/jenkins/agent/workspace/swtbot-sonar/org.eclipse.swtbot.forms.finder.test/target/jacoco-it.exec 19:40:33.741 INFO - Sensor JavaSquidSensor... 19:40:33.744 INFO - Configured Java source version (sonar.java.source): 6 19:40:33.744 INFO - JavaClasspath initialization... 19:40:33.802 INFO - JavaClasspath initialization done: 58 ms 19:40:33.802 INFO - JavaTestClasspath initialization... 19:40:33.873 INFO - JavaTestClasspath initialization done: 71 ms 19:40:33.880 INFO - Java Main Files AST scan... 19:40:33.880 INFO - 4 source files to be analyzed 19:40:34.051 ERROR - Class not found: org.eclipse.swtbot.forms.finder.SWTFormsBot 19:40:34.051 ERROR - Class not found: org.eclipse.swtbot.eclipse.finder.SWTWorkbenchBot 19:40:34.052 ERROR - Class not found: org.eclipse.swtbot.swt.finder.widgets.SWTBotButton 19:40:34.117 ERROR - Class not found: org.eclipse.swtbot.forms.finder.SWTFormsBot 19:40:34.117 ERROR - Class not found: org.eclipse.swtbot.eclipse.finder.SWTWorkbenchBot 19:40:34.118 ERROR - Class not found: org.eclipse.swtbot.swt.finder.widgets.SWTBotButton 19:40:34.136 INFO - Java Main Files AST scan done: 256 ms 19:40:34.137 INFO - 4/4 source files have been analyzed 19:40:34.137 INFO - Java bytecode scan... 19:40:34.160 WARN - Class 'org/eclipse/swtbot/forms/finder/SWTFormsBot' is not accessible through the ClassLoader. 19:40:34.161 WARN - Class 'org/eclipse/swtbot/eclipse/finder/SWTWorkbenchBot' is not accessible through the ClassLoader. 19:40:34.161 WARN - Class 'org/eclipse/swtbot/forms/finder/SWTFormsBot' is not accessible through the ClassLoader. 19:40:34.161 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotMenu' is not accessible through the ClassLoader. 19:40:34.161 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotMenu' is not accessible through the ClassLoader. 19:40:34.161 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotMenu' is not accessible through the ClassLoader. 19:40:34.162 WARN - Class 'org/eclipse/swtbot/forms/finder/SWTFormsBot' is not accessible through the ClassLoader. 19:40:34.162 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotShell' is not accessible through the ClassLoader. 19:40:34.162 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:40:34.162 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotTree' is not accessible through the ClassLoader. 19:40:34.162 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotTreeItem' is not accessible through the ClassLoader. 19:40:34.163 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotTreeItem' is not accessible through the ClassLoader. 19:40:34.163 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotTreeItem' is not accessible through the ClassLoader. 19:40:34.163 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotButton' is not accessible through the ClassLoader. 19:40:34.163 WARN - Class 'org/eclipse/swtbot/eclipse/finder/SWTWorkbenchBot' is not accessible through the ClassLoader. 19:40:34.163 WARN - Class 'org/eclipse/swtbot/forms/finder/SWTFormsBot' is not accessible through the ClassLoader. 19:40:34.164 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotButton' is not accessible through the ClassLoader. 19:40:34.164 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotButton' is not accessible through the ClassLoader. 19:40:34.165 WARN - Class 'org/eclipse/swtbot/forms/finder/SWTFormsBot' is not accessible through the ClassLoader. 19:40:34.165 WARN - Class 'org/eclipse/swtbot/eclipse/finder/SWTWorkbenchBot' is not accessible through the ClassLoader. 19:40:34.165 WARN - Class 'org/eclipse/swtbot/eclipse/finder/widgets/SWTBotView' is not accessible through the ClassLoader. 19:40:34.166 WARN - Class 'org/eclipse/swtbot/eclipse/finder/SWTWorkbenchBot' is not accessible through the ClassLoader. 19:40:34.166 WARN - Class 'org/eclipse/swtbot/eclipse/finder/widgets/SWTBotView' is not accessible through the ClassLoader. 19:40:34.166 WARN - Class 'org/eclipse/swtbot/eclipse/finder/SWTWorkbenchBot' is not accessible through the ClassLoader. 19:40:34.166 WARN - Class 'org/eclipse/swtbot/eclipse/finder/widgets/SWTBotEditor' is not accessible through the ClassLoader. 19:40:34.167 WARN - Class 'org/eclipse/swtbot/forms/finder/SWTFormsBot' is not accessible through the ClassLoader. 19:40:34.168 WARN - Class 'org/eclipse/swtbot/forms/finder/widgets/SWTBotHyperlink' is not accessible through the ClassLoader. 19:40:34.168 WARN - Class 'org/eclipse/swtbot/swt/finder/matchers/WidgetMatcherFactory' is not accessible through the ClassLoader. 19:40:34.168 WARN - Class 'org/eclipse/swtbot/forms/finder/SWTFormsBot' is not accessible through the ClassLoader. 19:40:34.168 WARN - Class 'org/eclipse/swtbot/forms/finder/widgets/SWTBotHyperlink' is not accessible through the ClassLoader. 19:40:34.169 WARN - Class 'org/eclipse/swtbot/forms/finder/widgets/SWTBotHyperlink' is not accessible through the ClassLoader. 19:40:34.169 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBotAssert' is not accessible through the ClassLoader. 19:40:34.169 WARN - Class 'org/eclipse/swtbot/forms/finder/SWTFormsBot' is not accessible through the ClassLoader. 19:40:34.169 WARN - Class 'org/eclipse/swtbot/forms/finder/widgets/SWTBotImageHyperlink' is not accessible through the ClassLoader. 19:40:34.170 WARN - Class 'org/eclipse/swtbot/swt/finder/matchers/WidgetMatcherFactory' is not accessible through the ClassLoader. 19:40:34.170 WARN - Class 'org/eclipse/swtbot/forms/finder/SWTFormsBot' is not accessible through the ClassLoader. 19:40:34.170 WARN - Class 'org/eclipse/swtbot/forms/finder/widgets/SWTBotImageHyperlink' is not accessible through the ClassLoader. 19:40:34.170 WARN - Class 'org/eclipse/swtbot/forms/finder/widgets/SWTBotImageHyperlink' is not accessible through the ClassLoader. 19:40:34.170 WARN - Class 'org/eclipse/swtbot/forms/finder/SWTFormsBot' is not accessible through the ClassLoader. 19:40:34.171 WARN - Class 'org/eclipse/swtbot/forms/finder/widgets/SWTBotImageHyperlink' is not accessible through the ClassLoader. 19:40:34.171 WARN - Class 'org/eclipse/swtbot/swt/finder/matchers/WidgetMatcherFactory' is not accessible through the ClassLoader. 19:40:34.171 WARN - Class 'org/eclipse/swtbot/forms/finder/SWTFormsBot' is not accessible through the ClassLoader. 19:40:34.171 WARN - Class 'org/eclipse/swtbot/forms/finder/widgets/SWTBotImageHyperlink' is not accessible through the ClassLoader. 19:40:34.172 WARN - Class 'org/eclipse/swtbot/forms/finder/widgets/SWTBotImageHyperlink' is not accessible through the ClassLoader. 19:40:34.173 INFO - Java bytecode scan done: 36 ms 19:40:34.173 INFO - Java Test Files AST scan... 19:40:34.173 INFO - 0 source files to be analyzed 19:40:34.174 INFO - Java Test Files AST scan done: 1 ms 19:40:34.174 INFO - Package design analysis... 19:40:34.174 INFO - 0/0 source files have been analyzed 19:40:34.177 INFO - Package design analysis done: 3 ms 19:40:34.177 INFO - Sensor JavaSquidSensor done: 436 ms 19:40:34.179 INFO - Sensor QProfileSensor... 19:40:34.179 INFO - Sensor QProfileSensor done: 0 ms 19:40:34.179 INFO - Sensor InitialOpenIssuesSensor... 19:40:34.187 INFO - Sensor InitialOpenIssuesSensor done: 8 ms 19:40:34.187 INFO - Sensor ProjectLinksSensor... 19:40:34.200 INFO - Sensor ProjectLinksSensor done: 13 ms 19:40:34.201 INFO - Sensor VersionEventsSensor... 19:40:34.208 INFO - Sensor VersionEventsSensor done: 7 ms 19:40:34.208 INFO - Sensor FileHashSensor... 19:40:34.208 INFO - Sensor FileHashSensor done: 0 ms 19:40:34.208 INFO - Sensor org.sonar.plugins.findbugs.FindbugsSensor@7337a9e2... 19:40:34.209 INFO - Execute Findbugs 3.0.1... 19:40:34.259 INFO - Findbugs output report: /home/jenkins/agent/workspace/swtbot-sonar/org.eclipse.swtbot.forms.finder.test/target/sonar/findbugs-result.xml The following classes needed for analysis were missing: org.eclipse.swtbot.forms.finder.widgets.SWTBotImageHyperlink org.eclipse.swtbot.forms.finder.SWTFormsBot org.eclipse.swtbot.swt.finder.matchers.WidgetMatcherFactory org.eclipse.swtbot.eclipse.finder.SWTWorkbenchBot org.eclipse.swtbot.swt.finder.widgets.SWTBotMenu org.eclipse.swtbot.swt.finder.widgets.SWTBotShell org.eclipse.swtbot.swt.finder.SWTBot org.eclipse.swtbot.swt.finder.widgets.SWTBotTree org.eclipse.swtbot.swt.finder.widgets.SWTBotTreeItem org.eclipse.swtbot.swt.finder.widgets.SWTBotButton org.eclipse.swtbot.eclipse.finder.widgets.SWTBotView org.eclipse.swtbot.eclipse.finder.widgets.SWTBotEditor org.eclipse.swtbot.forms.finder.widgets.SWTBotHyperlink org.eclipse.swtbot.swt.finder.SWTBotAssert org.eclipse.swtbot.swt.finder.utils.SWTBotPreferences org.eclipse.swtbot.swt.finder.exceptions.WidgetNotFoundException 19:40:35.519 INFO - Execute Findbugs 3.0.1 done: 1310 ms 19:40:35.521 INFO - Sensor org.sonar.plugins.findbugs.FindbugsSensor@7337a9e2 done: 1313 ms 19:40:35.521 INFO - Sensor SurefireSensor... 19:40:35.521 INFO - parsing /home/jenkins/agent/workspace/swtbot-sonar/org.eclipse.swtbot.forms.finder.test/target/surefire-reports 19:40:35.556 INFO - Sensor SurefireSensor done: 35 ms 19:40:35.556 INFO - Sensor JaCoCoOverallSensor... 19:40:35.557 WARN - You are not using the latest JaCoCo binary format version, please consider upgrading to latest JaCoCo version. 19:40:35.557 INFO - Analysing /home/jenkins/agent/workspace/swtbot-sonar/org.eclipse.swtbot.forms.finder.test/../target/jacoco.exec 19:40:35.562 WARN - You are not using the latest JaCoCo binary format version, please consider upgrading to latest JaCoCo version. 19:40:35.562 INFO - Analysing /home/jenkins/agent/workspace/swtbot-sonar/org.eclipse.swtbot.forms.finder.test/target/sonar/jacoco-overall.exec 19:40:35.568 INFO - No information about coverage per test. 19:40:35.568 INFO - Sensor JaCoCoOverallSensor done: 12 ms 19:40:35.568 INFO - Sensor PmdSensor... 19:40:35.568 INFO - Execute PMD 5.4.2... 19:40:35.572 INFO - Java version: 1.6 19:40:35.574 INFO - PMD configuration: /home/jenkins/agent/workspace/swtbot-sonar/org.eclipse.swtbot.forms.finder.test/target/sonar/pmd.xml 19:40:35.970 INFO - Execute PMD 5.4.2 done: 402 ms 19:40:35.972 INFO - Sensor PmdSensor done: 404 ms 19:40:35.972 INFO - Sensor CheckstyleSensor... 19:40:35.972 INFO - Execute Checkstyle ${checkstyle.version}... 19:40:35.974 INFO - Checkstyle configuration: /home/jenkins/agent/workspace/swtbot-sonar/org.eclipse.swtbot.forms.finder.test/target/sonar/checkstyle.xml 19:40:36.356 INFO - Execute Checkstyle ${checkstyle.version} done: 384 ms 19:40:36.356 INFO - Sensor CheckstyleSensor done: 384 ms 19:40:36.356 INFO - Sensor JaCoCoSensor... 19:40:36.357 WARN - You are not using the latest JaCoCo binary format version, please consider upgrading to latest JaCoCo version. 19:40:36.357 INFO - Analysing /home/jenkins/agent/workspace/swtbot-sonar/org.eclipse.swtbot.forms.finder.test/../target/jacoco.exec 19:40:36.363 INFO - No information about coverage per test. 19:40:36.364 INFO - Sensor JaCoCoSensor done: 8 ms 19:40:36.364 INFO - Sensor CPD Sensor (wrapped)... 19:40:36.364 INFO - JavaCpdEngine is used for java 19:40:36.364 INFO - Cross-project analysis disabled 19:40:36.370 INFO - Sensor CPD Sensor (wrapped) done: 6 ms 19:40:36.534 INFO - Execute decorators... 19:40:36.635 INFO - ------------- Scan org.eclipse.swtbot.eclipse.finder.test 19:40:36.637 INFO - Load module settings 19:40:36.732 INFO - Configure Maven plugins 19:40:36.734 INFO - Compare to previous analysis (2019-09-13) 19:40:36.736 INFO - Compare over 30 days (2019-12-25, analysis of 2019-09-13 14:36:20.0) 19:40:36.737 INFO - Compare to previous version (2019-06-14) 19:40:36.738 INFO - No quality gate is configured. 19:40:36.756 INFO - Base dir: /home/jenkins/agent/workspace/swtbot-sonar/org.eclipse.swtbot.eclipse.finder.test 19:40:36.756 INFO - Working dir: /home/jenkins/agent/workspace/swtbot-sonar/org.eclipse.swtbot.eclipse.finder.test/target/sonar 19:40:36.756 INFO - Source paths: pom.xml, src 19:40:36.756 INFO - Binary dirs: target/classes 19:40:36.756 INFO - Source encoding: UTF-8, default locale: en_US 19:40:36.756 INFO - Index files 19:40:36.756 INFO - Excluded sources: 19:40:36.756 INFO - **/util/*Switch.java 19:40:36.792 INFO - 27 files indexed 19:40:37.050 INFO - Quality profile for java: Sonar way with Findbugs 19:40:37.058 INFO - JaCoCoItSensor: JaCoCo IT report not found: /home/jenkins/agent/workspace/swtbot-sonar/org.eclipse.swtbot.eclipse.finder.test/target/jacoco-it.exec 19:40:37.060 INFO - Sensor JavaSquidSensor... 19:40:37.063 INFO - Configured Java source version (sonar.java.source): 6 19:40:37.063 INFO - JavaClasspath initialization... 19:40:37.134 INFO - JavaClasspath initialization done: 71 ms 19:40:37.134 INFO - JavaTestClasspath initialization... 19:40:37.252 INFO - JavaTestClasspath initialization done: 118 ms 19:40:37.260 INFO - Java Main Files AST scan... 19:40:37.260 INFO - 27 source files to be analyzed 19:40:37.345 ERROR - Class not found: org.osgi.annotation.versioning.ConsumerType 19:40:37.345 ERROR - Class not found: org.osgi.annotation.versioning.ProviderType 19:40:37.570 ERROR - Class not found: org.eclipse.swtbot.eclipse.finder.SWTWorkbenchBot 19:40:38.254 ERROR - Class not found: org.osgi.annotation.versioning.ProviderType 19:40:38.260 ERROR - Class not found: org.osgi.annotation.versioning.ConsumerType 19:40:39.620 ERROR - Class not found: org.eclipse.swtbot.eclipse.finder.SWTWorkbenchBot 19:40:39.626 ERROR - Class not found: org.eclipse.swtbot.swt.finder.widgets.SWTBotTree 19:40:39.626 ERROR - Class not found: org.eclipse.swtbot.swt.finder.exceptions.WidgetNotFoundException 19:40:39.627 ERROR - Class not found: org.eclipse.swtbot.eclipse.finder.widgets.SWTBotView 19:40:39.706 ERROR - Class not found: org.eclipse.swtbot.eclipse.finder.SWTWorkbenchBot 19:40:39.793 ERROR - Class not found: org.eclipse.swtbot.eclipse.finder.SWTWorkbenchBot 19:40:39.801 ERROR - Class not found: org.eclipse.swtbot.swt.finder.widgets.SWTBotTree 19:40:39.802 ERROR - Class not found: org.eclipse.swtbot.swt.finder.exceptions.WidgetNotFoundException 19:40:39.802 ERROR - Class not found: org.eclipse.swtbot.eclipse.finder.widgets.SWTBotView 19:40:39.979 ERROR - Class not found: org.eclipse.swtbot.eclipse.finder.SWTWorkbenchBot 19:40:40.062 ERROR - Class not found: org.eclipse.swtbot.eclipse.finder.SWTWorkbenchBot 19:40:40.169 ERROR - Class not found: org.eclipse.swtbot.eclipse.finder.SWTWorkbenchBot 19:40:40.378 INFO - Java Main Files AST scan done: 3118 ms 19:40:40.379 INFO - 27/27 source files have been analyzed 19:40:40.382 INFO - Java bytecode scan... 19:40:40.458 WARN - Class 'org/eclipse/swtbot/eclipse/finder/exceptions/QuickFixNotFoundException' is not accessible through the ClassLoader. 19:40:40.458 WARN - Class 'org/eclipse/swtbot/eclipse/finder/exceptions/QuickFixNotFoundException' is not accessible through the ClassLoader. 19:40:40.460 WARN - Class 'org/eclipse/swtbot/eclipse/finder/exceptions/QuickFixNotFoundException' is not accessible through the ClassLoader. 19:40:40.460 WARN - Class 'org/eclipse/swtbot/eclipse/finder/exceptions/QuickFixNotFoundException' is not accessible through the ClassLoader. 19:40:40.460 WARN - Class 'org/eclipse/swtbot/eclipse/finder/exceptions/QuickFixNotFoundException' is not accessible through the ClassLoader. 19:40:40.460 WARN - Class 'org/eclipse/swtbot/eclipse/finder/exceptions/QuickFixNotFoundException' is not accessible through the ClassLoader. 19:40:40.460 WARN - Class 'org/eclipse/swtbot/eclipse/finder/exceptions/QuickFixNotFoundException' is not accessible through the ClassLoader. 19:40:40.461 WARN - Class 'org/eclipse/swtbot/eclipse/finder/SWTWorkbenchBot' is not accessible through the ClassLoader. 19:40:40.461 WARN - Class 'org/eclipse/swtbot/eclipse/finder/finders/CommandFinder' is not accessible through the ClassLoader. 19:40:40.465 WARN - Class 'org/eclipse/swtbot/eclipse/finder/finders/CommandFinder' is not accessible through the ClassLoader. 19:40:40.466 WARN - Class 'org/eclipse/swtbot/eclipse/finder/widgets/SWTBotCommand' is not accessible through the ClassLoader. 19:40:40.466 WARN - Class 'org/eclipse/swtbot/eclipse/finder/widgets/SWTBotCommand' is not accessible through the ClassLoader. 19:40:40.466 WARN - Class 'org/eclipse/swtbot/eclipse/finder/SWTWorkbenchBot' is not accessible through the ClassLoader. 19:40:40.467 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotShell' is not accessible through the ClassLoader. 19:40:40.467 WARN - Class 'org/eclipse/swtbot/eclipse/finder/SWTWorkbenchBot' is not accessible through the ClassLoader. 19:40:40.467 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotButton' is not accessible through the ClassLoader. 19:40:40.467 WARN - Class 'org/eclipse/swtbot/eclipse/finder/finders/CommandFinder' is not accessible through the ClassLoader. 19:40:40.468 WARN - Class 'org/eclipse/swtbot/swt/finder/matchers/WidgetMatcherFactory' is not accessible through the ClassLoader. 19:40:40.468 WARN - Class 'org/eclipse/swtbot/eclipse/finder/finders/CommandFinder' is not accessible through the ClassLoader. 19:40:40.612 WARN - Class 'org/eclipse/swtbot/eclipse/finder/SWTWorkbenchBot' is not accessible through the ClassLoader. 19:40:40.612 WARN - Class 'org/eclipse/swtbot/eclipse/finder/SWTWorkbenchBot' is not accessible through the ClassLoader. 19:40:40.612 WARN - Class 'org/eclipse/swtbot/eclipse/finder/widgets/SWTBotView' is not accessible through the ClassLoader. 19:40:40.612 WARN - Class 'org/eclipse/swtbot/eclipse/finder/widgets/SWTBotView' is not accessible through the ClassLoader. 19:40:40.613 WARN - Class 'org/eclipse/swtbot/eclipse/finder/SWTWorkbenchBot' is not accessible through the ClassLoader. 19:40:40.613 WARN - Class 'org/eclipse/swtbot/eclipse/finder/SWTWorkbenchBot' is not accessible through the ClassLoader. 19:40:40.614 WARN - Class 'org/eclipse/swtbot/swt/finder/exceptions/WidgetNotFoundException' is not accessible through the ClassLoader. 19:40:40.614 WARN - Class 'org/eclipse/swtbot/swt/finder/exceptions/WidgetNotFoundException' is not accessible through the ClassLoader. 19:40:40.614 WARN - Class 'org/eclipse/swtbot/eclipse/finder/widgets/SWTBotEclipseEditor' is not accessible through the ClassLoader. 19:40:40.614 WARN - Class 'org/eclipse/swtbot/eclipse/finder/widgets/SWTBotEclipseEditor' is not accessible through the ClassLoader. 19:40:40.615 WARN - Class 'org/eclipse/swtbot/eclipse/finder/widgets/SWTBotEclipseEditor' is not accessible through the ClassLoader. 19:40:40.615 WARN - Class 'org/eclipse/swtbot/eclipse/finder/widgets/SWTBotEclipseEditor' is not accessible through the ClassLoader. 19:40:40.615 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBotAssert' is not accessible through the ClassLoader. 19:40:40.615 WARN - Class 'org/eclipse/swtbot/eclipse/finder/widgets/SWTBotEclipseEditor' is not accessible through the ClassLoader. 19:40:40.615 WARN - Class 'org/eclipse/swtbot/eclipse/finder/widgets/SWTBotEclipseEditor' is not accessible through the ClassLoader. 19:40:40.616 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBotAssert' is not accessible through the ClassLoader. 19:40:40.616 WARN - Class 'org/eclipse/swtbot/eclipse/finder/SWTWorkbenchBot' is not accessible through the ClassLoader. 19:40:40.616 WARN - Class 'org/eclipse/swtbot/eclipse/finder/widgets/SWTBotEditor' is not accessible through the ClassLoader. 19:40:40.616 WARN - Class 'org/eclipse/swtbot/eclipse/finder/widgets/SWTBotEclipseEditor' is not accessible through the ClassLoader. 19:40:40.617 WARN - Class 'org/eclipse/swtbot/eclipse/finder/SWTWorkbenchBot' is not accessible through the ClassLoader. 19:40:40.617 WARN - Class 'org/eclipse/swtbot/eclipse/finder/SWTWorkbenchBot' is not accessible through the ClassLoader. 19:40:40.617 WARN - Class 'org/eclipse/swtbot/eclipse/finder/widgets/SWTBotEditor' is not accessible through the ClassLoader. 19:40:40.617 WARN - Class 'org/eclipse/swtbot/eclipse/finder/SWTWorkbenchBot' is not accessible through the ClassLoader. 19:40:40.617 WARN - Class 'org/eclipse/swtbot/eclipse/finder/widgets/SWTBotEditor' is not accessible through the ClassLoader. 19:40:40.618 WARN - Class 'org/eclipse/swtbot/eclipse/finder/SWTWorkbenchBot' is not accessible through the ClassLoader. 19:40:40.618 WARN - Class 'org/eclipse/swtbot/eclipse/finder/widgets/SWTBotEditor' is not accessible through the ClassLoader. 19:40:40.618 WARN - Class 'org/eclipse/swtbot/eclipse/finder/SWTWorkbenchBot' is not accessible through the ClassLoader. 19:40:40.618 WARN - Class 'org/eclipse/swtbot/eclipse/finder/widgets/SWTBotEditor' is not accessible through the ClassLoader. 19:40:40.618 WARN - Class 'org/eclipse/swtbot/eclipse/finder/SWTWorkbenchBot' is not accessible through the ClassLoader. 19:40:40.619 WARN - Class 'org/eclipse/swtbot/eclipse/finder/widgets/SWTBotEditor' is not accessible through the ClassLoader. 19:40:40.619 WARN - Class 'org/eclipse/swtbot/eclipse/finder/SWTWorkbenchBot' is not accessible through the ClassLoader. 19:40:40.619 WARN - Class 'org/eclipse/swtbot/eclipse/finder/widgets/SWTBotEditor' is not accessible through the ClassLoader. 19:40:40.619 WARN - Class 'org/eclipse/swtbot/eclipse/finder/SWTWorkbenchBot' is not accessible through the ClassLoader. 19:40:40.619 WARN - Class 'org/eclipse/swtbot/eclipse/finder/widgets/SWTBotEditor' is not accessible through the ClassLoader. 19:40:40.620 WARN - Class 'org/eclipse/swtbot/eclipse/finder/SWTWorkbenchBot' is not accessible through the ClassLoader. 19:40:40.620 WARN - Class 'org/eclipse/swtbot/eclipse/finder/widgets/SWTBotEditor' is not accessible through the ClassLoader. 19:40:40.620 WARN - Class 'org/eclipse/swtbot/eclipse/finder/SWTWorkbenchBot' is not accessible through the ClassLoader. 19:40:40.620 WARN - Class 'org/eclipse/swtbot/eclipse/finder/widgets/SWTBotView' is not accessible through the ClassLoader. 19:40:40.620 WARN - Class 'org/eclipse/swtbot/eclipse/finder/SWTWorkbenchBot' is not accessible through the ClassLoader. 19:40:40.621 WARN - Class 'org/eclipse/swtbot/eclipse/finder/widgets/SWTBotEditor' is not accessible through the ClassLoader. 19:40:40.621 WARN - Class 'org/eclipse/swtbot/eclipse/finder/SWTWorkbenchBot' is not accessible through the ClassLoader. 19:40:40.621 WARN - Class 'org/eclipse/swtbot/eclipse/finder/widgets/SWTBotEditor' is not accessible through the ClassLoader. 19:40:40.621 WARN - Class 'org/eclipse/swtbot/eclipse/finder/SWTWorkbenchBot' is not accessible through the ClassLoader. 19:40:40.621 WARN - Class 'org/eclipse/swtbot/eclipse/finder/widgets/SWTBotEditor' is not accessible through the ClassLoader. 19:40:40.622 WARN - Class 'org/eclipse/swtbot/eclipse/finder/SWTWorkbenchBot' is not accessible through the ClassLoader. 19:40:40.622 WARN - Class 'org/eclipse/swtbot/eclipse/finder/widgets/SWTBotEditor' is not accessible through the ClassLoader. 19:40:40.622 WARN - Class 'org/eclipse/swtbot/eclipse/finder/SWTWorkbenchBot' is not accessible through the ClassLoader. 19:40:40.622 WARN - Class 'org/eclipse/swtbot/eclipse/finder/widgets/SWTBotEditor' is not accessible through the ClassLoader. 19:40:40.622 WARN - Class 'org/eclipse/swtbot/eclipse/finder/SWTWorkbenchBot' is not accessible through the ClassLoader. 19:40:40.623 WARN - Class 'org/eclipse/swtbot/eclipse/finder/widgets/SWTBotEditor' is not accessible through the ClassLoader. 19:40:40.623 WARN - Class 'org/eclipse/swtbot/eclipse/finder/SWTWorkbenchBot' is not accessible through the ClassLoader. 19:40:40.623 WARN - Class 'org/eclipse/swtbot/eclipse/finder/widgets/SWTBotEditor' is not accessible through the ClassLoader. 19:40:40.623 WARN - Class 'org/eclipse/swtbot/eclipse/finder/SWTWorkbenchBot' is not accessible through the ClassLoader. 19:40:40.623 WARN - Class 'org/eclipse/swtbot/eclipse/finder/widgets/SWTBotEditor' is not accessible through the ClassLoader. 19:40:40.624 WARN - Class 'org/eclipse/swtbot/eclipse/finder/widgets/SWTBotEclipseEditor' is not accessible through the ClassLoader. 19:40:40.624 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotMenu' is not accessible through the ClassLoader. 19:40:40.624 WARN - Class 'org/eclipse/swtbot/eclipse/finder/widgets/SWTBotEclipseEditor' is not accessible through the ClassLoader. 19:40:40.624 WARN - Class 'org/eclipse/swtbot/eclipse/finder/widgets/SWTBotEclipseEditor' is not accessible through the ClassLoader. 19:40:40.625 WARN - Class 'org/eclipse/swtbot/eclipse/finder/widgets/SWTBotEclipseEditor' is not accessible through the ClassLoader. 19:40:40.625 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBotAssert' is not accessible through the ClassLoader. 19:40:40.625 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBotAssert' is not accessible through the ClassLoader. 19:40:40.625 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBotAssert' is not accessible through the ClassLoader. 19:40:40.625 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBotAssert' is not accessible through the ClassLoader. 19:40:40.626 WARN - Class 'org/eclipse/swtbot/eclipse/finder/SWTWorkbenchBot' is not accessible through the ClassLoader. 19:40:40.626 WARN - Class 'org/eclipse/swtbot/eclipse/finder/SWTWorkbenchBot' is not accessible through the ClassLoader. 19:40:40.626 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotMenu' is not accessible through the ClassLoader. 19:40:40.626 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotMenu' is not accessible through the ClassLoader. 19:40:40.627 WARN - Class 'org/eclipse/swtbot/eclipse/finder/SWTWorkbenchBot' is not accessible through the ClassLoader. 19:40:40.627 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotShell' is not accessible through the ClassLoader. 19:40:40.627 WARN - Class 'org/eclipse/swtbot/eclipse/finder/SWTWorkbenchBot' is not accessible through the ClassLoader. 19:40:40.627 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotTree' is not accessible through the ClassLoader. 19:40:40.628 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotTreeItem' is not accessible through the ClassLoader. 19:40:40.628 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotTreeItem' is not accessible through the ClassLoader. 19:40:40.628 WARN - Class 'org/eclipse/swtbot/eclipse/finder/SWTWorkbenchBot' is not accessible through the ClassLoader. 19:40:40.628 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotRadio' is not accessible through the ClassLoader. 19:40:40.629 WARN - Class 'org/eclipse/swtbot/eclipse/finder/SWTWorkbenchBot' is not accessible through the ClassLoader. 19:40:40.629 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotRadio' is not accessible through the ClassLoader. 19:40:40.629 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotShell' is not accessible through the ClassLoader. 19:40:40.629 WARN - Class 'org/eclipse/swtbot/eclipse/finder/SWTWorkbenchBot' is not accessible through the ClassLoader. 19:40:40.629 WARN - Class 'org/eclipse/swtbot/swt/finder/waits/Conditions' is not accessible through the ClassLoader. 19:40:40.630 WARN - Class 'org/eclipse/swtbot/eclipse/finder/SWTWorkbenchBot' is not accessible through the ClassLoader. 19:40:40.630 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotButton' is not accessible through the ClassLoader. 19:40:40.630 WARN - Class 'org/eclipse/swtbot/swt/finder/waits/Conditions' is not accessible through the ClassLoader. 19:40:40.630 WARN - Class 'org/eclipse/swtbot/eclipse/finder/SWTWorkbenchBot' is not accessible through the ClassLoader. 19:40:40.630 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotButton' is not accessible through the ClassLoader. 19:40:40.631 WARN - Class 'org/eclipse/swtbot/swt/finder/waits/Conditions' is not accessible through the ClassLoader. 19:40:40.631 WARN - Class 'org/eclipse/swtbot/eclipse/finder/SWTWorkbenchBot' is not accessible through the ClassLoader. 19:40:40.631 WARN - Class 'org/eclipse/swtbot/eclipse/finder/SWTWorkbenchBot' is not accessible through the ClassLoader. 19:40:40.631 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotMenu' is not accessible through the ClassLoader. 19:40:40.631 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotMenu' is not accessible through the ClassLoader. 19:40:40.632 WARN - Class 'org/eclipse/swtbot/eclipse/finder/SWTWorkbenchBot' is not accessible through the ClassLoader. 19:40:40.632 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotShell' is not accessible through the ClassLoader. 19:40:40.632 WARN - Class 'org/eclipse/swtbot/eclipse/finder/SWTWorkbenchBot' is not accessible through the ClassLoader. 19:40:40.632 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotTree' is not accessible through the ClassLoader. 19:40:40.632 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotTreeItem' is not accessible through the ClassLoader. 19:40:40.633 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotTreeItem' is not accessible through the ClassLoader. 19:40:40.633 WARN - Class 'org/eclipse/swtbot/eclipse/finder/SWTWorkbenchBot' is not accessible through the ClassLoader. 19:40:40.633 WARN - Class 'org/eclipse/swtbot/eclipse/finder/SWTWorkbenchBot' is not accessible through the ClassLoader. 19:40:40.633 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotRadio' is not accessible through the ClassLoader. 19:40:40.633 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotRadio' is not accessible through the ClassLoader. 19:40:40.634 WARN - Class 'org/eclipse/swtbot/eclipse/finder/SWTWorkbenchBot' is not accessible through the ClassLoader. 19:40:40.634 WARN - Class 'org/eclipse/swtbot/eclipse/finder/SWTWorkbenchBot' is not accessible through the ClassLoader. 19:40:40.634 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotButton' is not accessible through the ClassLoader. 19:40:40.634 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotButton' is not accessible through the ClassLoader. 19:40:40.635 WARN - Class 'org/eclipse/swtbot/eclipse/finder/SWTWorkbenchBot' is not accessible through the ClassLoader. 19:40:40.635 WARN - Class 'org/eclipse/swtbot/eclipse/finder/SWTWorkbenchBot' is not accessible through the ClassLoader. 19:40:40.635 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotTree' is not accessible through the ClassLoader. 19:40:40.635 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotTreeItem' is not accessible through the ClassLoader. 19:40:40.636 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotMenu' is not accessible through the ClassLoader. 19:40:40.636 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotTreeItem' is not accessible through the ClassLoader. 19:40:40.636 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotMenu' is not accessible through the ClassLoader. 19:40:40.636 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotTreeItem' is not accessible through the ClassLoader. 19:40:40.636 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotTreeItem' is not accessible through the ClassLoader. 19:40:40.637 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotTreeItem' is not accessible through the ClassLoader. 19:40:40.637 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotMenu' is not accessible through the ClassLoader. 19:40:40.637 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotMenu' is not accessible through the ClassLoader. 19:40:40.637 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotTree' is not accessible through the ClassLoader. 19:40:40.638 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotTree' is not accessible through the ClassLoader. 19:40:40.638 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotTree' is not accessible through the ClassLoader. 19:40:40.638 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotMenu' is not accessible through the ClassLoader. 19:40:40.638 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotMenu' is not accessible through the ClassLoader. 19:40:40.638 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotTree' is not accessible through the ClassLoader. 19:40:40.639 WARN - Class 'org/eclipse/swtbot/eclipse/finder/SWTWorkbenchBot' is not accessible through the ClassLoader. 19:40:40.639 WARN - Class 'org/eclipse/swtbot/eclipse/finder/widgets/SWTBotView' is not accessible through the ClassLoader. 19:40:40.639 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBotAssert' is not accessible through the ClassLoader. 19:40:40.639 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotTree' is not accessible through the ClassLoader. 19:40:40.639 WARN - Class 'org/eclipse/swtbot/eclipse/finder/SWTWorkbenchBot' is not accessible through the ClassLoader. 19:40:40.640 WARN - Class 'org/eclipse/swtbot/eclipse/finder/widgets/SWTBotView' is not accessible through the ClassLoader. 19:40:40.640 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:40:40.641 WARN - Class 'org/eclipse/swtbot/swt/finder/results/VoidResult' is not accessible through the ClassLoader. 19:40:40.641 WARN - Class 'org/eclipse/swtbot/swt/finder/finders/UIThreadRunnable' is not accessible through the ClassLoader. 19:40:40.641 WARN - Class 'org/eclipse/swtbot/eclipse/finder/SWTWorkbenchBot' is not accessible through the ClassLoader. 19:40:40.642 WARN - Class 'org/eclipse/swtbot/eclipse/finder/widgets/SWTBotMultiPageEditor' is not accessible through the ClassLoader. 19:40:40.644 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotStyledText' is not accessible through the ClassLoader. 19:40:40.645 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotStyledText' is not accessible through the ClassLoader. 19:40:40.645 WARN - Class 'org/eclipse/swtbot/swt/finder/utils/FileUtils' is not accessible through the ClassLoader. 19:40:40.646 WARN - Class 'org/eclipse/swtbot/eclipse/finder/widgets/SWTBotMultiPageEditor' is not accessible through the ClassLoader. 19:40:40.646 WARN - Class 'org/eclipse/swtbot/eclipse/finder/widgets/SWTBotMultiPageEditor' is not accessible through the ClassLoader. 19:40:40.646 WARN - Class 'org/eclipse/swtbot/swt/finder/matchers/WidgetMatcherFactory' is not accessible through the ClassLoader. 19:40:40.646 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotStyledText' is not accessible through the ClassLoader. 19:40:40.647 WARN - Class 'org/eclipse/swtbot/eclipse/finder/SWTWorkbenchBot' is not accessible through the ClassLoader. 19:40:40.647 WARN - Class 'org/eclipse/swtbot/eclipse/finder/SWTWorkbenchBot' is not accessible through the ClassLoader. 19:40:40.647 WARN - Class 'org/eclipse/swtbot/eclipse/finder/SWTWorkbenchBot' is not accessible through the ClassLoader. 19:40:40.648 WARN - Class 'org/eclipse/swtbot/eclipse/finder/SWTWorkbenchBot' is not accessible through the ClassLoader. 19:40:40.648 WARN - Class 'org/eclipse/swtbot/eclipse/finder/SWTWorkbenchBot' is not accessible through the ClassLoader. 19:40:40.648 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotMenu' is not accessible through the ClassLoader. 19:40:40.648 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotMenu' is not accessible through the ClassLoader. 19:40:40.648 WARN - Class 'org/eclipse/swtbot/eclipse/finder/SWTWorkbenchBot' is not accessible through the ClassLoader. 19:40:40.649 WARN - Class 'org/eclipse/swtbot/eclipse/finder/SWTWorkbenchBot' is not accessible through the ClassLoader. 19:40:40.649 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotMenu' is not accessible through the ClassLoader. 19:40:40.649 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotMenu' is not accessible through the ClassLoader. 19:40:40.649 WARN - Class 'org/eclipse/swtbot/eclipse/finder/SWTWorkbenchBot' is not accessible through the ClassLoader. 19:40:40.649 WARN - Class 'org/eclipse/swtbot/eclipse/finder/widgets/SWTBotView' is not accessible through the ClassLoader. 19:40:40.650 WARN - Class 'org/eclipse/swtbot/eclipse/finder/SWTWorkbenchBot' is not accessible through the ClassLoader. 19:40:40.650 WARN - Class 'org/eclipse/swtbot/eclipse/finder/SWTWorkbenchBot' is not accessible through the ClassLoader. 19:40:40.650 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotMenu' is not accessible through the ClassLoader. 19:40:40.650 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotMenu' is not accessible through the ClassLoader. 19:40:40.650 WARN - Class 'org/eclipse/swtbot/eclipse/finder/SWTWorkbenchBot' is not accessible through the ClassLoader. 19:40:40.651 WARN - Class 'org/eclipse/swtbot/eclipse/finder/widgets/SWTBotView' is not accessible through the ClassLoader. 19:40:40.651 WARN - Class 'org/eclipse/swtbot/eclipse/finder/SWTWorkbenchBot' is not accessible through the ClassLoader. 19:40:40.651 WARN - Class 'org/eclipse/swtbot/eclipse/finder/widgets/SWTBotView' is not accessible through the ClassLoader. 19:40:40.651 WARN - Class 'org/eclipse/swtbot/eclipse/finder/SWTWorkbenchBot' is not accessible through the ClassLoader. 19:40:40.651 WARN - Class 'org/eclipse/swtbot/eclipse/finder/SWTWorkbenchBot' is not accessible through the ClassLoader. 19:40:40.652 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotMenu' is not accessible through the ClassLoader. 19:40:40.652 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotMenu' is not accessible through the ClassLoader. 19:40:40.652 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotMenu' is not accessible through the ClassLoader. 19:40:40.652 WARN - Class 'org/eclipse/swtbot/eclipse/finder/SWTWorkbenchBot' is not accessible through the ClassLoader. 19:40:40.652 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotShell' is not accessible through the ClassLoader. 19:40:40.653 WARN - Class 'org/eclipse/swtbot/eclipse/finder/SWTWorkbenchBot' is not accessible through the ClassLoader. 19:40:40.653 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotTree' is not accessible through the ClassLoader. 19:40:40.653 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotTreeItem' is not accessible through the ClassLoader. 19:40:40.653 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotTreeItem' is not accessible through the ClassLoader. 19:40:40.654 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotButton' is not accessible through the ClassLoader. 19:40:40.654 WARN - Class 'org/eclipse/swtbot/eclipse/finder/SWTWorkbenchBot' is not accessible through the ClassLoader. 19:40:40.654 WARN - Class 'org/eclipse/swtbot/eclipse/finder/widgets/SWTBotView' is not accessible through the ClassLoader. 19:40:40.654 WARN - Class 'org/eclipse/swtbot/eclipse/finder/SWTWorkbenchBot' is not accessible through the ClassLoader. 19:40:40.654 WARN - Class 'org/eclipse/swtbot/eclipse/finder/widgets/SWTBotView' is not accessible through the ClassLoader. 19:40:40.655 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotRootMenu' is not accessible through the ClassLoader. 19:40:40.655 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotMenu' is not accessible through the ClassLoader. 19:40:40.655 WARN - Class 'org/eclipse/swtbot/eclipse/finder/SWTWorkbenchBot' is not accessible through the ClassLoader. 19:40:40.655 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotButton' is not accessible through the ClassLoader. 19:40:40.655 WARN - Class 'org/eclipse/swtbot/eclipse/finder/widgets/SWTBotView' is not accessible through the ClassLoader. 19:40:40.656 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotRootMenu' is not accessible through the ClassLoader. 19:40:40.656 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotMenu' is not accessible through the ClassLoader. 19:40:40.656 WARN - Class 'org/eclipse/swtbot/eclipse/finder/SWTWorkbenchBot' is not accessible through the ClassLoader. 19:40:40.656 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotButton' is not accessible through the ClassLoader. 19:40:40.656 WARN - Class 'org/eclipse/swtbot/eclipse/finder/SWTWorkbenchBot' is not accessible through the ClassLoader. 19:40:40.657 WARN - Class 'org/eclipse/swtbot/eclipse/finder/widgets/SWTBotView' is not accessible through the ClassLoader. 19:40:40.657 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotRootMenu' is not accessible through the ClassLoader. 19:40:40.657 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotMenu' is not accessible through the ClassLoader. 19:40:40.657 WARN - Class 'org/eclipse/swtbot/eclipse/finder/SWTWorkbenchBot' is not accessible through the ClassLoader. 19:40:40.657 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotButton' is not accessible through the ClassLoader. 19:40:40.658 WARN - Class 'org/eclipse/swtbot/eclipse/finder/SWTWorkbenchBot' is not accessible through the ClassLoader. 19:40:40.658 WARN - Class 'org/eclipse/swtbot/eclipse/finder/widgets/SWTBotView' is not accessible through the ClassLoader. 19:40:40.658 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotRootMenu' is not accessible through the ClassLoader. 19:40:40.658 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotMenu' is not accessible through the ClassLoader. 19:40:40.658 WARN - Class 'org/eclipse/swtbot/eclipse/finder/SWTWorkbenchBot' is not accessible through the ClassLoader. 19:40:40.659 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotButton' is not accessible through the ClassLoader. 19:40:40.659 WARN - Class 'org/eclipse/swtbot/eclipse/finder/SWTWorkbenchBot' is not accessible through the ClassLoader. 19:40:40.659 WARN - Class 'org/eclipse/swtbot/eclipse/finder/widgets/SWTBotView' is not accessible through the ClassLoader. 19:40:40.659 WARN - Class 'org/eclipse/swtbot/eclipse/finder/SWTWorkbenchBot' is not accessible through the ClassLoader. 19:40:40.659 WARN - Class 'org/eclipse/swtbot/eclipse/finder/widgets/SWTBotView' is not accessible through the ClassLoader. 19:40:40.660 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotToolbarButton' is not accessible through the ClassLoader. 19:40:40.660 WARN - Class 'org/eclipse/swtbot/eclipse/finder/SWTWorkbenchBot' is not accessible through the ClassLoader. 19:40:40.660 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotButton' is not accessible through the ClassLoader. 19:40:40.660 WARN - Class 'org/eclipse/swtbot/eclipse/finder/SWTWorkbenchBot' is not accessible through the ClassLoader. 19:40:40.660 WARN - Class 'org/eclipse/swtbot/eclipse/finder/widgets/SWTBotView' is not accessible through the ClassLoader. 19:40:40.661 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotToolbarToggleButton' is not accessible through the ClassLoader. 19:40:40.661 WARN - Class 'org/eclipse/swtbot/eclipse/finder/SWTWorkbenchBot' is not accessible through the ClassLoader. 19:40:40.661 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotButton' is not accessible through the ClassLoader. 19:40:40.661 WARN - Class 'org/eclipse/swtbot/eclipse/finder/SWTWorkbenchBot' is not accessible through the ClassLoader. 19:40:40.662 WARN - Class 'org/eclipse/swtbot/eclipse/finder/widgets/SWTBotView' is not accessible through the ClassLoader. 19:40:40.662 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotToolbarRadioButton' is not accessible through the ClassLoader. 19:40:40.662 WARN - Class 'org/eclipse/swtbot/eclipse/finder/SWTWorkbenchBot' is not accessible through the ClassLoader. 19:40:40.662 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotButton' is not accessible through the ClassLoader. 19:40:40.663 WARN - Class 'org/eclipse/swtbot/eclipse/finder/SWTWorkbenchBot' is not accessible through the ClassLoader. 19:40:40.663 WARN - Class 'org/eclipse/swtbot/eclipse/finder/widgets/SWTBotView' is not accessible through the ClassLoader. 19:40:40.663 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotToolbarDropDownButton' is not accessible through the ClassLoader. 19:40:40.663 WARN - Class 'org/eclipse/swtbot/eclipse/finder/SWTWorkbenchBot' is not accessible through the ClassLoader. 19:40:40.663 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotButton' is not accessible through the ClassLoader. 19:40:40.664 WARN - Class 'org/eclipse/swtbot/eclipse/finder/SWTWorkbenchBot' is not accessible through the ClassLoader. 19:40:40.664 WARN - Class 'org/eclipse/swtbot/eclipse/finder/widgets/SWTBotView' is not accessible through the ClassLoader. 19:40:40.664 WARN - Class 'org/eclipse/swtbot/eclipse/finder/SWTWorkbenchBot' is not accessible through the ClassLoader. 19:40:40.664 WARN - Class 'org/eclipse/swtbot/eclipse/finder/widgets/SWTBotPerspective' is not accessible through the ClassLoader. 19:40:40.664 WARN - Class 'org/eclipse/swtbot/eclipse/finder/SWTWorkbenchBot' is not accessible through the ClassLoader. 19:40:40.665 WARN - Class 'org/eclipse/swtbot/eclipse/finder/widgets/SWTBotView' is not accessible through the ClassLoader. 19:40:40.665 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:40:40.665 WARN - Class 'org/eclipse/swtbot/eclipse/finder/widgets/SWTBotView' is not accessible through the ClassLoader. 19:40:40.665 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:40:40.665 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotText' is not accessible through the ClassLoader. 19:40:40.666 WARN - Class 'org/eclipse/swtbot/eclipse/finder/SWTWorkbenchBot' is not accessible through the ClassLoader. 19:40:40.666 WARN - Class 'org/eclipse/swtbot/eclipse/finder/widgets/SWTBotView' is not accessible through the ClassLoader. 19:40:40.666 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:40:40.666 WARN - Class 'org/eclipse/swtbot/eclipse/finder/widgets/SWTBotView' is not accessible through the ClassLoader. 19:40:40.666 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:40:40.667 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotText' is not accessible through the ClassLoader. 19:40:40.667 WARN - Class 'org/eclipse/swtbot/eclipse/finder/SWTWorkbenchBot' is not accessible through the ClassLoader. 19:40:40.667 WARN - Class 'org/eclipse/swtbot/eclipse/finder/widgets/SWTBotView' is not accessible through the ClassLoader. 19:40:40.667 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotRootMenu' is not accessible through the ClassLoader. 19:40:40.667 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotMenu' is not accessible through the ClassLoader. 19:40:40.668 WARN - Class 'org/eclipse/swtbot/eclipse/finder/SWTWorkbenchBot' is not accessible through the ClassLoader. 19:40:40.668 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotButton' is not accessible through the ClassLoader. 19:40:40.668 WARN - Class 'org/eclipse/swtbot/eclipse/finder/SWTWorkbenchBot' is not accessible through the ClassLoader. 19:40:40.668 WARN - Class 'org/eclipse/swtbot/eclipse/finder/widgets/SWTBotView' is not accessible through the ClassLoader. 19:40:40.669 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotRootMenu' is not accessible through the ClassLoader. 19:40:40.669 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotMenu' is not accessible through the ClassLoader. 19:40:40.669 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotMenu' is not accessible through the ClassLoader. 19:40:40.669 WARN - Class 'org/eclipse/swtbot/eclipse/finder/widgets/SWTBotView' is not accessible through the ClassLoader. 19:40:40.669 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotRootMenu' is not accessible through the ClassLoader. 19:40:40.670 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotMenu' is not accessible through the ClassLoader. 19:40:40.670 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotMenu' is not accessible through the ClassLoader. 19:40:40.670 WARN - Class 'org/eclipse/swtbot/eclipse/finder/SWTWorkbenchBot' is not accessible through the ClassLoader. 19:40:40.670 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotMenu' is not accessible through the ClassLoader. 19:40:40.670 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotMenu' is not accessible through the ClassLoader. 19:40:40.671 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotMenu' is not accessible through the ClassLoader. 19:40:40.671 WARN - Class 'org/eclipse/swtbot/eclipse/finder/SWTWorkbenchBot' is not accessible through the ClassLoader. 19:40:40.671 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotShell' is not accessible through the ClassLoader. 19:40:40.671 WARN - Class 'org/eclipse/swtbot/eclipse/finder/SWTWorkbenchBot' is not accessible through the ClassLoader. 19:40:40.671 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotTree' is not accessible through the ClassLoader. 19:40:40.672 WARN - Class 'org/eclipse/swtbot/swt/finder/waits/Conditions' is not accessible through the ClassLoader. 19:40:40.672 WARN - Class 'org/eclipse/swtbot/eclipse/finder/SWTWorkbenchBot' is not accessible through the ClassLoader. 19:40:40.672 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotTreeItem' is not accessible through the ClassLoader. 19:40:40.672 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotTreeItem' is not accessible through the ClassLoader. 19:40:40.672 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotButton' is not accessible through the ClassLoader. 19:40:40.673 WARN - Class 'org/eclipse/swtbot/eclipse/finder/SWTWorkbenchBot' is not accessible through the ClassLoader. 19:40:40.673 WARN - Class 'org/eclipse/swtbot/eclipse/finder/widgets/SWTBotView' is not accessible through the ClassLoader. 19:40:40.673 WARN - Class 'org/eclipse/swtbot/eclipse/finder/widgets/SWTBotView' is not accessible through the ClassLoader. 19:40:40.673 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotRootMenu' is not accessible through the ClassLoader. 19:40:40.673 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotMenu' is not accessible through the ClassLoader. 19:40:40.674 WARN - Class 'org/eclipse/swtbot/eclipse/finder/SWTWorkbenchBot' is not accessible through the ClassLoader. 19:40:40.674 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotButton' is not accessible through the ClassLoader. 19:40:40.674 WARN - Class 'org/eclipse/swtbot/eclipse/finder/SWTWorkbenchBot' is not accessible through the ClassLoader. 19:40:40.674 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotButton' is not accessible through the ClassLoader. 19:40:40.674 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotButton' is not accessible through the ClassLoader. 19:40:40.675 WARN - Class 'org/eclipse/swtbot/eclipse/finder/SWTWorkbenchBot' is not accessible through the ClassLoader. 19:40:40.675 WARN - Class 'org/eclipse/swtbot/eclipse/finder/SWTWorkbenchBot' is not accessible through the ClassLoader. 19:40:40.675 WARN - Class 'org/eclipse/swtbot/eclipse/finder/SWTWorkbenchBot' is not accessible through the ClassLoader. 19:40:40.675 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotShell' is not accessible through the ClassLoader. 19:40:40.676 WARN - Class 'org/eclipse/swtbot/eclipse/finder/SWTWorkbenchBot' is not accessible through the ClassLoader. 19:40:40.676 WARN - Class 'org/eclipse/swtbot/eclipse/finder/widgets/SWTBotPerspective' is not accessible through the ClassLoader. 19:40:40.676 WARN - Class 'org/eclipse/swtbot/eclipse/finder/SWTWorkbenchBot' is not accessible through the ClassLoader. 19:40:40.676 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotMenu' is not accessible through the ClassLoader. 19:40:40.677 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotMenu' is not accessible through the ClassLoader. 19:40:40.677 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotMenu' is not accessible through the ClassLoader. 19:40:40.677 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotMenu' is not accessible through the ClassLoader. 19:40:40.677 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotMenu' is not accessible through the ClassLoader. 19:40:40.677 WARN - Class 'org/eclipse/swtbot/eclipse/finder/SWTWorkbenchBot' is not accessible through the ClassLoader. 19:40:40.678 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotMenu' is not accessible through the ClassLoader. 19:40:40.678 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotMenu' is not accessible through the ClassLoader. 19:40:40.678 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotMenu' is not accessible through the ClassLoader. 19:40:40.678 WARN - Class 'org/eclipse/swtbot/eclipse/finder/SWTWorkbenchBot' is not accessible through the ClassLoader. 19:40:40.678 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotShell' is not accessible through the ClassLoader. 19:40:40.678 WARN - Class 'org/eclipse/swtbot/eclipse/finder/SWTWorkbenchBot' is not accessible through the ClassLoader. 19:40:40.679 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotText' is not accessible through the ClassLoader. 19:40:40.679 WARN - Class 'org/eclipse/swtbot/eclipse/finder/SWTWorkbenchBot' is not accessible through the ClassLoader. 19:40:40.679 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotText' is not accessible through the ClassLoader. 19:40:40.679 WARN - Class 'org/eclipse/swtbot/eclipse/finder/SWTWorkbenchBot' is not accessible through the ClassLoader. 19:40:40.680 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotButton' is not accessible through the ClassLoader. 19:40:40.680 WARN - Class 'org/eclipse/swtbot/swt/finder/waits/Conditions' is not accessible through the ClassLoader. 19:40:40.680 WARN - Class 'org/eclipse/swtbot/eclipse/finder/SWTWorkbenchBot' is not accessible through the ClassLoader. 19:40:40.680 WARN - Class 'org/eclipse/swtbot/eclipse/finder/SWTWorkbenchBot' is not accessible through the ClassLoader. 19:40:40.680 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotShell' is not accessible through the ClassLoader. 19:40:40.681 WARN - Class 'org/eclipse/swtbot/eclipse/finder/SWTWorkbenchBot' is not accessible through the ClassLoader. 19:40:40.681 WARN - Class 'org/eclipse/swtbot/eclipse/finder/SWTWorkbenchBot' is not accessible through the ClassLoader. 19:40:40.681 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotShell' is not accessible through the ClassLoader. 19:40:40.681 WARN - Class 'org/eclipse/swtbot/eclipse/finder/SWTWorkbenchBot' is not accessible through the ClassLoader. 19:40:40.682 WARN - Class 'org/eclipse/swtbot/eclipse/finder/widgets/SWTBotPerspective' is not accessible through the ClassLoader. 19:40:40.682 WARN - Class 'org/eclipse/swtbot/eclipse/finder/SWTWorkbenchBot' is not accessible through the ClassLoader. 19:40:40.682 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotMenu' is not accessible through the ClassLoader. 19:40:40.682 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotMenu' is not accessible through the ClassLoader. 19:40:40.683 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotMenu' is not accessible through the ClassLoader. 19:40:40.683 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotMenu' is not accessible through the ClassLoader. 19:40:40.683 WARN - Class 'org/eclipse/swtbot/eclipse/finder/SWTWorkbenchBot' is not accessible through the ClassLoader. 19:40:40.683 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotMenu' is not accessible through the ClassLoader. 19:40:40.683 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotMenu' is not accessible through the ClassLoader. 19:40:40.684 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotMenu' is not accessible through the ClassLoader. 19:40:40.684 WARN - Class 'org/eclipse/swtbot/eclipse/finder/SWTWorkbenchBot' is not accessible through the ClassLoader. 19:40:40.684 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotShell' is not accessible through the ClassLoader. 19:40:40.684 WARN - Class 'org/eclipse/swtbot/eclipse/finder/SWTWorkbenchBot' is not accessible through the ClassLoader. 19:40:40.684 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotText' is not accessible through the ClassLoader. 19:40:40.685 WARN - Class 'org/eclipse/swtbot/eclipse/finder/SWTWorkbenchBot' is not accessible through the ClassLoader. 19:40:40.685 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotButton' is not accessible through the ClassLoader. 19:40:40.685 WARN - Class 'org/eclipse/swtbot/swt/finder/waits/Conditions' is not accessible through the ClassLoader. 19:40:40.685 WARN - Class 'org/eclipse/swtbot/eclipse/finder/SWTWorkbenchBot' is not accessible through the ClassLoader. 19:40:40.685 WARN - Class 'org/eclipse/swtbot/eclipse/finder/SWTWorkbenchBot' is not accessible through the ClassLoader. 19:40:40.686 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotShell' is not accessible through the ClassLoader. 19:40:40.686 WARN - Class 'org/eclipse/swtbot/eclipse/finder/SWTWorkbenchBot' is not accessible through the ClassLoader. 19:40:40.686 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotTree' is not accessible through the ClassLoader. 19:40:40.686 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotTree' is not accessible through the ClassLoader. 19:40:40.687 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotTreeItem' is not accessible through the ClassLoader. 19:40:40.687 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotRootMenu' is not accessible through the ClassLoader. 19:40:40.687 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotMenu' is not accessible through the ClassLoader. 19:40:40.687 WARN - Class 'org/eclipse/swtbot/eclipse/finder/SWTWorkbenchBot' is not accessible through the ClassLoader. 19:40:40.687 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotShell' is not accessible through the ClassLoader. 19:40:40.688 WARN - Class 'org/eclipse/swtbot/swt/finder/matchers/WidgetMatcherFactory' is not accessible through the ClassLoader. 19:40:40.688 WARN - Class 'org/eclipse/swtbot/eclipse/finder/SWTWorkbenchBot' is not accessible through the ClassLoader. 19:40:40.688 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotCheckBox' is not accessible through the ClassLoader. 19:40:40.688 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotCheckBox' is not accessible through the ClassLoader. 19:40:40.688 WARN - Class 'org/eclipse/swtbot/eclipse/finder/SWTWorkbenchBot' is not accessible through the ClassLoader. 19:40:40.689 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotButton' is not accessible through the ClassLoader. 19:40:40.689 WARN - Class 'org/eclipse/swtbot/swt/finder/waits/Conditions' is not accessible through the ClassLoader. 19:40:40.689 WARN - Class 'org/eclipse/swtbot/eclipse/finder/SWTWorkbenchBot' is not accessible through the ClassLoader. 19:40:40.690 WARN - Class 'org/eclipse/swtbot/swt/finder/exceptions/WidgetNotFoundException' is not accessible through the ClassLoader. 19:40:40.690 WARN - Class 'org/eclipse/swtbot/eclipse/finder/widgets/SWTBotView' is not accessible through the ClassLoader. 19:40:40.690 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:40:40.690 WARN - Class 'org/eclipse/swtbot/swt/finder/exceptions/WidgetNotFoundException' is not accessible through the ClassLoader. 19:40:40.690 WARN - Class 'org/eclipse/swtbot/eclipse/finder/SWTWorkbenchBot' is not accessible through the ClassLoader. 19:40:40.693 INFO - Java bytecode scan done: 311 ms 19:40:40.693 INFO - Java Test Files AST scan... 19:40:40.694 INFO - 0 source files to be analyzed 19:40:40.694 INFO - Java Test Files AST scan done: 1 ms 19:40:40.694 INFO - Package design analysis... 19:40:40.695 INFO - 0/0 source files have been analyzed 19:40:40.715 INFO - Package design analysis done: 21 ms 19:40:40.717 INFO - Sensor JavaSquidSensor done: 3657 ms 19:40:40.719 INFO - Sensor QProfileSensor... 19:40:40.720 INFO - Sensor QProfileSensor done: 1 ms 19:40:40.720 INFO - Sensor InitialOpenIssuesSensor... 19:40:40.733 INFO - Sensor InitialOpenIssuesSensor done: 13 ms 19:40:40.734 INFO - Sensor ProjectLinksSensor... 19:40:40.747 INFO - Sensor ProjectLinksSensor done: 13 ms 19:40:40.748 INFO - Sensor VersionEventsSensor... 19:40:40.756 INFO - Sensor VersionEventsSensor done: 8 ms 19:40:40.756 INFO - Sensor FileHashSensor... 19:40:40.758 INFO - Sensor FileHashSensor done: 2 ms 19:40:40.758 INFO - Sensor org.sonar.plugins.findbugs.FindbugsSensor@733e0682... 19:40:40.761 INFO - Execute Findbugs 3.0.1... 19:40:40.814 INFO - Findbugs output report: /home/jenkins/agent/workspace/swtbot-sonar/org.eclipse.swtbot.eclipse.finder.test/target/sonar/findbugs-result.xml The following classes needed for analysis were missing: org.eclipse.swtbot.swt.finder.results.VoidResult org.eclipse.swtbot.eclipse.finder.widgets.SWTBotMultiPageEditor org.eclipse.swtbot.swt.finder.widgets.SWTBotShell org.eclipse.swtbot.eclipse.finder.SWTWorkbenchBot org.eclipse.swtbot.eclipse.finder.widgets.SWTBotPerspective org.eclipse.swtbot.swt.finder.widgets.SWTBotMenu org.eclipse.swtbot.swt.finder.widgets.SWTBotText org.eclipse.swtbot.swt.finder.widgets.SWTBotButton org.eclipse.swtbot.swt.finder.waits.Conditions org.eclipse.swtbot.eclipse.finder.finders.CommandFinder org.eclipse.swtbot.eclipse.finder.widgets.SWTBotCommand org.eclipse.swtbot.swt.finder.matchers.WidgetMatcherFactory org.eclipse.swtbot.swt.finder.widgets.SWTBotTree org.eclipse.swtbot.swt.finder.widgets.SWTBotTreeItem org.eclipse.swtbot.eclipse.finder.widgets.SWTBotView org.eclipse.swtbot.swt.finder.SWTBotAssert org.eclipse.swtbot.swt.finder.SWTBot org.eclipse.swtbot.eclipse.finder.exceptions.QuickFixNotFoundException org.eclipse.swtbot.swt.finder.widgets.AbstractSWTBot org.eclipse.swtbot.swt.finder.widgets.SWTBotRadio org.eclipse.swtbot.swt.finder.widgets.SWTBotRootMenu org.eclipse.swtbot.swt.finder.widgets.SWTBotToolbarButton org.eclipse.swtbot.swt.finder.widgets.SWTBotToolbarToggleButton org.eclipse.swtbot.swt.finder.widgets.SWTBotToolbarRadioButton org.eclipse.swtbot.swt.finder.widgets.SWTBotToolbarDropDownButton org.eclipse.swtbot.swt.finder.finders.UIThreadRunnable org.eclipse.swtbot.swt.finder.widgets.SWTBotStyledText org.eclipse.swtbot.swt.finder.utils.FileUtils org.eclipse.swtbot.eclipse.finder.widgets.SWTBotEclipseEditor org.eclipse.swtbot.eclipse.finder.widgets.SWTBotEditor org.eclipse.swtbot.swt.finder.widgets.SWTBotCheckBox org.eclipse.swtbot.swt.finder.utils.SWTBotPreferences org.eclipse.swtbot.swt.finder.waits.ICondition org.eclipse.swtbot.swt.finder.exceptions.WidgetNotFoundException 19:40:46.818 INFO - Execute Findbugs 3.0.1 done: 6057 ms 19:40:46.823 INFO - Sensor org.sonar.plugins.findbugs.FindbugsSensor@733e0682 done: 6065 ms 19:40:46.823 INFO - Sensor SurefireSensor... 19:40:46.824 INFO - parsing /home/jenkins/agent/workspace/swtbot-sonar/org.eclipse.swtbot.eclipse.finder.test/target/surefire-reports 19:40:46.868 INFO - Sensor SurefireSensor done: 45 ms 19:40:46.868 INFO - Sensor JaCoCoOverallSensor... 19:40:46.868 WARN - You are not using the latest JaCoCo binary format version, please consider upgrading to latest JaCoCo version. 19:40:46.868 INFO - Analysing /home/jenkins/agent/workspace/swtbot-sonar/org.eclipse.swtbot.eclipse.finder.test/../target/jacoco.exec 19:40:46.875 WARN - You are not using the latest JaCoCo binary format version, please consider upgrading to latest JaCoCo version. 19:40:46.875 INFO - Analysing /home/jenkins/agent/workspace/swtbot-sonar/org.eclipse.swtbot.eclipse.finder.test/target/sonar/jacoco-overall.exec 19:40:46.899 INFO - No information about coverage per test. 19:40:46.899 INFO - Sensor JaCoCoOverallSensor done: 31 ms 19:40:46.899 INFO - Sensor PmdSensor... 19:40:46.900 INFO - Execute PMD 5.4.2... 19:40:46.904 INFO - Java version: 1.6 19:40:46.907 INFO - PMD configuration: /home/jenkins/agent/workspace/swtbot-sonar/org.eclipse.swtbot.eclipse.finder.test/target/sonar/pmd.xml 19:40:47.944 INFO - Execute PMD 5.4.2 done: 1044 ms 19:40:47.953 INFO - Sensor PmdSensor done: 1054 ms 19:40:47.953 INFO - Sensor CheckstyleSensor... 19:40:47.953 INFO - Execute Checkstyle ${checkstyle.version}... 19:40:47.955 INFO - Checkstyle configuration: /home/jenkins/agent/workspace/swtbot-sonar/org.eclipse.swtbot.eclipse.finder.test/target/sonar/checkstyle.xml 19:40:48.381 INFO - Execute Checkstyle ${checkstyle.version} done: 428 ms 19:40:48.381 INFO - Sensor CheckstyleSensor done: 428 ms 19:40:48.381 INFO - Sensor JaCoCoSensor... 19:40:48.383 WARN - You are not using the latest JaCoCo binary format version, please consider upgrading to latest JaCoCo version. 19:40:48.383 INFO - Analysing /home/jenkins/agent/workspace/swtbot-sonar/org.eclipse.swtbot.eclipse.finder.test/../target/jacoco.exec 19:40:48.401 INFO - No information about coverage per test. 19:40:48.401 INFO - Sensor JaCoCoSensor done: 20 ms 19:40:48.401 INFO - Sensor CPD Sensor (wrapped)... 19:40:48.401 INFO - JavaCpdEngine is used for java 19:40:48.402 INFO - Cross-project analysis disabled 19:40:48.438 INFO - Sensor CPD Sensor (wrapped) done: 37 ms 19:40:48.651 INFO - Execute decorators... 19:40:49.124 INFO - ------------- Scan org.eclipse.swtbot.e4.finder.test 19:40:49.125 INFO - Load module settings 19:40:49.221 INFO - Configure Maven plugins 19:40:49.224 INFO - Compare to previous analysis (2019-09-13) 19:40:49.225 INFO - Compare over 30 days (2019-12-25, analysis of 2019-09-13 14:36:20.0) 19:40:49.227 INFO - Compare to previous version (2019-06-14) 19:40:49.228 INFO - No quality gate is configured. 19:40:49.242 INFO - Base dir: /home/jenkins/agent/workspace/swtbot-sonar/org.eclipse.swtbot.e4.finder.test 19:40:49.242 INFO - Working dir: /home/jenkins/agent/workspace/swtbot-sonar/org.eclipse.swtbot.e4.finder.test/target/sonar 19:40:49.243 INFO - Source paths: pom.xml, src 19:40:49.243 INFO - Binary dirs: target/classes 19:40:49.243 INFO - Source encoding: UTF-8, default locale: en_US 19:40:49.243 INFO - Index files 19:40:49.244 INFO - Excluded sources: 19:40:49.244 INFO - **/util/*Switch.java 19:40:49.261 INFO - 10 files indexed 19:40:49.344 INFO - Quality profile for java: Sonar way with Findbugs 19:40:49.348 INFO - JaCoCoItSensor: JaCoCo IT report not found: /home/jenkins/agent/workspace/swtbot-sonar/org.eclipse.swtbot.e4.finder.test/target/jacoco-it.exec 19:40:49.350 INFO - Sensor JavaSquidSensor... 19:40:49.353 INFO - Configured Java source version (sonar.java.source): 6 19:40:49.353 INFO - JavaClasspath initialization... 19:40:49.380 INFO - JavaClasspath initialization done: 27 ms 19:40:49.380 INFO - JavaTestClasspath initialization... 19:40:49.414 INFO - JavaTestClasspath initialization done: 34 ms 19:40:49.423 INFO - Java Main Files AST scan... 19:40:49.423 INFO - 10 source files to be analyzed 19:40:49.463 ERROR - Class not found: org.osgi.annotation.versioning.ConsumerType 19:40:50.104 ERROR - Class not found: org.osgi.annotation.versioning.ProviderType 19:40:50.187 ERROR - Class not found: org.osgi.annotation.versioning.ProviderType 19:40:50.202 INFO - Java Main Files AST scan done: 779 ms 19:40:50.203 INFO - 10/10 source files have been analyzed 19:40:50.204 INFO - Java bytecode scan... 19:40:50.294 WARN - Class 'org/eclipse/swtbot/e4/finder/widgets/SWTWorkbenchBot' is not accessible through the ClassLoader. 19:40:50.294 WARN - Class 'org/eclipse/swtbot/e4/finder/widgets/SWTWorkbenchBot' is not accessible through the ClassLoader. 19:40:50.294 WARN - Class 'org/eclipse/swtbot/e4/finder/widgets/SWTBotPerspective' is not accessible through the ClassLoader. 19:40:50.295 WARN - Class 'org/eclipse/swtbot/e4/finder/widgets/SWTBotPerspective' is not accessible through the ClassLoader. 19:40:50.296 WARN - Class 'org/eclipse/swtbot/e4/finder/widgets/SWTWorkbenchBot' is not accessible through the ClassLoader. 19:40:50.296 WARN - Class 'org/eclipse/swtbot/e4/finder/widgets/SWTBotPerspective' is not accessible through the ClassLoader. 19:40:50.296 WARN - Class 'org/eclipse/swtbot/e4/finder/widgets/SWTBotPerspective' is not accessible through the ClassLoader. 19:40:50.296 WARN - Class 'org/eclipse/swtbot/e4/finder/widgets/SWTWorkbenchBot' is not accessible through the ClassLoader. 19:40:50.296 WARN - Class 'org/eclipse/swtbot/e4/finder/widgets/SWTBotPerspective' is not accessible through the ClassLoader. 19:40:50.296 WARN - Class 'org/eclipse/swtbot/e4/finder/widgets/SWTBotPerspective' is not accessible through the ClassLoader. 19:40:50.297 WARN - Class 'org/eclipse/swtbot/e4/finder/widgets/SWTWorkbenchBot' is not accessible through the ClassLoader. 19:40:50.297 WARN - Class 'org/eclipse/swtbot/e4/finder/widgets/SWTBotPerspective' is not accessible through the ClassLoader. 19:40:50.297 WARN - Class 'org/eclipse/swtbot/e4/finder/widgets/SWTBotPerspective' is not accessible through the ClassLoader. 19:40:50.299 WARN - Class 'org/eclipse/swtbot/e4/finder/widgets/SWTWorkbenchBot' is not accessible through the ClassLoader. 19:40:50.299 WARN - Class 'org/eclipse/swtbot/e4/finder/widgets/SWTWorkbenchBot' is not accessible through the ClassLoader. 19:40:50.299 WARN - Class 'org/eclipse/swtbot/e4/finder/widgets/SWTWorkbenchBot' is not accessible through the ClassLoader. 19:40:50.299 WARN - Class 'org/eclipse/swtbot/e4/finder/widgets/SWTBotView' is not accessible through the ClassLoader. 19:40:50.300 WARN - Class 'org/eclipse/swtbot/e4/finder/widgets/SWTWorkbenchBot' is not accessible through the ClassLoader. 19:40:50.300 WARN - Class 'org/eclipse/swtbot/e4/finder/widgets/SWTBotView' is not accessible through the ClassLoader. 19:40:50.300 WARN - Class 'org/eclipse/swtbot/e4/finder/widgets/SWTWorkbenchBot' is not accessible through the ClassLoader. 19:40:50.300 WARN - Class 'org/eclipse/swtbot/e4/finder/widgets/SWTBotView' is not accessible through the ClassLoader. 19:40:50.300 WARN - Class 'org/eclipse/swtbot/e4/finder/widgets/SWTWorkbenchBot' is not accessible through the ClassLoader. 19:40:50.301 WARN - Class 'org/eclipse/swtbot/e4/finder/widgets/SWTBotView' is not accessible through the ClassLoader. 19:40:50.301 WARN - Class 'org/eclipse/swtbot/e4/finder/widgets/SWTWorkbenchBot' is not accessible through the ClassLoader. 19:40:50.301 WARN - Class 'org/eclipse/swtbot/e4/finder/widgets/SWTWorkbenchBot' is not accessible through the ClassLoader. 19:40:50.301 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotMenu' is not accessible through the ClassLoader. 19:40:50.301 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotMenu' is not accessible through the ClassLoader. 19:40:50.301 WARN - Class 'org/eclipse/swtbot/e4/finder/widgets/SWTWorkbenchBot' is not accessible through the ClassLoader. 19:40:50.302 WARN - Class 'org/eclipse/swtbot/e4/finder/widgets/SWTBotView' is not accessible through the ClassLoader. 19:40:50.305 INFO - Java bytecode scan done: 101 ms 19:40:50.305 INFO - Java Test Files AST scan... 19:40:50.305 INFO - 0 source files to be analyzed 19:40:50.305 INFO - Java Test Files AST scan done: 0 ms 19:40:50.307 INFO - Package design analysis... 19:40:50.307 INFO - 0/0 source files have been analyzed 19:40:50.313 INFO - Package design analysis done: 6 ms 19:40:50.314 INFO - Sensor JavaSquidSensor done: 964 ms 19:40:50.316 INFO - Sensor QProfileSensor... 19:40:50.317 INFO - Sensor QProfileSensor done: 1 ms 19:40:50.317 INFO - Sensor InitialOpenIssuesSensor... 19:40:50.325 INFO - Sensor InitialOpenIssuesSensor done: 8 ms 19:40:50.325 INFO - Sensor ProjectLinksSensor... 19:40:50.342 INFO - Sensor ProjectLinksSensor done: 17 ms 19:40:50.343 INFO - Sensor VersionEventsSensor... 19:40:50.351 INFO - Sensor VersionEventsSensor done: 8 ms 19:40:50.351 INFO - Sensor FileHashSensor... 19:40:50.352 INFO - Sensor FileHashSensor done: 1 ms 19:40:50.352 INFO - Sensor org.sonar.plugins.findbugs.FindbugsSensor@74fe8a24... 19:40:50.353 INFO - Execute Findbugs 3.0.1... 19:40:50.400 INFO - Findbugs output report: /home/jenkins/agent/workspace/swtbot-sonar/org.eclipse.swtbot.e4.finder.test/target/sonar/findbugs-result.xml The following classes needed for analysis were missing: org.eclipse.swtbot.e4.finder.widgets.SWTWorkbenchBot org.eclipse.swtbot.e4.finder.widgets.SWTBotPerspective org.eclipse.swtbot.e4.finder.widgets.SWTBotView org.eclipse.swtbot.swt.finder.widgets.SWTBotMenu org.eclipse.swtbot.swt.finder.exceptions.WidgetNotFoundException 19:40:51.634 INFO - Execute Findbugs 3.0.1 done: 1281 ms 19:40:51.636 INFO - Sensor org.sonar.plugins.findbugs.FindbugsSensor@74fe8a24 done: 1284 ms 19:40:51.636 INFO - Sensor SurefireSensor... 19:40:51.636 INFO - parsing /home/jenkins/agent/workspace/swtbot-sonar/org.eclipse.swtbot.e4.finder.test/target/surefire-reports 19:40:51.644 INFO - Sensor SurefireSensor done: 8 ms 19:40:51.644 INFO - Sensor JaCoCoOverallSensor... 19:40:51.644 WARN - You are not using the latest JaCoCo binary format version, please consider upgrading to latest JaCoCo version. 19:40:51.644 INFO - Analysing /home/jenkins/agent/workspace/swtbot-sonar/org.eclipse.swtbot.e4.finder.test/../target/jacoco.exec 19:40:51.655 WARN - You are not using the latest JaCoCo binary format version, please consider upgrading to latest JaCoCo version. 19:40:51.655 INFO - Analysing /home/jenkins/agent/workspace/swtbot-sonar/org.eclipse.swtbot.e4.finder.test/target/sonar/jacoco-overall.exec 19:40:51.659 INFO - No information about coverage per test. 19:40:51.660 INFO - Sensor JaCoCoOverallSensor done: 15 ms 19:40:51.660 INFO - Sensor PmdSensor... 19:40:51.660 INFO - Execute PMD 5.4.2... 19:40:51.663 INFO - Java version: 1.6 19:40:51.665 INFO - PMD configuration: /home/jenkins/agent/workspace/swtbot-sonar/org.eclipse.swtbot.e4.finder.test/target/sonar/pmd.xml 19:40:52.076 INFO - Execute PMD 5.4.2 done: 416 ms 19:40:52.079 INFO - Sensor PmdSensor done: 419 ms 19:40:52.079 INFO - Sensor CheckstyleSensor... 19:40:52.079 INFO - Execute Checkstyle ${checkstyle.version}... 19:40:52.080 INFO - Checkstyle configuration: /home/jenkins/agent/workspace/swtbot-sonar/org.eclipse.swtbot.e4.finder.test/target/sonar/checkstyle.xml 19:40:52.355 INFO - Execute Checkstyle ${checkstyle.version} done: 276 ms 19:40:52.355 INFO - Sensor CheckstyleSensor done: 276 ms 19:40:52.355 INFO - Sensor JaCoCoSensor... 19:40:52.356 WARN - You are not using the latest JaCoCo binary format version, please consider upgrading to latest JaCoCo version. 19:40:52.356 INFO - Analysing /home/jenkins/agent/workspace/swtbot-sonar/org.eclipse.swtbot.e4.finder.test/../target/jacoco.exec 19:40:52.362 INFO - No information about coverage per test. 19:40:52.362 INFO - Sensor JaCoCoSensor done: 7 ms 19:40:52.362 INFO - Sensor CPD Sensor (wrapped)... 19:40:52.362 INFO - JavaCpdEngine is used for java 19:40:52.362 INFO - Cross-project analysis disabled 19:40:52.369 INFO - Sensor CPD Sensor (wrapped) done: 7 ms 19:40:52.480 INFO - Execute decorators... 19:40:52.616 INFO - ------------- Scan org.eclipse.swtbot.nebula.gallery.finder.test 19:40:52.617 INFO - Load module settings 19:40:52.694 INFO - Configure Maven plugins 19:40:52.696 INFO - Compare to previous analysis (2019-09-13) 19:40:52.697 INFO - Compare over 30 days (2019-12-25, analysis of 2019-09-13 14:36:20.0) 19:40:52.699 INFO - Compare to previous version (2019-06-14) 19:40:52.699 INFO - No quality gate is configured. 19:40:52.712 INFO - Base dir: /home/jenkins/agent/workspace/swtbot-sonar/org.eclipse.swtbot.nebula.gallery.finder.test 19:40:52.712 INFO - Working dir: /home/jenkins/agent/workspace/swtbot-sonar/org.eclipse.swtbot.nebula.gallery.finder.test/target/sonar 19:40:52.712 INFO - Source paths: pom.xml, src 19:40:52.712 INFO - Binary dirs: target/classes 19:40:52.712 INFO - Source encoding: UTF-8, default locale: en_US 19:40:52.712 INFO - Index files 19:40:52.713 INFO - Excluded sources: 19:40:52.713 INFO - **/util/*Switch.java 19:40:52.723 INFO - 5 files indexed 19:40:52.758 INFO - Quality profile for java: Sonar way with Findbugs 19:40:52.760 INFO - JaCoCoItSensor: JaCoCo IT report not found: /home/jenkins/agent/workspace/swtbot-sonar/org.eclipse.swtbot.nebula.gallery.finder.test/target/jacoco-it.exec 19:40:52.761 INFO - Sensor JavaSquidSensor... 19:40:52.765 INFO - Configured Java source version (sonar.java.source): 6 19:40:52.765 INFO - JavaClasspath initialization... 19:40:52.795 INFO - JavaClasspath initialization done: 30 ms 19:40:52.795 INFO - JavaTestClasspath initialization... 19:40:52.835 INFO - JavaTestClasspath initialization done: 40 ms 19:40:52.853 INFO - Java Main Files AST scan... 19:40:52.853 INFO - 5 source files to be analyzed 19:40:53.026 ERROR - Class not found: org.osgi.annotation.versioning.ConsumerType 19:40:53.027 ERROR - Class not found: org.osgi.annotation.versioning.ProviderType 19:40:53.117 ERROR - Class not found: org.eclipse.swtbot.nebula.gallery.finder.SWTNebulaBot 19:40:53.178 ERROR - Class not found: org.eclipse.swtbot.nebula.gallery.finder.SWTNebulaBot 19:40:53.195 INFO - Java Main Files AST scan done: 342 ms 19:40:53.196 INFO - 5/5 source files have been analyzed 19:40:53.197 INFO - Java bytecode scan... 19:40:53.216 WARN - Class 'org/eclipse/swtbot/nebula/gallery/finder/SWTNebulaBot' is not accessible through the ClassLoader. 19:40:53.389 WARN - Class 'org/eclipse/swtbot/nebula/gallery/finder/widgets/SWTBotGalleryItem' is not accessible through the ClassLoader. 19:40:53.390 WARN - Class 'org/eclipse/swtbot/nebula/gallery/finder/widgets/SWTBotGalleryItem' is not accessible through the ClassLoader. 19:40:53.391 WARN - Class 'org/eclipse/swtbot/nebula/gallery/finder/widgets/SWTBotGalleryItem' is not accessible through the ClassLoader. 19:40:53.391 WARN - Class 'org/eclipse/swtbot/nebula/gallery/finder/SWTNebulaBot' is not accessible through the ClassLoader. 19:40:53.391 WARN - Class 'org/eclipse/swtbot/nebula/gallery/finder/widgets/SWTBotGallery' is not accessible through the ClassLoader. 19:40:53.391 WARN - Class 'org/eclipse/swtbot/nebula/gallery/finder/widgets/SWTBotGalleryItem' is not accessible through the ClassLoader. 19:40:53.391 WARN - Class 'org/eclipse/swtbot/nebula/gallery/finder/widgets/SWTBotGalleryItem' is not accessible through the ClassLoader. 19:40:53.392 WARN - Class 'org/eclipse/swtbot/nebula/gallery/finder/SWTNebulaBot' is not accessible through the ClassLoader. 19:40:53.392 WARN - Class 'org/eclipse/swtbot/nebula/gallery/finder/widgets/SWTBotGallery' is not accessible through the ClassLoader. 19:40:53.392 WARN - Class 'org/eclipse/swtbot/nebula/gallery/finder/widgets/SWTBotGallery' is not accessible through the ClassLoader. 19:40:53.392 WARN - Class 'org/eclipse/swtbot/nebula/gallery/finder/widgets/SWTBotGalleryItem' is not accessible through the ClassLoader. 19:40:53.392 WARN - Class 'org/eclipse/swtbot/nebula/gallery/finder/widgets/SWTBotGalleryItem' is not accessible through the ClassLoader. 19:40:53.393 WARN - Class 'org/eclipse/swtbot/nebula/gallery/finder/SWTNebulaBot' is not accessible through the ClassLoader. 19:40:53.393 WARN - Class 'org/eclipse/swtbot/nebula/gallery/finder/widgets/SWTBotGallery' is not accessible through the ClassLoader. 19:40:53.393 WARN - Class 'org/eclipse/swtbot/nebula/gallery/finder/SWTNebulaBot' is not accessible through the ClassLoader. 19:40:53.393 WARN - Class 'org/eclipse/swtbot/nebula/gallery/finder/widgets/SWTBotGallery' is not accessible through the ClassLoader. 19:40:53.393 WARN - Class 'org/eclipse/swtbot/nebula/gallery/finder/SWTNebulaBot' is not accessible through the ClassLoader. 19:40:53.394 WARN - Class 'org/eclipse/swtbot/nebula/gallery/finder/widgets/SWTBotGallery' is not accessible through the ClassLoader. 19:40:53.394 WARN - Class 'org/eclipse/swtbot/nebula/gallery/finder/widgets/SWTBotGallery' is not accessible through the ClassLoader. 19:40:53.394 WARN - Class 'org/eclipse/swtbot/nebula/gallery/finder/widgets/SWTBotGallery' is not accessible through the ClassLoader. 19:40:53.394 WARN - Class 'org/eclipse/swtbot/nebula/gallery/finder/widgets/SWTBotGallery' is not accessible through the ClassLoader. 19:40:53.394 WARN - Class 'org/eclipse/swtbot/nebula/gallery/finder/SWTNebulaBot' is not accessible through the ClassLoader. 19:40:53.395 WARN - Class 'org/eclipse/swtbot/nebula/gallery/finder/widgets/SWTBotGallery' is not accessible through the ClassLoader. 19:40:53.395 WARN - Class 'org/eclipse/swtbot/nebula/gallery/finder/widgets/SWTBotGallery' is not accessible through the ClassLoader. 19:40:53.395 WARN - Class 'org/eclipse/swtbot/nebula/gallery/finder/widgets/SWTBotGallery' is not accessible through the ClassLoader. 19:40:53.395 WARN - Class 'org/eclipse/swtbot/nebula/gallery/finder/widgets/SWTBotGalleryItem' is not accessible through the ClassLoader. 19:40:53.395 WARN - Class 'org/eclipse/swtbot/nebula/gallery/finder/SWTNebulaBot' is not accessible through the ClassLoader. 19:40:53.396 WARN - Class 'org/eclipse/swtbot/nebula/gallery/finder/widgets/SWTBotGallery' is not accessible through the ClassLoader. 19:40:53.396 WARN - Class 'org/eclipse/swtbot/nebula/gallery/finder/widgets/SWTBotGallery' is not accessible through the ClassLoader. 19:40:53.396 WARN - Class 'org/eclipse/swtbot/nebula/gallery/finder/widgets/SWTBotGallery' is not accessible through the ClassLoader. 19:40:53.396 WARN - Class 'org/eclipse/swtbot/nebula/gallery/finder/widgets/SWTBotGalleryItem' is not accessible through the ClassLoader. 19:40:53.396 WARN - Class 'org/eclipse/swtbot/nebula/gallery/finder/widgets/SWTBotGallery' is not accessible through the ClassLoader. 19:40:53.397 WARN - Class 'org/eclipse/swtbot/nebula/gallery/finder/widgets/SWTBotGalleryItem' is not accessible through the ClassLoader. 19:40:53.397 WARN - Class 'org/eclipse/swtbot/nebula/gallery/finder/SWTNebulaBot' is not accessible through the ClassLoader. 19:40:53.397 WARN - Class 'org/eclipse/swtbot/nebula/gallery/finder/widgets/SWTBotGallery' is not accessible through the ClassLoader. 19:40:53.397 WARN - Class 'org/eclipse/swtbot/nebula/gallery/finder/widgets/SWTBotGalleryItem' is not accessible through the ClassLoader. 19:40:53.397 WARN - Class 'org/eclipse/swtbot/nebula/gallery/finder/widgets/SWTBotGalleryItem' is not accessible through the ClassLoader. 19:40:53.397 WARN - Class 'org/eclipse/swtbot/nebula/gallery/finder/widgets/SWTBotGalleryItem' is not accessible through the ClassLoader. 19:40:53.398 WARN - Class 'org/eclipse/swtbot/nebula/gallery/finder/SWTNebulaBot' is not accessible through the ClassLoader. 19:40:53.398 WARN - Class 'org/eclipse/swtbot/nebula/gallery/finder/widgets/SWTBotGallery' is not accessible through the ClassLoader. 19:40:53.398 WARN - Class 'org/eclipse/swtbot/nebula/gallery/finder/widgets/SWTBotGalleryItem' is not accessible through the ClassLoader. 19:40:53.398 WARN - Class 'org/eclipse/swtbot/nebula/gallery/finder/widgets/SWTBotGalleryItem' is not accessible through the ClassLoader. 19:40:53.398 WARN - Class 'org/eclipse/swtbot/nebula/gallery/finder/widgets/SWTBotGalleryItem' is not accessible through the ClassLoader. 19:40:53.400 INFO - Java bytecode scan done: 203 ms 19:40:53.401 INFO - Java Test Files AST scan... 19:40:53.401 INFO - 0 source files to be analyzed 19:40:53.401 INFO - Java Test Files AST scan done: 0 ms 19:40:53.401 INFO - Package design analysis... 19:40:53.402 INFO - 0/0 source files have been analyzed 19:40:53.407 INFO - Package design analysis done: 6 ms 19:40:53.407 INFO - Sensor JavaSquidSensor done: 646 ms 19:40:53.409 INFO - Sensor QProfileSensor... 19:40:53.409 INFO - Sensor QProfileSensor done: 0 ms 19:40:53.410 INFO - Sensor InitialOpenIssuesSensor... 19:40:53.419 INFO - Sensor InitialOpenIssuesSensor done: 9 ms 19:40:53.419 INFO - Sensor ProjectLinksSensor... 19:40:53.431 INFO - Sensor ProjectLinksSensor done: 12 ms 19:40:53.432 INFO - Sensor VersionEventsSensor... 19:40:53.438 INFO - Sensor VersionEventsSensor done: 6 ms 19:40:53.438 INFO - Sensor FileHashSensor... 19:40:53.439 INFO - Sensor FileHashSensor done: 1 ms 19:40:53.439 INFO - Sensor org.sonar.plugins.findbugs.FindbugsSensor@235bf379... 19:40:53.439 INFO - Execute Findbugs 3.0.1... 19:40:53.483 INFO - Findbugs output report: /home/jenkins/agent/workspace/swtbot-sonar/org.eclipse.swtbot.nebula.gallery.finder.test/target/sonar/findbugs-result.xml The following classes needed for analysis were missing: org.eclipse.swtbot.nebula.gallery.finder.SWTNebulaBot org.eclipse.swtbot.nebula.gallery.finder.widgets.SWTBotGallery org.eclipse.swtbot.nebula.gallery.finder.widgets.SWTBotGalleryItem 19:40:55.264 INFO - Execute Findbugs 3.0.1 done: 1825 ms 19:40:55.269 INFO - Sensor org.sonar.plugins.findbugs.FindbugsSensor@235bf379 done: 1830 ms 19:40:55.270 INFO - Sensor SurefireSensor... 19:40:55.270 INFO - parsing /home/jenkins/agent/workspace/swtbot-sonar/org.eclipse.swtbot.nebula.gallery.finder.test/target/surefire-reports 19:40:55.284 INFO - Sensor SurefireSensor done: 14 ms 19:40:55.284 INFO - Sensor JaCoCoOverallSensor... 19:40:55.285 WARN - You are not using the latest JaCoCo binary format version, please consider upgrading to latest JaCoCo version. 19:40:55.285 INFO - Analysing /home/jenkins/agent/workspace/swtbot-sonar/org.eclipse.swtbot.nebula.gallery.finder.test/../target/jacoco.exec 19:40:55.290 WARN - You are not using the latest JaCoCo binary format version, please consider upgrading to latest JaCoCo version. 19:40:55.290 INFO - Analysing /home/jenkins/agent/workspace/swtbot-sonar/org.eclipse.swtbot.nebula.gallery.finder.test/target/sonar/jacoco-overall.exec 19:40:55.296 INFO - No information about coverage per test. 19:40:55.296 INFO - Sensor JaCoCoOverallSensor done: 12 ms 19:40:55.296 INFO - Sensor PmdSensor... 19:40:55.297 INFO - Execute PMD 5.4.2... 19:40:55.302 INFO - Java version: 1.6 19:40:55.309 INFO - PMD configuration: /home/jenkins/agent/workspace/swtbot-sonar/org.eclipse.swtbot.nebula.gallery.finder.test/target/sonar/pmd.xml 19:40:55.767 INFO - Execute PMD 5.4.2 done: 470 ms 19:40:55.769 INFO - Sensor PmdSensor done: 473 ms 19:40:55.769 INFO - Sensor CheckstyleSensor... 19:40:55.769 INFO - Execute Checkstyle ${checkstyle.version}... 19:40:55.771 INFO - Checkstyle configuration: /home/jenkins/agent/workspace/swtbot-sonar/org.eclipse.swtbot.nebula.gallery.finder.test/target/sonar/checkstyle.xml 19:40:56.093 INFO - Execute Checkstyle ${checkstyle.version} done: 324 ms 19:40:56.093 INFO - Sensor CheckstyleSensor done: 324 ms 19:40:56.093 INFO - Sensor JaCoCoSensor... 19:40:56.094 WARN - You are not using the latest JaCoCo binary format version, please consider upgrading to latest JaCoCo version. 19:40:56.094 INFO - Analysing /home/jenkins/agent/workspace/swtbot-sonar/org.eclipse.swtbot.nebula.gallery.finder.test/../target/jacoco.exec 19:40:56.100 INFO - No information about coverage per test. 19:40:56.100 INFO - Sensor JaCoCoSensor done: 7 ms 19:40:56.100 INFO - Sensor CPD Sensor (wrapped)... 19:40:56.100 INFO - JavaCpdEngine is used for java 19:40:56.101 INFO - Cross-project analysis disabled 19:40:56.107 INFO - Sensor CPD Sensor (wrapped) done: 7 ms 19:40:56.419 INFO - Execute decorators... 19:40:56.518 INFO - ------------- Scan org.eclipse.swtbot.test 19:40:56.520 INFO - Load module settings 19:40:56.663 INFO - Configure Maven plugins 19:40:56.666 INFO - Compare to previous analysis (2019-09-13) 19:40:56.667 INFO - Compare over 30 days (2019-12-25, analysis of 2019-09-13 14:36:20.0) 19:40:56.670 INFO - Compare to previous version (2019-06-14) 19:40:56.670 INFO - No quality gate is configured. 19:40:56.693 INFO - Base dir: /home/jenkins/agent/workspace/swtbot-sonar/org.eclipse.swtbot.test 19:40:56.693 INFO - Working dir: /home/jenkins/agent/workspace/swtbot-sonar/org.eclipse.swtbot.test/target/sonar 19:40:56.693 INFO - Source paths: pom.xml 19:40:56.693 INFO - Source encoding: UTF-8, default locale: en_US 19:40:56.693 INFO - Index files 19:40:56.694 INFO - Excluded sources: 19:40:56.694 INFO - **/util/*Switch.java 19:40:56.701 INFO - 0 files indexed 19:40:56.702 INFO - JaCoCoItSensor: JaCoCo IT report not found: /home/jenkins/agent/workspace/swtbot-sonar/org.eclipse.swtbot.test/target/jacoco-it.exec 19:40:56.704 INFO - Sensor QProfileSensor... 19:40:56.705 INFO - Sensor QProfileSensor done: 1 ms 19:40:56.705 INFO - Sensor InitialOpenIssuesSensor... 19:40:56.709 INFO - Sensor InitialOpenIssuesSensor done: 4 ms 19:40:56.710 INFO - Sensor ProjectLinksSensor... 19:40:56.724 INFO - Sensor ProjectLinksSensor done: 14 ms 19:40:56.725 INFO - Sensor VersionEventsSensor... 19:40:56.732 INFO - Sensor VersionEventsSensor done: 7 ms 19:40:56.733 INFO - Sensor FileHashSensor... 19:40:56.733 INFO - Sensor FileHashSensor done: 0 ms 19:40:56.733 INFO - Sensor CPD Sensor (wrapped)... 19:40:56.733 INFO - Sensor CPD Sensor (wrapped) done: 0 ms 19:40:56.945 INFO - Execute decorators... 19:40:56.967 INFO - ------------- Scan org.eclipse.swtbot.generator.test 19:40:56.968 INFO - Load module settings 19:40:57.063 INFO - Configure Maven plugins 19:40:57.065 INFO - Compare to previous analysis (2019-09-13) 19:40:57.066 INFO - Compare over 30 days (2019-12-25, analysis of 2019-09-13 14:36:20.0) 19:40:57.068 INFO - Compare to previous version (2019-06-14) 19:40:57.069 INFO - No quality gate is configured. 19:40:57.084 INFO - Base dir: /home/jenkins/agent/workspace/swtbot-sonar/org.eclipse.swtbot.generator.test 19:40:57.084 INFO - Working dir: /home/jenkins/agent/workspace/swtbot-sonar/org.eclipse.swtbot.generator.test/target/sonar 19:40:57.085 INFO - Source paths: pom.xml, src 19:40:57.085 INFO - Binary dirs: target/classes 19:40:57.085 INFO - Source encoding: UTF-8, default locale: en_US 19:40:57.085 INFO - Index files 19:40:57.085 INFO - Excluded sources: 19:40:57.085 INFO - **/util/*Switch.java 19:40:57.098 INFO - 17 files indexed 19:40:57.199 INFO - Quality profile for java: Sonar way with Findbugs 19:40:57.204 INFO - JaCoCoItSensor: JaCoCo IT report not found: /home/jenkins/agent/workspace/swtbot-sonar/org.eclipse.swtbot.generator.test/target/jacoco-it.exec 19:40:57.206 INFO - Sensor JavaSquidSensor... 19:40:57.212 INFO - Configured Java source version (sonar.java.source): 6 19:40:57.212 INFO - JavaClasspath initialization... 19:40:57.255 INFO - JavaClasspath initialization done: 43 ms 19:40:57.255 INFO - JavaTestClasspath initialization... 19:40:57.307 INFO - JavaTestClasspath initialization done: 52 ms 19:40:57.314 INFO - Java Main Files AST scan... 19:40:57.314 INFO - 17 source files to be analyzed 19:40:57.475 ERROR - Class not found: org.eclipse.swtbot.swt.finder.SWTBot 19:40:57.475 ERROR - Class not found: org.eclipse.swtbot.generator.framework.IRecorderDialog 19:40:57.560 ERROR - Class not found: org.eclipse.swtbot.swt.finder.SWTBot 19:40:57.560 ERROR - Class not found: org.eclipse.swtbot.generator.framework.IRecorderDialog 19:40:57.643 ERROR - Class not found: org.eclipse.swtbot.swt.finder.SWTBot 19:40:57.643 ERROR - Class not found: org.eclipse.swtbot.generator.framework.IRecorderDialog 19:40:57.737 ERROR - Class not found: org.eclipse.swtbot.swt.finder.SWTBot 19:40:57.738 ERROR - Class not found: org.eclipse.swtbot.generator.framework.IRecorderDialog 19:40:57.822 ERROR - Class not found: org.eclipse.swtbot.swt.finder.SWTBot 19:40:57.822 ERROR - Class not found: org.eclipse.swtbot.generator.framework.IRecorderDialog 19:40:57.906 ERROR - Class not found: org.eclipse.swtbot.swt.finder.SWTBot 19:40:57.906 ERROR - Class not found: org.eclipse.swtbot.generator.framework.IRecorderDialog 19:40:57.986 ERROR - Class not found: org.eclipse.swtbot.swt.finder.SWTBot 19:40:57.987 ERROR - Class not found: org.eclipse.swtbot.generator.framework.IRecorderDialog 19:40:58.068 ERROR - Class not found: org.eclipse.swtbot.swt.finder.SWTBot 19:40:58.069 ERROR - Class not found: org.eclipse.swtbot.generator.framework.IRecorderDialog 19:40:58.151 ERROR - Class not found: org.eclipse.swtbot.swt.finder.SWTBot 19:40:58.152 ERROR - Class not found: org.eclipse.swtbot.generator.framework.IRecorderDialog 19:40:58.243 ERROR - Class not found: org.eclipse.swtbot.swt.finder.SWTBot 19:40:58.243 ERROR - Class not found: org.eclipse.swtbot.generator.framework.IRecorderDialog 19:40:58.348 ERROR - Class not found: org.eclipse.swtbot.swt.finder.SWTBot 19:40:58.348 ERROR - Class not found: org.eclipse.swtbot.generator.framework.IRecorderDialog 19:40:58.452 ERROR - Class not found: org.eclipse.swtbot.swt.finder.SWTBot 19:40:58.453 ERROR - Class not found: org.eclipse.swtbot.generator.framework.IRecorderDialog 19:40:58.554 ERROR - Class not found: org.eclipse.swtbot.swt.finder.SWTBot 19:40:58.554 ERROR - Class not found: org.eclipse.swtbot.generator.framework.IRecorderDialog 19:40:58.645 ERROR - Class not found: org.eclipse.swtbot.swt.finder.SWTBot 19:40:58.645 ERROR - Class not found: org.eclipse.swtbot.generator.framework.IRecorderDialog 19:40:58.743 ERROR - Class not found: org.eclipse.swtbot.swt.finder.SWTBot 19:40:58.743 ERROR - Class not found: org.eclipse.swtbot.generator.framework.IRecorderDialog 19:40:58.883 ERROR - Class not found: org.eclipse.swtbot.swt.finder.SWTBot 19:40:58.884 ERROR - Class not found: org.eclipse.swtbot.generator.framework.IRecorderDialog 19:40:58.892 INFO - Java Main Files AST scan done: 1577 ms 19:40:58.892 INFO - 17/17 source files have been analyzed 19:40:58.893 INFO - Java bytecode scan... 19:40:58.916 WARN - Class 'org/eclipse/swtbot/generator/ui/StartupRecorder' is not accessible through the ClassLoader. 19:40:58.916 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:40:58.917 WARN - Class 'org/eclipse/swtbot/swt/finder/waits/Conditions' is not accessible through the ClassLoader. 19:40:58.917 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:40:58.917 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:40:58.917 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotShell' is not accessible through the ClassLoader. 19:40:58.917 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:40:58.918 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotButton' is not accessible through the ClassLoader. 19:40:58.931 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:40:58.932 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotText' is not accessible through the ClassLoader. 19:40:58.932 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:40:58.932 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotShell' is not accessible through the ClassLoader. 19:40:58.956 WARN - Class 'org/eclipse/swtbot/generator/framework/IRecorderDialog' is not accessible through the ClassLoader. 19:40:58.956 WARN - Class 'org/eclipse/swtbot/generator/framework/IRecorderDialog' is not accessible through the ClassLoader. 19:40:58.957 WARN - Class 'org/eclipse/swtbot/generator/framework/IRecorderDialog' is not accessible through the ClassLoader. 19:40:58.957 WARN - Class 'org/eclipse/swtbot/generator/ui/BotGeneratorEventDispatcher' is not accessible through the ClassLoader. 19:40:58.961 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:40:58.961 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotCTabItem' is not accessible through the ClassLoader. 19:40:58.961 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:40:58.961 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotText' is not accessible through the ClassLoader. 19:40:58.965 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:40:58.965 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotCCombo' is not accessible through the ClassLoader. 19:40:58.965 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:40:58.965 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotText' is not accessible through the ClassLoader. 19:40:58.966 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:40:58.966 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotCCombo' is not accessible through the ClassLoader. 19:40:58.966 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:40:58.966 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotText' is not accessible through the ClassLoader. 19:40:58.969 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:40:58.969 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotCombo' is not accessible through the ClassLoader. 19:40:58.969 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:40:58.969 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotText' is not accessible through the ClassLoader. 19:40:58.970 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:40:58.970 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotCombo' is not accessible through the ClassLoader. 19:40:58.970 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:40:58.970 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotText' is not accessible through the ClassLoader. 19:40:58.972 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:40:58.972 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotList' is not accessible through the ClassLoader. 19:40:58.972 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:40:58.972 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotText' is not accessible through the ClassLoader. 19:40:58.973 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:40:58.973 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotList' is not accessible through the ClassLoader. 19:40:58.973 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:40:58.973 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotText' is not accessible through the ClassLoader. 19:40:58.973 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:40:58.974 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotList' is not accessible through the ClassLoader. 19:40:58.974 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:40:58.974 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotText' is not accessible through the ClassLoader. 19:40:58.974 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:40:58.975 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotList' is not accessible through the ClassLoader. 19:40:58.975 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:40:58.975 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotText' is not accessible through the ClassLoader. 19:40:58.975 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:40:58.975 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotList' is not accessible through the ClassLoader. 19:40:58.976 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:40:58.976 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotText' is not accessible through the ClassLoader. 19:40:58.976 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:40:58.976 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotList' is not accessible through the ClassLoader. 19:40:58.976 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:40:58.977 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotText' is not accessible through the ClassLoader. 19:40:58.977 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:40:58.977 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotList' is not accessible through the ClassLoader. 19:40:58.977 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:40:58.977 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotText' is not accessible through the ClassLoader. 19:40:58.980 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:40:58.980 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotRadio' is not accessible through the ClassLoader. 19:40:58.981 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:40:58.981 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotText' is not accessible through the ClassLoader. 19:40:58.986 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:40:58.987 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotStyledText' is not accessible through the ClassLoader. 19:40:58.987 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:40:58.987 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotText' is not accessible through the ClassLoader. 19:40:58.987 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:40:58.988 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotStyledText' is not accessible through the ClassLoader. 19:40:58.988 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:40:58.988 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotStyledText' is not accessible through the ClassLoader. 19:40:58.988 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:40:58.988 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotText' is not accessible through the ClassLoader. 19:40:58.993 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:40:58.994 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotTable' is not accessible through the ClassLoader. 19:40:58.994 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotTableItem' is not accessible through the ClassLoader. 19:40:58.994 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:40:58.995 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotText' is not accessible through the ClassLoader. 19:40:58.995 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:40:58.995 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotTable' is not accessible through the ClassLoader. 19:40:58.995 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotTableItem' is not accessible through the ClassLoader. 19:40:58.996 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:40:58.996 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotText' is not accessible through the ClassLoader. 19:40:58.996 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:40:58.996 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotTable' is not accessible through the ClassLoader. 19:40:58.996 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotTableItem' is not accessible through the ClassLoader. 19:40:58.997 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:40:58.997 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotText' is not accessible through the ClassLoader. 19:40:58.997 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:40:58.997 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotTable' is not accessible through the ClassLoader. 19:40:58.998 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:40:58.998 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotText' is not accessible through the ClassLoader. 19:40:58.998 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:40:58.998 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotTable' is not accessible through the ClassLoader. 19:40:58.998 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:40:58.998 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotText' is not accessible through the ClassLoader. 19:40:58.999 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:40:58.999 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotTable' is not accessible through the ClassLoader. 19:40:58.999 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:40:58.999 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotText' is not accessible through the ClassLoader. 19:40:58.999 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:40:59.000 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotTable' is not accessible through the ClassLoader. 19:40:59.000 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:40:59.000 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotText' is not accessible through the ClassLoader. 19:40:59.000 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:40:59.000 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotTable' is not accessible through the ClassLoader. 19:40:59.001 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotTableItem' is not accessible through the ClassLoader. 19:40:59.001 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:40:59.001 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotText' is not accessible through the ClassLoader. 19:40:59.001 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:40:59.001 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotTable' is not accessible through the ClassLoader. 19:40:59.001 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotTableItem' is not accessible through the ClassLoader. 19:40:59.002 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:40:59.002 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotText' is not accessible through the ClassLoader. 19:40:59.002 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:40:59.002 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotTable' is not accessible through the ClassLoader. 19:40:59.002 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotTableItem' is not accessible through the ClassLoader. 19:40:59.003 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:40:59.003 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotText' is not accessible through the ClassLoader. 19:40:59.006 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:40:59.006 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotToolbarButton' is not accessible through the ClassLoader. 19:40:59.007 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:40:59.007 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotText' is not accessible through the ClassLoader. 19:40:59.007 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:40:59.007 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotToolbarButton' is not accessible through the ClassLoader. 19:40:59.007 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:40:59.008 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotText' is not accessible through the ClassLoader. 19:40:59.008 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:40:59.008 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotToolbarButton' is not accessible through the ClassLoader. 19:40:59.008 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:40:59.008 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotText' is not accessible through the ClassLoader. 19:40:59.012 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:40:59.013 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotTree' is not accessible through the ClassLoader. 19:40:59.013 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotTreeItem' is not accessible through the ClassLoader. 19:40:59.013 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:40:59.013 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotText' is not accessible through the ClassLoader. 19:40:59.014 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:40:59.014 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotTree' is not accessible through the ClassLoader. 19:40:59.014 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotTreeItem' is not accessible through the ClassLoader. 19:40:59.014 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:40:59.014 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotText' is not accessible through the ClassLoader. 19:40:59.015 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:40:59.015 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotTree' is not accessible through the ClassLoader. 19:40:59.015 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotTreeItem' is not accessible through the ClassLoader. 19:40:59.015 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotTreeItem' is not accessible through the ClassLoader. 19:40:59.015 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:40:59.016 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotText' is not accessible through the ClassLoader. 19:40:59.017 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:40:59.017 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotTabItem' is not accessible through the ClassLoader. 19:40:59.018 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:40:59.018 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotText' is not accessible through the ClassLoader. 19:40:59.022 INFO - Java bytecode scan done: 129 ms 19:40:59.022 INFO - Java Test Files AST scan... 19:40:59.022 INFO - 0 source files to be analyzed 19:40:59.023 INFO - Java Test Files AST scan done: 1 ms 19:40:59.023 INFO - Package design analysis... 19:40:59.023 INFO - 0/0 source files have been analyzed 19:40:59.039 INFO - Package design analysis done: 16 ms 19:40:59.040 INFO - Sensor JavaSquidSensor done: 1834 ms 19:40:59.041 INFO - Sensor QProfileSensor... 19:40:59.042 INFO - Sensor QProfileSensor done: 1 ms 19:40:59.042 INFO - Sensor InitialOpenIssuesSensor... 19:40:59.049 INFO - Sensor InitialOpenIssuesSensor done: 7 ms 19:40:59.049 INFO - Sensor ProjectLinksSensor... 19:40:59.062 INFO - Sensor ProjectLinksSensor done: 13 ms 19:40:59.064 INFO - Sensor VersionEventsSensor... 19:40:59.071 INFO - Sensor VersionEventsSensor done: 7 ms 19:40:59.071 INFO - Sensor FileHashSensor... 19:40:59.072 INFO - Sensor FileHashSensor done: 1 ms 19:40:59.072 INFO - Sensor org.sonar.plugins.findbugs.FindbugsSensor@4f4c24a9... 19:40:59.073 INFO - Execute Findbugs 3.0.1... 19:40:59.122 INFO - Findbugs output report: /home/jenkins/agent/workspace/swtbot-sonar/org.eclipse.swtbot.generator.test/target/sonar/findbugs-result.xml The following classes needed for analysis were missing: org.eclipse.swtbot.swt.finder.SWTBot org.eclipse.swtbot.swt.finder.widgets.SWTBotList org.eclipse.swtbot.swt.finder.widgets.SWTBotText org.eclipse.swtbot.swt.finder.widgets.SWTBotRadio org.eclipse.swtbot.swt.finder.widgets.SWTBotTable org.eclipse.swtbot.swt.finder.widgets.SWTBotTableItem org.eclipse.swtbot.swt.finder.widgets.SWTBotToolbarButton org.eclipse.swtbot.swt.finder.widgets.SWTBotTabItem org.eclipse.swtbot.swt.finder.widgets.SWTBotCombo org.eclipse.swtbot.swt.finder.widgets.SWTBotTree org.eclipse.swtbot.swt.finder.widgets.SWTBotTreeItem org.eclipse.swtbot.swt.finder.widgets.SWTBotStyledText org.eclipse.swtbot.swt.finder.widgets.SWTBotCCombo org.eclipse.swtbot.swt.finder.widgets.SWTBotCTabItem org.eclipse.swtbot.generator.ui.StartupRecorder org.eclipse.swtbot.swt.finder.waits.Conditions org.eclipse.swtbot.swt.finder.widgets.SWTBotShell org.eclipse.swtbot.swt.finder.widgets.SWTBotButton org.eclipse.swtbot.generator.framework.IRecorderDialog org.eclipse.swtbot.generator.ui.BotGeneratorEventDispatcher org.eclipse.swtbot.swt.finder.waits.ICondition 19:41:01.659 INFO - Execute Findbugs 3.0.1 done: 2586 ms 19:41:01.659 INFO - Sensor org.sonar.plugins.findbugs.FindbugsSensor@4f4c24a9 done: 2587 ms 19:41:01.659 INFO - Sensor SurefireSensor... 19:41:01.659 INFO - parsing /home/jenkins/agent/workspace/swtbot-sonar/org.eclipse.swtbot.generator.test/target/surefire-reports 19:41:01.698 INFO - Sensor SurefireSensor done: 39 ms 19:41:01.698 INFO - Sensor JaCoCoOverallSensor... 19:41:01.698 WARN - You are not using the latest JaCoCo binary format version, please consider upgrading to latest JaCoCo version. 19:41:01.699 INFO - Analysing /home/jenkins/agent/workspace/swtbot-sonar/org.eclipse.swtbot.generator.test/../target/jacoco.exec 19:41:01.703 WARN - You are not using the latest JaCoCo binary format version, please consider upgrading to latest JaCoCo version. 19:41:01.703 INFO - Analysing /home/jenkins/agent/workspace/swtbot-sonar/org.eclipse.swtbot.generator.test/target/sonar/jacoco-overall.exec 19:41:01.711 INFO - No information about coverage per test. 19:41:01.711 INFO - Sensor JaCoCoOverallSensor done: 13 ms 19:41:01.711 INFO - Sensor PmdSensor... 19:41:01.712 INFO - Execute PMD 5.4.2... 19:41:01.716 INFO - Java version: 1.6 19:41:01.718 INFO - PMD configuration: /home/jenkins/agent/workspace/swtbot-sonar/org.eclipse.swtbot.generator.test/target/sonar/pmd.xml 19:41:02.221 INFO - Execute PMD 5.4.2 done: 509 ms 19:41:02.222 INFO - Sensor PmdSensor done: 511 ms 19:41:02.222 INFO - Sensor CheckstyleSensor... 19:41:02.222 INFO - Execute Checkstyle ${checkstyle.version}... 19:41:02.223 INFO - Checkstyle configuration: /home/jenkins/agent/workspace/swtbot-sonar/org.eclipse.swtbot.generator.test/target/sonar/checkstyle.xml 19:41:02.619 INFO - Execute Checkstyle ${checkstyle.version} done: 397 ms 19:41:02.620 INFO - Sensor CheckstyleSensor done: 398 ms 19:41:02.620 INFO - Sensor JaCoCoSensor... 19:41:02.621 WARN - You are not using the latest JaCoCo binary format version, please consider upgrading to latest JaCoCo version. 19:41:02.621 INFO - Analysing /home/jenkins/agent/workspace/swtbot-sonar/org.eclipse.swtbot.generator.test/../target/jacoco.exec 19:41:02.635 INFO - No information about coverage per test. 19:41:02.635 INFO - Sensor JaCoCoSensor done: 15 ms 19:41:02.635 INFO - Sensor CPD Sensor (wrapped)... 19:41:02.635 INFO - JavaCpdEngine is used for java 19:41:02.636 INFO - Cross-project analysis disabled 19:41:02.667 INFO - Sensor CPD Sensor (wrapped) done: 32 ms 19:41:02.923 INFO - Execute decorators... 19:41:03.081 INFO - ------------- Scan org.eclipse.swtbot.generator.jdt.test 19:41:03.083 INFO - Load module settings 19:41:03.182 INFO - Configure Maven plugins 19:41:03.186 INFO - Compare to previous analysis (2019-09-13) 19:41:03.187 INFO - Compare over 30 days (2019-12-25, analysis of 2019-09-13 14:36:20.0) 19:41:03.190 INFO - Compare to previous version (2019-06-14) 19:41:03.190 INFO - No quality gate is configured. 19:41:03.205 INFO - Base dir: /home/jenkins/agent/workspace/swtbot-sonar/org.eclipse.swtbot.generator.jdt.test 19:41:03.205 INFO - Working dir: /home/jenkins/agent/workspace/swtbot-sonar/org.eclipse.swtbot.generator.jdt.test/target/sonar 19:41:03.206 INFO - Source paths: pom.xml, src 19:41:03.206 INFO - Binary dirs: target/classes 19:41:03.206 INFO - Source encoding: UTF-8, default locale: en_US 19:41:03.206 INFO - Index files 19:41:03.206 INFO - Excluded sources: 19:41:03.206 INFO - **/util/*Switch.java 19:41:03.220 INFO - 2 files indexed 19:41:03.271 INFO - Quality profile for java: Sonar way with Findbugs 19:41:03.272 INFO - JaCoCoItSensor: JaCoCo IT report not found: /home/jenkins/agent/workspace/swtbot-sonar/org.eclipse.swtbot.generator.jdt.test/target/jacoco-it.exec 19:41:03.274 INFO - Sensor JavaSquidSensor... 19:41:03.277 INFO - Configured Java source version (sonar.java.source): 6 19:41:03.277 INFO - JavaClasspath initialization... 19:41:03.319 INFO - JavaClasspath initialization done: 42 ms 19:41:03.319 INFO - JavaTestClasspath initialization... 19:41:03.373 INFO - JavaTestClasspath initialization done: 54 ms 19:41:03.381 INFO - Java Main Files AST scan... 19:41:03.381 INFO - 2 source files to be analyzed 19:41:03.533 ERROR - Class not found: org.eclipse.swtbot.generator.test.AbstractGeneratorTest 19:41:03.575 INFO - Java Main Files AST scan done: 194 ms 19:41:03.576 INFO - 2/2 source files have been analyzed 19:41:03.576 INFO - Java bytecode scan... 19:41:03.605 WARN - Class 'org/eclipse/swtbot/generator/test/AbstractGeneratorTest' is not accessible through the ClassLoader. 19:41:03.605 WARN - Class 'org/eclipse/swtbot/generator/test/AbstractGeneratorTest' is not accessible through the ClassLoader. 19:41:03.605 WARN - Class 'org/eclipse/swtbot/generator/ui/StartupRecorder' is not accessible through the ClassLoader. 19:41:03.606 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:41:03.606 WARN - Class 'org/eclipse/swtbot/swt/finder/waits/Conditions' is not accessible through the ClassLoader. 19:41:03.606 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:41:03.606 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:41:03.606 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotButton' is not accessible through the ClassLoader. 19:41:03.607 WARN - Class 'org/eclipse/swtbot/swt/finder/waits/Conditions' is not accessible through the ClassLoader. 19:41:03.607 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:41:03.607 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:41:03.607 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:41:03.607 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotShell' is not accessible through the ClassLoader. 19:41:03.608 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:41:03.608 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotText' is not accessible through the ClassLoader. 19:41:03.608 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:41:03.608 WARN - Class 'org/eclipse/swtbot/swt/finder/waits/Conditions' is not accessible through the ClassLoader. 19:41:03.608 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:41:03.609 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotShell' is not accessible through the ClassLoader. 19:41:03.609 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:41:03.609 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotButton' is not accessible through the ClassLoader. 19:41:03.633 WARN - Class 'org/eclipse/swtbot/generator/test/TestDialog' is not accessible through the ClassLoader. 19:41:03.633 WARN - Class 'org/eclipse/swtbot/generator/test/TestDialog' is not accessible through the ClassLoader. 19:41:03.635 WARN - Class 'org/eclipse/swtbot/swt/finder/waits/Conditions' is not accessible through the ClassLoader. 19:41:03.635 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:41:03.635 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:41:03.635 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotCombo' is not accessible through the ClassLoader. 19:41:03.637 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:41:03.637 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotShell' is not accessible through the ClassLoader. 19:41:03.637 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:41:03.637 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotStyledText' is not accessible through the ClassLoader. 19:41:03.640 INFO - Java bytecode scan done: 64 ms 19:41:03.640 INFO - Java Test Files AST scan... 19:41:03.640 INFO - 0 source files to be analyzed 19:41:03.641 INFO - Java Test Files AST scan done: 1 ms 19:41:03.641 INFO - Package design analysis... 19:41:03.642 INFO - 0/0 source files have been analyzed 19:41:03.644 INFO - Package design analysis done: 3 ms 19:41:03.644 INFO - Sensor JavaSquidSensor done: 370 ms 19:41:03.646 INFO - Sensor QProfileSensor... 19:41:03.647 INFO - Sensor QProfileSensor done: 1 ms 19:41:03.647 INFO - Sensor InitialOpenIssuesSensor... 19:41:03.651 INFO - Sensor InitialOpenIssuesSensor done: 4 ms 19:41:03.652 INFO - Sensor ProjectLinksSensor... 19:41:03.665 INFO - Sensor ProjectLinksSensor done: 13 ms 19:41:03.666 INFO - Sensor VersionEventsSensor... 19:41:03.673 INFO - Sensor VersionEventsSensor done: 7 ms 19:41:03.673 INFO - Sensor FileHashSensor... 19:41:03.673 INFO - Sensor FileHashSensor done: 0 ms 19:41:03.673 INFO - Sensor org.sonar.plugins.findbugs.FindbugsSensor@528a0d18... 19:41:03.677 INFO - Execute Findbugs 3.0.1... 19:41:03.724 INFO - Findbugs output report: /home/jenkins/agent/workspace/swtbot-sonar/org.eclipse.swtbot.generator.jdt.test/target/sonar/findbugs-result.xml The following classes needed for analysis were missing: org.eclipse.swtbot.generator.test.AbstractGeneratorTest org.eclipse.swtbot.generator.test.TestDialog org.eclipse.swtbot.swt.finder.widgets.AbstractSWTBot org.eclipse.swtbot.generator.ui.StartupRecorder org.eclipse.swtbot.swt.finder.SWTBot org.eclipse.swtbot.swt.finder.waits.Conditions org.eclipse.swtbot.swt.finder.widgets.SWTBotButton org.eclipse.swtbot.swt.finder.widgets.SWTBotShell org.eclipse.swtbot.swt.finder.widgets.SWTBotText org.eclipse.swtbot.swt.finder.widgets.SWTBotCombo org.eclipse.swtbot.swt.finder.widgets.SWTBotStyledText org.eclipse.swtbot.swt.finder.waits.ICondition org.eclipse.swtbot.generator.framework.IRecorderDialog org.eclipse.swtbot.generator.jdt.editor.JDTRecorderDialog 19:41:04.888 INFO - Execute Findbugs 3.0.1 done: 1211 ms 19:41:04.888 INFO - Sensor org.sonar.plugins.findbugs.FindbugsSensor@528a0d18 done: 1215 ms 19:41:04.888 INFO - Sensor SurefireSensor... 19:41:04.888 INFO - parsing /home/jenkins/agent/workspace/swtbot-sonar/org.eclipse.swtbot.generator.jdt.test/target/surefire-reports 19:41:04.894 INFO - Sensor SurefireSensor done: 6 ms 19:41:04.894 INFO - Sensor JaCoCoOverallSensor... 19:41:04.894 WARN - You are not using the latest JaCoCo binary format version, please consider upgrading to latest JaCoCo version. 19:41:04.894 INFO - Analysing /home/jenkins/agent/workspace/swtbot-sonar/org.eclipse.swtbot.generator.jdt.test/../target/jacoco.exec 19:41:04.898 WARN - You are not using the latest JaCoCo binary format version, please consider upgrading to latest JaCoCo version. 19:41:04.898 INFO - Analysing /home/jenkins/agent/workspace/swtbot-sonar/org.eclipse.swtbot.generator.jdt.test/target/sonar/jacoco-overall.exec 19:41:04.900 INFO - No information about coverage per test. 19:41:04.900 INFO - Sensor JaCoCoOverallSensor done: 6 ms 19:41:04.901 INFO - Sensor PmdSensor... 19:41:04.901 INFO - Execute PMD 5.4.2... 19:41:04.905 INFO - Java version: 1.6 19:41:04.907 INFO - PMD configuration: /home/jenkins/agent/workspace/swtbot-sonar/org.eclipse.swtbot.generator.jdt.test/target/sonar/pmd.xml 19:41:05.271 INFO - Execute PMD 5.4.2 done: 370 ms 19:41:05.271 INFO - Sensor PmdSensor done: 370 ms 19:41:05.271 INFO - Sensor CheckstyleSensor... 19:41:05.271 INFO - Execute Checkstyle ${checkstyle.version}... 19:41:05.273 INFO - Checkstyle configuration: /home/jenkins/agent/workspace/swtbot-sonar/org.eclipse.swtbot.generator.jdt.test/target/sonar/checkstyle.xml 19:41:05.605 INFO - Execute Checkstyle ${checkstyle.version} done: 334 ms 19:41:05.605 INFO - Sensor CheckstyleSensor done: 334 ms 19:41:05.605 INFO - Sensor JaCoCoSensor... 19:41:05.606 WARN - You are not using the latest JaCoCo binary format version, please consider upgrading to latest JaCoCo version. 19:41:05.606 INFO - Analysing /home/jenkins/agent/workspace/swtbot-sonar/org.eclipse.swtbot.generator.jdt.test/../target/jacoco.exec 19:41:05.611 INFO - No information about coverage per test. 19:41:05.611 INFO - Sensor JaCoCoSensor done: 6 ms 19:41:05.611 INFO - Sensor CPD Sensor (wrapped)... 19:41:05.611 INFO - JavaCpdEngine is used for java 19:41:05.612 INFO - Cross-project analysis disabled 19:41:05.616 INFO - Sensor CPD Sensor (wrapped) done: 5 ms 19:41:05.907 INFO - Execute decorators... 19:41:05.990 INFO - ------------- Scan org.eclipse.swtbot.swt.finder.test 19:41:05.992 INFO - Load module settings 19:41:06.091 INFO - Configure Maven plugins 19:41:06.094 INFO - Compare to previous analysis (2019-09-13) 19:41:06.095 INFO - Compare over 30 days (2019-12-25, analysis of 2019-09-13 14:36:20.0) 19:41:06.097 INFO - Compare to previous version (2019-06-14) 19:41:06.097 INFO - No quality gate is configured. 19:41:06.111 INFO - Base dir: /home/jenkins/agent/workspace/swtbot-sonar/org.eclipse.swtbot.swt.finder.test 19:41:06.111 INFO - Working dir: /home/jenkins/agent/workspace/swtbot-sonar/org.eclipse.swtbot.swt.finder.test/target/sonar 19:41:06.112 INFO - Source paths: pom.xml, src 19:41:06.112 INFO - Binary dirs: target/classes 19:41:06.112 INFO - Source encoding: UTF-8, default locale: en_US 19:41:06.112 INFO - Index files 19:41:06.112 INFO - Excluded sources: 19:41:06.112 INFO - **/util/*Switch.java 19:41:06.188 INFO - 112 files indexed 19:41:06.921 INFO - Quality profile for java: Sonar way with Findbugs 19:41:06.941 INFO - JaCoCoItSensor: JaCoCo IT report not found: /home/jenkins/agent/workspace/swtbot-sonar/org.eclipse.swtbot.swt.finder.test/target/jacoco-it.exec 19:41:06.946 INFO - Sensor JavaSquidSensor... 19:41:06.948 INFO - Configured Java source version (sonar.java.source): 6 19:41:06.948 INFO - JavaClasspath initialization... 19:41:06.979 INFO - JavaClasspath initialization done: 31 ms 19:41:06.979 INFO - JavaTestClasspath initialization... 19:41:07.045 INFO - JavaTestClasspath initialization done: 66 ms 19:41:07.056 INFO - Java Main Files AST scan... 19:41:07.057 INFO - 112 source files to be analyzed 19:41:07.449 ERROR - Class not found: org.eclipse.swt.examples.controlexample.ControlExample 19:41:07.450 ERROR - Class not found: org.eclipse.swtbot.swt.finder.widgets.SWTBotText 19:41:07.451 ERROR - Class not found: org.eclipse.swtbot.swt.finder.SWTBot 19:41:07.451 ERROR - Class not found: org.eclipse.swtbot.swt.finder.finders.ControlFinder 19:41:07.451 ERROR - Class not found: org.eclipse.swtbot.swt.finder.finders.Finder 19:41:07.452 ERROR - Class not found: org.eclipse.swtbot.swt.finder.finders.MenuFinder 19:41:07.561 ERROR - Class not found: org.eclipse.swtbot.swt.finder.finders.MenuFinder 19:41:07.561 ERROR - Class not found: org.eclipse.swt.examples.addressbook.AddressBook 19:41:07.562 ERROR - Class not found: org.eclipse.swtbot.swt.finder.widgets.SWTBotText 19:41:07.563 ERROR - Class not found: org.eclipse.swtbot.swt.finder.SWTBot 19:41:07.564 ERROR - Class not found: org.eclipse.swtbot.swt.finder.finders.ControlFinder 19:41:07.564 ERROR - Class not found: org.eclipse.swtbot.swt.finder.finders.Finder 19:41:07.652 ERROR - Class not found: org.eclipse.swt.examples.controlexample.ControlExample 19:41:07.653 ERROR - Class not found: org.eclipse.swtbot.swt.finder.widgets.SWTBotText 19:41:07.654 ERROR - Class not found: org.eclipse.swtbot.swt.finder.SWTBot 19:41:07.654 ERROR - Class not found: org.eclipse.swtbot.swt.finder.finders.ControlFinder 19:41:07.655 ERROR - Class not found: org.eclipse.swtbot.swt.finder.finders.Finder 19:41:07.655 ERROR - Class not found: org.eclipse.swtbot.swt.finder.finders.MenuFinder 19:41:07.663 ERROR - Class not found: org.eclipse.swtbot.swt.finder.SWTBotTestCase 19:41:07.784 ERROR - Class not found: org.eclipse.swt.examples.controlexample.ControlExample 19:41:07.785 ERROR - Class not found: org.eclipse.swtbot.swt.finder.widgets.SWTBotText 19:41:07.786 ERROR - Class not found: org.eclipse.swtbot.swt.finder.SWTBot 19:41:07.786 ERROR - Class not found: org.eclipse.swtbot.swt.finder.finders.ControlFinder 19:41:07.786 ERROR - Class not found: org.eclipse.swtbot.swt.finder.finders.Finder 19:41:07.786 ERROR - Class not found: org.eclipse.swtbot.swt.finder.finders.MenuFinder 19:41:07.893 ERROR - Class not found: org.eclipse.swtbot.swt.finder.widgets.SWTBotText 19:41:07.894 ERROR - Class not found: org.eclipse.swtbot.swt.finder.SWTBot 19:41:07.894 ERROR - Class not found: org.eclipse.swtbot.swt.finder.finders.ControlFinder 19:41:07.894 ERROR - Class not found: org.eclipse.swtbot.swt.finder.finders.Finder 19:41:07.895 ERROR - Class not found: org.eclipse.swtbot.swt.finder.finders.MenuFinder 19:41:08.019 ERROR - Class not found: org.eclipse.swt.examples.controlexample.ControlExample 19:41:08.020 ERROR - Class not found: org.eclipse.swtbot.swt.finder.widgets.SWTBotText 19:41:08.021 ERROR - Class not found: org.eclipse.swtbot.swt.finder.SWTBot 19:41:08.021 ERROR - Class not found: org.eclipse.swtbot.swt.finder.finders.ControlFinder 19:41:08.021 ERROR - Class not found: org.eclipse.swtbot.swt.finder.finders.Finder 19:41:08.021 ERROR - Class not found: org.eclipse.swtbot.swt.finder.finders.MenuFinder 19:41:08.130 ERROR - Class not found: org.eclipse.swtbot.swt.finder.finders.MenuFinder 19:41:08.130 ERROR - Class not found: org.eclipse.swt.examples.addressbook.AddressBook 19:41:08.132 ERROR - Class not found: org.eclipse.swtbot.swt.finder.widgets.SWTBotText 19:41:08.133 ERROR - Class not found: org.eclipse.swtbot.swt.finder.SWTBot 19:41:08.133 ERROR - Class not found: org.eclipse.swtbot.swt.finder.finders.ControlFinder 19:41:08.133 ERROR - Class not found: org.eclipse.swtbot.swt.finder.finders.Finder 19:41:08.221 ERROR - Class not found: org.eclipse.swt.examples.controlexample.ControlExample 19:41:08.222 ERROR - Class not found: org.eclipse.swtbot.swt.finder.widgets.SWTBotText 19:41:08.223 ERROR - Class not found: org.eclipse.swtbot.swt.finder.SWTBot 19:41:08.224 ERROR - Class not found: org.eclipse.swtbot.swt.finder.finders.ControlFinder 19:41:08.224 ERROR - Class not found: org.eclipse.swtbot.swt.finder.finders.Finder 19:41:08.224 ERROR - Class not found: org.eclipse.swtbot.swt.finder.finders.MenuFinder 19:41:08.268 ERROR - Class not found: org.eclipse.swtbot.swt.finder.widgets.SWTBotStyledText 19:41:08.268 ERROR - Class not found: org.eclipse.swtbot.swt.finder.widgets.SWTBotText 19:41:08.268 ERROR - Class not found: org.eclipse.swtbot.swt.finder.keyboard.Keyboard 19:41:08.280 ERROR - Class not found: org.eclipse.swtbot.swt.finder.SWTBot 19:41:08.281 ERROR - Class not found: org.eclipse.swtbot.swt.finder.finders.ControlFinder 19:41:08.281 ERROR - Class not found: org.eclipse.swtbot.swt.finder.finders.Finder 19:41:08.281 ERROR - Class not found: org.eclipse.swtbot.swt.finder.finders.MenuFinder 19:41:08.412 ERROR - Class not found: org.eclipse.swtbot.swt.finder.widgets.SWTBotText 19:41:08.413 ERROR - Class not found: org.eclipse.swtbot.swt.finder.SWTBot 19:41:08.413 ERROR - Class not found: org.eclipse.swtbot.swt.finder.finders.ControlFinder 19:41:08.413 ERROR - Class not found: org.eclipse.swtbot.swt.finder.finders.Finder 19:41:08.414 ERROR - Class not found: org.eclipse.swtbot.swt.finder.finders.MenuFinder 19:41:08.577 ERROR - Class not found: org.eclipse.swtbot.swt.finder.widgets.SWTBotText 19:41:08.579 ERROR - Class not found: org.eclipse.swtbot.swt.finder.SWTBot 19:41:08.579 ERROR - Class not found: org.eclipse.swtbot.swt.finder.finders.ControlFinder 19:41:08.579 ERROR - Class not found: org.eclipse.swtbot.swt.finder.finders.Finder 19:41:08.579 ERROR - Class not found: org.eclipse.swtbot.swt.finder.finders.MenuFinder 19:41:09.102 ERROR - Class not found: org.eclipse.swtbot.swt.finder.widgets.SWTBotStyledText 19:41:09.102 ERROR - Class not found: org.eclipse.swtbot.swt.finder.widgets.SWTBotText 19:41:09.102 ERROR - Class not found: org.eclipse.swtbot.swt.finder.keyboard.Keyboard 19:41:09.114 ERROR - Class not found: org.eclipse.swtbot.swt.finder.SWTBot 19:41:09.114 ERROR - Class not found: org.eclipse.swtbot.swt.finder.finders.ControlFinder 19:41:09.114 ERROR - Class not found: org.eclipse.swtbot.swt.finder.finders.Finder 19:41:09.114 ERROR - Class not found: org.eclipse.swtbot.swt.finder.finders.MenuFinder 19:41:09.163 ERROR - Class not found: org.eclipse.swtbot.swt.finder.matchers.AbstractMatcher 19:41:09.208 ERROR - Class not found: org.eclipse.swtbot.swt.finder.matchers.AbstractMatcher 19:41:09.567 ERROR - Class not found: org.eclipse.swt.examples.controlexample.ControlExample 19:41:09.568 ERROR - Class not found: org.eclipse.swtbot.swt.finder.widgets.SWTBotText 19:41:09.569 ERROR - Class not found: org.eclipse.swtbot.swt.finder.SWTBot 19:41:09.569 ERROR - Class not found: org.eclipse.swtbot.swt.finder.finders.ControlFinder 19:41:09.569 ERROR - Class not found: org.eclipse.swtbot.swt.finder.finders.Finder 19:41:09.569 ERROR - Class not found: org.eclipse.swtbot.swt.finder.finders.MenuFinder 19:41:09.791 ERROR - Class not found: org.eclipse.swt.examples.clipboard.ClipboardExample 19:41:09.792 ERROR - Class not found: org.eclipse.swtbot.swt.finder.widgets.SWTBotText 19:41:09.793 ERROR - Class not found: org.eclipse.swtbot.swt.finder.SWTBot 19:41:09.793 ERROR - Class not found: org.eclipse.swtbot.swt.finder.finders.ControlFinder 19:41:09.793 ERROR - Class not found: org.eclipse.swtbot.swt.finder.finders.Finder 19:41:09.794 ERROR - Class not found: org.eclipse.swtbot.swt.finder.finders.MenuFinder 19:41:10.173 ERROR - Class not found: org.eclipse.swtbot.swt.finder.widgets.SWTBotText 19:41:10.174 ERROR - Class not found: org.eclipse.swtbot.swt.finder.SWTBot 19:41:10.174 ERROR - Class not found: org.eclipse.swtbot.swt.finder.finders.ControlFinder 19:41:10.174 ERROR - Class not found: org.eclipse.swtbot.swt.finder.finders.Finder 19:41:10.174 ERROR - Class not found: org.eclipse.swtbot.swt.finder.finders.MenuFinder 19:41:10.243 ERROR - Class not found: org.eclipse.swtbot.swt.finder.widgets.SWTBotText 19:41:10.244 ERROR - Class not found: org.eclipse.swtbot.swt.finder.SWTBot 19:41:10.244 ERROR - Class not found: org.eclipse.swtbot.swt.finder.finders.ControlFinder 19:41:10.244 ERROR - Class not found: org.eclipse.swtbot.swt.finder.finders.Finder 19:41:10.245 ERROR - Class not found: org.eclipse.swtbot.swt.finder.finders.MenuFinder 19:41:10.293 ERROR - Class not found: org.eclipse.swtbot.swt.finder.widgets.SWTBotText 19:41:10.294 ERROR - Class not found: org.eclipse.swtbot.swt.finder.SWTBot 19:41:10.294 ERROR - Class not found: org.eclipse.swtbot.swt.finder.finders.ControlFinder 19:41:10.294 ERROR - Class not found: org.eclipse.swtbot.swt.finder.finders.Finder 19:41:10.295 ERROR - Class not found: org.eclipse.swtbot.swt.finder.finders.MenuFinder 19:41:10.363 ERROR - Class not found: org.eclipse.swtbot.swt.finder.widgets.SWTBotText 19:41:10.365 ERROR - Class not found: org.eclipse.swtbot.swt.finder.SWTBot 19:41:10.365 ERROR - Class not found: org.eclipse.swtbot.swt.finder.finders.ControlFinder 19:41:10.365 ERROR - Class not found: org.eclipse.swtbot.swt.finder.finders.Finder 19:41:10.365 ERROR - Class not found: org.eclipse.swtbot.swt.finder.finders.MenuFinder 19:41:10.437 ERROR - Class not found: org.eclipse.swtbot.swt.finder.widgets.SWTBotText 19:41:10.438 ERROR - Class not found: org.eclipse.swtbot.swt.finder.SWTBot 19:41:10.439 ERROR - Class not found: org.eclipse.swtbot.swt.finder.finders.ControlFinder 19:41:10.439 ERROR - Class not found: org.eclipse.swtbot.swt.finder.finders.Finder 19:41:10.439 ERROR - Class not found: org.eclipse.swtbot.swt.finder.finders.MenuFinder 19:41:10.547 ERROR - Class not found: org.eclipse.swtbot.swt.finder.SWTBot 19:41:10.547 ERROR - Class not found: org.eclipse.swtbot.swt.finder.finders.ControlFinder 19:41:10.547 ERROR - Class not found: org.eclipse.swtbot.swt.finder.finders.Finder 19:41:10.548 ERROR - Class not found: org.eclipse.swtbot.swt.finder.finders.MenuFinder 19:41:10.974 ERROR - Class not found: org.eclipse.swtbot.swt.finder.widgets.SWTBotText 19:41:10.975 ERROR - Class not found: org.eclipse.swtbot.swt.finder.SWTBot 19:41:10.976 ERROR - Class not found: org.eclipse.swtbot.swt.finder.finders.ControlFinder 19:41:10.976 ERROR - Class not found: org.eclipse.swtbot.swt.finder.finders.Finder 19:41:10.976 ERROR - Class not found: org.eclipse.swtbot.swt.finder.finders.MenuFinder 19:41:11.186 ERROR - Class not found: org.eclipse.swt.examples.controlexample.ControlExample 19:41:11.187 ERROR - Class not found: org.eclipse.swtbot.swt.finder.widgets.SWTBotText 19:41:11.188 ERROR - Class not found: org.eclipse.swtbot.swt.finder.SWTBot 19:41:11.188 ERROR - Class not found: org.eclipse.swtbot.swt.finder.finders.ControlFinder 19:41:11.188 ERROR - Class not found: org.eclipse.swtbot.swt.finder.finders.Finder 19:41:11.189 ERROR - Class not found: org.eclipse.swtbot.swt.finder.finders.MenuFinder 19:41:11.487 ERROR - Class not found: org.eclipse.swtbot.swt.finder.widgets.SWTBotText 19:41:11.488 ERROR - Class not found: org.eclipse.swtbot.swt.finder.SWTBot 19:41:11.488 ERROR - Class not found: org.eclipse.swtbot.swt.finder.finders.ControlFinder 19:41:11.488 ERROR - Class not found: org.eclipse.swtbot.swt.finder.finders.Finder 19:41:11.489 ERROR - Class not found: org.eclipse.swtbot.swt.finder.finders.MenuFinder 19:41:11.551 ERROR - Class not found: org.eclipse.swtbot.swt.finder.widgets.SWTBotText 19:41:11.552 ERROR - Class not found: org.eclipse.swtbot.swt.finder.SWTBot 19:41:11.553 ERROR - Class not found: org.eclipse.swtbot.swt.finder.finders.ControlFinder 19:41:11.553 ERROR - Class not found: org.eclipse.swtbot.swt.finder.finders.Finder 19:41:11.553 ERROR - Class not found: org.eclipse.swtbot.swt.finder.finders.MenuFinder 19:41:11.627 ERROR - Class not found: org.eclipse.swtbot.swt.finder.widgets.SWTBotText 19:41:11.628 ERROR - Class not found: org.eclipse.swtbot.swt.finder.SWTBot 19:41:11.628 ERROR - Class not found: org.eclipse.swtbot.swt.finder.finders.ControlFinder 19:41:11.629 ERROR - Class not found: org.eclipse.swtbot.swt.finder.finders.Finder 19:41:11.629 ERROR - Class not found: org.eclipse.swtbot.swt.finder.finders.MenuFinder 19:41:11.744 ERROR - Class not found: org.eclipse.swtbot.swt.finder.widgets.SWTBotText 19:41:11.745 ERROR - Class not found: org.eclipse.swtbot.swt.finder.SWTBot 19:41:11.745 ERROR - Class not found: org.eclipse.swtbot.swt.finder.finders.ControlFinder 19:41:11.745 ERROR - Class not found: org.eclipse.swtbot.swt.finder.finders.Finder 19:41:11.745 ERROR - Class not found: org.eclipse.swtbot.swt.finder.finders.MenuFinder 19:41:11.857 ERROR - Class not found: org.eclipse.swtbot.swt.finder.SWTBot 19:41:11.857 ERROR - Class not found: org.eclipse.swtbot.swt.finder.finders.ControlFinder 19:41:11.857 ERROR - Class not found: org.eclipse.swtbot.swt.finder.finders.Finder 19:41:11.858 ERROR - Class not found: org.eclipse.swtbot.swt.finder.finders.MenuFinder 19:41:11.959 ERROR - Class not found: org.eclipse.swt.examples.controlexample.ControlExample 19:41:11.960 ERROR - Class not found: org.eclipse.swtbot.swt.finder.widgets.SWTBotText 19:41:11.961 ERROR - Class not found: org.eclipse.swtbot.swt.finder.SWTBot 19:41:11.961 ERROR - Class not found: org.eclipse.swtbot.swt.finder.finders.ControlFinder 19:41:11.961 ERROR - Class not found: org.eclipse.swtbot.swt.finder.finders.Finder 19:41:11.961 ERROR - Class not found: org.eclipse.swtbot.swt.finder.finders.MenuFinder 19:41:12.029 ERROR - Class not found: org.eclipse.swt.examples.controlexample.ControlExample 19:41:12.030 ERROR - Class not found: org.eclipse.swtbot.swt.finder.widgets.SWTBotText 19:41:12.031 ERROR - Class not found: org.eclipse.swtbot.swt.finder.SWTBot 19:41:12.031 ERROR - Class not found: org.eclipse.swtbot.swt.finder.finders.ControlFinder 19:41:12.031 ERROR - Class not found: org.eclipse.swtbot.swt.finder.finders.Finder 19:41:12.031 ERROR - Class not found: org.eclipse.swtbot.swt.finder.finders.MenuFinder 19:41:12.114 ERROR - Class not found: org.eclipse.swtbot.swt.finder.widgets.SWTBotText 19:41:12.115 ERROR - Class not found: org.eclipse.swtbot.swt.finder.SWTBot 19:41:12.115 ERROR - Class not found: org.eclipse.swtbot.swt.finder.finders.ControlFinder 19:41:12.115 ERROR - Class not found: org.eclipse.swtbot.swt.finder.finders.Finder 19:41:12.115 ERROR - Class not found: org.eclipse.swtbot.swt.finder.finders.MenuFinder 19:41:12.184 ERROR - Class not found: org.eclipse.swt.examples.controlexample.ControlExample 19:41:12.185 ERROR - Class not found: org.eclipse.swtbot.swt.finder.widgets.SWTBotText 19:41:12.186 ERROR - Class not found: org.eclipse.swtbot.swt.finder.SWTBot 19:41:12.186 ERROR - Class not found: org.eclipse.swtbot.swt.finder.finders.ControlFinder 19:41:12.187 ERROR - Class not found: org.eclipse.swtbot.swt.finder.finders.Finder 19:41:12.187 ERROR - Class not found: org.eclipse.swtbot.swt.finder.finders.MenuFinder 19:41:12.243 ERROR - Class not found: org.eclipse.swt.examples.controlexample.ControlExample 19:41:12.244 ERROR - Class not found: org.eclipse.swtbot.swt.finder.widgets.SWTBotText 19:41:12.245 ERROR - Class not found: org.eclipse.swtbot.swt.finder.SWTBot 19:41:12.245 ERROR - Class not found: org.eclipse.swtbot.swt.finder.finders.ControlFinder 19:41:12.245 ERROR - Class not found: org.eclipse.swtbot.swt.finder.finders.Finder 19:41:12.245 ERROR - Class not found: org.eclipse.swtbot.swt.finder.finders.MenuFinder 19:41:12.336 ERROR - Class not found: org.eclipse.swtbot.swt.finder.widgets.SWTBotText 19:41:12.338 ERROR - Class not found: org.eclipse.swtbot.swt.finder.SWTBot 19:41:12.338 ERROR - Class not found: org.eclipse.swtbot.swt.finder.finders.ControlFinder 19:41:12.338 ERROR - Class not found: org.eclipse.swtbot.swt.finder.finders.Finder 19:41:12.338 ERROR - Class not found: org.eclipse.swtbot.swt.finder.finders.MenuFinder 19:41:12.441 ERROR - Class not found: org.eclipse.swt.examples.controlexample.ControlExample 19:41:12.442 ERROR - Class not found: org.eclipse.swtbot.swt.finder.widgets.SWTBotText 19:41:12.443 ERROR - Class not found: org.eclipse.swtbot.swt.finder.SWTBot 19:41:12.443 ERROR - Class not found: org.eclipse.swtbot.swt.finder.finders.ControlFinder 19:41:12.443 ERROR - Class not found: org.eclipse.swtbot.swt.finder.finders.Finder 19:41:12.443 ERROR - Class not found: org.eclipse.swtbot.swt.finder.finders.MenuFinder 19:41:12.507 ERROR - Class not found: org.eclipse.swtbot.swt.finder.widgets.SWTBotText 19:41:12.509 ERROR - Class not found: org.eclipse.swtbot.swt.finder.SWTBot 19:41:12.509 ERROR - Class not found: org.eclipse.swtbot.swt.finder.finders.ControlFinder 19:41:12.509 ERROR - Class not found: org.eclipse.swtbot.swt.finder.finders.Finder 19:41:12.509 ERROR - Class not found: org.eclipse.swtbot.swt.finder.finders.MenuFinder 19:41:12.579 ERROR - Class not found: org.eclipse.swtbot.swt.finder.widgets.SWTBotText 19:41:12.580 ERROR - Class not found: org.eclipse.swtbot.swt.finder.SWTBot 19:41:12.580 ERROR - Class not found: org.eclipse.swtbot.swt.finder.finders.ControlFinder 19:41:12.580 ERROR - Class not found: org.eclipse.swtbot.swt.finder.finders.Finder 19:41:12.580 ERROR - Class not found: org.eclipse.swtbot.swt.finder.finders.MenuFinder 19:41:12.643 ERROR - Class not found: org.eclipse.swtbot.swt.finder.widgets.SWTBotText 19:41:12.645 ERROR - Class not found: org.eclipse.swtbot.swt.finder.SWTBot 19:41:12.645 ERROR - Class not found: org.eclipse.swtbot.swt.finder.finders.ControlFinder 19:41:12.645 ERROR - Class not found: org.eclipse.swtbot.swt.finder.finders.Finder 19:41:12.645 ERROR - Class not found: org.eclipse.swtbot.swt.finder.finders.MenuFinder 19:41:12.657 ERROR - Class not found: org.eclipse.swt.examples.controlexample.ControlExample 19:41:12.739 ERROR - Class not found: org.eclipse.swt.examples.controlexample.ControlExample 19:41:12.741 ERROR - Class not found: org.eclipse.swtbot.swt.finder.widgets.SWTBotText 19:41:12.742 ERROR - Class not found: org.eclipse.swtbot.swt.finder.SWTBot 19:41:12.742 ERROR - Class not found: org.eclipse.swtbot.swt.finder.finders.ControlFinder 19:41:12.742 ERROR - Class not found: org.eclipse.swtbot.swt.finder.finders.Finder 19:41:12.742 ERROR - Class not found: org.eclipse.swtbot.swt.finder.finders.MenuFinder 19:41:12.815 ERROR - Class not found: org.eclipse.swt.examples.controlexample.ControlExample 19:41:12.816 ERROR - Class not found: org.eclipse.swtbot.swt.finder.widgets.SWTBotText 19:41:12.817 ERROR - Class not found: org.eclipse.swtbot.swt.finder.SWTBot 19:41:12.817 ERROR - Class not found: org.eclipse.swtbot.swt.finder.finders.ControlFinder 19:41:12.818 ERROR - Class not found: org.eclipse.swtbot.swt.finder.finders.Finder 19:41:12.818 ERROR - Class not found: org.eclipse.swtbot.swt.finder.finders.MenuFinder 19:41:12.889 ERROR - Class not found: org.eclipse.swt.examples.controlexample.ControlExample 19:41:12.890 ERROR - Class not found: org.eclipse.swtbot.swt.finder.widgets.SWTBotText 19:41:12.892 ERROR - Class not found: org.eclipse.swtbot.swt.finder.SWTBot 19:41:12.892 ERROR - Class not found: org.eclipse.swtbot.swt.finder.finders.ControlFinder 19:41:12.892 ERROR - Class not found: org.eclipse.swtbot.swt.finder.finders.Finder 19:41:12.892 ERROR - Class not found: org.eclipse.swtbot.swt.finder.finders.MenuFinder 19:41:12.992 ERROR - Class not found: org.eclipse.swt.examples.controlexample.ControlExample 19:41:12.993 ERROR - Class not found: org.eclipse.swtbot.swt.finder.widgets.SWTBotText 19:41:12.994 ERROR - Class not found: org.eclipse.swtbot.swt.finder.SWTBot 19:41:12.994 ERROR - Class not found: org.eclipse.swtbot.swt.finder.finders.ControlFinder 19:41:12.994 ERROR - Class not found: org.eclipse.swtbot.swt.finder.finders.Finder 19:41:12.994 ERROR - Class not found: org.eclipse.swtbot.swt.finder.finders.MenuFinder 19:41:13.071 ERROR - Class not found: org.eclipse.swt.examples.controlexample.ControlExample 19:41:13.072 ERROR - Class not found: org.eclipse.swtbot.swt.finder.widgets.SWTBotText 19:41:13.073 ERROR - Class not found: org.eclipse.swtbot.swt.finder.SWTBot 19:41:13.073 ERROR - Class not found: org.eclipse.swtbot.swt.finder.finders.ControlFinder 19:41:13.074 ERROR - Class not found: org.eclipse.swtbot.swt.finder.finders.Finder 19:41:13.074 ERROR - Class not found: org.eclipse.swtbot.swt.finder.finders.MenuFinder 19:41:13.148 ERROR - Class not found: org.eclipse.swt.examples.controlexample.ControlExample 19:41:13.149 ERROR - Class not found: org.eclipse.swtbot.swt.finder.widgets.SWTBotText 19:41:13.151 ERROR - Class not found: org.eclipse.swtbot.swt.finder.SWTBot 19:41:13.151 ERROR - Class not found: org.eclipse.swtbot.swt.finder.finders.ControlFinder 19:41:13.151 ERROR - Class not found: org.eclipse.swtbot.swt.finder.finders.Finder 19:41:13.151 ERROR - Class not found: org.eclipse.swtbot.swt.finder.finders.MenuFinder 19:41:13.213 ERROR - Class not found: org.eclipse.swt.examples.controlexample.ControlExample 19:41:13.223 ERROR - Class not found: org.eclipse.swtbot.swt.finder.widgets.SWTBotText 19:41:13.224 ERROR - Class not found: org.eclipse.swtbot.swt.finder.SWTBot 19:41:13.224 ERROR - Class not found: org.eclipse.swtbot.swt.finder.finders.ControlFinder 19:41:13.224 ERROR - Class not found: org.eclipse.swtbot.swt.finder.finders.Finder 19:41:13.224 ERROR - Class not found: org.eclipse.swtbot.swt.finder.finders.MenuFinder 19:41:13.344 ERROR - Class not found: org.eclipse.swt.examples.controlexample.ControlExample 19:41:13.345 ERROR - Class not found: org.eclipse.swtbot.swt.finder.widgets.SWTBotText 19:41:13.346 ERROR - Class not found: org.eclipse.swtbot.swt.finder.SWTBot 19:41:13.346 ERROR - Class not found: org.eclipse.swtbot.swt.finder.finders.ControlFinder 19:41:13.346 ERROR - Class not found: org.eclipse.swtbot.swt.finder.finders.Finder 19:41:13.346 ERROR - Class not found: org.eclipse.swtbot.swt.finder.finders.MenuFinder 19:41:13.512 ERROR - Class not found: org.eclipse.swt.examples.controlexample.ControlExample 19:41:13.513 ERROR - Class not found: org.eclipse.swtbot.swt.finder.widgets.SWTBotText 19:41:13.514 ERROR - Class not found: org.eclipse.swtbot.swt.finder.SWTBot 19:41:13.514 ERROR - Class not found: org.eclipse.swtbot.swt.finder.finders.ControlFinder 19:41:13.515 ERROR - Class not found: org.eclipse.swtbot.swt.finder.finders.Finder 19:41:13.515 ERROR - Class not found: org.eclipse.swtbot.swt.finder.finders.MenuFinder 19:41:13.638 ERROR - Class not found: org.eclipse.swtbot.swt.finder.finders.MenuFinder 19:41:13.638 ERROR - Class not found: org.eclipse.swt.examples.addressbook.AddressBook 19:41:13.639 ERROR - Class not found: org.eclipse.swtbot.swt.finder.widgets.SWTBotText 19:41:13.640 ERROR - Class not found: org.eclipse.swtbot.swt.finder.SWTBot 19:41:13.640 ERROR - Class not found: org.eclipse.swtbot.swt.finder.finders.ControlFinder 19:41:13.640 ERROR - Class not found: org.eclipse.swtbot.swt.finder.finders.Finder 19:41:13.767 ERROR - Class not found: org.eclipse.swt.examples.controlexample.ControlExample 19:41:13.768 ERROR - Class not found: org.eclipse.swtbot.swt.finder.widgets.SWTBotText 19:41:13.769 ERROR - Class not found: org.eclipse.swtbot.swt.finder.SWTBot 19:41:13.769 ERROR - Class not found: org.eclipse.swtbot.swt.finder.finders.ControlFinder 19:41:13.769 ERROR - Class not found: org.eclipse.swtbot.swt.finder.finders.Finder 19:41:13.769 ERROR - Class not found: org.eclipse.swtbot.swt.finder.finders.MenuFinder 19:41:14.000 ERROR - Class not found: org.eclipse.swt.examples.controlexample.ControlExample 19:41:14.001 ERROR - Class not found: org.eclipse.swtbot.swt.finder.widgets.SWTBotText 19:41:14.002 ERROR - Class not found: org.eclipse.swtbot.swt.finder.SWTBot 19:41:14.002 ERROR - Class not found: org.eclipse.swtbot.swt.finder.finders.ControlFinder 19:41:14.002 ERROR - Class not found: org.eclipse.swtbot.swt.finder.finders.Finder 19:41:14.002 ERROR - Class not found: org.eclipse.swtbot.swt.finder.finders.MenuFinder 19:41:14.066 ERROR - Class not found: org.eclipse.swt.examples.controlexample.ControlExample 19:41:14.067 ERROR - Class not found: org.eclipse.swtbot.swt.finder.widgets.SWTBotText 19:41:14.068 ERROR - Class not found: org.eclipse.swtbot.swt.finder.SWTBot 19:41:14.068 ERROR - Class not found: org.eclipse.swtbot.swt.finder.finders.ControlFinder 19:41:14.068 ERROR - Class not found: org.eclipse.swtbot.swt.finder.finders.Finder 19:41:14.068 ERROR - Class not found: org.eclipse.swtbot.swt.finder.finders.MenuFinder 19:41:14.137 ERROR - Class not found: org.eclipse.swt.examples.controlexample.ControlExample 19:41:14.137 ERROR - Class not found: org.eclipse.swtbot.swt.finder.widgets.SWTBotText 19:41:14.139 ERROR - Class not found: org.eclipse.swtbot.swt.finder.SWTBot 19:41:14.139 ERROR - Class not found: org.eclipse.swtbot.swt.finder.finders.ControlFinder 19:41:14.139 ERROR - Class not found: org.eclipse.swtbot.swt.finder.finders.Finder 19:41:14.139 ERROR - Class not found: org.eclipse.swtbot.swt.finder.finders.MenuFinder 19:41:14.231 ERROR - Class not found: org.eclipse.swtbot.swt.finder.widgets.SWTBotText 19:41:14.233 ERROR - Class not found: org.eclipse.swtbot.swt.finder.SWTBot 19:41:14.233 ERROR - Class not found: org.eclipse.swtbot.swt.finder.finders.ControlFinder 19:41:14.233 ERROR - Class not found: org.eclipse.swtbot.swt.finder.finders.Finder 19:41:14.233 ERROR - Class not found: org.eclipse.swtbot.swt.finder.finders.MenuFinder 19:41:14.329 ERROR - Class not found: org.eclipse.swt.examples.controlexample.ControlExample 19:41:14.329 ERROR - Class not found: org.eclipse.swtbot.swt.finder.widgets.SWTBotText 19:41:14.330 ERROR - Class not found: org.eclipse.swtbot.swt.finder.SWTBot 19:41:14.331 ERROR - Class not found: org.eclipse.swtbot.swt.finder.finders.ControlFinder 19:41:14.331 ERROR - Class not found: org.eclipse.swtbot.swt.finder.finders.Finder 19:41:14.331 ERROR - Class not found: org.eclipse.swtbot.swt.finder.finders.MenuFinder 19:41:14.376 ERROR - Class not found: org.eclipse.swt.examples.controlexample.ControlExample 19:41:14.377 ERROR - Class not found: org.eclipse.swtbot.swt.finder.widgets.SWTBotText 19:41:14.378 ERROR - Class not found: org.eclipse.swtbot.swt.finder.SWTBot 19:41:14.378 ERROR - Class not found: org.eclipse.swtbot.swt.finder.finders.ControlFinder 19:41:14.378 ERROR - Class not found: org.eclipse.swtbot.swt.finder.finders.Finder 19:41:14.379 ERROR - Class not found: org.eclipse.swtbot.swt.finder.finders.MenuFinder 19:41:14.490 ERROR - Class not found: org.eclipse.swtbot.swt.finder.widgets.SWTBotText 19:41:14.491 ERROR - Class not found: org.eclipse.swtbot.swt.finder.SWTBot 19:41:14.491 ERROR - Class not found: org.eclipse.swtbot.swt.finder.finders.ControlFinder 19:41:14.491 ERROR - Class not found: org.eclipse.swtbot.swt.finder.finders.Finder 19:41:14.491 ERROR - Class not found: org.eclipse.swtbot.swt.finder.finders.MenuFinder 19:41:14.653 ERROR - Class not found: org.eclipse.swt.examples.controlexample.ControlExample 19:41:14.654 ERROR - Class not found: org.eclipse.swtbot.swt.finder.widgets.SWTBotText 19:41:14.655 ERROR - Class not found: org.eclipse.swtbot.swt.finder.SWTBot 19:41:14.655 ERROR - Class not found: org.eclipse.swtbot.swt.finder.finders.ControlFinder 19:41:14.655 ERROR - Class not found: org.eclipse.swtbot.swt.finder.finders.Finder 19:41:14.656 ERROR - Class not found: org.eclipse.swtbot.swt.finder.finders.MenuFinder 19:41:14.718 ERROR - Class not found: org.eclipse.swtbot.swt.finder.SWTBot 19:41:14.718 ERROR - Class not found: org.eclipse.swtbot.swt.finder.finders.ControlFinder 19:41:14.718 ERROR - Class not found: org.eclipse.swtbot.swt.finder.finders.Finder 19:41:14.718 ERROR - Class not found: org.eclipse.swtbot.swt.finder.finders.MenuFinder 19:41:14.813 ERROR - Class not found: org.eclipse.swt.examples.controlexample.ControlExample 19:41:14.814 ERROR - Class not found: org.eclipse.swtbot.swt.finder.widgets.SWTBotText 19:41:14.816 ERROR - Class not found: org.eclipse.swtbot.swt.finder.SWTBot 19:41:14.816 ERROR - Class not found: org.eclipse.swtbot.swt.finder.finders.ControlFinder 19:41:14.816 ERROR - Class not found: org.eclipse.swtbot.swt.finder.finders.Finder 19:41:14.816 ERROR - Class not found: org.eclipse.swtbot.swt.finder.finders.MenuFinder 19:41:14.904 ERROR - Class not found: org.eclipse.swtbot.swt.finder.SWTBot 19:41:14.904 ERROR - Class not found: org.eclipse.swtbot.swt.finder.finders.ControlFinder 19:41:14.904 ERROR - Class not found: org.eclipse.swtbot.swt.finder.finders.Finder 19:41:14.904 ERROR - Class not found: org.eclipse.swtbot.swt.finder.finders.MenuFinder 19:41:15.016 ERROR - Class not found: org.eclipse.swtbot.swt.finder.SWTBot 19:41:15.017 ERROR - Class not found: org.eclipse.swtbot.swt.finder.finders.ControlFinder 19:41:15.017 ERROR - Class not found: org.eclipse.swtbot.swt.finder.finders.Finder 19:41:15.017 ERROR - Class not found: org.eclipse.swtbot.swt.finder.finders.MenuFinder 19:41:15.140 ERROR - Class not found: org.eclipse.swt.examples.controlexample.ControlExample 19:41:15.141 ERROR - Class not found: org.eclipse.swtbot.swt.finder.widgets.SWTBotText 19:41:15.142 ERROR - Class not found: org.eclipse.swtbot.swt.finder.SWTBot 19:41:15.142 ERROR - Class not found: org.eclipse.swtbot.swt.finder.finders.ControlFinder 19:41:15.142 ERROR - Class not found: org.eclipse.swtbot.swt.finder.finders.Finder 19:41:15.143 ERROR - Class not found: org.eclipse.swtbot.swt.finder.finders.MenuFinder 19:41:15.288 ERROR - Class not found: org.eclipse.swt.examples.controlexample.ControlExample 19:41:15.289 ERROR - Class not found: org.eclipse.swtbot.swt.finder.widgets.SWTBotText 19:41:15.290 ERROR - Class not found: org.eclipse.swtbot.swt.finder.SWTBot 19:41:15.290 ERROR - Class not found: org.eclipse.swtbot.swt.finder.finders.ControlFinder 19:41:15.291 ERROR - Class not found: org.eclipse.swtbot.swt.finder.finders.Finder 19:41:15.291 ERROR - Class not found: org.eclipse.swtbot.swt.finder.finders.MenuFinder 19:41:15.416 ERROR - Class not found: org.eclipse.swtbot.swt.finder.finders.MenuFinder 19:41:15.416 ERROR - Class not found: org.eclipse.swt.examples.addressbook.AddressBook 19:41:15.417 ERROR - Class not found: org.eclipse.swtbot.swt.finder.widgets.SWTBotText 19:41:15.418 ERROR - Class not found: org.eclipse.swtbot.swt.finder.SWTBot 19:41:15.418 ERROR - Class not found: org.eclipse.swtbot.swt.finder.finders.ControlFinder 19:41:15.419 ERROR - Class not found: org.eclipse.swtbot.swt.finder.finders.Finder 19:41:15.502 ERROR - Class not found: org.eclipse.swt.examples.controlexample.ControlExample 19:41:15.503 ERROR - Class not found: org.eclipse.swtbot.swt.finder.widgets.SWTBotText 19:41:15.504 ERROR - Class not found: org.eclipse.swtbot.swt.finder.SWTBot 19:41:15.504 ERROR - Class not found: org.eclipse.swtbot.swt.finder.finders.ControlFinder 19:41:15.504 ERROR - Class not found: org.eclipse.swtbot.swt.finder.finders.Finder 19:41:15.504 ERROR - Class not found: org.eclipse.swtbot.swt.finder.finders.MenuFinder 19:41:15.584 ERROR - Class not found: org.eclipse.swt.examples.controlexample.ControlExample 19:41:15.585 ERROR - Class not found: org.eclipse.swtbot.swt.finder.widgets.SWTBotText 19:41:15.586 ERROR - Class not found: org.eclipse.swtbot.swt.finder.SWTBot 19:41:15.586 ERROR - Class not found: org.eclipse.swtbot.swt.finder.finders.ControlFinder 19:41:15.587 ERROR - Class not found: org.eclipse.swtbot.swt.finder.finders.Finder 19:41:15.587 ERROR - Class not found: org.eclipse.swtbot.swt.finder.finders.MenuFinder 19:41:15.662 ERROR - Class not found: org.eclipse.swt.examples.controlexample.ControlExample 19:41:15.663 ERROR - Class not found: org.eclipse.swtbot.swt.finder.widgets.SWTBotText 19:41:15.664 ERROR - Class not found: org.eclipse.swtbot.swt.finder.SWTBot 19:41:15.664 ERROR - Class not found: org.eclipse.swtbot.swt.finder.finders.ControlFinder 19:41:15.664 ERROR - Class not found: org.eclipse.swtbot.swt.finder.finders.Finder 19:41:15.664 ERROR - Class not found: org.eclipse.swtbot.swt.finder.finders.MenuFinder 19:41:15.727 ERROR - Class not found: org.eclipse.swt.examples.controlexample.ControlExample 19:41:15.728 ERROR - Class not found: org.eclipse.swtbot.swt.finder.widgets.SWTBotText 19:41:15.729 ERROR - Class not found: org.eclipse.swtbot.swt.finder.SWTBot 19:41:15.729 ERROR - Class not found: org.eclipse.swtbot.swt.finder.finders.ControlFinder 19:41:15.729 ERROR - Class not found: org.eclipse.swtbot.swt.finder.finders.Finder 19:41:15.729 ERROR - Class not found: org.eclipse.swtbot.swt.finder.finders.MenuFinder 19:41:15.807 ERROR - Class not found: org.eclipse.swt.examples.controlexample.ControlExample 19:41:15.808 ERROR - Class not found: org.eclipse.swtbot.swt.finder.widgets.SWTBotText 19:41:15.809 ERROR - Class not found: org.eclipse.swtbot.swt.finder.SWTBot 19:41:15.809 ERROR - Class not found: org.eclipse.swtbot.swt.finder.finders.ControlFinder 19:41:15.809 ERROR - Class not found: org.eclipse.swtbot.swt.finder.finders.Finder 19:41:15.809 ERROR - Class not found: org.eclipse.swtbot.swt.finder.finders.MenuFinder 19:41:15.879 ERROR - Class not found: org.eclipse.swt.examples.controlexample.ControlExample 19:41:15.880 ERROR - Class not found: org.eclipse.swtbot.swt.finder.widgets.SWTBotText 19:41:15.881 ERROR - Class not found: org.eclipse.swtbot.swt.finder.SWTBot 19:41:15.881 ERROR - Class not found: org.eclipse.swtbot.swt.finder.finders.ControlFinder 19:41:15.881 ERROR - Class not found: org.eclipse.swtbot.swt.finder.finders.Finder 19:41:15.882 ERROR - Class not found: org.eclipse.swtbot.swt.finder.finders.MenuFinder 19:41:15.959 ERROR - Class not found: org.eclipse.swt.examples.controlexample.ControlExample 19:41:15.960 ERROR - Class not found: org.eclipse.swtbot.swt.finder.widgets.SWTBotText 19:41:15.962 ERROR - Class not found: org.eclipse.swtbot.swt.finder.SWTBot 19:41:15.962 ERROR - Class not found: org.eclipse.swtbot.swt.finder.finders.ControlFinder 19:41:15.962 ERROR - Class not found: org.eclipse.swtbot.swt.finder.finders.Finder 19:41:15.962 ERROR - Class not found: org.eclipse.swtbot.swt.finder.finders.MenuFinder 19:41:16.044 ERROR - Class not found: org.eclipse.swt.examples.controlexample.ControlExample 19:41:16.045 ERROR - Class not found: org.eclipse.swtbot.swt.finder.widgets.SWTBotText 19:41:16.046 ERROR - Class not found: org.eclipse.swtbot.swt.finder.SWTBot 19:41:16.046 ERROR - Class not found: org.eclipse.swtbot.swt.finder.finders.ControlFinder 19:41:16.046 ERROR - Class not found: org.eclipse.swtbot.swt.finder.finders.Finder 19:41:16.047 ERROR - Class not found: org.eclipse.swtbot.swt.finder.finders.MenuFinder 19:41:16.139 ERROR - Class not found: org.eclipse.swtbot.swt.finder.widgets.SWTBotText 19:41:16.140 ERROR - Class not found: org.eclipse.swtbot.swt.finder.SWTBot 19:41:16.140 ERROR - Class not found: org.eclipse.swtbot.swt.finder.finders.ControlFinder 19:41:16.140 ERROR - Class not found: org.eclipse.swtbot.swt.finder.finders.Finder 19:41:16.140 ERROR - Class not found: org.eclipse.swtbot.swt.finder.finders.MenuFinder 19:41:16.265 ERROR - Class not found: org.eclipse.swt.examples.controlexample.ControlExample 19:41:16.266 ERROR - Class not found: org.eclipse.swtbot.swt.finder.widgets.SWTBotText 19:41:16.267 ERROR - Class not found: org.eclipse.swtbot.swt.finder.SWTBot 19:41:16.267 ERROR - Class not found: org.eclipse.swtbot.swt.finder.finders.ControlFinder 19:41:16.267 ERROR - Class not found: org.eclipse.swtbot.swt.finder.finders.Finder 19:41:16.267 ERROR - Class not found: org.eclipse.swtbot.swt.finder.finders.MenuFinder 19:41:16.363 ERROR - Class not found: org.eclipse.swtbot.swt.finder.SWTBot 19:41:16.363 ERROR - Class not found: org.eclipse.swtbot.swt.finder.finders.ControlFinder 19:41:16.363 ERROR - Class not found: org.eclipse.swtbot.swt.finder.finders.Finder 19:41:16.364 ERROR - Class not found: org.eclipse.swtbot.swt.finder.finders.MenuFinder 19:41:16.556 ERROR - Class not found: org.eclipse.swt.examples.controlexample.ControlExample 19:41:16.557 ERROR - Class not found: org.eclipse.swtbot.swt.finder.widgets.SWTBotText 19:41:16.558 ERROR - Class not found: org.eclipse.swtbot.swt.finder.SWTBot 19:41:16.558 ERROR - Class not found: org.eclipse.swtbot.swt.finder.finders.ControlFinder 19:41:16.559 ERROR - Class not found: org.eclipse.swtbot.swt.finder.finders.Finder 19:41:16.559 ERROR - Class not found: org.eclipse.swtbot.swt.finder.finders.MenuFinder 19:41:16.760 ERROR - Class not found: org.eclipse.swt.examples.controlexample.ControlExample 19:41:16.761 ERROR - Class not found: org.eclipse.swtbot.swt.finder.widgets.SWTBotText 19:41:16.762 ERROR - Class not found: org.eclipse.swtbot.swt.finder.SWTBot 19:41:16.762 ERROR - Class not found: org.eclipse.swtbot.swt.finder.finders.ControlFinder 19:41:16.762 ERROR - Class not found: org.eclipse.swtbot.swt.finder.finders.Finder 19:41:16.762 ERROR - Class not found: org.eclipse.swtbot.swt.finder.finders.MenuFinder 19:41:16.844 INFO - Java Main Files AST scan done: 9788 ms 19:41:16.845 INFO - 112/112 source files have been analyzed 19:41:16.852 INFO - Java bytecode scan... 19:41:16.897 WARN - Class 'org/eclipse/swt/examples/controlexample/ControlExample' is not accessible through the ClassLoader. 19:41:16.897 WARN - Class 'org/eclipse/swtbot/swt/finder/utils/SWTBotEvents' is not accessible through the ClassLoader. 19:41:16.898 WARN - Class 'org/eclipse/swtbot/swt/finder/utils/SWTBotEvents' is not accessible through the ClassLoader. 19:41:16.899 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBotTestCase' is not accessible through the ClassLoader. 19:41:16.899 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBotTestCase' is not accessible through the ClassLoader. 19:41:16.899 WARN - Class 'org/eclipse/swtbot/swt/finder/ReferenceBy' is not accessible through the ClassLoader. 19:41:16.905 WARN - Class 'org/eclipse/swtbot/swt/finder/ReferenceBy' is not accessible through the ClassLoader. 19:41:16.905 WARN - Class 'org/eclipse/swtbot/swt/finder/ReferenceBy' is not accessible through the ClassLoader. 19:41:16.905 WARN - Class 'org/eclipse/swtbot/swt/finder/ReferenceBy' is not accessible through the ClassLoader. 19:41:16.906 WARN - Class 'org/eclipse/swtbot/swt/finder/ReferenceBy' is not accessible through the ClassLoader. 19:41:16.906 WARN - Class 'org/eclipse/swtbot/swt/finder/ReferenceBy' is not accessible through the ClassLoader. 19:41:16.906 WARN - Class 'org/eclipse/swtbot/swt/finder/ReferenceBy' is not accessible through the ClassLoader. 19:41:16.906 WARN - Class 'org/eclipse/swtbot/swt/finder/ReferenceBy' is not accessible through the ClassLoader. 19:41:16.906 WARN - Class 'org/eclipse/swtbot/swt/finder/ReferenceBy' is not accessible through the ClassLoader. 19:41:16.907 WARN - Class 'org/eclipse/swtbot/swt/finder/ReferenceBy' is not accessible through the ClassLoader. 19:41:16.907 WARN - Class 'org/eclipse/swtbot/swt/finder/ReferenceBy' is not accessible through the ClassLoader. 19:41:16.907 WARN - Class 'org/eclipse/swtbot/swt/finder/ReferenceBy' is not accessible through the ClassLoader. 19:41:16.907 WARN - Class 'org/eclipse/swtbot/swt/finder/ReferenceBy' is not accessible through the ClassLoader. 19:41:16.907 WARN - Class 'org/eclipse/swtbot/swt/finder/ReferenceBy' is not accessible through the ClassLoader. 19:41:16.907 WARN - Class 'org/eclipse/swtbot/swt/finder/ReferenceBy' is not accessible through the ClassLoader. 19:41:16.908 WARN - Class 'org/eclipse/swtbot/swt/finder/ReferenceBy' is not accessible through the ClassLoader. 19:41:16.908 WARN - Class 'org/eclipse/swtbot/swt/finder/ReferenceBy' is not accessible through the ClassLoader. 19:41:16.908 WARN - Class 'org/eclipse/swtbot/swt/finder/ReferenceBy' is not accessible through the ClassLoader. 19:41:16.908 WARN - Class 'org/eclipse/swtbot/swt/finder/ReferenceBy' is not accessible through the ClassLoader. 19:41:16.908 WARN - Class 'org/eclipse/swtbot/swt/finder/ReferenceBy' is not accessible through the ClassLoader. 19:41:16.908 WARN - Class 'org/eclipse/swtbot/swt/finder/ReferenceBy' is not accessible through the ClassLoader. 19:41:16.909 WARN - Class 'org/eclipse/swtbot/swt/finder/ReferenceBy' is not accessible through the ClassLoader. 19:41:16.910 WARN - Class 'org/eclipse/swtbot/swt/finder/ReferenceBy' is not accessible through the ClassLoader. 19:41:16.910 WARN - Class 'org/eclipse/swtbot/swt/finder/ReferenceBy' is not accessible through the ClassLoader. 19:41:16.910 WARN - Class 'org/eclipse/swtbot/swt/finder/ReferenceBy' is not accessible through the ClassLoader. 19:41:16.910 WARN - Class 'org/eclipse/swtbot/swt/finder/ReferenceBy' is not accessible through the ClassLoader. 19:41:16.910 WARN - Class 'org/eclipse/swtbot/swt/finder/ReferenceBy' is not accessible through the ClassLoader. 19:41:16.910 WARN - Class 'org/eclipse/swtbot/swt/finder/ReferenceBy' is not accessible through the ClassLoader. 19:41:16.911 WARN - Class 'org/eclipse/swtbot/swt/finder/ReferenceBy' is not accessible through the ClassLoader. 19:41:16.911 WARN - Class 'org/eclipse/swtbot/swt/finder/ReferenceBy' is not accessible through the ClassLoader. 19:41:16.911 WARN - Class 'org/eclipse/swtbot/swt/finder/ReferenceBy' is not accessible through the ClassLoader. 19:41:16.911 WARN - Class 'org/eclipse/swtbot/swt/finder/ReferenceBy' is not accessible through the ClassLoader. 19:41:16.911 WARN - Class 'org/eclipse/swtbot/swt/finder/ReferenceBy' is not accessible through the ClassLoader. 19:41:16.911 WARN - Class 'org/eclipse/swtbot/swt/finder/ReferenceBy' is not accessible through the ClassLoader. 19:41:16.912 WARN - Class 'org/eclipse/swtbot/swt/finder/ReferenceBy' is not accessible through the ClassLoader. 19:41:16.912 WARN - Class 'org/eclipse/swtbot/swt/finder/ReferenceBy' is not accessible through the ClassLoader. 19:41:16.912 WARN - Class 'org/eclipse/swtbot/swt/finder/ReferenceBy' is not accessible through the ClassLoader. 19:41:16.912 WARN - Class 'org/eclipse/swtbot/swt/finder/ReferenceBy' is not accessible through the ClassLoader. 19:41:16.912 WARN - Class 'org/eclipse/swtbot/swt/finder/ReferenceBy' is not accessible through the ClassLoader. 19:41:16.912 WARN - Class 'org/eclipse/swtbot/swt/finder/ReferenceBy' is not accessible through the ClassLoader. 19:41:16.913 WARN - Class 'org/eclipse/swtbot/swt/finder/ReferenceBy' is not accessible through the ClassLoader. 19:41:16.913 WARN - Class 'org/eclipse/swtbot/swt/finder/ReferenceBy' is not accessible through the ClassLoader. 19:41:16.913 WARN - Class 'org/eclipse/swtbot/swt/finder/ReferenceBy' is not accessible through the ClassLoader. 19:41:16.913 WARN - Class 'org/eclipse/swtbot/swt/finder/ReferenceBy' is not accessible through the ClassLoader. 19:41:16.913 WARN - Class 'org/eclipse/swtbot/swt/finder/ReferenceBy' is not accessible through the ClassLoader. 19:41:16.913 WARN - Class 'org/eclipse/swtbot/swt/finder/ReferenceBy' is not accessible through the ClassLoader. 19:41:16.919 WARN - Class 'org/eclipse/swtbot/swt/finder/results/VoidResult' is not accessible through the ClassLoader. 19:41:16.919 WARN - Class 'org/eclipse/swtbot/swt/finder/finders/UIThreadRunnable' is not accessible through the ClassLoader. 19:41:16.919 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:41:16.919 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotShell' is not accessible through the ClassLoader. 19:41:16.919 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:41:16.920 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotShell' is not accessible through the ClassLoader. 19:41:16.920 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:41:16.920 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotText' is not accessible through the ClassLoader. 19:41:16.920 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotText' is not accessible through the ClassLoader. 19:41:16.920 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotText' is not accessible through the ClassLoader. 19:41:16.921 WARN - Class 'org/eclipse/swtbot/swt/finder/results/VoidResult' is not accessible through the ClassLoader. 19:41:16.921 WARN - Class 'org/eclipse/swtbot/swt/finder/finders/UIThreadRunnable' is not accessible through the ClassLoader. 19:41:16.921 WARN - Class 'org/eclipse/swtbot/swt/finder/finders/UIThreadRunnable' is not accessible through the ClassLoader. 19:41:16.921 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:41:16.921 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBotTestCase' is not accessible through the ClassLoader. 19:41:16.922 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:41:16.922 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBotTestCase' is not accessible through the ClassLoader. 19:41:16.922 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:41:16.922 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBotTestCase' is not accessible through the ClassLoader. 19:41:16.922 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:41:16.922 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBotTestCase' is not accessible through the ClassLoader. 19:41:16.923 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:41:16.923 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotButton' is not accessible through the ClassLoader. 19:41:16.923 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:41:16.923 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotButton' is not accessible through the ClassLoader. 19:41:16.923 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:41:16.924 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotButton' is not accessible through the ClassLoader. 19:41:16.924 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:41:16.924 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:41:16.924 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBotTestCase' is not accessible through the ClassLoader. 19:41:16.924 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:41:16.924 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotCheckBox' is not accessible through the ClassLoader. 19:41:16.925 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:41:16.925 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotButton' is not accessible through the ClassLoader. 19:41:16.925 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:41:16.925 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotButton' is not accessible through the ClassLoader. 19:41:16.925 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotButton' is not accessible through the ClassLoader. 19:41:16.925 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotButton' is not accessible through the ClassLoader. 19:41:16.926 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:41:16.926 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:41:16.927 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotButton' is not accessible through the ClassLoader. 19:41:16.927 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:41:16.927 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotButton' is not accessible through the ClassLoader. 19:41:16.927 WARN - Class 'org/eclipse/swtbot/swt/finder/results/VoidResult' is not accessible through the ClassLoader. 19:41:16.927 WARN - Class 'org/eclipse/swtbot/swt/finder/finders/UIThreadRunnable' is not accessible through the ClassLoader. 19:41:16.928 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotButton' is not accessible through the ClassLoader. 19:41:16.928 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:41:16.928 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotTabItem' is not accessible through the ClassLoader. 19:41:16.931 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:41:16.933 WARN - Class 'org/eclipse/swtbot/swt/finder/waits/DefaultCondition' is not accessible through the ClassLoader. 19:41:16.933 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:41:16.933 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/TimeoutException' is not accessible through the ClassLoader. 19:41:16.934 WARN - Class 'org/eclipse/swtbot/swt/finder/waits/DefaultCondition' is not accessible through the ClassLoader. 19:41:16.934 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:41:16.934 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:41:16.934 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:41:16.934 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:41:16.935 WARN - Class 'org/eclipse/swtbot/swt/finder/results/VoidResult' is not accessible through the ClassLoader. 19:41:16.935 WARN - Class 'org/eclipse/swtbot/swt/finder/finders/UIThreadRunnable' is not accessible through the ClassLoader. 19:41:16.935 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:41:16.935 WARN - Class 'org/eclipse/swtbot/swt/finder/waits/DefaultCondition' is not accessible through the ClassLoader. 19:41:16.936 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:41:16.936 WARN - Class 'org/eclipse/swtbot/swt/finder/waits/DefaultCondition' is not accessible through the ClassLoader. 19:41:16.936 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:41:16.936 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/TimeoutException' is not accessible through the ClassLoader. 19:41:16.937 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:41:16.937 WARN - Class 'org/eclipse/swtbot/swt/finder/waits/DefaultCondition' is not accessible through the ClassLoader. 19:41:16.937 WARN - Class 'org/eclipse/swtbot/swt/finder/waits/DefaultCondition' is not accessible through the ClassLoader. 19:41:16.938 WARN - Class 'org/eclipse/swtbot/swt/finder/waits/DefaultCondition' is not accessible through the ClassLoader. 19:41:16.938 WARN - Class 'org/eclipse/swtbot/swt/finder/waits/DefaultCondition' is not accessible through the ClassLoader. 19:41:16.938 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBotTestCase' is not accessible through the ClassLoader. 19:41:16.939 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBotTestCase' is not accessible through the ClassLoader. 19:41:16.939 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBotTestCase' is not accessible through the ClassLoader. 19:41:16.939 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBotTestCase' is not accessible through the ClassLoader. 19:41:16.939 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:41:16.939 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBotTestCase' is not accessible through the ClassLoader. 19:41:16.940 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:41:16.940 WARN - Class 'org/eclipse/swtbot/swt/finder/results/VoidResult' is not accessible through the ClassLoader. 19:41:16.940 WARN - Class 'org/eclipse/swtbot/swt/finder/finders/UIThreadRunnable' is not accessible through the ClassLoader. 19:41:16.940 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBotTestCase' is not accessible through the ClassLoader. 19:41:16.941 WARN - Class 'org/eclipse/swtbot/swt/finder/results/VoidResult' is not accessible through the ClassLoader. 19:41:16.941 WARN - Class 'org/eclipse/swtbot/swt/finder/finders/UIThreadRunnable' is not accessible through the ClassLoader. 19:41:16.941 WARN - Class 'org/eclipse/swtbot/swt/finder/finders/UIThreadRunnable' is not accessible through the ClassLoader. 19:41:16.941 WARN - Class 'org/eclipse/swtbot/swt/finder/finders/UIThreadRunnable' is not accessible through the ClassLoader. 19:41:16.941 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:41:16.941 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBotTestCase' is not accessible through the ClassLoader. 19:41:16.943 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:41:16.943 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBotTestCase' is not accessible through the ClassLoader. 19:41:16.943 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:41:16.943 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBotTestCase' is not accessible through the ClassLoader. 19:41:16.944 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:41:16.944 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBotTestCase' is not accessible through the ClassLoader. 19:41:16.944 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:41:16.944 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotTabItem' is not accessible through the ClassLoader. 19:41:16.945 WARN - Class 'org/eclipse/swtbot/swt/finder/finders/ChildrenControlFinder' is not accessible through the ClassLoader. 19:41:16.945 WARN - Class 'org/eclipse/swtbot/swt/finder/matchers/WidgetMatcherFactory' is not accessible through the ClassLoader. 19:41:16.945 WARN - Class 'org/eclipse/swtbot/swt/finder/matchers/WidgetMatcherFactory' is not accessible through the ClassLoader. 19:41:16.945 WARN - Class 'org/eclipse/swtbot/swt/finder/finders/ChildrenControlFinder' is not accessible through the ClassLoader. 19:41:16.946 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBotTestCase' is not accessible through the ClassLoader. 19:41:16.946 WARN - Class 'org/eclipse/swtbot/swt/finder/finders/ChildrenControlFinder' is not accessible through the ClassLoader. 19:41:16.946 WARN - Class 'org/eclipse/swtbot/swt/finder/matchers/WidgetMatcherFactory' is not accessible through the ClassLoader. 19:41:16.946 WARN - Class 'org/eclipse/swtbot/swt/finder/matchers/WidgetMatcherFactory' is not accessible through the ClassLoader. 19:41:16.946 WARN - Class 'org/eclipse/swtbot/swt/finder/finders/ChildrenControlFinder' is not accessible through the ClassLoader. 19:41:16.947 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBotTestCase' is not accessible through the ClassLoader. 19:41:16.947 WARN - Class 'org/eclipse/swtbot/swt/finder/finders/ControlFinder' is not accessible through the ClassLoader. 19:41:16.947 WARN - Class 'org/eclipse/swtbot/swt/finder/matchers/WidgetMatcherFactory' is not accessible through the ClassLoader. 19:41:16.947 WARN - Class 'org/eclipse/swtbot/swt/finder/matchers/WidgetMatcherFactory' is not accessible through the ClassLoader. 19:41:16.947 WARN - Class 'org/eclipse/swtbot/swt/finder/finders/ControlFinder' is not accessible through the ClassLoader. 19:41:16.948 WARN - Class 'org/eclipse/swtbot/swt/finder/results/Result' is not accessible through the ClassLoader. 19:41:16.948 WARN - Class 'org/eclipse/swtbot/swt/finder/finders/UIThreadRunnable' is not accessible through the ClassLoader. 19:41:16.948 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:41:16.948 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:41:16.948 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotTabItem' is not accessible through the ClassLoader. 19:41:16.949 WARN - Class 'org/eclipse/swtbot/swt/finder/matchers/WidgetMatcherFactory' is not accessible through the ClassLoader. 19:41:16.949 WARN - Class 'org/eclipse/swtbot/swt/finder/finders/ControlFinder' is not accessible through the ClassLoader. 19:41:16.949 WARN - Class 'org/eclipse/swtbot/swt/finder/matchers/WidgetMatcherFactory' is not accessible through the ClassLoader. 19:41:16.950 WARN - Class 'org/eclipse/swtbot/swt/finder/matchers/WidgetMatcherFactory' is not accessible through the ClassLoader. 19:41:16.950 WARN - Class 'org/eclipse/swtbot/swt/finder/finders/ControlFinder' is not accessible through the ClassLoader. 19:41:16.950 WARN - Class 'org/eclipse/swtbot/swt/finder/finders/ControlFinder' is not accessible through the ClassLoader. 19:41:16.950 WARN - Class 'org/eclipse/swtbot/swt/finder/utils/TreePath' is not accessible through the ClassLoader. 19:41:16.950 WARN - Class 'org/eclipse/swtbot/swt/finder/results/VoidResult' is not accessible through the ClassLoader. 19:41:16.951 WARN - Class 'org/eclipse/swtbot/swt/finder/finders/UIThreadRunnable' is not accessible through the ClassLoader. 19:41:16.951 WARN - Class 'org/eclipse/swtbot/swt/finder/matchers/WidgetMatcherFactory' is not accessible through the ClassLoader. 19:41:16.951 WARN - Class 'org/eclipse/swtbot/swt/finder/finders/ControlFinder' is not accessible through the ClassLoader. 19:41:16.952 WARN - Class 'org/eclipse/swtbot/swt/finder/matchers/WidgetMatcherFactory' is not accessible through the ClassLoader. 19:41:16.953 WARN - Class 'org/eclipse/swtbot/swt/finder/finders/ControlFinder' is not accessible through the ClassLoader. 19:41:16.953 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBotTestCase' is not accessible through the ClassLoader. 19:41:16.953 WARN - Class 'org/eclipse/swtbot/swt/finder/matchers/WidgetMatcherFactory' is not accessible through the ClassLoader. 19:41:16.953 WARN - Class 'org/eclipse/swtbot/swt/finder/finders/ControlFinder' is not accessible through the ClassLoader. 19:41:16.953 WARN - Class 'org/eclipse/swtbot/swt/finder/finders/ControlFinder' is not accessible through the ClassLoader. 19:41:16.953 WARN - Class 'org/eclipse/swtbot/swt/finder/matchers/WidgetMatcherFactory' is not accessible through the ClassLoader. 19:41:16.954 WARN - Class 'org/eclipse/swtbot/swt/finder/matchers/WidgetMatcherFactory' is not accessible through the ClassLoader. 19:41:16.954 WARN - Class 'org/eclipse/swtbot/swt/finder/finders/ControlFinder' is not accessible through the ClassLoader. 19:41:16.954 WARN - Class 'org/eclipse/swtbot/swt/finder/matchers/WidgetMatcherFactory' is not accessible through the ClassLoader. 19:41:16.954 WARN - Class 'org/eclipse/swtbot/swt/finder/finders/ControlFinder' is not accessible through the ClassLoader. 19:41:16.955 WARN - Class 'org/eclipse/swtbot/swt/finder/matchers/WidgetMatcherFactory' is not accessible through the ClassLoader. 19:41:16.955 WARN - Class 'org/eclipse/swtbot/swt/finder/matchers/WidgetMatcherFactory' is not accessible through the ClassLoader. 19:41:16.955 WARN - Class 'org/eclipse/swtbot/swt/finder/finders/ControlFinder' is not accessible through the ClassLoader. 19:41:16.955 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBotTestCase' is not accessible through the ClassLoader. 19:41:16.955 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBotTestCase' is not accessible through the ClassLoader. 19:41:16.955 WARN - Class 'org/eclipse/swtbot/swt/finder/matchers/WidgetMatcherFactory' is not accessible through the ClassLoader. 19:41:16.956 WARN - Class 'org/eclipse/swtbot/swt/finder/matchers/WidgetMatcherFactory' is not accessible through the ClassLoader. 19:41:16.956 WARN - Class 'org/eclipse/swtbot/swt/finder/finders/ControlFinder' is not accessible through the ClassLoader. 19:41:16.956 WARN - Class 'org/eclipse/swtbot/swt/finder/finders/ControlFinder' is not accessible through the ClassLoader. 19:41:16.956 WARN - Class 'org/eclipse/swtbot/swt/finder/utils/TreePath' is not accessible through the ClassLoader. 19:41:16.957 WARN - Class 'org/eclipse/swtbot/swt/finder/matchers/WidgetMatcherFactory' is not accessible through the ClassLoader. 19:41:16.957 WARN - Class 'org/eclipse/swtbot/swt/finder/matchers/WidgetMatcherFactory' is not accessible through the ClassLoader. 19:41:16.957 WARN - Class 'org/eclipse/swtbot/swt/finder/finders/ControlFinder' is not accessible through the ClassLoader. 19:41:16.957 WARN - Class 'org/eclipse/swtbot/swt/finder/finders/ControlFinder' is not accessible through the ClassLoader. 19:41:16.957 WARN - Class 'org/eclipse/swtbot/swt/finder/utils/TreePath' is not accessible through the ClassLoader. 19:41:16.957 WARN - Class 'org/eclipse/swtbot/swt/finder/matchers/WidgetMatcherFactory' is not accessible through the ClassLoader. 19:41:16.958 WARN - Class 'org/eclipse/swtbot/swt/finder/finders/ControlFinder' is not accessible through the ClassLoader. 19:41:16.958 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBotTestCase' is not accessible through the ClassLoader. 19:41:16.958 WARN - Class 'org/eclipse/swtbot/swt/finder/matchers/WidgetMatcherFactory' is not accessible through the ClassLoader. 19:41:16.958 WARN - Class 'org/eclipse/swtbot/swt/finder/matchers/WidgetMatcherFactory' is not accessible through the ClassLoader. 19:41:16.958 WARN - Class 'org/eclipse/swtbot/swt/finder/finders/ControlFinder' is not accessible through the ClassLoader. 19:41:16.959 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotTabItem' is not accessible through the ClassLoader. 19:41:16.959 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotTabItem' is not accessible through the ClassLoader. 19:41:16.959 WARN - Class 'org/eclipse/swtbot/swt/finder/matchers/WidgetMatcherFactory' is not accessible through the ClassLoader. 19:41:16.959 WARN - Class 'org/eclipse/swtbot/swt/finder/finders/ControlFinder' is not accessible through the ClassLoader. 19:41:16.959 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBotTestCase' is not accessible through the ClassLoader. 19:41:16.959 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:41:16.960 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotTabItem' is not accessible through the ClassLoader. 19:41:16.960 WARN - Class 'org/eclipse/swtbot/swt/finder/finders/MenuFinder' is not accessible through the ClassLoader. 19:41:16.961 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBotTestCase' is not accessible through the ClassLoader. 19:41:16.962 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBotTestCase' is not accessible through the ClassLoader. 19:41:16.962 WARN - Class 'org/eclipse/swtbot/swt/finder/finders/MenuFinder' is not accessible through the ClassLoader. 19:41:16.962 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBotTestCase' is not accessible through the ClassLoader. 19:41:16.962 WARN - Class 'org/eclipse/swtbot/swt/finder/matchers/WidgetMatcherFactory' is not accessible through the ClassLoader. 19:41:16.962 WARN - Class 'org/eclipse/swtbot/swt/finder/matchers/WidgetMatcherFactory' is not accessible through the ClassLoader. 19:41:16.963 WARN - Class 'org/eclipse/swtbot/swt/finder/finders/ControlFinder' is not accessible through the ClassLoader. 19:41:16.963 WARN - Class 'org/eclipse/swtbot/swt/finder/finders/PathGenerator' is not accessible through the ClassLoader. 19:41:16.963 WARN - Class 'org/eclipse/swtbot/swt/finder/finders/PathGenerator' is not accessible through the ClassLoader. 19:41:16.963 WARN - Class 'org/eclipse/swtbot/swt/finder/finders/PathGenerator' is not accessible through the ClassLoader. 19:41:16.963 WARN - Class 'org/eclipse/swtbot/swt/finder/finders/PathGenerator' is not accessible through the ClassLoader. 19:41:16.964 WARN - Class 'org/eclipse/swtbot/swt/finder/finders/PathGenerator' is not accessible through the ClassLoader. 19:41:16.964 WARN - Class 'org/eclipse/swtbot/swt/finder/finders/PathGenerator' is not accessible through the ClassLoader. 19:41:16.964 WARN - Class 'org/eclipse/swtbot/swt/finder/matchers/WidgetMatcherFactory' is not accessible through the ClassLoader. 19:41:16.964 WARN - Class 'org/eclipse/swtbot/swt/finder/matchers/WidgetMatcherFactory' is not accessible through the ClassLoader. 19:41:16.964 WARN - Class 'org/eclipse/swtbot/swt/finder/finders/ControlFinder' is not accessible through the ClassLoader. 19:41:16.964 WARN - Class 'org/eclipse/swtbot/swt/finder/finders/ControlFinder' is not accessible through the ClassLoader. 19:41:16.965 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotStyledText' is not accessible through the ClassLoader. 19:41:16.965 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotStyledText' is not accessible through the ClassLoader. 19:41:16.966 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotStyledText' is not accessible through the ClassLoader. 19:41:16.966 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotStyledText' is not accessible through the ClassLoader. 19:41:16.966 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotStyledText' is not accessible through the ClassLoader. 19:41:16.966 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotStyledText' is not accessible through the ClassLoader. 19:41:16.966 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotStyledText' is not accessible through the ClassLoader. 19:41:16.966 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotStyledText' is not accessible through the ClassLoader. 19:41:16.967 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotStyledText' is not accessible through the ClassLoader. 19:41:16.967 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotStyledText' is not accessible through the ClassLoader. 19:41:16.967 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotStyledText' is not accessible through the ClassLoader. 19:41:16.967 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotStyledText' is not accessible through the ClassLoader. 19:41:16.967 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotStyledText' is not accessible through the ClassLoader. 19:41:16.968 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotStyledText' is not accessible through the ClassLoader. 19:41:16.968 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotStyledText' is not accessible through the ClassLoader. 19:41:16.968 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotStyledText' is not accessible through the ClassLoader. 19:41:16.968 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotStyledText' is not accessible through the ClassLoader. 19:41:16.968 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotStyledText' is not accessible through the ClassLoader. 19:41:16.969 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotStyledText' is not accessible through the ClassLoader. 19:41:16.969 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotStyledText' is not accessible through the ClassLoader. 19:41:16.969 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotStyledText' is not accessible through the ClassLoader. 19:41:16.969 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotStyledText' is not accessible through the ClassLoader. 19:41:16.969 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotStyledText' is not accessible through the ClassLoader. 19:41:16.969 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotStyledText' is not accessible through the ClassLoader. 19:41:16.970 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotStyledText' is not accessible through the ClassLoader. 19:41:16.970 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotStyledText' is not accessible through the ClassLoader. 19:41:16.970 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotStyledText' is not accessible through the ClassLoader. 19:41:16.970 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotStyledText' is not accessible through the ClassLoader. 19:41:16.970 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotStyledText' is not accessible through the ClassLoader. 19:41:16.971 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotStyledText' is not accessible through the ClassLoader. 19:41:16.971 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotStyledText' is not accessible through the ClassLoader. 19:41:16.971 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotStyledText' is not accessible through the ClassLoader. 19:41:16.971 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotStyledText' is not accessible through the ClassLoader. 19:41:16.971 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotStyledText' is not accessible through the ClassLoader. 19:41:16.972 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotStyledText' is not accessible through the ClassLoader. 19:41:16.972 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotStyledText' is not accessible through the ClassLoader. 19:41:16.972 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotStyledText' is not accessible through the ClassLoader. 19:41:16.972 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotStyledText' is not accessible through the ClassLoader. 19:41:16.972 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotStyledText' is not accessible through the ClassLoader. 19:41:16.973 WARN - Class 'org/eclipse/swtbot/swt/finder/keyboard/Keystrokes' is not accessible through the ClassLoader. 19:41:16.973 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotStyledText' is not accessible through the ClassLoader. 19:41:16.973 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotStyledText' is not accessible through the ClassLoader. 19:41:16.973 WARN - Class 'org/eclipse/swtbot/swt/finder/keyboard/Keyboard' is not accessible through the ClassLoader. 19:41:16.973 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotStyledText' is not accessible through the ClassLoader. 19:41:16.974 WARN - Class 'org/eclipse/swtbot/swt/finder/keyboard/Keyboard' is not accessible through the ClassLoader. 19:41:16.974 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotStyledText' is not accessible through the ClassLoader. 19:41:16.974 WARN - Class 'org/eclipse/swtbot/swt/finder/keyboard/Keystrokes' is not accessible through the ClassLoader. 19:41:16.974 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotStyledText' is not accessible through the ClassLoader. 19:41:16.974 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotStyledText' is not accessible through the ClassLoader. 19:41:16.974 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotStyledText' is not accessible through the ClassLoader. 19:41:16.975 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotStyledText' is not accessible through the ClassLoader. 19:41:16.975 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotStyledText' is not accessible through the ClassLoader. 19:41:16.975 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotStyledText' is not accessible through the ClassLoader. 19:41:16.975 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotStyledText' is not accessible through the ClassLoader. 19:41:16.975 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotStyledText' is not accessible through the ClassLoader. 19:41:16.976 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotStyledText' is not accessible through the ClassLoader. 19:41:16.976 WARN - Class 'org/eclipse/swtbot/swt/finder/utils/SWTUtils' is not accessible through the ClassLoader. 19:41:16.976 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotStyledText' is not accessible through the ClassLoader. 19:41:16.976 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotStyledText' is not accessible through the ClassLoader. 19:41:16.977 WARN - Class 'org/eclipse/swtbot/swt/finder/keyboard/Keyboard' is not accessible through the ClassLoader. 19:41:16.977 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:41:16.977 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotTabItem' is not accessible through the ClassLoader. 19:41:16.977 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:41:16.978 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotCheckBox' is not accessible through the ClassLoader. 19:41:16.978 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:41:16.978 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotCheckBox' is not accessible through the ClassLoader. 19:41:16.978 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:41:16.978 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotCheckBox' is not accessible through the ClassLoader. 19:41:16.979 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:41:16.979 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotCheckBox' is not accessible through the ClassLoader. 19:41:16.979 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:41:16.979 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotStyledText' is not accessible through the ClassLoader. 19:41:16.979 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:41:16.979 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotButton' is not accessible through the ClassLoader. 19:41:16.980 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:41:16.982 WARN - Class 'org/eclipse/swtbot/swt/finder/keyboard/KeyboardFactory' is not accessible through the ClassLoader. 19:41:16.982 WARN - Class 'org/eclipse/swtbot/swt/finder/keyboard/KeyboardFactory' is not accessible through the ClassLoader. 19:41:16.982 WARN - Class 'org/eclipse/swtbot/swt/finder/keyboard/KeyboardFactory' is not accessible through the ClassLoader. 19:41:16.983 WARN - Class 'org/eclipse/swtbot/swt/finder/utils/FileUtils' is not accessible through the ClassLoader. 19:41:16.987 WARN - Class 'org/eclipse/swtbot/swt/finder/keyboard/KeyboardFactory' is not accessible through the ClassLoader. 19:41:16.988 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotText' is not accessible through the ClassLoader. 19:41:16.988 WARN - Class 'org/eclipse/swtbot/swt/finder/utils/SWTUtils' is not accessible through the ClassLoader. 19:41:16.989 WARN - Class 'org/eclipse/swtbot/swt/finder/keyboard/Keystrokes' is not accessible through the ClassLoader. 19:41:17.000 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotText' is not accessible through the ClassLoader. 19:41:17.000 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotText' is not accessible through the ClassLoader. 19:41:17.000 WARN - Class 'org/eclipse/swtbot/swt/finder/keyboard/Keyboard' is not accessible through the ClassLoader. 19:41:17.000 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotText' is not accessible through the ClassLoader. 19:41:17.000 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotText' is not accessible through the ClassLoader. 19:41:17.001 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotText' is not accessible through the ClassLoader. 19:41:17.001 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotText' is not accessible through the ClassLoader. 19:41:17.001 WARN - Class 'org/eclipse/swtbot/swt/finder/keyboard/Keystrokes' is not accessible through the ClassLoader. 19:41:17.001 WARN - Class 'org/eclipse/swtbot/swt/finder/keyboard/Keystrokes' is not accessible through the ClassLoader. 19:41:17.001 WARN - Class 'org/eclipse/swtbot/swt/finder/keyboard/Keystrokes' is not accessible through the ClassLoader. 19:41:17.002 WARN - Class 'org/eclipse/swtbot/swt/finder/keyboard/Keystrokes' is not accessible through the ClassLoader. 19:41:17.002 WARN - Class 'org/eclipse/swtbot/swt/finder/keyboard/Keystrokes' is not accessible through the ClassLoader. 19:41:17.002 WARN - Class 'org/eclipse/swtbot/swt/finder/keyboard/Keystrokes' is not accessible through the ClassLoader. 19:41:17.002 WARN - Class 'org/eclipse/swtbot/swt/finder/keyboard/Keystrokes' is not accessible through the ClassLoader. 19:41:17.002 WARN - Class 'org/eclipse/swtbot/swt/finder/keyboard/Keystrokes' is not accessible through the ClassLoader. 19:41:17.002 WARN - Class 'org/eclipse/swtbot/swt/finder/keyboard/Keystrokes' is not accessible through the ClassLoader. 19:41:17.003 WARN - Class 'org/eclipse/swtbot/swt/finder/keyboard/Keystrokes' is not accessible through the ClassLoader. 19:41:17.003 WARN - Class 'org/eclipse/swtbot/swt/finder/keyboard/Keystrokes' is not accessible through the ClassLoader. 19:41:17.003 WARN - Class 'org/eclipse/swtbot/swt/finder/keyboard/Keystrokes' is not accessible through the ClassLoader. 19:41:17.003 WARN - Class 'org/eclipse/swtbot/swt/finder/keyboard/Keystrokes' is not accessible through the ClassLoader. 19:41:17.003 WARN - Class 'org/eclipse/swtbot/swt/finder/keyboard/Keystrokes' is not accessible through the ClassLoader. 19:41:17.004 WARN - Class 'org/eclipse/swtbot/swt/finder/keyboard/Keystrokes' is not accessible through the ClassLoader. 19:41:17.004 WARN - Class 'org/eclipse/swtbot/swt/finder/keyboard/Keystrokes' is not accessible through the ClassLoader. 19:41:17.004 WARN - Class 'org/eclipse/swtbot/swt/finder/keyboard/Keystrokes' is not accessible through the ClassLoader. 19:41:17.004 WARN - Class 'org/eclipse/swtbot/swt/finder/keyboard/Keystrokes' is not accessible through the ClassLoader. 19:41:17.004 WARN - Class 'org/eclipse/swtbot/swt/finder/keyboard/Keystrokes' is not accessible through the ClassLoader. 19:41:17.004 WARN - Class 'org/eclipse/swtbot/swt/finder/keyboard/Keystrokes' is not accessible through the ClassLoader. 19:41:17.005 WARN - Class 'org/eclipse/swtbot/swt/finder/utils/SWTUtils' is not accessible through the ClassLoader. 19:41:17.007 WARN - Class 'org/eclipse/swtbot/swt/finder/keyboard/KeyboardLayout' is not accessible through the ClassLoader. 19:41:17.007 WARN - Class 'org/eclipse/swtbot/swt/finder/keyboard/KeyboardLayout' is not accessible through the ClassLoader. 19:41:17.008 WARN - Class 'org/eclipse/swtbot/swt/finder/keyboard/KeyboardLayout' is not accessible through the ClassLoader. 19:41:17.008 WARN - Class 'org/eclipse/swtbot/swt/finder/keyboard/KeyboardLayout' is not accessible through the ClassLoader. 19:41:17.008 WARN - Class 'org/eclipse/swtbot/swt/finder/utils/SWTBotPreferences$KeyboardLayoutDetector' is not accessible through the ClassLoader. 19:41:17.009 WARN - Class 'org/eclipse/swtbot/swt/finder/keyboard/Keystrokes' is not accessible through the ClassLoader. 19:41:17.009 WARN - Class 'org/eclipse/swtbot/swt/finder/keyboard/Keystrokes' is not accessible through the ClassLoader. 19:41:17.009 WARN - Class 'org/eclipse/swtbot/swt/finder/keyboard/Keystrokes' is not accessible through the ClassLoader. 19:41:17.009 WARN - Class 'org/eclipse/swtbot/swt/finder/keyboard/Keystrokes' is not accessible through the ClassLoader. 19:41:17.009 WARN - Class 'org/eclipse/swtbot/swt/finder/keyboard/Keystrokes' is not accessible through the ClassLoader. 19:41:17.009 WARN - Class 'org/eclipse/swtbot/swt/finder/keyboard/Keystrokes' is not accessible through the ClassLoader. 19:41:17.010 WARN - Class 'org/eclipse/swtbot/swt/finder/keyboard/Keystrokes' is not accessible through the ClassLoader. 19:41:17.010 WARN - Class 'org/eclipse/swtbot/swt/finder/keyboard/Keystrokes' is not accessible through the ClassLoader. 19:41:17.010 WARN - Class 'org/eclipse/swtbot/swt/finder/keyboard/Keystrokes' is not accessible through the ClassLoader. 19:41:17.010 WARN - Class 'org/eclipse/swtbot/swt/finder/keyboard/Keystrokes' is not accessible through the ClassLoader. 19:41:17.010 WARN - Class 'org/eclipse/swtbot/swt/finder/keyboard/Keystrokes' is not accessible through the ClassLoader. 19:41:17.011 WARN - Class 'org/eclipse/swtbot/swt/finder/keyboard/Keystrokes' is not accessible through the ClassLoader. 19:41:17.011 WARN - Class 'org/eclipse/swtbot/swt/finder/keyboard/Keystrokes' is not accessible through the ClassLoader. 19:41:17.011 WARN - Class 'org/eclipse/swtbot/swt/finder/keyboard/Keystrokes' is not accessible through the ClassLoader. 19:41:17.011 WARN - Class 'org/eclipse/swtbot/swt/finder/keyboard/Keystrokes' is not accessible through the ClassLoader. 19:41:17.012 WARN - Class 'org/eclipse/swtbot/swt/finder/matchers/AbstractMatcher' is not accessible through the ClassLoader. 19:41:17.012 WARN - Class 'org/eclipse/swtbot/swt/finder/matchers/WidgetMatcherFactory' is not accessible through the ClassLoader. 19:41:17.013 WARN - Class 'org/eclipse/swtbot/swt/finder/matchers/WidgetMatcherFactory' is not accessible through the ClassLoader. 19:41:17.013 WARN - Class 'org/eclipse/swtbot/swt/finder/matchers/WidgetMatcherFactory' is not accessible through the ClassLoader. 19:41:17.014 WARN - Class 'org/eclipse/swtbot/swt/finder/matchers/WidgetMatcherFactory' is not accessible through the ClassLoader. 19:41:17.014 WARN - Class 'org/eclipse/swtbot/swt/finder/matchers/WidgetMatcherFactory' is not accessible through the ClassLoader. 19:41:17.014 WARN - Class 'org/eclipse/swtbot/swt/finder/matchers/WidgetMatcherFactory' is not accessible through the ClassLoader. 19:41:17.015 WARN - Class 'org/eclipse/swtbot/swt/finder/matchers/WidgetMatcherFactory' is not accessible through the ClassLoader. 19:41:17.015 WARN - Class 'org/eclipse/swtbot/swt/finder/matchers/WidgetMatcherFactory' is not accessible through the ClassLoader. 19:41:17.015 WARN - Class 'org/eclipse/swtbot/swt/finder/matchers/WidgetMatcherFactory' is not accessible through the ClassLoader. 19:41:17.015 WARN - Class 'org/eclipse/swtbot/swt/finder/matchers/WidgetMatcherFactory' is not accessible through the ClassLoader. 19:41:17.016 WARN - Class 'org/eclipse/swtbot/swt/finder/matchers/WidgetMatcherFactory' is not accessible through the ClassLoader. 19:41:17.016 WARN - Class 'org/eclipse/swtbot/swt/finder/matchers/WidgetMatcherFactory' is not accessible through the ClassLoader. 19:41:17.016 WARN - Class 'org/eclipse/swtbot/swt/finder/matchers/WidgetMatcherFactory' is not accessible through the ClassLoader. 19:41:17.016 WARN - Class 'org/eclipse/swtbot/swt/finder/matchers/WidgetMatcherFactory' is not accessible through the ClassLoader. 19:41:17.017 WARN - Class 'org/eclipse/swtbot/swt/finder/matchers/AbstractMatcher' is not accessible through the ClassLoader. 19:41:17.018 WARN - Class 'org/eclipse/swtbot/swt/finder/matchers/WidgetMatcherFactory' is not accessible through the ClassLoader. 19:41:17.018 WARN - Class 'org/eclipse/swtbot/swt/finder/matchers/WidgetMatcherFactory' is not accessible through the ClassLoader. 19:41:17.018 WARN - Class 'org/eclipse/swtbot/swt/finder/matchers/WidgetMatcherFactory' is not accessible through the ClassLoader. 19:41:17.018 WARN - Class 'org/eclipse/swtbot/swt/finder/matchers/WidgetMatcherFactory' is not accessible through the ClassLoader. 19:41:17.018 WARN - Class 'org/eclipse/swtbot/swt/finder/matchers/WidgetMatcherFactory' is not accessible through the ClassLoader. 19:41:17.019 WARN - Class 'org/eclipse/swtbot/swt/finder/matchers/WidgetMatcherFactory' is not accessible through the ClassLoader. 19:41:17.019 WARN - Class 'org/eclipse/swtbot/swt/finder/matchers/WidgetMatcherFactory' is not accessible through the ClassLoader. 19:41:17.019 WARN - Class 'org/eclipse/swtbot/swt/finder/matchers/WidgetMatcherFactory' is not accessible through the ClassLoader. 19:41:17.019 WARN - Class 'org/eclipse/swtbot/swt/finder/matchers/WidgetMatcherFactory' is not accessible through the ClassLoader. 19:41:17.020 WARN - Class 'org/eclipse/swtbot/swt/finder/matchers/WidgetMatcherFactory' is not accessible through the ClassLoader. 19:41:17.020 WARN - Class 'org/eclipse/swtbot/swt/finder/matchers/WidgetMatcherFactory' is not accessible through the ClassLoader. 19:41:17.020 WARN - Class 'org/eclipse/swtbot/swt/finder/matchers/WidgetMatcherFactory' is not accessible through the ClassLoader. 19:41:17.020 WARN - Class 'org/eclipse/swtbot/swt/finder/matchers/WidgetMatcherFactory' is not accessible through the ClassLoader. 19:41:17.021 WARN - Class 'org/eclipse/swtbot/swt/finder/matchers/WidgetMatcherFactory' is not accessible through the ClassLoader. 19:41:17.021 WARN - Class 'org/eclipse/swtbot/swt/finder/matchers/WidgetMatcherFactory' is not accessible through the ClassLoader. 19:41:17.021 WARN - Class 'org/eclipse/swtbot/swt/finder/matchers/WidgetMatcherFactory' is not accessible through the ClassLoader. 19:41:17.021 WARN - Class 'org/eclipse/swtbot/swt/finder/matchers/WidgetMatcherFactory' is not accessible through the ClassLoader. 19:41:17.021 WARN - Class 'org/eclipse/swtbot/swt/finder/matchers/WidgetMatcherFactory' is not accessible through the ClassLoader. 19:41:17.022 WARN - Class 'org/eclipse/swtbot/swt/finder/matchers/WidgetMatcherFactory' is not accessible through the ClassLoader. 19:41:17.022 WARN - Class 'org/eclipse/swtbot/swt/finder/finders/Finder' is not accessible through the ClassLoader. 19:41:17.022 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBotTestCase' is not accessible through the ClassLoader. 19:41:17.023 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBotTestCase' is not accessible through the ClassLoader. 19:41:17.023 WARN - Class 'org/eclipse/swtbot/swt/finder/matchers/WidgetMatcherFactory' is not accessible through the ClassLoader. 19:41:17.023 WARN - Class 'org/eclipse/swtbot/swt/finder/finders/Finder' is not accessible through the ClassLoader. 19:41:17.023 WARN - Class 'org/eclipse/swtbot/swt/finder/matchers/WidgetMatcherFactory' is not accessible through the ClassLoader. 19:41:17.023 WARN - Class 'org/eclipse/swtbot/swt/finder/finders/Finder' is not accessible through the ClassLoader. 19:41:17.023 WARN - Class 'org/eclipse/swtbot/swt/finder/matchers/WidgetMatcherFactory' is not accessible through the ClassLoader. 19:41:17.024 WARN - Class 'org/eclipse/swtbot/swt/finder/finders/Finder' is not accessible through the ClassLoader. 19:41:17.024 WARN - Class 'org/eclipse/swtbot/swt/finder/matchers/WidgetMatcherFactory' is not accessible through the ClassLoader. 19:41:17.024 WARN - Class 'org/eclipse/swtbot/swt/finder/finders/Finder' is not accessible through the ClassLoader. 19:41:17.024 WARN - Class 'org/eclipse/swtbot/swt/finder/matchers/WidgetMatcherFactory' is not accessible through the ClassLoader. 19:41:17.024 WARN - Class 'org/eclipse/swtbot/swt/finder/finders/Finder' is not accessible through the ClassLoader. 19:41:17.025 WARN - Class 'org/eclipse/swtbot/swt/finder/matchers/WidgetMatcherFactory' is not accessible through the ClassLoader. 19:41:17.025 WARN - Class 'org/eclipse/swtbot/swt/finder/finders/Finder' is not accessible through the ClassLoader. 19:41:17.025 WARN - Class 'org/eclipse/swtbot/swt/finder/matchers/WidgetMatcherFactory' is not accessible through the ClassLoader. 19:41:17.025 WARN - Class 'org/eclipse/swtbot/swt/finder/matchers/WidgetMatcherFactory' is not accessible through the ClassLoader. 19:41:17.025 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:41:17.026 WARN - Class 'org/eclipse/swtbot/swt/finder/results/VoidResult' is not accessible through the ClassLoader. 19:41:17.026 WARN - Class 'org/eclipse/swtbot/swt/finder/finders/UIThreadRunnable' is not accessible through the ClassLoader. 19:41:17.026 WARN - Class 'org/eclipse/swtbot/swt/finder/matchers/WidgetMatcherFactory' is not accessible through the ClassLoader. 19:41:17.026 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:41:17.027 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBotTestCase' is not accessible through the ClassLoader. 19:41:17.027 WARN - Class 'org/eclipse/swtbot/swt/finder/matchers/WidgetMatcherFactory' is not accessible through the ClassLoader. 19:41:17.027 WARN - Class 'org/eclipse/swtbot/swt/finder/matchers/WithItem' is not accessible through the ClassLoader. 19:41:17.029 WARN - Class 'org/eclipse/swtbot/swt/finder/resolvers/NullResolver' is not accessible through the ClassLoader. 19:41:17.029 WARN - Class 'org/eclipse/swtbot/swt/finder/resolvers/NullResolver' is not accessible through the ClassLoader. 19:41:17.029 WARN - Class 'org/eclipse/swtbot/swt/finder/resolvers/NullResolver' is not accessible through the ClassLoader. 19:41:17.029 WARN - Class 'org/eclipse/swtbot/swt/finder/resolvers/NullResolver' is not accessible through the ClassLoader. 19:41:17.029 WARN - Class 'org/eclipse/swtbot/swt/finder/resolvers/NullResolver' is not accessible through the ClassLoader. 19:41:17.029 WARN - Class 'org/eclipse/swtbot/swt/finder/resolvers/NullResolver' is not accessible through the ClassLoader. 19:41:17.030 WARN - Class 'org/eclipse/swtbot/swt/finder/resolvers/NullResolver' is not accessible through the ClassLoader. 19:41:17.030 WARN - Class 'org/eclipse/swtbot/swt/finder/resolvers/NullResolver' is not accessible through the ClassLoader. 19:41:17.030 WARN - Class 'org/eclipse/swtbot/swt/finder/resolvers/NullResolver' is not accessible through the ClassLoader. 19:41:17.030 WARN - Class 'org/eclipse/swtbot/swt/finder/resolvers/NullResolver' is not accessible through the ClassLoader. 19:41:17.031 WARN - Class 'org/eclipse/swtbot/swt/finder/resolvers/Resolver' is not accessible through the ClassLoader. 19:41:17.031 WARN - Class 'org/eclipse/swtbot/swt/finder/resolvers/CompositeResolver' is not accessible through the ClassLoader. 19:41:17.031 WARN - Class 'org/eclipse/swtbot/swt/finder/resolvers/Resolver' is not accessible through the ClassLoader. 19:41:17.031 WARN - Class 'org/eclipse/swtbot/swt/finder/resolvers/Resolver' is not accessible through the ClassLoader. 19:41:17.031 WARN - Class 'org/eclipse/swtbot/swt/finder/resolvers/Resolver' is not accessible through the ClassLoader. 19:41:17.031 WARN - Class 'org/eclipse/swtbot/swt/finder/resolvers/CompositeResolver' is not accessible through the ClassLoader. 19:41:17.032 WARN - Class 'org/eclipse/swtbot/swt/finder/resolvers/Resolver' is not accessible through the ClassLoader. 19:41:17.032 WARN - Class 'org/eclipse/swtbot/swt/finder/resolvers/Resolver' is not accessible through the ClassLoader. 19:41:17.032 WARN - Class 'org/eclipse/swt/examples/browserexample/BrowserExample' is not accessible through the ClassLoader. 19:41:17.032 WARN - Class 'org/eclipse/swt/examples/clipboard/ClipboardExample' is not accessible through the ClassLoader. 19:41:17.033 WARN - Class 'org/eclipse/swt/examples/clipboard/ClipboardExample' is not accessible through the ClassLoader. 19:41:17.033 WARN - Class 'org/eclipse/swt/examples/controlexample/ControlExample' is not accessible through the ClassLoader. 19:41:17.033 WARN - Class 'org/eclipse/swt/examples/controlexample/ControlExample' is not accessible through the ClassLoader. 19:41:17.033 WARN - Class 'org/eclipse/swt/examples/controlexample/ControlExample' is not accessible through the ClassLoader. 19:41:17.034 WARN - Class 'org/eclipse/swt/examples/controlexample/ControlExample' is not accessible through the ClassLoader. 19:41:17.034 WARN - Class 'org/eclipse/swt/examples/controlexample/CustomControlExample' is not accessible through the ClassLoader. 19:41:17.034 WARN - Class 'org/eclipse/swtbot/swt/finder/finders/MenuFinder' is not accessible through the ClassLoader. 19:41:17.034 WARN - Class 'org/eclipse/swt/examples/addressbook/AddressBook' is not accessible through the ClassLoader. 19:41:17.035 WARN - Class 'org/eclipse/swt/examples/addressbook/AddressBook' is not accessible through the ClassLoader. 19:41:17.035 WARN - Class 'org/eclipse/swtbot/swt/finder/waits/DefaultCondition' is not accessible through the ClassLoader. 19:41:17.035 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:41:17.053 WARN - Class 'org/eclipse/swtbot/swt/finder/waits/DefaultCondition' is not accessible through the ClassLoader. 19:41:17.053 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotText' is not accessible through the ClassLoader. 19:41:17.060 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:41:17.060 WARN - Class 'org/eclipse/swtbot/swt/finder/finders/ControlFinder' is not accessible through the ClassLoader. 19:41:17.060 WARN - Class 'org/eclipse/swtbot/swt/finder/finders/MenuFinder' is not accessible through the ClassLoader. 19:41:17.060 WARN - Class 'org/eclipse/swtbot/swt/finder/finders/Finder' is not accessible through the ClassLoader. 19:41:17.061 WARN - Class 'org/eclipse/swtbot/swt/finder/utils/BidiMap' is not accessible through the ClassLoader. 19:41:17.061 WARN - Class 'org/eclipse/swtbot/swt/finder/utils/BidiMap' is not accessible through the ClassLoader. 19:41:17.061 WARN - Class 'org/eclipse/swtbot/swt/finder/utils/BidiMap' is not accessible through the ClassLoader. 19:41:17.061 WARN - Class 'org/eclipse/swtbot/swt/finder/utils/BidiMap' is not accessible through the ClassLoader. 19:41:17.061 WARN - Class 'org/eclipse/swtbot/swt/finder/utils/BidiMap' is not accessible through the ClassLoader. 19:41:17.062 WARN - Class 'org/eclipse/swtbot/swt/finder/utils/BidiMap' is not accessible through the ClassLoader. 19:41:17.062 WARN - Class 'org/eclipse/swtbot/swt/finder/utils/BidiMap' is not accessible through the ClassLoader. 19:41:17.062 WARN - Class 'org/eclipse/swtbot/swt/finder/utils/BidiMap' is not accessible through the ClassLoader. 19:41:17.062 WARN - Class 'org/eclipse/swtbot/swt/finder/utils/BidiMap' is not accessible through the ClassLoader. 19:41:17.062 WARN - Class 'org/eclipse/swtbot/swt/finder/utils/BidiMap' is not accessible through the ClassLoader. 19:41:17.062 WARN - Class 'org/eclipse/swtbot/swt/finder/utils/BidiMap' is not accessible through the ClassLoader. 19:41:17.063 WARN - Class 'org/eclipse/swtbot/swt/finder/utils/BidiMap' is not accessible through the ClassLoader. 19:41:17.063 WARN - Class 'org/eclipse/swtbot/swt/finder/utils/ClassUtils' is not accessible through the ClassLoader. 19:41:17.063 WARN - Class 'org/eclipse/swtbot/swt/finder/utils/ClassUtils' is not accessible through the ClassLoader. 19:41:17.063 WARN - Class 'org/eclipse/swtbot/swt/finder/utils/ClassUtils' is not accessible through the ClassLoader. 19:41:17.064 WARN - Class 'org/eclipse/swtbot/swt/finder/utils/ClassUtils' is not accessible through the ClassLoader. 19:41:17.064 WARN - Class 'org/eclipse/swtbot/swt/finder/utils/ClassUtils' is not accessible through the ClassLoader. 19:41:17.064 WARN - Class 'org/eclipse/swtbot/swt/finder/utils/ClassUtils' is not accessible through the ClassLoader. 19:41:17.064 WARN - Class 'org/eclipse/swtbot/swt/finder/utils/ClassUtils' is not accessible through the ClassLoader. 19:41:17.064 WARN - Class 'org/eclipse/swtbot/swt/finder/utils/ClassUtils' is not accessible through the ClassLoader. 19:41:17.064 WARN - Class 'org/eclipse/swtbot/swt/finder/utils/ClassUtils' is not accessible through the ClassLoader. 19:41:17.065 WARN - Class 'org/eclipse/swtbot/swt/finder/utils/Credentials' is not accessible through the ClassLoader. 19:41:17.065 WARN - Class 'org/eclipse/swtbot/swt/finder/utils/Credentials' is not accessible through the ClassLoader. 19:41:17.065 WARN - Class 'org/eclipse/swtbot/swt/finder/utils/Credentials' is not accessible through the ClassLoader. 19:41:17.065 WARN - Class 'org/eclipse/swtbot/swt/finder/utils/Credentials' is not accessible through the ClassLoader. 19:41:17.066 WARN - Class 'org/eclipse/swtbot/swt/finder/utils/Credentials' is not accessible through the ClassLoader. 19:41:17.066 WARN - Class 'org/eclipse/swtbot/swt/finder/utils/Credentials' is not accessible through the ClassLoader. 19:41:17.066 WARN - Class 'org/eclipse/swtbot/swt/finder/utils/Credentials' is not accessible through the ClassLoader. 19:41:17.066 WARN - Class 'org/eclipse/swtbot/swt/finder/utils/Credentials' is not accessible through the ClassLoader. 19:41:17.066 WARN - Class 'org/eclipse/swtbot/swt/finder/utils/Credentials' is not accessible through the ClassLoader. 19:41:17.066 WARN - Class 'org/eclipse/swtbot/swt/finder/utils/Credentials' is not accessible through the ClassLoader. 19:41:17.067 WARN - Class 'org/eclipse/swtbot/swt/finder/utils/Credentials' is not accessible through the ClassLoader. 19:41:17.067 WARN - Class 'org/eclipse/swtbot/swt/finder/utils/Credentials' is not accessible through the ClassLoader. 19:41:17.067 WARN - Class 'org/eclipse/swtbot/swt/finder/utils/Credentials' is not accessible through the ClassLoader. 19:41:17.067 WARN - Class 'org/eclipse/swtbot/swt/finder/utils/Credentials' is not accessible through the ClassLoader. 19:41:17.067 WARN - Class 'org/eclipse/swtbot/swt/finder/utils/Credentials' is not accessible through the ClassLoader. 19:41:17.067 WARN - Class 'org/eclipse/swtbot/swt/finder/utils/Credentials' is not accessible through the ClassLoader. 19:41:17.068 WARN - Class 'org/eclipse/swtbot/swt/finder/utils/Credentials' is not accessible through the ClassLoader. 19:41:17.068 WARN - Class 'org/eclipse/swtbot/swt/finder/utils/Credentials' is not accessible through the ClassLoader. 19:41:17.068 WARN - Class 'org/eclipse/swtbot/swt/finder/utils/Credentials' is not accessible through the ClassLoader. 19:41:17.068 WARN - Class 'org/eclipse/swtbot/swt/finder/utils/Credentials' is not accessible through the ClassLoader. 19:41:17.068 WARN - Class 'org/eclipse/swtbot/swt/finder/utils/Credentials' is not accessible through the ClassLoader. 19:41:17.068 WARN - Class 'org/eclipse/swtbot/swt/finder/utils/Credentials' is not accessible through the ClassLoader. 19:41:17.069 WARN - Class 'org/eclipse/swtbot/swt/finder/utils/Credentials' is not accessible through the ClassLoader. 19:41:17.069 WARN - Class 'org/eclipse/swtbot/swt/finder/utils/Credentials' is not accessible through the ClassLoader. 19:41:17.069 WARN - Class 'org/eclipse/swtbot/swt/finder/utils/Credentials' is not accessible through the ClassLoader. 19:41:17.069 WARN - Class 'org/eclipse/swtbot/swt/finder/utils/Credentials' is not accessible through the ClassLoader. 19:41:17.069 WARN - Class 'org/eclipse/swtbot/swt/finder/utils/Credentials' is not accessible through the ClassLoader. 19:41:17.069 WARN - Class 'org/eclipse/swtbot/swt/finder/utils/Credentials' is not accessible through the ClassLoader. 19:41:17.070 WARN - Class 'org/eclipse/swtbot/swt/finder/utils/Credentials' is not accessible through the ClassLoader. 19:41:17.070 WARN - Class 'org/eclipse/swtbot/swt/finder/utils/Credentials' is not accessible through the ClassLoader. 19:41:17.070 WARN - Class 'org/eclipse/swtbot/swt/finder/utils/Credentials' is not accessible through the ClassLoader. 19:41:17.070 WARN - Class 'org/eclipse/swtbot/swt/finder/utils/Credentials' is not accessible through the ClassLoader. 19:41:17.070 WARN - Class 'org/eclipse/swtbot/swt/finder/utils/Credentials' is not accessible through the ClassLoader. 19:41:17.070 WARN - Class 'org/eclipse/swtbot/swt/finder/utils/Credentials' is not accessible through the ClassLoader. 19:41:17.071 WARN - Class 'org/eclipse/swtbot/swt/finder/utils/Credentials' is not accessible through the ClassLoader. 19:41:17.071 WARN - Class 'org/eclipse/swtbot/swt/finder/utils/Credentials' is not accessible through the ClassLoader. 19:41:17.071 WARN - Class 'org/eclipse/swtbot/swt/finder/utils/Credentials' is not accessible through the ClassLoader. 19:41:17.071 WARN - Class 'org/eclipse/swtbot/swt/finder/utils/Credentials' is not accessible through the ClassLoader. 19:41:17.071 WARN - Class 'org/eclipse/swtbot/swt/finder/utils/FileUtils' is not accessible through the ClassLoader. 19:41:17.072 WARN - Class 'org/eclipse/swtbot/swt/finder/utils/FileUtils' is not accessible through the ClassLoader. 19:41:17.072 WARN - Class 'org/eclipse/swtbot/swt/finder/utils/FileUtils' is not accessible through the ClassLoader. 19:41:17.072 WARN - Class 'org/eclipse/swtbot/swt/finder/utils/FileUtils' is not accessible through the ClassLoader. 19:41:17.072 WARN - Class 'org/eclipse/swtbot/swt/finder/utils/FileUtils' is not accessible through the ClassLoader. 19:41:17.072 WARN - Class 'org/eclipse/swtbot/swt/finder/utils/FileUtils' is not accessible through the ClassLoader. 19:41:17.073 WARN - Class 'org/eclipse/swtbot/swt/finder/utils/ImageFormatConverter' is not accessible through the ClassLoader. 19:41:17.073 WARN - Class 'org/eclipse/swtbot/swt/finder/utils/ImageFormatConverter' is not accessible through the ClassLoader. 19:41:17.073 WARN - Class 'org/eclipse/swtbot/swt/finder/utils/ImageFormatConverter' is not accessible through the ClassLoader. 19:41:17.073 WARN - Class 'org/eclipse/swtbot/swt/finder/utils/ImageFormatConverter' is not accessible through the ClassLoader. 19:41:17.073 WARN - Class 'org/eclipse/swtbot/swt/finder/utils/ImageFormatConverter' is not accessible through the ClassLoader. 19:41:17.074 WARN - Class 'org/eclipse/swtbot/swt/finder/utils/ImageFormatConverter' is not accessible through the ClassLoader. 19:41:17.074 WARN - Class 'org/eclipse/swtbot/swt/finder/utils/ImageFormatConverter' is not accessible through the ClassLoader. 19:41:17.074 WARN - Class 'org/eclipse/swtbot/swt/finder/utils/ImageFormatConverter' is not accessible through the ClassLoader. 19:41:17.074 WARN - Class 'org/eclipse/swtbot/swt/finder/utils/ImageFormatConverter' is not accessible through the ClassLoader. 19:41:17.074 WARN - Class 'org/eclipse/swtbot/swt/finder/utils/ImageFormatConverter' is not accessible through the ClassLoader. 19:41:17.075 WARN - Class 'org/eclipse/swtbot/swt/finder/utils/ImageFormatConverter' is not accessible through the ClassLoader. 19:41:17.075 WARN - Class 'org/eclipse/swtbot/swt/finder/utils/ImageFormatConverter' is not accessible through the ClassLoader. 19:41:17.075 WARN - Class 'org/eclipse/swtbot/swt/finder/utils/ImageFormatConverter' is not accessible through the ClassLoader. 19:41:17.075 WARN - Class 'org/eclipse/swtbot/swt/finder/utils/ImageFormatConverter' is not accessible through the ClassLoader. 19:41:17.086 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:41:17.086 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotLabel' is not accessible through the ClassLoader. 19:41:17.086 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotLabel' is not accessible through the ClassLoader. 19:41:17.086 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:41:17.086 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotTable' is not accessible through the ClassLoader. 19:41:17.086 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotTableItem' is not accessible through the ClassLoader. 19:41:17.087 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotTableItem' is not accessible through the ClassLoader. 19:41:17.087 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:41:17.087 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotTable' is not accessible through the ClassLoader. 19:41:17.087 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotTableItem' is not accessible through the ClassLoader. 19:41:17.087 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotTableItem' is not accessible through the ClassLoader. 19:41:17.087 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:41:17.088 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotTree' is not accessible through the ClassLoader. 19:41:17.088 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotTreeItem' is not accessible through the ClassLoader. 19:41:17.088 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotTreeItem' is not accessible through the ClassLoader. 19:41:17.088 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:41:17.088 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotTree' is not accessible through the ClassLoader. 19:41:17.089 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotTreeItem' is not accessible through the ClassLoader. 19:41:17.089 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotTreeItem' is not accessible through the ClassLoader. 19:41:17.090 WARN - Class 'org/eclipse/swtbot/swt/finder/utils/MultiValueMap' is not accessible through the ClassLoader. 19:41:17.090 WARN - Class 'org/eclipse/swtbot/swt/finder/utils/MultiValueMap' is not accessible through the ClassLoader. 19:41:17.091 WARN - Class 'org/eclipse/swtbot/swt/finder/utils/MultiValueMap' is not accessible through the ClassLoader. 19:41:17.091 WARN - Class 'org/eclipse/swtbot/swt/finder/utils/MultiValueMap' is not accessible through the ClassLoader. 19:41:17.091 WARN - Class 'org/eclipse/swtbot/swt/finder/utils/MultiValueMap' is not accessible through the ClassLoader. 19:41:17.091 WARN - Class 'org/eclipse/swtbot/swt/finder/utils/MultiValueMap' is not accessible through the ClassLoader. 19:41:17.091 WARN - Class 'org/eclipse/swtbot/swt/finder/utils/MultiValueMap' is not accessible through the ClassLoader. 19:41:17.091 WARN - Class 'org/eclipse/swtbot/swt/finder/utils/MultiValueMap' is not accessible through the ClassLoader. 19:41:17.092 WARN - Class 'org/eclipse/swtbot/swt/finder/utils/MultiValueMap' is not accessible through the ClassLoader. 19:41:17.092 WARN - Class 'org/eclipse/swtbot/swt/finder/utils/MultiValueMap' is not accessible through the ClassLoader. 19:41:17.092 WARN - Class 'org/eclipse/swtbot/swt/finder/utils/MultiValueMap' is not accessible through the ClassLoader. 19:41:17.092 WARN - Class 'org/eclipse/swtbot/swt/finder/utils/MultiValueMap' is not accessible through the ClassLoader. 19:41:17.092 WARN - Class 'org/eclipse/swtbot/swt/finder/utils/MultiValueMap' is not accessible through the ClassLoader. 19:41:17.092 WARN - Class 'org/eclipse/swtbot/swt/finder/utils/MultiValueMap' is not accessible through the ClassLoader. 19:41:17.093 WARN - Class 'org/eclipse/swtbot/swt/finder/utils/MultiValueMap' is not accessible through the ClassLoader. 19:41:17.093 WARN - Class 'org/eclipse/swtbot/swt/finder/utils/Position' is not accessible through the ClassLoader. 19:41:17.093 WARN - Class 'org/eclipse/swtbot/swt/finder/utils/Position' is not accessible through the ClassLoader. 19:41:17.093 WARN - Class 'org/eclipse/swtbot/swt/finder/utils/Position' is not accessible through the ClassLoader. 19:41:17.094 WARN - Class 'org/eclipse/swtbot/swt/finder/utils/Position' is not accessible through the ClassLoader. 19:41:17.094 WARN - Class 'org/eclipse/swtbot/swt/finder/utils/Position' is not accessible through the ClassLoader. 19:41:17.094 WARN - Class 'org/eclipse/swtbot/swt/finder/utils/Position' is not accessible through the ClassLoader. 19:41:17.094 WARN - Class 'org/eclipse/swtbot/swt/finder/utils/Position' is not accessible through the ClassLoader. 19:41:17.094 WARN - Class 'org/eclipse/swtbot/swt/finder/utils/Position' is not accessible through the ClassLoader. 19:41:17.094 WARN - Class 'org/eclipse/swtbot/swt/finder/utils/Position' is not accessible through the ClassLoader. 19:41:17.094 WARN - Class 'org/eclipse/swtbot/swt/finder/utils/Position' is not accessible through the ClassLoader. 19:41:17.095 WARN - Class 'org/eclipse/swtbot/swt/finder/utils/Position' is not accessible through the ClassLoader. 19:41:17.095 WARN - Class 'org/eclipse/swtbot/swt/finder/utils/Position' is not accessible through the ClassLoader. 19:41:17.095 WARN - Class 'org/eclipse/swtbot/swt/finder/utils/Position' is not accessible through the ClassLoader. 19:41:17.095 WARN - Class 'org/eclipse/swtbot/swt/finder/utils/Position' is not accessible through the ClassLoader. 19:41:17.095 WARN - Class 'org/eclipse/swtbot/swt/finder/utils/Position' is not accessible through the ClassLoader. 19:41:17.095 WARN - Class 'org/eclipse/swtbot/swt/finder/utils/Position' is not accessible through the ClassLoader. 19:41:17.096 WARN - Class 'org/eclipse/swtbot/swt/finder/utils/Position' is not accessible through the ClassLoader. 19:41:17.096 WARN - Class 'org/eclipse/swtbot/swt/finder/utils/Position' is not accessible through the ClassLoader. 19:41:17.096 WARN - Class 'org/eclipse/swtbot/swt/finder/utils/Position' is not accessible through the ClassLoader. 19:41:17.096 WARN - Class 'org/eclipse/swtbot/swt/finder/utils/Position' is not accessible through the ClassLoader. 19:41:17.097 WARN - Class 'org/eclipse/swtbot/swt/finder/utils/SWTUtils' is not accessible through the ClassLoader. 19:41:17.097 WARN - Class 'org/eclipse/swtbot/swt/finder/utils/SWTUtils' is not accessible through the ClassLoader. 19:41:17.097 WARN - Class 'org/eclipse/swtbot/swt/finder/utils/SWTUtils' is not accessible through the ClassLoader. 19:41:17.097 WARN - Class 'org/eclipse/swtbot/swt/finder/utils/SWTUtils' is not accessible through the ClassLoader. 19:41:17.097 WARN - Class 'org/eclipse/swtbot/swt/finder/utils/SWTUtils' is not accessible through the ClassLoader. 19:41:17.097 WARN - Class 'org/eclipse/swtbot/swt/finder/utils/SWTUtils' is not accessible through the ClassLoader. 19:41:17.098 WARN - Class 'org/eclipse/swtbot/swt/finder/utils/SWTUtils' is not accessible through the ClassLoader. 19:41:17.098 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:41:17.098 WARN - Class 'org/eclipse/swtbot/swt/finder/utils/SWTUtils' is not accessible through the ClassLoader. 19:41:17.098 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:41:17.098 WARN - Class 'org/eclipse/swtbot/swt/finder/utils/SWTUtils' is not accessible through the ClassLoader. 19:41:17.098 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:41:17.099 WARN - Class 'org/eclipse/swtbot/swt/finder/utils/SWTUtils' is not accessible through the ClassLoader. 19:41:17.099 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:41:17.099 WARN - Class 'org/eclipse/swtbot/swt/finder/utils/SWTUtils' is not accessible through the ClassLoader. 19:41:17.099 WARN - Class 'org/eclipse/swtbot/swt/finder/utils/SWTUtils' is not accessible through the ClassLoader. 19:41:17.099 WARN - Class 'org/eclipse/swtbot/swt/finder/utils/SWTUtils' is not accessible through the ClassLoader. 19:41:17.100 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:41:17.100 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotTabItem' is not accessible through the ClassLoader. 19:41:17.100 WARN - Class 'org/eclipse/swt/examples/controlexample/ControlExample' is not accessible through the ClassLoader. 19:41:17.100 WARN - Class 'org/eclipse/swtbot/swt/finder/utils/SWTUtils' is not accessible through the ClassLoader. 19:41:17.101 WARN - Class 'org/eclipse/swt/examples/controlexample/ControlExample' is not accessible through the ClassLoader. 19:41:17.101 WARN - Class 'org/eclipse/swtbot/swt/finder/utils/StringUtils' is not accessible through the ClassLoader. 19:41:17.101 WARN - Class 'org/eclipse/swtbot/swt/finder/utils/StringUtils' is not accessible through the ClassLoader. 19:41:17.101 WARN - Class 'org/eclipse/swtbot/swt/finder/utils/StringUtils' is not accessible through the ClassLoader. 19:41:17.101 WARN - Class 'org/eclipse/swtbot/swt/finder/utils/StringUtils' is not accessible through the ClassLoader. 19:41:17.102 WARN - Class 'org/eclipse/swtbot/swt/finder/utils/StringUtils' is not accessible through the ClassLoader. 19:41:17.102 WARN - Class 'org/eclipse/swtbot/swt/finder/utils/StringConverter' is not accessible through the ClassLoader. 19:41:17.102 WARN - Class 'org/eclipse/swtbot/swt/finder/utils/StringUtils' is not accessible through the ClassLoader. 19:41:17.102 WARN - Class 'org/eclipse/swtbot/swt/finder/utils/StringUtils' is not accessible through the ClassLoader. 19:41:17.103 WARN - Class 'org/eclipse/swtbot/swt/finder/utils/TableCollection' is not accessible through the ClassLoader. 19:41:17.103 WARN - Class 'org/eclipse/swtbot/swt/finder/utils/TableCollection' is not accessible through the ClassLoader. 19:41:17.103 WARN - Class 'org/eclipse/swtbot/swt/finder/utils/TableCollection' is not accessible through the ClassLoader. 19:41:17.104 WARN - Class 'org/eclipse/swtbot/swt/finder/utils/TableCollection' is not accessible through the ClassLoader. 19:41:17.104 WARN - Class 'org/eclipse/swtbot/swt/finder/utils/TableCollection' is not accessible through the ClassLoader. 19:41:17.104 WARN - Class 'org/eclipse/swtbot/swt/finder/utils/TableCollection' is not accessible through the ClassLoader. 19:41:17.104 WARN - Class 'org/eclipse/swtbot/swt/finder/utils/TableCollection' is not accessible through the ClassLoader. 19:41:17.104 WARN - Class 'org/eclipse/swtbot/swt/finder/utils/TableCollection' is not accessible through the ClassLoader. 19:41:17.104 WARN - Class 'org/eclipse/swtbot/swt/finder/utils/TableCollection' is not accessible through the ClassLoader. 19:41:17.105 WARN - Class 'org/eclipse/swtbot/swt/finder/utils/TableCollection' is not accessible through the ClassLoader. 19:41:17.105 WARN - Class 'org/eclipse/swtbot/swt/finder/utils/TableCollection' is not accessible through the ClassLoader. 19:41:17.105 WARN - Class 'org/eclipse/swtbot/swt/finder/utils/TableCollection' is not accessible through the ClassLoader. 19:41:17.105 WARN - Class 'org/eclipse/swtbot/swt/finder/utils/TableRow' is not accessible through the ClassLoader. 19:41:17.105 WARN - Class 'org/eclipse/swtbot/swt/finder/utils/TableRow' is not accessible through the ClassLoader. 19:41:17.106 WARN - Class 'org/eclipse/swtbot/swt/finder/utils/TableCollection' is not accessible through the ClassLoader. 19:41:17.106 WARN - Class 'org/eclipse/swtbot/swt/finder/utils/TableRow' is not accessible through the ClassLoader. 19:41:17.106 WARN - Class 'org/eclipse/swtbot/swt/finder/utils/TableRow' is not accessible through the ClassLoader. 19:41:17.106 WARN - Class 'org/eclipse/swtbot/swt/finder/utils/TableRow' is not accessible through the ClassLoader. 19:41:17.106 WARN - Class 'org/eclipse/swtbot/swt/finder/utils/TableRow' is not accessible through the ClassLoader. 19:41:17.107 WARN - Class 'org/eclipse/swtbot/swt/finder/utils/TableRow' is not accessible through the ClassLoader. 19:41:17.107 WARN - Class 'org/eclipse/swtbot/swt/finder/utils/TableRow' is not accessible through the ClassLoader. 19:41:17.107 WARN - Class 'org/eclipse/swtbot/swt/finder/utils/TableRow' is not accessible through the ClassLoader. 19:41:17.107 WARN - Class 'org/eclipse/swtbot/swt/finder/utils/TableRow' is not accessible through the ClassLoader. 19:41:17.107 WARN - Class 'org/eclipse/swtbot/swt/finder/utils/TableRow' is not accessible through the ClassLoader. 19:41:17.108 WARN - Class 'org/eclipse/swtbot/swt/finder/utils/TableRow' is not accessible through the ClassLoader. 19:41:17.108 WARN - Class 'org/eclipse/swtbot/swt/finder/utils/TableRow' is not accessible through the ClassLoader. 19:41:17.108 WARN - Class 'org/eclipse/swtbot/swt/finder/utils/TableRow' is not accessible through the ClassLoader. 19:41:17.108 WARN - Class 'org/eclipse/swtbot/swt/finder/utils/TableRow' is not accessible through the ClassLoader. 19:41:17.108 WARN - Class 'org/eclipse/swtbot/swt/finder/utils/TableRow' is not accessible through the ClassLoader. 19:41:17.108 WARN - Class 'org/eclipse/swtbot/swt/finder/utils/TableRow' is not accessible through the ClassLoader. 19:41:17.109 WARN - Class 'org/eclipse/swtbot/swt/finder/utils/TableRow' is not accessible through the ClassLoader. 19:41:17.109 WARN - Class 'org/eclipse/swtbot/swt/finder/utils/TableRow' is not accessible through the ClassLoader. 19:41:17.109 WARN - Class 'org/eclipse/swtbot/swt/finder/utils/TreePath' is not accessible through the ClassLoader. 19:41:17.109 WARN - Class 'org/eclipse/swtbot/swt/finder/utils/TreePath' is not accessible through the ClassLoader. 19:41:17.109 WARN - Class 'org/eclipse/swtbot/swt/finder/utils/TreePath' is not accessible through the ClassLoader. 19:41:17.110 WARN - Class 'org/eclipse/swtbot/swt/finder/utils/TreePath' is not accessible through the ClassLoader. 19:41:17.110 WARN - Class 'org/eclipse/swtbot/swt/finder/utils/TreePath' is not accessible through the ClassLoader. 19:41:17.110 WARN - Class 'org/eclipse/swtbot/swt/finder/utils/TreePath' is not accessible through the ClassLoader. 19:41:17.110 WARN - Class 'org/eclipse/swtbot/swt/finder/utils/TreePath' is not accessible through the ClassLoader. 19:41:17.110 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:41:17.111 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotShell' is not accessible through the ClassLoader. 19:41:17.111 WARN - Class 'org/eclipse/swtbot/swt/finder/waits/Conditions' is not accessible through the ClassLoader. 19:41:17.111 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:41:17.112 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotShell' is not accessible through the ClassLoader. 19:41:17.112 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotShell' is not accessible through the ClassLoader. 19:41:17.112 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:41:17.112 WARN - Class 'org/eclipse/swtbot/swt/finder/waits/Conditions' is not accessible through the ClassLoader. 19:41:17.112 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:41:17.114 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotTable' is not accessible through the ClassLoader. 19:41:17.114 WARN - Class 'org/eclipse/swtbot/swt/finder/waits/Conditions' is not accessible through the ClassLoader. 19:41:17.114 WARN - Class 'org/eclipse/swtbot/swt/finder/waits/ICondition' is not accessible through the ClassLoader. 19:41:17.115 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotTable' is not accessible through the ClassLoader. 19:41:17.115 WARN - Class 'org/eclipse/swtbot/swt/finder/waits/Conditions' is not accessible through the ClassLoader. 19:41:17.115 WARN - Class 'org/eclipse/swtbot/swt/finder/waits/ICondition' is not accessible through the ClassLoader. 19:41:17.115 WARN - Class 'org/eclipse/swtbot/swt/finder/results/VoidResult' is not accessible through the ClassLoader. 19:41:17.116 WARN - Class 'org/eclipse/swtbot/swt/finder/finders/UIThreadRunnable' is not accessible through the ClassLoader. 19:41:17.117 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotTree' is not accessible through the ClassLoader. 19:41:17.117 WARN - Class 'org/eclipse/swtbot/swt/finder/waits/Conditions' is not accessible through the ClassLoader. 19:41:17.118 WARN - Class 'org/eclipse/swtbot/swt/finder/waits/ICondition' is not accessible through the ClassLoader. 19:41:17.118 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotTree' is not accessible through the ClassLoader. 19:41:17.118 WARN - Class 'org/eclipse/swtbot/swt/finder/waits/Conditions' is not accessible through the ClassLoader. 19:41:17.118 WARN - Class 'org/eclipse/swtbot/swt/finder/waits/ICondition' is not accessible through the ClassLoader. 19:41:17.118 WARN - Class 'org/eclipse/swtbot/swt/finder/results/VoidResult' is not accessible through the ClassLoader. 19:41:17.119 WARN - Class 'org/eclipse/swtbot/swt/finder/finders/UIThreadRunnable' is not accessible through the ClassLoader. 19:41:17.119 WARN - Class 'org/eclipse/swtbot/swt/finder/results/WidgetResult' is not accessible through the ClassLoader. 19:41:17.119 WARN - Class 'org/eclipse/swtbot/swt/finder/finders/UIThreadRunnable' is not accessible through the ClassLoader. 19:41:17.120 WARN - Class 'org/eclipse/swtbot/swt/finder/results/WidgetResult' is not accessible through the ClassLoader. 19:41:17.120 WARN - Class 'org/eclipse/swtbot/swt/finder/finders/UIThreadRunnable' is not accessible through the ClassLoader. 19:41:17.121 WARN - Class 'org/eclipse/swtbot/swt/finder/matchers/WidgetMatcherFactory' is not accessible through the ClassLoader. 19:41:17.121 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:41:17.121 WARN - Class 'org/eclipse/swtbot/swt/finder/waits/Conditions' is not accessible through the ClassLoader. 19:41:17.121 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:41:17.122 WARN - Class 'org/eclipse/swtbot/swt/finder/results/WidgetResult' is not accessible through the ClassLoader. 19:41:17.122 WARN - Class 'org/eclipse/swtbot/swt/finder/finders/UIThreadRunnable' is not accessible through the ClassLoader. 19:41:17.123 WARN - Class 'org/eclipse/swtbot/swt/finder/waits/Conditions' is not accessible through the ClassLoader. 19:41:17.123 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:41:17.123 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:41:17.124 WARN - Class 'org/eclipse/swtbot/swt/finder/waits/WaitForObjectCondition' is not accessible through the ClassLoader. 19:41:17.124 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/AbstractSWTBot' is not accessible through the ClassLoader. 19:41:17.125 WARN - Class 'org/eclipse/swtbot/swt/finder/exceptions/WidgetNotFoundException' is not accessible through the ClassLoader. 19:41:17.125 WARN - Class 'org/eclipse/swtbot/swt/finder/exceptions/WidgetNotFoundException' is not accessible through the ClassLoader. 19:41:17.125 WARN - Class 'org/eclipse/swtbot/swt/finder/results/WidgetResult' is not accessible through the ClassLoader. 19:41:17.153 WARN - Class 'org/eclipse/swtbot/swt/finder/finders/UIThreadRunnable' is not accessible through the ClassLoader. 19:41:17.153 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/AbstractSWTBot' is not accessible through the ClassLoader. 19:41:17.154 WARN - Class 'org/eclipse/swtbot/swt/finder/exceptions/WidgetNotFoundException' is not accessible through the ClassLoader. 19:41:17.154 WARN - Class 'org/eclipse/swtbot/swt/finder/exceptions/WidgetNotFoundException' is not accessible through the ClassLoader. 19:41:17.154 WARN - Class 'org/eclipse/swtbot/swt/finder/exceptions/WidgetNotFoundException' is not accessible through the ClassLoader. 19:41:17.154 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/AbstractSWTBot' is not accessible through the ClassLoader. 19:41:17.155 WARN - Class 'org/eclipse/swtbot/swt/finder/exceptions/WidgetNotFoundException' is not accessible through the ClassLoader. 19:41:17.155 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/AbstractSWTBot' is not accessible through the ClassLoader. 19:41:17.155 WARN - Class 'org/eclipse/swt/examples/dnd/DNDExample' is not accessible through the ClassLoader. 19:41:17.156 WARN - Class 'org/eclipse/swt/examples/dnd/DNDExample' is not accessible through the ClassLoader. 19:41:17.156 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:41:17.156 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotCombo' is not accessible through the ClassLoader. 19:41:17.156 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:41:17.157 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotCombo' is not accessible through the ClassLoader. 19:41:17.157 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:41:17.157 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:41:17.157 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotTree' is not accessible through the ClassLoader. 19:41:17.158 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotTree' is not accessible through the ClassLoader. 19:41:17.158 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotTreeItem' is not accessible through the ClassLoader. 19:41:17.158 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotTree' is not accessible through the ClassLoader. 19:41:17.158 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotTreeItem' is not accessible through the ClassLoader. 19:41:17.158 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotTreeItem' is not accessible through the ClassLoader. 19:41:17.159 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotTreeItem' is not accessible through the ClassLoader. 19:41:17.159 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:41:17.159 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:41:17.159 WARN - Class 'org/eclipse/swtbot/swt/finder/utils/SWTUtils' is not accessible through the ClassLoader. 19:41:17.160 WARN - Class 'org/eclipse/swtbot/swt/finder/finders/ControlFinder' is not accessible through the ClassLoader. 19:41:17.160 WARN - Class 'org/eclipse/swtbot/swt/finder/matchers/WidgetMatcherFactory' is not accessible through the ClassLoader. 19:41:17.160 WARN - Class 'org/eclipse/swtbot/swt/finder/finders/ControlFinder' is not accessible through the ClassLoader. 19:41:17.160 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotText' is not accessible through the ClassLoader. 19:41:17.160 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotText' is not accessible through the ClassLoader. 19:41:17.160 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:41:17.161 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotCheckBox' is not accessible through the ClassLoader. 19:41:17.161 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:41:17.161 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotCheckBox' is not accessible through the ClassLoader. 19:41:17.161 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:41:17.161 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotCheckBox' is not accessible through the ClassLoader. 19:41:17.161 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:41:17.162 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotArrowButton' is not accessible through the ClassLoader. 19:41:17.162 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBotTestCase' is not accessible through the ClassLoader. 19:41:17.162 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:41:17.162 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotCheckBox' is not accessible through the ClassLoader. 19:41:17.162 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:41:17.162 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotButton' is not accessible through the ClassLoader. 19:41:17.163 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:41:17.163 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotCheckBox' is not accessible through the ClassLoader. 19:41:17.163 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:41:17.163 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotButton' is not accessible through the ClassLoader. 19:41:17.163 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:41:17.163 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotTabItem' is not accessible through the ClassLoader. 19:41:17.164 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:41:17.164 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotRadio' is not accessible through the ClassLoader. 19:41:17.164 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:41:17.164 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:41:17.164 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotBrowser' is not accessible through the ClassLoader. 19:41:17.165 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotBrowser' is not accessible through the ClassLoader. 19:41:17.165 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotBrowser' is not accessible through the ClassLoader. 19:41:17.165 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotBrowser' is not accessible through the ClassLoader. 19:41:17.165 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBotAssert' is not accessible through the ClassLoader. 19:41:17.165 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotBrowser' is not accessible through the ClassLoader. 19:41:17.166 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotBrowser' is not accessible through the ClassLoader. 19:41:17.166 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBotAssert' is not accessible through the ClassLoader. 19:41:17.166 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotBrowser' is not accessible through the ClassLoader. 19:41:17.166 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotBrowser' is not accessible through the ClassLoader. 19:41:17.166 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotBrowser' is not accessible through the ClassLoader. 19:41:17.166 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotBrowser' is not accessible through the ClassLoader. 19:41:17.166 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBotAssert' is not accessible through the ClassLoader. 19:41:17.167 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotBrowser' is not accessible through the ClassLoader. 19:41:17.167 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotBrowser' is not accessible through the ClassLoader. 19:41:17.167 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:41:17.167 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotBrowser' is not accessible through the ClassLoader. 19:41:17.167 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotBrowser' is not accessible through the ClassLoader. 19:41:17.168 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBotAssert' is not accessible through the ClassLoader. 19:41:17.168 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:41:17.168 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotBrowser' is not accessible through the ClassLoader. 19:41:17.168 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotBrowser' is not accessible through the ClassLoader. 19:41:17.168 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBotAssert' is not accessible through the ClassLoader. 19:41:17.168 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotBrowser' is not accessible through the ClassLoader. 19:41:17.169 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotBrowser' is not accessible through the ClassLoader. 19:41:17.169 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBotAssert' is not accessible through the ClassLoader. 19:41:17.175 WARN - Class 'org/eclipse/swtbot/swt/finder/results/VoidResult' is not accessible through the ClassLoader. 19:41:17.175 WARN - Class 'org/eclipse/swtbot/swt/finder/finders/UIThreadRunnable' is not accessible through the ClassLoader. 19:41:17.175 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:41:17.175 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotButton' is not accessible through the ClassLoader. 19:41:17.176 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:41:17.176 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotButton' is not accessible through the ClassLoader. 19:41:17.177 WARN - Class 'org/eclipse/swtbot/swt/finder/results/VoidResult' is not accessible through the ClassLoader. 19:41:17.178 WARN - Class 'org/eclipse/swtbot/swt/finder/finders/UIThreadRunnable' is not accessible through the ClassLoader. 19:41:17.178 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:41:17.178 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotButton' is not accessible through the ClassLoader. 19:41:17.180 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:41:17.180 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotButton' is not accessible through the ClassLoader. 19:41:17.181 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:41:17.181 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotButton' is not accessible through the ClassLoader. 19:41:17.181 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:41:17.181 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotButton' is not accessible through the ClassLoader. 19:41:17.181 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:41:17.181 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotShell' is not accessible through the ClassLoader. 19:41:17.182 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotShell' is not accessible through the ClassLoader. 19:41:17.182 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotShell' is not accessible through the ClassLoader. 19:41:17.182 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:41:17.182 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotButton' is not accessible through the ClassLoader. 19:41:17.182 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:41:17.182 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotButton' is not accessible through the ClassLoader. 19:41:17.183 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:41:17.183 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotTabItem' is not accessible through the ClassLoader. 19:41:17.183 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:41:17.183 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotRadio' is not accessible through the ClassLoader. 19:41:17.183 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:41:17.184 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:41:17.184 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotCCombo' is not accessible through the ClassLoader. 19:41:17.184 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotCCombo' is not accessible through the ClassLoader. 19:41:17.184 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:41:17.184 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotCCombo' is not accessible through the ClassLoader. 19:41:17.184 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotCCombo' is not accessible through the ClassLoader. 19:41:17.185 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:41:17.185 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:41:17.185 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotCCombo' is not accessible through the ClassLoader. 19:41:17.185 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotCCombo' is not accessible through the ClassLoader. 19:41:17.185 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotCCombo' is not accessible through the ClassLoader. 19:41:17.186 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:41:17.186 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotCCombo' is not accessible through the ClassLoader. 19:41:17.186 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:41:17.186 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotCCombo' is not accessible through the ClassLoader. 19:41:17.186 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:41:17.186 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotCCombo' is not accessible through the ClassLoader. 19:41:17.187 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotCCombo' is not accessible through the ClassLoader. 19:41:17.187 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotCCombo' is not accessible through the ClassLoader. 19:41:17.187 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotCCombo' is not accessible through the ClassLoader. 19:41:17.187 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotCCombo' is not accessible through the ClassLoader. 19:41:17.187 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotCCombo' is not accessible through the ClassLoader. 19:41:17.188 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:41:17.188 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotCheckBox' is not accessible through the ClassLoader. 19:41:17.188 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:41:17.188 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotCCombo' is not accessible through the ClassLoader. 19:41:17.188 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:41:17.188 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotCCombo' is not accessible through the ClassLoader. 19:41:17.189 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:41:17.189 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotTabItem' is not accessible through the ClassLoader. 19:41:17.189 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:41:17.189 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotCheckBox' is not accessible through the ClassLoader. 19:41:17.189 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:41:17.189 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotCheckBox' is not accessible through the ClassLoader. 19:41:17.190 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:41:17.190 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:41:17.190 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:41:17.190 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotCLabel' is not accessible through the ClassLoader. 19:41:17.190 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:41:17.191 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotRadio' is not accessible through the ClassLoader. 19:41:17.191 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:41:17.191 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotCLabel' is not accessible through the ClassLoader. 19:41:17.191 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:41:17.191 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotRadio' is not accessible through the ClassLoader. 19:41:17.191 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:41:17.192 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotCLabel' is not accessible through the ClassLoader. 19:41:17.192 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:41:17.192 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotCLabel' is not accessible through the ClassLoader. 19:41:17.192 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:41:17.192 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotTabItem' is not accessible through the ClassLoader. 19:41:17.193 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:41:17.193 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotTabItem' is not accessible through the ClassLoader. 19:41:17.193 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:41:17.193 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotCheckBox' is not accessible through the ClassLoader. 19:41:17.193 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:41:17.194 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotCheckBox' is not accessible through the ClassLoader. 19:41:17.194 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:41:17.194 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotCheckBox' is not accessible through the ClassLoader. 19:41:17.194 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:41:17.194 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotCheckBox' is not accessible through the ClassLoader. 19:41:17.194 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:41:17.195 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotButton' is not accessible through the ClassLoader. 19:41:17.195 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:41:17.195 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotCTabItem' is not accessible through the ClassLoader. 19:41:17.195 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:41:17.195 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:41:17.195 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBotAssert' is not accessible through the ClassLoader. 19:41:17.196 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:41:17.196 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotCTabItem' is not accessible through the ClassLoader. 19:41:17.196 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotMenu' is not accessible through the ClassLoader. 19:41:17.196 WARN - Class 'org/eclipse/swtbot/swt/finder/utils/SWTUtils' is not accessible through the ClassLoader. 19:41:17.196 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:41:17.197 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:41:17.197 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:41:17.197 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:41:17.197 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:41:17.197 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotCanvas' is not accessible through the ClassLoader. 19:41:17.198 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotText' is not accessible through the ClassLoader. 19:41:17.198 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:41:17.198 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotCanvas' is not accessible through the ClassLoader. 19:41:17.198 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotText' is not accessible through the ClassLoader. 19:41:17.198 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:41:17.198 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotCanvas' is not accessible through the ClassLoader. 19:41:17.199 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotText' is not accessible through the ClassLoader. 19:41:17.199 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:41:17.199 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotCanvas' is not accessible through the ClassLoader. 19:41:17.199 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotText' is not accessible through the ClassLoader. 19:41:17.199 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:41:17.199 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotTabItem' is not accessible through the ClassLoader. 19:41:17.200 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:41:17.200 WARN - Class 'org/eclipse/swtbot/swt/finder/finders/ControlFinder' is not accessible through the ClassLoader. 19:41:17.200 WARN - Class 'org/eclipse/swtbot/swt/finder/matchers/WidgetMatcherFactory' is not accessible through the ClassLoader. 19:41:17.200 WARN - Class 'org/eclipse/swtbot/swt/finder/finders/ControlFinder' is not accessible through the ClassLoader. 19:41:17.201 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotText' is not accessible through the ClassLoader. 19:41:17.201 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotText' is not accessible through the ClassLoader. 19:41:17.201 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:41:17.201 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotCheckBox' is not accessible through the ClassLoader. 19:41:17.201 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:41:17.201 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotCheckBox' is not accessible through the ClassLoader. 19:41:17.202 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:41:17.202 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotCheckBox' is not accessible through the ClassLoader. 19:41:17.202 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:41:17.202 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotButton' is not accessible through the ClassLoader. 19:41:17.202 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBotTestCase' is not accessible through the ClassLoader. 19:41:17.202 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:41:17.203 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotCheckBox' is not accessible through the ClassLoader. 19:41:17.203 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:41:17.203 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotButton' is not accessible through the ClassLoader. 19:41:17.203 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:41:17.203 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotCheckBox' is not accessible through the ClassLoader. 19:41:17.203 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:41:17.204 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotButton' is not accessible through the ClassLoader. 19:41:17.204 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:41:17.204 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBotTestCase' is not accessible through the ClassLoader. 19:41:17.204 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:41:17.204 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBotTestCase' is not accessible through the ClassLoader. 19:41:17.205 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:41:17.205 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBotTestCase' is not accessible through the ClassLoader. 19:41:17.205 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:41:17.205 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBotTestCase' is not accessible through the ClassLoader. 19:41:17.205 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:41:17.205 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotTabItem' is not accessible through the ClassLoader. 19:41:17.206 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:41:17.206 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:41:17.206 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotTabItem' is not accessible through the ClassLoader. 19:41:17.206 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:41:17.206 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotCombo' is not accessible through the ClassLoader. 19:41:17.207 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotCombo' is not accessible through the ClassLoader. 19:41:17.207 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:41:17.207 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotTabItem' is not accessible through the ClassLoader. 19:41:17.207 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:41:17.207 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotCombo' is not accessible through the ClassLoader. 19:41:17.207 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotCombo' is not accessible through the ClassLoader. 19:41:17.208 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:41:17.208 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotCombo' is not accessible through the ClassLoader. 19:41:17.208 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotCombo' is not accessible through the ClassLoader. 19:41:17.208 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotCombo' is not accessible through the ClassLoader. 19:41:17.208 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:41:17.208 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotCombo' is not accessible through the ClassLoader. 19:41:17.209 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:41:17.209 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotCombo' is not accessible through the ClassLoader. 19:41:17.209 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:41:17.209 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotCheckBox' is not accessible through the ClassLoader. 19:41:17.209 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:41:17.209 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotCombo' is not accessible through the ClassLoader. 19:41:17.210 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotCombo' is not accessible through the ClassLoader. 19:41:17.210 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:41:17.210 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotCheckBox' is not accessible through the ClassLoader. 19:41:17.210 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:41:17.210 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotCheckBox' is not accessible through the ClassLoader. 19:41:17.210 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:41:17.211 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotButton' is not accessible through the ClassLoader. 19:41:17.211 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:41:17.211 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotCombo' is not accessible through the ClassLoader. 19:41:17.211 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotCombo' is not accessible through the ClassLoader. 19:41:17.211 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotCombo' is not accessible through the ClassLoader. 19:41:17.211 WARN - Class 'org/eclipse/swtbot/swt/finder/utils/SWTUtils' is not accessible through the ClassLoader. 19:41:17.212 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:41:17.212 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:41:17.212 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:41:17.212 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:41:17.212 WARN - Class 'org/eclipse/swtbot/swt/finder/utils/SWTUtils' is not accessible through the ClassLoader. 19:41:17.212 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:41:17.213 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:41:17.213 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotCheckBox' is not accessible through the ClassLoader. 19:41:17.213 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:41:17.213 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotCombo' is not accessible through the ClassLoader. 19:41:17.213 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:41:17.214 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotCheckBox' is not accessible through the ClassLoader. 19:41:17.214 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:41:17.214 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotCheckBox' is not accessible through the ClassLoader. 19:41:17.214 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:41:17.214 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotCheckBox' is not accessible through the ClassLoader. 19:41:17.214 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:41:17.215 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotCombo' is not accessible through the ClassLoader. 19:41:17.215 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotCombo' is not accessible through the ClassLoader. 19:41:17.215 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotCombo' is not accessible through the ClassLoader. 19:41:17.215 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotCombo' is not accessible through the ClassLoader. 19:41:17.215 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotCombo' is not accessible through the ClassLoader. 19:41:17.215 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotCombo' is not accessible through the ClassLoader. 19:41:17.216 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotCombo' is not accessible through the ClassLoader. 19:41:17.216 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotCombo' is not accessible through the ClassLoader. 19:41:17.216 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:41:17.216 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotTabItem' is not accessible through the ClassLoader. 19:41:17.218 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotDateTime' is not accessible through the ClassLoader. 19:41:17.218 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotDateTime' is not accessible through the ClassLoader. 19:41:17.219 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotDateTime' is not accessible through the ClassLoader. 19:41:17.219 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotDateTime' is not accessible through the ClassLoader. 19:41:17.219 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotDateTime' is not accessible through the ClassLoader. 19:41:17.219 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotDateTime' is not accessible through the ClassLoader. 19:41:17.220 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotDateTime' is not accessible through the ClassLoader. 19:41:17.220 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotDateTime' is not accessible through the ClassLoader. 19:41:17.220 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotDateTime' is not accessible through the ClassLoader. 19:41:17.220 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotDateTime' is not accessible through the ClassLoader. 19:41:17.220 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotDateTime' is not accessible through the ClassLoader. 19:41:17.221 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotDateTime' is not accessible through the ClassLoader. 19:41:17.221 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:41:17.221 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotCheckBox' is not accessible through the ClassLoader. 19:41:17.221 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:41:17.221 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotDateTime' is not accessible through the ClassLoader. 19:41:17.221 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:41:17.222 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotText' is not accessible through the ClassLoader. 19:41:17.222 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:41:17.223 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotTabItem' is not accessible through the ClassLoader. 19:41:17.223 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:41:17.223 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:41:17.223 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotExpandBar' is not accessible through the ClassLoader. 19:41:17.223 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:41:17.224 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotExpandBar' is not accessible through the ClassLoader. 19:41:17.224 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotExpandBar' is not accessible through the ClassLoader. 19:41:17.224 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:41:17.224 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotExpandBar' is not accessible through the ClassLoader. 19:41:17.252 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotExpandBar' is not accessible through the ClassLoader. 19:41:17.253 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotExpandBar' is not accessible through the ClassLoader. 19:41:17.253 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotExpandBar' is not accessible through the ClassLoader. 19:41:17.253 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotExpandItem' is not accessible through the ClassLoader. 19:41:17.253 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotExpandItem' is not accessible through the ClassLoader. 19:41:17.254 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotExpandItem' is not accessible through the ClassLoader. 19:41:17.254 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotExpandItem' is not accessible through the ClassLoader. 19:41:17.254 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:41:17.254 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotExpandBar' is not accessible through the ClassLoader. 19:41:17.254 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotExpandBar' is not accessible through the ClassLoader. 19:41:17.255 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotExpandBar' is not accessible through the ClassLoader. 19:41:17.255 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotExpandBar' is not accessible through the ClassLoader. 19:41:17.255 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotExpandItem' is not accessible through the ClassLoader. 19:41:17.255 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotExpandItem' is not accessible through the ClassLoader. 19:41:17.255 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotExpandItem' is not accessible through the ClassLoader. 19:41:17.256 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotExpandItem' is not accessible through the ClassLoader. 19:41:17.256 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:41:17.256 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotExpandBar' is not accessible through the ClassLoader. 19:41:17.256 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotExpandItem' is not accessible through the ClassLoader. 19:41:17.257 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotExpandItem' is not accessible through the ClassLoader. 19:41:17.257 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:41:17.257 WARN - Class 'org/eclipse/swtbot/swt/finder/matchers/WidgetMatcherFactory' is not accessible through the ClassLoader. 19:41:17.257 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotExpandBar' is not accessible through the ClassLoader. 19:41:17.258 WARN - Class 'org/eclipse/swtbot/swt/finder/exceptions/WidgetNotFoundException' is not accessible through the ClassLoader. 19:41:17.258 WARN - Class 'org/eclipse/swtbot/swt/finder/exceptions/WidgetNotFoundException' is not accessible through the ClassLoader. 19:41:17.258 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:41:17.258 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotCheckBox' is not accessible through the ClassLoader. 19:41:17.258 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:41:17.259 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotExpandBar' is not accessible through the ClassLoader. 19:41:17.259 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:41:17.259 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBotTestCase' is not accessible through the ClassLoader. 19:41:17.259 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBotTestCase' is not accessible through the ClassLoader. 19:41:17.259 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBotTestCase' is not accessible through the ClassLoader. 19:41:17.259 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBotTestCase' is not accessible through the ClassLoader. 19:41:17.260 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:41:17.260 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotButton' is not accessible through the ClassLoader. 19:41:17.260 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotExpandBar' is not accessible through the ClassLoader. 19:41:17.260 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBotTestCase' is not accessible through the ClassLoader. 19:41:17.260 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBotTestCase' is not accessible through the ClassLoader. 19:41:17.261 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBotTestCase' is not accessible through the ClassLoader. 19:41:17.261 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBotTestCase' is not accessible through the ClassLoader. 19:41:17.261 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:41:17.261 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotTabItem' is not accessible through the ClassLoader. 19:41:17.262 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:41:17.262 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:41:17.262 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotLabel' is not accessible through the ClassLoader. 19:41:17.263 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:41:17.263 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotRadio' is not accessible through the ClassLoader. 19:41:17.263 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:41:17.263 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotLabel' is not accessible through the ClassLoader. 19:41:17.264 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:41:17.264 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotRadio' is not accessible through the ClassLoader. 19:41:17.264 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:41:17.264 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotLabel' is not accessible through the ClassLoader. 19:41:17.264 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:41:17.265 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotLabel' is not accessible through the ClassLoader. 19:41:17.265 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:41:17.265 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotTabItem' is not accessible through the ClassLoader. 19:41:17.265 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:41:17.265 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotCheckBox' is not accessible through the ClassLoader. 19:41:17.266 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotLink' is not accessible through the ClassLoader. 19:41:17.266 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotLink' is not accessible through the ClassLoader. 19:41:17.266 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotLink' is not accessible through the ClassLoader. 19:41:17.266 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotLink' is not accessible through the ClassLoader. 19:41:17.267 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotLink' is not accessible through the ClassLoader. 19:41:17.267 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotLink' is not accessible through the ClassLoader. 19:41:17.267 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:41:17.267 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotTabItem' is not accessible through the ClassLoader. 19:41:17.268 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:41:17.268 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotCheckBox' is not accessible through the ClassLoader. 19:41:17.268 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:41:17.268 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotButton' is not accessible through the ClassLoader. 19:41:17.269 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:41:17.269 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:41:17.270 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:41:17.270 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:41:17.270 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotList' is not accessible through the ClassLoader. 19:41:17.270 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotList' is not accessible through the ClassLoader. 19:41:17.271 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotList' is not accessible through the ClassLoader. 19:41:17.271 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:41:17.271 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotList' is not accessible through the ClassLoader. 19:41:17.271 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotList' is not accessible through the ClassLoader. 19:41:17.271 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotList' is not accessible through the ClassLoader. 19:41:17.271 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:41:17.272 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotRadio' is not accessible through the ClassLoader. 19:41:17.272 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:41:17.272 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotList' is not accessible through the ClassLoader. 19:41:17.273 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotList' is not accessible through the ClassLoader. 19:41:17.273 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotList' is not accessible through the ClassLoader. 19:41:17.273 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotList' is not accessible through the ClassLoader. 19:41:17.273 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotList' is not accessible through the ClassLoader. 19:41:17.274 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:41:17.274 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotRadio' is not accessible through the ClassLoader. 19:41:17.274 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:41:17.274 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotList' is not accessible through the ClassLoader. 19:41:17.275 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotList' is not accessible through the ClassLoader. 19:41:17.275 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotList' is not accessible through the ClassLoader. 19:41:17.275 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotList' is not accessible through the ClassLoader. 19:41:17.275 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotList' is not accessible through the ClassLoader. 19:41:17.276 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:41:17.276 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotList' is not accessible through the ClassLoader. 19:41:17.276 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotList' is not accessible through the ClassLoader. 19:41:17.276 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotList' is not accessible through the ClassLoader. 19:41:17.277 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:41:17.277 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotRadio' is not accessible through the ClassLoader. 19:41:17.277 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:41:17.278 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotList' is not accessible through the ClassLoader. 19:41:17.278 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotList' is not accessible through the ClassLoader. 19:41:17.278 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotList' is not accessible through the ClassLoader. 19:41:17.278 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotList' is not accessible through the ClassLoader. 19:41:17.279 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotList' is not accessible through the ClassLoader. 19:41:17.279 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotList' is not accessible through the ClassLoader. 19:41:17.279 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotList' is not accessible through the ClassLoader. 19:41:17.279 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotList' is not accessible through the ClassLoader. 19:41:17.280 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:41:17.280 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotList' is not accessible through the ClassLoader. 19:41:17.280 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:41:17.280 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotList' is not accessible through the ClassLoader. 19:41:17.281 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:41:17.281 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:41:17.281 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotCheckBox' is not accessible through the ClassLoader. 19:41:17.281 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:41:17.282 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotButton' is not accessible through the ClassLoader. 19:41:17.282 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:41:17.282 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:41:17.282 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBotTestCase' is not accessible through the ClassLoader. 19:41:17.283 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotList' is not accessible through the ClassLoader. 19:41:17.283 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:41:17.283 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotRadio' is not accessible through the ClassLoader. 19:41:17.283 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:41:17.284 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotCheckBox' is not accessible through the ClassLoader. 19:41:17.284 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:41:17.284 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotButton' is not accessible through the ClassLoader. 19:41:17.285 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:41:17.285 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:41:17.285 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBotTestCase' is not accessible through the ClassLoader. 19:41:17.285 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotList' is not accessible through the ClassLoader. 19:41:17.286 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:41:17.286 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotRadio' is not accessible through the ClassLoader. 19:41:17.286 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:41:17.286 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotCheckBox' is not accessible through the ClassLoader. 19:41:17.287 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:41:17.287 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotButton' is not accessible through the ClassLoader. 19:41:17.287 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:41:17.287 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:41:17.288 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotList' is not accessible through the ClassLoader. 19:41:17.288 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBotTestCase' is not accessible through the ClassLoader. 19:41:17.288 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotList' is not accessible through the ClassLoader. 19:41:17.288 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:41:17.289 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotButton' is not accessible through the ClassLoader. 19:41:17.289 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBotTestCase' is not accessible through the ClassLoader. 19:41:17.289 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotList' is not accessible through the ClassLoader. 19:41:17.289 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:41:17.289 WARN - Class 'org/eclipse/swtbot/swt/finder/utils/SWTUtils' is not accessible through the ClassLoader. 19:41:17.289 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBotAssert' is not accessible through the ClassLoader. 19:41:17.290 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBotAssert' is not accessible through the ClassLoader. 19:41:17.290 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBotAssert' is not accessible through the ClassLoader. 19:41:17.290 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBotAssert' is not accessible through the ClassLoader. 19:41:17.290 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBotAssert' is not accessible through the ClassLoader. 19:41:17.290 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBotAssert' is not accessible through the ClassLoader. 19:41:17.290 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBotAssert' is not accessible through the ClassLoader. 19:41:17.291 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBotAssert' is not accessible through the ClassLoader. 19:41:17.291 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBotAssert' is not accessible through the ClassLoader. 19:41:17.291 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBotAssert' is not accessible through the ClassLoader. 19:41:17.291 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBotAssert' is not accessible through the ClassLoader. 19:41:17.291 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBotAssert' is not accessible through the ClassLoader. 19:41:17.291 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBotAssert' is not accessible through the ClassLoader. 19:41:17.292 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBotAssert' is not accessible through the ClassLoader. 19:41:17.292 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBotAssert' is not accessible through the ClassLoader. 19:41:17.292 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:41:17.292 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBotTestCase' is not accessible through the ClassLoader. 19:41:17.292 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBotTestCase' is not accessible through the ClassLoader. 19:41:17.293 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBotTestCase' is not accessible through the ClassLoader. 19:41:17.293 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBotTestCase' is not accessible through the ClassLoader. 19:41:17.293 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBotTestCase' is not accessible through the ClassLoader. 19:41:17.293 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBotTestCase' is not accessible through the ClassLoader. 19:41:17.293 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:41:17.293 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:41:17.294 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotCheckBox' is not accessible through the ClassLoader. 19:41:17.294 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:41:17.294 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotButton' is not accessible through the ClassLoader. 19:41:17.294 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:41:17.294 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:41:17.294 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBotTestCase' is not accessible through the ClassLoader. 19:41:17.295 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotList' is not accessible through the ClassLoader. 19:41:17.295 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotList' is not accessible through the ClassLoader. 19:41:17.295 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotList' is not accessible through the ClassLoader. 19:41:17.295 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:41:17.295 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:41:17.296 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotList' is not accessible through the ClassLoader. 19:41:17.296 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:41:17.296 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:41:17.296 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotList' is not accessible through the ClassLoader. 19:41:17.297 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:41:17.297 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:41:17.297 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotRadio' is not accessible through the ClassLoader. 19:41:17.297 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:41:17.298 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotList' is not accessible through the ClassLoader. 19:41:17.298 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:41:17.298 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:41:17.298 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotRadio' is not accessible through the ClassLoader. 19:41:17.299 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:41:17.299 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotList' is not accessible through the ClassLoader. 19:41:17.299 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:41:17.299 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotTabItem' is not accessible through the ClassLoader. 19:41:17.300 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:41:17.300 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotButton' is not accessible through the ClassLoader. 19:41:17.300 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:41:17.301 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotShell' is not accessible through the ClassLoader. 19:41:17.301 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotShell' is not accessible through the ClassLoader. 19:41:17.301 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:41:17.301 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotTable' is not accessible through the ClassLoader. 19:41:17.301 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotTableItem' is not accessible through the ClassLoader. 19:41:17.302 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:41:17.302 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotButton' is not accessible through the ClassLoader. 19:41:17.302 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:41:17.303 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotButton' is not accessible through the ClassLoader. 19:41:17.303 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:41:17.304 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotRootMenu' is not accessible through the ClassLoader. 19:41:17.304 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotMenu' is not accessible through the ClassLoader. 19:41:17.304 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotMenu' is not accessible through the ClassLoader. 19:41:17.304 WARN - Class 'org/eclipse/swtbot/swt/finder/utils/SWTUtils' is not accessible through the ClassLoader. 19:41:17.305 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:41:17.305 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotRootMenu' is not accessible through the ClassLoader. 19:41:17.305 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotMenu' is not accessible through the ClassLoader. 19:41:17.306 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotMenu' is not accessible through the ClassLoader. 19:41:17.306 WARN - Class 'org/eclipse/swtbot/swt/finder/utils/SWTUtils' is not accessible through the ClassLoader. 19:41:17.306 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:41:17.306 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotRootMenu' is not accessible through the ClassLoader. 19:41:17.306 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotMenu' is not accessible through the ClassLoader. 19:41:17.307 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotMenu' is not accessible through the ClassLoader. 19:41:17.307 WARN - Class 'org/eclipse/swtbot/swt/finder/utils/SWTUtils' is not accessible through the ClassLoader. 19:41:17.307 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:41:17.307 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotRootMenu' is not accessible through the ClassLoader. 19:41:17.307 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotMenu' is not accessible through the ClassLoader. 19:41:17.308 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotMenu' is not accessible through the ClassLoader. 19:41:17.308 WARN - Class 'org/eclipse/swtbot/swt/finder/utils/SWTUtils' is not accessible through the ClassLoader. 19:41:17.308 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:41:17.308 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotRootMenu' is not accessible through the ClassLoader. 19:41:17.308 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotMenu' is not accessible through the ClassLoader. 19:41:17.308 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotMenu' is not accessible through the ClassLoader. 19:41:17.309 WARN - Class 'org/eclipse/swtbot/swt/finder/utils/SWTUtils' is not accessible through the ClassLoader. 19:41:17.309 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:41:17.309 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotRootMenu' is not accessible through the ClassLoader. 19:41:17.309 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotMenu' is not accessible through the ClassLoader. 19:41:17.309 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotMenu' is not accessible through the ClassLoader. 19:41:17.310 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotMenu' is not accessible through the ClassLoader. 19:41:17.310 WARN - Class 'org/eclipse/swtbot/swt/finder/utils/SWTUtils' is not accessible through the ClassLoader. 19:41:17.310 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:41:17.310 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotRootMenu' is not accessible through the ClassLoader. 19:41:17.310 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotMenu' is not accessible through the ClassLoader. 19:41:17.310 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotMenu' is not accessible through the ClassLoader. 19:41:17.311 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotMenu' is not accessible through the ClassLoader. 19:41:17.311 WARN - Class 'org/eclipse/swtbot/swt/finder/utils/SWTUtils' is not accessible through the ClassLoader. 19:41:17.311 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:41:17.311 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotRootMenu' is not accessible through the ClassLoader. 19:41:17.311 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotMenu' is not accessible through the ClassLoader. 19:41:17.311 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotMenu' is not accessible through the ClassLoader. 19:41:17.312 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotMenu' is not accessible through the ClassLoader. 19:41:17.312 WARN - Class 'org/eclipse/swtbot/swt/finder/utils/SWTUtils' is not accessible through the ClassLoader. 19:41:17.312 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:41:17.312 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotRootMenu' is not accessible through the ClassLoader. 19:41:17.312 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotMenu' is not accessible through the ClassLoader. 19:41:17.312 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotMenu' is not accessible through the ClassLoader. 19:41:17.313 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotMenu' is not accessible through the ClassLoader. 19:41:17.313 WARN - Class 'org/eclipse/swtbot/swt/finder/utils/SWTUtils' is not accessible through the ClassLoader. 19:41:17.313 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:41:17.313 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotRootMenu' is not accessible through the ClassLoader. 19:41:17.313 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotMenu' is not accessible through the ClassLoader. 19:41:17.313 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotMenu' is not accessible through the ClassLoader. 19:41:17.314 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotMenu' is not accessible through the ClassLoader. 19:41:17.314 WARN - Class 'org/eclipse/swtbot/swt/finder/utils/SWTUtils' is not accessible through the ClassLoader. 19:41:17.314 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:41:17.314 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotRootMenu' is not accessible through the ClassLoader. 19:41:17.314 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotMenu' is not accessible through the ClassLoader. 19:41:17.314 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotMenu' is not accessible through the ClassLoader. 19:41:17.315 WARN - Class 'org/eclipse/swtbot/swt/finder/utils/SWTUtils' is not accessible through the ClassLoader. 19:41:17.315 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:41:17.315 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotRootMenu' is not accessible through the ClassLoader. 19:41:17.315 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotMenu' is not accessible through the ClassLoader. 19:41:17.315 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotMenu' is not accessible through the ClassLoader. 19:41:17.315 WARN - Class 'org/eclipse/swtbot/swt/finder/utils/SWTUtils' is not accessible through the ClassLoader. 19:41:17.315 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:41:17.316 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotRootMenu' is not accessible through the ClassLoader. 19:41:17.316 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotMenu' is not accessible through the ClassLoader. 19:41:17.316 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotMenu' is not accessible through the ClassLoader. 19:41:17.316 WARN - Class 'org/eclipse/swtbot/swt/finder/utils/SWTUtils' is not accessible through the ClassLoader. 19:41:17.316 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:41:17.317 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotRootMenu' is not accessible through the ClassLoader. 19:41:17.317 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotMenu' is not accessible through the ClassLoader. 19:41:17.317 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotMenu' is not accessible through the ClassLoader. 19:41:17.317 WARN - Class 'org/eclipse/swtbot/swt/finder/utils/SWTUtils' is not accessible through the ClassLoader. 19:41:17.317 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:41:17.317 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotMenu' is not accessible through the ClassLoader. 19:41:17.318 WARN - Class 'org/eclipse/swtbot/swt/finder/utils/SWTUtils' is not accessible through the ClassLoader. 19:41:17.318 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:41:17.318 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotRootMenu' is not accessible through the ClassLoader. 19:41:17.318 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotMenu' is not accessible through the ClassLoader. 19:41:17.318 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotMenu' is not accessible through the ClassLoader. 19:41:17.319 WARN - Class 'org/eclipse/swtbot/swt/finder/utils/SWTUtils' is not accessible through the ClassLoader. 19:41:17.319 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:41:17.319 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotRootMenu' is not accessible through the ClassLoader. 19:41:17.319 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotMenu' is not accessible through the ClassLoader. 19:41:17.320 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotMenu' is not accessible through the ClassLoader. 19:41:17.320 WARN - Class 'org/eclipse/swtbot/swt/finder/utils/SWTUtils' is not accessible through the ClassLoader. 19:41:17.320 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:41:17.320 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotRootMenu' is not accessible through the ClassLoader. 19:41:17.321 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotMenu' is not accessible through the ClassLoader. 19:41:17.321 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotMenu' is not accessible through the ClassLoader. 19:41:17.321 WARN - Class 'org/eclipse/swtbot/swt/finder/utils/SWTUtils' is not accessible through the ClassLoader. 19:41:17.321 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:41:17.322 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotRootMenu' is not accessible through the ClassLoader. 19:41:17.322 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:41:17.322 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotButton' is not accessible through the ClassLoader. 19:41:17.322 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotMenu' is not accessible through the ClassLoader. 19:41:17.322 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotText' is not accessible through the ClassLoader. 19:41:17.323 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:41:17.323 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotButton' is not accessible through the ClassLoader. 19:41:17.323 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotMenu' is not accessible through the ClassLoader. 19:41:17.323 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotText' is not accessible through the ClassLoader. 19:41:17.324 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotText' is not accessible through the ClassLoader. 19:41:17.324 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotText' is not accessible through the ClassLoader. 19:41:17.324 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:41:17.324 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotRootMenu' is not accessible through the ClassLoader. 19:41:17.325 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:41:17.325 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotButton' is not accessible through the ClassLoader. 19:41:17.325 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotMenu' is not accessible through the ClassLoader. 19:41:17.325 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotText' is not accessible through the ClassLoader. 19:41:17.326 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotText' is not accessible through the ClassLoader. 19:41:17.326 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:41:17.326 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotButton' is not accessible through the ClassLoader. 19:41:17.326 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotMenu' is not accessible through the ClassLoader. 19:41:17.327 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotText' is not accessible through the ClassLoader. 19:41:17.327 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotText' is not accessible through the ClassLoader. 19:41:17.327 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:41:17.327 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotButton' is not accessible through the ClassLoader. 19:41:17.353 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotMenu' is not accessible through the ClassLoader. 19:41:17.353 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotText' is not accessible through the ClassLoader. 19:41:17.353 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:41:17.354 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotButton' is not accessible through the ClassLoader. 19:41:17.354 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotMenu' is not accessible through the ClassLoader. 19:41:17.354 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotText' is not accessible through the ClassLoader. 19:41:17.354 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotText' is not accessible through the ClassLoader. 19:41:17.355 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotText' is not accessible through the ClassLoader. 19:41:17.355 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotText' is not accessible through the ClassLoader. 19:41:17.355 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotText' is not accessible through the ClassLoader. 19:41:17.355 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:41:17.356 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotMenu' is not accessible through the ClassLoader. 19:41:17.356 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotMenu' is not accessible through the ClassLoader. 19:41:17.356 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:41:17.356 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotMenu' is not accessible through the ClassLoader. 19:41:17.357 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotMenu' is not accessible through the ClassLoader. 19:41:17.357 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:41:17.357 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotMenu' is not accessible through the ClassLoader. 19:41:17.357 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotMenu' is not accessible through the ClassLoader. 19:41:17.358 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:41:17.358 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotMenu' is not accessible through the ClassLoader. 19:41:17.358 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:41:17.358 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotMenu' is not accessible through the ClassLoader. 19:41:17.359 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:41:17.359 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotMenu' is not accessible through the ClassLoader. 19:41:17.359 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotMenu' is not accessible through the ClassLoader. 19:41:17.359 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotMenu' is not accessible through the ClassLoader. 19:41:17.359 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:41:17.360 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotMenu' is not accessible through the ClassLoader. 19:41:17.360 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotMenu' is not accessible through the ClassLoader. 19:41:17.360 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotMenu' is not accessible through the ClassLoader. 19:41:17.361 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:41:17.361 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotMenu' is not accessible through the ClassLoader. 19:41:17.361 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotMenu' is not accessible through the ClassLoader. 19:41:17.361 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotMenu' is not accessible through the ClassLoader. 19:41:17.362 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:41:17.362 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotRootMenu' is not accessible through the ClassLoader. 19:41:17.362 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotRootMenu' is not accessible through the ClassLoader. 19:41:17.362 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotMenu' is not accessible through the ClassLoader. 19:41:17.363 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotMenu' is not accessible through the ClassLoader. 19:41:17.363 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotMenu' is not accessible through the ClassLoader. 19:41:17.363 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:41:17.363 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:41:17.364 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotShell' is not accessible through the ClassLoader. 19:41:17.364 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:41:17.364 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotTabItem' is not accessible through the ClassLoader. 19:41:17.364 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:41:17.365 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotCheckBox' is not accessible through the ClassLoader. 19:41:17.365 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:41:17.365 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:41:17.365 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotCheckBox' is not accessible through the ClassLoader. 19:41:17.366 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:41:17.366 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotCheckBox' is not accessible through the ClassLoader. 19:41:17.366 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:41:17.366 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotCheckBox' is not accessible through the ClassLoader. 19:41:17.367 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:41:17.367 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotCheckBox' is not accessible through the ClassLoader. 19:41:17.367 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:41:17.367 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotCheckBox' is not accessible through the ClassLoader. 19:41:17.368 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:41:17.368 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotCheckBox' is not accessible through the ClassLoader. 19:41:17.368 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:41:17.368 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotCheckBox' is not accessible through the ClassLoader. 19:41:17.369 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:41:17.369 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotCheckBox' is not accessible through the ClassLoader. 19:41:17.369 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:41:17.369 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotCheckBox' is not accessible through the ClassLoader. 19:41:17.370 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:41:17.370 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotCheckBox' is not accessible through the ClassLoader. 19:41:17.370 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:41:17.370 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotCheckBox' is not accessible through the ClassLoader. 19:41:17.371 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:41:17.371 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotCheckBox' is not accessible through the ClassLoader. 19:41:17.371 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:41:17.371 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotCheckBox' is not accessible through the ClassLoader. 19:41:17.372 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:41:17.372 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotButton' is not accessible through the ClassLoader. 19:41:17.372 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:41:17.372 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotShell' is not accessible through the ClassLoader. 19:41:17.373 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:41:17.373 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotCheckBox' is not accessible through the ClassLoader. 19:41:17.373 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:41:17.373 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotCheckBox' is not accessible through the ClassLoader. 19:41:17.373 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:41:17.373 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotButton' is not accessible through the ClassLoader. 19:41:17.374 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:41:17.374 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotShell' is not accessible through the ClassLoader. 19:41:17.374 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:41:17.374 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotButton' is not accessible through the ClassLoader. 19:41:17.374 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:41:17.374 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotButton' is not accessible through the ClassLoader. 19:41:17.375 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:41:17.375 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBotTestCase' is not accessible through the ClassLoader. 19:41:17.375 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:41:17.375 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotMenu' is not accessible through the ClassLoader. 19:41:17.376 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBotTestCase' is not accessible through the ClassLoader. 19:41:17.376 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:41:17.376 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:41:17.376 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotMenu' is not accessible through the ClassLoader. 19:41:17.376 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:41:17.376 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:41:17.377 WARN - Class 'org/eclipse/swtbot/swt/finder/finders/MenuFinder' is not accessible through the ClassLoader. 19:41:17.377 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBotTestCase' is not accessible through the ClassLoader. 19:41:17.377 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:41:17.378 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotMenu' is not accessible through the ClassLoader. 19:41:17.378 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBotTestCase' is not accessible through the ClassLoader. 19:41:17.378 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBotTestCase' is not accessible through the ClassLoader. 19:41:17.378 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBotTestCase' is not accessible through the ClassLoader. 19:41:17.379 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotMenu' is not accessible through the ClassLoader. 19:41:17.379 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotMenu' is not accessible through the ClassLoader. 19:41:17.379 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBotTestCase' is not accessible through the ClassLoader. 19:41:17.379 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBotTestCase' is not accessible through the ClassLoader. 19:41:17.379 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBotTestCase' is not accessible through the ClassLoader. 19:41:17.380 WARN - Class 'org/eclipse/swt/examples/addressbook/AddressBook' is not accessible through the ClassLoader. 19:41:17.380 WARN - Class 'org/eclipse/swt/examples/addressbook/AddressBook' is not accessible through the ClassLoader. 19:41:17.380 WARN - Class 'org/eclipse/swt/examples/addressbook/AddressBook' is not accessible through the ClassLoader. 19:41:17.381 WARN - Class 'org/eclipse/swt/examples/addressbook/AddressBook' is not accessible through the ClassLoader. 19:41:17.381 WARN - Class 'org/eclipse/swt/examples/addressbook/AddressBook' is not accessible through the ClassLoader. 19:41:17.382 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotShell' is not accessible through the ClassLoader. 19:41:17.382 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotRootMenu' is not accessible through the ClassLoader. 19:41:17.382 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotMenu' is not accessible through the ClassLoader. 19:41:17.382 WARN - Class 'org/eclipse/swtbot/swt/finder/utils/SWTUtils' is not accessible through the ClassLoader. 19:41:17.383 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotShell' is not accessible through the ClassLoader. 19:41:17.383 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotRootMenu' is not accessible through the ClassLoader. 19:41:17.383 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotMenu' is not accessible through the ClassLoader. 19:41:17.383 WARN - Class 'org/eclipse/swtbot/swt/finder/utils/SWTUtils' is not accessible through the ClassLoader. 19:41:17.384 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotShell' is not accessible through the ClassLoader. 19:41:17.384 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotRootMenu' is not accessible through the ClassLoader. 19:41:17.384 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotMenu' is not accessible through the ClassLoader. 19:41:17.384 WARN - Class 'org/eclipse/swtbot/swt/finder/utils/SWTUtils' is not accessible through the ClassLoader. 19:41:17.385 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotShell' is not accessible through the ClassLoader. 19:41:17.385 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotRootMenu' is not accessible through the ClassLoader. 19:41:17.385 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotMenu' is not accessible through the ClassLoader. 19:41:17.385 WARN - Class 'org/eclipse/swtbot/swt/finder/utils/SWTUtils' is not accessible through the ClassLoader. 19:41:17.386 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotShell' is not accessible through the ClassLoader. 19:41:17.387 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotRootMenu' is not accessible through the ClassLoader. 19:41:17.387 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotMenu' is not accessible through the ClassLoader. 19:41:17.387 WARN - Class 'org/eclipse/swtbot/swt/finder/utils/SWTUtils' is not accessible through the ClassLoader. 19:41:17.387 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotShell' is not accessible through the ClassLoader. 19:41:17.388 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotRootMenu' is not accessible through the ClassLoader. 19:41:17.388 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotMenu' is not accessible through the ClassLoader. 19:41:17.388 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotMenu' is not accessible through the ClassLoader. 19:41:17.388 WARN - Class 'org/eclipse/swtbot/swt/finder/utils/SWTUtils' is not accessible through the ClassLoader. 19:41:17.389 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotShell' is not accessible through the ClassLoader. 19:41:17.389 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotRootMenu' is not accessible through the ClassLoader. 19:41:17.389 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotMenu' is not accessible through the ClassLoader. 19:41:17.389 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotMenu' is not accessible through the ClassLoader. 19:41:17.389 WARN - Class 'org/eclipse/swtbot/swt/finder/utils/SWTUtils' is not accessible through the ClassLoader. 19:41:17.390 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotShell' is not accessible through the ClassLoader. 19:41:17.390 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotRootMenu' is not accessible through the ClassLoader. 19:41:17.390 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotMenu' is not accessible through the ClassLoader. 19:41:17.390 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotMenu' is not accessible through the ClassLoader. 19:41:17.390 WARN - Class 'org/eclipse/swtbot/swt/finder/utils/SWTUtils' is not accessible through the ClassLoader. 19:41:17.390 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotShell' is not accessible through the ClassLoader. 19:41:17.391 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotRootMenu' is not accessible through the ClassLoader. 19:41:17.391 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotMenu' is not accessible through the ClassLoader. 19:41:17.391 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotMenu' is not accessible through the ClassLoader. 19:41:17.392 WARN - Class 'org/eclipse/swtbot/swt/finder/utils/SWTUtils' is not accessible through the ClassLoader. 19:41:17.392 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotShell' is not accessible through the ClassLoader. 19:41:17.392 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotRootMenu' is not accessible through the ClassLoader. 19:41:17.392 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotMenu' is not accessible through the ClassLoader. 19:41:17.393 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotMenu' is not accessible through the ClassLoader. 19:41:17.393 WARN - Class 'org/eclipse/swtbot/swt/finder/utils/SWTUtils' is not accessible through the ClassLoader. 19:41:17.393 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotShell' is not accessible through the ClassLoader. 19:41:17.393 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotRootMenu' is not accessible through the ClassLoader. 19:41:17.393 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotMenu' is not accessible through the ClassLoader. 19:41:17.394 WARN - Class 'org/eclipse/swtbot/swt/finder/utils/SWTUtils' is not accessible through the ClassLoader. 19:41:17.394 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotShell' is not accessible through the ClassLoader. 19:41:17.394 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotRootMenu' is not accessible through the ClassLoader. 19:41:17.394 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotMenu' is not accessible through the ClassLoader. 19:41:17.395 WARN - Class 'org/eclipse/swtbot/swt/finder/utils/SWTUtils' is not accessible through the ClassLoader. 19:41:17.395 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotShell' is not accessible through the ClassLoader. 19:41:17.395 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotRootMenu' is not accessible through the ClassLoader. 19:41:17.396 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotMenu' is not accessible through the ClassLoader. 19:41:17.396 WARN - Class 'org/eclipse/swtbot/swt/finder/utils/SWTUtils' is not accessible through the ClassLoader. 19:41:17.396 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotShell' is not accessible through the ClassLoader. 19:41:17.396 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotRootMenu' is not accessible through the ClassLoader. 19:41:17.397 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotMenu' is not accessible through the ClassLoader. 19:41:17.397 WARN - Class 'org/eclipse/swtbot/swt/finder/utils/SWTUtils' is not accessible through the ClassLoader. 19:41:17.397 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotShell' is not accessible through the ClassLoader. 19:41:17.397 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotMenu' is not accessible through the ClassLoader. 19:41:17.398 WARN - Class 'org/eclipse/swtbot/swt/finder/utils/SWTUtils' is not accessible through the ClassLoader. 19:41:17.398 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotShell' is not accessible through the ClassLoader. 19:41:17.398 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotRootMenu' is not accessible through the ClassLoader. 19:41:17.398 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotMenu' is not accessible through the ClassLoader. 19:41:17.399 WARN - Class 'org/eclipse/swtbot/swt/finder/utils/SWTUtils' is not accessible through the ClassLoader. 19:41:17.399 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotShell' is not accessible through the ClassLoader. 19:41:17.399 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotRootMenu' is not accessible through the ClassLoader. 19:41:17.399 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotMenu' is not accessible through the ClassLoader. 19:41:17.400 WARN - Class 'org/eclipse/swtbot/swt/finder/utils/SWTUtils' is not accessible through the ClassLoader. 19:41:17.400 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotShell' is not accessible through the ClassLoader. 19:41:17.400 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotRootMenu' is not accessible through the ClassLoader. 19:41:17.400 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotMenu' is not accessible through the ClassLoader. 19:41:17.401 WARN - Class 'org/eclipse/swtbot/swt/finder/utils/SWTUtils' is not accessible through the ClassLoader. 19:41:17.401 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotShell' is not accessible through the ClassLoader. 19:41:17.401 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotText' is not accessible through the ClassLoader. 19:41:17.401 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotText' is not accessible through the ClassLoader. 19:41:17.401 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:41:17.402 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotButton' is not accessible through the ClassLoader. 19:41:17.402 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotRootMenu' is not accessible through the ClassLoader. 19:41:17.402 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotText' is not accessible through the ClassLoader. 19:41:17.403 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:41:17.403 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotButton' is not accessible through the ClassLoader. 19:41:17.403 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotMenu' is not accessible through the ClassLoader. 19:41:17.403 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotText' is not accessible through the ClassLoader. 19:41:17.404 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotText' is not accessible through the ClassLoader. 19:41:17.404 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotText' is not accessible through the ClassLoader. 19:41:17.404 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotShell' is not accessible through the ClassLoader. 19:41:17.404 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotText' is not accessible through the ClassLoader. 19:41:17.405 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotText' is not accessible through the ClassLoader. 19:41:17.405 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:41:17.405 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotButton' is not accessible through the ClassLoader. 19:41:17.405 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotRootMenu' is not accessible through the ClassLoader. 19:41:17.405 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotText' is not accessible through the ClassLoader. 19:41:17.406 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotText' is not accessible through the ClassLoader. 19:41:17.406 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:41:17.406 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotButton' is not accessible through the ClassLoader. 19:41:17.406 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotMenu' is not accessible through the ClassLoader. 19:41:17.406 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotText' is not accessible through the ClassLoader. 19:41:17.406 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotText' is not accessible through the ClassLoader. 19:41:17.407 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:41:17.407 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotButton' is not accessible through the ClassLoader. 19:41:17.407 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotMenu' is not accessible through the ClassLoader. 19:41:17.407 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotText' is not accessible through the ClassLoader. 19:41:17.408 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:41:17.408 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotButton' is not accessible through the ClassLoader. 19:41:17.408 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotMenu' is not accessible through the ClassLoader. 19:41:17.408 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotText' is not accessible through the ClassLoader. 19:41:17.409 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotText' is not accessible through the ClassLoader. 19:41:17.409 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotText' is not accessible through the ClassLoader. 19:41:17.409 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotText' is not accessible through the ClassLoader. 19:41:17.409 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotText' is not accessible through the ClassLoader. 19:41:17.410 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotShell' is not accessible through the ClassLoader. 19:41:17.410 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotMenu' is not accessible through the ClassLoader. 19:41:17.410 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotMenu' is not accessible through the ClassLoader. 19:41:17.410 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotShell' is not accessible through the ClassLoader. 19:41:17.411 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotMenu' is not accessible through the ClassLoader. 19:41:17.411 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotMenu' is not accessible through the ClassLoader. 19:41:17.411 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotShell' is not accessible through the ClassLoader. 19:41:17.411 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotMenu' is not accessible through the ClassLoader. 19:41:17.412 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotMenu' is not accessible through the ClassLoader. 19:41:17.412 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotShell' is not accessible through the ClassLoader. 19:41:17.412 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotMenu' is not accessible through the ClassLoader. 19:41:17.412 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotShell' is not accessible through the ClassLoader. 19:41:17.413 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotMenu' is not accessible through the ClassLoader. 19:41:17.413 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotShell' is not accessible through the ClassLoader. 19:41:17.413 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotMenu' is not accessible through the ClassLoader. 19:41:17.413 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotMenu' is not accessible through the ClassLoader. 19:41:17.414 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotMenu' is not accessible through the ClassLoader. 19:41:17.414 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotShell' is not accessible through the ClassLoader. 19:41:17.414 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotMenu' is not accessible through the ClassLoader. 19:41:17.414 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotMenu' is not accessible through the ClassLoader. 19:41:17.415 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotMenu' is not accessible through the ClassLoader. 19:41:17.415 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotShell' is not accessible through the ClassLoader. 19:41:17.415 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotMenu' is not accessible through the ClassLoader. 19:41:17.415 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotMenu' is not accessible through the ClassLoader. 19:41:17.416 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotMenu' is not accessible through the ClassLoader. 19:41:17.416 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotShell' is not accessible through the ClassLoader. 19:41:17.416 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotRootMenu' is not accessible through the ClassLoader. 19:41:17.417 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotRootMenu' is not accessible through the ClassLoader. 19:41:17.417 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotMenu' is not accessible through the ClassLoader. 19:41:17.417 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotMenu' is not accessible through the ClassLoader. 19:41:17.417 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotMenu' is not accessible through the ClassLoader. 19:41:17.418 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:41:17.418 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:41:17.418 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotShell' is not accessible through the ClassLoader. 19:41:17.418 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:41:17.419 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotTabItem' is not accessible through the ClassLoader. 19:41:17.419 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:41:17.419 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotCheckBox' is not accessible through the ClassLoader. 19:41:17.419 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:41:17.420 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:41:17.420 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotCheckBox' is not accessible through the ClassLoader. 19:41:17.420 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:41:17.420 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotCheckBox' is not accessible through the ClassLoader. 19:41:17.421 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:41:17.421 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotCheckBox' is not accessible through the ClassLoader. 19:41:17.421 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:41:17.421 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotCheckBox' is not accessible through the ClassLoader. 19:41:17.422 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:41:17.422 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotCheckBox' is not accessible through the ClassLoader. 19:41:17.422 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:41:17.422 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotCheckBox' is not accessible through the ClassLoader. 19:41:17.423 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:41:17.423 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotCheckBox' is not accessible through the ClassLoader. 19:41:17.423 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:41:17.423 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotCheckBox' is not accessible through the ClassLoader. 19:41:17.424 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:41:17.424 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotCheckBox' is not accessible through the ClassLoader. 19:41:17.424 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:41:17.424 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotCheckBox' is not accessible through the ClassLoader. 19:41:17.424 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:41:17.424 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotButton' is not accessible through the ClassLoader. 19:41:17.425 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:41:17.425 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:41:17.425 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotCheckBox' is not accessible through the ClassLoader. 19:41:17.425 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:41:17.425 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotCheckBox' is not accessible through the ClassLoader. 19:41:17.425 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:41:17.425 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotButton' is not accessible through the ClassLoader. 19:41:17.426 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:41:17.426 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:41:17.426 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotButton' is not accessible through the ClassLoader. 19:41:17.426 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:41:17.426 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotButton' is not accessible through the ClassLoader. 19:41:17.427 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:41:17.427 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:41:17.427 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:41:17.427 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:41:17.428 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotProgressBar' is not accessible through the ClassLoader. 19:41:17.428 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:41:17.428 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotProgressBar' is not accessible through the ClassLoader. 19:41:17.428 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:41:17.428 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotProgressBar' is not accessible through the ClassLoader. 19:41:17.453 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:41:17.453 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotProgressBar' is not accessible through the ClassLoader. 19:41:17.453 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:41:17.453 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotProgressBar' is not accessible through the ClassLoader. 19:41:17.453 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:41:17.454 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotSpinner' is not accessible through the ClassLoader. 19:41:17.454 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:41:17.454 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotSpinner' is not accessible through the ClassLoader. 19:41:17.454 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:41:17.455 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotSpinner' is not accessible through the ClassLoader. 19:41:17.455 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:41:17.455 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotProgressBar' is not accessible through the ClassLoader. 19:41:17.455 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:41:17.456 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotProgressBar' is not accessible through the ClassLoader. 19:41:17.456 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:41:17.456 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotProgressBar' is not accessible through the ClassLoader. 19:41:17.456 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:41:17.457 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotProgressBar' is not accessible through the ClassLoader. 19:41:17.457 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:41:17.457 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotCheckBox' is not accessible through the ClassLoader. 19:41:17.457 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:41:17.458 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotProgressBar' is not accessible through the ClassLoader. 19:41:17.458 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:41:17.458 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotProgressBar' is not accessible through the ClassLoader. 19:41:17.458 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:41:17.459 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotTabItem' is not accessible through the ClassLoader. 19:41:17.459 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:41:17.459 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotSpinner' is not accessible through the ClassLoader. 19:41:17.460 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:41:17.460 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotRadio' is not accessible through the ClassLoader. 19:41:17.460 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotText' is not accessible through the ClassLoader. 19:41:17.460 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:41:17.460 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotRadio' is not accessible through the ClassLoader. 19:41:17.460 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:41:17.461 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotRadio' is not accessible through the ClassLoader. 19:41:17.461 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotText' is not accessible through the ClassLoader. 19:41:17.461 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:41:17.461 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotRadio' is not accessible through the ClassLoader. 19:41:17.461 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:41:17.461 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBotTestCase' is not accessible through the ClassLoader. 19:41:17.462 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:41:17.462 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBotTestCase' is not accessible through the ClassLoader. 19:41:17.462 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:41:17.462 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBotTestCase' is not accessible through the ClassLoader. 19:41:17.462 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:41:17.462 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBotTestCase' is not accessible through the ClassLoader. 19:41:17.463 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:41:17.463 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotRadio' is not accessible through the ClassLoader. 19:41:17.463 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:41:17.463 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotRadio' is not accessible through the ClassLoader. 19:41:17.463 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:41:17.463 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotRadio' is not accessible through the ClassLoader. 19:41:17.464 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:41:17.464 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotRadio' is not accessible through the ClassLoader. 19:41:17.464 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:41:17.464 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotRadio' is not accessible through the ClassLoader. 19:41:17.464 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:41:17.464 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotRadio' is not accessible through the ClassLoader. 19:41:17.464 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:41:17.465 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotRadio' is not accessible through the ClassLoader. 19:41:17.465 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:41:17.465 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotRadio' is not accessible through the ClassLoader. 19:41:17.465 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:41:17.465 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotRadio' is not accessible through the ClassLoader. 19:41:17.466 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:41:17.466 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotTabItem' is not accessible through the ClassLoader. 19:41:17.466 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:41:17.466 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotRadio' is not accessible through the ClassLoader. 19:41:17.467 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:41:17.467 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:41:17.467 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotCheckBox' is not accessible through the ClassLoader. 19:41:17.467 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:41:17.468 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotButton' is not accessible through the ClassLoader. 19:41:17.468 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:41:17.468 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:41:17.469 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:41:17.469 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotSpinner' is not accessible through the ClassLoader. 19:41:17.469 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:41:17.470 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotScale' is not accessible through the ClassLoader. 19:41:17.470 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:41:17.470 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotScale' is not accessible through the ClassLoader. 19:41:17.471 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:41:17.471 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotScale' is not accessible through the ClassLoader. 19:41:17.471 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:41:17.471 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotSpinner' is not accessible through the ClassLoader. 19:41:17.471 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:41:17.472 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotSpinner' is not accessible through the ClassLoader. 19:41:17.472 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:41:17.472 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotScale' is not accessible through the ClassLoader. 19:41:17.472 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:41:17.472 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotScale' is not accessible through the ClassLoader. 19:41:17.472 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:41:17.473 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotSpinner' is not accessible through the ClassLoader. 19:41:17.473 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:41:17.473 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotSpinner' is not accessible through the ClassLoader. 19:41:17.473 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:41:17.473 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotScale' is not accessible through the ClassLoader. 19:41:17.473 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:41:17.474 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotScale' is not accessible through the ClassLoader. 19:41:17.474 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:41:17.474 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotTabItem' is not accessible through the ClassLoader. 19:41:17.474 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:41:17.474 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotSpinner' is not accessible through the ClassLoader. 19:41:17.474 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:41:17.475 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotSpinner' is not accessible through the ClassLoader. 19:41:17.475 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:41:17.475 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotSpinner' is not accessible through the ClassLoader. 19:41:17.476 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:41:17.476 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBotTestCase' is not accessible through the ClassLoader. 19:41:17.476 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:41:17.476 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotShell' is not accessible through the ClassLoader. 19:41:17.476 WARN - Class 'org/eclipse/swtbot/swt/finder/finders/ControlFinder' is not accessible through the ClassLoader. 19:41:17.477 WARN - Class 'org/eclipse/swtbot/swt/finder/finders/ControlFinder' is not accessible through the ClassLoader. 19:41:17.477 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBotTestCase' is not accessible through the ClassLoader. 19:41:17.477 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:41:17.477 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:41:17.477 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBotTestCase' is not accessible through the ClassLoader. 19:41:17.478 WARN - Class 'org/eclipse/swtbot/swt/finder/results/VoidResult' is not accessible through the ClassLoader. 19:41:17.478 WARN - Class 'org/eclipse/swtbot/swt/finder/finders/UIThreadRunnable' is not accessible through the ClassLoader. 19:41:17.478 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:41:17.478 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotShell' is not accessible through the ClassLoader. 19:41:17.479 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:41:17.479 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotShell' is not accessible through the ClassLoader. 19:41:17.479 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:41:17.479 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBotTestCase' is not accessible through the ClassLoader. 19:41:17.479 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:41:17.480 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotShell' is not accessible through the ClassLoader. 19:41:17.480 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:41:17.480 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBotTestCase' is not accessible through the ClassLoader. 19:41:17.480 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:41:17.481 WARN - Class 'org/eclipse/swtbot/swt/finder/results/VoidResult' is not accessible through the ClassLoader. 19:41:17.481 WARN - Class 'org/eclipse/swtbot/swt/finder/finders/UIThreadRunnable' is not accessible through the ClassLoader. 19:41:17.481 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:41:17.482 WARN - Class 'org/eclipse/swtbot/swt/finder/results/IntResult' is not accessible through the ClassLoader. 19:41:17.482 WARN - Class 'org/eclipse/swtbot/swt/finder/finders/UIThreadRunnable' is not accessible through the ClassLoader. 19:41:17.482 WARN - Class 'org/eclipse/swtbot/swt/finder/results/IntResult' is not accessible through the ClassLoader. 19:41:17.483 WARN - Class 'org/eclipse/swtbot/swt/finder/finders/UIThreadRunnable' is not accessible through the ClassLoader. 19:41:17.483 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:41:17.483 WARN - Class 'org/eclipse/swtbot/swt/finder/results/VoidResult' is not accessible through the ClassLoader. 19:41:17.484 WARN - Class 'org/eclipse/swtbot/swt/finder/finders/UIThreadRunnable' is not accessible through the ClassLoader. 19:41:17.484 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotShell' is not accessible through the ClassLoader. 19:41:17.484 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotShell' is not accessible through the ClassLoader. 19:41:17.485 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:41:17.485 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:41:17.486 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:41:17.486 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotSlider' is not accessible through the ClassLoader. 19:41:17.486 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:41:17.486 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotSlider' is not accessible through the ClassLoader. 19:41:17.487 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:41:17.487 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotTabItem' is not accessible through the ClassLoader. 19:41:17.487 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:41:17.488 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:41:17.488 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:41:17.488 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotSpinner' is not accessible through the ClassLoader. 19:41:17.488 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:41:17.489 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotSpinner' is not accessible through the ClassLoader. 19:41:17.489 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:41:17.489 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotTabItem' is not accessible through the ClassLoader. 19:41:17.490 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotStyledText' is not accessible through the ClassLoader. 19:41:17.490 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotStyledText' is not accessible through the ClassLoader. 19:41:17.490 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotStyledText' is not accessible through the ClassLoader. 19:41:17.490 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotStyledText' is not accessible through the ClassLoader. 19:41:17.491 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotStyledText' is not accessible through the ClassLoader. 19:41:17.491 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotStyledText' is not accessible through the ClassLoader. 19:41:17.491 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotStyledText' is not accessible through the ClassLoader. 19:41:17.491 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotStyledText' is not accessible through the ClassLoader. 19:41:17.492 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotStyledText' is not accessible through the ClassLoader. 19:41:17.492 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotStyledText' is not accessible through the ClassLoader. 19:41:17.492 WARN - Class 'org/eclipse/swtbot/swt/finder/exceptions/WidgetNotFoundException' is not accessible through the ClassLoader. 19:41:17.493 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotStyledText' is not accessible through the ClassLoader. 19:41:17.493 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotStyledText' is not accessible through the ClassLoader. 19:41:17.493 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:41:17.493 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotButton' is not accessible through the ClassLoader. 19:41:17.494 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotStyledText' is not accessible through the ClassLoader. 19:41:17.494 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:41:17.494 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotButton' is not accessible through the ClassLoader. 19:41:17.494 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotStyledText' is not accessible through the ClassLoader. 19:41:17.495 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:41:17.495 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotButton' is not accessible through the ClassLoader. 19:41:17.495 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotStyledText' is not accessible through the ClassLoader. 19:41:17.495 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotStyledText' is not accessible through the ClassLoader. 19:41:17.496 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotStyledText' is not accessible through the ClassLoader. 19:41:17.496 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotStyledText' is not accessible through the ClassLoader. 19:41:17.496 WARN - Class 'org/eclipse/swtbot/swt/finder/exceptions/WidgetNotFoundException' is not accessible through the ClassLoader. 19:41:17.497 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotStyledText' is not accessible through the ClassLoader. 19:41:17.497 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotStyledText' is not accessible through the ClassLoader. 19:41:17.497 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:41:17.497 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotButton' is not accessible through the ClassLoader. 19:41:17.498 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotStyledText' is not accessible through the ClassLoader. 19:41:17.498 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:41:17.498 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotButton' is not accessible through the ClassLoader. 19:41:17.498 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotStyledText' is not accessible through the ClassLoader. 19:41:17.498 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:41:17.498 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotButton' is not accessible through the ClassLoader. 19:41:17.499 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotStyledText' is not accessible through the ClassLoader. 19:41:17.499 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:41:17.499 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotButton' is not accessible through the ClassLoader. 19:41:17.499 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotStyledText' is not accessible through the ClassLoader. 19:41:17.499 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBotTestCase' is not accessible through the ClassLoader. 19:41:17.499 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotStyledText' is not accessible through the ClassLoader. 19:41:17.500 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotStyledText' is not accessible through the ClassLoader. 19:41:17.500 WARN - Class 'org/eclipse/swtbot/swt/finder/utils/Position' is not accessible through the ClassLoader. 19:41:17.500 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotStyledText' is not accessible through the ClassLoader. 19:41:17.500 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotStyledText' is not accessible through the ClassLoader. 19:41:17.500 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotStyledText' is not accessible through the ClassLoader. 19:41:17.500 WARN - Class 'org/eclipse/swtbot/swt/finder/utils/Position' is not accessible through the ClassLoader. 19:41:17.501 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotStyledText' is not accessible through the ClassLoader. 19:41:17.501 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotStyledText' is not accessible through the ClassLoader. 19:41:17.501 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotStyledText' is not accessible through the ClassLoader. 19:41:17.501 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotStyledText' is not accessible through the ClassLoader. 19:41:17.501 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBotTestCase' is not accessible through the ClassLoader. 19:41:17.502 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotStyledText' is not accessible through the ClassLoader. 19:41:17.502 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotStyledText' is not accessible through the ClassLoader. 19:41:17.502 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBotTestCase' is not accessible through the ClassLoader. 19:41:17.502 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotStyledText' is not accessible through the ClassLoader. 19:41:17.502 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotStyledText' is not accessible through the ClassLoader. 19:41:17.503 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBotTestCase' is not accessible through the ClassLoader. 19:41:17.503 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotStyledText' is not accessible through the ClassLoader. 19:41:17.503 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBotTestCase' is not accessible through the ClassLoader. 19:41:17.503 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotStyledText' is not accessible through the ClassLoader. 19:41:17.504 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBotTestCase' is not accessible through the ClassLoader. 19:41:17.504 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotStyledText' is not accessible through the ClassLoader. 19:41:17.504 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotStyledText' is not accessible through the ClassLoader. 19:41:17.505 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBotTestCase' is not accessible through the ClassLoader. 19:41:17.505 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotStyledText' is not accessible through the ClassLoader. 19:41:17.505 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotStyledText' is not accessible through the ClassLoader. 19:41:17.505 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBotTestCase' is not accessible through the ClassLoader. 19:41:17.506 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotStyledText' is not accessible through the ClassLoader. 19:41:17.506 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBotTestCase' is not accessible through the ClassLoader. 19:41:17.506 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotStyledText' is not accessible through the ClassLoader. 19:41:17.506 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotStyledText' is not accessible through the ClassLoader. 19:41:17.507 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotStyledText' is not accessible through the ClassLoader. 19:41:17.507 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotStyledText' is not accessible through the ClassLoader. 19:41:17.507 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotStyledText' is not accessible through the ClassLoader. 19:41:17.507 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotStyledText' is not accessible through the ClassLoader. 19:41:17.508 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotStyledText' is not accessible through the ClassLoader. 19:41:17.508 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotStyledText' is not accessible through the ClassLoader. 19:41:17.508 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotStyledText' is not accessible through the ClassLoader. 19:41:17.508 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotStyledText' is not accessible through the ClassLoader. 19:41:17.509 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotStyledText' is not accessible through the ClassLoader. 19:41:17.509 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotStyledText' is not accessible through the ClassLoader. 19:41:17.509 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotStyledText' is not accessible through the ClassLoader. 19:41:17.510 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotStyledText' is not accessible through the ClassLoader. 19:41:17.510 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotStyledText' is not accessible through the ClassLoader. 19:41:17.510 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotStyledText' is not accessible through the ClassLoader. 19:41:17.511 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotStyledText' is not accessible through the ClassLoader. 19:41:17.511 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:41:17.511 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotShell' is not accessible through the ClassLoader. 19:41:17.511 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:41:17.511 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotTabItem' is not accessible through the ClassLoader. 19:41:17.512 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:41:17.512 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:41:17.512 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotCheckBox' is not accessible through the ClassLoader. 19:41:17.512 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:41:17.513 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotCheckBox' is not accessible through the ClassLoader. 19:41:17.513 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:41:17.513 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotCheckBox' is not accessible through the ClassLoader. 19:41:17.514 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:41:17.514 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotStyledText' is not accessible through the ClassLoader. 19:41:17.514 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:41:17.514 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotButton' is not accessible through the ClassLoader. 19:41:17.515 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotStyledText' is not accessible through the ClassLoader. 19:41:17.515 WARN - Class 'org/eclipse/swtbot/swt/finder/utils/Position' is not accessible through the ClassLoader. 19:41:17.515 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotStyledText' is not accessible through the ClassLoader. 19:41:17.515 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:41:17.516 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotCheckBox' is not accessible through the ClassLoader. 19:41:17.516 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:41:17.516 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotStyledText' is not accessible through the ClassLoader. 19:41:17.516 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:41:17.517 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotButton' is not accessible through the ClassLoader. 19:41:17.517 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotStyledText' is not accessible through the ClassLoader. 19:41:17.517 WARN - Class 'org/eclipse/swtbot/swt/finder/utils/Position' is not accessible through the ClassLoader. 19:41:17.517 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotStyledText' is not accessible through the ClassLoader. 19:41:17.518 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotStyledText' is not accessible through the ClassLoader. 19:41:17.518 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:41:17.518 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBotTestCase' is not accessible through the ClassLoader. 19:41:17.518 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBotTestCase' is not accessible through the ClassLoader. 19:41:17.519 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBotTestCase' is not accessible through the ClassLoader. 19:41:17.519 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:41:17.519 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotCheckBox' is not accessible through the ClassLoader. 19:41:17.520 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:41:17.520 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotStyledText' is not accessible through the ClassLoader. 19:41:17.520 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:41:17.520 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotButton' is not accessible through the ClassLoader. 19:41:17.521 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotStyledText' is not accessible through the ClassLoader. 19:41:17.521 WARN - Class 'org/eclipse/swtbot/swt/finder/utils/Position' is not accessible through the ClassLoader. 19:41:17.521 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotStyledText' is not accessible through the ClassLoader. 19:41:17.521 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotStyledText' is not accessible through the ClassLoader. 19:41:17.522 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:41:17.522 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:41:17.522 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotCheckBox' is not accessible through the ClassLoader. 19:41:17.522 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:41:17.523 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotStyledText' is not accessible through the ClassLoader. 19:41:17.523 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:41:17.523 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotButton' is not accessible through the ClassLoader. 19:41:17.523 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotStyledText' is not accessible through the ClassLoader. 19:41:17.524 WARN - Class 'org/eclipse/swtbot/swt/finder/utils/Position' is not accessible through the ClassLoader. 19:41:17.524 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotStyledText' is not accessible through the ClassLoader. 19:41:17.524 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotStyledText' is not accessible through the ClassLoader. 19:41:17.524 WARN - Class 'org/eclipse/swtbot/swt/finder/utils/Position' is not accessible through the ClassLoader. 19:41:17.525 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotStyledText' is not accessible through the ClassLoader. 19:41:17.531 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:41:17.531 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotShell' is not accessible through the ClassLoader. 19:41:17.532 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:41:17.532 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotTabItem' is not accessible through the ClassLoader. 19:41:17.532 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:41:17.552 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotTabItem' is not accessible through the ClassLoader. 19:41:17.553 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:41:17.553 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotShell' is not accessible through the ClassLoader. 19:41:17.553 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:41:17.553 WARN - Class 'org/eclipse/swtbot/swt/finder/matchers/WidgetMatcherFactory' is not accessible through the ClassLoader. 19:41:17.554 WARN - Class 'org/eclipse/swtbot/swt/finder/finders/ControlFinder' is not accessible through the ClassLoader. 19:41:17.554 WARN - Class 'org/eclipse/swtbot/swt/finder/matchers/WidgetMatcherFactory' is not accessible through the ClassLoader. 19:41:17.554 WARN - Class 'org/eclipse/swtbot/swt/finder/finders/ControlFinder' is not accessible through the ClassLoader. 19:41:17.554 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBotTestCase' is not accessible through the ClassLoader. 19:41:17.555 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:41:17.555 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotTable' is not accessible through the ClassLoader. 19:41:17.555 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:41:17.555 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:41:17.556 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotText' is not accessible through the ClassLoader. 19:41:17.556 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:41:17.556 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotTable' is not accessible through the ClassLoader. 19:41:17.556 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:41:17.557 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotTable' is not accessible through the ClassLoader. 19:41:17.557 WARN - Class 'org/eclipse/jface/snippets/viewers/Snippet009CellEditors' is not accessible through the ClassLoader. 19:41:17.557 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotTable' is not accessible through the ClassLoader. 19:41:17.558 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBotTestCase' is not accessible through the ClassLoader. 19:41:17.558 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotTable' is not accessible through the ClassLoader. 19:41:17.558 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotTableColumn' is not accessible through the ClassLoader. 19:41:17.558 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:41:17.559 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBotTestCase' is not accessible through the ClassLoader. 19:41:17.559 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:41:17.559 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotTable' is not accessible through the ClassLoader. 19:41:17.559 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotTableColumn' is not accessible through the ClassLoader. 19:41:17.560 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotMenu' is not accessible through the ClassLoader. 19:41:17.560 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBotTestCase' is not accessible through the ClassLoader. 19:41:17.560 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotTable' is not accessible through the ClassLoader. 19:41:17.560 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotTableColumn' is not accessible through the ClassLoader. 19:41:17.561 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotMenu' is not accessible through the ClassLoader. 19:41:17.561 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBotTestCase' is not accessible through the ClassLoader. 19:41:17.561 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotTable' is not accessible through the ClassLoader. 19:41:17.562 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotTableColumn' is not accessible through the ClassLoader. 19:41:17.562 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotMenu' is not accessible through the ClassLoader. 19:41:17.562 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBotTestCase' is not accessible through the ClassLoader. 19:41:17.562 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotTable' is not accessible through the ClassLoader. 19:41:17.562 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotTableColumn' is not accessible through the ClassLoader. 19:41:17.563 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotMenu' is not accessible through the ClassLoader. 19:41:17.563 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBotTestCase' is not accessible through the ClassLoader. 19:41:17.563 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:41:17.564 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotTabItem' is not accessible through the ClassLoader. 19:41:17.564 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:41:17.564 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotRadio' is not accessible through the ClassLoader. 19:41:17.564 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:41:17.564 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotCheckBox' is not accessible through the ClassLoader. 19:41:17.565 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:41:17.565 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotCheckBox' is not accessible through the ClassLoader. 19:41:17.565 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:41:17.565 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotCheckBox' is not accessible through the ClassLoader. 19:41:17.565 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:41:17.565 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotCheckBox' is not accessible through the ClassLoader. 19:41:17.566 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:41:17.566 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotButton' is not accessible through the ClassLoader. 19:41:17.566 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:41:17.567 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:41:17.567 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotTable' is not accessible through the ClassLoader. 19:41:17.567 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:41:17.567 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotLabel' is not accessible through the ClassLoader. 19:41:17.568 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:41:17.568 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotTable' is not accessible through the ClassLoader. 19:41:17.568 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:41:17.568 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotLabel' is not accessible through the ClassLoader. 19:41:17.575 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:41:17.575 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotTable' is not accessible through the ClassLoader. 19:41:17.576 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:41:17.576 WARN - Class 'org/eclipse/jface/snippets/viewers/Snippet052DoubleClickCellEditor' is not accessible through the ClassLoader. 19:41:17.577 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotTable' is not accessible through the ClassLoader. 19:41:17.577 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:41:17.577 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotButton' is not accessible through the ClassLoader. 19:41:17.578 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotTableItem' is not accessible through the ClassLoader. 19:41:17.578 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotMenu' is not accessible through the ClassLoader. 19:41:17.578 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBotTestCase' is not accessible through the ClassLoader. 19:41:17.578 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBotTestCase' is not accessible through the ClassLoader. 19:41:17.579 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBotTestCase' is not accessible through the ClassLoader. 19:41:17.579 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotTable' is not accessible through the ClassLoader. 19:41:17.579 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBotTestCase' is not accessible through the ClassLoader. 19:41:17.579 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotTable' is not accessible through the ClassLoader. 19:41:17.580 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotTableItem' is not accessible through the ClassLoader. 19:41:17.580 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotTable' is not accessible through the ClassLoader. 19:41:17.580 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotTableItem' is not accessible through the ClassLoader. 19:41:17.580 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotTable' is not accessible through the ClassLoader. 19:41:17.581 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotTableItem' is not accessible through the ClassLoader. 19:41:17.581 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:41:17.581 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotCheckBox' is not accessible through the ClassLoader. 19:41:17.581 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:41:17.582 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotTable' is not accessible through the ClassLoader. 19:41:17.582 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotTableItem' is not accessible through the ClassLoader. 19:41:17.582 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotTable' is not accessible through the ClassLoader. 19:41:17.582 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotTableItem' is not accessible through the ClassLoader. 19:41:17.582 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBotTestCase' is not accessible through the ClassLoader. 19:41:17.583 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBotTestCase' is not accessible through the ClassLoader. 19:41:17.583 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:41:17.583 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotCheckBox' is not accessible through the ClassLoader. 19:41:17.583 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:41:17.584 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotTable' is not accessible through the ClassLoader. 19:41:17.584 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotTableItem' is not accessible through the ClassLoader. 19:41:17.584 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotTable' is not accessible through the ClassLoader. 19:41:17.584 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotTableItem' is not accessible through the ClassLoader. 19:41:17.585 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBotTestCase' is not accessible through the ClassLoader. 19:41:17.585 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBotTestCase' is not accessible through the ClassLoader. 19:41:17.585 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:41:17.586 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotCheckBox' is not accessible through the ClassLoader. 19:41:17.586 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:41:17.586 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotTable' is not accessible through the ClassLoader. 19:41:17.586 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotTableItem' is not accessible through the ClassLoader. 19:41:17.586 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotTableItem' is not accessible through the ClassLoader. 19:41:17.587 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotTableItem' is not accessible through the ClassLoader. 19:41:17.587 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotTableItem' is not accessible through the ClassLoader. 19:41:17.587 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotTableItem' is not accessible through the ClassLoader. 19:41:17.588 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotTable' is not accessible through the ClassLoader. 19:41:17.588 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:41:17.588 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotButton' is not accessible through the ClassLoader. 19:41:17.588 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotTableItem' is not accessible through the ClassLoader. 19:41:17.588 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBotTestCase' is not accessible through the ClassLoader. 19:41:17.589 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotTable' is not accessible through the ClassLoader. 19:41:17.589 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:41:17.589 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotButton' is not accessible through the ClassLoader. 19:41:17.590 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotTableItem' is not accessible through the ClassLoader. 19:41:17.590 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotTable' is not accessible through the ClassLoader. 19:41:17.590 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotTable' is not accessible through the ClassLoader. 19:41:17.590 WARN - Class 'org/eclipse/swtbot/swt/finder/utils/TableCollection' is not accessible through the ClassLoader. 19:41:17.591 WARN - Class 'org/eclipse/swtbot/swt/finder/utils/TableRow' is not accessible through the ClassLoader. 19:41:17.591 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotTable' is not accessible through the ClassLoader. 19:41:17.591 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:41:17.592 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotButton' is not accessible through the ClassLoader. 19:41:17.592 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotTableItem' is not accessible through the ClassLoader. 19:41:17.592 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBotTestCase' is not accessible through the ClassLoader. 19:41:17.593 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotTable' is not accessible through the ClassLoader. 19:41:17.593 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotTable' is not accessible through the ClassLoader. 19:41:17.593 WARN - Class 'org/eclipse/swtbot/swt/finder/utils/TableCollection' is not accessible through the ClassLoader. 19:41:17.593 WARN - Class 'org/eclipse/swtbot/swt/finder/utils/TableRow' is not accessible through the ClassLoader. 19:41:17.594 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotTable' is not accessible through the ClassLoader. 19:41:17.594 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:41:17.594 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotButton' is not accessible through the ClassLoader. 19:41:17.594 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotTableItem' is not accessible through the ClassLoader. 19:41:17.595 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotTable' is not accessible through the ClassLoader. 19:41:17.595 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotTable' is not accessible through the ClassLoader. 19:41:17.595 WARN - Class 'org/eclipse/swtbot/swt/finder/utils/TableCollection' is not accessible through the ClassLoader. 19:41:17.595 WARN - Class 'org/eclipse/swtbot/swt/finder/utils/TableRow' is not accessible through the ClassLoader. 19:41:17.596 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:41:17.596 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotTabItem' is not accessible through the ClassLoader. 19:41:17.596 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:41:17.596 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotCheckBox' is not accessible through the ClassLoader. 19:41:17.597 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:41:17.597 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotCheckBox' is not accessible through the ClassLoader. 19:41:17.597 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:41:17.597 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotCheckBox' is not accessible through the ClassLoader. 19:41:17.598 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:41:17.598 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotCheckBox' is not accessible through the ClassLoader. 19:41:17.598 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:41:17.598 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotCheckBox' is not accessible through the ClassLoader. 19:41:17.598 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:41:17.599 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotCheckBox' is not accessible through the ClassLoader. 19:41:17.599 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:41:17.599 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:41:17.599 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:41:17.600 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotTable' is not accessible through the ClassLoader. 19:41:17.600 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotTableItem' is not accessible through the ClassLoader. 19:41:17.600 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:41:17.600 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotTable' is not accessible through the ClassLoader. 19:41:17.601 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotTableItem' is not accessible through the ClassLoader. 19:41:17.601 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotTable' is not accessible through the ClassLoader. 19:41:17.601 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotTableItem' is not accessible through the ClassLoader. 19:41:17.601 WARN - Class 'org/eclipse/swtbot/swt/finder/results/Result' is not accessible through the ClassLoader. 19:41:17.602 WARN - Class 'org/eclipse/swtbot/swt/finder/finders/UIThreadRunnable' is not accessible through the ClassLoader. 19:41:17.602 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotTable' is not accessible through the ClassLoader. 19:41:17.603 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotTable' is not accessible through the ClassLoader. 19:41:17.603 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:41:17.603 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotCheckBox' is not accessible through the ClassLoader. 19:41:17.603 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotTable' is not accessible through the ClassLoader. 19:41:17.603 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotTable' is not accessible through the ClassLoader. 19:41:17.604 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotTable' is not accessible through the ClassLoader. 19:41:17.604 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotTable' is not accessible through the ClassLoader. 19:41:17.604 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotTable' is not accessible through the ClassLoader. 19:41:17.605 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotTable' is not accessible through the ClassLoader. 19:41:17.605 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotTable' is not accessible through the ClassLoader. 19:41:17.605 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotTable' is not accessible through the ClassLoader. 19:41:17.605 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotTable' is not accessible through the ClassLoader. 19:41:17.605 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotTable' is not accessible through the ClassLoader. 19:41:17.606 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotTable' is not accessible through the ClassLoader. 19:41:17.606 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotTable' is not accessible through the ClassLoader. 19:41:17.606 WARN - Class 'org/eclipse/swtbot/swt/finder/utils/TableCollection' is not accessible through the ClassLoader. 19:41:17.606 WARN - Class 'org/eclipse/swtbot/swt/finder/utils/TableCollection' is not accessible through the ClassLoader. 19:41:17.606 WARN - Class 'org/eclipse/swtbot/swt/finder/utils/TableCollection' is not accessible through the ClassLoader. 19:41:17.606 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotTable' is not accessible through the ClassLoader. 19:41:17.607 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotTable' is not accessible through the ClassLoader. 19:41:17.607 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotTable' is not accessible through the ClassLoader. 19:41:17.607 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotTable' is not accessible through the ClassLoader. 19:41:17.607 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotTable' is not accessible through the ClassLoader. 19:41:17.608 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotTable' is not accessible through the ClassLoader. 19:41:17.608 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotTable' is not accessible through the ClassLoader. 19:41:17.608 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:41:17.609 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotRadio' is not accessible through the ClassLoader. 19:41:17.609 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:41:17.609 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotCheckBox' is not accessible through the ClassLoader. 19:41:17.609 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:41:17.610 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotButton' is not accessible through the ClassLoader. 19:41:17.610 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:41:17.610 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotTable' is not accessible through the ClassLoader. 19:41:17.610 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:41:17.610 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:41:17.611 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotButton' is not accessible through the ClassLoader. 19:41:17.611 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotTable' is not accessible through the ClassLoader. 19:41:17.611 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotTable' is not accessible through the ClassLoader. 19:41:17.611 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:41:17.612 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotRadio' is not accessible through the ClassLoader. 19:41:17.612 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:41:17.612 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotTable' is not accessible through the ClassLoader. 19:41:17.612 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotTable' is not accessible through the ClassLoader. 19:41:17.612 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotTable' is not accessible through the ClassLoader. 19:41:17.613 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotTable' is not accessible through the ClassLoader. 19:41:17.613 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotTable' is not accessible through the ClassLoader. 19:41:17.613 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotTable' is not accessible through the ClassLoader. 19:41:17.613 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotTable' is not accessible through the ClassLoader. 19:41:17.613 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotTable' is not accessible through the ClassLoader. 19:41:17.614 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotTable' is not accessible through the ClassLoader. 19:41:17.614 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotTable' is not accessible through the ClassLoader. 19:41:17.614 WARN - Class 'org/eclipse/swtbot/swt/finder/utils/TableCollection' is not accessible through the ClassLoader. 19:41:17.614 WARN - Class 'org/eclipse/swtbot/swt/finder/utils/TableCollection' is not accessible through the ClassLoader. 19:41:17.614 WARN - Class 'org/eclipse/swtbot/swt/finder/utils/TableCollection' is not accessible through the ClassLoader. 19:41:17.614 WARN - Class 'org/eclipse/swtbot/swt/finder/utils/TableRow' is not accessible through the ClassLoader. 19:41:17.615 WARN - Class 'org/eclipse/swtbot/swt/finder/utils/TableCollection' is not accessible through the ClassLoader. 19:41:17.615 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:41:17.615 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBotTestCase' is not accessible through the ClassLoader. 19:41:17.616 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:41:17.616 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotRadio' is not accessible through the ClassLoader. 19:41:17.616 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:41:17.616 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotCheckBox' is not accessible through the ClassLoader. 19:41:17.616 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:41:17.617 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotButton' is not accessible through the ClassLoader. 19:41:17.617 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:41:17.617 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotTable' is not accessible through the ClassLoader. 19:41:17.617 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotTable' is not accessible through the ClassLoader. 19:41:17.617 WARN - Class 'org/eclipse/swtbot/swt/finder/utils/TableCollection' is not accessible through the ClassLoader. 19:41:17.617 WARN - Class 'org/eclipse/swtbot/swt/finder/utils/TableCollection' is not accessible through the ClassLoader. 19:41:17.618 WARN - Class 'org/eclipse/swtbot/swt/finder/utils/TableCollection' is not accessible through the ClassLoader. 19:41:17.618 WARN - Class 'org/eclipse/swtbot/swt/finder/utils/TableCollection' is not accessible through the ClassLoader. 19:41:17.618 WARN - Class 'org/eclipse/swtbot/swt/finder/utils/TableRow' is not accessible through the ClassLoader. 19:41:17.618 WARN - Class 'org/eclipse/swtbot/swt/finder/utils/TableCollection' is not accessible through the ClassLoader. 19:41:17.618 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:41:17.619 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:41:17.619 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotRadio' is not accessible through the ClassLoader. 19:41:17.619 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:41:17.619 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotTable' is not accessible through the ClassLoader. 19:41:17.619 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotTable' is not accessible through the ClassLoader. 19:41:17.620 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotTable' is not accessible through the ClassLoader. 19:41:17.620 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotTable' is not accessible through the ClassLoader. 19:41:17.620 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotTable' is not accessible through the ClassLoader. 19:41:17.620 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotTable' is not accessible through the ClassLoader. 19:41:17.620 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotTable' is not accessible through the ClassLoader. 19:41:17.621 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotTable' is not accessible through the ClassLoader. 19:41:17.621 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotTable' is not accessible through the ClassLoader. 19:41:17.621 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotTable' is not accessible through the ClassLoader. 19:41:17.621 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotTable' is not accessible through the ClassLoader. 19:41:17.621 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotTable' is not accessible through the ClassLoader. 19:41:17.621 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:41:17.622 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotRadio' is not accessible through the ClassLoader. 19:41:17.622 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:41:17.622 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotTable' is not accessible through the ClassLoader. 19:41:17.622 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotTable' is not accessible through the ClassLoader. 19:41:17.622 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotTable' is not accessible through the ClassLoader. 19:41:17.622 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:41:17.623 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotRadio' is not accessible through the ClassLoader. 19:41:17.623 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:41:17.623 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotTable' is not accessible through the ClassLoader. 19:41:17.623 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotTable' is not accessible through the ClassLoader. 19:41:17.623 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotTable' is not accessible through the ClassLoader. 19:41:17.623 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotTable' is not accessible through the ClassLoader. 19:41:17.624 WARN - Class 'org/eclipse/swtbot/swt/finder/utils/TableCollection' is not accessible through the ClassLoader. 19:41:17.624 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotTable' is not accessible through the ClassLoader. 19:41:17.624 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotTableItem' is not accessible through the ClassLoader. 19:41:17.624 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotTable' is not accessible through the ClassLoader. 19:41:17.624 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotTableItem' is not accessible through the ClassLoader. 19:41:17.624 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotTable' is not accessible through the ClassLoader. 19:41:17.625 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotTable' is not accessible through the ClassLoader. 19:41:17.625 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotTable' is not accessible through the ClassLoader. 19:41:17.625 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotTable' is not accessible through the ClassLoader. 19:41:17.625 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotTable' is not accessible through the ClassLoader. 19:41:17.625 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotTable' is not accessible through the ClassLoader. 19:41:17.626 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotTable' is not accessible through the ClassLoader. 19:41:17.626 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotTable' is not accessible through the ClassLoader. 19:41:17.626 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotTable' is not accessible through the ClassLoader. 19:41:17.626 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotTable' is not accessible through the ClassLoader. 19:41:17.626 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:41:17.626 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotTabItem' is not accessible through the ClassLoader. 19:41:17.627 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:41:17.627 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotTable' is not accessible through the ClassLoader. 19:41:17.627 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBotTestCase' is not accessible through the ClassLoader. 19:41:17.628 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotTable' is not accessible through the ClassLoader. 19:41:17.628 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotTableColumn' is not accessible through the ClassLoader. 19:41:17.628 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotTable' is not accessible through the ClassLoader. 19:41:17.628 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotTable' is not accessible through the ClassLoader. 19:41:17.629 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotTable' is not accessible through the ClassLoader. 19:41:17.629 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotTable' is not accessible through the ClassLoader. 19:41:17.629 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotTableColumn' is not accessible through the ClassLoader. 19:41:17.629 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotTable' is not accessible through the ClassLoader. 19:41:17.629 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotTable' is not accessible through the ClassLoader. 19:41:17.629 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotTable' is not accessible through the ClassLoader. 19:41:17.630 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotTable' is not accessible through the ClassLoader. 19:41:17.630 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotTableColumn' is not accessible through the ClassLoader. 19:41:17.630 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotTable' is not accessible through the ClassLoader. 19:41:17.630 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotTable' is not accessible through the ClassLoader. 19:41:17.630 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotTable' is not accessible through the ClassLoader. 19:41:17.631 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotTable' is not accessible through the ClassLoader. 19:41:17.631 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotTableColumn' is not accessible through the ClassLoader. 19:41:17.631 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotTable' is not accessible through the ClassLoader. 19:41:17.631 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotTable' is not accessible through the ClassLoader. 19:41:17.631 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotTable' is not accessible through the ClassLoader. 19:41:17.632 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:41:17.632 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:41:17.632 WARN - Class 'org/eclipse/swt/examples/addressbook/AddressBook' is not accessible through the ClassLoader. 19:41:17.633 WARN - Class 'org/eclipse/swt/examples/addressbook/AddressBook' is not accessible through the ClassLoader. 19:41:17.633 WARN - Class 'org/eclipse/swt/examples/addressbook/AddressBook' is not accessible through the ClassLoader. 19:41:17.633 WARN - Class 'org/eclipse/swt/examples/addressbook/AddressBook' is not accessible through the ClassLoader. 19:41:17.633 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:41:17.653 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotCheckBox' is not accessible through the ClassLoader. 19:41:17.653 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:41:17.653 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBotTestCase' is not accessible through the ClassLoader. 19:41:17.653 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotText' is not accessible through the ClassLoader. 19:41:17.654 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBotTestCase' is not accessible through the ClassLoader. 19:41:17.654 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:41:17.654 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBotTestCase' is not accessible through the ClassLoader. 19:41:17.654 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:41:17.654 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBotTestCase' is not accessible through the ClassLoader. 19:41:17.655 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:41:17.655 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotCheckBox' is not accessible through the ClassLoader. 19:41:17.655 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:41:17.655 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotButton' is not accessible through the ClassLoader. 19:41:17.656 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:41:17.656 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotCheckBox' is not accessible through the ClassLoader. 19:41:17.656 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:41:17.656 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotButton' is not accessible through the ClassLoader. 19:41:17.657 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:41:17.657 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBotTestCase' is not accessible through the ClassLoader. 19:41:17.657 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:41:17.657 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotText' is not accessible through the ClassLoader. 19:41:17.657 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotText' is not accessible through the ClassLoader. 19:41:17.657 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotText' is not accessible through the ClassLoader. 19:41:17.658 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBotTestCase' is not accessible through the ClassLoader. 19:41:17.658 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:41:17.658 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotCheckBox' is not accessible through the ClassLoader. 19:41:17.658 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:41:17.658 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotText' is not accessible through the ClassLoader. 19:41:17.659 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotText' is not accessible through the ClassLoader. 19:41:17.659 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:41:17.659 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotCheckBox' is not accessible through the ClassLoader. 19:41:17.659 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:41:17.660 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotText' is not accessible through the ClassLoader. 19:41:17.660 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotText' is not accessible through the ClassLoader. 19:41:17.660 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:41:17.660 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotTabItem' is not accessible through the ClassLoader. 19:41:17.661 WARN - Class 'org/eclipse/swtbot/swt/finder/finders/ControlFinder' is not accessible through the ClassLoader. 19:41:17.661 WARN - Class 'org/eclipse/swtbot/swt/finder/matchers/WidgetMatcherFactory' is not accessible through the ClassLoader. 19:41:17.661 WARN - Class 'org/eclipse/swtbot/swt/finder/finders/ControlFinder' is not accessible through the ClassLoader. 19:41:17.662 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotText' is not accessible through the ClassLoader. 19:41:17.662 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:41:17.662 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotCheckBox' is not accessible through the ClassLoader. 19:41:17.662 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotText' is not accessible through the ClassLoader. 19:41:17.663 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:41:17.663 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotToggleButton' is not accessible through the ClassLoader. 19:41:17.663 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:41:17.663 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotToggleButton' is not accessible through the ClassLoader. 19:41:17.664 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:41:17.664 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotToggleButton' is not accessible through the ClassLoader. 19:41:17.664 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBotTestCase' is not accessible through the ClassLoader. 19:41:17.664 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:41:17.665 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotCheckBox' is not accessible through the ClassLoader. 19:41:17.665 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:41:17.665 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotButton' is not accessible through the ClassLoader. 19:41:17.665 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:41:17.666 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotCheckBox' is not accessible through the ClassLoader. 19:41:17.666 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:41:17.666 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotButton' is not accessible through the ClassLoader. 19:41:17.667 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:41:17.667 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBotTestCase' is not accessible through the ClassLoader. 19:41:17.667 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:41:17.668 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBotTestCase' is not accessible through the ClassLoader. 19:41:17.668 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:41:17.668 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBotTestCase' is not accessible through the ClassLoader. 19:41:17.668 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:41:17.669 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBotTestCase' is not accessible through the ClassLoader. 19:41:17.669 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:41:17.669 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotTabItem' is not accessible through the ClassLoader. 19:41:17.669 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:41:17.670 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotRadio' is not accessible through the ClassLoader. 19:41:17.670 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:41:17.670 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:41:17.671 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBotTestCase' is not accessible through the ClassLoader. 19:41:17.671 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:41:17.671 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotCheckBox' is not accessible through the ClassLoader. 19:41:17.671 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:41:17.672 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotToolbarDropDownButton' is not accessible through the ClassLoader. 19:41:17.672 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:41:17.672 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:41:17.672 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotCheckBox' is not accessible through the ClassLoader. 19:41:17.673 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:41:17.673 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotCheckBox' is not accessible through the ClassLoader. 19:41:17.673 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:41:17.673 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotCheckBox' is not accessible through the ClassLoader. 19:41:17.674 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:41:17.674 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotToolbarDropDownButton' is not accessible through the ClassLoader. 19:41:17.674 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:41:17.674 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:41:17.675 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotCheckBox' is not accessible through the ClassLoader. 19:41:17.675 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:41:17.675 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotCheckBox' is not accessible through the ClassLoader. 19:41:17.675 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:41:17.676 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotToolbarDropDownButton' is not accessible through the ClassLoader. 19:41:17.676 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotMenu' is not accessible through the ClassLoader. 19:41:17.676 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:41:17.676 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:41:17.677 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBotTestCase' is not accessible through the ClassLoader. 19:41:17.677 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:41:17.677 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotShell' is not accessible through the ClassLoader. 19:41:17.677 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotToolbarDropDownButton' is not accessible through the ClassLoader. 19:41:17.678 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotMenu' is not accessible through the ClassLoader. 19:41:17.678 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:41:17.678 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotTabItem' is not accessible through the ClassLoader. 19:41:17.679 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:41:17.679 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:41:17.679 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBotTestCase' is not accessible through the ClassLoader. 19:41:17.679 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:41:17.680 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotCheckBox' is not accessible through the ClassLoader. 19:41:17.680 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:41:17.680 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotToolbarDropDownButton' is not accessible through the ClassLoader. 19:41:17.680 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:41:17.681 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:41:17.681 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotCheckBox' is not accessible through the ClassLoader. 19:41:17.681 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:41:17.681 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotCheckBox' is not accessible through the ClassLoader. 19:41:17.682 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:41:17.682 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:41:17.682 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBotTestCase' is not accessible through the ClassLoader. 19:41:17.682 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:41:17.683 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotShell' is not accessible through the ClassLoader. 19:41:17.683 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotToolbarDropDownButton' is not accessible through the ClassLoader. 19:41:17.683 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotMenu' is not accessible through the ClassLoader. 19:41:17.683 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:41:17.684 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotTabItem' is not accessible through the ClassLoader. 19:41:17.684 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:41:17.684 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:41:17.685 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:41:17.685 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBotTestCase' is not accessible through the ClassLoader. 19:41:17.685 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:41:17.685 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBotTestCase' is not accessible through the ClassLoader. 19:41:17.685 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:41:17.686 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBotTestCase' is not accessible through the ClassLoader. 19:41:17.686 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:41:17.686 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotCheckBox' is not accessible through the ClassLoader. 19:41:17.686 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:41:17.686 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotToolbarButton' is not accessible through the ClassLoader. 19:41:17.686 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:41:17.687 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:41:17.687 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotCheckBox' is not accessible through the ClassLoader. 19:41:17.687 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:41:17.687 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotCheckBox' is not accessible through the ClassLoader. 19:41:17.688 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:41:17.688 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotCheckBox' is not accessible through the ClassLoader. 19:41:17.688 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:41:17.688 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotToolbarButton' is not accessible through the ClassLoader. 19:41:17.689 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:41:17.689 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:41:17.689 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotCheckBox' is not accessible through the ClassLoader. 19:41:17.689 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:41:17.690 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotCheckBox' is not accessible through the ClassLoader. 19:41:17.690 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:41:17.690 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotToolbarButton' is not accessible through the ClassLoader. 19:41:17.691 WARN - Class 'org/eclipse/swtbot/swt/finder/results/VoidResult' is not accessible through the ClassLoader. 19:41:17.691 WARN - Class 'org/eclipse/swtbot/swt/finder/finders/UIThreadRunnable' is not accessible through the ClassLoader. 19:41:17.691 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotToolbarButton' is not accessible through the ClassLoader. 19:41:17.691 WARN - Class 'org/eclipse/swtbot/swt/finder/results/VoidResult' is not accessible through the ClassLoader. 19:41:17.692 WARN - Class 'org/eclipse/swtbot/swt/finder/finders/UIThreadRunnable' is not accessible through the ClassLoader. 19:41:17.692 WARN - Class 'org/eclipse/swtbot/swt/finder/finders/UIThreadRunnable' is not accessible through the ClassLoader. 19:41:17.692 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:41:17.692 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotTabItem' is not accessible through the ClassLoader. 19:41:17.694 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:41:17.694 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotToolbarButton' is not accessible through the ClassLoader. 19:41:17.694 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:41:17.694 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotToolbarButton' is not accessible through the ClassLoader. 19:41:17.694 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:41:17.695 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotToolbarButton' is not accessible through the ClassLoader. 19:41:17.695 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:41:17.695 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotToolbarButton' is not accessible through the ClassLoader. 19:41:17.695 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:41:17.695 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:41:17.696 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:41:17.696 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotToolbarRadioButton' is not accessible through the ClassLoader. 19:41:17.696 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:41:17.696 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotTabItem' is not accessible through the ClassLoader. 19:41:17.697 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:41:17.697 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:41:17.697 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBotTestCase' is not accessible through the ClassLoader. 19:41:17.698 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:41:17.698 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotToolbarRadioButton' is not accessible through the ClassLoader. 19:41:17.698 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:41:17.698 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:41:17.698 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotToolbarRadioButton' is not accessible through the ClassLoader. 19:41:17.698 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:41:17.699 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:41:17.699 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:41:17.699 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotToolbarRadioButton' is not accessible through the ClassLoader. 19:41:17.699 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotToolbarRadioButton' is not accessible through the ClassLoader. 19:41:17.699 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotToolbarRadioButton' is not accessible through the ClassLoader. 19:41:17.699 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotToolbarRadioButton' is not accessible through the ClassLoader. 19:41:17.700 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotToolbarRadioButton' is not accessible through the ClassLoader. 19:41:17.700 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotToolbarRadioButton' is not accessible through the ClassLoader. 19:41:17.700 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotToolbarRadioButton' is not accessible through the ClassLoader. 19:41:17.700 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotToolbarRadioButton' is not accessible through the ClassLoader. 19:41:17.700 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotToolbarRadioButton' is not accessible through the ClassLoader. 19:41:17.701 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:41:17.701 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotToolbarRadioButton' is not accessible through the ClassLoader. 19:41:17.701 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotToolbarRadioButton' is not accessible through the ClassLoader. 19:41:17.701 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotToolbarRadioButton' is not accessible through the ClassLoader. 19:41:17.701 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotToolbarRadioButton' is not accessible through the ClassLoader. 19:41:17.701 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotToolbarRadioButton' is not accessible through the ClassLoader. 19:41:17.702 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:41:17.702 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:41:17.702 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotToolbarRadioButton' is not accessible through the ClassLoader. 19:41:17.702 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotToolbarRadioButton' is not accessible through the ClassLoader. 19:41:17.702 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotToolbarRadioButton' is not accessible through the ClassLoader. 19:41:17.702 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotToolbarRadioButton' is not accessible through the ClassLoader. 19:41:17.703 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotToolbarRadioButton' is not accessible through the ClassLoader. 19:41:17.703 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotToolbarRadioButton' is not accessible through the ClassLoader. 19:41:17.703 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotToolbarRadioButton' is not accessible through the ClassLoader. 19:41:17.703 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotToolbarRadioButton' is not accessible through the ClassLoader. 19:41:17.703 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotToolbarRadioButton' is not accessible through the ClassLoader. 19:41:17.704 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotToolbarRadioButton' is not accessible through the ClassLoader. 19:41:17.704 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotToolbarRadioButton' is not accessible through the ClassLoader. 19:41:17.704 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotToolbarRadioButton' is not accessible through the ClassLoader. 19:41:17.705 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotToolbarRadioButton' is not accessible through the ClassLoader. 19:41:17.705 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:41:17.705 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotToolbarRadioButton' is not accessible through the ClassLoader. 19:41:17.705 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotToolbarRadioButton' is not accessible through the ClassLoader. 19:41:17.705 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotToolbarRadioButton' is not accessible through the ClassLoader. 19:41:17.705 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotToolbarRadioButton' is not accessible through the ClassLoader. 19:41:17.706 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotToolbarRadioButton' is not accessible through the ClassLoader. 19:41:17.706 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotToolbarRadioButton' is not accessible through the ClassLoader. 19:41:17.706 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:41:17.706 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotToolbarRadioButton' is not accessible through the ClassLoader. 19:41:17.707 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotToolbarRadioButton' is not accessible through the ClassLoader. 19:41:17.707 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotToolbarRadioButton' is not accessible through the ClassLoader. 19:41:17.707 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotToolbarRadioButton' is not accessible through the ClassLoader. 19:41:17.707 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotToolbarRadioButton' is not accessible through the ClassLoader. 19:41:17.708 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotToolbarRadioButton' is not accessible through the ClassLoader. 19:41:17.708 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:41:17.708 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotTabItem' is not accessible through the ClassLoader. 19:41:17.709 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:41:17.709 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotCheckBox' is not accessible through the ClassLoader. 19:41:17.709 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:41:17.710 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:41:17.710 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBotTestCase' is not accessible through the ClassLoader. 19:41:17.710 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:41:17.710 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotToolbarToggleButton' is not accessible through the ClassLoader. 19:41:17.711 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:41:17.711 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:41:17.711 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotToolbarToggleButton' is not accessible through the ClassLoader. 19:41:17.711 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:41:17.712 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:41:17.712 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotToolbarToggleButton' is not accessible through the ClassLoader. 19:41:17.712 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotToolbarToggleButton' is not accessible through the ClassLoader. 19:41:17.713 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotToolbarToggleButton' is not accessible through the ClassLoader. 19:41:17.713 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:41:17.713 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotToolbarToggleButton' is not accessible through the ClassLoader. 19:41:17.713 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotToolbarToggleButton' is not accessible through the ClassLoader. 19:41:17.714 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotToolbarToggleButton' is not accessible through the ClassLoader. 19:41:17.714 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:41:17.714 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotToolbarToggleButton' is not accessible through the ClassLoader. 19:41:17.714 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotToolbarToggleButton' is not accessible through the ClassLoader. 19:41:17.715 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotToolbarToggleButton' is not accessible through the ClassLoader. 19:41:17.715 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:41:17.715 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotToolbarToggleButton' is not accessible through the ClassLoader. 19:41:17.715 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotToolbarToggleButton' is not accessible through the ClassLoader. 19:41:17.716 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotToolbarToggleButton' is not accessible through the ClassLoader. 19:41:17.716 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotToolbarToggleButton' is not accessible through the ClassLoader. 19:41:17.716 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:41:17.716 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotTabItem' is not accessible through the ClassLoader. 19:41:17.717 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:41:17.717 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotCheckBox' is not accessible through the ClassLoader. 19:41:17.718 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:41:17.718 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotTrayItem' is not accessible through the ClassLoader. 19:41:17.718 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:41:17.719 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotTrayItem' is not accessible through the ClassLoader. 19:41:17.719 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:41:17.719 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotTrayItem' is not accessible through the ClassLoader. 19:41:17.719 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:41:17.720 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotTrayItem' is not accessible through the ClassLoader. 19:41:17.720 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:41:17.720 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotTrayItem' is not accessible through the ClassLoader. 19:41:17.720 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:41:17.721 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotTrayItem' is not accessible through the ClassLoader. 19:41:17.721 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:41:17.721 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:41:17.721 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotTrayItem' is not accessible through the ClassLoader. 19:41:17.722 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotMenu' is not accessible through the ClassLoader. 19:41:17.722 WARN - Class 'org/eclipse/swtbot/swt/finder/results/WidgetResult' is not accessible through the ClassLoader. 19:41:17.722 WARN - Class 'org/eclipse/swtbot/swt/finder/finders/UIThreadRunnable' is not accessible through the ClassLoader. 19:41:17.723 WARN - Class 'org/eclipse/swtbot/swt/finder/results/WidgetResult' is not accessible through the ClassLoader. 19:41:17.723 WARN - Class 'org/eclipse/swtbot/swt/finder/finders/UIThreadRunnable' is not accessible through the ClassLoader. 19:41:17.724 WARN - Class 'org/eclipse/swtbot/swt/finder/results/VoidResult' is not accessible through the ClassLoader. 19:41:17.724 WARN - Class 'org/eclipse/swtbot/swt/finder/finders/UIThreadRunnable' is not accessible through the ClassLoader. 19:41:17.726 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotTree' is not accessible through the ClassLoader. 19:41:17.726 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBotTestCase' is not accessible through the ClassLoader. 19:41:17.726 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotTree' is not accessible through the ClassLoader. 19:41:17.727 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotTreeColumn' is not accessible through the ClassLoader. 19:41:17.727 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:41:17.727 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBotTestCase' is not accessible through the ClassLoader. 19:41:17.727 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:41:17.728 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotTree' is not accessible through the ClassLoader. 19:41:17.728 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotTreeColumn' is not accessible through the ClassLoader. 19:41:17.728 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotMenu' is not accessible through the ClassLoader. 19:41:17.728 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBotTestCase' is not accessible through the ClassLoader. 19:41:17.728 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotTree' is not accessible through the ClassLoader. 19:41:17.753 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotTreeColumn' is not accessible through the ClassLoader. 19:41:17.753 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotMenu' is not accessible through the ClassLoader. 19:41:17.753 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBotTestCase' is not accessible through the ClassLoader. 19:41:17.753 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotTree' is not accessible through the ClassLoader. 19:41:17.754 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotTreeColumn' is not accessible through the ClassLoader. 19:41:17.754 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotMenu' is not accessible through the ClassLoader. 19:41:17.754 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBotTestCase' is not accessible through the ClassLoader. 19:41:17.754 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotTree' is not accessible through the ClassLoader. 19:41:17.754 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotTreeColumn' is not accessible through the ClassLoader. 19:41:17.755 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotMenu' is not accessible through the ClassLoader. 19:41:17.755 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBotTestCase' is not accessible through the ClassLoader. 19:41:17.755 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:41:17.755 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotTabItem' is not accessible through the ClassLoader. 19:41:17.756 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:41:17.756 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotRadio' is not accessible through the ClassLoader. 19:41:17.756 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:41:17.756 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotCheckBox' is not accessible through the ClassLoader. 19:41:17.757 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:41:17.757 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotCheckBox' is not accessible through the ClassLoader. 19:41:17.757 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:41:17.757 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotCheckBox' is not accessible through the ClassLoader. 19:41:17.757 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:41:17.758 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotCheckBox' is not accessible through the ClassLoader. 19:41:17.758 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:41:17.758 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotButton' is not accessible through the ClassLoader. 19:41:17.758 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:41:17.758 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:41:17.759 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotTree' is not accessible through the ClassLoader. 19:41:17.759 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotTreeItem' is not accessible through the ClassLoader. 19:41:17.759 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:41:17.759 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotLabel' is not accessible through the ClassLoader. 19:41:17.759 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotTreeItem' is not accessible through the ClassLoader. 19:41:17.760 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotTreeItem' is not accessible through the ClassLoader. 19:41:17.760 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotTreeItem' is not accessible through the ClassLoader. 19:41:17.760 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:41:17.760 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotLabel' is not accessible through the ClassLoader. 19:41:17.761 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:41:17.761 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotTree' is not accessible through the ClassLoader. 19:41:17.761 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotTreeItem' is not accessible through the ClassLoader. 19:41:17.761 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:41:17.762 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotLabel' is not accessible through the ClassLoader. 19:41:17.762 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotTreeItem' is not accessible through the ClassLoader. 19:41:17.762 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotTreeItem' is not accessible through the ClassLoader. 19:41:17.762 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotTreeItem' is not accessible through the ClassLoader. 19:41:17.763 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:41:17.763 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotLabel' is not accessible through the ClassLoader. 19:41:17.768 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotTree' is not accessible through the ClassLoader. 19:41:17.768 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotTreeItem' is not accessible through the ClassLoader. 19:41:17.768 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotTreeItem' is not accessible through the ClassLoader. 19:41:17.769 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:41:17.769 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotButton' is not accessible through the ClassLoader. 19:41:17.769 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotTreeItem' is not accessible through the ClassLoader. 19:41:17.769 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotMenu' is not accessible through the ClassLoader. 19:41:17.770 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotTree' is not accessible through the ClassLoader. 19:41:17.770 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotTreeItem' is not accessible through the ClassLoader. 19:41:17.770 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBotTestCase' is not accessible through the ClassLoader. 19:41:17.770 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotTreeItem' is not accessible through the ClassLoader. 19:41:17.771 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBotTestCase' is not accessible through the ClassLoader. 19:41:17.771 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotTree' is not accessible through the ClassLoader. 19:41:17.771 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotTreeItem' is not accessible through the ClassLoader. 19:41:17.771 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotTree' is not accessible through the ClassLoader. 19:41:17.771 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotTreeItem' is not accessible through the ClassLoader. 19:41:17.772 WARN - Class 'org/eclipse/swtbot/swt/finder/exceptions/AssertionFailedException' is not accessible through the ClassLoader. 19:41:17.772 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotTree' is not accessible through the ClassLoader. 19:41:17.772 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotTreeItem' is not accessible through the ClassLoader. 19:41:17.772 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:41:17.772 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotRadio' is not accessible through the ClassLoader. 19:41:17.772 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:41:17.773 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotTree' is not accessible through the ClassLoader. 19:41:17.773 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotTreeItem' is not accessible through the ClassLoader. 19:41:17.773 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:41:17.773 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotButton' is not accessible through the ClassLoader. 19:41:17.773 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotTreeItem' is not accessible through the ClassLoader. 19:41:17.773 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotTreeItem' is not accessible through the ClassLoader. 19:41:17.774 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotTreeItem' is not accessible through the ClassLoader. 19:41:17.774 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotTreeItem' is not accessible through the ClassLoader. 19:41:17.774 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotTreeItem' is not accessible through the ClassLoader. 19:41:17.774 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotTree' is not accessible through the ClassLoader. 19:41:17.774 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotTree' is not accessible through the ClassLoader. 19:41:17.774 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotTreeItem' is not accessible through the ClassLoader. 19:41:17.775 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:41:17.775 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotButton' is not accessible through the ClassLoader. 19:41:17.775 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotTreeItem' is not accessible through the ClassLoader. 19:41:17.775 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotTreeItem' is not accessible through the ClassLoader. 19:41:17.775 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotTreeItem' is not accessible through the ClassLoader. 19:41:17.775 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotTreeItem' is not accessible through the ClassLoader. 19:41:17.776 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotTreeItem' is not accessible through the ClassLoader. 19:41:17.776 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotTree' is not accessible through the ClassLoader. 19:41:17.776 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotTreeItem' is not accessible through the ClassLoader. 19:41:17.776 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotTreeItem' is not accessible through the ClassLoader. 19:41:17.776 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotTree' is not accessible through the ClassLoader. 19:41:17.777 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotTreeItem' is not accessible through the ClassLoader. 19:41:17.777 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotTreeItem' is not accessible through the ClassLoader. 19:41:17.777 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotTree' is not accessible through the ClassLoader. 19:41:17.777 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotTreeItem' is not accessible through the ClassLoader. 19:41:17.777 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotTreeItem' is not accessible through the ClassLoader. 19:41:17.778 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotTree' is not accessible through the ClassLoader. 19:41:17.778 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotTreeItem' is not accessible through the ClassLoader. 19:41:17.778 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotTreeItem' is not accessible through the ClassLoader. 19:41:17.778 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:41:17.779 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotRadio' is not accessible through the ClassLoader. 19:41:17.779 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:41:17.779 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotTree' is not accessible through the ClassLoader. 19:41:17.779 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotTreeItem' is not accessible through the ClassLoader. 19:41:17.780 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotTreeItem' is not accessible through the ClassLoader. 19:41:17.780 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotTreeItem' is not accessible through the ClassLoader. 19:41:17.780 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotTreeItem' is not accessible through the ClassLoader. 19:41:17.780 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotTree' is not accessible through the ClassLoader. 19:41:17.781 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotTree' is not accessible through the ClassLoader. 19:41:17.781 WARN - Class 'org/eclipse/swtbot/swt/finder/utils/TableCollection' is not accessible through the ClassLoader. 19:41:17.781 WARN - Class 'org/eclipse/swtbot/swt/finder/utils/TableCollection' is not accessible through the ClassLoader. 19:41:17.781 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotTreeItem' is not accessible through the ClassLoader. 19:41:17.781 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotTree' is not accessible through the ClassLoader. 19:41:17.782 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotTree' is not accessible through the ClassLoader. 19:41:17.782 WARN - Class 'org/eclipse/swtbot/swt/finder/utils/TableCollection' is not accessible through the ClassLoader. 19:41:17.782 WARN - Class 'org/eclipse/swtbot/swt/finder/utils/TableCollection' is not accessible through the ClassLoader. 19:41:17.782 WARN - Class 'org/eclipse/swtbot/swt/finder/utils/TableCollection' is not accessible through the ClassLoader. 19:41:17.782 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotTree' is not accessible through the ClassLoader. 19:41:17.782 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotTreeItem' is not accessible through the ClassLoader. 19:41:17.783 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotTree' is not accessible through the ClassLoader. 19:41:17.783 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotTree' is not accessible through the ClassLoader. 19:41:17.783 WARN - Class 'org/eclipse/swtbot/swt/finder/utils/TableCollection' is not accessible through the ClassLoader. 19:41:17.783 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotTree' is not accessible through the ClassLoader. 19:41:17.783 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotTreeItem' is not accessible through the ClassLoader. 19:41:17.784 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotTree' is not accessible through the ClassLoader. 19:41:17.784 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotTree' is not accessible through the ClassLoader. 19:41:17.784 WARN - Class 'org/eclipse/swtbot/swt/finder/utils/TableCollection' is not accessible through the ClassLoader. 19:41:17.784 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:41:17.785 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotRadio' is not accessible through the ClassLoader. 19:41:17.785 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:41:17.785 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotTree' is not accessible through the ClassLoader. 19:41:17.785 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotTree' is not accessible through the ClassLoader. 19:41:17.786 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotTree' is not accessible through the ClassLoader. 19:41:17.786 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotTreeItem' is not accessible through the ClassLoader. 19:41:17.786 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotTree' is not accessible through the ClassLoader. 19:41:17.786 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotTree' is not accessible through the ClassLoader. 19:41:17.787 WARN - Class 'org/eclipse/swtbot/swt/finder/utils/TableCollection' is not accessible through the ClassLoader. 19:41:17.787 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotTree' is not accessible through the ClassLoader. 19:41:17.787 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotTreeItem' is not accessible through the ClassLoader. 19:41:17.787 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotTree' is not accessible through the ClassLoader. 19:41:17.788 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:41:17.788 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotCheckBox' is not accessible through the ClassLoader. 19:41:17.788 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:41:17.788 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotTree' is not accessible through the ClassLoader. 19:41:17.789 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotTreeItem' is not accessible through the ClassLoader. 19:41:17.789 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotTree' is not accessible through the ClassLoader. 19:41:17.789 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotTreeItem' is not accessible through the ClassLoader. 19:41:17.790 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBotTestCase' is not accessible through the ClassLoader. 19:41:17.790 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBotTestCase' is not accessible through the ClassLoader. 19:41:17.790 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:41:17.790 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotCheckBox' is not accessible through the ClassLoader. 19:41:17.791 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:41:17.791 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotTree' is not accessible through the ClassLoader. 19:41:17.791 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotTreeItem' is not accessible through the ClassLoader. 19:41:17.791 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotTree' is not accessible through the ClassLoader. 19:41:17.792 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotTreeItem' is not accessible through the ClassLoader. 19:41:17.792 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBotTestCase' is not accessible through the ClassLoader. 19:41:17.792 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBotTestCase' is not accessible through the ClassLoader. 19:41:17.792 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:41:17.792 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotCheckBox' is not accessible through the ClassLoader. 19:41:17.793 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:41:17.793 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotTree' is not accessible through the ClassLoader. 19:41:17.793 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotTreeItem' is not accessible through the ClassLoader. 19:41:17.793 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotTreeItem' is not accessible through the ClassLoader. 19:41:17.793 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotTreeItem' is not accessible through the ClassLoader. 19:41:17.793 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotTreeItem' is not accessible through the ClassLoader. 19:41:17.794 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotTreeItem' is not accessible through the ClassLoader. 19:41:17.794 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotTree' is not accessible through the ClassLoader. 19:41:17.794 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotTreeItem' is not accessible through the ClassLoader. 19:41:17.794 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotTree' is not accessible through the ClassLoader. 19:41:17.794 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotTreeItem' is not accessible through the ClassLoader. 19:41:17.794 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotTree' is not accessible through the ClassLoader. 19:41:17.795 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotTreeItem' is not accessible through the ClassLoader. 19:41:17.795 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotTree' is not accessible through the ClassLoader. 19:41:17.795 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:41:17.795 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotCheckBox' is not accessible through the ClassLoader. 19:41:17.795 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:41:17.795 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotTree' is not accessible through the ClassLoader. 19:41:17.796 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotTreeItem' is not accessible through the ClassLoader. 19:41:17.796 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotTreeItem' is not accessible through the ClassLoader. 19:41:17.796 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotTreeItem' is not accessible through the ClassLoader. 19:41:17.796 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotTreeItem' is not accessible through the ClassLoader. 19:41:17.797 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:41:17.797 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotCheckBox' is not accessible through the ClassLoader. 19:41:17.797 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:41:17.797 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotTree' is not accessible through the ClassLoader. 19:41:17.798 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotTreeItem' is not accessible through the ClassLoader. 19:41:17.798 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotTreeItem' is not accessible through the ClassLoader. 19:41:17.798 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotTreeItem' is not accessible through the ClassLoader. 19:41:17.798 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:41:17.799 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotCheckBox' is not accessible through the ClassLoader. 19:41:17.799 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:41:17.799 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotTree' is not accessible through the ClassLoader. 19:41:17.799 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotTreeItem' is not accessible through the ClassLoader. 19:41:17.799 WARN - Class 'org/eclipse/swtbot/swt/finder/utils/TableRow' is not accessible through the ClassLoader. 19:41:17.799 WARN - Class 'org/eclipse/swtbot/swt/finder/utils/TableRow' is not accessible through the ClassLoader. 19:41:17.800 WARN - Class 'org/eclipse/swtbot/swt/finder/utils/TableRow' is not accessible through the ClassLoader. 19:41:17.800 WARN - Class 'org/eclipse/swtbot/swt/finder/utils/TableRow' is not accessible through the ClassLoader. 19:41:17.800 WARN - Class 'org/eclipse/swtbot/swt/finder/utils/TableRow' is not accessible through the ClassLoader. 19:41:17.800 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:41:17.800 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotCheckBox' is not accessible through the ClassLoader. 19:41:17.801 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:41:17.801 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotTree' is not accessible through the ClassLoader. 19:41:17.801 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotTreeItem' is not accessible through the ClassLoader. 19:41:17.801 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotTreeItem' is not accessible through the ClassLoader. 19:41:17.801 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotTreeItem' is not accessible through the ClassLoader. 19:41:17.802 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotTreeItem' is not accessible through the ClassLoader. 19:41:17.802 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotTreeItem' is not accessible through the ClassLoader. 19:41:17.802 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotTreeItem' is not accessible through the ClassLoader. 19:41:17.802 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotTreeItem' is not accessible through the ClassLoader. 19:41:17.802 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotTreeItem' is not accessible through the ClassLoader. 19:41:17.802 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:41:17.803 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotCheckBox' is not accessible through the ClassLoader. 19:41:17.803 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:41:17.803 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotTree' is not accessible through the ClassLoader. 19:41:17.803 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotTree' is not accessible through the ClassLoader. 19:41:17.803 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotTreeItem' is not accessible through the ClassLoader. 19:41:17.804 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotTreeItem' is not accessible through the ClassLoader. 19:41:17.804 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotTree' is not accessible through the ClassLoader. 19:41:17.804 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:41:17.804 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotCheckBox' is not accessible through the ClassLoader. 19:41:17.805 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:41:17.805 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotTree' is not accessible through the ClassLoader. 19:41:17.805 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotTree' is not accessible through the ClassLoader. 19:41:17.806 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotTree' is not accessible through the ClassLoader. 19:41:17.806 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotTreeItem' is not accessible through the ClassLoader. 19:41:17.806 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotTree' is not accessible through the ClassLoader. 19:41:17.806 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotTree' is not accessible through the ClassLoader. 19:41:17.807 WARN - Class 'org/eclipse/swtbot/swt/finder/utils/TableCollection' is not accessible through the ClassLoader. 19:41:17.807 WARN - Class 'org/eclipse/swtbot/swt/finder/utils/TableRow' is not accessible through the ClassLoader. 19:41:17.807 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:41:17.807 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotCheckBox' is not accessible through the ClassLoader. 19:41:17.808 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:41:17.808 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotTree' is not accessible through the ClassLoader. 19:41:17.808 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotTreeItem' is not accessible through the ClassLoader. 19:41:17.808 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBotTestCase' is not accessible through the ClassLoader. 19:41:17.809 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotTree' is not accessible through the ClassLoader. 19:41:17.809 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotTree' is not accessible through the ClassLoader. 19:41:17.809 WARN - Class 'org/eclipse/swtbot/swt/finder/utils/TableCollection' is not accessible through the ClassLoader. 19:41:17.809 WARN - Class 'org/eclipse/swtbot/swt/finder/utils/TableRow' is not accessible through the ClassLoader. 19:41:17.810 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotTree' is not accessible through the ClassLoader. 19:41:17.810 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotTreeItem' is not accessible through the ClassLoader. 19:41:17.810 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotTree' is not accessible through the ClassLoader. 19:41:17.811 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotTree' is not accessible through the ClassLoader. 19:41:17.811 WARN - Class 'org/eclipse/swtbot/swt/finder/utils/TableCollection' is not accessible through the ClassLoader. 19:41:17.811 WARN - Class 'org/eclipse/swtbot/swt/finder/utils/TableRow' is not accessible through the ClassLoader. 19:41:17.811 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotTree' is not accessible through the ClassLoader. 19:41:17.812 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotTreeItem' is not accessible through the ClassLoader. 19:41:17.812 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotTreeItem' is not accessible through the ClassLoader. 19:41:17.812 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotTree' is not accessible through the ClassLoader. 19:41:17.812 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:41:17.812 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotTabItem' is not accessible through the ClassLoader. 19:41:17.813 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:41:17.813 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotCheckBox' is not accessible through the ClassLoader. 19:41:17.813 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:41:17.813 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotCheckBox' is not accessible through the ClassLoader. 19:41:17.813 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:41:17.813 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotCheckBox' is not accessible through the ClassLoader. 19:41:17.813 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:41:17.814 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotCheckBox' is not accessible through the ClassLoader. 19:41:17.814 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:41:17.814 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotCheckBox' is not accessible through the ClassLoader. 19:41:17.814 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:41:17.814 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotRadio' is not accessible through the ClassLoader. 19:41:17.814 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:41:17.815 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotCheckBox' is not accessible through the ClassLoader. 19:41:17.815 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:41:17.815 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:41:17.815 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:41:17.816 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotButton' is not accessible through the ClassLoader. 19:41:17.816 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:41:17.816 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotTree' is not accessible through the ClassLoader. 19:41:17.816 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotTreeItem' is not accessible through the ClassLoader. 19:41:17.816 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:41:17.816 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotTree' is not accessible through the ClassLoader. 19:41:17.817 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotTreeItem' is not accessible through the ClassLoader. 19:41:17.817 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotTree' is not accessible through the ClassLoader. 19:41:17.817 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotTreeItem' is not accessible through the ClassLoader. 19:41:17.817 WARN - Class 'org/eclipse/swtbot/swt/finder/results/Result' is not accessible through the ClassLoader. 19:41:17.818 WARN - Class 'org/eclipse/swtbot/swt/finder/finders/UIThreadRunnable' is not accessible through the ClassLoader. 19:41:17.818 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotTree' is not accessible through the ClassLoader. 19:41:17.818 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotTree' is not accessible through the ClassLoader. 19:41:17.819 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotTree' is not accessible through the ClassLoader. 19:41:17.819 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:41:17.819 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotCheckBox' is not accessible through the ClassLoader. 19:41:17.819 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:41:17.819 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotTree' is not accessible through the ClassLoader. 19:41:17.820 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:41:17.820 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotCheckBox' is not accessible through the ClassLoader. 19:41:17.820 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:41:17.820 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotTree' is not accessible through the ClassLoader. 19:41:17.821 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:41:17.821 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotCheckBox' is not accessible through the ClassLoader. 19:41:17.821 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:41:17.821 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotTree' is not accessible through the ClassLoader. 19:41:17.821 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotTree' is not accessible through the ClassLoader. 19:41:17.821 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotTree' is not accessible through the ClassLoader. 19:41:17.822 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:41:17.822 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotCheckBox' is not accessible through the ClassLoader. 19:41:17.822 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:41:17.822 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotTree' is not accessible through the ClassLoader. 19:41:17.822 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotTree' is not accessible through the ClassLoader. 19:41:17.822 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotTree' is not accessible through the ClassLoader. 19:41:17.823 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotTree' is not accessible through the ClassLoader. 19:41:17.823 WARN - Class 'org/eclipse/swtbot/swt/finder/utils/TableCollection' is not accessible through the ClassLoader. 19:41:17.823 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotTree' is not accessible through the ClassLoader. 19:41:17.823 WARN - Class 'org/eclipse/swtbot/swt/finder/utils/TableCollection' is not accessible through the ClassLoader. 19:41:17.824 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotTree' is not accessible through the ClassLoader. 19:41:17.824 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotTree' is not accessible through the ClassLoader. 19:41:17.824 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotTree' is not accessible through the ClassLoader. 19:41:17.824 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:41:17.824 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotRadio' is not accessible through the ClassLoader. 19:41:17.825 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:41:17.825 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotTree' is not accessible through the ClassLoader. 19:41:17.825 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotTree' is not accessible through the ClassLoader. 19:41:17.825 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotTree' is not accessible through the ClassLoader. 19:41:17.826 WARN - Class 'org/eclipse/swtbot/swt/finder/utils/TableCollection' is not accessible through the ClassLoader. 19:41:17.826 WARN - Class 'org/eclipse/swtbot/swt/finder/utils/TableCollection' is not accessible through the ClassLoader. 19:41:17.826 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:41:17.826 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotRadio' is not accessible through the ClassLoader. 19:41:17.827 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:41:17.827 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotTree' is not accessible through the ClassLoader. 19:41:17.827 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:41:17.827 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotRadio' is not accessible through the ClassLoader. 19:41:17.828 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:41:17.828 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotTree' is not accessible through the ClassLoader. 19:41:17.828 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotTreeItem' is not accessible through the ClassLoader. 19:41:17.828 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotTree' is not accessible through the ClassLoader. 19:41:17.829 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotTree' is not accessible through the ClassLoader. 19:41:17.829 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotTreeItem' is not accessible through the ClassLoader. 19:41:17.829 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotTree' is not accessible through the ClassLoader. 19:41:17.829 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotTree' is not accessible through the ClassLoader. 19:41:17.830 WARN - Class 'org/eclipse/swtbot/swt/finder/utils/TableCollection' is not accessible through the ClassLoader. 19:41:17.830 WARN - Class 'org/eclipse/swtbot/swt/finder/utils/TableCollection' is not accessible through the ClassLoader. 19:41:17.830 WARN - Class 'org/eclipse/swtbot/swt/finder/utils/TableCollection' is not accessible through the ClassLoader. 19:41:17.830 WARN - Class 'org/eclipse/swtbot/swt/finder/utils/TableCollection' is not accessible through the ClassLoader. 19:41:17.831 WARN - Class 'org/eclipse/swtbot/swt/finder/utils/TableCollection' is not accessible through the ClassLoader. 19:41:17.831 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:41:17.831 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotRadio' is not accessible through the ClassLoader. 19:41:17.831 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:41:17.832 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotCheckBox' is not accessible through the ClassLoader. 19:41:17.832 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:41:17.832 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotButton' is not accessible through the ClassLoader. 19:41:17.832 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:41:17.832 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotTree' is not accessible through the ClassLoader. 19:41:17.833 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:41:17.833 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:41:17.833 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotButton' is not accessible through the ClassLoader. 19:41:17.833 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotTree' is not accessible through the ClassLoader. 19:41:17.833 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotTree' is not accessible through the ClassLoader. 19:41:17.853 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:41:17.853 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotRadio' is not accessible through the ClassLoader. 19:41:17.853 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:41:17.854 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotTree' is not accessible through the ClassLoader. 19:41:17.854 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotTree' is not accessible through the ClassLoader. 19:41:17.854 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotTree' is not accessible through the ClassLoader. 19:41:17.854 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotTree' is not accessible through the ClassLoader. 19:41:17.854 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotTree' is not accessible through the ClassLoader. 19:41:17.854 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotTree' is not accessible through the ClassLoader. 19:41:17.855 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotTree' is not accessible through the ClassLoader. 19:41:17.855 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotTree' is not accessible through the ClassLoader. 19:41:17.855 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:41:17.855 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotCheckBox' is not accessible through the ClassLoader. 19:41:17.855 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:41:17.855 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotTree' is not accessible through the ClassLoader. 19:41:17.856 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotTree' is not accessible through the ClassLoader. 19:41:17.856 WARN - Class 'org/eclipse/swtbot/swt/finder/utils/TableCollection' is not accessible through the ClassLoader. 19:41:17.856 WARN - Class 'org/eclipse/swtbot/swt/finder/utils/TableCollection' is not accessible through the ClassLoader. 19:41:17.856 WARN - Class 'org/eclipse/swtbot/swt/finder/utils/TableCollection' is not accessible through the ClassLoader. 19:41:17.856 WARN - Class 'org/eclipse/swtbot/swt/finder/utils/TableRow' is not accessible through the ClassLoader. 19:41:17.856 WARN - Class 'org/eclipse/swtbot/swt/finder/utils/TableCollection' is not accessible through the ClassLoader. 19:41:17.857 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotTree' is not accessible through the ClassLoader. 19:41:17.857 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotTree' is not accessible through the ClassLoader. 19:41:17.857 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:41:17.857 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBotTestCase' is not accessible through the ClassLoader. 19:41:17.857 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:41:17.858 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotRadio' is not accessible through the ClassLoader. 19:41:17.858 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:41:17.858 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotCheckBox' is not accessible through the ClassLoader. 19:41:17.858 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:41:17.858 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotCheckBox' is not accessible through the ClassLoader. 19:41:17.858 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:41:17.859 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotButton' is not accessible through the ClassLoader. 19:41:17.859 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:41:17.859 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotTree' is not accessible through the ClassLoader. 19:41:17.859 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotTree' is not accessible through the ClassLoader. 19:41:17.859 WARN - Class 'org/eclipse/swtbot/swt/finder/utils/TableCollection' is not accessible through the ClassLoader. 19:41:17.859 WARN - Class 'org/eclipse/swtbot/swt/finder/utils/TableCollection' is not accessible through the ClassLoader. 19:41:17.860 WARN - Class 'org/eclipse/swtbot/swt/finder/utils/TableCollection' is not accessible through the ClassLoader. 19:41:17.860 WARN - Class 'org/eclipse/swtbot/swt/finder/utils/TableCollection' is not accessible through the ClassLoader. 19:41:17.860 WARN - Class 'org/eclipse/swtbot/swt/finder/utils/TableRow' is not accessible through the ClassLoader. 19:41:17.860 WARN - Class 'org/eclipse/swtbot/swt/finder/utils/TableCollection' is not accessible through the ClassLoader. 19:41:17.860 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:41:17.860 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:41:17.861 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotCheckBox' is not accessible through the ClassLoader. 19:41:17.861 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:41:17.861 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotCheckBox' is not accessible through the ClassLoader. 19:41:17.861 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:41:17.861 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:41:17.861 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotTree' is not accessible through the ClassLoader. 19:41:17.862 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotTree' is not accessible through the ClassLoader. 19:41:17.862 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBotTestCase' is not accessible through the ClassLoader. 19:41:17.862 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBotTestCase' is not accessible through the ClassLoader. 19:41:17.862 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:41:17.862 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotCheckBox' is not accessible through the ClassLoader. 19:41:17.862 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:41:17.863 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotCheckBox' is not accessible through the ClassLoader. 19:41:17.863 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:41:17.863 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotTree' is not accessible through the ClassLoader. 19:41:17.863 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotTree' is not accessible through the ClassLoader. 19:41:17.863 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:41:17.863 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBotTestCase' is not accessible through the ClassLoader. 19:41:17.864 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:41:17.864 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBotTestCase' is not accessible through the ClassLoader. 19:41:17.864 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotTree' is not accessible through the ClassLoader. 19:41:17.864 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotTreeItem' is not accessible through the ClassLoader. 19:41:17.864 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:41:17.864 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotCheckBox' is not accessible through the ClassLoader. 19:41:17.865 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:41:17.865 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotCheckBox' is not accessible through the ClassLoader. 19:41:17.865 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:41:17.865 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotTree' is not accessible through the ClassLoader. 19:41:17.866 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:41:17.866 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotButton' is not accessible through the ClassLoader. 19:41:17.866 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotTreeItem' is not accessible through the ClassLoader. 19:41:17.866 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:41:17.866 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBotTestCase' is not accessible through the ClassLoader. 19:41:17.866 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBotTestCase' is not accessible through the ClassLoader. 19:41:17.867 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBotTestCase' is not accessible through the ClassLoader. 19:41:17.867 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBotTestCase' is not accessible through the ClassLoader. 19:41:17.867 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBotTestCase' is not accessible through the ClassLoader. 19:41:17.867 WARN - Class 'org/eclipse/swtbot/swt/finder/results/Result' is not accessible through the ClassLoader. 19:41:17.868 WARN - Class 'org/eclipse/swtbot/swt/finder/finders/UIThreadRunnable' is not accessible through the ClassLoader. 19:41:17.868 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:41:17.868 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotCheckBox' is not accessible through the ClassLoader. 19:41:17.868 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:41:17.868 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotTree' is not accessible through the ClassLoader. 19:41:17.868 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotTreeItem' is not accessible through the ClassLoader. 19:41:17.869 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:41:17.869 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotButton' is not accessible through the ClassLoader. 19:41:17.869 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotTreeItem' is not accessible through the ClassLoader. 19:41:17.869 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:41:17.869 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:41:17.869 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotCheckBox' is not accessible through the ClassLoader. 19:41:17.870 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:41:17.870 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotTree' is not accessible through the ClassLoader. 19:41:17.870 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotTreeItem' is not accessible through the ClassLoader. 19:41:17.870 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:41:17.870 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotButton' is not accessible through the ClassLoader. 19:41:17.870 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotTreeItem' is not accessible through the ClassLoader. 19:41:17.871 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:41:17.871 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBotTestCase' is not accessible through the ClassLoader. 19:41:17.871 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBotTestCase' is not accessible through the ClassLoader. 19:41:17.871 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBotTestCase' is not accessible through the ClassLoader. 19:41:17.871 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBotTestCase' is not accessible through the ClassLoader. 19:41:17.871 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBotTestCase' is not accessible through the ClassLoader. 19:41:17.872 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:41:17.872 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotTree' is not accessible through the ClassLoader. 19:41:17.872 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotTree' is not accessible through the ClassLoader. 19:41:17.872 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:41:17.872 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotTree' is not accessible through the ClassLoader. 19:41:17.873 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:41:17.873 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:41:17.873 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotTabItem' is not accessible through the ClassLoader. 19:41:17.873 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:41:17.873 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotCheckBox' is not accessible through the ClassLoader. 19:41:17.873 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:41:17.874 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotButton' is not accessible through the ClassLoader. 19:41:17.874 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:41:17.874 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotCheckBox' is not accessible through the ClassLoader. 19:41:17.874 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:41:17.874 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotCheckBox' is not accessible through the ClassLoader. 19:41:17.874 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:41:17.874 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotCheckBox' is not accessible through the ClassLoader. 19:41:17.875 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:41:17.875 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotCheckBox' is not accessible through the ClassLoader. 19:41:17.875 WARN - Class 'org/eclipse/swtbot/swt/finder/SWTBot' is not accessible through the ClassLoader. 19:41:17.883 INFO - Java bytecode scan done: 1031 ms 19:41:17.884 INFO - Java Test Files AST scan... 19:41:17.884 INFO - 0 source files to be analyzed 19:41:17.888 INFO - Java Test Files AST scan done: 4 ms 19:41:17.888 INFO - Package design analysis... 19:41:17.888 INFO - 0/0 source files have been analyzed 19:41:17.948 INFO - Package design analysis done: 60 ms 19:41:17.950 INFO - Sensor JavaSquidSensor done: 11004 ms 19:41:17.952 INFO - Sensor QProfileSensor... 19:41:17.953 INFO - Sensor QProfileSensor done: 1 ms 19:41:17.953 INFO - Sensor InitialOpenIssuesSensor... 19:41:17.979 INFO - Sensor InitialOpenIssuesSensor done: 26 ms 19:41:17.979 INFO - Sensor ProjectLinksSensor... 19:41:17.992 INFO - Sensor ProjectLinksSensor done: 13 ms 19:41:17.993 INFO - Sensor VersionEventsSensor... 19:41:18.000 INFO - Sensor VersionEventsSensor done: 7 ms 19:41:18.000 INFO - Sensor FileHashSensor... 19:41:18.004 INFO - Sensor FileHashSensor done: 4 ms 19:41:18.004 INFO - Sensor org.sonar.plugins.findbugs.FindbugsSensor@76a9d257... 19:41:18.008 INFO - Execute Findbugs 3.0.1... 19:41:18.181 INFO - Findbugs output report: /home/jenkins/agent/workspace/swtbot-sonar/org.eclipse.swtbot.swt.finder.test/target/sonar/findbugs-result.xml The following classes needed for analysis were missing: org.eclipse.swtbot.swt.finder.SWTBotTestCase org.eclipse.swtbot.swt.finder.results.VoidResult org.eclipse.swtbot.swt.finder.waits.DefaultCondition org.eclipse.swtbot.swt.finder.results.Result org.eclipse.swtbot.swt.finder.matchers.AbstractMatcher org.eclipse.swtbot.swt.finder.utils.StringConverter org.eclipse.swtbot.swt.finder.results.WidgetResult org.eclipse.swtbot.swt.finder.widgets.AbstractSWTBot org.eclipse.swtbot.swt.finder.results.IntResult org.eclipse.swtbot.swt.finder.widgets.SWTBotTabItem org.eclipse.swtbot.swt.finder.SWTBot org.eclipse.swtbot.swt.finder.widgets.SWTBotShell org.eclipse.swtbot.swt.finder.matchers.WidgetMatcherFactory org.eclipse.swtbot.swt.finder.finders.ControlFinder org.eclipse.swtbot.swt.finder.widgets.SWTBotCLabel org.eclipse.swtbot.swt.finder.widgets.SWTBotRadio org.eclipse.swtbot.swt.finder.utils.SWTUtils org.eclipse.swtbot.swt.finder.utils.TreePath org.eclipse.swtbot.swt.finder.widgets.SWTBotButton org.eclipse.swtbot.swt.finder.utils.Traverse org.eclipse.swtbot.swt.finder.finders.UIThreadRunnable org.eclipse.swtbot.swt.finder.widgets.SWTBotText org.eclipse.swtbot.swt.finder.widgets.SWTBotCheckBox org.eclipse.swtbot.swt.finder.widgets.SWTBotTable org.eclipse.swtbot.swt.finder.utils.TableRow org.eclipse.swtbot.swt.finder.utils.TableCollection org.eclipse.swtbot.swt.finder.widgets.SWTBotTableItem org.eclipse.swtbot.swt.finder.widgets.SWTBotToolbarToggleButton org.eclipse.swtbot.swt.finder.widgets.SWTBotLabel org.eclipse.swtbot.swt.finder.ReferenceBy org.eclipse.swtbot.swt.finder.utils.SWTBotPreferences org.eclipse.swtbot.swt.finder.widgets.SWTBotTableColumn org.eclipse.swtbot.swt.finder.widgets.SWTBotTree org.eclipse.swtbot.swt.finder.widgets.SWTBotTreeItem org.eclipse.swtbot.swt.finder.waits.Conditions org.eclipse.swtbot.swt.finder.widgets.SWTBotMenu org.eclipse.swtbot.swt.finder.widgets.SWTBotRootMenu org.eclipse.swtbot.swt.finder.utils.SWTBotEvents org.eclipse.swtbot.swt.finder.finders.MenuFinder org.eclipse.swtbot.swt.finder.widgets.SWTBotToolbarRadioButton org.eclipse.swtbot.swt.finder.keyboard.Keystrokes org.eclipse.swt.examples.dnd.DNDExample org.eclipse.swtbot.swt.finder.widgets.SWTBotCombo org.eclipse.swtbot.swt.finder.widgets.SWTBotTreeColumn org.eclipse.swtbot.swt.finder.widgets.SWTBotTrayItem org.eclipse.swtbot.swt.finder.utils.MultiValueMap org.eclipse.swtbot.swt.finder.widgets.SWTBotToggleButton org.eclipse.swtbot.swt.finder.keyboard.KeyboardLayout org.eclipse.swtbot.swt.finder.utils.SWTBotPreferences$KeyboardLayoutDetector org.eclipse.swt.examples.addressbook.AddressBook org.eclipse.swtbot.swt.finder.resolvers.NullResolver org.eclipse.swt.examples.controlexample.ControlExample org.eclipse.swtbot.swt.finder.utils.Credentials org.eclipse.swtbot.swt.finder.widgets.SWTBotLink org.eclipse.swtbot.swt.finder.widgets.SWTBotToolbarButton org.eclipse.swtbot.swt.finder.widgets.SWTBotSlider org.eclipse.swtbot.swt.finder.keyboard.KeyboardFactory org.eclipse.swtbot.swt.finder.widgets.SWTBotCCombo org.eclipse.swtbot.swt.finder.widgets.SWTBotDateTime org.eclipse.swtbot.swt.finder.widgets.SWTBotList org.eclipse.swtbot.swt.finder.SWTBotAssert org.eclipse.swtbot.swt.finder.waits.ICondition org.eclipse.jface.snippets.viewers.Snippet009CellEditors org.eclipse.swtbot.swt.finder.widgets.SWTBotCanvas org.eclipse.swtbot.swt.finder.finders.ChildrenControlFinder org.eclipse.swtbot.swt.finder.finders.Finder org.eclipse.swtbot.swt.finder.widgets.TimeoutException org.eclipse.swtbot.swt.finder.matchers.WithItem org.eclipse.swtbot.swt.finder.utils.FileUtils org.eclipse.swtbot.swt.finder.widgets.SWTBotExpandBar org.eclipse.swtbot.swt.finder.widgets.SWTBotExpandItem org.eclipse.swtbot.swt.finder.exceptions.WidgetNotFoundException org.eclipse.swtbot.swt.finder.widgets.SWTBotSpinner org.eclipse.swtbot.swt.finder.utils.ImageFormatConverter org.eclipse.swtbot.swt.finder.utils.BidiMap org.eclipse.swtbot.swt.finder.utils.Position org.eclipse.swtbot.swt.finder.widgets.SWTBotProgressBar org.eclipse.swtbot.swt.finder.widgets.SWTBotToolbarDropDownButton org.eclipse.swt.examples.controlexample.CustomControlExample org.eclipse.swt.examples.clipboard.ClipboardExample org.eclipse.swtbot.swt.finder.finders.PathGenerator org.eclipse.swtbot.swt.finder.widgets.SWTBotArrowButton org.eclipse.swtbot.swt.finder.exceptions.AssertionFailedException org.eclipse.swtbot.swt.finder.widgets.SWTBotStyledText org.eclipse.swtbot.swt.finder.keyboard.Keyboard org.eclipse.swtbot.swt.finder.utils.ClassUtils org.eclipse.swtbot.swt.finder.resolvers.Resolver org.eclipse.swtbot.swt.finder.resolvers.CompositeResolver org.eclipse.swtbot.swt.finder.widgets.SWTBotScale org.eclipse.swtbot.swt.finder.widgets.SWTBotBrowser org.eclipse.jface.snippets.viewers.Snippet052DoubleClickCellEditor org.eclipse.swt.examples.browserexample.BrowserExample org.eclipse.swtbot.swt.finder.widgets.SWTBotCTabItem org.eclipse.swtbot.swt.finder.utils.StringUtils org.eclipse.swtbot.swt.finder.waits.WaitForObjectCondition org.eclipse.swtbot.swt.finder.resolvers.IResolvable org.eclipse.swtbot.swt.finder.keyboard.AWTKeyboardStrategy org.eclipse.swtbot.swt.finder.keyboard.SWTKeyboardStrategy org.eclipse.swtbot.swt.finder.keyboard.MockKeyboardStrategy 19:41:27.154 INFO - Execute Findbugs 3.0.1 done: 9146 ms 19:41:27.159 INFO - Sensor org.sonar.plugins.findbugs.FindbugsSensor@76a9d257 done: 9155 ms 19:41:27.160 INFO - Sensor SurefireSensor... 19:41:27.160 INFO - parsing /home/jenkins/agent/workspace/swtbot-sonar/org.eclipse.swtbot.swt.finder.test/target/surefire-reports 19:41:27.475 INFO - Sensor SurefireSensor done: 315 ms 19:41:27.475 INFO - Sensor JaCoCoOverallSensor... 19:41:27.476 WARN - You are not using the latest JaCoCo binary format version, please consider upgrading to latest JaCoCo version. 19:41:27.476 INFO - Analysing /home/jenkins/agent/workspace/swtbot-sonar/org.eclipse.swtbot.swt.finder.test/../target/jacoco.exec 19:41:27.485 WARN - You are not using the latest JaCoCo binary format version, please consider upgrading to latest JaCoCo version. 19:41:27.485 INFO - Analysing /home/jenkins/agent/workspace/swtbot-sonar/org.eclipse.swtbot.swt.finder.test/target/sonar/jacoco-overall.exec 19:41:27.575 INFO - No information about coverage per test. 19:41:27.575 INFO - Sensor JaCoCoOverallSensor done: 100 ms 19:41:27.575 INFO - Sensor PmdSensor... 19:41:27.576 INFO - Execute PMD 5.4.2... 19:41:27.579 INFO - Java version: 1.6 19:41:27.583 INFO - PMD configuration: /home/jenkins/agent/workspace/swtbot-sonar/org.eclipse.swtbot.swt.finder.test/target/sonar/pmd.xml 19:41:30.391 INFO - Execute PMD 5.4.2 done: 2815 ms 19:41:30.450 INFO - Sensor PmdSensor done: 2875 ms 19:41:30.451 INFO - Sensor CheckstyleSensor... 19:41:30.451 INFO - Execute Checkstyle ${checkstyle.version}... 19:41:30.452 INFO - Checkstyle configuration: /home/jenkins/agent/workspace/swtbot-sonar/org.eclipse.swtbot.swt.finder.test/target/sonar/checkstyle.xml 19:41:31.395 INFO - Execute Checkstyle ${checkstyle.version} done: 944 ms 19:41:31.396 INFO - Sensor CheckstyleSensor done: 945 ms 19:41:31.396 INFO - Sensor JaCoCoSensor... 19:41:31.400 WARN - You are not using the latest JaCoCo binary format version, please consider upgrading to latest JaCoCo version. 19:41:31.400 INFO - Analysing /home/jenkins/agent/workspace/swtbot-sonar/org.eclipse.swtbot.swt.finder.test/../target/jacoco.exec 19:41:31.478 INFO - No information about coverage per test. 19:41:31.478 INFO - Sensor JaCoCoSensor done: 82 ms 19:41:31.478 INFO - Sensor CPD Sensor (wrapped)... 19:41:31.478 INFO - JavaCpdEngine is used for java 19:41:31.481 INFO - Cross-project analysis disabled 19:41:31.690 INFO - Sensor CPD Sensor (wrapped) done: 212 ms 19:41:31.928 INFO - Execute decorators... 19:41:32.886 INFO - ------------- Scan org.eclipse.swtbot.nebula.nattable.finder.test 19:41:32.888 INFO - Load module settings 19:41:32.983 INFO - Configure Maven plugins 19:41:32.986 INFO - Compare to previous analysis (2019-09-13) 19:41:32.987 INFO - Compare over 30 days (2019-12-25, analysis of 2019-09-13 14:36:20.0) 19:41:32.989 INFO - Compare to previous version (2019-06-14) 19:41:32.990 INFO - No quality gate is configured. 19:41:33.004 INFO - Base dir: /home/jenkins/agent/workspace/swtbot-sonar/org.eclipse.swtbot.nebula.nattable.finder.test 19:41:33.005 INFO - Working dir: /home/jenkins/agent/workspace/swtbot-sonar/org.eclipse.swtbot.nebula.nattable.finder.test/target/sonar 19:41:33.005 INFO - Source paths: pom.xml, src 19:41:33.005 INFO - Binary dirs: target/classes 19:41:33.005 INFO - Source encoding: UTF-8, default locale: en_US 19:41:33.005 INFO - Index files 19:41:33.005 INFO - Excluded sources: 19:41:33.005 INFO - **/util/*Switch.java 19:41:33.019 INFO - 13 files indexed 19:41:33.118 INFO - Quality profile for java: Sonar way with Findbugs 19:41:33.121 INFO - JaCoCoItSensor: JaCoCo IT report not found: /home/jenkins/agent/workspace/swtbot-sonar/org.eclipse.swtbot.nebula.nattable.finder.test/target/jacoco-it.exec 19:41:33.123 INFO - Sensor JavaSquidSensor... 19:41:33.126 INFO - Configured Java source version (sonar.java.source): 6 19:41:33.126 INFO - JavaClasspath initialization... 19:41:33.159 INFO - JavaClasspath initialization done: 33 ms 19:41:33.159 INFO - JavaTestClasspath initialization... 19:41:33.210 INFO - JavaTestClasspath initialization done: 51 ms 19:41:33.216 INFO - Java Main Files AST scan... 19:41:33.217 INFO - 13 source files to be analyzed 19:41:33.297 ERROR - Class not found: org.osgi.annotation.versioning.ConsumerType 19:41:33.298 ERROR - Class not found: org.osgi.annotation.versioning.ProviderType 19:41:33.432 ERROR - Class not found: org.eclipse.swtbot.nebula.nattable.finder.SWTNatTableBot 19:41:33.525 ERROR - Class not found: org.eclipse.swtbot.nebula.nattable.finder.SWTNatTableBot 19:41:33.944 ERROR - Class not found: org.eclipse.swtbot.nebula.nattable.finder.SWTNatTableBot 19:41:34.356 ERROR - Class not found: org.eclipse.swtbot.nebula.nattable.finder.SWTNatTableBot 19:41:34.778 INFO - Java Main Files AST scan done: 1562 ms 19:41:34.779 INFO - 13/13 source files have been analyzed 19:41:34.780 INFO - Java bytecode scan... 19:41:34.849 WARN - Class 'org/eclipse/swtbot/nebula/nattable/finder/SWTNatTableBot' is not accessible through the ClassLoader. 19:41:34.849 WARN - Class 'org/eclipse/swtbot/nebula/nattable/finder/widgets/SWTBotNatTable' is not accessible through the ClassLoader. 19:41:34.849 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotMenu' is not accessible through the ClassLoader. 19:41:34.849 WARN - Class 'org/eclipse/swtbot/swt/finder/utils/SWTUtils' is not accessible through the ClassLoader. 19:41:34.850 WARN - Class 'org/eclipse/swtbot/nebula/nattable/finder/widgets/SWTBotNatTable' is not accessible through the ClassLoader. 19:41:34.850 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotRootMenu' is not accessible through the ClassLoader. 19:41:34.851 WARN - Class 'org/eclipse/swtbot/swt/finder/widgets/SWTBotMenu' is not accessible through the ClassLoader. 19:41:34.851 WARN - Class 'org/eclipse/swtbot/swt/finder/utils/SWTUtils' is not accessible through the ClassLoader. 19:41:34.851 WARN - Class 'org/eclipse/swtbot/nebula/nattable/finder/SWTNatTableBot' is not accessible through the ClassLoader. 19:41:34.900 WARN - Class 'org/eclipse/swtbot/swt/finder/results/VoidResult' is not accessible through the ClassLoader. 19:41:34.900 WARN - Class 'org/eclipse/swtbot/swt/finder/finders/UIThreadRunnable' is not accessible through the ClassLoader. 19:41:34.901 WARN - Class 'org/eclipse/swtbot/nebula/nattable/finder/widgets/SWTBotNatTable' is not accessible through the ClassLoader. 19:41:34.901 WARN - Class 'org/eclipse/swtbot/swt/finder/results/VoidResult' is not accessible through the ClassLoader. 19:41:34.901 WARN - Class 'org/eclipse/swtbot/swt/finder/finders/UIThreadRunnable' is not accessible through the ClassLoader. 19:41:34.903 WARN - Class 'org/eclipse/swtbot/nebula/nattable/finder/SWTNatTableBot' is not accessible through the ClassLoader. 19:41:34.903 WARN - Class 'org/eclipse/swtbot/nebula/nattable/finder/SWTNatTableBot' is not accessible through the ClassLoader. 19:41:34.904 WARN - Class 'org/eclipse/swtbot/swt/finder/utils/SWTBotEvents' is not accessible through the ClassLoader. 19:41:34.912 WARN - Class 'org/eclipse/swtbot/swt/finder/utils/SWTBotEvents' is not accessible through the ClassLoader. 19:41:34.916 WARN - Class 'org/eclipse/swtbot/nebula/nattable/finder/SWTNatTableBot' is not accessible through the ClassLoader. 19:41:34.936 WARN - Class 'org/eclipse/swtbot/nebula/nattable/finder/SWTNatTableBot' is not accessible through the ClassLoader. 19:41:34.936 WARN - Class 'org/eclipse/swtbot/nebula/nattable/finder/widgets/SWTBotNatTable' is not accessible through the ClassLoader. 19:41:34.936 WARN - Class 'org/eclipse/swtbot/nebula/nattable/finder/widgets/SWTBotNatTable' is not accessible through the ClassLoader. 19:41:34.937 WARN - Class 'org/eclipse/swtbot/nebula/nattable/finder/widgets/SWTBotNatTable' is not accessible through the ClassLoader. 19:41:34.937 WARN - Class 'org/eclipse/swtbot/nebula/nattable/finder/widgets/SWTBotNatTable' is not accessible through the ClassLoader. 19:41:34.937 WARN - Class 'org/eclipse/swtbot/nebula/nattable/finder/widgets/SWTBotNatTable' is not accessible through the ClassLoader. 19:41:34.937 WARN - Class 'org/eclipse/swtbot/nebula/nattable/finder/SWTNatTableBot' is not accessible through the ClassLoader. 19:41:34.938 WARN - Class 'org/eclipse/swtbot/nebula/nattable/finder/widgets/SWTBotNatTable' is not accessible through the ClassLoader. 19:41:34.938 WARN - Class 'org/eclipse/swtbot/nebula/nattable/finder/widgets/SWTBotNatTable' is not accessible through the ClassLoader. 19:41:34.938 WARN - Class 'org/eclipse/swtbot/nebula/nattable/finder/SWTNatTableBot' is not accessible through the ClassLoader. 19:41:34.938 WARN - Class 'org/eclipse/swtbot/nebula/nattable/finder/widgets/SWTBotNatTable' is not accessible through the ClassLoader. 19:41:34.938 WARN - Class 'org/eclipse/swtbot/nebula/nattable/finder/widgets/SWTBotNatTable' is not accessible through the ClassLoader. 19:41:34.939 WARN - Class 'org/eclipse/swtbot/nebula/nattable/finder/SWTNatTableBot' is not accessible through the ClassLoader. 19:41:34.939 WARN - Class 'org/eclipse/swtbot/nebula/nattable/finder/widgets/SWTBotNatTable' is not accessible through the ClassLoader. 19:41:34.939 WARN - Class 'org/eclipse/swtbot/nebula/nattable/finder/SWTNatTableBot' is not accessible through the ClassLoader. 19:41:34.939 WARN - Class 'org/eclipse/swtbot/nebula/nattable/finder/widgets/SWTBotNatTable' is not accessible through the ClassLoader. 19:41:34.939 WARN - Class 'org/eclipse/swtbot/nebula/nattable/finder/SWTNatTableBot' is not accessible through the ClassLoader. 19:41:34.940 WARN - Class 'org/eclipse/swtbot/nebula/nattable/finder/widgets/SWTBotNatTable' is not accessible through the ClassLoader. 19:41:34.940 WARN - Class 'org/eclipse/swtbot/nebula/nattable/finder/SWTNatTableBot' is not accessible through the ClassLoader. 19:41:34.940 WARN - Class 'org/eclipse/swtbot/nebula/nattable/finder/widgets/SWTBotNatTable' is not accessible through the ClassLoader. 19:41:34.940 WARN - Class 'org/eclipse/swtbot/nebula/nattable/finder/SWTNatTableBot' is not accessible through the ClassLoader. 19:41:34.940 WARN - Class 'org/eclipse/swtbot/nebula/nattable/finder/widgets/SWTBotNatTable' is not accessible through the ClassLoader. 19:41:34.941 WARN - Class 'org/eclipse/swtbot/nebula/nattable/finder/SWTNatTableBot' is not accessible through the ClassLoader. 19:41:34.941 WARN - Class 'org/eclipse/swtbot/nebula/nattable/finder/widgets/SWTBotNatTable' is not accessible through the ClassLoader. 19:41:34.941 WARN - Class 'org/eclipse/swtbot/nebula/nattable/finder/SWTNatTableBot' is not accessible through the ClassLoader. 19:41:34.941 WARN - Class 'org/eclipse/swtbot/nebula/nattable/finder/widgets/SWTBotNatTable' is not accessible through the ClassLoader. 19:41:34.941 WARN - Class 'org/eclipse/swtbot/nebula/nattable/finder/widgets/SWTBotNatTable' is not accessible through the ClassLoader. 19:41:34.941 WARN - Class 'org/eclipse/swtbot/nebula/nattable/finder/widgets/SWTBotNatTable' is not accessible through the ClassLoader. 19:41:34.942 WARN - Class 'org/eclipse/swtbot/nebula/nattable/finder/widgets/SWTBotNatTable' is not accessible through the ClassLoader. 19:41:34.942 WARN - Class 'org/eclipse/swtbot/nebula/nattable/finder/SWTNatTableBot' is not accessible through the ClassLoader. 19:41:34.942 WARN - Class 'org/eclipse/swtbot/nebula/nattable/finder/widgets/Position' is not accessible through the ClassLoader. 19:41:34.942 WARN - Class 'org/eclipse/swtbot/nebula/nattable/finder/widgets/SWTBotNatTable' is not accessible through the ClassLoader. 19:41:34.942 WARN - Class 'org/eclipse/swtbot/nebula/nattable/finder/widgets/SWTBotNatTable' is not accessible through the ClassLoader. 19:41:34.943 WARN - Class 'org/eclipse/swtbot/nebula/nattable/finder/widgets/SWTBotNatTable' is not accessible through the ClassLoader. 19:41:34.943 WARN - Class 'org/eclipse/swtbot/nebula/nattable/finder/widgets/SWTBotNatTable' is not accessible through the ClassLoader. 19:41:34.943 WARN - Class 'org/eclipse/swtbot/nebula/nattable/finder/widgets/SWTBotNatTable' is not accessible through the ClassLoader. 19:41:34.943 WARN - Class 'org/eclipse/swtbot/nebula/nattable/finder/widgets/SWTBotNatTable' is not accessible through the ClassLoader. 19:41:34.943 WARN - Class 'org/eclipse/swtbot/nebula/nattable/finder/SWTNatTableBot' is not accessible through the ClassLoader. 19:41:34.944 WARN - Class 'org/eclipse/swtbot/nebula/nattable/finder/widgets/Position' is not accessible through the ClassLoader. 19:41:34.944 WARN - Class 'org/eclipse/swtbot/nebula/nattable/finder/widgets/SWTBotNatTable' is not accessible through the ClassLoader. 19:41:34.944 WARN - Class 'org/eclipse/swtbot/nebula/nattable/finder/SWTNatTableBot' is not accessible through the ClassLoader. 19:41:34.944 WARN - Class 'org/eclipse/swtbot/nebula/nattable/finder/widgets/Position' is not accessible through the ClassLoader. 19:41:34.944 WARN - Class 'org/eclipse/swtbot/nebula/nattable/finder/widgets/SWTBotNatTable' is not accessible through the ClassLoader. 19:41:34.945 WARN - Class 'org/eclipse/swtbot/nebula/nattable/finder/SWTNatTableBot' is not accessible through the ClassLoader. 19:41:34.945 WARN - Class 'org/eclipse/swtbot/nebula/nattable/finder/widgets/SWTBotNatTable' is not accessible through the ClassLoader. 19:41:34.945 WARN - Class 'org/eclipse/swtbot/nebula/nattable/finder/widgets/SWTBotNatTable' is not accessible through the ClassLoader. 19:41:34.945 WARN - Class 'org/eclipse/swtbot/nebula/nattable/finder/SWTNatTableBot' is not accessible through the ClassLoader. 19:41:34.986 WARN - Class 'org/eclipse/swtbot/nebula/nattable/finder/widgets/Position' is not accessible through the ClassLoader. 19:41:34.987 WARN - Class 'org/eclipse/swtbot/nebula/nattable/finder/SWTNatTableBot' is not accessible through the ClassLoader. 19:41:34.987 WARN - Class 'org/eclipse/swtbot/nebula/nattable/finder/widgets/Position' is not accessible through the ClassLoader. 19:41:34.987 WARN - Class 'org/eclipse/swtbot/nebula/nattable/finder/widgets/SWTBotNatTable' is not accessible through the ClassLoader. 19:41:34.987 WARN - Class 'org/eclipse/swtbot/nebula/nattable/finder/widgets/SWTBotNatTable' is not accessible through the ClassLoader. 19:41:34.987 WARN - Class 'org/eclipse/swtbot/nebula/nattable/finder/widgets/SWTBotNatTable' is not accessible through the ClassLoader. 19:41:34.988 WARN - Class 'org/eclipse/swtbot/nebula/nattable/finder/widgets/SWTBotNatTable' is not accessible through the ClassLoader. 19:41:34.988 WARN - Class 'org/eclipse/swtbot/nebula/nattable/finder/widgets/Position' is not accessible through the ClassLoader. 19:41:34.988 WARN - Class 'org/eclipse/swtbot/nebula/nattable/finder/widgets/SWTBotNatTable' is not accessible through the ClassLoader. 19:41:34.988 WARN - Class 'org/eclipse/swtbot/nebula/nattable/finder/widgets/SWTBotNatTable' is not accessible through the ClassLoader. 19:41:34.988 WARN - Class 'org/eclipse/swtbot/nebula/nattable/finder/widgets/SWTBotNatTable' is not accessible through the ClassLoader. 19:41:34.989 WARN - Class 'org/eclipse/swtbot/nebula/nattable/finder/widgets/SWTBotNatTable' is not accessible through the ClassLoader. 19:41:34.989 WARN - Class 'org/eclipse/swtbot/nebula/nattable/finder/SWTNatTableBot' is not accessible through the ClassLoader. 19:41:34.989 WARN - Class 'org/eclipse/swtbot/nebula/nattable/finder/widgets/Position' is not accessible through the ClassLoader. 19:41:34.989 WARN - Class 'org/eclipse/swtbot/nebula/nattable/finder/widgets/SWTBotNatTable' is not accessible through the ClassLoader. 19:41:34.989 WARN - Class 'org/eclipse/swtbot/nebula/nattable/finder/widgets/SWTBotNatTable' is not accessible through the ClassLoader. 19:41:34.990 WARN - Class 'org/eclipse/swtbot/nebula/nattable/finder/widgets/SWTBotNatTable' is not accessible through the ClassLoader. 19:41:34.990 WARN - Class 'org/eclipse/swtbot/nebula/nattable/finder/widgets/SWTBotNatTable' is not accessible through the ClassLoader. 19:41:34.990 WARN - Class 'org/eclipse/swtbot/nebula/nattable/finder/widgets/SWTBotNatTable' is not accessible through the ClassLoader. 19:41:34.990 WARN - Class 'org/eclipse/swtbot/nebula/nattable/finder/widgets/SWTBotNatTable' is not accessible through the ClassLoader. 19:41:34.990 WARN - Class 'org/eclipse/swtbot/nebula/nattable/finder/widgets/SWTBotNatTable' is not accessible through the ClassLoader. 19:41:34.991 WARN - Class 'org/eclipse/swtbot/nebula/nattable/finder/widgets/SWTBotNatTable' is not accessible through the ClassLoader. 19:41:34.991 WARN - Class 'org/eclipse/swtbot/nebula/nattable/finder/SWTNatTableBot' is not accessible through the ClassLoader. 19:41:34.991 WARN - Class 'org/eclipse/swtbot/nebula/nattable/finder/widgets/SWTBotNatTable' is not accessible through the ClassLoader. 19:41:34.991 WARN - Class 'org/eclipse/swtbot/nebula/nattable/finder/widgets/SWTBotNatTable' is not accessible through the ClassLoader. 19:41:34.991 WARN - Class 'org/eclipse/swtbot/nebula/nattable/finder/widgets/SWTBotNatTable' is not accessible through the ClassLoader. 19:41:34.992 WARN - Class 'org/eclipse/swtbot/nebula/nattable/finder/widgets/SWTBotNatTable' is not accessible through the ClassLoader. 19:41:34.992 WARN - Class 'org/eclipse/swtbot/nebula/nattable/finder/widgets/SWTBotNatTable' is not accessible through the ClassLoader. 19:41:34.992 WARN - Class 'org/eclipse/swtbot/nebula/nattable/finder/SWTNatTableBot' is not accessible through the ClassLoader. 19:41:34.992 WARN - Class 'org/eclipse/swtbot/nebula/nattable/finder/widgets/SWTBotNatTable' is not accessible through the ClassLoader. 19:41:34.992 WARN - Class 'org/eclipse/swtbot/nebula/nattable/finder/widgets/SWTBotNatTable' is not accessible through the ClassLoader. 19:41:34.993 WARN - Class 'org/eclipse/swtbot/nebula/nattable/finder/SWTNatTableBot' is not accessible through the ClassLoader. 19:41:34.993 WARN - Class 'org/eclipse/swtbot/nebula/nattable/finder/widgets/SWTBotNatTable' is not accessible through the ClassLoader. 19:41:34.993 WARN - Class 'org/eclipse/swtbot/nebula/nattable/finder/widgets/SWTBotNatTable' is not accessible through the ClassLoader. 19:41:34.993 WARN - Class 'org/eclipse/swtbot/nebula/nattable/finder/widgets/SWTBotNatTable' is not accessible through the ClassLoader. 19:41:34.993 WARN - Class 'org/eclipse/swtbot/nebula/nattable/finder/widgets/SWTBotNatTable' is not accessible through the ClassLoader. 19:41:34.994 WARN - Class 'org/eclipse/swtbot/nebula/nattable/finder/widgets/SWTBotNatTable' is not accessible through the ClassLoader. 19:41:34.994 WARN - Class 'org/eclipse/swtbot/nebula/nattable/finder/widgets/SWTBotNatTable' is not accessible through the ClassLoader. 19:41:34.994 WARN - Class 'org/eclipse/swtbot/nebula/nattable/finder/SWTNatTableBot' is not accessible through the ClassLoader. 19:41:35.014 INFO - Java bytecode scan done: 234 ms 19:41:35.014 INFO - Java Test Files AST scan... 19:41:35.014 INFO - 0 source files to be analyzed 19:41:35.014 INFO - Java Test Files AST scan done: 0 ms 19:41:35.015 INFO - Package design analysis... 19:41:35.015 INFO - 0/0 source files have been analyzed 19:41:35.023 INFO - Package design analysis done: 8 ms 19:41:35.024 INFO - Sensor JavaSquidSensor done: 1901 ms 19:41:35.026 INFO - Sensor QProfileSensor... 19:41:35.027 INFO - Sensor QProfileSensor done: 1 ms 19:41:35.027 INFO - Sensor InitialOpenIssuesSensor... 19:41:35.073 INFO - Sensor InitialOpenIssuesSensor done: 46 ms 19:41:35.073 INFO - Sensor ProjectLinksSensor... 19:41:35.087 INFO - Sensor ProjectLinksSensor done: 14 ms 19:41:35.088 INFO - Sensor VersionEventsSensor... 19:41:35.097 INFO - Sensor VersionEventsSensor done: 9 ms 19:41:35.097 INFO - Sensor FileHashSensor... 19:41:35.098 INFO - Sensor FileHashSensor done: 1 ms 19:41:35.098 INFO - Sensor org.sonar.plugins.findbugs.FindbugsSensor@4c97d87d... 19:41:35.108 INFO - Execute Findbugs 3.0.1... 19:41:35.159 INFO - Findbugs output report: /home/jenkins/agent/workspace/swtbot-sonar/org.eclipse.swtbot.nebula.nattable.finder.test/target/sonar/findbugs-result.xml The following classes needed for analysis were missing: org.eclipse.swtbot.swt.finder.results.VoidResult org.eclipse.swtbot.nebula.nattable.finder.widgets.SWTBotNatTable org.eclipse.swtbot.nebula.nattable.finder.SWTNatTableBot org.eclipse.swtbot.swt.finder.finders.UIThreadRunnable org.eclipse.swtbot.swt.finder.keyboard.Keystrokes org.eclipse.swtbot.nebula.nattable.finder.widgets.Position org.eclipse.swtbot.swt.finder.utils.SWTBotEvents org.eclipse.swtbot.swt.finder.widgets.SWTBotMenu org.eclipse.swtbot.swt.finder.utils.SWTUtils org.eclipse.swtbot.swt.finder.widgets.SWTBotRootMenu 19:41:38.908 INFO - Execute Findbugs 3.0.1 done: 3800 ms 19:41:38.910 INFO - Sensor org.sonar.plugins.findbugs.FindbugsSensor@4c97d87d done: 3812 ms 19:41:38.910 INFO - Sensor SurefireSensor... 19:41:38.910 INFO - parsing /home/jenkins/agent/workspace/swtbot-sonar/org.eclipse.swtbot.nebula.nattable.finder.test/target/surefire-reports 19:41:38.915 INFO - Sensor SurefireSensor done: 5 ms 19:41:38.915 INFO - Sensor JaCoCoOverallSensor... 19:41:38.916 WARN - You are not using the latest JaCoCo binary format version, please consider upgrading to latest JaCoCo version. 19:41:38.916 INFO - Analysing /home/jenkins/agent/workspace/swtbot-sonar/org.eclipse.swtbot.nebula.nattable.finder.test/../target/jacoco.exec 19:41:38.920 WARN - You are not using the latest JaCoCo binary format version, please consider upgrading to latest JaCoCo version. 19:41:38.921 INFO - Analysing /home/jenkins/agent/workspace/swtbot-sonar/org.eclipse.swtbot.nebula.nattable.finder.test/target/sonar/jacoco-overall.exec 19:41:38.932 INFO - No information about coverage per test. 19:41:38.932 INFO - Sensor JaCoCoOverallSensor done: 17 ms 19:41:38.932 INFO - Sensor PmdSensor... 19:41:38.932 INFO - Execute PMD 5.4.2... 19:41:38.936 INFO - Java version: 1.6 19:41:38.938 INFO - PMD configuration: /home/jenkins/agent/workspace/swtbot-sonar/org.eclipse.swtbot.nebula.nattable.finder.test/target/sonar/pmd.xml 19:41:39.724 INFO - Execute PMD 5.4.2 done: 792 ms 19:41:39.729 INFO - Sensor PmdSensor done: 797 ms 19:41:39.729 INFO - Sensor CheckstyleSensor... 19:41:39.729 INFO - Execute Checkstyle ${checkstyle.version}... 19:41:39.731 INFO - Checkstyle configuration: /home/jenkins/agent/workspace/swtbot-sonar/org.eclipse.swtbot.nebula.nattable.finder.test/target/sonar/checkstyle.xml 19:41:40.130 INFO - Execute Checkstyle ${checkstyle.version} done: 401 ms 19:41:40.130 INFO - Sensor CheckstyleSensor done: 401 ms 19:41:40.130 INFO - Sensor JaCoCoSensor... 19:41:40.132 WARN - You are not using the latest JaCoCo binary format version, please consider upgrading to latest JaCoCo version. 19:41:40.132 INFO - Analysing /home/jenkins/agent/workspace/swtbot-sonar/org.eclipse.swtbot.nebula.nattable.finder.test/../target/jacoco.exec 19:41:40.144 INFO - No information about coverage per test. 19:41:40.144 INFO - Sensor JaCoCoSensor done: 14 ms 19:41:40.144 INFO - Sensor CPD Sensor (wrapped)... 19:41:40.144 INFO - JavaCpdEngine is used for java 19:41:40.145 INFO - Cross-project analysis disabled 19:41:40.290 INFO - Sensor CPD Sensor (wrapped) done: 146 ms 19:41:40.484 INFO - Execute decorators... 19:41:40.708 INFO - ------------- Scan Eclipse SWTBot 19:41:40.709 INFO - Load module settings 19:41:40.808 INFO - Configure Maven plugins 19:41:40.810 INFO - Compare to previous analysis (2019-09-13) 19:41:40.811 INFO - Compare over 30 days (2019-12-25, analysis of 2019-09-13 14:36:20.0) 19:41:40.813 INFO - Compare to previous version (2019-06-14) 19:41:40.813 INFO - No quality gate is configured. 19:41:40.824 INFO - Base dir: /home/jenkins/agent/workspace/swtbot-sonar 19:41:40.824 INFO - Working dir: /home/jenkins/agent/workspace/swtbot-sonar/target/sonar 19:41:40.824 INFO - Source encoding: UTF-8, default locale: en_US 19:41:40.825 INFO - JaCoCoSensor: JaCoCo report not found : /home/jenkins/agent/workspace/swtbot-sonar/../target/jacoco.exec 19:41:40.825 INFO - JaCoCoItSensor: JaCoCo IT report not found: /home/jenkins/agent/workspace/swtbot-sonar/target/jacoco-it.exec 19:41:40.827 INFO - Sensor InitialOpenIssuesSensor... 19:41:40.833 INFO - Sensor InitialOpenIssuesSensor done: 6 ms 19:41:40.833 INFO - Sensor ProjectLinksSensor... 19:41:40.847 INFO - Sensor ProjectLinksSensor done: 14 ms 19:41:40.849 INFO - Sensor VersionEventsSensor... 19:41:40.857 INFO - Sensor VersionEventsSensor done: 8 ms 19:41:40.857 INFO - Sensor FileHashSensor... 19:41:40.857 INFO - Sensor FileHashSensor done: 0 ms 19:41:40.857 INFO - Sensor CPD Sensor (wrapped)... 19:41:40.857 INFO - Sensor CPD Sensor (wrapped) done: 0 ms 19:41:41.048 INFO - Execute decorators... 19:41:41.233 INFO - Store results in database 19:42:08.415 INFO - ANALYSIS SUCCESSFUL, you can browse https://sonar.eclipse.org/dashboard/index/org.eclipse.swtbot:parent 19:42:08.465 INFO - Executing post-job class org.sonar.plugins.core.issue.notification.SendIssueNotificationsPostJob 19:42:08.635 INFO - Executing post-job class org.sonar.plugins.core.batch.IndexProjectPostJob 19:42:09.422 INFO - Executing post-job class org.sonar.plugins.dbcleaner.ProjectPurgePostJob 19:42:09.437 INFO - -> Keep one snapshot per day between 2019-12-27 and 2020-01-23 19:42:09.438 INFO - -> Keep one snapshot per week between 2019-01-25 and 2019-12-27 19:42:09.439 INFO - -> Keep one snapshot per month between 2015-01-30 and 2019-01-25 19:42:09.439 INFO - -> Delete data prior to: 2015-01-30 19:42:09.439 INFO - <- Delete snapshot: 2014-10-06T06:16:49+0000 [709831] 19:42:09.658 INFO - -> Clean Eclipse SWTBot [id=55203] 19:42:09.661 INFO - <- Clean snapshot 41161553 19:42:11.504 INFO - -> Clean target-platforms [id=55204] 19:42:11.509 INFO - -> Clean kepler [id=55205] 19:42:11.513 INFO - -> Clean juno [id=55206] 19:42:11.517 INFO - -> Clean indigo [id=55207] 19:42:11.519 INFO - -> Clean org.eclipse.swtbot.ant.junit [id=55208] 19:42:11.523 INFO - -> Clean org.eclipse.swtbot.eclipse [id=55209] 19:42:11.525 INFO - -> Clean org.eclipse.swtbot.eclipse.core [id=55210] 19:42:11.526 INFO - -> Clean org.eclipse.swtbot.eclipse.dsl [id=55211] 19:42:11.528 INFO - -> Clean org.eclipse.swtbot.eclipse.finder [id=55212] 19:42:11.529 INFO - -> Clean org.eclipse.swtbot.eclipse.gef.finder [id=55213] 19:42:11.531 INFO - -> Clean org.eclipse.swtbot.e4.finder [id=55214] 19:42:11.533 INFO - -> Clean org.eclipse.swtbot.eclipse.spy [id=55215] 19:42:11.534 INFO - -> Clean org.eclipse.swtbot.eclipse.test.junit [id=55216] 19:42:11.536 INFO - -> Clean org.eclipse.swtbot.eclipse.ui [id=55217] 19:42:11.537 INFO - -> Clean org.eclipse.swtbot.forms.finder [id=55218] 19:42:11.539 INFO - -> Clean org.eclipse.swtbot.generator [id=55219] 19:42:11.540 INFO - -> Clean org.eclipse.swtbot.generator.rules.workbench [id=55220] 19:42:11.542 INFO - -> Clean org.eclipse.swtbot.generator.jdt [id=55221] 19:42:11.544 INFO - -> Clean org.eclipse.swtbot.generator.ui [id=55222] 19:42:11.546 INFO - -> Clean org.eclipse.swtbot.go [id=55223] 19:42:11.547 INFO - -> Clean org.eclipse.swtbot.junit4_x [id=55224] 19:42:11.549 INFO - -> Clean org.eclipse.swtbot.nebula.gallery.finder [id=55225] 19:42:11.550 INFO - -> Clean org.eclipse.swtbot.swt.demo [id=55226] 19:42:11.552 INFO - -> Clean org.eclipse.swtbot.swt.finder [id=55227] 19:42:11.553 INFO - -> Clean org.eclipse.swt.examples [id=55228] 19:42:11.555 INFO - -> Clean org.eclipse.ui.forms.examples [id=55229] 19:42:11.556 INFO - -> Clean org.eclipse.swtbot [id=55230] 19:42:11.558 INFO - -> Clean org.eclipse.swtbot.forms [id=55231] 19:42:11.559 INFO - -> Clean org.eclipse.swtbot.eclipse.gef [id=55232] 19:42:11.561 INFO - -> Clean org.eclipse.swtbot.ide [id=55233] 19:42:11.562 INFO - -> Clean org.eclipse.swtbot.eclipse.junit.headless [id=55234] 19:42:11.564 INFO - -> Clean org.eclipse.swtbot.generator.feature [id=55235] 19:42:11.565 INFO - -> Clean org.eclipse.swtbot.nebula.gallery [id=55236] 19:42:11.567 INFO - -> Clean org.eclipse.swtbot.updatesite [id=55237] 19:42:11.568 INFO - -> Clean org.eclipse.swtbot.eclipse.ui.test [id=55238] 19:42:11.570 INFO - -> Clean org.eclipse.swtbot.swt.finder.test.keyboards [id=55239] 19:42:11.572 INFO - -> Clean org.eclipse.swtbot.swt.finder.test [id=55240] 19:42:11.573 INFO - -> Clean org.eclipse.swtbot.forms.finder.test [id=55241] 19:42:11.575 INFO - -> Clean org.eclipse.swtbot.eclipse.finder.test [id=55242] 19:42:11.577 INFO - -> Clean org.eclipse.swtbot.nebula.gallery.finder.test [id=55243] 19:42:11.578 INFO - -> Clean org.eclipse.swtbot.test [id=55244] 19:42:11.580 INFO - -> Clean org.eclipse.swtbot.generator.test [id=55245] 19:42:11.582 INFO - -> Clean org.eclipse.swtbot.generator.jdt.test [id=55246] 19:42:11.583 INFO - -> Clean neon [id=135315] 19:42:11.585 INFO - -> Clean mars [id=135316] 19:42:11.587 INFO - -> Clean luna [id=135317] 19:42:11.589 INFO - -> Clean org.eclipse.swtbot.e4.finder.test [id=135318] 19:42:11.590 INFO - -> Clean org.eclipse.swtbot.nebula.nattable.finder [id=135863] 19:42:11.592 INFO - -> Clean org.eclipse.swtbot.nebula.nattable [id=135864] 19:42:11.594 INFO - -> Clean org.eclipse.swtbot.nebula.nattable.finder.test [id=135865] 19:42:11.596 INFO - -> Clean org.eclipse.swtbot.generator.client [id=143807] 19:42:11.597 INFO - -> Clean oxygen [id=164382] 19:42:11.599 INFO - -> Clean photon [id=209403] 19:42:11.601 INFO - -> Clean 2018-09 [id=209527] 19:42:11.602 INFO - -> Clean 2019-09 [id=215488] 19:42:11.604 INFO - -> Clean 2019-06 [id=215489] 19:42:11.606 INFO - -> Clean 2019-03 [id=215490] 19:42:11.607 INFO - -> Clean 2018-12 [id=215491] [INFO] ------------------------------------------------------------------------ [INFO] Reactor Summary: [INFO] [INFO] Eclipse SWTBot 2.9.0-SNAPSHOT ...................... SUCCESS [06:39 min] [INFO] target-platforms 2.9.0-SNAPSHOT .................... SKIPPED [INFO] 2019-09 2.9.0-SNAPSHOT ............................. SKIPPED [INFO] 2019-06 2.9.0-SNAPSHOT ............................. SKIPPED [INFO] 2019-03 2.9.0-SNAPSHOT ............................. SKIPPED [INFO] 2018-12 2.9.0-SNAPSHOT ............................. SKIPPED [INFO] 2018-09 2.9.0-SNAPSHOT ............................. SKIPPED [INFO] photon 2.9.0-SNAPSHOT .............................. SKIPPED [INFO] oxygen 2.9.0-SNAPSHOT .............................. SKIPPED [INFO] neon 2.9.0-SNAPSHOT ................................ SKIPPED [INFO] mars 2.9.0-SNAPSHOT ................................ SKIPPED [INFO] luna 2.9.0-SNAPSHOT ................................ SKIPPED [INFO] kepler 2.9.0-SNAPSHOT .............................. SKIPPED [INFO] juno 2.9.0-SNAPSHOT ................................ SKIPPED [INFO] org.eclipse.swtbot.ant.junit 2.9.0-SNAPSHOT ........ SKIPPED [INFO] org.eclipse.swtbot.eclipse.core 2.9.0-SNAPSHOT ..... SKIPPED [INFO] org.eclipse.swtbot.swt.finder 2.9.0-SNAPSHOT ....... SKIPPED [INFO] org.eclipse.swtbot.eclipse.finder 2.9.0-SNAPSHOT ... SKIPPED [INFO] org.eclipse.swtbot.e4.finder 2.9.0-SNAPSHOT ........ SKIPPED [INFO] org.eclipse.swtbot.junit4_x 2.9.0-SNAPSHOT ......... SKIPPED [INFO] org.eclipse.swtbot 2.9.0-SNAPSHOT .................. SKIPPED [INFO] org.eclipse.swtbot.forms.finder 2.9.0-SNAPSHOT ..... SKIPPED [INFO] org.eclipse.swtbot.forms 2.9.0-SNAPSHOT ............ SKIPPED [INFO] org.eclipse.swtbot.go 2.9.0-SNAPSHOT ............... SKIPPED [INFO] org.eclipse.swtbot.eclipse 2.9.0-SNAPSHOT .......... SKIPPED [INFO] org.eclipse.swtbot.eclipse.dsl 2.9.0-SNAPSHOT ...... SKIPPED [INFO] org.eclipse.swtbot.eclipse.gef.finder 2.9.0-SNAPSHOT SKIPPED [INFO] org.eclipse.swtbot.eclipse.spy 2.9.0-SNAPSHOT ...... SKIPPED [INFO] org.eclipse.swtbot.eclipse.junit.headless 2.9.0-SNAPSHOT SKIPPED [INFO] org.eclipse.swtbot.eclipse.test.junit 2.9.0-SNAPSHOT SKIPPED [INFO] org.eclipse.swtbot.eclipse.ui 2.9.0-SNAPSHOT ....... SKIPPED [INFO] org.eclipse.swtbot.generator 2.9.0-SNAPSHOT ........ SKIPPED [INFO] org.eclipse.swtbot.generator.client 2.9.0-SNAPSHOT . SKIPPED [INFO] org.eclipse.swtbot.generator.rules.workbench 2.9.0-SNAPSHOT SKIPPED [INFO] org.eclipse.swtbot.generator.jdt 2.9.0-SNAPSHOT .... SKIPPED [INFO] org.eclipse.swtbot.generator.ui 2.9.0-SNAPSHOT ..... SKIPPED [INFO] org.eclipse.swtbot.nebula.gallery.finder 2.9.0-SNAPSHOT SKIPPED [INFO] org.eclipse.swt.examples 2.9.0-SNAPSHOT ............ SKIPPED [INFO] org.eclipse.swtbot.swt.demo 2.9.0-SNAPSHOT ......... SKIPPED [INFO] org.eclipse.ui.forms.examples 3.1.100-SNAPSHOT ..... SKIPPED [INFO] org.eclipse.swtbot.nebula.nattable.finder 2.9.0-SNAPSHOT SKIPPED [INFO] org.eclipse.swtbot.eclipse.gef 2.9.0-SNAPSHOT ...... SKIPPED [INFO] org.eclipse.swtbot.generator.feature 2.9.0-SNAPSHOT SKIPPED [INFO] org.eclipse.swtbot.ide 2.9.0-SNAPSHOT .............. SKIPPED [INFO] org.eclipse.swtbot.nebula.gallery 2.9.0-SNAPSHOT ... SKIPPED [INFO] org.eclipse.swtbot.nebula.nattable 2.9.0-SNAPSHOT .. SKIPPED [INFO] org.eclipse.swtbot.updatesite 2.9.0-SNAPSHOT ....... SKIPPED [INFO] org.eclipse.swtbot.eclipse.ui.test 2.9.0-SNAPSHOT .. SKIPPED [INFO] org.eclipse.swtbot.swt.finder.test.keyboards 2.9.0-SNAPSHOT SKIPPED [INFO] org.eclipse.swtbot.forms.finder.test 2.9.0-SNAPSHOT SKIPPED [INFO] org.eclipse.swtbot.eclipse.finder.test 2.9.0-SNAPSHOT SKIPPED [INFO] org.eclipse.swtbot.e4.finder.test 2.9.0-SNAPSHOT ... SKIPPED [INFO] org.eclipse.swtbot.nebula.gallery.finder.test 2.9.0-SNAPSHOT SKIPPED [INFO] org.eclipse.swtbot.swt.finder.test 2.9.0-SNAPSHOT .. SKIPPED [INFO] org.eclipse.swtbot.test 2.9.0-SNAPSHOT ............. SKIPPED [INFO] org.eclipse.swtbot.generator.test 2.9.0-SNAPSHOT ... SKIPPED [INFO] org.eclipse.swtbot.generator.jdt.test 2.9.0-SNAPSHOT SKIPPED [INFO] org.eclipse.swtbot.nebula.nattable.finder.test 2.9.0-SNAPSHOT SKIPPED [INFO] ------------------------------------------------------------------------ [INFO] BUILD SUCCESS [INFO] ------------------------------------------------------------------------ [INFO] Total time: 09:53 min [INFO] Finished at: 2020-01-24T19:42:11Z [INFO] ------------------------------------------------------------------------ SonarQube analysis completed: SUCCESS No mail will be sent out, as 'swtbot-sonar #147' does not have a result yet. Please make sure you set a proper result in case of pipeline/build scripts. Recording test results Finished: SUCCESS