Started by user Alexander Dudaev Rebuilds build #22 Running as Alexander Dudaev Obtained releng/tests/Jenkinsfile from git https://github.com/DudaevAR/rcptt Running in Durability level: PERFORMANCE_OPTIMIZED [Pipeline] Start of Pipeline [Pipeline] stage [Pipeline] { (Load groovy script) [Pipeline] node Still waiting to schedule task Waiting for next available executor Agent default-agent-bc671 is provisioned from template Kubernetes Pod Template --- apiVersion: "v1" kind: "Pod" metadata: annotations: {} labels: jenkins: "slave" name: "default-agent-bc671" 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.rcptt.svc.cluster.local:50000" - name: "JENKINS_AGENT_NAME" value: "default-agent-bc671" - name: "MAVEN_CONFIG" value: "-B -e" - name: "JENKINS_NAME" value: "default-agent-bc671" - name: "JENKINS_AGENT_WORKDIR" value: "/home/jenkins/agent" - name: "JENKINS_URL" value: "http://jenkins-ui.rcptt.svc.cluster.local/rcptt/" - name: "HOME" value: "/home/jenkins" image: "eclipsecbijenkins/jenkins-agent:3.35@sha256:5d06ebec6e9dffc44fb41009a51d085a83944a23f651416531b960143d186340" 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-rcptt" readOnly: true - configMap: items: - key: "toolchains.xml" path: "toolchains.xml" name: "m2-dir" name: "toolchains-xml" - emptyDir: medium: "" name: "volume-2" - configMap: name: "known-hosts" name: "volume-1" - name: "settings-xml" secret: items: - key: "settings.xml" path: "settings.xml" secretName: "m2-secret-dir" - emptyDir: medium: "" name: "workspace-volume" - emptyDir: medium: "" name: "volume-3" Running on default-agent-bc671 in /home/jenkins/agent/workspace/Tests [Pipeline] { [Pipeline] checkout No credentials specified Cloning the remote Git repository Cloning repository https://github.com/DudaevAR/rcptt > git init /home/jenkins/agent/workspace/Tests # timeout=10 Fetching upstream changes from https://github.com/DudaevAR/rcptt > git --version # timeout=10 > git fetch --tags --force --progress -- https://github.com/DudaevAR/rcptt +refs/heads/*:refs/remotes/origin/* Checking out Revision 2891877b1c5f9d9781bc67b2c2f982e9dc6e8cfd (refs/remotes/origin/master) > git config remote.origin.url https://github.com/DudaevAR/rcptt # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url https://github.com/DudaevAR/rcptt # timeout=10 Fetching upstream changes from https://github.com/DudaevAR/rcptt > git fetch --tags --force --progress -- https://github.com/DudaevAR/rcptt +refs/heads/*:refs/remotes/origin/* > git rev-parse refs/remotes/origin/master^{commit} # timeout=10 > git rev-parse refs/remotes/origin/origin/master^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 2891877b1c5f9d9781bc67b2c2f982e9dc6e8cfd Commit message: "Add jenkinsfile for tests" > git rev-list --no-walk 2891877b1c5f9d9781bc67b2c2f982e9dc6e8cfd # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Checkout) [Pipeline] checkout No credentials specified Fetching changes from the remote Git repository Checking out Revision 2891877b1c5f9d9781bc67b2c2f982e9dc6e8cfd (refs/remotes/origin/master) Commit message: "Add jenkinsfile for tests" [Pipeline] script [Pipeline] { [Pipeline] load > git rev-parse --is-inside-work-tree # timeout=10 > git config remote.origin.url https://github.com/DudaevAR/rcptt # timeout=10 Fetching upstream changes from https://github.com/DudaevAR/rcptt > git --version # timeout=10 > git fetch --tags --force --progress -- https://github.com/DudaevAR/rcptt +refs/heads/*:refs/remotes/origin/* > git rev-parse refs/remotes/origin/master^{commit} # timeout=10 > git rev-parse refs/remotes/origin/origin/master^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 2891877b1c5f9d9781bc67b2c2f982e9dc6e8cfd [Pipeline] { (releng/Jenkinsfile.groovy) [Pipeline] } [Pipeline] // load [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Launch agent) [Pipeline] podTemplate [Pipeline] { [Pipeline] node Still waiting to schedule task Waiting for next available executor Agent rcptt-build-and-deploy-agent-3.5.4-bsfft-jwfv8 is provisioned from template Kubernetes Pod Template --- apiVersion: "v1" kind: "Pod" metadata: annotations: buildUrl: "http://jenkins-ui.rcptt.svc.cluster.local/rcptt/job/Tests/23/" labels: jenkins: "slave" jenkins/rcptt-build-and-deploy-agent-3.5.4: "true" name: "rcptt-build-and-deploy-agent-3.5.4-bsfft-jwfv8" spec: containers: - env: - name: "MAVEN_OPTS" value: "-Duser.home=/home/jenkins" image: "dudaevar/ubuntu-rcptt:3.5.4" name: "ubuntu" resources: limits: memory: "4Gi" cpu: "1" requests: memory: "4Gi" cpu: "1" tty: true volumeMounts: - mountPath: "/home/jenkins/.m2/settings.xml" name: "settings-xml" readOnly: true subPath: "settings.xml" - mountPath: "/home/jenkins/.m2/settings-security.xml" name: "settings-security-xml" readOnly: true subPath: "settings-security.xml" - mountPath: "/home/jenkins/.m2/repository" name: "m2-repo" - mountPath: "/home/jenkins/agent" name: "workspace-volume" readOnly: false - env: - name: "JENKINS_SECRET" value: "********" - name: "JENKINS_TUNNEL" value: "jenkins-discovery.rcptt.svc.cluster.local:50000" - name: "JENKINS_AGENT_NAME" value: "rcptt-build-and-deploy-agent-3.5.4-bsfft-jwfv8" - name: "JENKINS_NAME" value: "rcptt-build-and-deploy-agent-3.5.4-bsfft-jwfv8" - name: "JENKINS_AGENT_WORKDIR" value: "/home/jenkins/agent" - name: "JENKINS_URL" value: "http://jenkins-ui.rcptt.svc.cluster.local/rcptt/" - name: "HOME" value: "/home/jenkins" image: "eclipsecbijenkins/jenkins-agent:3.35@sha256:5d06ebec6e9dffc44fb41009a51d085a83944a23f651416531b960143d186340" name: "jnlp" volumeMounts: - mountPath: "/home/jenkins/.ssh" name: "volume-known-hosts" - mountPath: "/home/jenkins/agent" name: "workspace-volume" readOnly: false nodeSelector: {} restartPolicy: "Never" volumes: - name: "settings-security-xml" secret: items: - key: "settings-security.xml" path: "settings-security.xml" secretName: "m2-secret-dir" - emptyDir: {} name: "m2-repo" - name: "settings-xml" secret: items: - key: "settings.xml" path: "settings.xml" secretName: "m2-secret-dir" - emptyDir: {} name: "workspace-volume" - configMap: name: "known-hosts" name: "volume-known-hosts" Running on rcptt-build-and-deploy-agent-3.5.4-bsfft-jwfv8 in /home/jenkins/agent/workspace/Tests [Pipeline] { [Pipeline] checkout No credentials specified Cloning the remote Git repository Cloning repository https://github.com/DudaevAR/rcptt > git init /home/jenkins/agent/workspace/Tests # timeout=10 Fetching upstream changes from https://github.com/DudaevAR/rcptt > git --version # timeout=10 > git fetch --tags --force --progress -- https://github.com/DudaevAR/rcptt +refs/heads/*:refs/remotes/origin/* > git config remote.origin.url https://github.com/DudaevAR/rcptt # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url https://github.com/DudaevAR/rcptt # timeout=10 Fetching upstream changes from https://github.com/DudaevAR/rcptt > git fetch --tags --force --progress -- https://github.com/DudaevAR/rcptt +refs/heads/*:refs/remotes/origin/* Checking out Revision 2891877b1c5f9d9781bc67b2c2f982e9dc6e8cfd (refs/remotes/origin/master) > git rev-parse refs/remotes/origin/master^{commit} # timeout=10 > git rev-parse refs/remotes/origin/origin/master^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 2891877b1c5f9d9781bc67b2c2f982e9dc6e8cfd Commit message: "Add jenkinsfile for tests" [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Start Test) [Pipeline] script [Pipeline] { [Pipeline] container [Pipeline] { [Pipeline] git No credentials specified Fetching changes from the remote Git repository > git rev-parse --is-inside-work-tree # timeout=10 > git config remote.origin.url https://github.com/DudaevAR/q7.quality.mockups.git # timeout=10 Fetching upstream changes from https://github.com/DudaevAR/q7.quality.mockups.git > git --version # timeout=10 > git fetch --tags --force --progress -- https://github.com/DudaevAR/q7.quality.mockups.git +refs/heads/*:refs/remotes/origin/* Checking out Revision 5303fc1aa80c853abae370b746aff6886eacdff2 (refs/remotes/origin/master) > git rev-parse refs/remotes/origin/master^{commit} # timeout=10 > git rev-parse refs/remotes/origin/origin/master^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 5303fc1aa80c853abae370b746aff6886eacdff2 Commit message: "Test on 4.5.2" > git branch -a -v --no-abbrev # timeout=10 > git checkout -b master 5303fc1aa80c853abae370b746aff6886eacdff2 > git rev-list --no-walk 2620656d298959d1d8f6c4f1a702b5f832629ebe # timeout=10 [Pipeline] sh + readlink -f https://ci.eclipse.org/rcptt/job/Gerrit_pipeline/lastSuccessfulBuild/artifact/runner/product/target/rcptt.runner-2.5.0-SNAPSHOT.zip + mvn clean verify -B -f rcpttTests/pom.xml -Dmaven.repo.local=/home/jenkins/agent/workspace/Tests/m2 -e -Dci-maven-version=2.0.0-SNAPSHOT -DexplicitRunner= -DmockupsRepository=https://ci.eclipse.org/rcptt/job/mockups/lastSuccessfulBuild/artifact/repository/target/repository [INFO] Error stacktraces are turned on. [INFO] Scanning for projects... [INFO] Downloading from rcptt-releases: http://repo.eclipse.org/content/repositories/rcptt-releases/org/eclipse/tycho/tycho-maven-plugin/1.3.0/tycho-maven-plugin-1.3.0.pom [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/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 16 kB/s) [INFO] Downloading from rcptt-releases: http://repo.eclipse.org/content/repositories/rcptt-releases/org/eclipse/tycho/tycho/1.3.0/tycho-1.3.0.pom [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/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 216 kB/s) [INFO] Downloading from rcptt-releases: http://repo.eclipse.org/content/repositories/rcptt-releases/org/eclipse/tycho/tycho-core/1.3.0/tycho-core-1.3.0.pom [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/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 133 kB/s) [INFO] Downloading from rcptt-releases: http://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/maven-core/3.0/maven-core-3.0.pom [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/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 93 kB/s) [INFO] Downloading from rcptt-releases: http://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/maven/3.0/maven-3.0.pom [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/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 365 kB/s) [INFO] Downloading from rcptt-releases: http://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/maven-parent/15/maven-parent-15.pom [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/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 600 kB/s) [INFO] Downloading from rcptt-releases: http://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/apache/6/apache-6.pom [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/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 305 kB/s) [INFO] Downloading from rcptt-releases: http://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/maven-model/3.0/maven-model-3.0.pom [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/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 169 kB/s) [INFO] Downloading from rcptt-releases: http://repo.eclipse.org/content/repositories/rcptt-releases/org/codehaus/plexus/plexus-utils/3.0.24/plexus-utils-3.0.24.pom [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/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 67 kB/s) [INFO] Downloading from rcptt-releases: http://repo.eclipse.org/content/repositories/rcptt-releases/org/codehaus/plexus/plexus/4.0/plexus-4.0.pom [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/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 371 kB/s) [INFO] Downloading from rcptt-releases: http://repo.eclipse.org/content/repositories/rcptt-releases/org/sonatype/forge/forge-parent/10/forge-parent-10.pom [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/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 348 kB/s) [INFO] Downloading from rcptt-releases: http://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/maven-settings/3.0/maven-settings-3.0.pom [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/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 65 kB/s) [INFO] Downloading from rcptt-releases: http://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/maven-settings-builder/3.0/maven-settings-builder-3.0.pom [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/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 69 kB/s) [INFO] Downloading from rcptt-releases: http://repo.eclipse.org/content/repositories/rcptt-releases/org/codehaus/plexus/plexus-interpolation/1.14/plexus-interpolation-1.14.pom [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/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 26 kB/s) [INFO] Downloading from rcptt-releases: http://repo.eclipse.org/content/repositories/rcptt-releases/org/codehaus/plexus/plexus-components/1.1.18/plexus-components-1.1.18.pom [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/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 167 kB/s) [INFO] Downloading from rcptt-releases: http://repo.eclipse.org/content/repositories/rcptt-releases/org/codehaus/plexus/plexus/2.0.7/plexus-2.0.7.pom [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/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 540 kB/s) [INFO] Downloading from rcptt-releases: http://repo.eclipse.org/content/repositories/rcptt-releases/org/codehaus/plexus/plexus-component-annotations/1.7.1/plexus-component-annotations-1.7.1.pom [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/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 7.9 kB/s) [INFO] Downloading from rcptt-releases: http://repo.eclipse.org/content/repositories/rcptt-releases/org/codehaus/plexus/plexus-containers/1.7.1/plexus-containers-1.7.1.pom [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/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 117 kB/s) [INFO] Downloading from rcptt-releases: http://repo.eclipse.org/content/repositories/rcptt-releases/org/sonatype/plexus/plexus-sec-dispatcher/1.3/plexus-sec-dispatcher-1.3.pom [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/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 87 kB/s) [INFO] Downloading from rcptt-releases: http://repo.eclipse.org/content/repositories/rcptt-releases/org/sonatype/spice/spice-parent/12/spice-parent-12.pom [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/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 111 kB/s) [INFO] Downloading from rcptt-releases: http://repo.eclipse.org/content/repositories/rcptt-releases/org/sonatype/forge/forge-parent/4/forge-parent-4.pom [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/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 120 kB/s) [INFO] Downloading from rcptt-releases: http://repo.eclipse.org/content/repositories/rcptt-releases/org/sonatype/plexus/plexus-cipher/1.7/plexus-cipher-1.7.pom [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/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 139 kB/s) [INFO] Downloading from rcptt-releases: http://repo.eclipse.org/content/repositories/rcptt-releases/org/sonatype/spice/spice-parent/15/spice-parent-15.pom [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/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 279 kB/s) [INFO] Downloading from rcptt-releases: http://repo.eclipse.org/content/repositories/rcptt-releases/org/sonatype/forge/forge-parent/5/forge-parent-5.pom [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/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 299 kB/s) [INFO] Downloading from rcptt-releases: http://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/maven-repository-metadata/3.0/maven-repository-metadata-3.0.pom [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/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 38 kB/s) [INFO] Downloading from rcptt-releases: http://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/maven-artifact/3.0/maven-artifact-3.0.pom [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/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 69 kB/s) [INFO] Downloading from rcptt-releases: http://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/maven-plugin-api/3.0/maven-plugin-api-3.0.pom [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/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 114 kB/s) [INFO] Downloading from rcptt-releases: http://repo.eclipse.org/content/repositories/rcptt-releases/org/sonatype/sisu/sisu-inject-plexus/1.4.2/sisu-inject-plexus-1.4.2.pom [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/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 224 kB/s) [INFO] Downloading from rcptt-releases: http://repo.eclipse.org/content/repositories/rcptt-releases/org/sonatype/sisu/inject/guice-plexus/1.4.2/guice-plexus-1.4.2.pom [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/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 82 kB/s) [INFO] Downloading from rcptt-releases: http://repo.eclipse.org/content/repositories/rcptt-releases/org/sonatype/sisu/inject/guice-bean/1.4.2/guice-bean-1.4.2.pom [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/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 65 kB/s) [INFO] Downloading from rcptt-releases: http://repo.eclipse.org/content/repositories/rcptt-releases/org/sonatype/sisu/sisu-inject/1.4.2/sisu-inject-1.4.2.pom [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/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 rcptt-releases: http://repo.eclipse.org/content/repositories/rcptt-releases/org/sonatype/sisu/sisu-parent/1.4.2/sisu-parent-1.4.2.pom [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/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 rcptt-releases: http://repo.eclipse.org/content/repositories/rcptt-releases/org/sonatype/forge/forge-parent/6/forge-parent-6.pom [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/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 468 kB/s) [INFO] Downloading from rcptt-releases: http://repo.eclipse.org/content/repositories/rcptt-releases/org/codehaus/plexus/plexus-classworlds/2.2.3/plexus-classworlds-2.2.3.pom [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/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 125 kB/s) [INFO] Downloading from rcptt-releases: http://repo.eclipse.org/content/repositories/rcptt-releases/org/codehaus/plexus/plexus/2.0.6/plexus-2.0.6.pom [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/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 430 kB/s) [INFO] Downloading from rcptt-releases: http://repo.eclipse.org/content/repositories/rcptt-releases/org/sonatype/sisu/sisu-inject-bean/1.4.2/sisu-inject-bean-1.4.2.pom [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/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 202 kB/s) [INFO] Downloading from rcptt-releases: http://repo.eclipse.org/content/repositories/rcptt-releases/org/sonatype/sisu/sisu-guice/2.1.7/sisu-guice-2.1.7.pom [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/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 316 kB/s) [INFO] Downloading from rcptt-releases: http://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/maven-model-builder/3.0/maven-model-builder-3.0.pom [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/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 55 kB/s) [INFO] Downloading from rcptt-releases: http://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/maven-aether-provider/3.0/maven-aether-provider-3.0.pom [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/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 99 kB/s) [INFO] Downloading from rcptt-releases: http://repo.eclipse.org/content/repositories/rcptt-releases/org/sonatype/aether/aether-api/1.7/aether-api-1.7.pom [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/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 46 kB/s) [INFO] Downloading from rcptt-releases: http://repo.eclipse.org/content/repositories/rcptt-releases/org/sonatype/aether/aether-parent/1.7/aether-parent-1.7.pom [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/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 227 kB/s) [INFO] Downloading from rcptt-releases: http://repo.eclipse.org/content/repositories/rcptt-releases/org/sonatype/aether/aether-util/1.7/aether-util-1.7.pom [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/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 82 kB/s) [INFO] Downloading from rcptt-releases: http://repo.eclipse.org/content/repositories/rcptt-releases/org/sonatype/aether/aether-impl/1.7/aether-impl-1.7.pom [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/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 15 kB/s) [INFO] Downloading from rcptt-releases: http://repo.eclipse.org/content/repositories/rcptt-releases/org/sonatype/aether/aether-spi/1.7/aether-spi-1.7.pom [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/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 56 kB/s) [INFO] Downloading from rcptt-releases: http://repo.eclipse.org/content/repositories/rcptt-releases/org/codehaus/plexus/plexus-archiver/3.4/plexus-archiver-3.4.pom [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/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 161 kB/s) [INFO] Downloading from rcptt-releases: http://repo.eclipse.org/content/repositories/rcptt-releases/org/codehaus/plexus/plexus-io/2.7.1/plexus-io-2.7.1.pom [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/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 149 kB/s) [INFO] Downloading from rcptt-releases: http://repo.eclipse.org/content/repositories/rcptt-releases/org/codehaus/plexus/plexus/3.2/plexus-3.2.pom [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/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 605 kB/s) [INFO] Downloading from rcptt-releases: http://repo.eclipse.org/content/repositories/rcptt-releases/org/sonatype/spice/spice-parent/17/spice-parent-17.pom [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/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 183 kB/s) [INFO] Downloading from rcptt-releases: http://repo.eclipse.org/content/repositories/rcptt-releases/commons-io/commons-io/2.2/commons-io-2.2.pom [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/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 502 kB/s) [INFO] Downloading from rcptt-releases: http://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/commons/commons-parent/24/commons-parent-24.pom [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/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 1.2 MB/s) [INFO] Downloading from rcptt-releases: http://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/apache/9/apache-9.pom [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/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 253 kB/s) [INFO] Downloading from rcptt-releases: http://repo.eclipse.org/content/repositories/rcptt-releases/commons-io/commons-io/2.5/commons-io-2.5.pom [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/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 222 kB/s) [INFO] Downloading from rcptt-releases: http://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/commons/commons-parent/39/commons-parent-39.pom [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/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 1.5 MB/s) [INFO] Downloading from rcptt-releases: http://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/apache/16/apache-16.pom [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/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 453 kB/s) [INFO] Downloading from rcptt-releases: http://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/commons/commons-compress/1.15/commons-compress-1.15.pom [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/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 508 kB/s) [INFO] Downloading from rcptt-releases: http://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/commons/commons-parent/42/commons-parent-42.pom [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/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.3 MB/s) [INFO] Downloading from rcptt-releases: http://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/apache/18/apache-18.pom [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/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 540 kB/s) [INFO] Downloading from rcptt-releases: http://repo.eclipse.org/content/repositories/rcptt-releases/org/objenesis/objenesis/2.6/objenesis-2.6.pom [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/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 99 kB/s) [INFO] Downloading from rcptt-releases: http://repo.eclipse.org/content/repositories/rcptt-releases/org/objenesis/objenesis-parent/2.6/objenesis-parent-2.6.pom [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/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 551 kB/s) [INFO] Downloading from rcptt-releases: http://repo.eclipse.org/content/repositories/rcptt-releases/org/iq80/snappy/snappy/0.4/snappy-0.4.pom [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/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 404 kB/s) [INFO] Downloading from rcptt-releases: http://repo.eclipse.org/content/repositories/rcptt-releases/org/tukaani/xz/1.5/xz-1.5.pom [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/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 46 kB/s) [INFO] Downloading from rcptt-releases: http://repo.eclipse.org/content/repositories/rcptt-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 rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/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 38 kB/s) [INFO] Downloading from rcptt-releases: http://repo.eclipse.org/content/repositories/rcptt-releases/org/eclipse/tycho/sisu-equinox-embedder/1.3.0/sisu-equinox-embedder-1.3.0.pom [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/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 68 kB/s) [INFO] Downloading from rcptt-releases: http://repo.eclipse.org/content/repositories/rcptt-releases/org/eclipse/tycho/sisu-equinox/1.3.0/sisu-equinox-1.3.0.pom [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/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 33 kB/s) [INFO] Downloading from rcptt-releases: http://repo.eclipse.org/content/repositories/rcptt-releases/org/eclipse/tycho/org.eclipse.osgi/3.13.0.v20180226-1711/org.eclipse.osgi-3.13.0.v20180226-1711.pom [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/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 19 kB/s) [INFO] Downloading from rcptt-releases: http://repo.eclipse.org/content/repositories/rcptt-releases/org/eclipse/tycho/sisu-equinox-api/1.3.0/sisu-equinox-api-1.3.0.pom [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/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 64 kB/s) [INFO] Downloading from rcptt-releases: http://repo.eclipse.org/content/repositories/rcptt-releases/org/eclipse/tycho/tycho-metadata-model/1.3.0/tycho-metadata-model-1.3.0.pom [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/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 47 kB/s) [INFO] Downloading from rcptt-releases: http://repo.eclipse.org/content/repositories/rcptt-releases/de/pdark/decentxml/1.3/decentxml-1.3.pom [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/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 216 kB/s) [INFO] Downloading from rcptt-releases: http://repo.eclipse.org/content/repositories/rcptt-releases/org/eclipse/tycho/tycho-embedder-api/1.3.0/tycho-embedder-api-1.3.0.pom [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/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 66 kB/s) [INFO] Downloading from rcptt-releases: http://repo.eclipse.org/content/repositories/rcptt-releases/org/eclipse/tycho/org.eclipse.tycho.embedder.shared/1.3.0/org.eclipse.tycho.embedder.shared-1.3.0.pom [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/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 12 kB/s) [INFO] Downloading from rcptt-releases: http://repo.eclipse.org/content/repositories/rcptt-releases/org/eclipse/tycho/tycho-bundles/1.3.0/tycho-bundles-1.3.0.pom [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/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 121 kB/s) [INFO] Downloading from rcptt-releases: http://repo.eclipse.org/content/repositories/rcptt-releases/org/eclipse/tycho/org.eclipse.tycho.core.shared/1.3.0/org.eclipse.tycho.core.shared-1.3.0.pom [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/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 7.1 kB/s) [INFO] Downloading from rcptt-releases: http://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/maven-compat/3.0/maven-compat-3.0.pom [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/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 rcptt-releases: http://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/wagon/wagon-provider-api/1.0-beta-6/wagon-provider-api-1.0-beta-6.pom [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/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 25 kB/s) [INFO] Downloading from rcptt-releases: http://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/wagon/wagon/1.0-beta-6/wagon-1.0-beta-6.pom [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/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 459 kB/s) [INFO] Downloading from rcptt-releases: http://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/maven-parent/11/maven-parent-11.pom [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/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.5 MB/s) [INFO] Downloading from rcptt-releases: http://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/apache/5/apache-5.pom [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/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 102 kB/s) [INFO] Downloading from rcptt-releases: http://repo.eclipse.org/content/repositories/rcptt-releases/org/eclipse/tycho/tycho-p2-facade/1.3.0/tycho-p2-facade-1.3.0.pom [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/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 79 kB/s) [INFO] Downloading from rcptt-releases: http://repo.eclipse.org/content/repositories/rcptt-releases/org/eclipse/tycho/tycho-p2/1.3.0/tycho-p2-1.3.0.pom [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/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 35 kB/s) [INFO] Downloading from rcptt-releases: http://repo.eclipse.org/content/repositories/rcptt-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 rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/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 40 kB/s) [INFO] Downloading from rcptt-releases: http://repo.eclipse.org/content/repositories/rcptt-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 rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/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 18 kB/s) [INFO] Downloading from rcptt-releases: http://repo.eclipse.org/content/repositories/rcptt-releases/org/eclipse/tycho/tycho-maven-plugin/1.3.0/tycho-maven-plugin-1.3.0.jar [INFO] Downloading from rcptt-releases: http://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/maven-model/3.0/maven-model-3.0.jar [INFO] Downloading from rcptt-releases: http://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/maven-core/3.0/maven-core-3.0.jar [INFO] Downloading from rcptt-releases: http://repo.eclipse.org/content/repositories/rcptt-releases/org/eclipse/tycho/tycho-core/1.3.0/tycho-core-1.3.0.jar [INFO] Downloading from rcptt-releases: http://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/maven-settings/3.0/maven-settings-3.0.jar [INFO] Downloading from rcptt-releases: http://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/maven-settings-builder/3.0/maven-settings-builder-3.0.jar [INFO] Downloading from rcptt-releases: http://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/maven-repository-metadata/3.0/maven-repository-metadata-3.0.jar [INFO] Downloading from rcptt-releases: http://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/maven-artifact/3.0/maven-artifact-3.0.jar [INFO] Downloading from rcptt-releases: http://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/maven-model-builder/3.0/maven-model-builder-3.0.jar [INFO] Downloading from rcptt-releases: http://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/maven-aether-provider/3.0/maven-aether-provider-3.0.jar [INFO] Downloading from rcptt-releases: http://repo.eclipse.org/content/repositories/rcptt-releases/org/sonatype/aether/aether-impl/1.7/aether-impl-1.7.jar [INFO] Downloading from rcptt-releases: http://repo.eclipse.org/content/repositories/rcptt-releases/org/sonatype/aether/aether-spi/1.7/aether-spi-1.7.jar [INFO] Downloading from rcptt-releases: http://repo.eclipse.org/content/repositories/rcptt-releases/org/sonatype/aether/aether-api/1.7/aether-api-1.7.jar [INFO] Downloading from rcptt-releases: http://repo.eclipse.org/content/repositories/rcptt-releases/org/sonatype/aether/aether-util/1.7/aether-util-1.7.jar [INFO] Downloading from rcptt-releases: http://repo.eclipse.org/content/repositories/rcptt-releases/org/sonatype/sisu/sisu-inject-plexus/1.4.2/sisu-inject-plexus-1.4.2.jar [INFO] Downloading from rcptt-releases: http://repo.eclipse.org/content/repositories/rcptt-releases/org/sonatype/sisu/sisu-inject-bean/1.4.2/sisu-inject-bean-1.4.2.jar [INFO] Downloading from rcptt-releases: http://repo.eclipse.org/content/repositories/rcptt-releases/org/sonatype/sisu/sisu-guice/2.1.7/sisu-guice-2.1.7-noaop.jar [INFO] Downloading from rcptt-releases: http://repo.eclipse.org/content/repositories/rcptt-releases/org/codehaus/plexus/plexus-interpolation/1.14/plexus-interpolation-1.14.jar [INFO] Downloading from rcptt-releases: http://repo.eclipse.org/content/repositories/rcptt-releases/org/codehaus/plexus/plexus-classworlds/2.2.3/plexus-classworlds-2.2.3.jar [INFO] Downloading from rcptt-releases: http://repo.eclipse.org/content/repositories/rcptt-releases/org/sonatype/plexus/plexus-sec-dispatcher/1.3/plexus-sec-dispatcher-1.3.jar [INFO] Downloading from rcptt-releases: http://repo.eclipse.org/content/repositories/rcptt-releases/org/sonatype/plexus/plexus-cipher/1.7/plexus-cipher-1.7.jar [INFO] Downloading from rcptt-releases: http://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/maven-plugin-api/3.0/maven-plugin-api-3.0.jar [INFO] Downloading from rcptt-releases: http://repo.eclipse.org/content/repositories/rcptt-releases/org/codehaus/plexus/plexus-utils/3.0.24/plexus-utils-3.0.24.jar [INFO] Downloading from rcptt-releases: http://repo.eclipse.org/content/repositories/rcptt-releases/org/codehaus/plexus/plexus-archiver/3.4/plexus-archiver-3.4.jar [INFO] Downloading from rcptt-releases: http://repo.eclipse.org/content/repositories/rcptt-releases/org/codehaus/plexus/plexus-io/2.7.1/plexus-io-2.7.1.jar [INFO] Downloading from rcptt-releases: http://repo.eclipse.org/content/repositories/rcptt-releases/commons-io/commons-io/2.5/commons-io-2.5.jar [INFO] Downloading from rcptt-releases: http://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/commons/commons-compress/1.15/commons-compress-1.15.jar [INFO] Downloading from rcptt-releases: http://repo.eclipse.org/content/repositories/rcptt-releases/org/objenesis/objenesis/2.6/objenesis-2.6.jar [INFO] Downloading from rcptt-releases: http://repo.eclipse.org/content/repositories/rcptt-releases/org/iq80/snappy/snappy/0.4/snappy-0.4.jar [INFO] Downloading from rcptt-releases: http://repo.eclipse.org/content/repositories/rcptt-releases/org/tukaani/xz/1.5/xz-1.5.jar [INFO] Downloading from rcptt-releases: http://repo.eclipse.org/content/repositories/rcptt-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 rcptt-releases: http://repo.eclipse.org/content/repositories/rcptt-releases/org/eclipse/tycho/sisu-equinox-embedder/1.3.0/sisu-equinox-embedder-1.3.0.jar [INFO] Downloading from rcptt-releases: http://repo.eclipse.org/content/repositories/rcptt-releases/org/eclipse/tycho/org.eclipse.osgi/3.13.0.v20180226-1711/org.eclipse.osgi-3.13.0.v20180226-1711.jar [INFO] Downloading from rcptt-releases: http://repo.eclipse.org/content/repositories/rcptt-releases/org/eclipse/tycho/sisu-equinox-api/1.3.0/sisu-equinox-api-1.3.0.jar [INFO] Downloading from rcptt-releases: http://repo.eclipse.org/content/repositories/rcptt-releases/org/eclipse/tycho/tycho-metadata-model/1.3.0/tycho-metadata-model-1.3.0.jar [INFO] Downloading from rcptt-releases: http://repo.eclipse.org/content/repositories/rcptt-releases/de/pdark/decentxml/1.3/decentxml-1.3.jar [INFO] Downloading from rcptt-releases: http://repo.eclipse.org/content/repositories/rcptt-releases/org/eclipse/tycho/tycho-embedder-api/1.3.0/tycho-embedder-api-1.3.0.jar [INFO] Downloading from rcptt-releases: http://repo.eclipse.org/content/repositories/rcptt-releases/org/eclipse/tycho/org.eclipse.tycho.embedder.shared/1.3.0/org.eclipse.tycho.embedder.shared-1.3.0.jar [INFO] Downloading from rcptt-releases: http://repo.eclipse.org/content/repositories/rcptt-releases/org/eclipse/tycho/org.eclipse.tycho.core.shared/1.3.0/org.eclipse.tycho.core.shared-1.3.0.jar [INFO] Downloading from rcptt-releases: http://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/maven-compat/3.0/maven-compat-3.0.jar [INFO] Downloading from rcptt-releases: http://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/wagon/wagon-provider-api/1.0-beta-6/wagon-provider-api-1.0-beta-6.jar [INFO] Downloading from rcptt-releases: http://repo.eclipse.org/content/repositories/rcptt-releases/org/eclipse/tycho/tycho-p2-facade/1.3.0/tycho-p2-facade-1.3.0.jar [INFO] Downloading from rcptt-releases: http://repo.eclipse.org/content/repositories/rcptt-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 rcptt-releases: http://repo.eclipse.org/content/repositories/rcptt-releases/org/codehaus/plexus/plexus-component-annotations/1.7.1/plexus-component-annotations-1.7.1.jar [INFO] Downloading from rcptt-releases: http://repo.eclipse.org/content/repositories/rcptt-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 rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/eclipse/tycho/tycho-maven-plugin/1.3.0/tycho-maven-plugin-1.3.0.jar [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/maven-model/3.0/maven-model-3.0.jar [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/maven-core/3.0/maven-core-3.0.jar [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/eclipse/tycho/tycho-core/1.3.0/tycho-core-1.3.0.jar [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/maven-settings/3.0/maven-settings-3.0.jar [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/maven-settings-builder/3.0/maven-settings-builder-3.0.jar [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/maven-repository-metadata/3.0/maven-repository-metadata-3.0.jar [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/maven-artifact/3.0/maven-artifact-3.0.jar [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/maven-model-builder/3.0/maven-model-builder-3.0.jar [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/maven-aether-provider/3.0/maven-aether-provider-3.0.jar [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/sonatype/aether/aether-impl/1.7/aether-impl-1.7.jar [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/sonatype/aether/aether-spi/1.7/aether-spi-1.7.jar [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/sonatype/aether/aether-api/1.7/aether-api-1.7.jar [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/sonatype/aether/aether-util/1.7/aether-util-1.7.jar [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/sonatype/sisu/sisu-inject-plexus/1.4.2/sisu-inject-plexus-1.4.2.jar [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/sonatype/sisu/sisu-inject-bean/1.4.2/sisu-inject-bean-1.4.2.jar [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/sonatype/sisu/sisu-guice/2.1.7/sisu-guice-2.1.7-noaop.jar [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/codehaus/plexus/plexus-interpolation/1.14/plexus-interpolation-1.14.jar [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/codehaus/plexus/plexus-classworlds/2.2.3/plexus-classworlds-2.2.3.jar [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/sonatype/plexus/plexus-sec-dispatcher/1.3/plexus-sec-dispatcher-1.3.jar [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/sonatype/plexus/plexus-cipher/1.7/plexus-cipher-1.7.jar [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/maven-plugin-api/3.0/maven-plugin-api-3.0.jar [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/codehaus/plexus/plexus-utils/3.0.24/plexus-utils-3.0.24.jar [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/codehaus/plexus/plexus-archiver/3.4/plexus-archiver-3.4.jar [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/codehaus/plexus/plexus-io/2.7.1/plexus-io-2.7.1.jar [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/commons-io/commons-io/2.5/commons-io-2.5.jar [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/commons/commons-compress/1.15/commons-compress-1.15.jar [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/objenesis/objenesis/2.6/objenesis-2.6.jar [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/iq80/snappy/snappy/0.4/snappy-0.4.jar [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/tukaani/xz/1.5/xz-1.5.jar [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/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 rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/eclipse/tycho/sisu-equinox-embedder/1.3.0/sisu-equinox-embedder-1.3.0.jar [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/eclipse/tycho/org.eclipse.osgi/3.13.0.v20180226-1711/org.eclipse.osgi-3.13.0.v20180226-1711.jar [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/eclipse/tycho/sisu-equinox-api/1.3.0/sisu-equinox-api-1.3.0.jar [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/eclipse/tycho/tycho-metadata-model/1.3.0/tycho-metadata-model-1.3.0.jar [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/de/pdark/decentxml/1.3/decentxml-1.3.jar [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/eclipse/tycho/tycho-embedder-api/1.3.0/tycho-embedder-api-1.3.0.jar [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/eclipse/tycho/org.eclipse.tycho.embedder.shared/1.3.0/org.eclipse.tycho.embedder.shared-1.3.0.jar [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/eclipse/tycho/org.eclipse.tycho.core.shared/1.3.0/org.eclipse.tycho.core.shared-1.3.0.jar [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/maven-compat/3.0/maven-compat-3.0.jar [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/wagon/wagon-provider-api/1.0-beta-6/wagon-provider-api-1.0-beta-6.jar [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/eclipse/tycho/tycho-p2-facade/1.3.0/tycho-p2-facade-1.3.0.jar [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/codehaus/plexus/plexus-component-annotations/1.7.1/plexus-component-annotations-1.7.1.jar [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/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 rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/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-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-core/3.0/maven-core-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] 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] 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 34 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/apache/maven/maven-settings/3.0/maven-settings-3.0.jar (47 kB at 276 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 210 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-artifact/3.0/maven-artifact-3.0.jar (52 kB at 272 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/apache/maven/maven-model/3.0/maven-model-3.0.jar (165 kB at 738 kB/s) [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 906 kB/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] 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-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-spi/1.7/aether-spi-1.7.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 122 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/sonatype/aether/aether-spi/1.7/aether-spi-1.7.jar (14 kB at 55 kB/s) [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 597 kB/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] 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 418 kB/s) [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/apache/maven/maven-aether-provider/3.0/maven-aether-provider-3.0.jar (51 kB at 195 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] 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 567 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/aether/aether-util/1.7/aether-util-1.7.jar (108 kB at 387 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 265 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] 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 214 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/sonatype/sisu/sisu-inject-plexus/1.4.2/sisu-inject-plexus-1.4.2.jar (202 kB at 630 kB/s) [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.5 MB/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] 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 41 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 141 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/sonatype/plexus/plexus-sec-dispatcher/1.3/plexus-sec-dispatcher-1.3.jar (29 kB at 85 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 247 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 516 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/apache/maven/maven-plugin-api/3.0/maven-plugin-api-3.0.jar (49 kB at 135 kB/s) [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 680 kB/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] 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 551 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/tukaani/xz/1.5/xz-1.5.jar (100 kB at 259 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/objenesis/objenesis/2.6/objenesis-2.6.jar (56 kB at 143 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/apache/commons/commons-compress/1.15/commons-compress-1.15.jar (532 kB at 1.4 MB/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/iq80/snappy/snappy/0.4/snappy-0.4.jar (58 kB at 147 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/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 618 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-embedder/1.3.0/sisu-equinox-embedder-1.3.0.jar (13 kB at 34 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/sisu-equinox-api/1.3.0/sisu-equinox-api-1.3.0.jar (3.2 kB at 8.0 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-embedder-api/1.3.0/tycho-embedder-api-1.3.0.jar (7.2 kB at 17 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/org/eclipse/tycho/org.eclipse.tycho.embedder.shared/1.3.0/org.eclipse.tycho.embedder.shared-1.3.0.jar (9.4 kB at 21 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/tycho-metadata-model/1.3.0/tycho-metadata-model-1.3.0.jar (37 kB at 80 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 80 kB/s) [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 240 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] 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/eclipse/tycho/tycho-p2-facade/1.3.0/tycho-p2-facade-1.3.0.jar (38 kB at 74 kB/s) [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 8.5 kB/s) [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 564 kB/s) [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 105 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] 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/org.eclipse.osgi/3.13.0.v20180226-1711/org.eclipse.osgi-3.13.0.v20180226-1711.jar (1.4 MB at 2.8 MB/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 55 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 40 kB/s) [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/eclipse/rcptt/rcptt-maven-plugin/2.5.0-SNAPSHOT/maven-metadata.xml [INFO] Downloading from rcptt-releases: http://repo.eclipse.org/content/repositories/rcptt-releases/org/eclipse/rcptt/rcptt-maven-plugin/2.5.0-SNAPSHOT/maven-metadata.xml [INFO] Downloaded from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/eclipse/rcptt/rcptt-maven-plugin/2.5.0-SNAPSHOT/maven-metadata.xml (791 B at 38 kB/s) [INFO] Downloading from rcptt-releases: http://repo.eclipse.org/content/repositories/rcptt-releases/org/eclipse/rcptt/rcptt-maven-plugin/2.5.0-SNAPSHOT/rcptt-maven-plugin-2.5.0-20191230.042500-405.pom [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/eclipse/rcptt/rcptt-maven-plugin/2.5.0-SNAPSHOT/rcptt-maven-plugin-2.5.0-20191230.042500-405.pom [INFO] Downloaded from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/eclipse/rcptt/rcptt-maven-plugin/2.5.0-SNAPSHOT/rcptt-maven-plugin-2.5.0-20191230.042500-405.pom (1.8 kB at 112 kB/s) [INFO] Downloading from rcptt-releases: http://repo.eclipse.org/content/repositories/rcptt-releases/org/eclipse/rcptt/rcptt-maven-modules/2.5.0-SNAPSHOT/maven-metadata.xml [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/eclipse/rcptt/rcptt-maven-modules/2.5.0-SNAPSHOT/maven-metadata.xml [INFO] Downloaded from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/eclipse/rcptt/rcptt-maven-modules/2.5.0-SNAPSHOT/maven-metadata.xml (617 B at 13 kB/s) [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/eclipse/rcptt/rcptt-maven-modules/2.5.0-SNAPSHOT/rcptt-maven-modules-2.5.0-20191230.042454-405.pom [INFO] Downloaded from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/eclipse/rcptt/rcptt-maven-modules/2.5.0-SNAPSHOT/rcptt-maven-modules-2.5.0-20191230.042454-405.pom (2.0 kB at 139 kB/s) [INFO] Downloading from rcptt-releases: http://repo.eclipse.org/content/repositories/rcptt-releases/org/eclipse/rcptt/rcptt-maven-util/2.5.0-SNAPSHOT/maven-metadata.xml [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/eclipse/rcptt/rcptt-maven-util/2.5.0-SNAPSHOT/maven-metadata.xml [INFO] Downloaded from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/eclipse/rcptt/rcptt-maven-util/2.5.0-SNAPSHOT/maven-metadata.xml (789 B at 53 kB/s) [INFO] Downloading from rcptt-releases: http://repo.eclipse.org/content/repositories/rcptt-releases/org/eclipse/rcptt/rcptt-maven-util/2.5.0-SNAPSHOT/rcptt-maven-util-2.5.0-20191230.042457-405.pom [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/eclipse/rcptt/rcptt-maven-util/2.5.0-SNAPSHOT/rcptt-maven-util-2.5.0-20191230.042457-405.pom [INFO] Downloaded from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/eclipse/rcptt/rcptt-maven-util/2.5.0-SNAPSHOT/rcptt-maven-util-2.5.0-20191230.042457-405.pom (1.5 kB at 47 kB/s) [INFO] Downloading from rcptt-releases: http://repo.eclipse.org/content/repositories/rcptt-releases/org/codehaus/plexus/plexus-archiver/1.2/plexus-archiver-1.2.pom [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/codehaus/plexus/plexus-archiver/1.2/plexus-archiver-1.2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-archiver/1.2/plexus-archiver-1.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-archiver/1.2/plexus-archiver-1.2.pom (2.0 kB at 82 kB/s) [INFO] Downloading from rcptt-releases: http://repo.eclipse.org/content/repositories/rcptt-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 rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/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 8.4 kB/s) [INFO] Downloading from rcptt-releases: http://repo.eclipse.org/content/repositories/rcptt-releases/org/codehaus/plexus/plexus-containers/1.0.3/plexus-containers-1.0.3.pom [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/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 21 kB/s) [INFO] Downloading from rcptt-releases: http://repo.eclipse.org/content/repositories/rcptt-releases/org/codehaus/plexus/plexus/1.0.4/plexus-1.0.4.pom [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/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 212 kB/s) [INFO] Downloading from rcptt-releases: http://repo.eclipse.org/content/repositories/rcptt-releases/junit/junit/3.8.1/junit-3.8.1.pom [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/junit/junit/3.8.1/junit-3.8.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/junit/junit/3.8.1/junit-3.8.1.pom [INFO] 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 26 kB/s) [INFO] Downloading from rcptt-releases: http://repo.eclipse.org/content/repositories/rcptt-releases/org/codehaus/plexus/plexus-utils/1.0.4/plexus-utils-1.0.4.pom [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/codehaus/plexus/plexus-utils/1.0.4/plexus-utils-1.0.4.pom [INFO] 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 [INFO] 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 286 kB/s) [INFO] Downloading from rcptt-releases: http://repo.eclipse.org/content/repositories/rcptt-releases/classworlds/classworlds/1.1-alpha-2/classworlds-1.1-alpha-2.pom [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/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 125 kB/s) [INFO] Downloading from rcptt-releases: http://repo.eclipse.org/content/repositories/rcptt-releases/org/codehaus/plexus/plexus-utils/2.0.5/plexus-utils-2.0.5.pom [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/codehaus/plexus/plexus-utils/2.0.5/plexus-utils-2.0.5.pom [INFO] 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 [INFO] 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 128 kB/s) [INFO] Downloading from rcptt-releases: http://repo.eclipse.org/content/repositories/rcptt-releases/org/codehaus/plexus/plexus-io/1.0.1/plexus-io-1.0.1.pom [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/codehaus/plexus/plexus-io/1.0.1/plexus-io-1.0.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-io/1.0.1/plexus-io-1.0.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-io/1.0.1/plexus-io-1.0.1.pom (1.2 kB at 52 kB/s) [INFO] Downloading from rcptt-releases: http://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/maven-core/3.5.4/maven-core-3.5.4.pom [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/maven-core/3.5.4/maven-core-3.5.4.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/3.5.4/maven-core-3.5.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/3.5.4/maven-core-3.5.4.pom (8.5 kB at 341 kB/s) [INFO] Downloading from rcptt-releases: http://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/maven/3.5.4/maven-3.5.4.pom [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/maven/3.5.4/maven-3.5.4.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/3.5.4/maven-3.5.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/3.5.4/maven-3.5.4.pom (23 kB at 450 kB/s) [INFO] Downloading from rcptt-releases: http://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/maven-parent/31/maven-parent-31.pom [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/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.4 MB/s) [INFO] Downloading from rcptt-releases: http://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/apache/19/apache-19.pom [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/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 553 kB/s) [INFO] Downloading from rcptt-releases: http://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/maven-model/3.5.4/maven-model-3.5.4.pom [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/maven-model/3.5.4/maven-model-3.5.4.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/3.5.4/maven-model-3.5.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/3.5.4/maven-model-3.5.4.pom (4.0 kB at 202 kB/s) [INFO] Downloading from rcptt-releases: http://repo.eclipse.org/content/repositories/rcptt-releases/org/codehaus/plexus/plexus-utils/3.1.0/plexus-utils-3.1.0.pom [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/codehaus/plexus/plexus-utils/3.1.0/plexus-utils-3.1.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.1.0/plexus-utils-3.1.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.1.0/plexus-utils-3.1.0.pom (4.7 kB at 114 kB/s) [INFO] Downloading from rcptt-releases: http://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/commons/commons-lang3/3.5/commons-lang3-3.5.pom [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/commons/commons-lang3/3.5/commons-lang3-3.5.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-lang3/3.5/commons-lang3-3.5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-lang3/3.5/commons-lang3-3.5.pom (23 kB at 476 kB/s) [INFO] Downloading from rcptt-releases: http://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/commons/commons-parent/41/commons-parent-41.pom [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/commons/commons-parent/41/commons-parent-41.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/41/commons-parent-41.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/41/commons-parent-41.pom (65 kB at 1.8 MB/s) [INFO] Downloading from rcptt-releases: http://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/maven-settings/3.5.4/maven-settings-3.5.4.pom [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/maven-settings/3.5.4/maven-settings-3.5.4.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/3.5.4/maven-settings-3.5.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/3.5.4/maven-settings-3.5.4.pom (1.8 kB at 92 kB/s) [INFO] Downloading from rcptt-releases: http://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/maven-settings-builder/3.5.4/maven-settings-builder-3.5.4.pom [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/maven-settings-builder/3.5.4/maven-settings-builder-3.5.4.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings-builder/3.5.4/maven-settings-builder-3.5.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings-builder/3.5.4/maven-settings-builder-3.5.4.pom (2.6 kB at 94 kB/s) [INFO] Downloading from rcptt-releases: http://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/maven-builder-support/3.5.4/maven-builder-support-3.5.4.pom [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/maven-builder-support/3.5.4/maven-builder-support-3.5.4.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-builder-support/3.5.4/maven-builder-support-3.5.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-builder-support/3.5.4/maven-builder-support-3.5.4.pom (1.5 kB at 55 kB/s) [INFO] Downloading from rcptt-releases: http://repo.eclipse.org/content/repositories/rcptt-releases/org/codehaus/plexus/plexus-interpolation/1.24/plexus-interpolation-1.24.pom [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/codehaus/plexus/plexus-interpolation/1.24/plexus-interpolation-1.24.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.24/plexus-interpolation-1.24.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.24/plexus-interpolation-1.24.pom (2.6 kB at 45 kB/s) [INFO] Downloading from rcptt-releases: http://repo.eclipse.org/content/repositories/rcptt-releases/org/sonatype/plexus/plexus-sec-dispatcher/1.4/plexus-sec-dispatcher-1.4.pom [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/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 129 kB/s) [INFO] Downloading from rcptt-releases: http://repo.eclipse.org/content/repositories/rcptt-releases/org/codehaus/plexus/plexus-utils/1.5.5/plexus-utils-1.5.5.pom [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/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 224 kB/s) [INFO] Downloading from rcptt-releases: http://repo.eclipse.org/content/repositories/rcptt-releases/org/codehaus/plexus/plexus/1.0.11/plexus-1.0.11.pom [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/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 230 kB/s) [INFO] Downloading from rcptt-releases: http://repo.eclipse.org/content/repositories/rcptt-releases/org/sonatype/plexus/plexus-cipher/1.4/plexus-cipher-1.4.pom [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/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 98 kB/s) [INFO] Downloading from rcptt-releases: http://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/maven-repository-metadata/3.5.4/maven-repository-metadata-3.5.4.pom [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/maven-repository-metadata/3.5.4/maven-repository-metadata-3.5.4.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/3.5.4/maven-repository-metadata-3.5.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/3.5.4/maven-repository-metadata-3.5.4.pom (1.9 kB at 33 kB/s) [INFO] Downloading from rcptt-releases: http://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/maven-artifact/3.5.4/maven-artifact-3.5.4.pom [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/maven-artifact/3.5.4/maven-artifact-3.5.4.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/3.5.4/maven-artifact-3.5.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/3.5.4/maven-artifact-3.5.4.pom (2.1 kB at 68 kB/s) [INFO] Downloading from rcptt-releases: http://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/maven-plugin-api/3.5.4/maven-plugin-api-3.5.4.pom [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/maven-plugin-api/3.5.4/maven-plugin-api-3.5.4.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/3.5.4/maven-plugin-api-3.5.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/3.5.4/maven-plugin-api-3.5.4.pom (2.9 kB at 92 kB/s) [INFO] Downloading from rcptt-releases: http://repo.eclipse.org/content/repositories/rcptt-releases/org/eclipse/sisu/org.eclipse.sisu.plexus/0.3.3/org.eclipse.sisu.plexus-0.3.3.pom [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/eclipse/sisu/org.eclipse.sisu.plexus/0.3.3/org.eclipse.sisu.plexus-0.3.3.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/org.eclipse.sisu.plexus/0.3.3/org.eclipse.sisu.plexus-0.3.3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/org.eclipse.sisu.plexus/0.3.3/org.eclipse.sisu.plexus-0.3.3.pom (4.2 kB at 79 kB/s) [INFO] Downloading from rcptt-releases: http://repo.eclipse.org/content/repositories/rcptt-releases/org/eclipse/sisu/sisu-plexus/0.3.3/sisu-plexus-0.3.3.pom [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/eclipse/sisu/sisu-plexus/0.3.3/sisu-plexus-0.3.3.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/sisu-plexus/0.3.3/sisu-plexus-0.3.3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/sisu-plexus/0.3.3/sisu-plexus-0.3.3.pom (14 kB at 508 kB/s) [INFO] Downloading from rcptt-releases: http://repo.eclipse.org/content/repositories/rcptt-releases/org/sonatype/oss/oss-parent/9/oss-parent-9.pom [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/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 365 kB/s) [INFO] Downloading from rcptt-releases: http://repo.eclipse.org/content/repositories/rcptt-releases/javax/enterprise/cdi-api/1.0/cdi-api-1.0.pom [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/javax/enterprise/cdi-api/1.0/cdi-api-1.0.pom [INFO] 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 [INFO] 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 28 kB/s) [INFO] Downloading from rcptt-releases: http://repo.eclipse.org/content/repositories/rcptt-releases/org/jboss/weld/weld-api-parent/1.0/weld-api-parent-1.0.pom [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/jboss/weld/weld-api-parent/1.0/weld-api-parent-1.0.pom [INFO] 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 [INFO] 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 57 kB/s) [INFO] Downloading from rcptt-releases: http://repo.eclipse.org/content/repositories/rcptt-releases/org/jboss/weld/weld-api-bom/1.0/weld-api-bom-1.0.pom [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/jboss/weld/weld-api-bom/1.0/weld-api-bom-1.0.pom [INFO] 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 [INFO] 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 344 kB/s) [INFO] Downloading from rcptt-releases: http://repo.eclipse.org/content/repositories/rcptt-releases/org/jboss/weld/weld-parent/6/weld-parent-6.pom [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/jboss/weld/weld-parent/6/weld-parent-6.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/weld/weld-parent/6/weld-parent-6.pom [INFO] 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 517 kB/s) [INFO] Downloading from rcptt-releases: http://repo.eclipse.org/content/repositories/rcptt-releases/javax/annotation/jsr250-api/1.0/jsr250-api-1.0.pom [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/javax/annotation/jsr250-api/1.0/jsr250-api-1.0.pom [INFO] 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 [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/annotation/jsr250-api/1.0/jsr250-api-1.0.pom (1.0 kB at 37 kB/s) [INFO] Downloading from rcptt-releases: http://repo.eclipse.org/content/repositories/rcptt-releases/javax/inject/javax.inject/1/javax.inject-1.pom [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/javax/inject/javax.inject/1/javax.inject-1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/inject/javax.inject/1/javax.inject-1.pom [INFO] 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 29 kB/s) [INFO] Downloading from rcptt-releases: http://repo.eclipse.org/content/repositories/rcptt-releases/org/eclipse/sisu/org.eclipse.sisu.inject/0.3.3/org.eclipse.sisu.inject-0.3.3.pom [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/eclipse/sisu/org.eclipse.sisu.inject/0.3.3/org.eclipse.sisu.inject-0.3.3.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/org.eclipse.sisu.inject/0.3.3/org.eclipse.sisu.inject-0.3.3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/org.eclipse.sisu.inject/0.3.3/org.eclipse.sisu.inject-0.3.3.pom (2.6 kB at 55 kB/s) [INFO] Downloading from rcptt-releases: http://repo.eclipse.org/content/repositories/rcptt-releases/org/eclipse/sisu/sisu-inject/0.3.3/sisu-inject-0.3.3.pom [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/eclipse/sisu/sisu-inject/0.3.3/sisu-inject-0.3.3.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/sisu-inject/0.3.3/sisu-inject-0.3.3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/sisu-inject/0.3.3/sisu-inject-0.3.3.pom (14 kB at 576 kB/s) [INFO] Downloading from rcptt-releases: http://repo.eclipse.org/content/repositories/rcptt-releases/org/codehaus/plexus/plexus-component-annotations/1.5.5/plexus-component-annotations-1.5.5.pom [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/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 22 kB/s) [INFO] Downloading from rcptt-releases: http://repo.eclipse.org/content/repositories/rcptt-releases/org/codehaus/plexus/plexus-containers/1.5.5/plexus-containers-1.5.5.pom [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/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 170 kB/s) [INFO] Downloading from rcptt-releases: http://repo.eclipse.org/content/repositories/rcptt-releases/org/codehaus/plexus/plexus-classworlds/2.5.2/plexus-classworlds-2.5.2.pom [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/codehaus/plexus/plexus-classworlds/2.5.2/plexus-classworlds-2.5.2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-classworlds/2.5.2/plexus-classworlds-2.5.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-classworlds/2.5.2/plexus-classworlds-2.5.2.pom (7.3 kB at 244 kB/s) [INFO] Downloading from rcptt-releases: http://repo.eclipse.org/content/repositories/rcptt-releases/org/codehaus/plexus/plexus/3.3.1/plexus-3.3.1.pom [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/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 rcptt-releases: http://repo.eclipse.org/content/repositories/rcptt-releases/org/codehaus/plexus/plexus-utils/3.0.17/plexus-utils-3.0.17.pom [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/codehaus/plexus/plexus-utils/3.0.17/plexus-utils-3.0.17.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.17/plexus-utils-3.0.17.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.17/plexus-utils-3.0.17.pom (3.4 kB at 113 kB/s) [INFO] Downloading from rcptt-releases: http://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/maven-model-builder/3.5.4/maven-model-builder-3.5.4.pom [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/maven-model-builder/3.5.4/maven-model-builder-3.5.4.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model-builder/3.5.4/maven-model-builder-3.5.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model-builder/3.5.4/maven-model-builder-3.5.4.pom (3.1 kB at 121 kB/s) [INFO] Downloading from rcptt-releases: http://repo.eclipse.org/content/repositories/rcptt-releases/com/google/guava/guava/20.0/guava-20.0.pom [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/com/google/guava/guava/20.0/guava-20.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava/20.0/guava-20.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava/20.0/guava-20.0.pom (6.8 kB at 244 kB/s) [INFO] Downloading from rcptt-releases: http://repo.eclipse.org/content/repositories/rcptt-releases/com/google/guava/guava-parent/20.0/guava-parent-20.0.pom [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/com/google/guava/guava-parent/20.0/guava-parent-20.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava-parent/20.0/guava-parent-20.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava-parent/20.0/guava-parent-20.0.pom (9.9 kB at 319 kB/s) [INFO] Downloading from rcptt-releases: http://repo.eclipse.org/content/repositories/rcptt-releases/org/sonatype/oss/oss-parent/7/oss-parent-7.pom [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/sonatype/oss/oss-parent/7/oss-parent-7.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/oss/oss-parent/7/oss-parent-7.pom [INFO] 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 254 kB/s) [INFO] Downloading from rcptt-releases: http://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/maven-resolver-provider/3.5.4/maven-resolver-provider-3.5.4.pom [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/maven-resolver-provider/3.5.4/maven-resolver-provider-3.5.4.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-resolver-provider/3.5.4/maven-resolver-provider-3.5.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-resolver-provider/3.5.4/maven-resolver-provider-3.5.4.pom (4.1 kB at 66 kB/s) [INFO] Downloading from rcptt-releases: http://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/resolver/maven-resolver-api/1.1.1/maven-resolver-api-1.1.1.pom [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/resolver/maven-resolver-api/1.1.1/maven-resolver-api-1.1.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/resolver/maven-resolver-api/1.1.1/maven-resolver-api-1.1.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/resolver/maven-resolver-api/1.1.1/maven-resolver-api-1.1.1.pom (1.9 kB at 32 kB/s) [INFO] Downloading from rcptt-releases: http://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/resolver/maven-resolver/1.1.1/maven-resolver-1.1.1.pom [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/resolver/maven-resolver/1.1.1/maven-resolver-1.1.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/resolver/maven-resolver/1.1.1/maven-resolver-1.1.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/resolver/maven-resolver/1.1.1/maven-resolver-1.1.1.pom (16 kB at 513 kB/s) [INFO] Downloading from rcptt-releases: http://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/resolver/maven-resolver-spi/1.1.1/maven-resolver-spi-1.1.1.pom [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/resolver/maven-resolver-spi/1.1.1/maven-resolver-spi-1.1.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/resolver/maven-resolver-spi/1.1.1/maven-resolver-spi-1.1.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/resolver/maven-resolver-spi/1.1.1/maven-resolver-spi-1.1.1.pom (2.1 kB at 77 kB/s) [INFO] Downloading from rcptt-releases: http://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/resolver/maven-resolver-util/1.1.1/maven-resolver-util-1.1.1.pom [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/resolver/maven-resolver-util/1.1.1/maven-resolver-util-1.1.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/resolver/maven-resolver-util/1.1.1/maven-resolver-util-1.1.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/resolver/maven-resolver-util/1.1.1/maven-resolver-util-1.1.1.pom (2.2 kB at 52 kB/s) [INFO] Downloading from rcptt-releases: http://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/resolver/maven-resolver-impl/1.1.1/maven-resolver-impl-1.1.1.pom [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/resolver/maven-resolver-impl/1.1.1/maven-resolver-impl-1.1.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/resolver/maven-resolver-impl/1.1.1/maven-resolver-impl-1.1.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/resolver/maven-resolver-impl/1.1.1/maven-resolver-impl-1.1.1.pom (3.5 kB at 144 kB/s) [INFO] Downloading from rcptt-releases: http://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/shared/maven-shared-utils/3.2.1/maven-shared-utils-3.2.1.pom [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/shared/maven-shared-utils/3.2.1/maven-shared-utils-3.2.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-utils/3.2.1/maven-shared-utils-3.2.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-utils/3.2.1/maven-shared-utils-3.2.1.pom (5.6 kB at 235 kB/s) [INFO] Downloading from rcptt-releases: http://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/shared/maven-shared-components/30/maven-shared-components-30.pom [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/shared/maven-shared-components/30/maven-shared-components-30.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-components/30/maven-shared-components-30.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-components/30/maven-shared-components-30.pom (4.6 kB at 241 kB/s) [INFO] Downloading from rcptt-releases: http://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/maven-parent/30/maven-parent-30.pom [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/maven-parent/30/maven-parent-30.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/30/maven-parent-30.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/30/maven-parent-30.pom (41 kB at 1.5 MB/s) [INFO] Downloading from rcptt-releases: http://repo.eclipse.org/content/repositories/rcptt-releases/com/google/inject/guice/4.2.0/guice-4.2.0.pom [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/com/google/inject/guice/4.2.0/guice-4.2.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/inject/guice/4.2.0/guice-4.2.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/inject/guice/4.2.0/guice-4.2.0.pom (11 kB at 421 kB/s) [INFO] Downloading from rcptt-releases: http://repo.eclipse.org/content/repositories/rcptt-releases/com/google/inject/guice-parent/4.2.0/guice-parent-4.2.0.pom [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/com/google/inject/guice-parent/4.2.0/guice-parent-4.2.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/inject/guice-parent/4.2.0/guice-parent-4.2.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/inject/guice-parent/4.2.0/guice-parent-4.2.0.pom (16 kB at 556 kB/s) [INFO] Downloading from rcptt-releases: http://repo.eclipse.org/content/repositories/rcptt-releases/com/google/google/5/google-5.pom [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/com/google/google/5/google-5.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/google/5/google-5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/google/5/google-5.pom (2.5 kB at 74 kB/s) [INFO] Downloading from rcptt-releases: http://repo.eclipse.org/content/repositories/rcptt-releases/aopalliance/aopalliance/1.0/aopalliance-1.0.pom [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/aopalliance/aopalliance/1.0/aopalliance-1.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/aopalliance/aopalliance/1.0/aopalliance-1.0.pom [INFO] 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 15 kB/s) [INFO] Downloading from rcptt-releases: http://repo.eclipse.org/content/repositories/rcptt-releases/com/google/guava/guava/23.6-android/guava-23.6-android.pom [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/com/google/guava/guava/23.6-android/guava-23.6-android.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava/23.6-android/guava-23.6-android.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava/23.6-android/guava-23.6-android.pom (7.8 kB at 313 kB/s) [INFO] Downloading from rcptt-releases: http://repo.eclipse.org/content/repositories/rcptt-releases/com/google/guava/guava-parent/23.6-android/guava-parent-23.6-android.pom [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/com/google/guava/guava-parent/23.6-android/guava-parent-23.6-android.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava-parent/23.6-android/guava-parent-23.6-android.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava-parent/23.6-android/guava-parent-23.6-android.pom (9.9 kB at 413 kB/s) [INFO] Downloading from rcptt-releases: http://repo.eclipse.org/content/repositories/rcptt-releases/com/google/code/findbugs/jsr305/1.3.9/jsr305-1.3.9.pom [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/com/google/code/findbugs/jsr305/1.3.9/jsr305-1.3.9.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/code/findbugs/jsr305/1.3.9/jsr305-1.3.9.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/code/findbugs/jsr305/1.3.9/jsr305-1.3.9.pom (965 B at 39 kB/s) [INFO] Downloading from rcptt-releases: http://repo.eclipse.org/content/repositories/rcptt-releases/org/checkerframework/checker-compat-qual/2.0.0/checker-compat-qual-2.0.0.pom [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/checkerframework/checker-compat-qual/2.0.0/checker-compat-qual-2.0.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/checkerframework/checker-compat-qual/2.0.0/checker-compat-qual-2.0.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/checkerframework/checker-compat-qual/2.0.0/checker-compat-qual-2.0.0.pom (4.2 kB at 145 kB/s) [INFO] Downloading from rcptt-releases: http://repo.eclipse.org/content/repositories/rcptt-releases/com/google/errorprone/error_prone_annotations/2.1.3/error_prone_annotations-2.1.3.pom [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/com/google/errorprone/error_prone_annotations/2.1.3/error_prone_annotations-2.1.3.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/errorprone/error_prone_annotations/2.1.3/error_prone_annotations-2.1.3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/errorprone/error_prone_annotations/2.1.3/error_prone_annotations-2.1.3.pom (1.8 kB at 26 kB/s) [INFO] Downloading from rcptt-releases: http://repo.eclipse.org/content/repositories/rcptt-releases/com/google/errorprone/error_prone_parent/2.1.3/error_prone_parent-2.1.3.pom [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/com/google/errorprone/error_prone_parent/2.1.3/error_prone_parent-2.1.3.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/errorprone/error_prone_parent/2.1.3/error_prone_parent-2.1.3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/errorprone/error_prone_parent/2.1.3/error_prone_parent-2.1.3.pom (5.1 kB at 176 kB/s) [INFO] Downloading from rcptt-releases: http://repo.eclipse.org/content/repositories/rcptt-releases/com/google/j2objc/j2objc-annotations/1.1/j2objc-annotations-1.1.pom [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/com/google/j2objc/j2objc-annotations/1.1/j2objc-annotations-1.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/j2objc/j2objc-annotations/1.1/j2objc-annotations-1.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/j2objc/j2objc-annotations/1.1/j2objc-annotations-1.1.pom (2.8 kB at 110 kB/s) [INFO] Downloading from rcptt-releases: http://repo.eclipse.org/content/repositories/rcptt-releases/org/codehaus/mojo/animal-sniffer-annotations/1.14/animal-sniffer-annotations-1.14.pom [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/codehaus/mojo/animal-sniffer-annotations/1.14/animal-sniffer-annotations-1.14.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/mojo/animal-sniffer-annotations/1.14/animal-sniffer-annotations-1.14.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/mojo/animal-sniffer-annotations/1.14/animal-sniffer-annotations-1.14.pom (2.5 kB at 49 kB/s) [INFO] Downloading from rcptt-releases: http://repo.eclipse.org/content/repositories/rcptt-releases/org/codehaus/mojo/animal-sniffer-parent/1.14/animal-sniffer-parent-1.14.pom [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/codehaus/mojo/animal-sniffer-parent/1.14/animal-sniffer-parent-1.14.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/mojo/animal-sniffer-parent/1.14/animal-sniffer-parent-1.14.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/mojo/animal-sniffer-parent/1.14/animal-sniffer-parent-1.14.pom (4.4 kB at 191 kB/s) [INFO] Downloading from rcptt-releases: http://repo.eclipse.org/content/repositories/rcptt-releases/org/codehaus/mojo/mojo-parent/34/mojo-parent-34.pom [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/codehaus/mojo/mojo-parent/34/mojo-parent-34.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/mojo/mojo-parent/34/mojo-parent-34.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/mojo/mojo-parent/34/mojo-parent-34.pom (24 kB at 487 kB/s) [INFO] Downloading from rcptt-releases: http://repo.eclipse.org/content/repositories/rcptt-releases/org/codehaus/codehaus-parent/4/codehaus-parent-4.pom [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/codehaus/codehaus-parent/4/codehaus-parent-4.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/codehaus-parent/4/codehaus-parent-4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/codehaus-parent/4/codehaus-parent-4.pom (4.8 kB at 166 kB/s) [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/eclipse/rcptt/rcptt-maven-plugin/2.5.0-SNAPSHOT/rcptt-maven-plugin-2.5.0-20191230.042500-405.jar [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/eclipse/rcptt/rcptt-maven-util/2.5.0-SNAPSHOT/rcptt-maven-util-2.5.0-20191230.042457-405.jar [INFO] Downloaded from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/eclipse/rcptt/rcptt-maven-plugin/2.5.0-SNAPSHOT/rcptt-maven-plugin-2.5.0-20191230.042500-405.jar (36 kB at 1.8 MB/s) [INFO] Downloaded from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/eclipse/rcptt/rcptt-maven-util/2.5.0-SNAPSHOT/rcptt-maven-util-2.5.0-20191230.042457-405.jar (22 kB at 642 kB/s) [INFO] Downloading from rcptt-releases: http://repo.eclipse.org/content/repositories/rcptt-releases/org/codehaus/plexus/plexus-archiver/1.2/plexus-archiver-1.2.jar [INFO] Downloading from rcptt-releases: http://repo.eclipse.org/content/repositories/rcptt-releases/classworlds/classworlds/1.1-alpha-2/classworlds-1.1-alpha-2.jar [INFO] Downloading from rcptt-releases: http://repo.eclipse.org/content/repositories/rcptt-releases/junit/junit/3.8.1/junit-3.8.1.jar [INFO] Downloading from rcptt-releases: http://repo.eclipse.org/content/repositories/rcptt-releases/org/codehaus/plexus/plexus-container-default/1.0-alpha-9-stable-1/plexus-container-default-1.0-alpha-9-stable-1.jar [INFO] Downloading from rcptt-releases: http://repo.eclipse.org/content/repositories/rcptt-releases/org/codehaus/plexus/plexus-utils/2.0.5/plexus-utils-2.0.5.jar [INFO] Downloading from rcptt-releases: http://repo.eclipse.org/content/repositories/rcptt-releases/org/codehaus/plexus/plexus-io/1.0.1/plexus-io-1.0.1.jar [INFO] Downloading from rcptt-releases: http://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/maven-core/3.5.4/maven-core-3.5.4.jar [INFO] Downloading from rcptt-releases: http://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/maven-model/3.5.4/maven-model-3.5.4.jar [INFO] Downloading from rcptt-releases: http://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/maven-settings/3.5.4/maven-settings-3.5.4.jar [INFO] Downloading from rcptt-releases: http://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/maven-settings-builder/3.5.4/maven-settings-builder-3.5.4.jar [INFO] Downloading from rcptt-releases: http://repo.eclipse.org/content/repositories/rcptt-releases/org/codehaus/plexus/plexus-interpolation/1.24/plexus-interpolation-1.24.jar [INFO] Downloading from rcptt-releases: http://repo.eclipse.org/content/repositories/rcptt-releases/org/sonatype/plexus/plexus-sec-dispatcher/1.4/plexus-sec-dispatcher-1.4.jar [INFO] Downloading from rcptt-releases: http://repo.eclipse.org/content/repositories/rcptt-releases/org/sonatype/plexus/plexus-cipher/1.4/plexus-cipher-1.4.jar [INFO] Downloading from rcptt-releases: http://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/maven-builder-support/3.5.4/maven-builder-support-3.5.4.jar [INFO] Downloading from rcptt-releases: http://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/maven-repository-metadata/3.5.4/maven-repository-metadata-3.5.4.jar [INFO] Downloading from rcptt-releases: http://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/maven-artifact/3.5.4/maven-artifact-3.5.4.jar [INFO] Downloading from rcptt-releases: http://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/maven-plugin-api/3.5.4/maven-plugin-api-3.5.4.jar [INFO] Downloading from rcptt-releases: http://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/maven-model-builder/3.5.4/maven-model-builder-3.5.4.jar [INFO] Downloading from rcptt-releases: http://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/maven-resolver-provider/3.5.4/maven-resolver-provider-3.5.4.jar [INFO] Downloading from rcptt-releases: http://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/resolver/maven-resolver-impl/1.1.1/maven-resolver-impl-1.1.1.jar [INFO] Downloading from rcptt-releases: http://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/resolver/maven-resolver-api/1.1.1/maven-resolver-api-1.1.1.jar [INFO] Downloading from rcptt-releases: http://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/resolver/maven-resolver-spi/1.1.1/maven-resolver-spi-1.1.1.jar [INFO] Downloading from rcptt-releases: http://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/resolver/maven-resolver-util/1.1.1/maven-resolver-util-1.1.1.jar [INFO] Downloading from rcptt-releases: http://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/shared/maven-shared-utils/3.2.1/maven-shared-utils-3.2.1.jar [INFO] Downloading from rcptt-releases: http://repo.eclipse.org/content/repositories/rcptt-releases/org/eclipse/sisu/org.eclipse.sisu.plexus/0.3.3/org.eclipse.sisu.plexus-0.3.3.jar [INFO] Downloading from rcptt-releases: http://repo.eclipse.org/content/repositories/rcptt-releases/javax/enterprise/cdi-api/1.0/cdi-api-1.0.jar [INFO] Downloading from rcptt-releases: http://repo.eclipse.org/content/repositories/rcptt-releases/javax/annotation/jsr250-api/1.0/jsr250-api-1.0.jar [INFO] Downloading from rcptt-releases: http://repo.eclipse.org/content/repositories/rcptt-releases/org/eclipse/sisu/org.eclipse.sisu.inject/0.3.3/org.eclipse.sisu.inject-0.3.3.jar [INFO] Downloading from rcptt-releases: http://repo.eclipse.org/content/repositories/rcptt-releases/com/google/inject/guice/4.2.0/guice-4.2.0-no_aop.jar [INFO] Downloading from rcptt-releases: http://repo.eclipse.org/content/repositories/rcptt-releases/aopalliance/aopalliance/1.0/aopalliance-1.0.jar [INFO] Downloading from rcptt-releases: http://repo.eclipse.org/content/repositories/rcptt-releases/javax/inject/javax.inject/1/javax.inject-1.jar [INFO] Downloading from rcptt-releases: http://repo.eclipse.org/content/repositories/rcptt-releases/com/google/guava/guava/20.0/guava-20.0.jar [INFO] Downloading from rcptt-releases: http://repo.eclipse.org/content/repositories/rcptt-releases/org/codehaus/plexus/plexus-classworlds/2.5.2/plexus-classworlds-2.5.2.jar [INFO] Downloading from rcptt-releases: http://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/commons/commons-lang3/3.5/commons-lang3-3.5.jar [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/codehaus/plexus/plexus-archiver/1.2/plexus-archiver-1.2.jar [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/codehaus/plexus/plexus-utils/2.0.5/plexus-utils-2.0.5.jar [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/classworlds/classworlds/1.1-alpha-2/classworlds-1.1-alpha-2.jar [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/junit/junit/3.8.1/junit-3.8.1.jar [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/codehaus/plexus/plexus-container-default/1.0-alpha-9-stable-1/plexus-container-default-1.0-alpha-9-stable-1.jar [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/codehaus/plexus/plexus-io/1.0.1/plexus-io-1.0.1.jar [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/maven-settings-builder/3.5.4/maven-settings-builder-3.5.4.jar [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/maven-settings/3.5.4/maven-settings-3.5.4.jar [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/maven-model/3.5.4/maven-model-3.5.4.jar [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/maven-core/3.5.4/maven-core-3.5.4.jar [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/codehaus/plexus/plexus-interpolation/1.24/plexus-interpolation-1.24.jar [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/sonatype/plexus/plexus-sec-dispatcher/1.4/plexus-sec-dispatcher-1.4.jar [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/sonatype/plexus/plexus-cipher/1.4/plexus-cipher-1.4.jar [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/maven-builder-support/3.5.4/maven-builder-support-3.5.4.jar [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/maven-repository-metadata/3.5.4/maven-repository-metadata-3.5.4.jar [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/maven-artifact/3.5.4/maven-artifact-3.5.4.jar [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/maven-plugin-api/3.5.4/maven-plugin-api-3.5.4.jar [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/maven-model-builder/3.5.4/maven-model-builder-3.5.4.jar [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/maven-resolver-provider/3.5.4/maven-resolver-provider-3.5.4.jar [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/resolver/maven-resolver-impl/1.1.1/maven-resolver-impl-1.1.1.jar [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/resolver/maven-resolver-api/1.1.1/maven-resolver-api-1.1.1.jar [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/resolver/maven-resolver-spi/1.1.1/maven-resolver-spi-1.1.1.jar [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/resolver/maven-resolver-util/1.1.1/maven-resolver-util-1.1.1.jar [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/shared/maven-shared-utils/3.2.1/maven-shared-utils-3.2.1.jar [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/eclipse/sisu/org.eclipse.sisu.plexus/0.3.3/org.eclipse.sisu.plexus-0.3.3.jar [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/javax/enterprise/cdi-api/1.0/cdi-api-1.0.jar [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/javax/annotation/jsr250-api/1.0/jsr250-api-1.0.jar [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/eclipse/sisu/org.eclipse.sisu.inject/0.3.3/org.eclipse.sisu.inject-0.3.3.jar [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/com/google/inject/guice/4.2.0/guice-4.2.0-no_aop.jar [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/aopalliance/aopalliance/1.0/aopalliance-1.0.jar [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/com/google/guava/guava/20.0/guava-20.0.jar [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/javax/inject/javax.inject/1/javax.inject-1.jar [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/codehaus/plexus/plexus-classworlds/2.5.2/plexus-classworlds-2.5.2.jar [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/commons/commons-lang3/3.5/commons-lang3-3.5.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-archiver/1.2/plexus-archiver-1.2.jar [INFO] 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 [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.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/junit/junit/3.8.1/junit-3.8.1.jar [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.jar [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.jar (38 kB at 1.1 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-io/1.0.1/plexus-io-1.0.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-archiver/1.2/plexus-archiver-1.2.jar (182 kB at 4.2 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/3.5.4/maven-core-3.5.4.jar [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.jar (194 kB at 4.0 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/3.5.4/maven-model-3.5.4.jar [INFO] 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 4.6 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/3.5.4/maven-settings-3.5.4.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-io/1.0.1/plexus-io-1.0.1.jar (51 kB at 1.0 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings-builder/3.5.4/maven-settings-builder-3.5.4.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/3.5.4/maven-settings-3.5.4.jar (45 kB at 719 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.24/plexus-interpolation-1.24.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/3.5.4/maven-model-3.5.4.jar (165 kB at 2.6 MB/s) [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] 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 1.1 MB/s) [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/apache/maven/maven-core/3.5.4/maven-core-3.5.4.jar (630 kB at 5.0 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-builder-support/3.5.4/maven-builder-support-3.5.4.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings-builder/3.5.4/maven-settings-builder-3.5.4.jar (43 kB at 320 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/3.5.4/maven-repository-metadata-3.5.4.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 201 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/3.5.4/maven-artifact-3.5.4.jar [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 91 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/3.5.4/maven-plugin-api-3.5.4.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/3.5.4/maven-repository-metadata-3.5.4.jar (27 kB at 174 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model-builder/3.5.4/maven-model-builder-3.5.4.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-builder-support/3.5.4/maven-builder-support-3.5.4.jar (15 kB at 93 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-resolver-provider/3.5.4/maven-resolver-provider-3.5.4.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/3.5.4/maven-artifact-3.5.4.jar (55 kB at 327 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/resolver/maven-resolver-impl/1.1.1/maven-resolver-impl-1.1.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/3.5.4/maven-plugin-api-3.5.4.jar (48 kB at 271 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/resolver/maven-resolver-api/1.1.1/maven-resolver-api-1.1.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model-builder/3.5.4/maven-model-builder-3.5.4.jar (177 kB at 970 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/resolver/maven-resolver-spi/1.1.1/maven-resolver-spi-1.1.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-resolver-provider/3.5.4/maven-resolver-provider-3.5.4.jar (67 kB at 364 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/resolver/maven-resolver-util/1.1.1/maven-resolver-util-1.1.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.24/plexus-interpolation-1.24.jar (79 kB at 381 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-utils/3.2.1/maven-shared-utils-3.2.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/resolver/maven-resolver-api/1.1.1/maven-resolver-api-1.1.1.jar (146 kB at 636 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/org.eclipse.sisu.plexus/0.3.3/org.eclipse.sisu.plexus-0.3.3.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/resolver/maven-resolver-util/1.1.1/maven-resolver-util-1.1.1.jar (159 kB at 685 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/resolver/maven-resolver-spi/1.1.1/maven-resolver-spi-1.1.1.jar (36 kB at 154 kB/s) [INFO] 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 [INFO] 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 [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/resolver/maven-resolver-impl/1.1.1/maven-resolver-impl-1.1.1.jar (185 kB at 766 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/org.eclipse.sisu.inject/0.3.3/org.eclipse.sisu.inject-0.3.3.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-utils/3.2.1/maven-shared-utils-3.2.1.jar (167 kB at 688 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/inject/guice/4.2.0/guice-4.2.0-no_aop.jar [INFO] 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 24 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/aopalliance/aopalliance/1.0/aopalliance-1.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/org.eclipse.sisu.plexus/0.3.3/org.eclipse.sisu.plexus-0.3.3.jar (205 kB at 828 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava/20.0/guava-20.0.jar [INFO] 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 17 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/inject/javax.inject/1/javax.inject-1.jar [INFO] 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 168 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-classworlds/2.5.2/plexus-classworlds-2.5.2.jar [INFO] 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 8.8 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-lang3/3.5/commons-lang3-3.5.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/org.eclipse.sisu.inject/0.3.3/org.eclipse.sisu.inject-0.3.3.jar (379 kB at 1.1 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-classworlds/2.5.2/plexus-classworlds-2.5.2.jar (53 kB at 155 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-lang3/3.5/commons-lang3-3.5.jar (480 kB at 1.3 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/inject/guice/4.2.0/guice-4.2.0-no_aop.jar (521 kB at 1.4 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava/20.0/guava-20.0.jar (2.4 MB at 6.0 MB/s) [INFO] [INFO] ---------------------< com.xored.q7.quality:tests >--------------------- [INFO] Building tests 1.0.0-SNAPSHOT [INFO] -----------------------------[ rcpttTest ]------------------------------ [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/plugins/maven-install-plugin/maven-metadata.xml [INFO] Downloading from rcptt-releases: http://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/plugins/maven-install-plugin/maven-metadata.xml [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-install-plugin/maven-metadata.xml [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-install-plugin/maven-metadata.xml (663 B at 13 kB/s) [INFO] Downloading from rcptt-releases: http://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/plugins/maven-install-plugin/3.0.0-M1/maven-install-plugin-3.0.0-M1.pom [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/plugins/maven-install-plugin/3.0.0-M1/maven-install-plugin-3.0.0-M1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-install-plugin/3.0.0-M1/maven-install-plugin-3.0.0-M1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-install-plugin/3.0.0-M1/maven-install-plugin-3.0.0-M1.pom (6.2 kB at 167 kB/s) [INFO] Downloading from rcptt-releases: http://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/plugins/maven-plugins/33/maven-plugins-33.pom [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/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 396 kB/s) [INFO] Downloading from rcptt-releases: http://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/maven-parent/33/maven-parent-33.pom [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/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 1.5 MB/s) [INFO] Downloading from rcptt-releases: http://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/apache/21/apache-21.pom [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/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 503 kB/s) [INFO] Downloading from rcptt-releases: http://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/plugins/maven-install-plugin/3.0.0-M1/maven-install-plugin-3.0.0-M1.jar [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/plugins/maven-install-plugin/3.0.0-M1/maven-install-plugin-3.0.0-M1.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-install-plugin/3.0.0-M1/maven-install-plugin-3.0.0-M1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-install-plugin/3.0.0-M1/maven-install-plugin-3.0.0-M1.jar (29 kB at 467 kB/s) [INFO] Downloading from rcptt-releases: http://repo.eclipse.org/content/repositories/rcptt-releases/org/codehaus/mojo/build-helper-maven-plugin/1.5/build-helper-maven-plugin-1.5.pom [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/codehaus/mojo/build-helper-maven-plugin/1.5/build-helper-maven-plugin-1.5.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/mojo/build-helper-maven-plugin/1.5/build-helper-maven-plugin-1.5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/mojo/build-helper-maven-plugin/1.5/build-helper-maven-plugin-1.5.pom (4.1 kB at 108 kB/s) [INFO] Downloading from rcptt-releases: http://repo.eclipse.org/content/repositories/rcptt-releases/org/codehaus/mojo/mojo-parent/23/mojo-parent-23.pom [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/codehaus/mojo/mojo-parent/23/mojo-parent-23.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/mojo/mojo-parent/23/mojo-parent-23.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/mojo/mojo-parent/23/mojo-parent-23.pom (23 kB at 838 kB/s) [INFO] Downloading from rcptt-releases: http://repo.eclipse.org/content/repositories/rcptt-releases/org/codehaus/mojo/build-helper-maven-plugin/1.5/build-helper-maven-plugin-1.5.jar [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/codehaus/mojo/build-helper-maven-plugin/1.5/build-helper-maven-plugin-1.5.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/mojo/build-helper-maven-plugin/1.5/build-helper-maven-plugin-1.5.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/mojo/build-helper-maven-plugin/1.5/build-helper-maven-plugin-1.5.jar (24 kB at 392 kB/s) [INFO] Downloading from rcptt-releases: http://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/plugins/maven-clean-plugin/2.5/maven-clean-plugin-2.5.pom [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/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 163 kB/s) [INFO] Downloading from rcptt-releases: http://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/plugins/maven-plugins/22/maven-plugins-22.pom [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/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 522 kB/s) [INFO] Downloading from rcptt-releases: http://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/maven-parent/21/maven-parent-21.pom [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/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.0 MB/s) [INFO] Downloading from rcptt-releases: http://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/apache/10/apache-10.pom [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/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 548 kB/s) [INFO] Downloading from rcptt-releases: http://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/plugins/maven-clean-plugin/2.5/maven-clean-plugin-2.5.jar [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/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 560 kB/s) [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ tests --- [INFO] Downloading from rcptt-releases: http://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/maven-plugin-api/2.0.6/maven-plugin-api-2.0.6.pom [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/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 rcptt-releases: http://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/maven/2.0.6/maven-2.0.6.pom [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/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 rcptt-releases: http://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/maven-parent/5/maven-parent-5.pom [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/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 508 kB/s) [INFO] Downloading from rcptt-releases: http://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/apache/3/apache-3.pom [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/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 143 kB/s) [INFO] Downloading from rcptt-releases: http://repo.eclipse.org/content/repositories/rcptt-releases/org/codehaus/plexus/plexus-utils/3.0/plexus-utils-3.0.pom [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/codehaus/plexus/plexus-utils/3.0/plexus-utils-3.0.pom [INFO] 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 [INFO] 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 214 kB/s) [INFO] Downloading from rcptt-releases: http://repo.eclipse.org/content/repositories/rcptt-releases/org/sonatype/spice/spice-parent/16/spice-parent-16.pom [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/sonatype/spice/spice-parent/16/spice-parent-16.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/spice/spice-parent/16/spice-parent-16.pom [INFO] 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 363 kB/s) [INFO] Downloading from rcptt-releases: http://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/maven-plugin-api/2.0.6/maven-plugin-api-2.0.6.jar [INFO] Downloading from rcptt-releases: http://repo.eclipse.org/content/repositories/rcptt-releases/org/codehaus/plexus/plexus-utils/3.0/plexus-utils-3.0.jar [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/maven-plugin-api/2.0.6/maven-plugin-api-2.0.6.jar [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/codehaus/plexus/plexus-utils/3.0/plexus-utils-3.0.jar [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.jar [INFO] 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 [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.jar (13 kB at 169 kB/s) [INFO] 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 3.0 MB/s) [INFO] [INFO] --- rcptt-maven-plugin:2.5.0-SNAPSHOT:resources (default-resources) @ tests --- [INFO] Downloading artifact from https://archive.eclipse.org/eclipse/downloads/drops4/R-4.5.2-201602121500/eclipse-SDK-4.5.2-linux-gtk-x86_64.tar.gz... [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/eclipse/rcptt/runner/rcptt.runner/2.5.0-SNAPSHOT/ [INFO] Downloading from rcptt-releases: http://repo.eclipse.org/content/repositories/rcptt-releases/org/eclipse/rcptt/runner/rcptt.runner/2.5.0-SNAPSHOT/ [WARNING] Could not validate integrity of download from https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/eclipse/rcptt/runner/rcptt.runner/2.5.0-SNAPSHOT/: Checksum validation failed, no checksums available [WARNING] Checksum validation failed, no checksums available from rcptt-snapshots for https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/eclipse/rcptt/runner/rcptt.runner/2.5.0-SNAPSHOT/ [INFO] Downloaded from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/eclipse/rcptt/runner/rcptt.runner/2.5.0-SNAPSHOT/ (26 kB at 46 kB/s) [INFO] Resolving artifact org.eclipse.rcptt.runner:rcptt.runner:zip:2.5.0-SNAPSHOT, this may take a while ... [INFO] Downloading from rcptt-releases: http://repo.eclipse.org/content/repositories/rcptt-releases/org/eclipse/rcptt/runner/rcptt.runner/2.5.0-SNAPSHOT/maven-metadata.xml [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/eclipse/rcptt/runner/rcptt.runner/2.5.0-SNAPSHOT/maven-metadata.xml [INFO] Downloaded from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/eclipse/rcptt/runner/rcptt.runner/2.5.0-SNAPSHOT/maven-metadata.xml (792 B at 15 kB/s) [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/eclipse/rcptt/runner/rcptt.runner/2.5.0-SNAPSHOT/rcptt.runner-2.5.0-20191230.042434-223.zip [INFO] Downloaded from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/eclipse/rcptt/runner/rcptt.runner/2.5.0-SNAPSHOT/rcptt.runner-2.5.0-20191230.042434-223.zip (156 MB at 53 MB/s) [INFO] Artifact org.eclipse.rcptt.runner:rcptt.runner:zip:2.5.0-SNAPSHOT is resolved to /home/jenkins/agent/workspace/Tests/m2/org/eclipse/rcptt/runner/rcptt.runner/2.5.0-SNAPSHOT/rcptt.runner-2.5.0-SNAPSHOT.zip [INFO] Extracting AUT to /home/jenkins/agent/workspace/Tests/rcpttTests/target/aut [INFO] Expanding: /home/jenkins/agent/workspace/Tests/rcpttTests/target/eclipse-SDK-4.5.2-linux-gtk-x86_64.tar.gz into /home/jenkins/agent/workspace/Tests/rcpttTests/target/aut [INFO] Extracting RCPTT runner to /home/jenkins/agent/workspace/Tests/rcpttTests/target/runner [INFO] Copying project contents to target directory... [INFO] [INFO] --- rcptt-maven-plugin:2.5.0-SNAPSHOT:execute (default-execute) @ tests --- [INFO] Runner command line is /bin/sh -c cd /home/jenkins/agent/workspace/Tests/rcpttTests/target/runner/eclipse && /usr/lib/jvm/java-8-openjdk-amd64/jre/bin/java -Xms128m -Xmx256m -Dorg.eclipse.rcptt.runner.returnTestFailure=true -jar /home/jenkins/agent/workspace/Tests/rcpttTests/target/runner/eclipse/plugins/org.eclipse.equinox.launcher_1.5.600.v20191014-2022.jar -application org.eclipse.rcptt.runner.headless -runnerPlatform swt -data /home/jenkins/agent/workspace/Tests/rcpttTests/target/runner-workspace -aut /home/jenkins/agent/workspace/Tests/rcpttTests/target/aut/eclipse -autWsPrefix /home/jenkins/agent/workspace/Tests/rcpttTests/target/aut-ws- -autConsolePrefix /home/jenkins/agent/workspace/Tests/rcpttTests/target/results/aut-console- -autArgs '-nosplash;-consoleLog;-debug;/home/jenkins/agent/workspace/Tests/rcpttTests/debug.options' -q7report /home/jenkins/agent/workspace/Tests/rcpttTests/target/results/tests.report -htmlReport /home/jenkins/agent/workspace/Tests/rcpttTests/target/results/tests.html -junitReport /home/jenkins/agent/workspace/Tests/rcpttTests/target/surefire-reports/TEST-tests.xml -import /home/jenkins/agent/workspace/Tests/rcpttTests/target/projects/tests -injection:site 'http://download.eclipse.org/releases/mars;org.eclipse.gef;org.eclipse.draw2d' -injection:site 'http://download.eclipse.org/tools/gef/updates/legacy/releases/4.0.0_gef-master_1952/;org.eclipse.zest.feature.group' -injection:site 'http://download.eclipse.org/nebula/snapshot;org.eclipse.nebula.widgets.grid' -injection:site https://ci.eclipse.org/rcptt/job/mockups/lastSuccessfulBuild/artifact/repository/target/repository -testOptions 'testExecTimeout=300;execTimeout=3600' -timeout 3600 -shutdownListenerPort 9894 -suites failed-tests [INFO] The execution timeout is set to 3600 seconds [INFO] Started at Mon Dec 30 04:30:16 UTC 2019 [INFO] RCPTT Runner version: 2.5.0 [INFO] Initializing target platform... [INFO] Begin task: Resolving null [INFO] progress: Resolving Target Contents... [INFO] progress: Reading plug-ins [INFO] progress: Fetching p2.index from platform:/plugin/org.eclipse.rcptt.updates.runtime.e4x/q7/ [INFO] progress: Adding repository platform:///plugin/org.eclipse.rcptt.updates.runtime.e4x/q7/ [INFO] progress: Fetching content.jar from platform:/plugin/org.eclipse.rcptt.updates.runtime.e4x/q7/ [INFO] Begin task: Apply injection plugins [INFO] progress: Fetching p2.index from http://download.eclipse.org/releases/mars/ [INFO] progress: Adding repository http://download.eclipse.org/releases/mars [INFO] progress: Fetching compositeContent.jar from http://download.eclipse.org/releases/mars/ (502B) [INFO] progress: Fetching p2.index from http://download.eclipse.org/technology/epp/packages/mars/ [INFO] progress: Fetching content.xml.xz from http://download.eclipse.org/technology/epp/packages/mars/ [INFO] progress: Fetching p2.index from http://download.eclipse.org/releases/mars/201506241002/ [INFO] progress: Fetching content.xml.xz from http://download.eclipse.org/releases/mars/201506241002/ [INFO] progress: Fetching p2.index from http://download.eclipse.org/releases/mars/201510021000/ [INFO] progress: Fetching content.xml.xz from http://download.eclipse.org/releases/mars/201510021000/ [INFO] progress: Fetching p2.index from http://download.eclipse.org/releases/mars/201602261000/ [INFO] progress: Fetching content.xml.xz from http://download.eclipse.org/releases/mars/201602261000/ [INFO] progress: Fetching p2.index from http://download.eclipse.org/releases/mars/ [INFO] progress: Adding repository http://download.eclipse.org/releases/mars [INFO] progress: Fetching compositeArtifacts.jar from http://download.eclipse.org/releases/mars/ (514B) [INFO] progress: Fetching p2.index from http://download.eclipse.org/technology/epp/packages/mars/ [INFO] progress: Fetching artifacts.xml.xz from http://download.eclipse.org/technology/epp/packages/mars/ [INFO] progress: Fetching p2.index from http://download.eclipse.org/releases/mars/201506241002/ [INFO] progress: Fetching artifacts.xml.xz from http://download.eclipse.org/releases/mars/201506241002/ [INFO] progress: Fetching p2.index from http://download.eclipse.org/releases/mars/201510021000/ [INFO] progress: Fetching artifacts.xml.xz from http://download.eclipse.org/releases/mars/201510021000/ [INFO] progress: Fetching p2.index from http://download.eclipse.org/releases/mars/201602261000/ [INFO] progress: Fetching artifacts.xml.xz from http://download.eclipse.org/releases/mars/201602261000/ [INFO] progress: Downloading org.eclipse.draw2d [INFO] progress: Downloading org.eclipse.gef [INFO] progress: Fetching 201510021000&countryCode=us&timeZone=0&format=xml from http://www.eclipse.org/downloads/download.php?format=xml&file=/releases/mars/ [INFO] progress: Fetching org.eclipse.gef_3.10.1.201508170204.jar.pack.gz from http://download.eclipse.org/releases/mars/201510021000/plugins/ (239.92kB) [INFO] progress: Fetching org.eclipse.draw2d_3.10.1.201508170204.jar.pack.gz from http://download.eclipse.org/releases/mars/201510021000/plugins/ (183.09kB) [INFO] progress: Fetching org.eclipse.gef_3.10.1.201508170204.jar.pack.gz from http://download.eclipse.org/releases/mars/201510021000/plugins/ (239.92kB) [INFO] progress: Fetching org.eclipse.draw2d_3.10.1.201508170204.jar.pack.gz from http://download.eclipse.org/releases/mars/201510021000/plugins/ (183.09kB) [INFO] progress: Adding repository http://download.eclipse.org/tools/gef/updates/legacy/releases/4.0.0_gef-master_1952/ [INFO] progress: Fetching content.jar from http://download.eclipse.org/tools/gef/updates/legacy/releases/4.0.0_gef-master_1952/ (11.75kB) [INFO] progress: Adding repository http://download.eclipse.org/tools/gef/updates/legacy/releases/4.0.0_gef-master_1952/ [INFO] progress: Fetching artifacts.jar from http://download.eclipse.org/tools/gef/updates/legacy/releases/4.0.0_gef-master_1952/ (1.94kB) [INFO] progress: Downloading org.eclipse.draw2d [INFO] progress: Downloading org.eclipse.zest [INFO] progress: Downloading org.eclipse.zest.core [INFO] progress: Downloading org.eclipse.draw2d [INFO] progress: Fetching 4.0.0_gef-master_1952&countryCode=us&timeZone=0&format=xml from http://www.eclipse.org/downloads/download.php?format=xml&file=/tools/gef/updates/legacy/releases/ [ERROR] Dec 30, 2019 4:30:43 AM org.apache.http.impl.execchain.RetryExec execute [ERROR] INFO: I/O exception (org.apache.http.NoHttpResponseException) caught when processing request to {}->http://download.eclipse.org:80: The target server failed to respond [ERROR] Dec 30, 2019 4:30:43 AM org.apache.http.impl.execchain.RetryExec execute [ERROR] INFO: Retrying request to {}->http://download.eclipse.org:80 [INFO] progress: Fetching org.eclipse.draw2d_3.10.100.201606061308.jar.pack.gz from http://download.eclipse.org/tools/gef/updates/legacy/releases/4.0.0_gef-master_1952/plugins/ (215.67kB) [INFO] progress: The user operation is waiting for background work to complete. [INFO] progress: Fetching org.eclipse.draw2d_3.10.100.201606061308.jar.pack.gz from http://download.eclipse.org/tools/gef/updates/legacy/releases/4.0.0_gef-master_1952/plugins/ (215.67kB) [INFO] progress: Fetching org.eclipse.draw2d_3.10.100.201606061308.jar from http://download.eclipse.org/tools/gef/updates/legacy/releases/4.0.0_gef-master_1952/features/ (19.51kB) [INFO] progress: The user operation is waiting for background work to complete. [INFO] progress: Fetching org.eclipse.zest_1.7.0.201606061308.jar from http://download.eclipse.org/tools/gef/updates/legacy/releases/4.0.0_gef-master_1952/features/ (19.63kB) [INFO] progress: The user operation is waiting for background work to complete. [INFO] progress: Fetching org.eclipse.draw2d_3.10.100.201606061308.jar from http://download.eclipse.org/tools/gef/updates/legacy/releases/4.0.0_gef-master_1952/features/ (19.51kB) [INFO] progress: Fetching org.eclipse.zest.core_1.5.300.201606061308.jar.pack.gz from http://download.eclipse.org/tools/gef/updates/legacy/releases/4.0.0_gef-master_1952/plugins/ (60.96kB) [INFO] progress: The user operation is waiting for background work to complete. [INFO] progress: Fetching org.eclipse.zest_1.7.0.201606061308.jar from http://download.eclipse.org/tools/gef/updates/legacy/releases/4.0.0_gef-master_1952/features/ (19.63kB) [INFO] progress: Fetching org.eclipse.zest.core_1.5.300.201606061308.jar.pack.gz from http://download.eclipse.org/tools/gef/updates/legacy/releases/4.0.0_gef-master_1952/plugins/ (60.96kB) [INFO] progress: Downloading org.eclipse.zest.layouts [INFO] progress: Fetching org.eclipse.zest.layouts_1.1.300.201606061308.jar.pack.gz from http://download.eclipse.org/tools/gef/updates/legacy/releases/4.0.0_gef-master_1952/plugins/ (48.96kB) [INFO] progress: The user operation is waiting for background work to complete. [INFO] progress: Fetching org.eclipse.zest.layouts_1.1.300.201606061308.jar.pack.gz from http://download.eclipse.org/tools/gef/updates/legacy/releases/4.0.0_gef-master_1952/plugins/ (48.96kB) [INFO] progress: Fetching p2.index from http://download.eclipse.org/nebula/snapshot/ [INFO] progress: Adding repository http://download.eclipse.org/nebula/snapshot [INFO] progress: Fetching content.xml.xz from http://download.eclipse.org/nebula/snapshot/ [INFO] progress: Fetching p2.index from http://download.eclipse.org/nebula/snapshot/ [INFO] progress: Adding repository http://download.eclipse.org/nebula/snapshot [INFO] progress: Fetching artifacts.xml.xz from http://download.eclipse.org/nebula/snapshot/ [INFO] progress: Downloading org.eclipse.nebula.widgets.grid [INFO] progress: Fetching org.eclipse.nebula.widgets.grid_1.1.0.201912271419.jar from http://download.eclipse.org/nebula/snapshot/plugins/ (231.11kB) [INFO] progress: Fetching p2.index from https://ci.eclipse.org/rcptt/job/mockups/lastSuccessfulBuild/artifact/repository/target/repository/ (172B) [INFO] progress: Adding repository https://ci.eclipse.org/rcptt/job/mockups/lastSuccessfulBuild/artifact/repository/target/repository [INFO] progress: Fetching content.xml.xz from https://ci.eclipse.org/rcptt/job/mockups/lastSuccessfulBuild/artifact/repository/target/repository/ (3.5kB) [INFO] progress: Fetching p2.index from https://ci.eclipse.org/rcptt/job/mockups/lastSuccessfulBuild/artifact/repository/target/repository/ (172B) [INFO] progress: Adding repository https://ci.eclipse.org/rcptt/job/mockups/lastSuccessfulBuild/artifact/repository/target/repository [INFO] progress: Fetching artifacts.xml.xz from https://ci.eclipse.org/rcptt/job/mockups/lastSuccessfulBuild/artifact/repository/target/repository/ (1.49kB) [INFO] progress: Downloading com.xored.q7.quality.mockups.emf [INFO] progress: Downloading com.xored.q7.quality.mockups.swt [INFO] progress: Downloading com.xored.q7.quality.mockups.platform [INFO] progress: Downloading com.xored.q7.quality.mockups.nattable [INFO] progress: Fetching com.xored.q7.quality.mockups.nattable_1.0.0.201911080744.jar from https://ci.eclipse.org/rcptt/job/mockups/lastSuccessfulBuild/artifact/repository/target/repository/plugins/ (169.38kB) [INFO] progress: The user operation is waiting for background work to complete. [INFO] progress: Fetching com.xored.q7.quality.mockups.nattable_1.0.0.201911080744.jar from https://ci.eclipse.org/rcptt/job/mockups/lastSuccessfulBuild/artifact/repository/target/repository/plugins/ (169.38kB) [INFO] progress: Fetching com.xored.q7.quality.mockups.swt_1.0.0.201911080744.jar from https://ci.eclipse.org/rcptt/job/mockups/lastSuccessfulBuild/artifact/repository/target/repository/plugins/ (406.94kB) [INFO] progress: The user operation is waiting for background work to complete. [INFO] progress: Fetching com.xored.q7.quality.mockups.swt_1.0.0.201911080744.jar from https://ci.eclipse.org/rcptt/job/mockups/lastSuccessfulBuild/artifact/repository/target/repository/plugins/ (406.94kB) [INFO] progress: Fetching com.xored.q7.quality.mockups.platform_1.0.0.201911080744.jar from https://ci.eclipse.org/rcptt/job/mockups/lastSuccessfulBuild/artifact/repository/target/repository/plugins/ (46.86kB) [INFO] progress: The user operation is waiting for background work to complete. [INFO] progress: Fetching com.xored.q7.quality.mockups.platform_1.0.0.201911080744.jar from https://ci.eclipse.org/rcptt/job/mockups/lastSuccessfulBuild/artifact/repository/target/repository/plugins/ (46.86kB) [INFO] progress: Fetching com.xored.q7.quality.mockups.emf_1.0.0.201911080744.jar from https://ci.eclipse.org/rcptt/job/mockups/lastSuccessfulBuild/artifact/repository/target/repository/plugins/ (6.58kB) [INFO] progress: The user operation is waiting for background work to complete. [INFO] progress: Fetching com.xored.q7.quality.mockups.emf_1.0.0.201911080744.jar from https://ci.eclipse.org/rcptt/job/mockups/lastSuccessfulBuild/artifact/repository/target/repository/plugins/ (6.58kB) [INFO] progress: Downloading com.xored.q7.quality.mockups.issues [INFO] progress: Downloading com.xored.q7.quality.mockups.draw2d [INFO] progress: Downloading com.xored.q7.quality.mockups.nebula [INFO] progress: Downloading com.xored.q7.quality.mockups.zest [INFO] progress: Fetching com.xored.q7.quality.mockups.nebula_1.0.0.201911080744.jar from https://ci.eclipse.org/rcptt/job/mockups/lastSuccessfulBuild/artifact/repository/target/repository/plugins/ (5.51kB) [INFO] progress: Fetching com.xored.q7.quality.mockups.zest_1.0.0.201911080744.jar from https://ci.eclipse.org/rcptt/job/mockups/lastSuccessfulBuild/artifact/repository/target/repository/plugins/ (5.53kB) [INFO] progress: The user operation is waiting for background work to complete. [INFO] progress: Fetching com.xored.q7.quality.mockups.nebula_1.0.0.201911080744.jar from https://ci.eclipse.org/rcptt/job/mockups/lastSuccessfulBuild/artifact/repository/target/repository/plugins/ (5.51kB) [INFO] progress: Fetching com.xored.q7.quality.mockups.zest_1.0.0.201911080744.jar from https://ci.eclipse.org/rcptt/job/mockups/lastSuccessfulBuild/artifact/repository/target/repository/plugins/ (5.53kB) [INFO] progress: Fetching com.xored.q7.quality.mockups.draw2d_1.0.0.201911080744.jar from https://ci.eclipse.org/rcptt/job/mockups/lastSuccessfulBuild/artifact/repository/target/repository/plugins/ (16.45kB) [INFO] progress: The user operation is waiting for background work to complete. [INFO] progress: Fetching com.xored.q7.quality.mockups.draw2d_1.0.0.201911080744.jar from https://ci.eclipse.org/rcptt/job/mockups/lastSuccessfulBuild/artifact/repository/target/repository/plugins/ (16.45kB) [INFO] progress: Fetching com.xored.q7.quality.mockups.issues_1.0.0.201911080744.jar from https://ci.eclipse.org/rcptt/job/mockups/lastSuccessfulBuild/artifact/repository/target/repository/plugins/ (181.29kB) [INFO] progress: The user operation is waiting for background work to complete. [INFO] progress: Fetching com.xored.q7.quality.mockups.issues_1.0.0.201911080744.jar from https://ci.eclipse.org/rcptt/job/mockups/lastSuccessfulBuild/artifact/repository/target/repository/plugins/ (181.29kB) [INFO] progress: Downloading com.xored.q7.quality.mockups.ui [INFO] progress: Downloading com.xored.q7.quality.mockups [INFO] progress: Fetching com.xored.q7.quality.mockups.ui_1.0.0.201911080744.jar from https://ci.eclipse.org/rcptt/job/mockups/lastSuccessfulBuild/artifact/repository/target/repository/plugins/ (21.77kB) [INFO] progress: The user operation is waiting for background work to complete. [INFO] progress: Fetching com.xored.q7.quality.mockups_1.0.0.201911080744.jar from https://ci.eclipse.org/rcptt/job/mockups/lastSuccessfulBuild/artifact/repository/target/repository/features/ (1.1kB) [INFO] progress: The user operation is waiting for background work to complete. [INFO] progress: Fetching com.xored.q7.quality.mockups.ui_1.0.0.201911080744.jar from https://ci.eclipse.org/rcptt/job/mockups/lastSuccessfulBuild/artifact/repository/target/repository/plugins/ (21.77kB) [INFO] progress: Fetching com.xored.q7.quality.mockups_1.0.0.201911080744.jar from https://ci.eclipse.org/rcptt/job/mockups/lastSuccessfulBuild/artifact/repository/target/repository/features/ (1.1kB) [INFO] progress: Fetching p2.index from platform:/plugin/org.eclipse.rcptt.updates.runtime.e4x/q7/ [INFO] progress: Adding repository platform:///plugin/org.eclipse.rcptt.updates.runtime.e4x/q7/ [INFO] progress: Fetching content.jar from platform:/plugin/org.eclipse.rcptt.updates.runtime.e4x/q7/ [INFO] progress: Fetching p2.index from platform:/plugin/org.eclipse.rcptt.updates.runtime.e4x/q7/ [INFO] progress: Adding repository platform:///plugin/org.eclipse.rcptt.updates.runtime.e4x/q7/ [INFO] progress: Fetching artifacts.jar from platform:/plugin/org.eclipse.rcptt.updates.runtime.e4x/q7/ [INFO] progress: The user operation is waiting for background work to complete. [INFO] progress: Downloading org.antlr.runtime [INFO] progress: The user operation is waiting for background work to complete. [INFO] progress: Adding repository platform:///plugin/org.eclipse.rcptt.updates.aspectj.e44x/dependencies/ [INFO] progress: Fetching content.jar from platform:/plugin/org.eclipse.rcptt.updates.aspectj.e44x/dependencies/ [INFO] progress: Adding repository platform:///plugin/org.eclipse.rcptt.updates.aspectj.e44x/dependencies/ [INFO] progress: Fetching artifacts.jar from platform:/plugin/org.eclipse.rcptt.updates.aspectj.e44x/dependencies/ [INFO] progress: Downloading org.aspectj.runtime [INFO] progress: Downloading org.eclipse.equinox.weaving.hook [INFO] progress: Downloading org.eclipse.equinox.weaving.aspectj [INFO] progress: Downloading org.aspectj.weaver [INFO] progress: The user operation is waiting for background work to complete. [INFO] progress: Adding repository platform:///plugin/org.eclipse.rcptt.updates.kepler/dependencies/ [INFO] progress: Fetching content.jar from platform:/plugin/org.eclipse.rcptt.updates.kepler/dependencies/ [INFO] progress: Adding repository platform:///plugin/org.eclipse.rcptt.updates.kepler/dependencies/ [INFO] progress: Fetching artifacts.jar from platform:/plugin/org.eclipse.rcptt.updates.kepler/dependencies/ [INFO] progress: Downloading org.eclipse.emf.converter [INFO] progress: Downloading org.eclipse.emf.ecore.change [INFO] progress: Downloading org.eclipse.emf.transaction.ui [INFO] progress: Downloading org.eclipse.emf.mapping.ecore2ecore [INFO] progress: The user operation is waiting for background work to complete. [INFO] progress: Downloading org.eclipse.emf.validation [INFO] progress: Downloading org.eclipse.emf.codegen.ecore [INFO] progress: Downloading org.eclipse.emf.mapping.ecore.editor [INFO] progress: Downloading org.eclipse.emf.validation_root [INFO] progress: The user operation is waiting for background work to complete. [INFO] progress: Downloading org.eclipse.emf [INFO] progress: The user operation is waiting for background work to complete. [INFO] progress: Downloading org.eclipse.emf.ecore.change.edit [INFO] progress: The user operation is waiting for background work to complete. [INFO] progress: Downloading org.eclipse.emf.importer.ecore [INFO] progress: The user operation is waiting for background work to complete. [INFO] progress: Downloading org.eclipse.emf.codegen.ui [INFO] progress: The user operation is waiting for background work to complete. [INFO] progress: Downloading org.eclipse.emf.mapping.ecore2ecore.editor [INFO] progress: The user operation is waiting for background work to complete. [INFO] progress: Downloading org.eclipse.emf.ecore.xmi [INFO] progress: The user operation is waiting for background work to complete. [INFO] progress: Downloading org.eclipse.emf.mapping.ui [INFO] progress: The user operation is waiting for background work to complete. [INFO] progress: Downloading org.eclipse.emf.databinding.edit [INFO] progress: The user operation is waiting for background work to complete. [INFO] progress: Downloading org.eclipse.emf.mapping [INFO] progress: The user operation is waiting for background work to complete. [INFO] progress: Downloading org.eclipse.emf.ecore [INFO] progress: Downloading org.eclipse.emf.codegen.ecore.ui [INFO] progress: The user operation is waiting for background work to complete. [INFO] progress: Downloading org.eclipse.emf.importer [INFO] progress: The user operation is waiting for background work to complete. [INFO] progress: Downloading org.eclipse.emf.mapping.ecore2xml.ui [INFO] progress: The user operation is waiting for background work to complete. [INFO] progress: Downloading org.eclipse.emf.databinding [INFO] progress: The user operation is waiting for background work to complete. [INFO] progress: Downloading org.eclipse.emf [INFO] progress: The user operation is waiting for background work to complete. [INFO] progress: Downloading org.eclipse.emf.ecore.edit [INFO] progress: The user operation is waiting for background work to complete. [INFO] progress: Downloading org.eclipse.emf.validation.ui [INFO] progress: The user operation is waiting for background work to complete. [INFO] progress: Downloading org.eclipse.emf.databinding [INFO] progress: The user operation is waiting for background work to complete. [INFO] progress: Downloading org.eclipse.emf.transaction [INFO] progress: The user operation is waiting for background work to complete. [INFO] progress: Downloading org.eclipse.emf.ecore.editor [INFO] progress: The user operation is waiting for background work to complete. [INFO] progress: Downloading org.eclipse.emf.codegen.ecore [INFO] progress: The user operation is waiting for background work to complete. [INFO] progress: Downloading org.eclipse.emf.common.ui [INFO] progress: The user operation is waiting for background work to complete. [INFO] progress: Downloading org.eclipse.emf.mapping.ecore2xml [INFO] progress: The user operation is waiting for background work to complete. [INFO] progress: Downloading org.eclipse.emf.mapping.ecore [INFO] progress: The user operation is waiting for background work to complete. [INFO] progress: Downloading org.eclipse.emf.ecore [INFO] progress: The user operation is waiting for background work to complete. [INFO] progress: Downloading org.eclipse.emf.mapping [INFO] progress: The user operation is waiting for background work to complete. [INFO] progress: Downloading org.eclipse.emf.edit.ui [INFO] progress: The user operation is waiting for background work to complete. [INFO] progress: Downloading org.eclipse.emf.exporter [INFO] progress: The user operation is waiting for background work to complete. [INFO] progress: Downloading org.eclipse.emf.mapping.ui [INFO] progress: The user operation is waiting for background work to complete. [INFO] progress: Downloading org.eclipse.emf.converter [INFO] progress: The user operation is waiting for background work to complete. [INFO] progress: Downloading org.eclipse.emf.transaction [INFO] progress: The user operation is waiting for background work to complete. [INFO] progress: Downloading org.eclipse.emf.transaction_root [INFO] progress: The user operation is waiting for background work to complete. [INFO] progress: Downloading org.eclipse.emf.databinding.edit [INFO] progress: The user operation is waiting for background work to complete. [INFO] progress: Downloading org.eclipse.emf.ecore.edit [INFO] progress: The user operation is waiting for background work to complete. [INFO] progress: Downloading org.eclipse.emf.validation [INFO] progress: The user operation is waiting for background work to complete. [INFO] progress: Downloading org.eclipse.emf.importer.rose [INFO] progress: The user operation is waiting for background work to complete. [INFO] progress: Downloading org.eclipse.emf.edit.ui [INFO] progress: The user operation is waiting for background work to complete. [INFO] progress: Downloading org.eclipse.emf.ant [INFO] progress: The user operation is waiting for background work to complete. [INFO] progress: Downloading org.eclipse.emf.importer.java [INFO] progress: The user operation is waiting for background work to complete. [INFO] progress: Downloading org.eclipse.emf.codegen.ecore.ui [INFO] progress: The user operation is waiting for background work to complete. [INFO] progress: Downloading org.eclipse.emf.edit [INFO] progress: The user operation is waiting for background work to complete. [INFO] progress: Downloading org.eclipse.emf.common.ui [INFO] progress: The user operation is waiting for background work to complete. [INFO] progress: Downloading org.eclipse.emf.codegen [INFO] progress: The user operation is waiting for background work to complete. [INFO] progress: Downloading org.eclipse.emf.common [INFO] progress: The user operation is waiting for background work to complete. [INFO] progress: Downloading org.eclipse.emf.ecore.editor [INFO] progress: The user operation is waiting for background work to complete. [INFO] progress: Downloading org.eclipse.emf.mapping.ecore [INFO] progress: The user operation is waiting for background work to complete. [INFO] progress: Downloading org.eclipse.emf.mapping.ecore.editor [INFO] progress: The user operation is waiting for background work to complete. [INFO] progress: Downloading org.eclipse.emf.validation.ui.ide [INFO] progress: The user operation is waiting for background work to complete. [INFO] progress: Downloading org.eclipse.emf.common [INFO] progress: The user operation is waiting for background work to complete. [INFO] progress: Downloading org.eclipse.emf.edit [INFO] progress: The user operation is waiting for background work to complete. [INFO] progress: Downloading org.eclipse.emf.codegen [INFO] progress: The user operation is waiting for background work to complete. [INFO] progress: Downloading org.eclipse.emf.codegen.ui [INFO] progress: The user operation is waiting for background work to complete. [INFO] progress: Adding repository platform:///plugin/org.eclipse.rcptt.module.nebula.updates/runtime/ [INFO] progress: Fetching content.jar from platform:/plugin/org.eclipse.rcptt.module.nebula.updates/runtime/ [INFO] progress: Adding repository platform:///plugin/org.eclipse.rcptt.module.nebula.updates/runtime/ [INFO] progress: Fetching artifacts.jar from platform:/plugin/org.eclipse.rcptt.module.nebula.updates/runtime/ [INFO] progress: The user operation is waiting for background work to complete. [INFO] progress: The user operation is waiting for background work to complete. [INFO] progress: Adding repository platform:///plugin/org.eclipse.rcptt.module.testrail.updates/runtime/ [INFO] progress: Fetching content.jar from platform:/plugin/org.eclipse.rcptt.module.testrail.updates/runtime/ [INFO] progress: Adding repository platform:///plugin/org.eclipse.rcptt.module.testrail.updates/runtime/ [INFO] progress: Fetching artifacts.jar from platform:/plugin/org.eclipse.rcptt.module.testrail.updates/runtime/ [INFO] progress: The user operation is waiting for background work to complete. [INFO] progress: Adding repository platform:///plugin/org.eclipse.rcptt.updates.extra/dependencies/ [INFO] progress: Fetching content.jar from platform:/plugin/org.eclipse.rcptt.updates.extra/dependencies/ [INFO] progress: Adding repository platform:///plugin/org.eclipse.rcptt.updates.extra/dependencies/ [INFO] progress: Fetching artifacts.jar from platform:/plugin/org.eclipse.rcptt.updates.extra/dependencies/ [INFO] progress: Downloading org.apache.poi.ooxml [INFO] progress: Downloading org.apache.xmlbeans [INFO] progress: Downloading org.apache.poi.ooxml.schemas [INFO] progress: Downloading org.dom4j [INFO] progress: The user operation is waiting for background work to complete. [INFO] progress: Downloading org.apache.poi [INFO] progress: The user operation is waiting for background work to complete. [INFO] Begin task: Resolving AUT [INFO] progress: Resolving Target Contents... [INFO] progress: Reading plug-ins [INFO] progress: Fetching p2.index from http://download.eclipse.org/releases/mars/ [INFO] progress: Fetching compositeContent.jar from http://download.eclipse.org/releases/mars/ (502B) [INFO] progress: Fetching p2.index from http://download.eclipse.org/technology/epp/packages/mars/ [INFO] progress: Fetching content.xml.xz from http://download.eclipse.org/technology/epp/packages/mars/ [INFO] progress: Fetching p2.index from http://download.eclipse.org/releases/mars/201506241002/ [INFO] progress: Fetching content.xml.xz from http://download.eclipse.org/releases/mars/201506241002/ [INFO] progress: Fetching p2.index from http://download.eclipse.org/releases/mars/201510021000/ [INFO] progress: Fetching content.xml.xz from http://download.eclipse.org/releases/mars/201510021000/ [INFO] progress: Fetching p2.index from http://download.eclipse.org/releases/mars/201602261000/ [INFO] progress: Fetching content.xml.xz from http://download.eclipse.org/releases/mars/201602261000/ [INFO] progress: Fetching content.jar from http://download.eclipse.org/tools/gef/updates/legacy/releases/4.0.0_gef-master_1952/ (11.75kB) [INFO] progress: Fetching p2.index from http://download.eclipse.org/nebula/snapshot/ [INFO] progress: Fetching content.xml.xz from http://download.eclipse.org/nebula/snapshot/ [INFO] progress: Fetching p2.index from https://ci.eclipse.org/rcptt/job/mockups/lastSuccessfulBuild/artifact/repository/target/repository/ (172B) [INFO] progress: Fetching content.xml.xz from https://ci.eclipse.org/rcptt/job/mockups/lastSuccessfulBuild/artifact/repository/target/repository/ (3.5kB) [INFO] progress: Fetching p2.index from platform:/plugin/org.eclipse.rcptt.updates.runtime.e4x/q7/ [INFO] progress: Fetching content.jar from platform:/plugin/org.eclipse.rcptt.updates.runtime.e4x/q7/ [INFO] progress: Fetching content.jar from platform:/plugin/org.eclipse.rcptt.updates.aspectj.e44x/dependencies/ [INFO] progress: Fetching content.jar from platform:/plugin/org.eclipse.rcptt.updates.kepler/dependencies/ [INFO] progress: Fetching content.jar from platform:/plugin/org.eclipse.rcptt.module.nebula.updates/runtime/ [INFO] progress: Fetching content.jar from platform:/plugin/org.eclipse.rcptt.module.testrail.updates/runtime/ [INFO] progress: Fetching content.jar from platform:/plugin/org.eclipse.rcptt.updates.extra/dependencies/ [INFO] progress: Fetching p2.index from http://download.eclipse.org/releases/mars/ [INFO] progress: Fetching compositeArtifacts.jar from http://download.eclipse.org/releases/mars/ (514B) [INFO] progress: Fetching p2.index from http://download.eclipse.org/technology/epp/packages/mars/ [INFO] progress: Fetching artifacts.xml.xz from http://download.eclipse.org/technology/epp/packages/mars/ [INFO] progress: Fetching p2.index from http://download.eclipse.org/releases/mars/201506241002/ [INFO] progress: Fetching artifacts.xml.xz from http://download.eclipse.org/releases/mars/201506241002/ [INFO] progress: Fetching p2.index from http://download.eclipse.org/releases/mars/201510021000/ [INFO] progress: Fetching artifacts.xml.xz from http://download.eclipse.org/releases/mars/201510021000/ [INFO] progress: Fetching p2.index from http://download.eclipse.org/releases/mars/201602261000/ [INFO] progress: Fetching artifacts.xml.xz from http://download.eclipse.org/releases/mars/201602261000/ [INFO] progress: Fetching p2.index from platform:/plugin/org.eclipse.rcptt.updates.runtime.e4x/q7/ [INFO] progress: Fetching artifacts.jar from platform:/plugin/org.eclipse.rcptt.updates.runtime.e4x/q7/ [INFO] progress: Fetching artifacts.jar from platform:/plugin/org.eclipse.rcptt.module.testrail.updates/runtime/ [INFO] progress: Fetching artifacts.jar from platform:/plugin/org.eclipse.rcptt.updates.kepler/dependencies/ [INFO] progress: Fetching artifacts.jar from platform:/plugin/org.eclipse.rcptt.module.nebula.updates/runtime/ [INFO] progress: Fetching artifacts.jar from platform:/plugin/org.eclipse.rcptt.updates.aspectj.e44x/dependencies/ [INFO] progress: Fetching artifacts.jar from http://download.eclipse.org/tools/gef/updates/legacy/releases/4.0.0_gef-master_1952/ (1.94kB) [INFO] progress: Fetching p2.index from https://ci.eclipse.org/rcptt/job/mockups/lastSuccessfulBuild/artifact/repository/target/repository/ (172B) [INFO] progress: Fetching artifacts.xml.xz from https://ci.eclipse.org/rcptt/job/mockups/lastSuccessfulBuild/artifact/repository/target/repository/ (1.49kB) [INFO] progress: Fetching artifacts.jar from platform:/plugin/org.eclipse.rcptt.updates.extra/dependencies/ [INFO] progress: Fetching p2.index from http://download.eclipse.org/nebula/snapshot/ [INFO] progress: Fetching artifacts.xml.xz from http://download.eclipse.org/nebula/snapshot/ [INFO] progress: Downloading org.eclipse.emf.validation_root [INFO] progress: Downloading org.eclipse.emf.transaction_root [INFO] progress: Installing org.eclipse.rcptt.tesla.recording.aspects.gmf [INFO] progress: Installing org.eclipse.emf.ecore.change [INFO] progress: Installing org.eclipse.rcptt.tesla.recording.jface.text [INFO] progress: Installing org.eclipse.rcptt.module.nebula.runtime.feature.jar [INFO] progress: Installing org.eclipse.rcptt.ecl.core.feature.jar [INFO] progress: Installing org.eclipse.rcptt.tesla.recording.aspects.gef [INFO] progress: Installing org.eclipse.rcptt.ecl.data.apache.poi.impl [INFO] progress: Installing org.eclipse.rcptt.expandbar [INFO] progress: Installing org.eclipse.rcptt.ecl.filesystem [INFO] progress: Installing org.eclipse.rcptt.util.resources [INFO] progress: Installing org.eclipse.emf.ecore.xmi [INFO] progress: Installing org.eclipse.rcptt.tesla.recording.gmf [INFO] progress: Installing org.eclipse.emf.mapping.feature.jar [INFO] progress: Installing org.eclipse.rcptt.runtime.feature.group [INFO] progress: Installing org.eclipse.rcptt.tesla.ui.ide.aspects [INFO] progress: Installing org.dom4j [INFO] progress: Installing org.eclipse.rcptt.tesla.recording.gef [INFO] progress: Installing com.xored.q7.quality.mockups.platform [INFO] progress: Installing org.eclipse.emf.importer [INFO] progress: Installing org.eclipse.emf.mapping.ecore2xml.ui [INFO] progress: Installing org.eclipse.rcptt.testrail.ecl [INFO] progress: Installing com.xored.q7.quality.mockups.zest [INFO] progress: Installing org.eclipse.rcptt.core.ecl.debug [INFO] progress: Installing org.eclipse.emf.ecore.edit [INFO] progress: Installing org.eclipse.rcptt.ecl.platform.ui [INFO] progress: Installing org.eclipse.draw2d [INFO] progress: Installing org.eclipse.rcptt.ctx.script.impl [INFO] progress: Installing org.eclipse.emf.edit.feature.group [INFO] progress: Installing org.eclipse.rcptt.resources.impl [INFO] progress: Installing org.eclipse.emf.transaction [INFO] progress: Installing com.xored.q7.quality.mockups.emf [INFO] progress: Installing org.eclipse.emf.codegen.ecore.feature.jar [INFO] progress: Installing org.eclipse.emf.mapping.ecore.editor.feature.group [INFO] progress: Installing org.eclipse.emf.common.ui.feature.jar [INFO] progress: Installing org.eclipse.rcptt.util.swt [INFO] progress: Installing org.eclipse.rcptt.tesla.recording.workbench.texteditor [INFO] progress: Installing org.eclipse.emf.ecore.edit.feature.group [INFO] progress: Installing org.eclipse.rcptt.tesla.gef.aspects [INFO] progress: Installing org.eclipse.rcptt.ecl.core.feature.group [INFO] progress: Installing org.eclipse.rcptt.tesla.workbench.texteditor.aspects [INFO] progress: Installing org.eclipse.rcptt.tesla.jface.databinding.observable.aspects [INFO] progress: Installing com.xored.q7.quality.mockups.feature.jar [INFO] progress: Installing org.eclipse.rcptt.tesla.variables [INFO] progress: Installing org.eclipse.rcptt.verifications.time.impl [INFO] progress: Installing org.eclipse.emf.transaction.feature.jar [INFO] progress: Installing org.eclipse.rcptt.tesla.swt.aspects [INFO] progress: Installing org.eclipse.rcptt.ecl.debug.runtime [INFO] progress: Installing org.eclipse.emf.ecore.edit.feature.jar [INFO] progress: Installing org.eclipse.rcptt.tesla.ecl.feature.jar [INFO] progress: Installing org.eclipse.emf.validation [INFO] progress: Installing org.eclipse.rcptt.verifications.time [INFO] progress: Installing org.eclipse.emf.edit.ui [INFO] progress: Installing org.eclipse.emf.edit.feature.jar [INFO] progress: Installing org.eclipse.equinox.weaving.aspectj [INFO] progress: Installing org.eclipse.rcptt.ecl.platform.feature.jar [INFO] progress: Installing org.eclipse.rcptt.tesla.jface.databinding.aspects [INFO] progress: Installing org.eclipse.emf.validation.ui.ide [INFO] progress: Installing org.eclipse.emf.edit [INFO] progress: Installing org.eclipse.rcptt.util [INFO] progress: Installing config.a.jre.javase [INFO] progress: Installing org.eclipse.rcptt.ecl.platform.ui.feature.jar [INFO] progress: Installing org.eclipse.rcptt.tesla.jface.text.aspects [INFO] progress: Installing org.eclipse.emf.converter.feature.group [INFO] progress: Installing org.eclipse.emf.databinding.edit.feature.group [INFO] progress: Installing org.eclipse.emf.transaction.ui [INFO] progress: Installing org.eclipse.emf.validation.feature.jar [INFO] progress: Installing org.eclipse.emf.codegen.ecore [INFO] progress: Installing org.eclipse.rcptt.tesla.jobs.aspects [INFO] progress: Installing org.eclipse.rcptt.tesla.jface.databinding [INFO] progress: Installing com.xored.q7.quality.mockups.draw2d [INFO] progress: Installing org.eclipse.rcptt.tesla.jface.text.reconciler.aspects [INFO] progress: Installing org.eclipse.rcptt.tesla.recording.swt [INFO] progress: Installing org.eclipse.emf.common.ui.feature.group [INFO] progress: Installing org.apache.poi.ooxml.schemas [INFO] progress: Installing org.eclipse.rcptt.verifications.tree.impl [INFO] progress: Installing org.eclipse.rcptt.watson.core [INFO] progress: Installing org.eclipse.emf.ecore.change.edit [INFO] progress: Installing org.eclipse.rcptt.module.nebula.runtime.feature.group [INFO] progress: Installing a.jre.javase [INFO] progress: Installing org.eclipse.rcptt.expandbar.runtime [INFO] progress: Installing org.eclipse.rcptt.verifications.tree [INFO] progress: Installing org.eclipse.rcptt.tesla.jface.text [INFO] progress: Installing org.eclipse.emf.mapping.ecore2ecore.editor [INFO] progress: Installing org.antlr.runtime [INFO] progress: Installing org.eclipse.emf.databinding.edit [INFO] progress: Installing org.eclipse.rcptt.forms.impl [INFO] progress: Installing org.eclipse.rcptt.verifications.resources [INFO] progress: Installing org.eclipse.rcptt.logging [INFO] progress: Installing com.xored.q7.quality.mockups.swt [INFO] progress: Installing org.eclipse.rcptt.ecl.server.tcp [INFO] progress: Installing org.eclipse.rcptt.tesla.recording.aspects.swt [INFO] progress: Installing org.eclipse.rcptt.tesla.ui.ide [INFO] progress: Installing org.eclipse.rcptt.ctx.workbench [INFO] progress: Installing org.eclipse.rcptt.tesla.recording.aspects.jface.text [INFO] progress: Installing org.eclipse.emf.edit.ui.feature.group [INFO] progress: Installing file:/home/jenkins/agent/workspace/master/modules/nebula/runtime-site/target/site/site.xml.rcptt [INFO] progress: Installing org.eclipse.emf [INFO] progress: Installing org.eclipse.rcptt.tesla.jface.aspects [INFO] progress: Installing com.xored.q7.quality.mockups.ui [INFO] progress: Installing org.eclipse.rcptt.tesla.recording.core [INFO] progress: Installing org.eclipse.rcptt.ecl.interop [INFO] progress: Installing org.eclipse.rcptt.tesla.ecl.feature.group [INFO] progress: Installing org.eclipse.rcptt.ctx.parameters [INFO] progress: Installing org.eclipse.emf.validation.ui [INFO] progress: Installing org.eclipse.rcptt.ctx.resources.impl [INFO] progress: Installing org.eclipse.emf.codegen.ecore.feature.group [INFO] progress: Installing org.apache.xmlbeans [INFO] progress: Installing com.xored.q7.quality.mockups.nattable [INFO] progress: Installing org.eclipse.rcptt.watson.jface [INFO] progress: Installing org.eclipse.emf.mapping.ecore.feature.jar [INFO] progress: Installing org.eclipse.rcptt.verifications.text [INFO] progress: Installing org.eclipse.rcptt.tesla.recording.canvas [INFO] progress: Installing org.eclipse.rcptt.tesla.properties.view [INFO] progress: Installing org.eclipse.emf.mapping.feature.group [INFO] progress: Installing org.eclipse.rcptt.ecl.dispatch [INFO] progress: Installing org.eclipse.rcptt.watson.feature.jar [INFO] progress: Installing org.eclipse.equinox.weaving.hook [INFO] progress: Installing org.eclipse.rcptt.tesla.jface.fragment [INFO] progress: Installing org.eclipse.rcptt.tesla.jdt [INFO] progress: Installing org.eclipse.emf.edit.ui.feature.jar [INFO] progress: Installing org.eclipse.emf.mapping.ui [INFO] progress: Installing org.eclipse.rcptt.core.swt.win64 [INFO] progress: Installing org.eclipse.nebula.widgets.grid [INFO] progress: Installing org.eclipse.rcptt.tesla.feature.group [INFO] progress: Installing org.eclipse.rcptt.verifications.text.impl [INFO] progress: Installing org.eclipse.rcptt.ctx.parameters.impl [INFO] progress: Installing org.eclipse.rcptt.tesla.feature.jar [INFO] progress: Installing org.eclipse.rcptt.ecl.core [INFO] progress: Installing org.eclipse.emf.importer.java [INFO] progress: Installing org.eclipse.emf.codegen.feature.jar [INFO] progress: Installing org.eclipse.emf.common [INFO] progress: Installing org.eclipse.emf.mapping.ecore [INFO] progress: Installing org.eclipse.emf.mapping.ecore.editor.feature.jar [INFO] progress: Installing org.eclipse.rcptt.testrail.ecl.impl [INFO] progress: Installing org.eclipse.emf.common.feature.jar [INFO] progress: Installing org.eclipse.rcptt.ctx.filesystem.impl [INFO] progress: Installing org.eclipse.rcptt.tesla.nebula.ecl.impl [INFO] progress: Installing org.eclipse.rcptt.runtime.ui [INFO] progress: Installing org.eclipse.rcptt.tesla.core.am [INFO] progress: Installing org.eclipse.emf.mapping.ecore2ecore [INFO] progress: Installing org.eclipse.emf.mapping.ecore.editor [INFO] progress: Installing org.eclipse.emf.validation_root [INFO] progress: Installing org.eclipse.emf.feature.jar [INFO] progress: Installing org.eclipse.rcptt.verifications [INFO] progress: Installing org.eclipse.rcptt.tesla.recording.core.ecl [INFO] progress: Installing org.eclipse.rcptt.ctx.filesystem [INFO] progress: Installing org.eclipse.emf.importer.ecore [INFO] progress: Installing org.eclipse.rcptt.tesla.recording.draw2d [INFO] progress: Installing org.eclipse.rcptt.ctx.preferences.impl [INFO] progress: Installing org.eclipse.rcptt.core.scenario [INFO] progress: Installing org.eclipse.rcptt.ctx.script [INFO] progress: Installing org.eclipse.rcptt.ecl.server.feature.jar [INFO] progress: Installing org.eclipse.emf.codegen.ecore.ui.feature.group [INFO] progress: Installing org.eclipse.emf.codegen.ecore.ui.feature.jar [INFO] progress: Installing org.eclipse.rcptt.tesla.runtime.feature.group [INFO] progress: Installing org.eclipse.rcptt.resources [INFO] progress: Installing org.eclipse.rcptt.tesla.recording.aspects.forms [INFO] progress: Installing org.eclipse.rcptt.ecl.parser [INFO] progress: Installing org.eclipse.rcptt.reporting [INFO] progress: Installing org.eclipse.rcptt.ctx.preferences.aspects [INFO] progress: Installing org.eclipse.rcptt.runtime.feature.jar [INFO] progress: Installing org.eclipse.rcptt.watson.aspects.jobs [INFO] progress: Installing org.eclipse.rcptt.tesla.ecl [INFO] progress: Installing org.eclipse.rcptt.tesla.swt.fragment [INFO] progress: Installing org.eclipse.emf.feature.group [INFO] progress: Installing org.eclipse.rcptt.watson.aspects.swt [INFO] progress: Installing org.eclipse.emf.mapping.ecore2xml [INFO] progress: Installing 201912191910.Default [INFO] progress: Installing org.eclipse.rcptt.tesla.nebula.impl [INFO] progress: Installing org.eclipse.rcptt.tesla.ecl.impl [INFO] progress: Installing org.eclipse.rcptt.tesla.gmf.aspects [INFO] progress: Installing file:/home/jenkins/agent/workspace/master/modules/testrail/runtime-site/target/site/site.xml.rcptt [INFO] progress: Installing com.xored.q7.quality.mockups.issues [INFO] progress: Installing org.eclipse.rcptt.tesla.ecl.runtime.feature.jar [INFO] progress: Installing org.eclipse.emf.mapping [INFO] progress: Installing com.xored.q7.quality.mockups.nebula [INFO] progress: Installing org.eclipse.rcptt.ecl.platform.feature.group [INFO] progress: Installing org.eclipse.rcptt.ctx.workbench.impl [INFO] progress: Installing org.eclipse.rcptt.tesla.jdt.aspects [INFO] progress: Installing org.eclipse.gef [INFO] progress: Installing org.eclipse.rcptt.ctx.group [INFO] progress: Installing org.eclipse.rcptt.watson.runtime.feature.jar [INFO] progress: Installing org.eclipse.emf.exporter [INFO] progress: Installing org.eclipse.rcptt.tesla.workbench.aspects.e4x [INFO] progress: Installing org.eclipse.emf.converter.feature.jar [INFO] progress: Installing org.eclipse.zest.layouts [INFO] progress: Installing org.eclipse.rcptt.tesla.core [INFO] progress: Installing org.eclipse.rcptt.ctx.debug [INFO] progress: Installing org.eclipse.rcptt.tesla.workbench.texteditor [INFO] progress: Installing org.eclipse.emf.transaction_root [INFO] progress: Installing org.eclipse.emf.databinding.edit.feature.jar [INFO] progress: Installing org.eclipse.rcptt.verifications.resources.impl [INFO] progress: Installing org.eclipse.draw2d [INFO] progress: Installing org.eclipse.rcptt.core [INFO] progress: Installing org.eclipse.emf.ant [INFO] progress: Installing org.eclipse.rcptt.tesla.swt.e4x [INFO] progress: Installing org.aspectj.runtime [INFO] progress: Installing org.eclipse.emf.codegen.ecore.ui [INFO] progress: Installing org.eclipse.rcptt.tesla.core.context [INFO] progress: Installing org.eclipse.rcptt.tesla.ecl.runtime.feature.group [INFO] progress: Installing org.apache.poi [INFO] progress: Installing org.eclipse.rcptt.ecl.platform.ui.feature.group [INFO] progress: Installing org.eclipse.rcptt.tesla.canvas [INFO] progress: Installing org.eclipse.rcptt.ctx.group.impl [INFO] progress: Installing org.eclipse.emf.transaction.feature.group [INFO] progress: Installing org.eclipse.emf.codegen [INFO] progress: Installing org.eclipse.rcptt.ecl.client.tcp [INFO] progress: Installing config.a.jre.javase [INFO] progress: Installing org.eclipse.rcptt.tesla.runtime.feature.jar [INFO] progress: Installing org.eclipse.emf.codegen.ui [INFO] progress: Installing org.eclipse.rcptt.tesla.nebula [INFO] progress: Installing org.eclipse.emf.converter [INFO] progress: Installing org.eclipse.emf.ecore.feature.group [INFO] progress: Installing org.eclipse.rcptt.ecl.operations [INFO] progress: Installing org.eclipse.rcptt.verifications.log [INFO] progress: Installing org.eclipse.draw2d.feature.group [INFO] progress: Installing org.eclipse.emf.mapping.ecore.feature.group [INFO] progress: Installing org.eclipse.emf.mapping.ui.feature.group [INFO] progress: Installing org.eclipse.rcptt.ctx.workbench.aspect [INFO] progress: Installing org.eclipse.rcptt.ecl.perf [INFO] progress: Installing org.eclipse.rcptt.ctx.debug.impl [INFO] progress: Installing org.eclipse.rcptt.ctx.resources [INFO] progress: Installing org.eclipse.rcptt.tesla.recording.aspects.workbench.texteditor [INFO] progress: Installing org.eclipse.emf.codegen.feature.group [INFO] progress: Installing a.jre.javase [INFO] progress: Installing org.eclipse.rcptt.watson.runtime.feature.group [INFO] progress: Installing org.eclipse.emf.codegen.ui.feature.jar [INFO] progress: Installing org.eclipse.rcptt.ecl.data [INFO] progress: Installing org.eclipse.emf.ecore.editor.feature.group [INFO] progress: Installing org.eclipse.emf.mapping.ui.feature.jar [INFO] progress: Installing org.apache.poi.ooxml [INFO] progress: Installing org.eclipse.emf.ecore [INFO] progress: Installing org.eclipse.draw2d.feature.jar [INFO] progress: Installing org.eclipse.rcptt.core.launching [INFO] progress: Installing org.eclipse.rcptt.module.testrail.runtime.feature.group [INFO] progress: Installing org.eclipse.rcptt.ecl.server.feature.group [INFO] progress: Installing org.eclipse.emf.common.feature.group [INFO] progress: Installing org.eclipse.rcptt.tesla.nebula.ecl [INFO] progress: Installing org.eclipse.emf.databinding [INFO] progress: Installing org.eclipse.rcptt.ctx.preferences [INFO] progress: Installing org.eclipse.emf.databinding.feature.group [INFO] progress: Installing org.eclipse.rcptt.watson.feature.group [INFO] progress: Installing 201911080744.q7.quality [INFO] progress: Installing org.eclipse.rcptt.tesla.swt [INFO] progress: Installing org.eclipse.zest.feature.jar [INFO] progress: Installing org.eclipse.emf.databinding.feature.jar [INFO] progress: Installing org.eclipse.rcptt.tesla.recording.aspects.workbench [INFO] progress: Installing org.eclipse.emf.ecore.editor.feature.jar [INFO] progress: Installing org.eclipse.rcptt.tesla.gef [INFO] progress: Installing com.xored.q7.quality.mockups.feature.group [INFO] progress: Installing org.eclipse.rcptt.ecl.platform [INFO] progress: Installing org.eclipse.emf.ecore.feature.jar [INFO] progress: Installing org.aspectj.weaver [INFO] progress: Installing org.eclipse.rcptt.tesla.gmf [INFO] progress: Installing org.eclipse.rcptt.core.swt [INFO] progress: Installing org.eclipse.emf.codegen.ui.feature.group [INFO] progress: Installing org.eclipse.rcptt.watson.jobs [INFO] progress: Installing org.eclipse.zest.feature.group [INFO] progress: Installing org.eclipse.rcptt.tesla.recording.nebula [INFO] progress: Installing org.eclipse.rcptt.tesla.recording.aspects.jface [INFO] progress: Installing org.eclipse.emf.validation.feature.group [INFO] progress: Installing org.eclipse.rcptt.ecl.doc [INFO] progress: Installing org.eclipse.rcptt.module.testrail.runtime.feature.jar [INFO] progress: Installing org.eclipse.zest.core [INFO] progress: Installing org.eclipse.emf.importer.rose [INFO] progress: Installing org.eclipse.rcptt.ecl.data.apache.poi [INFO] progress: Installing org.eclipse.rcptt.verifications.log.impl [INFO] progress: Installing org.eclipse.rcptt.core.ecl.core [INFO] progress: Installing org.eclipse.rcptt.tesla.recording.aspects.draw2d [INFO] progress: Installing org.eclipse.emf.common.ui [INFO] progress: Installing org.eclipse.emf.ecore.editor [INFO] progress: Downloading org.eclipse.emf.validation_root [INFO] progress: Downloading org.eclipse.emf.transaction_root [INFO] progress: Preparing to commit the provisioning operation. [INFO] progress: Committing the provisioning operation. [INFO] progress: Reading plug-ins [INFO] Target platform is valid. [INFO] Looking for tests... [INFO] Existing projects in workspace: [INFO] [INFO] Importing projects to workspace: [INFO] Refreshing projects: [INFO] /home/jenkins/agent/workspace/Tests/rcpttTests/target/projects/tests... OK [INFO] Refreshing projects: [INFO] Q7QualityTests... OK [INFO] Searching for tests in projects: [INFO] Q7QualityTests... [INFO] Complete OK [INFO] Testcase Artifacts:1 [INFO] AUT-0:Launching [INFO] AUT-0:Product: org.eclipse.sdk.ide [INFO] AUT-0:Application: org.eclipse.ui.ide.workbench [INFO] AUT-0:Architecture: x86_64 [INFO] 64bit arch is selected because AUT uses launcher library [INFO] "plugins/org.eclipse.equinox.launcher.gtk.linux.x86_64_1.1.300.v20150602-1417" specified in config file: eclipse.ini [INFO] /home/jenkins/agent/workspace/Tests/rcpttTests/target/aut-ws-0: AUT arguments: -nosplash -consoleLog -debug /home/jenkins/agent/workspace/Tests/rcpttTests/debug.options -os ${target.os} -arch ${target.arch} [INFO] /home/jenkins/agent/workspace/Tests/rcpttTests/target/aut-ws-0: AUT VM arguments: -Xms256m -Xmx1024m -XX:MaxPermSize=128m [INFO] Fail 1 (1) processed. 1 failed. spent: 0:10, 0:00 mins remaining. Switch Workspace. time: 9794ms Cause: The Button "Launch" could not be found. [INFO] Failed Tests: [INFO] Switch Workspace [INFO] Process terminated. Shut down AUTs [INFO] Runner exit code is: 56 [INFO] ------------------------------------------------------------------------ [INFO] BUILD FAILURE [INFO] ------------------------------------------------------------------------ [INFO] Total time: 02:52 min [INFO] Finished at: 2019-12-30T04:32:17Z [INFO] ------------------------------------------------------------------------ [ERROR] Failed to execute goal org.eclipse.rcptt:rcptt-maven-plugin:2.5.0-SNAPSHOT:execute (default-execute) on project tests: There are test failures -> [Help 1] org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.eclipse.rcptt:rcptt-maven-plugin:2.5.0-SNAPSHOT:execute (default-execute) on project tests: There are test failures at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:213) at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:154) at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:146) at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117) at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81) at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56) at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128) at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305) at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192) at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105) at org.apache.maven.cli.MavenCli.execute (MavenCli.java:954) at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:288) at org.apache.maven.cli.MavenCli.main (MavenCli.java:192) at sun.reflect.NativeMethodAccessorImpl.invoke0 (Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke (Method.java:498) at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced (Launcher.java:289) at org.codehaus.plexus.classworlds.launcher.Launcher.launch (Launcher.java:229) at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode (Launcher.java:415) at org.codehaus.plexus.classworlds.launcher.Launcher.main (Launcher.java:356) Caused by: org.apache.maven.plugin.MojoFailureException: There are test failures at org.eclipse.rcptt.maven.ExecuteMojo.execute (ExecuteMojo.java:276) at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo (DefaultBuildPluginManager.java:137) at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:208) at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:154) at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:146) at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117) at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81) at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56) at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128) at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305) at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192) at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105) at org.apache.maven.cli.MavenCli.execute (MavenCli.java:954) at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:288) at org.apache.maven.cli.MavenCli.main (MavenCli.java:192) at sun.reflect.NativeMethodAccessorImpl.invoke0 (Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke (Method.java:498) at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced (Launcher.java:289) at org.codehaus.plexus.classworlds.launcher.Launcher.launch (Launcher.java:229) at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode (Launcher.java:415) at org.codehaus.plexus.classworlds.launcher.Launcher.main (Launcher.java:356) [ERROR] [ERROR] Re-run Maven using the -X switch to enable full debug logging. [ERROR] [ERROR] For more information about the errors and possible solutions, please read the following articles: [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException java.net.ConnectException: Connection refused (Connection refused) [INFO] Process terminated. Send shutdown request to RCPTT runner. + true [Pipeline] sh + test -f /home/jenkins/agent/workspace/Tests/rcpttTests/target/results/tests.html [Pipeline] } [Pipeline] // container [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage Post stage [Pipeline] script [Pipeline] { [Pipeline] junit Recording test results [Pipeline] archiveArtifacts Archiving artifacts [Pipeline] sh + dd 'if=/dev/zero' 'of=file.txt' 'count=100' 'bs=1048576' 100+0 records in 100+0 records out 104857600 bytes (105 MB, 100 MiB) copied, 0.403288 s, 260 MB/s [Pipeline] sh + rm file.txt [Pipeline] sh + ps x PID USER TIME COMMAND 1 default 0:36 /opt/java/openjdk/bin/java -XshowSettings:vm -Xmx256m -Djdk.nativeCrypto=false -Dsun.zip.disableMemoryMapping=true -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true -cp /usr/share/jenkins/agent.jar hudson.remoting.jnlp.Main -headless -tunnel jenkins-discovery.rcptt.svc.cluster.local:50000 -url http://jenkins-ui.rcptt.svc.cluster.local/rcptt/ -workDir /home/jenkins/agent ******** rcptt-build-and-deploy-agent-3.5.4-bsfft-jwfv8 321 default 0:00 sh -c (pid=$$; { while [ \( -d /proc/$pid -o \! -d /proc/$$ \) -a -d '/home/jenkins/agent/workspace/Tests@tmp/durable-12296774' -a \! -f '/home/jenkins/agent/workspace/Tests@tmp/durable-12296774/jenkins-result.txt' ]; do touch '/home/jenkins/agent/workspace/Tests@tmp/durable-12296774/jenkins-log.txt'; sleep 3; done } & jsc=durable-e6dbf6438935532966b399d09f4d3205; JENKINS_SERVER_COOKIE=$jsc 'sh' -xe '/home/jenkins/agent/workspace/Tests@tmp/durable-12296774/script.sh' > '/home/jenkins/agent/workspace/Tests@tmp/durable-12296774/jenkins-log.txt' 2>&1; echo $? > '/home/jenkins/agent/workspace/Tests@tmp/durable-12296774/jenkins-result.txt.tmp'; mv '/home/jenkins/agent/workspace/Tests@tmp/durable-12296774/jenkins-result.txt.tmp' '/home/jenkins/agent/workspace/Tests@tmp/durable-12296774/jenkins-result.txt'; wait) >&- 2>&- & 322 default 0:00 sh -c (pid=$$; { while [ \( -d /proc/$pid -o \! -d /proc/$$ \) -a -d '/home/jenkins/agent/workspace/Tests@tmp/durable-12296774' -a \! -f '/home/jenkins/agent/workspace/Tests@tmp/durable-12296774/jenkins-result.txt' ]; do touch '/home/jenkins/agent/workspace/Tests@tmp/durable-12296774/jenkins-log.txt'; sleep 3; done } & jsc=durable-e6dbf6438935532966b399d09f4d3205; JENKINS_SERVER_COOKIE=$jsc 'sh' -xe '/home/jenkins/agent/workspace/Tests@tmp/durable-12296774/script.sh' > '/home/jenkins/agent/workspace/Tests@tmp/durable-12296774/jenkins-log.txt' 2>&1; echo $? > '/home/jenkins/agent/workspace/Tests@tmp/durable-12296774/jenkins-result.txt.tmp'; mv '/home/jenkins/agent/workspace/Tests@tmp/durable-12296774/jenkins-result.txt.tmp' '/home/jenkins/agent/workspace/Tests@tmp/durable-12296774/jenkins-result.txt'; wait) >&- 2>&- & 326 default 0:00 sleep 3 329 default 0:00 sh -c (pid=$$; { while [ \( -d /proc/$pid -o \! -d /proc/$$ \) -a -d '/home/jenkins/agent/workspace/Tests@tmp/durable-2278b2dc' -a \! -f '/home/jenkins/agent/workspace/Tests@tmp/durable-2278b2dc/jenkins-result.txt' ]; do touch '/home/jenkins/agent/workspace/Tests@tmp/durable-2278b2dc/jenkins-log.txt'; sleep 3; done } & jsc=durable-e6dbf6438935532966b399d09f4d3205; JENKINS_SERVER_COOKIE=$jsc 'sh' -xe '/home/jenkins/agent/workspace/Tests@tmp/durable-2278b2dc/script.sh' > '/home/jenkins/agent/workspace/Tests@tmp/durable-2278b2dc/jenkins-log.txt' 2>&1; echo $? > '/home/jenkins/agent/workspace/Tests@tmp/durable-2278b2dc/jenkins-result.txt.tmp'; mv '/home/jenkins/agent/workspace/Tests@tmp/durable-2278b2dc/jenkins-result.txt.tmp' '/home/jenkins/agent/workspace/Tests@tmp/durable-2278b2dc/jenkins-result.txt'; wait) >&- 2>&- & 330 default 0:00 sh -c (pid=$$; { while [ \( -d /proc/$pid -o \! -d /proc/$$ \) -a -d '/home/jenkins/agent/workspace/Tests@tmp/durable-2278b2dc' -a \! -f '/home/jenkins/agent/workspace/Tests@tmp/durable-2278b2dc/jenkins-result.txt' ]; do touch '/home/jenkins/agent/workspace/Tests@tmp/durable-2278b2dc/jenkins-log.txt'; sleep 3; done } & jsc=durable-e6dbf6438935532966b399d09f4d3205; JENKINS_SERVER_COOKIE=$jsc 'sh' -xe '/home/jenkins/agent/workspace/Tests@tmp/durable-2278b2dc/script.sh' > '/home/jenkins/agent/workspace/Tests@tmp/durable-2278b2dc/jenkins-log.txt' 2>&1; echo $? > '/home/jenkins/agent/workspace/Tests@tmp/durable-2278b2dc/jenkins-result.txt.tmp'; mv '/home/jenkins/agent/workspace/Tests@tmp/durable-2278b2dc/jenkins-result.txt.tmp' '/home/jenkins/agent/workspace/Tests@tmp/durable-2278b2dc/jenkins-result.txt'; wait) >&- 2>&- & 334 default 0:00 sleep 3 337 default 0:00 sh -c (pid=$$; { while [ \( -d /proc/$pid -o \! -d /proc/$$ \) -a -d '/home/jenkins/agent/workspace/Tests@tmp/durable-1223b33b' -a \! -f '/home/jenkins/agent/workspace/Tests@tmp/durable-1223b33b/jenkins-result.txt' ]; do touch '/home/jenkins/agent/workspace/Tests@tmp/durable-1223b33b/jenkins-log.txt'; sleep 3; done } & jsc=durable-e6dbf6438935532966b399d09f4d3205; JENKINS_SERVER_COOKIE=$jsc 'sh' -xe '/home/jenkins/agent/workspace/Tests@tmp/durable-1223b33b/script.sh' > '/home/jenkins/agent/workspace/Tests@tmp/durable-1223b33b/jenkins-log.txt' 2>&1; echo $? > '/home/jenkins/agent/workspace/Tests@tmp/durable-1223b33b/jenkins-result.txt.tmp'; mv '/home/jenkins/agent/workspace/Tests@tmp/durable-1223b33b/jenkins-result.txt.tmp' '/home/jenkins/agent/workspace/Tests@tmp/durable-1223b33b/jenkins-result.txt'; wait) >&- 2>&- & 338 default 0:00 sh -c (pid=$$; { while [ \( -d /proc/$pid -o \! -d /proc/$$ \) -a -d '/home/jenkins/agent/workspace/Tests@tmp/durable-1223b33b' -a \! -f '/home/jenkins/agent/workspace/Tests@tmp/durable-1223b33b/jenkins-result.txt' ]; do touch '/home/jenkins/agent/workspace/Tests@tmp/durable-1223b33b/jenkins-log.txt'; sleep 3; done } & jsc=durable-e6dbf6438935532966b399d09f4d3205; JENKINS_SERVER_COOKIE=$jsc 'sh' -xe '/home/jenkins/agent/workspace/Tests@tmp/durable-1223b33b/script.sh' > '/home/jenkins/agent/workspace/Tests@tmp/durable-1223b33b/jenkins-log.txt' 2>&1; echo $? > '/home/jenkins/agent/workspace/Tests@tmp/durable-1223b33b/jenkins-result.txt.tmp'; mv '/home/jenkins/agent/workspace/Tests@tmp/durable-1223b33b/jenkins-result.txt.tmp' '/home/jenkins/agent/workspace/Tests@tmp/durable-1223b33b/jenkins-result.txt'; wait) >&- 2>&- & 339 default 0:00 sh -xe /home/jenkins/agent/workspace/Tests@tmp/durable-1223b33b/script.sh 341 default 0:00 ps x 342 default 0:00 sleep 3 [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // podTemplate [Pipeline] } [Pipeline] // stage [Pipeline] End of Pipeline Finished: UNSTABLE