Started by user Vasili Gulevich Running as Vasili Gulevich Checking out git https://github.com/xored/q7.quality.mockups.git into /var/jenkins/workspace/mockups@script/f2aab83eeb61b75375f68b41c88383c2c5307a1201b4b33ea6496798e4e7b063 to read Jenkinsfile The recommended git tool is: NONE No credentials specified > git rev-parse --resolve-git-dir /var/jenkins/workspace/mockups@script/f2aab83eeb61b75375f68b41c88383c2c5307a1201b4b33ea6496798e4e7b063/.git # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url https://github.com/xored/q7.quality.mockups.git # timeout=10 Using shallow fetch with depth 1 Cleaning workspace > git rev-parse --verify HEAD # timeout=10 Resetting working tree > git reset --hard # timeout=10 > git clean -fdx # timeout=10 Fetching upstream changes from https://github.com/xored/q7.quality.mockups.git > git --version # timeout=10 > git --version # 'git version 2.43.0' > git fetch --no-tags --force --progress --depth=1 -- https://github.com/xored/q7.quality.mockups.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/remotes/origin/master^{commit} # timeout=10 Checking out Revision c17836ff6c0a0a73eedd79769c6cb4c3031b1890 (refs/remotes/origin/master) > git config core.sparsecheckout # timeout=10 > git checkout -f c17836ff6c0a0a73eedd79769c6cb4c3031b1890 # timeout=10 Commit message: "Fix failure to select a tree item" > git rev-list --no-walk 483d0d0fd9d5a28fc74070ec2b87c80ef0e3f523 # timeout=10 [Pipeline] Start of Pipeline [Pipeline] echo [WARNING] label option is deprecated. To use a static pod template, use the 'inheritFrom' option. [Pipeline] podTemplate [Pipeline] { [Pipeline] node Still waiting to schedule task All nodes of label ‘rcptt-build-and-deploy-agent’ are offline Created Pod: kubernetes rcptt/rcptt-build-and-deploy-agent-gnw16-lgmwx Agent rcptt-build-and-deploy-agent-gnw16-lgmwx is provisioned from template rcptt-build-and-deploy-agent-gnw16 --- apiVersion: "v1" kind: "Pod" metadata: annotations: buildUrl: "http://jenkins-ui.rcptt.svc.cluster.local/rcptt/job/mockups/17/" runUrl: "job/mockups/17/" labels: jenkins: "slave" jenkins/label-digest: "af2a24e7fc91fa1ce83f3dadc2c634373711864e" jenkins/label: "rcptt-build-and-deploy-agent" name: "rcptt-build-and-deploy-agent-gnw16-lgmwx" namespace: "rcptt" spec: containers: - env: - name: "MAVEN_OPTS" value: "-Duser.home=/home/jenkins" image: "dudaevar/ubuntu-rcptt" 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/toolchains.xml" name: "toolchains-xml" readOnly: true subPath: "toolchains.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-gnw16-lgmwx" - name: "JENKINS_NAME" value: "rcptt-build-and-deploy-agent-gnw16-lgmwx" - name: "JENKINS_AGENT_WORKDIR" value: "/home/jenkins/agent" - name: "JENKINS_URL" value: "http://jenkins-ui.rcptt.svc.cluster.local/rcptt/" image: "docker.io/eclipsecbi/jiro-agent-basic:remoting-3160.vd76b_9ddd10cc" name: "jnlp" resources: requests: memory: "256Mi" cpu: "100m" volumeMounts: - mountPath: "/home/jenkins/.ssh" name: "volume-known-hosts" - mountPath: "/home/jenkins/agent" name: "workspace-volume" readOnly: false nodeSelector: kubernetes.io/os: "linux" restartPolicy: "Never" volumes: - name: "settings-security-xml" secret: items: - key: "settings-security.xml" path: "settings-security.xml" secretName: "m2-secret-dir" - configMap: items: - key: "toolchains.xml" path: "toolchains.xml" name: "m2-dir" name: "toolchains-xml" - emptyDir: {} name: "m2-repo" - name: "settings-xml" secret: items: - key: "settings.xml" path: "settings.xml" secretName: "m2-secret-dir" - emptyDir: medium: "" name: "workspace-volume" - configMap: name: "known-hosts" name: "volume-known-hosts" Running on rcptt-build-and-deploy-agent-gnw16-lgmwx in /home/jenkins/agent/workspace/mockups [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout The recommended git tool is: NONE No credentials specified Cloning the remote Git repository Using shallow clone with depth 1 Avoid fetching tags Cloning repository https://github.com/xored/q7.quality.mockups.git > git init /home/jenkins/agent/workspace/mockups # timeout=10 Fetching upstream changes from https://github.com/xored/q7.quality.mockups.git > git --version # timeout=10 > git --version # 'git version 2.20.1' > git fetch --no-tags --force --progress --depth=1 -- https://github.com/xored/q7.quality.mockups.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url https://github.com/xored/q7.quality.mockups.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 Avoid second fetch Checking out Revision c17836ff6c0a0a73eedd79769c6cb4c3031b1890 (refs/remotes/origin/master) > git rev-parse refs/remotes/origin/master^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f c17836ff6c0a0a73eedd79769c6cb4c3031b1890 # timeout=10 Commit message: "Fix failure to select a tree item" [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Checkout) [Pipeline] checkout The recommended git tool is: NONE No credentials specified Fetching changes from the remote Git repository Using shallow fetch with depth 1 Cleaning workspace > git rev-parse --resolve-git-dir /home/jenkins/agent/workspace/mockups/.git # timeout=10 > git config remote.origin.url https://github.com/xored/q7.quality.mockups.git # timeout=10 > git rev-parse --verify HEAD # timeout=10 Resetting working tree > git reset --hard # timeout=10 > git clean -fdx # timeout=10 Fetching upstream changes from https://github.com/xored/q7.quality.mockups.git > git --version # timeout=10 > git --version # 'git version 2.20.1' > git fetch --no-tags --force --progress --depth=1 -- https://github.com/xored/q7.quality.mockups.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision c17836ff6c0a0a73eedd79769c6cb4c3031b1890 (refs/remotes/origin/master) Commit message: "Fix failure to select a tree item" [Pipeline] } [Pipeline] // stage > git rev-parse refs/remotes/origin/master^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f c17836ff6c0a0a73eedd79769c6cb4c3031b1890 # timeout=10 [Pipeline] stage [Pipeline] { (Build) [Pipeline] container [Pipeline] { [Pipeline] sh + mvn clean verify -X -Dmaven.repo.local=/home/jenkins/agent/workspace/mockups/m2 -e Apache Maven 3.5.4 (1edded0938998edf8bf061f1ceb3cfdeccf443fe; 2018-06-17T18:33:14Z) Maven home: /usr/share/maven Java version: 1.8.0_222, vendor: Private Build, runtime: /usr/lib/jvm/java-8-openjdk-amd64/jre Default locale: en_US, platform encoding: UTF-8 OS name: "linux", version: "6.2.9-300.fc38.x86_64", arch: "amd64", family: "unix" [DEBUG] Created new class realm maven.api [DEBUG] Importing foreign packages into class realm maven.api [DEBUG] Imported: javax.annotation.* < plexus.core [DEBUG] Imported: javax.annotation.security.* < plexus.core [DEBUG] Imported: javax.enterprise.inject.* < plexus.core [DEBUG] Imported: javax.enterprise.util.* < plexus.core [DEBUG] Imported: javax.inject.* < plexus.core [DEBUG] Imported: org.apache.maven.* < plexus.core [DEBUG] Imported: org.apache.maven.artifact < plexus.core [DEBUG] Imported: org.apache.maven.classrealm < plexus.core [DEBUG] Imported: org.apache.maven.cli < plexus.core [DEBUG] Imported: org.apache.maven.configuration < plexus.core [DEBUG] Imported: org.apache.maven.exception < plexus.core [DEBUG] Imported: org.apache.maven.execution < plexus.core [DEBUG] Imported: org.apache.maven.execution.scope < plexus.core [DEBUG] Imported: org.apache.maven.lifecycle < plexus.core [DEBUG] Imported: org.apache.maven.model < plexus.core [DEBUG] Imported: org.apache.maven.monitor < plexus.core [DEBUG] Imported: org.apache.maven.plugin < plexus.core [DEBUG] Imported: org.apache.maven.profiles < plexus.core [DEBUG] Imported: org.apache.maven.project < plexus.core [DEBUG] Imported: org.apache.maven.reporting < plexus.core [DEBUG] Imported: org.apache.maven.repository < plexus.core [DEBUG] Imported: org.apache.maven.rtinfo < plexus.core [DEBUG] Imported: org.apache.maven.settings < plexus.core [DEBUG] Imported: org.apache.maven.toolchain < plexus.core [DEBUG] Imported: org.apache.maven.usability < plexus.core [DEBUG] Imported: org.apache.maven.wagon.* < plexus.core [DEBUG] Imported: org.apache.maven.wagon.authentication < plexus.core [DEBUG] Imported: org.apache.maven.wagon.authorization < plexus.core [DEBUG] Imported: org.apache.maven.wagon.events < plexus.core [DEBUG] Imported: org.apache.maven.wagon.observers < plexus.core [DEBUG] Imported: org.apache.maven.wagon.proxy < plexus.core [DEBUG] Imported: org.apache.maven.wagon.repository < plexus.core [DEBUG] Imported: org.apache.maven.wagon.resource < plexus.core [DEBUG] Imported: org.codehaus.classworlds < plexus.core [DEBUG] Imported: org.codehaus.plexus.* < plexus.core [DEBUG] Imported: org.codehaus.plexus.classworlds < plexus.core [DEBUG] Imported: org.codehaus.plexus.component < plexus.core [DEBUG] Imported: org.codehaus.plexus.configuration < plexus.core [DEBUG] Imported: org.codehaus.plexus.container < plexus.core [DEBUG] Imported: org.codehaus.plexus.context < plexus.core [DEBUG] Imported: org.codehaus.plexus.lifecycle < plexus.core [DEBUG] Imported: org.codehaus.plexus.logging < plexus.core [DEBUG] Imported: org.codehaus.plexus.personality < plexus.core [DEBUG] Imported: org.codehaus.plexus.util.xml.Xpp3Dom < plexus.core [DEBUG] Imported: org.codehaus.plexus.util.xml.pull.XmlPullParser < plexus.core [DEBUG] Imported: org.codehaus.plexus.util.xml.pull.XmlPullParserException < plexus.core [DEBUG] Imported: org.codehaus.plexus.util.xml.pull.XmlSerializer < plexus.core [DEBUG] Imported: org.eclipse.aether.* < plexus.core [DEBUG] Imported: org.eclipse.aether.artifact < plexus.core [DEBUG] Imported: org.eclipse.aether.collection < plexus.core [DEBUG] Imported: org.eclipse.aether.deployment < plexus.core [DEBUG] Imported: org.eclipse.aether.graph < plexus.core [DEBUG] Imported: org.eclipse.aether.impl < plexus.core [DEBUG] Imported: org.eclipse.aether.installation < plexus.core [DEBUG] Imported: org.eclipse.aether.internal.impl < plexus.core [DEBUG] Imported: org.eclipse.aether.metadata < plexus.core [DEBUG] Imported: org.eclipse.aether.repository < plexus.core [DEBUG] Imported: org.eclipse.aether.resolution < plexus.core [DEBUG] Imported: org.eclipse.aether.spi < plexus.core [DEBUG] Imported: org.eclipse.aether.transfer < plexus.core [DEBUG] Imported: org.eclipse.aether.version < plexus.core [DEBUG] Imported: org.fusesource.jansi.* < plexus.core [DEBUG] Imported: org.slf4j.* < plexus.core [DEBUG] Imported: org.slf4j.helpers.* < plexus.core [DEBUG] Imported: org.slf4j.spi.* < plexus.core [DEBUG] Populating class realm maven.api [INFO] Error stacktraces are turned on. [DEBUG] Message scheme: color [DEBUG] Message styles: debug info warning error success failure strong mojo project [DEBUG] Reading global settings from /usr/share/maven/conf/settings.xml [DEBUG] Reading user settings from /home/jenkins/.m2/settings.xml [DEBUG] Reading global toolchains from /usr/share/maven/conf/toolchains.xml [DEBUG] Reading user toolchains from /home/jenkins/.m2/toolchains.xml [DEBUG] Using local repository at /home/jenkins/agent/workspace/mockups/m2 [DEBUG] Using manager EnhancedLocalRepositoryManager with priority 10.0 for /home/jenkins/agent/workspace/mockups/m2 [INFO] Scanning for projects... [DEBUG] Using mirror eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/) for central (https://repo.maven.apache.org/maven2). [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/rcptt-releases/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/rcptt-releases/ [INFO] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/eclipse/tycho/tycho-maven-plugin/1.3.0/tycho-maven-plugin-1.3.0.pom [DEBUG] Writing tracking file /home/jenkins/agent/workspace/mockups/m2/org/eclipse/tycho/tycho-maven-plugin/1.3.0/tycho-maven-plugin-1.3.0.pom.lastUpdated [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/rcptt-snapshots/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/rcptt-snapshots/ [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 [DEBUG] Writing tracking file /home/jenkins/agent/workspace/mockups/m2/org/eclipse/tycho/tycho-maven-plugin/1.3.0/tycho-maven-plugin-1.3.0.pom.lastUpdated [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [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 11 kB/s) [DEBUG] Writing tracking file /home/jenkins/agent/workspace/mockups/m2/org/eclipse/tycho/tycho-maven-plugin/1.3.0/_remote.repositories [DEBUG] Writing tracking file /home/jenkins/agent/workspace/mockups/m2/org/eclipse/tycho/tycho-maven-plugin/1.3.0/tycho-maven-plugin-1.3.0.pom.lastUpdated [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/rcptt-releases/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/rcptt-releases/ [INFO] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/eclipse/tycho/tycho/1.3.0/tycho-1.3.0.pom [DEBUG] Writing tracking file /home/jenkins/agent/workspace/mockups/m2/org/eclipse/tycho/tycho/1.3.0/tycho-1.3.0.pom.lastUpdated [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/rcptt-snapshots/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/rcptt-snapshots/ [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 [DEBUG] Writing tracking file /home/jenkins/agent/workspace/mockups/m2/org/eclipse/tycho/tycho/1.3.0/tycho-1.3.0.pom.lastUpdated [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [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 204 kB/s) [DEBUG] Writing tracking file /home/jenkins/agent/workspace/mockups/m2/org/eclipse/tycho/tycho/1.3.0/_remote.repositories [DEBUG] Writing tracking file /home/jenkins/agent/workspace/mockups/m2/org/eclipse/tycho/tycho/1.3.0/tycho-1.3.0.pom.lastUpdated [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/rcptt-releases/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/rcptt-releases/ [INFO] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/eclipse/tycho/tycho-core/1.3.0/tycho-core-1.3.0.pom [DEBUG] Writing tracking file /home/jenkins/agent/workspace/mockups/m2/org/eclipse/tycho/tycho-core/1.3.0/tycho-core-1.3.0.pom.lastUpdated [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/rcptt-snapshots/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/rcptt-snapshots/ [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 [DEBUG] Writing tracking file /home/jenkins/agent/workspace/mockups/m2/org/eclipse/tycho/tycho-core/1.3.0/tycho-core-1.3.0.pom.lastUpdated [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [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 53 kB/s) [DEBUG] Writing tracking file /home/jenkins/agent/workspace/mockups/m2/org/eclipse/tycho/tycho-core/1.3.0/_remote.repositories [DEBUG] Writing tracking file /home/jenkins/agent/workspace/mockups/m2/org/eclipse/tycho/tycho-core/1.3.0/tycho-core-1.3.0.pom.lastUpdated [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/rcptt-releases/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/rcptt-releases/ [INFO] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/maven-core/3.0/maven-core-3.0.pom [DEBUG] Writing tracking file /home/jenkins/agent/workspace/mockups/m2/org/apache/maven/maven-core/3.0/maven-core-3.0.pom.lastUpdated [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/rcptt-snapshots/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/rcptt-snapshots/ [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 [DEBUG] Writing tracking file /home/jenkins/agent/workspace/mockups/m2/org/apache/maven/maven-core/3.0/maven-core-3.0.pom.lastUpdated [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [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 87 kB/s) [DEBUG] Writing tracking file /home/jenkins/agent/workspace/mockups/m2/org/apache/maven/maven-core/3.0/_remote.repositories [DEBUG] Writing tracking file /home/jenkins/agent/workspace/mockups/m2/org/apache/maven/maven-core/3.0/maven-core-3.0.pom.lastUpdated [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/rcptt-releases/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/rcptt-releases/ [INFO] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/maven/3.0/maven-3.0.pom [DEBUG] Writing tracking file /home/jenkins/agent/workspace/mockups/m2/org/apache/maven/maven/3.0/maven-3.0.pom.lastUpdated [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/rcptt-snapshots/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/rcptt-snapshots/ [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/maven/3.0/maven-3.0.pom [DEBUG] Writing tracking file /home/jenkins/agent/workspace/mockups/m2/org/apache/maven/maven/3.0/maven-3.0.pom.lastUpdated [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [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 197 kB/s) [DEBUG] Writing tracking file /home/jenkins/agent/workspace/mockups/m2/org/apache/maven/maven/3.0/_remote.repositories [DEBUG] Writing tracking file /home/jenkins/agent/workspace/mockups/m2/org/apache/maven/maven/3.0/maven-3.0.pom.lastUpdated [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/rcptt-releases/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/rcptt-releases/ [INFO] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/maven-parent/15/maven-parent-15.pom [DEBUG] Writing tracking file /home/jenkins/agent/workspace/mockups/m2/org/apache/maven/maven-parent/15/maven-parent-15.pom.lastUpdated [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/rcptt-snapshots/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/rcptt-snapshots/ [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/maven-parent/15/maven-parent-15.pom [DEBUG] Writing tracking file /home/jenkins/agent/workspace/mockups/m2/org/apache/maven/maven-parent/15/maven-parent-15.pom.lastUpdated [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [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 338 kB/s) [DEBUG] Writing tracking file /home/jenkins/agent/workspace/mockups/m2/org/apache/maven/maven-parent/15/_remote.repositories [DEBUG] Writing tracking file /home/jenkins/agent/workspace/mockups/m2/org/apache/maven/maven-parent/15/maven-parent-15.pom.lastUpdated [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/rcptt-releases/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/rcptt-releases/ [INFO] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/apache/6/apache-6.pom [DEBUG] Writing tracking file /home/jenkins/agent/workspace/mockups/m2/org/apache/apache/6/apache-6.pom.lastUpdated [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/rcptt-snapshots/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/rcptt-snapshots/ [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/apache/6/apache-6.pom [DEBUG] Writing tracking file /home/jenkins/agent/workspace/mockups/m2/org/apache/apache/6/apache-6.pom.lastUpdated [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [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 328 kB/s) [DEBUG] Writing tracking file /home/jenkins/agent/workspace/mockups/m2/org/apache/apache/6/_remote.repositories [DEBUG] Writing tracking file /home/jenkins/agent/workspace/mockups/m2/org/apache/apache/6/apache-6.pom.lastUpdated [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/rcptt-releases/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/rcptt-releases/ [INFO] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/maven-model/3.0/maven-model-3.0.pom [DEBUG] Writing tracking file /home/jenkins/agent/workspace/mockups/m2/org/apache/maven/maven-model/3.0/maven-model-3.0.pom.lastUpdated [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/rcptt-snapshots/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/rcptt-snapshots/ [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 [DEBUG] Writing tracking file /home/jenkins/agent/workspace/mockups/m2/org/apache/maven/maven-model/3.0/maven-model-3.0.pom.lastUpdated [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [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 46 kB/s) [DEBUG] Writing tracking file /home/jenkins/agent/workspace/mockups/m2/org/apache/maven/maven-model/3.0/_remote.repositories [DEBUG] Writing tracking file /home/jenkins/agent/workspace/mockups/m2/org/apache/maven/maven-model/3.0/maven-model-3.0.pom.lastUpdated [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/rcptt-releases/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/rcptt-releases/ [INFO] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/codehaus/plexus/plexus-utils/3.0.24/plexus-utils-3.0.24.pom [DEBUG] Writing tracking file /home/jenkins/agent/workspace/mockups/m2/org/codehaus/plexus/plexus-utils/3.0.24/plexus-utils-3.0.24.pom.lastUpdated [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/rcptt-snapshots/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/rcptt-snapshots/ [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 [DEBUG] Writing tracking file /home/jenkins/agent/workspace/mockups/m2/org/codehaus/plexus/plexus-utils/3.0.24/plexus-utils-3.0.24.pom.lastUpdated [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [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 45 kB/s) [DEBUG] Writing tracking file /home/jenkins/agent/workspace/mockups/m2/org/codehaus/plexus/plexus-utils/3.0.24/_remote.repositories [DEBUG] Writing tracking file /home/jenkins/agent/workspace/mockups/m2/org/codehaus/plexus/plexus-utils/3.0.24/plexus-utils-3.0.24.pom.lastUpdated [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/rcptt-releases/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/rcptt-releases/ [INFO] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/codehaus/plexus/plexus/4.0/plexus-4.0.pom [DEBUG] Writing tracking file /home/jenkins/agent/workspace/mockups/m2/org/codehaus/plexus/plexus/4.0/plexus-4.0.pom.lastUpdated [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/rcptt-snapshots/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/rcptt-snapshots/ [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/codehaus/plexus/plexus/4.0/plexus-4.0.pom [DEBUG] Writing tracking file /home/jenkins/agent/workspace/mockups/m2/org/codehaus/plexus/plexus/4.0/plexus-4.0.pom.lastUpdated [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [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 489 kB/s) [DEBUG] Writing tracking file /home/jenkins/agent/workspace/mockups/m2/org/codehaus/plexus/plexus/4.0/_remote.repositories [DEBUG] Writing tracking file /home/jenkins/agent/workspace/mockups/m2/org/codehaus/plexus/plexus/4.0/plexus-4.0.pom.lastUpdated [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/rcptt-releases/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/rcptt-releases/ [INFO] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/sonatype/forge/forge-parent/10/forge-parent-10.pom [DEBUG] Writing tracking file /home/jenkins/agent/workspace/mockups/m2/org/sonatype/forge/forge-parent/10/forge-parent-10.pom.lastUpdated [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/rcptt-snapshots/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/rcptt-snapshots/ [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/sonatype/forge/forge-parent/10/forge-parent-10.pom [DEBUG] Writing tracking file /home/jenkins/agent/workspace/mockups/m2/org/sonatype/forge/forge-parent/10/forge-parent-10.pom.lastUpdated [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [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 502 kB/s) [DEBUG] Writing tracking file /home/jenkins/agent/workspace/mockups/m2/org/sonatype/forge/forge-parent/10/_remote.repositories [DEBUG] Writing tracking file /home/jenkins/agent/workspace/mockups/m2/org/sonatype/forge/forge-parent/10/forge-parent-10.pom.lastUpdated [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/rcptt-releases/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/rcptt-releases/ [INFO] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/maven-settings/3.0/maven-settings-3.0.pom [DEBUG] Writing tracking file /home/jenkins/agent/workspace/mockups/m2/org/apache/maven/maven-settings/3.0/maven-settings-3.0.pom.lastUpdated [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/rcptt-snapshots/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/rcptt-snapshots/ [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 [DEBUG] Writing tracking file /home/jenkins/agent/workspace/mockups/m2/org/apache/maven/maven-settings/3.0/maven-settings-3.0.pom.lastUpdated [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [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 22 kB/s) [DEBUG] Writing tracking file /home/jenkins/agent/workspace/mockups/m2/org/apache/maven/maven-settings/3.0/_remote.repositories [DEBUG] Writing tracking file /home/jenkins/agent/workspace/mockups/m2/org/apache/maven/maven-settings/3.0/maven-settings-3.0.pom.lastUpdated [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/rcptt-releases/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/rcptt-releases/ [INFO] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/maven-settings-builder/3.0/maven-settings-builder-3.0.pom [DEBUG] Writing tracking file /home/jenkins/agent/workspace/mockups/m2/org/apache/maven/maven-settings-builder/3.0/maven-settings-builder-3.0.pom.lastUpdated [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/rcptt-snapshots/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/rcptt-snapshots/ [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 [DEBUG] Writing tracking file /home/jenkins/agent/workspace/mockups/m2/org/apache/maven/maven-settings-builder/3.0/maven-settings-builder-3.0.pom.lastUpdated [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [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 27 kB/s) [DEBUG] Writing tracking file /home/jenkins/agent/workspace/mockups/m2/org/apache/maven/maven-settings-builder/3.0/_remote.repositories [DEBUG] Writing tracking file /home/jenkins/agent/workspace/mockups/m2/org/apache/maven/maven-settings-builder/3.0/maven-settings-builder-3.0.pom.lastUpdated [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/rcptt-releases/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/rcptt-releases/ [INFO] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/codehaus/plexus/plexus-interpolation/1.14/plexus-interpolation-1.14.pom [DEBUG] Writing tracking file /home/jenkins/agent/workspace/mockups/m2/org/codehaus/plexus/plexus-interpolation/1.14/plexus-interpolation-1.14.pom.lastUpdated [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/rcptt-snapshots/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/rcptt-snapshots/ [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 [DEBUG] Writing tracking file /home/jenkins/agent/workspace/mockups/m2/org/codehaus/plexus/plexus-interpolation/1.14/plexus-interpolation-1.14.pom.lastUpdated [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [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 15 kB/s) [DEBUG] Writing tracking file /home/jenkins/agent/workspace/mockups/m2/org/codehaus/plexus/plexus-interpolation/1.14/_remote.repositories [DEBUG] Writing tracking file /home/jenkins/agent/workspace/mockups/m2/org/codehaus/plexus/plexus-interpolation/1.14/plexus-interpolation-1.14.pom.lastUpdated [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/rcptt-releases/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/rcptt-releases/ [INFO] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/codehaus/plexus/plexus-components/1.1.18/plexus-components-1.1.18.pom [DEBUG] Writing tracking file /home/jenkins/agent/workspace/mockups/m2/org/codehaus/plexus/plexus-components/1.1.18/plexus-components-1.1.18.pom.lastUpdated [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/rcptt-snapshots/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/rcptt-snapshots/ [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 [DEBUG] Writing tracking file /home/jenkins/agent/workspace/mockups/m2/org/codehaus/plexus/plexus-components/1.1.18/plexus-components-1.1.18.pom.lastUpdated [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [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 173 kB/s) [DEBUG] Writing tracking file /home/jenkins/agent/workspace/mockups/m2/org/codehaus/plexus/plexus-components/1.1.18/_remote.repositories [DEBUG] Writing tracking file /home/jenkins/agent/workspace/mockups/m2/org/codehaus/plexus/plexus-components/1.1.18/plexus-components-1.1.18.pom.lastUpdated [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/rcptt-releases/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/rcptt-releases/ [INFO] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/codehaus/plexus/plexus/2.0.7/plexus-2.0.7.pom [DEBUG] Writing tracking file /home/jenkins/agent/workspace/mockups/m2/org/codehaus/plexus/plexus/2.0.7/plexus-2.0.7.pom.lastUpdated [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/rcptt-snapshots/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/rcptt-snapshots/ [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 [DEBUG] Writing tracking file /home/jenkins/agent/workspace/mockups/m2/org/codehaus/plexus/plexus/2.0.7/plexus-2.0.7.pom.lastUpdated [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [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 558 kB/s) [DEBUG] Writing tracking file /home/jenkins/agent/workspace/mockups/m2/org/codehaus/plexus/plexus/2.0.7/_remote.repositories [DEBUG] Writing tracking file /home/jenkins/agent/workspace/mockups/m2/org/codehaus/plexus/plexus/2.0.7/plexus-2.0.7.pom.lastUpdated [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/rcptt-releases/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/rcptt-releases/ [INFO] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/codehaus/plexus/plexus-component-annotations/1.7.1/plexus-component-annotations-1.7.1.pom [DEBUG] Writing tracking file /home/jenkins/agent/workspace/mockups/m2/org/codehaus/plexus/plexus-component-annotations/1.7.1/plexus-component-annotations-1.7.1.pom.lastUpdated [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/rcptt-snapshots/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/rcptt-snapshots/ [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 [DEBUG] Writing tracking file /home/jenkins/agent/workspace/mockups/m2/org/codehaus/plexus/plexus-component-annotations/1.7.1/plexus-component-annotations-1.7.1.pom.lastUpdated [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [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 9.5 kB/s) [DEBUG] Writing tracking file /home/jenkins/agent/workspace/mockups/m2/org/codehaus/plexus/plexus-component-annotations/1.7.1/_remote.repositories [DEBUG] Writing tracking file /home/jenkins/agent/workspace/mockups/m2/org/codehaus/plexus/plexus-component-annotations/1.7.1/plexus-component-annotations-1.7.1.pom.lastUpdated [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/rcptt-releases/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/rcptt-releases/ [INFO] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/codehaus/plexus/plexus-containers/1.7.1/plexus-containers-1.7.1.pom [DEBUG] Writing tracking file /home/jenkins/agent/workspace/mockups/m2/org/codehaus/plexus/plexus-containers/1.7.1/plexus-containers-1.7.1.pom.lastUpdated [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/rcptt-snapshots/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/rcptt-snapshots/ [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 [DEBUG] Writing tracking file /home/jenkins/agent/workspace/mockups/m2/org/codehaus/plexus/plexus-containers/1.7.1/plexus-containers-1.7.1.pom.lastUpdated [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [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 148 kB/s) [DEBUG] Writing tracking file /home/jenkins/agent/workspace/mockups/m2/org/codehaus/plexus/plexus-containers/1.7.1/_remote.repositories [DEBUG] Writing tracking file /home/jenkins/agent/workspace/mockups/m2/org/codehaus/plexus/plexus-containers/1.7.1/plexus-containers-1.7.1.pom.lastUpdated [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/rcptt-releases/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/rcptt-releases/ [INFO] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/sonatype/plexus/plexus-sec-dispatcher/1.3/plexus-sec-dispatcher-1.3.pom [DEBUG] Writing tracking file /home/jenkins/agent/workspace/mockups/m2/org/sonatype/plexus/plexus-sec-dispatcher/1.3/plexus-sec-dispatcher-1.3.pom.lastUpdated [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/rcptt-snapshots/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/rcptt-snapshots/ [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 [DEBUG] Writing tracking file /home/jenkins/agent/workspace/mockups/m2/org/sonatype/plexus/plexus-sec-dispatcher/1.3/plexus-sec-dispatcher-1.3.pom.lastUpdated [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [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 123 kB/s) [DEBUG] Writing tracking file /home/jenkins/agent/workspace/mockups/m2/org/sonatype/plexus/plexus-sec-dispatcher/1.3/_remote.repositories [DEBUG] Writing tracking file /home/jenkins/agent/workspace/mockups/m2/org/sonatype/plexus/plexus-sec-dispatcher/1.3/plexus-sec-dispatcher-1.3.pom.lastUpdated [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/rcptt-releases/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/rcptt-releases/ [INFO] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/sonatype/spice/spice-parent/12/spice-parent-12.pom [DEBUG] Writing tracking file /home/jenkins/agent/workspace/mockups/m2/org/sonatype/spice/spice-parent/12/spice-parent-12.pom.lastUpdated [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/rcptt-snapshots/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/rcptt-snapshots/ [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/sonatype/spice/spice-parent/12/spice-parent-12.pom [DEBUG] Writing tracking file /home/jenkins/agent/workspace/mockups/m2/org/sonatype/spice/spice-parent/12/spice-parent-12.pom.lastUpdated [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [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 296 kB/s) [DEBUG] Writing tracking file /home/jenkins/agent/workspace/mockups/m2/org/sonatype/spice/spice-parent/12/_remote.repositories [DEBUG] Writing tracking file /home/jenkins/agent/workspace/mockups/m2/org/sonatype/spice/spice-parent/12/spice-parent-12.pom.lastUpdated [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/rcptt-releases/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/rcptt-releases/ [INFO] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/sonatype/forge/forge-parent/4/forge-parent-4.pom [DEBUG] Writing tracking file /home/jenkins/agent/workspace/mockups/m2/org/sonatype/forge/forge-parent/4/forge-parent-4.pom.lastUpdated [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/rcptt-snapshots/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/rcptt-snapshots/ [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/sonatype/forge/forge-parent/4/forge-parent-4.pom [DEBUG] Writing tracking file /home/jenkins/agent/workspace/mockups/m2/org/sonatype/forge/forge-parent/4/forge-parent-4.pom.lastUpdated [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [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 280 kB/s) [DEBUG] Writing tracking file /home/jenkins/agent/workspace/mockups/m2/org/sonatype/forge/forge-parent/4/_remote.repositories [DEBUG] Writing tracking file /home/jenkins/agent/workspace/mockups/m2/org/sonatype/forge/forge-parent/4/forge-parent-4.pom.lastUpdated [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/rcptt-releases/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/rcptt-releases/ [INFO] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/sonatype/plexus/plexus-cipher/1.7/plexus-cipher-1.7.pom [DEBUG] Writing tracking file /home/jenkins/agent/workspace/mockups/m2/org/sonatype/plexus/plexus-cipher/1.7/plexus-cipher-1.7.pom.lastUpdated [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/rcptt-snapshots/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/rcptt-snapshots/ [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 [DEBUG] Writing tracking file /home/jenkins/agent/workspace/mockups/m2/org/sonatype/plexus/plexus-cipher/1.7/plexus-cipher-1.7.pom.lastUpdated [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [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 167 kB/s) [DEBUG] Writing tracking file /home/jenkins/agent/workspace/mockups/m2/org/sonatype/plexus/plexus-cipher/1.7/_remote.repositories [DEBUG] Writing tracking file /home/jenkins/agent/workspace/mockups/m2/org/sonatype/plexus/plexus-cipher/1.7/plexus-cipher-1.7.pom.lastUpdated [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/rcptt-releases/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/rcptt-releases/ [INFO] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/sonatype/spice/spice-parent/15/spice-parent-15.pom [DEBUG] Writing tracking file /home/jenkins/agent/workspace/mockups/m2/org/sonatype/spice/spice-parent/15/spice-parent-15.pom.lastUpdated [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/rcptt-snapshots/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/rcptt-snapshots/ [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/sonatype/spice/spice-parent/15/spice-parent-15.pom [DEBUG] Writing tracking file /home/jenkins/agent/workspace/mockups/m2/org/sonatype/spice/spice-parent/15/spice-parent-15.pom.lastUpdated [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [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 182 kB/s) [DEBUG] Writing tracking file /home/jenkins/agent/workspace/mockups/m2/org/sonatype/spice/spice-parent/15/_remote.repositories [DEBUG] Writing tracking file /home/jenkins/agent/workspace/mockups/m2/org/sonatype/spice/spice-parent/15/spice-parent-15.pom.lastUpdated [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/rcptt-releases/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/rcptt-releases/ [INFO] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/sonatype/forge/forge-parent/5/forge-parent-5.pom [DEBUG] Writing tracking file /home/jenkins/agent/workspace/mockups/m2/org/sonatype/forge/forge-parent/5/forge-parent-5.pom.lastUpdated [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/rcptt-snapshots/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/rcptt-snapshots/ [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/sonatype/forge/forge-parent/5/forge-parent-5.pom [DEBUG] Writing tracking file /home/jenkins/agent/workspace/mockups/m2/org/sonatype/forge/forge-parent/5/forge-parent-5.pom.lastUpdated [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [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 348 kB/s) [DEBUG] Writing tracking file /home/jenkins/agent/workspace/mockups/m2/org/sonatype/forge/forge-parent/5/_remote.repositories [DEBUG] Writing tracking file /home/jenkins/agent/workspace/mockups/m2/org/sonatype/forge/forge-parent/5/forge-parent-5.pom.lastUpdated [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/rcptt-releases/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/rcptt-releases/ [INFO] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/maven-repository-metadata/3.0/maven-repository-metadata-3.0.pom [DEBUG] Writing tracking file /home/jenkins/agent/workspace/mockups/m2/org/apache/maven/maven-repository-metadata/3.0/maven-repository-metadata-3.0.pom.lastUpdated [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/rcptt-snapshots/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/rcptt-snapshots/ [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 [DEBUG] Writing tracking file /home/jenkins/agent/workspace/mockups/m2/org/apache/maven/maven-repository-metadata/3.0/maven-repository-metadata-3.0.pom.lastUpdated [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [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 62 kB/s) [DEBUG] Writing tracking file /home/jenkins/agent/workspace/mockups/m2/org/apache/maven/maven-repository-metadata/3.0/_remote.repositories [DEBUG] Writing tracking file /home/jenkins/agent/workspace/mockups/m2/org/apache/maven/maven-repository-metadata/3.0/maven-repository-metadata-3.0.pom.lastUpdated [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/rcptt-releases/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/rcptt-releases/ [INFO] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/maven-artifact/3.0/maven-artifact-3.0.pom [DEBUG] Writing tracking file /home/jenkins/agent/workspace/mockups/m2/org/apache/maven/maven-artifact/3.0/maven-artifact-3.0.pom.lastUpdated [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/rcptt-snapshots/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/rcptt-snapshots/ [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 [DEBUG] Writing tracking file /home/jenkins/agent/workspace/mockups/m2/org/apache/maven/maven-artifact/3.0/maven-artifact-3.0.pom.lastUpdated [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [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 66 kB/s) [DEBUG] Writing tracking file /home/jenkins/agent/workspace/mockups/m2/org/apache/maven/maven-artifact/3.0/_remote.repositories [DEBUG] Writing tracking file /home/jenkins/agent/workspace/mockups/m2/org/apache/maven/maven-artifact/3.0/maven-artifact-3.0.pom.lastUpdated [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/rcptt-releases/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/rcptt-releases/ [INFO] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/maven-plugin-api/3.0/maven-plugin-api-3.0.pom [DEBUG] Writing tracking file /home/jenkins/agent/workspace/mockups/m2/org/apache/maven/maven-plugin-api/3.0/maven-plugin-api-3.0.pom.lastUpdated [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/rcptt-snapshots/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/rcptt-snapshots/ [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 [DEBUG] Writing tracking file /home/jenkins/agent/workspace/mockups/m2/org/apache/maven/maven-plugin-api/3.0/maven-plugin-api-3.0.pom.lastUpdated [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [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 46 kB/s) [DEBUG] Writing tracking file /home/jenkins/agent/workspace/mockups/m2/org/apache/maven/maven-plugin-api/3.0/_remote.repositories [DEBUG] Writing tracking file /home/jenkins/agent/workspace/mockups/m2/org/apache/maven/maven-plugin-api/3.0/maven-plugin-api-3.0.pom.lastUpdated [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/rcptt-releases/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/rcptt-releases/ [INFO] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/sonatype/sisu/sisu-inject-plexus/1.4.2/sisu-inject-plexus-1.4.2.pom [DEBUG] Writing tracking file /home/jenkins/agent/workspace/mockups/m2/org/sonatype/sisu/sisu-inject-plexus/1.4.2/sisu-inject-plexus-1.4.2.pom.lastUpdated [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/rcptt-snapshots/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/rcptt-snapshots/ [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 [DEBUG] Writing tracking file /home/jenkins/agent/workspace/mockups/m2/org/sonatype/sisu/sisu-inject-plexus/1.4.2/sisu-inject-plexus-1.4.2.pom.lastUpdated [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [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 199 kB/s) [DEBUG] Writing tracking file /home/jenkins/agent/workspace/mockups/m2/org/sonatype/sisu/sisu-inject-plexus/1.4.2/_remote.repositories [DEBUG] Writing tracking file /home/jenkins/agent/workspace/mockups/m2/org/sonatype/sisu/sisu-inject-plexus/1.4.2/sisu-inject-plexus-1.4.2.pom.lastUpdated [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/rcptt-releases/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/rcptt-releases/ [INFO] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/sonatype/sisu/inject/guice-plexus/1.4.2/guice-plexus-1.4.2.pom [DEBUG] Writing tracking file /home/jenkins/agent/workspace/mockups/m2/org/sonatype/sisu/inject/guice-plexus/1.4.2/guice-plexus-1.4.2.pom.lastUpdated [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/rcptt-snapshots/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/rcptt-snapshots/ [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 [DEBUG] Writing tracking file /home/jenkins/agent/workspace/mockups/m2/org/sonatype/sisu/inject/guice-plexus/1.4.2/guice-plexus-1.4.2.pom.lastUpdated [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [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 45 kB/s) [DEBUG] Writing tracking file /home/jenkins/agent/workspace/mockups/m2/org/sonatype/sisu/inject/guice-plexus/1.4.2/_remote.repositories [DEBUG] Writing tracking file /home/jenkins/agent/workspace/mockups/m2/org/sonatype/sisu/inject/guice-plexus/1.4.2/guice-plexus-1.4.2.pom.lastUpdated [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/rcptt-releases/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/rcptt-releases/ [INFO] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/sonatype/sisu/inject/guice-bean/1.4.2/guice-bean-1.4.2.pom [DEBUG] Writing tracking file /home/jenkins/agent/workspace/mockups/m2/org/sonatype/sisu/inject/guice-bean/1.4.2/guice-bean-1.4.2.pom.lastUpdated [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/rcptt-snapshots/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/rcptt-snapshots/ [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 [DEBUG] Writing tracking file /home/jenkins/agent/workspace/mockups/m2/org/sonatype/sisu/inject/guice-bean/1.4.2/guice-bean-1.4.2.pom.lastUpdated [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [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 79 kB/s) [DEBUG] Writing tracking file /home/jenkins/agent/workspace/mockups/m2/org/sonatype/sisu/inject/guice-bean/1.4.2/_remote.repositories [DEBUG] Writing tracking file /home/jenkins/agent/workspace/mockups/m2/org/sonatype/sisu/inject/guice-bean/1.4.2/guice-bean-1.4.2.pom.lastUpdated [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/rcptt-releases/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/rcptt-releases/ [INFO] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/sonatype/sisu/sisu-inject/1.4.2/sisu-inject-1.4.2.pom [DEBUG] Writing tracking file /home/jenkins/agent/workspace/mockups/m2/org/sonatype/sisu/sisu-inject/1.4.2/sisu-inject-1.4.2.pom.lastUpdated [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/rcptt-snapshots/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/rcptt-snapshots/ [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 [DEBUG] Writing tracking file /home/jenkins/agent/workspace/mockups/m2/org/sonatype/sisu/sisu-inject/1.4.2/sisu-inject-1.4.2.pom.lastUpdated [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [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 24 kB/s) [DEBUG] Writing tracking file /home/jenkins/agent/workspace/mockups/m2/org/sonatype/sisu/sisu-inject/1.4.2/_remote.repositories [DEBUG] Writing tracking file /home/jenkins/agent/workspace/mockups/m2/org/sonatype/sisu/sisu-inject/1.4.2/sisu-inject-1.4.2.pom.lastUpdated [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/rcptt-releases/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/rcptt-releases/ [INFO] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/sonatype/sisu/sisu-parent/1.4.2/sisu-parent-1.4.2.pom [DEBUG] Writing tracking file /home/jenkins/agent/workspace/mockups/m2/org/sonatype/sisu/sisu-parent/1.4.2/sisu-parent-1.4.2.pom.lastUpdated [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/rcptt-snapshots/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/rcptt-snapshots/ [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 [DEBUG] Writing tracking file /home/jenkins/agent/workspace/mockups/m2/org/sonatype/sisu/sisu-parent/1.4.2/sisu-parent-1.4.2.pom.lastUpdated [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [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 199 kB/s) [DEBUG] Writing tracking file /home/jenkins/agent/workspace/mockups/m2/org/sonatype/sisu/sisu-parent/1.4.2/_remote.repositories [DEBUG] Writing tracking file /home/jenkins/agent/workspace/mockups/m2/org/sonatype/sisu/sisu-parent/1.4.2/sisu-parent-1.4.2.pom.lastUpdated [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/rcptt-releases/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/rcptt-releases/ [INFO] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/sonatype/forge/forge-parent/6/forge-parent-6.pom [DEBUG] Writing tracking file /home/jenkins/agent/workspace/mockups/m2/org/sonatype/forge/forge-parent/6/forge-parent-6.pom.lastUpdated [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/rcptt-snapshots/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/rcptt-snapshots/ [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/sonatype/forge/forge-parent/6/forge-parent-6.pom [DEBUG] Writing tracking file /home/jenkins/agent/workspace/mockups/m2/org/sonatype/forge/forge-parent/6/forge-parent-6.pom.lastUpdated [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [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 173 kB/s) [DEBUG] Writing tracking file /home/jenkins/agent/workspace/mockups/m2/org/sonatype/forge/forge-parent/6/_remote.repositories [DEBUG] Writing tracking file /home/jenkins/agent/workspace/mockups/m2/org/sonatype/forge/forge-parent/6/forge-parent-6.pom.lastUpdated [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/rcptt-releases/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/rcptt-releases/ [INFO] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/codehaus/plexus/plexus-classworlds/2.2.3/plexus-classworlds-2.2.3.pom [DEBUG] Writing tracking file /home/jenkins/agent/workspace/mockups/m2/org/codehaus/plexus/plexus-classworlds/2.2.3/plexus-classworlds-2.2.3.pom.lastUpdated [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/rcptt-snapshots/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/rcptt-snapshots/ [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 [DEBUG] Writing tracking file /home/jenkins/agent/workspace/mockups/m2/org/codehaus/plexus/plexus-classworlds/2.2.3/plexus-classworlds-2.2.3.pom.lastUpdated [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [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 87 kB/s) [DEBUG] Writing tracking file /home/jenkins/agent/workspace/mockups/m2/org/codehaus/plexus/plexus-classworlds/2.2.3/_remote.repositories [DEBUG] Writing tracking file /home/jenkins/agent/workspace/mockups/m2/org/codehaus/plexus/plexus-classworlds/2.2.3/plexus-classworlds-2.2.3.pom.lastUpdated [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/rcptt-releases/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/rcptt-releases/ [INFO] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/codehaus/plexus/plexus/2.0.6/plexus-2.0.6.pom [DEBUG] Writing tracking file /home/jenkins/agent/workspace/mockups/m2/org/codehaus/plexus/plexus/2.0.6/plexus-2.0.6.pom.lastUpdated [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/rcptt-snapshots/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/rcptt-snapshots/ [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 [DEBUG] Writing tracking file /home/jenkins/agent/workspace/mockups/m2/org/codehaus/plexus/plexus/2.0.6/plexus-2.0.6.pom.lastUpdated [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [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 390 kB/s) [DEBUG] Writing tracking file /home/jenkins/agent/workspace/mockups/m2/org/codehaus/plexus/plexus/2.0.6/_remote.repositories [DEBUG] Writing tracking file /home/jenkins/agent/workspace/mockups/m2/org/codehaus/plexus/plexus/2.0.6/plexus-2.0.6.pom.lastUpdated [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/rcptt-releases/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/rcptt-releases/ [INFO] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/sonatype/sisu/sisu-inject-bean/1.4.2/sisu-inject-bean-1.4.2.pom [DEBUG] Writing tracking file /home/jenkins/agent/workspace/mockups/m2/org/sonatype/sisu/sisu-inject-bean/1.4.2/sisu-inject-bean-1.4.2.pom.lastUpdated [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/rcptt-snapshots/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/rcptt-snapshots/ [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 [DEBUG] Writing tracking file /home/jenkins/agent/workspace/mockups/m2/org/sonatype/sisu/sisu-inject-bean/1.4.2/sisu-inject-bean-1.4.2.pom.lastUpdated [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [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 77 kB/s) [DEBUG] Writing tracking file /home/jenkins/agent/workspace/mockups/m2/org/sonatype/sisu/sisu-inject-bean/1.4.2/_remote.repositories [DEBUG] Writing tracking file /home/jenkins/agent/workspace/mockups/m2/org/sonatype/sisu/sisu-inject-bean/1.4.2/sisu-inject-bean-1.4.2.pom.lastUpdated [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/rcptt-releases/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/rcptt-releases/ [INFO] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/sonatype/sisu/sisu-guice/2.1.7/sisu-guice-2.1.7.pom [DEBUG] Writing tracking file /home/jenkins/agent/workspace/mockups/m2/org/sonatype/sisu/sisu-guice/2.1.7/sisu-guice-2.1.7.pom.lastUpdated [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/rcptt-snapshots/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/rcptt-snapshots/ [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 [DEBUG] Writing tracking file /home/jenkins/agent/workspace/mockups/m2/org/sonatype/sisu/sisu-guice/2.1.7/sisu-guice-2.1.7.pom.lastUpdated [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [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 503 kB/s) [DEBUG] Writing tracking file /home/jenkins/agent/workspace/mockups/m2/org/sonatype/sisu/sisu-guice/2.1.7/_remote.repositories [DEBUG] Writing tracking file /home/jenkins/agent/workspace/mockups/m2/org/sonatype/sisu/sisu-guice/2.1.7/sisu-guice-2.1.7.pom.lastUpdated [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/rcptt-releases/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/rcptt-releases/ [INFO] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/maven-model-builder/3.0/maven-model-builder-3.0.pom [DEBUG] Writing tracking file /home/jenkins/agent/workspace/mockups/m2/org/apache/maven/maven-model-builder/3.0/maven-model-builder-3.0.pom.lastUpdated [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/rcptt-snapshots/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/rcptt-snapshots/ [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 [DEBUG] Writing tracking file /home/jenkins/agent/workspace/mockups/m2/org/apache/maven/maven-model-builder/3.0/maven-model-builder-3.0.pom.lastUpdated [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [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 61 kB/s) [DEBUG] Writing tracking file /home/jenkins/agent/workspace/mockups/m2/org/apache/maven/maven-model-builder/3.0/_remote.repositories [DEBUG] Writing tracking file /home/jenkins/agent/workspace/mockups/m2/org/apache/maven/maven-model-builder/3.0/maven-model-builder-3.0.pom.lastUpdated [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/rcptt-releases/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/rcptt-releases/ [INFO] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/maven-aether-provider/3.0/maven-aether-provider-3.0.pom [DEBUG] Writing tracking file /home/jenkins/agent/workspace/mockups/m2/org/apache/maven/maven-aether-provider/3.0/maven-aether-provider-3.0.pom.lastUpdated [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/rcptt-snapshots/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/rcptt-snapshots/ [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 [DEBUG] Writing tracking file /home/jenkins/agent/workspace/mockups/m2/org/apache/maven/maven-aether-provider/3.0/maven-aether-provider-3.0.pom.lastUpdated [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [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 88 kB/s) [DEBUG] Writing tracking file /home/jenkins/agent/workspace/mockups/m2/org/apache/maven/maven-aether-provider/3.0/_remote.repositories [DEBUG] Writing tracking file /home/jenkins/agent/workspace/mockups/m2/org/apache/maven/maven-aether-provider/3.0/maven-aether-provider-3.0.pom.lastUpdated [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/rcptt-releases/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/rcptt-releases/ [INFO] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/sonatype/aether/aether-api/1.7/aether-api-1.7.pom [DEBUG] Writing tracking file /home/jenkins/agent/workspace/mockups/m2/org/sonatype/aether/aether-api/1.7/aether-api-1.7.pom.lastUpdated [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/rcptt-snapshots/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/rcptt-snapshots/ [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 [DEBUG] Writing tracking file /home/jenkins/agent/workspace/mockups/m2/org/sonatype/aether/aether-api/1.7/aether-api-1.7.pom.lastUpdated [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [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 60 kB/s) [DEBUG] Writing tracking file /home/jenkins/agent/workspace/mockups/m2/org/sonatype/aether/aether-api/1.7/_remote.repositories [DEBUG] Writing tracking file /home/jenkins/agent/workspace/mockups/m2/org/sonatype/aether/aether-api/1.7/aether-api-1.7.pom.lastUpdated [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/rcptt-releases/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/rcptt-releases/ [INFO] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/sonatype/aether/aether-parent/1.7/aether-parent-1.7.pom [DEBUG] Writing tracking file /home/jenkins/agent/workspace/mockups/m2/org/sonatype/aether/aether-parent/1.7/aether-parent-1.7.pom.lastUpdated [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/rcptt-snapshots/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/rcptt-snapshots/ [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 [DEBUG] Writing tracking file /home/jenkins/agent/workspace/mockups/m2/org/sonatype/aether/aether-parent/1.7/aether-parent-1.7.pom.lastUpdated [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [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 114 kB/s) [DEBUG] Writing tracking file /home/jenkins/agent/workspace/mockups/m2/org/sonatype/aether/aether-parent/1.7/_remote.repositories [DEBUG] Writing tracking file /home/jenkins/agent/workspace/mockups/m2/org/sonatype/aether/aether-parent/1.7/aether-parent-1.7.pom.lastUpdated [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/rcptt-releases/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/rcptt-releases/ [INFO] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/sonatype/aether/aether-util/1.7/aether-util-1.7.pom [DEBUG] Writing tracking file /home/jenkins/agent/workspace/mockups/m2/org/sonatype/aether/aether-util/1.7/aether-util-1.7.pom.lastUpdated [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/rcptt-snapshots/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/rcptt-snapshots/ [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 [DEBUG] Writing tracking file /home/jenkins/agent/workspace/mockups/m2/org/sonatype/aether/aether-util/1.7/aether-util-1.7.pom.lastUpdated [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [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 90 kB/s) [DEBUG] Writing tracking file /home/jenkins/agent/workspace/mockups/m2/org/sonatype/aether/aether-util/1.7/_remote.repositories [DEBUG] Writing tracking file /home/jenkins/agent/workspace/mockups/m2/org/sonatype/aether/aether-util/1.7/aether-util-1.7.pom.lastUpdated [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/rcptt-releases/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/rcptt-releases/ [INFO] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/sonatype/aether/aether-impl/1.7/aether-impl-1.7.pom [DEBUG] Writing tracking file /home/jenkins/agent/workspace/mockups/m2/org/sonatype/aether/aether-impl/1.7/aether-impl-1.7.pom.lastUpdated [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/rcptt-snapshots/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/rcptt-snapshots/ [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 [DEBUG] Writing tracking file /home/jenkins/agent/workspace/mockups/m2/org/sonatype/aether/aether-impl/1.7/aether-impl-1.7.pom.lastUpdated [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [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 148 kB/s) [DEBUG] Writing tracking file /home/jenkins/agent/workspace/mockups/m2/org/sonatype/aether/aether-impl/1.7/_remote.repositories [DEBUG] Writing tracking file /home/jenkins/agent/workspace/mockups/m2/org/sonatype/aether/aether-impl/1.7/aether-impl-1.7.pom.lastUpdated [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/rcptt-releases/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/rcptt-releases/ [INFO] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/sonatype/aether/aether-spi/1.7/aether-spi-1.7.pom [DEBUG] Writing tracking file /home/jenkins/agent/workspace/mockups/m2/org/sonatype/aether/aether-spi/1.7/aether-spi-1.7.pom.lastUpdated [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/rcptt-snapshots/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/rcptt-snapshots/ [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 [DEBUG] Writing tracking file /home/jenkins/agent/workspace/mockups/m2/org/sonatype/aether/aether-spi/1.7/aether-spi-1.7.pom.lastUpdated [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [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 76 kB/s) [DEBUG] Writing tracking file /home/jenkins/agent/workspace/mockups/m2/org/sonatype/aether/aether-spi/1.7/_remote.repositories [DEBUG] Writing tracking file /home/jenkins/agent/workspace/mockups/m2/org/sonatype/aether/aether-spi/1.7/aether-spi-1.7.pom.lastUpdated [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/rcptt-releases/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/rcptt-releases/ [INFO] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/codehaus/plexus/plexus-archiver/3.4/plexus-archiver-3.4.pom [DEBUG] Writing tracking file /home/jenkins/agent/workspace/mockups/m2/org/codehaus/plexus/plexus-archiver/3.4/plexus-archiver-3.4.pom.lastUpdated [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/rcptt-snapshots/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/rcptt-snapshots/ [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 [DEBUG] Writing tracking file /home/jenkins/agent/workspace/mockups/m2/org/codehaus/plexus/plexus-archiver/3.4/plexus-archiver-3.4.pom.lastUpdated [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [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 254 kB/s) [DEBUG] Writing tracking file /home/jenkins/agent/workspace/mockups/m2/org/codehaus/plexus/plexus-archiver/3.4/_remote.repositories [DEBUG] Writing tracking file /home/jenkins/agent/workspace/mockups/m2/org/codehaus/plexus/plexus-archiver/3.4/plexus-archiver-3.4.pom.lastUpdated [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/rcptt-releases/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/rcptt-releases/ [INFO] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/codehaus/plexus/plexus-io/2.7.1/plexus-io-2.7.1.pom [DEBUG] Writing tracking file /home/jenkins/agent/workspace/mockups/m2/org/codehaus/plexus/plexus-io/2.7.1/plexus-io-2.7.1.pom.lastUpdated [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/rcptt-snapshots/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/rcptt-snapshots/ [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 [DEBUG] Writing tracking file /home/jenkins/agent/workspace/mockups/m2/org/codehaus/plexus/plexus-io/2.7.1/plexus-io-2.7.1.pom.lastUpdated [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [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 129 kB/s) [DEBUG] Writing tracking file /home/jenkins/agent/workspace/mockups/m2/org/codehaus/plexus/plexus-io/2.7.1/_remote.repositories [DEBUG] Writing tracking file /home/jenkins/agent/workspace/mockups/m2/org/codehaus/plexus/plexus-io/2.7.1/plexus-io-2.7.1.pom.lastUpdated [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/rcptt-releases/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/rcptt-releases/ [INFO] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/codehaus/plexus/plexus/3.2/plexus-3.2.pom [DEBUG] Writing tracking file /home/jenkins/agent/workspace/mockups/m2/org/codehaus/plexus/plexus/3.2/plexus-3.2.pom.lastUpdated [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/rcptt-snapshots/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/rcptt-snapshots/ [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/codehaus/plexus/plexus/3.2/plexus-3.2.pom [DEBUG] Writing tracking file /home/jenkins/agent/workspace/mockups/m2/org/codehaus/plexus/plexus/3.2/plexus-3.2.pom.lastUpdated [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [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 568 kB/s) [DEBUG] Writing tracking file /home/jenkins/agent/workspace/mockups/m2/org/codehaus/plexus/plexus/3.2/_remote.repositories [DEBUG] Writing tracking file /home/jenkins/agent/workspace/mockups/m2/org/codehaus/plexus/plexus/3.2/plexus-3.2.pom.lastUpdated [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/rcptt-releases/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/rcptt-releases/ [INFO] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/sonatype/spice/spice-parent/17/spice-parent-17.pom [DEBUG] Writing tracking file /home/jenkins/agent/workspace/mockups/m2/org/sonatype/spice/spice-parent/17/spice-parent-17.pom.lastUpdated [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/rcptt-snapshots/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/rcptt-snapshots/ [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/sonatype/spice/spice-parent/17/spice-parent-17.pom [DEBUG] Writing tracking file /home/jenkins/agent/workspace/mockups/m2/org/sonatype/spice/spice-parent/17/spice-parent-17.pom.lastUpdated [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [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 130 kB/s) [DEBUG] Writing tracking file /home/jenkins/agent/workspace/mockups/m2/org/sonatype/spice/spice-parent/17/_remote.repositories [DEBUG] Writing tracking file /home/jenkins/agent/workspace/mockups/m2/org/sonatype/spice/spice-parent/17/spice-parent-17.pom.lastUpdated [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/rcptt-releases/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/rcptt-releases/ [INFO] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/commons-io/commons-io/2.2/commons-io-2.2.pom [DEBUG] Writing tracking file /home/jenkins/agent/workspace/mockups/m2/commons-io/commons-io/2.2/commons-io-2.2.pom.lastUpdated [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/rcptt-snapshots/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/rcptt-snapshots/ [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/commons-io/commons-io/2.2/commons-io-2.2.pom [DEBUG] Writing tracking file /home/jenkins/agent/workspace/mockups/m2/commons-io/commons-io/2.2/commons-io-2.2.pom.lastUpdated [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [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 109 kB/s) [DEBUG] Writing tracking file /home/jenkins/agent/workspace/mockups/m2/commons-io/commons-io/2.2/_remote.repositories [DEBUG] Writing tracking file /home/jenkins/agent/workspace/mockups/m2/commons-io/commons-io/2.2/commons-io-2.2.pom.lastUpdated [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/rcptt-releases/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/rcptt-releases/ [INFO] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/commons/commons-parent/24/commons-parent-24.pom [DEBUG] Writing tracking file /home/jenkins/agent/workspace/mockups/m2/org/apache/commons/commons-parent/24/commons-parent-24.pom.lastUpdated [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/rcptt-snapshots/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/rcptt-snapshots/ [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/commons/commons-parent/24/commons-parent-24.pom [DEBUG] Writing tracking file /home/jenkins/agent/workspace/mockups/m2/org/apache/commons/commons-parent/24/commons-parent-24.pom.lastUpdated [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [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.5 MB/s) [DEBUG] Writing tracking file /home/jenkins/agent/workspace/mockups/m2/org/apache/commons/commons-parent/24/_remote.repositories [DEBUG] Writing tracking file /home/jenkins/agent/workspace/mockups/m2/org/apache/commons/commons-parent/24/commons-parent-24.pom.lastUpdated [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/rcptt-releases/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/rcptt-releases/ [INFO] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/apache/9/apache-9.pom [DEBUG] Writing tracking file /home/jenkins/agent/workspace/mockups/m2/org/apache/apache/9/apache-9.pom.lastUpdated [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/rcptt-snapshots/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/rcptt-snapshots/ [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/apache/9/apache-9.pom [DEBUG] Writing tracking file /home/jenkins/agent/workspace/mockups/m2/org/apache/apache/9/apache-9.pom.lastUpdated [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [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 632 kB/s) [DEBUG] Writing tracking file /home/jenkins/agent/workspace/mockups/m2/org/apache/apache/9/_remote.repositories [DEBUG] Writing tracking file /home/jenkins/agent/workspace/mockups/m2/org/apache/apache/9/apache-9.pom.lastUpdated [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/rcptt-releases/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/rcptt-releases/ [INFO] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/commons-io/commons-io/2.5/commons-io-2.5.pom [DEBUG] Writing tracking file /home/jenkins/agent/workspace/mockups/m2/commons-io/commons-io/2.5/commons-io-2.5.pom.lastUpdated [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/rcptt-snapshots/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/rcptt-snapshots/ [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/commons-io/commons-io/2.5/commons-io-2.5.pom [DEBUG] Writing tracking file /home/jenkins/agent/workspace/mockups/m2/commons-io/commons-io/2.5/commons-io-2.5.pom.lastUpdated [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [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 458 kB/s) [DEBUG] Writing tracking file /home/jenkins/agent/workspace/mockups/m2/commons-io/commons-io/2.5/_remote.repositories [DEBUG] Writing tracking file /home/jenkins/agent/workspace/mockups/m2/commons-io/commons-io/2.5/commons-io-2.5.pom.lastUpdated [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/rcptt-releases/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/rcptt-releases/ [INFO] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/commons/commons-parent/39/commons-parent-39.pom [DEBUG] Writing tracking file /home/jenkins/agent/workspace/mockups/m2/org/apache/commons/commons-parent/39/commons-parent-39.pom.lastUpdated [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/rcptt-snapshots/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/rcptt-snapshots/ [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/commons/commons-parent/39/commons-parent-39.pom [DEBUG] Writing tracking file /home/jenkins/agent/workspace/mockups/m2/org/apache/commons/commons-parent/39/commons-parent-39.pom.lastUpdated [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/39/commons-parent-39.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/39/commons-parent-39.pom (62 kB at 2.1 MB/s) [DEBUG] Writing tracking file /home/jenkins/agent/workspace/mockups/m2/org/apache/commons/commons-parent/39/_remote.repositories [DEBUG] Writing tracking file /home/jenkins/agent/workspace/mockups/m2/org/apache/commons/commons-parent/39/commons-parent-39.pom.lastUpdated [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/rcptt-releases/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/rcptt-releases/ [INFO] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/apache/16/apache-16.pom [DEBUG] Writing tracking file /home/jenkins/agent/workspace/mockups/m2/org/apache/apache/16/apache-16.pom.lastUpdated [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/rcptt-snapshots/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/rcptt-snapshots/ [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/apache/16/apache-16.pom [DEBUG] Writing tracking file /home/jenkins/agent/workspace/mockups/m2/org/apache/apache/16/apache-16.pom.lastUpdated [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [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 481 kB/s) [DEBUG] Writing tracking file /home/jenkins/agent/workspace/mockups/m2/org/apache/apache/16/_remote.repositories [DEBUG] Writing tracking file /home/jenkins/agent/workspace/mockups/m2/org/apache/apache/16/apache-16.pom.lastUpdated [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/rcptt-releases/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/rcptt-releases/ [INFO] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/commons/commons-compress/1.15/commons-compress-1.15.pom [DEBUG] Writing tracking file /home/jenkins/agent/workspace/mockups/m2/org/apache/commons/commons-compress/1.15/commons-compress-1.15.pom.lastUpdated [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/rcptt-snapshots/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/rcptt-snapshots/ [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 [DEBUG] Writing tracking file /home/jenkins/agent/workspace/mockups/m2/org/apache/commons/commons-compress/1.15/commons-compress-1.15.pom.lastUpdated [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [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 641 kB/s) [DEBUG] Writing tracking file /home/jenkins/agent/workspace/mockups/m2/org/apache/commons/commons-compress/1.15/_remote.repositories [DEBUG] Writing tracking file /home/jenkins/agent/workspace/mockups/m2/org/apache/commons/commons-compress/1.15/commons-compress-1.15.pom.lastUpdated [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/rcptt-releases/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/rcptt-releases/ [INFO] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/commons/commons-parent/42/commons-parent-42.pom [DEBUG] Writing tracking file /home/jenkins/agent/workspace/mockups/m2/org/apache/commons/commons-parent/42/commons-parent-42.pom.lastUpdated [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/rcptt-snapshots/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/rcptt-snapshots/ [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/commons/commons-parent/42/commons-parent-42.pom [DEBUG] Writing tracking file /home/jenkins/agent/workspace/mockups/m2/org/apache/commons/commons-parent/42/commons-parent-42.pom.lastUpdated [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [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.0 MB/s) [DEBUG] Writing tracking file /home/jenkins/agent/workspace/mockups/m2/org/apache/commons/commons-parent/42/_remote.repositories [DEBUG] Writing tracking file /home/jenkins/agent/workspace/mockups/m2/org/apache/commons/commons-parent/42/commons-parent-42.pom.lastUpdated [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/rcptt-releases/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/rcptt-releases/ [INFO] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/apache/18/apache-18.pom [DEBUG] Writing tracking file /home/jenkins/agent/workspace/mockups/m2/org/apache/apache/18/apache-18.pom.lastUpdated [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/rcptt-snapshots/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/rcptt-snapshots/ [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/apache/18/apache-18.pom [DEBUG] Writing tracking file /home/jenkins/agent/workspace/mockups/m2/org/apache/apache/18/apache-18.pom.lastUpdated [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [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 435 kB/s) [DEBUG] Writing tracking file /home/jenkins/agent/workspace/mockups/m2/org/apache/apache/18/_remote.repositories [DEBUG] Writing tracking file /home/jenkins/agent/workspace/mockups/m2/org/apache/apache/18/apache-18.pom.lastUpdated [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/rcptt-releases/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/rcptt-releases/ [INFO] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/objenesis/objenesis/2.6/objenesis-2.6.pom [DEBUG] Writing tracking file /home/jenkins/agent/workspace/mockups/m2/org/objenesis/objenesis/2.6/objenesis-2.6.pom.lastUpdated [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/rcptt-snapshots/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/rcptt-snapshots/ [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/objenesis/objenesis/2.6/objenesis-2.6.pom [DEBUG] Writing tracking file /home/jenkins/agent/workspace/mockups/m2/org/objenesis/objenesis/2.6/objenesis-2.6.pom.lastUpdated [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [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 126 kB/s) [DEBUG] Writing tracking file /home/jenkins/agent/workspace/mockups/m2/org/objenesis/objenesis/2.6/_remote.repositories [DEBUG] Writing tracking file /home/jenkins/agent/workspace/mockups/m2/org/objenesis/objenesis/2.6/objenesis-2.6.pom.lastUpdated [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/rcptt-releases/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/rcptt-releases/ [INFO] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/objenesis/objenesis-parent/2.6/objenesis-parent-2.6.pom [DEBUG] Writing tracking file /home/jenkins/agent/workspace/mockups/m2/org/objenesis/objenesis-parent/2.6/objenesis-parent-2.6.pom.lastUpdated [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/rcptt-snapshots/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/rcptt-snapshots/ [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/objenesis/objenesis-parent/2.6/objenesis-parent-2.6.pom [DEBUG] Writing tracking file /home/jenkins/agent/workspace/mockups/m2/org/objenesis/objenesis-parent/2.6/objenesis-parent-2.6.pom.lastUpdated [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [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 688 kB/s) [DEBUG] Writing tracking file /home/jenkins/agent/workspace/mockups/m2/org/objenesis/objenesis-parent/2.6/_remote.repositories [DEBUG] Writing tracking file /home/jenkins/agent/workspace/mockups/m2/org/objenesis/objenesis-parent/2.6/objenesis-parent-2.6.pom.lastUpdated [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/rcptt-releases/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/rcptt-releases/ [INFO] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/iq80/snappy/snappy/0.4/snappy-0.4.pom [DEBUG] Writing tracking file /home/jenkins/agent/workspace/mockups/m2/org/iq80/snappy/snappy/0.4/snappy-0.4.pom.lastUpdated [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/rcptt-snapshots/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/rcptt-snapshots/ [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/iq80/snappy/snappy/0.4/snappy-0.4.pom [DEBUG] Writing tracking file /home/jenkins/agent/workspace/mockups/m2/org/iq80/snappy/snappy/0.4/snappy-0.4.pom.lastUpdated [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [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 454 kB/s) [DEBUG] Writing tracking file /home/jenkins/agent/workspace/mockups/m2/org/iq80/snappy/snappy/0.4/_remote.repositories [DEBUG] Writing tracking file /home/jenkins/agent/workspace/mockups/m2/org/iq80/snappy/snappy/0.4/snappy-0.4.pom.lastUpdated [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/rcptt-releases/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/rcptt-releases/ [INFO] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/tukaani/xz/1.5/xz-1.5.pom [DEBUG] Writing tracking file /home/jenkins/agent/workspace/mockups/m2/org/tukaani/xz/1.5/xz-1.5.pom.lastUpdated [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/rcptt-snapshots/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/rcptt-snapshots/ [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/tukaani/xz/1.5/xz-1.5.pom [DEBUG] Writing tracking file /home/jenkins/agent/workspace/mockups/m2/org/tukaani/xz/1.5/xz-1.5.pom.lastUpdated [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [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 87 kB/s) [DEBUG] Writing tracking file /home/jenkins/agent/workspace/mockups/m2/org/tukaani/xz/1.5/_remote.repositories [DEBUG] Writing tracking file /home/jenkins/agent/workspace/mockups/m2/org/tukaani/xz/1.5/xz-1.5.pom.lastUpdated [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/rcptt-releases/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/rcptt-releases/ [INFO] Downloading from rcptt-releases: https://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 [DEBUG] Writing tracking file /home/jenkins/agent/workspace/mockups/m2/org/eclipse/tycho/org.eclipse.osgi.compatibility.state/1.1.100.v20180131-1413/org.eclipse.osgi.compatibility.state-1.1.100.v20180131-1413.pom.lastUpdated [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/rcptt-snapshots/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/rcptt-snapshots/ [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 [DEBUG] Writing tracking file /home/jenkins/agent/workspace/mockups/m2/org/eclipse/tycho/org.eclipse.osgi.compatibility.state/1.1.100.v20180131-1413/org.eclipse.osgi.compatibility.state-1.1.100.v20180131-1413.pom.lastUpdated [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [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 23 kB/s) [DEBUG] Writing tracking file /home/jenkins/agent/workspace/mockups/m2/org/eclipse/tycho/org.eclipse.osgi.compatibility.state/1.1.100.v20180131-1413/_remote.repositories [DEBUG] Writing tracking file /home/jenkins/agent/workspace/mockups/m2/org/eclipse/tycho/org.eclipse.osgi.compatibility.state/1.1.100.v20180131-1413/org.eclipse.osgi.compatibility.state-1.1.100.v20180131-1413.pom.lastUpdated [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/rcptt-releases/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/rcptt-releases/ [INFO] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/eclipse/tycho/sisu-equinox-embedder/1.3.0/sisu-equinox-embedder-1.3.0.pom [DEBUG] Writing tracking file /home/jenkins/agent/workspace/mockups/m2/org/eclipse/tycho/sisu-equinox-embedder/1.3.0/sisu-equinox-embedder-1.3.0.pom.lastUpdated [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/rcptt-snapshots/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/rcptt-snapshots/ [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 [DEBUG] Writing tracking file /home/jenkins/agent/workspace/mockups/m2/org/eclipse/tycho/sisu-equinox-embedder/1.3.0/sisu-equinox-embedder-1.3.0.pom.lastUpdated [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [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 56 kB/s) [DEBUG] Writing tracking file /home/jenkins/agent/workspace/mockups/m2/org/eclipse/tycho/sisu-equinox-embedder/1.3.0/_remote.repositories [DEBUG] Writing tracking file /home/jenkins/agent/workspace/mockups/m2/org/eclipse/tycho/sisu-equinox-embedder/1.3.0/sisu-equinox-embedder-1.3.0.pom.lastUpdated [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/rcptt-releases/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/rcptt-releases/ [INFO] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/eclipse/tycho/sisu-equinox/1.3.0/sisu-equinox-1.3.0.pom [DEBUG] Writing tracking file /home/jenkins/agent/workspace/mockups/m2/org/eclipse/tycho/sisu-equinox/1.3.0/sisu-equinox-1.3.0.pom.lastUpdated [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/rcptt-snapshots/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/rcptt-snapshots/ [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 [DEBUG] Writing tracking file /home/jenkins/agent/workspace/mockups/m2/org/eclipse/tycho/sisu-equinox/1.3.0/sisu-equinox-1.3.0.pom.lastUpdated [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [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 45 kB/s) [DEBUG] Writing tracking file /home/jenkins/agent/workspace/mockups/m2/org/eclipse/tycho/sisu-equinox/1.3.0/_remote.repositories [DEBUG] Writing tracking file /home/jenkins/agent/workspace/mockups/m2/org/eclipse/tycho/sisu-equinox/1.3.0/sisu-equinox-1.3.0.pom.lastUpdated [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/rcptt-releases/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/rcptt-releases/ [INFO] Downloading from rcptt-releases: https://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 [DEBUG] Writing tracking file /home/jenkins/agent/workspace/mockups/m2/org/eclipse/tycho/org.eclipse.osgi/3.13.0.v20180226-1711/org.eclipse.osgi-3.13.0.v20180226-1711.pom.lastUpdated [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/rcptt-snapshots/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/rcptt-snapshots/ [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 [DEBUG] Writing tracking file /home/jenkins/agent/workspace/mockups/m2/org/eclipse/tycho/org.eclipse.osgi/3.13.0.v20180226-1711/org.eclipse.osgi-3.13.0.v20180226-1711.pom.lastUpdated [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [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 36 kB/s) [DEBUG] Writing tracking file /home/jenkins/agent/workspace/mockups/m2/org/eclipse/tycho/org.eclipse.osgi/3.13.0.v20180226-1711/_remote.repositories [DEBUG] Writing tracking file /home/jenkins/agent/workspace/mockups/m2/org/eclipse/tycho/org.eclipse.osgi/3.13.0.v20180226-1711/org.eclipse.osgi-3.13.0.v20180226-1711.pom.lastUpdated [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/rcptt-releases/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/rcptt-releases/ [INFO] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/eclipse/tycho/sisu-equinox-api/1.3.0/sisu-equinox-api-1.3.0.pom [DEBUG] Writing tracking file /home/jenkins/agent/workspace/mockups/m2/org/eclipse/tycho/sisu-equinox-api/1.3.0/sisu-equinox-api-1.3.0.pom.lastUpdated [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/rcptt-snapshots/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/rcptt-snapshots/ [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 [DEBUG] Writing tracking file /home/jenkins/agent/workspace/mockups/m2/org/eclipse/tycho/sisu-equinox-api/1.3.0/sisu-equinox-api-1.3.0.pom.lastUpdated [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [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 66 kB/s) [DEBUG] Writing tracking file /home/jenkins/agent/workspace/mockups/m2/org/eclipse/tycho/sisu-equinox-api/1.3.0/_remote.repositories [DEBUG] Writing tracking file /home/jenkins/agent/workspace/mockups/m2/org/eclipse/tycho/sisu-equinox-api/1.3.0/sisu-equinox-api-1.3.0.pom.lastUpdated [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/rcptt-releases/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/rcptt-releases/ [INFO] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/eclipse/tycho/tycho-metadata-model/1.3.0/tycho-metadata-model-1.3.0.pom [DEBUG] Writing tracking file /home/jenkins/agent/workspace/mockups/m2/org/eclipse/tycho/tycho-metadata-model/1.3.0/tycho-metadata-model-1.3.0.pom.lastUpdated [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/rcptt-snapshots/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/rcptt-snapshots/ [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 [DEBUG] Writing tracking file /home/jenkins/agent/workspace/mockups/m2/org/eclipse/tycho/tycho-metadata-model/1.3.0/tycho-metadata-model-1.3.0.pom.lastUpdated [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [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) [DEBUG] Writing tracking file /home/jenkins/agent/workspace/mockups/m2/org/eclipse/tycho/tycho-metadata-model/1.3.0/_remote.repositories [DEBUG] Writing tracking file /home/jenkins/agent/workspace/mockups/m2/org/eclipse/tycho/tycho-metadata-model/1.3.0/tycho-metadata-model-1.3.0.pom.lastUpdated [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/rcptt-releases/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/rcptt-releases/ [INFO] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/de/pdark/decentxml/1.3/decentxml-1.3.pom [DEBUG] Writing tracking file /home/jenkins/agent/workspace/mockups/m2/de/pdark/decentxml/1.3/decentxml-1.3.pom.lastUpdated [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/rcptt-snapshots/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/rcptt-snapshots/ [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/de/pdark/decentxml/1.3/decentxml-1.3.pom [DEBUG] Writing tracking file /home/jenkins/agent/workspace/mockups/m2/de/pdark/decentxml/1.3/decentxml-1.3.pom.lastUpdated [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [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 94 kB/s) [DEBUG] Writing tracking file /home/jenkins/agent/workspace/mockups/m2/de/pdark/decentxml/1.3/_remote.repositories [DEBUG] Writing tracking file /home/jenkins/agent/workspace/mockups/m2/de/pdark/decentxml/1.3/decentxml-1.3.pom.lastUpdated [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/rcptt-releases/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/rcptt-releases/ [INFO] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/eclipse/tycho/tycho-embedder-api/1.3.0/tycho-embedder-api-1.3.0.pom [DEBUG] Writing tracking file /home/jenkins/agent/workspace/mockups/m2/org/eclipse/tycho/tycho-embedder-api/1.3.0/tycho-embedder-api-1.3.0.pom.lastUpdated [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/rcptt-snapshots/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/rcptt-snapshots/ [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 [DEBUG] Writing tracking file /home/jenkins/agent/workspace/mockups/m2/org/eclipse/tycho/tycho-embedder-api/1.3.0/tycho-embedder-api-1.3.0.pom.lastUpdated [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [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 32 kB/s) [DEBUG] Writing tracking file /home/jenkins/agent/workspace/mockups/m2/org/eclipse/tycho/tycho-embedder-api/1.3.0/_remote.repositories [DEBUG] Writing tracking file /home/jenkins/agent/workspace/mockups/m2/org/eclipse/tycho/tycho-embedder-api/1.3.0/tycho-embedder-api-1.3.0.pom.lastUpdated [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/rcptt-releases/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/rcptt-releases/ [INFO] Downloading from rcptt-releases: https://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 [DEBUG] Writing tracking file /home/jenkins/agent/workspace/mockups/m2/org/eclipse/tycho/org.eclipse.tycho.embedder.shared/1.3.0/org.eclipse.tycho.embedder.shared-1.3.0.pom.lastUpdated [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/rcptt-snapshots/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/rcptt-snapshots/ [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 [DEBUG] Writing tracking file /home/jenkins/agent/workspace/mockups/m2/org/eclipse/tycho/org.eclipse.tycho.embedder.shared/1.3.0/org.eclipse.tycho.embedder.shared-1.3.0.pom.lastUpdated [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [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 48 kB/s) [DEBUG] Writing tracking file /home/jenkins/agent/workspace/mockups/m2/org/eclipse/tycho/org.eclipse.tycho.embedder.shared/1.3.0/_remote.repositories [DEBUG] Writing tracking file /home/jenkins/agent/workspace/mockups/m2/org/eclipse/tycho/org.eclipse.tycho.embedder.shared/1.3.0/org.eclipse.tycho.embedder.shared-1.3.0.pom.lastUpdated [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/rcptt-releases/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/rcptt-releases/ [INFO] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/eclipse/tycho/tycho-bundles/1.3.0/tycho-bundles-1.3.0.pom [DEBUG] Writing tracking file /home/jenkins/agent/workspace/mockups/m2/org/eclipse/tycho/tycho-bundles/1.3.0/tycho-bundles-1.3.0.pom.lastUpdated [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/rcptt-snapshots/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/rcptt-snapshots/ [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 [DEBUG] Writing tracking file /home/jenkins/agent/workspace/mockups/m2/org/eclipse/tycho/tycho-bundles/1.3.0/tycho-bundles-1.3.0.pom.lastUpdated [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [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 131 kB/s) [DEBUG] Writing tracking file /home/jenkins/agent/workspace/mockups/m2/org/eclipse/tycho/tycho-bundles/1.3.0/_remote.repositories [DEBUG] Writing tracking file /home/jenkins/agent/workspace/mockups/m2/org/eclipse/tycho/tycho-bundles/1.3.0/tycho-bundles-1.3.0.pom.lastUpdated [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/rcptt-releases/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/rcptt-releases/ [INFO] Downloading from rcptt-releases: https://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 [DEBUG] Writing tracking file /home/jenkins/agent/workspace/mockups/m2/org/eclipse/tycho/org.eclipse.tycho.core.shared/1.3.0/org.eclipse.tycho.core.shared-1.3.0.pom.lastUpdated [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/rcptt-snapshots/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/rcptt-snapshots/ [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 [DEBUG] Writing tracking file /home/jenkins/agent/workspace/mockups/m2/org/eclipse/tycho/org.eclipse.tycho.core.shared/1.3.0/org.eclipse.tycho.core.shared-1.3.0.pom.lastUpdated [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [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 38 kB/s) [DEBUG] Writing tracking file /home/jenkins/agent/workspace/mockups/m2/org/eclipse/tycho/org.eclipse.tycho.core.shared/1.3.0/_remote.repositories [DEBUG] Writing tracking file /home/jenkins/agent/workspace/mockups/m2/org/eclipse/tycho/org.eclipse.tycho.core.shared/1.3.0/org.eclipse.tycho.core.shared-1.3.0.pom.lastUpdated [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/rcptt-releases/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/rcptt-releases/ [INFO] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/maven-compat/3.0/maven-compat-3.0.pom [DEBUG] Writing tracking file /home/jenkins/agent/workspace/mockups/m2/org/apache/maven/maven-compat/3.0/maven-compat-3.0.pom.lastUpdated [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/rcptt-snapshots/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/rcptt-snapshots/ [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 [DEBUG] Writing tracking file /home/jenkins/agent/workspace/mockups/m2/org/apache/maven/maven-compat/3.0/maven-compat-3.0.pom.lastUpdated [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [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 115 kB/s) [DEBUG] Writing tracking file /home/jenkins/agent/workspace/mockups/m2/org/apache/maven/maven-compat/3.0/_remote.repositories [DEBUG] Writing tracking file /home/jenkins/agent/workspace/mockups/m2/org/apache/maven/maven-compat/3.0/maven-compat-3.0.pom.lastUpdated [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/rcptt-releases/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/rcptt-releases/ [INFO] Downloading from rcptt-releases: https://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 [DEBUG] Writing tracking file /home/jenkins/agent/workspace/mockups/m2/org/apache/maven/wagon/wagon-provider-api/1.0-beta-6/wagon-provider-api-1.0-beta-6.pom.lastUpdated [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/rcptt-snapshots/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/rcptt-snapshots/ [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 [DEBUG] Writing tracking file /home/jenkins/agent/workspace/mockups/m2/org/apache/maven/wagon/wagon-provider-api/1.0-beta-6/wagon-provider-api-1.0-beta-6.pom.lastUpdated [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [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 88 kB/s) [DEBUG] Writing tracking file /home/jenkins/agent/workspace/mockups/m2/org/apache/maven/wagon/wagon-provider-api/1.0-beta-6/_remote.repositories [DEBUG] Writing tracking file /home/jenkins/agent/workspace/mockups/m2/org/apache/maven/wagon/wagon-provider-api/1.0-beta-6/wagon-provider-api-1.0-beta-6.pom.lastUpdated [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/rcptt-releases/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/rcptt-releases/ [INFO] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/wagon/wagon/1.0-beta-6/wagon-1.0-beta-6.pom [DEBUG] Writing tracking file /home/jenkins/agent/workspace/mockups/m2/org/apache/maven/wagon/wagon/1.0-beta-6/wagon-1.0-beta-6.pom.lastUpdated [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/rcptt-snapshots/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/rcptt-snapshots/ [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 [DEBUG] Writing tracking file /home/jenkins/agent/workspace/mockups/m2/org/apache/maven/wagon/wagon/1.0-beta-6/wagon-1.0-beta-6.pom.lastUpdated [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [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 326 kB/s) [DEBUG] Writing tracking file /home/jenkins/agent/workspace/mockups/m2/org/apache/maven/wagon/wagon/1.0-beta-6/_remote.repositories [DEBUG] Writing tracking file /home/jenkins/agent/workspace/mockups/m2/org/apache/maven/wagon/wagon/1.0-beta-6/wagon-1.0-beta-6.pom.lastUpdated [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/rcptt-releases/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/rcptt-releases/ [INFO] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/maven-parent/11/maven-parent-11.pom [DEBUG] Writing tracking file /home/jenkins/agent/workspace/mockups/m2/org/apache/maven/maven-parent/11/maven-parent-11.pom.lastUpdated [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/rcptt-snapshots/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/rcptt-snapshots/ [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/maven-parent/11/maven-parent-11.pom [DEBUG] Writing tracking file /home/jenkins/agent/workspace/mockups/m2/org/apache/maven/maven-parent/11/maven-parent-11.pom.lastUpdated [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [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 853 kB/s) [DEBUG] Writing tracking file /home/jenkins/agent/workspace/mockups/m2/org/apache/maven/maven-parent/11/_remote.repositories [DEBUG] Writing tracking file /home/jenkins/agent/workspace/mockups/m2/org/apache/maven/maven-parent/11/maven-parent-11.pom.lastUpdated [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/rcptt-releases/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/rcptt-releases/ [INFO] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/apache/5/apache-5.pom [DEBUG] Writing tracking file /home/jenkins/agent/workspace/mockups/m2/org/apache/apache/5/apache-5.pom.lastUpdated [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/rcptt-snapshots/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/rcptt-snapshots/ [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/apache/5/apache-5.pom [DEBUG] Writing tracking file /home/jenkins/agent/workspace/mockups/m2/org/apache/apache/5/apache-5.pom.lastUpdated [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [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 93 kB/s) [DEBUG] Writing tracking file /home/jenkins/agent/workspace/mockups/m2/org/apache/apache/5/_remote.repositories [DEBUG] Writing tracking file /home/jenkins/agent/workspace/mockups/m2/org/apache/apache/5/apache-5.pom.lastUpdated [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/rcptt-releases/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/rcptt-releases/ [INFO] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/eclipse/tycho/tycho-p2-facade/1.3.0/tycho-p2-facade-1.3.0.pom [DEBUG] Writing tracking file /home/jenkins/agent/workspace/mockups/m2/org/eclipse/tycho/tycho-p2-facade/1.3.0/tycho-p2-facade-1.3.0.pom.lastUpdated [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/rcptt-snapshots/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/rcptt-snapshots/ [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 [DEBUG] Writing tracking file /home/jenkins/agent/workspace/mockups/m2/org/eclipse/tycho/tycho-p2-facade/1.3.0/tycho-p2-facade-1.3.0.pom.lastUpdated [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [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 33 kB/s) [DEBUG] Writing tracking file /home/jenkins/agent/workspace/mockups/m2/org/eclipse/tycho/tycho-p2-facade/1.3.0/_remote.repositories [DEBUG] Writing tracking file /home/jenkins/agent/workspace/mockups/m2/org/eclipse/tycho/tycho-p2-facade/1.3.0/tycho-p2-facade-1.3.0.pom.lastUpdated [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/rcptt-releases/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/rcptt-releases/ [INFO] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/eclipse/tycho/tycho-p2/1.3.0/tycho-p2-1.3.0.pom [DEBUG] Writing tracking file /home/jenkins/agent/workspace/mockups/m2/org/eclipse/tycho/tycho-p2/1.3.0/tycho-p2-1.3.0.pom.lastUpdated [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/rcptt-snapshots/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/rcptt-snapshots/ [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 [DEBUG] Writing tracking file /home/jenkins/agent/workspace/mockups/m2/org/eclipse/tycho/tycho-p2/1.3.0/tycho-p2-1.3.0.pom.lastUpdated [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-p2/1.3.0/tycho-p2-1.3.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-p2/1.3.0/tycho-p2-1.3.0.pom (1.1 kB at 24 kB/s) [DEBUG] Writing tracking file /home/jenkins/agent/workspace/mockups/m2/org/eclipse/tycho/tycho-p2/1.3.0/_remote.repositories [DEBUG] Writing tracking file /home/jenkins/agent/workspace/mockups/m2/org/eclipse/tycho/tycho-p2/1.3.0/tycho-p2-1.3.0.pom.lastUpdated [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/rcptt-releases/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/rcptt-releases/ [INFO] Downloading from rcptt-releases: https://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 [DEBUG] Writing tracking file /home/jenkins/agent/workspace/mockups/m2/org/eclipse/tycho/org.eclipse.tycho.p2.resolver.shared/1.3.0/org.eclipse.tycho.p2.resolver.shared-1.3.0.pom.lastUpdated [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/rcptt-snapshots/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/rcptt-snapshots/ [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 [DEBUG] Writing tracking file /home/jenkins/agent/workspace/mockups/m2/org/eclipse/tycho/org.eclipse.tycho.p2.resolver.shared/1.3.0/org.eclipse.tycho.p2.resolver.shared-1.3.0.pom.lastUpdated [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [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 41 kB/s) [DEBUG] Writing tracking file /home/jenkins/agent/workspace/mockups/m2/org/eclipse/tycho/org.eclipse.tycho.p2.resolver.shared/1.3.0/_remote.repositories [DEBUG] Writing tracking file /home/jenkins/agent/workspace/mockups/m2/org/eclipse/tycho/org.eclipse.tycho.p2.resolver.shared/1.3.0/org.eclipse.tycho.p2.resolver.shared-1.3.0.pom.lastUpdated [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/rcptt-releases/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/rcptt-releases/ [INFO] Downloading from rcptt-releases: https://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 [DEBUG] Writing tracking file /home/jenkins/agent/workspace/mockups/m2/org/eclipse/tycho/org.eclipse.tycho.p2.tools.shared/1.3.0/org.eclipse.tycho.p2.tools.shared-1.3.0.pom.lastUpdated [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/rcptt-snapshots/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/rcptt-snapshots/ [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 [DEBUG] Writing tracking file /home/jenkins/agent/workspace/mockups/m2/org/eclipse/tycho/org.eclipse.tycho.p2.tools.shared/1.3.0/org.eclipse.tycho.p2.tools.shared-1.3.0.pom.lastUpdated [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [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 26 kB/s) [DEBUG] Writing tracking file /home/jenkins/agent/workspace/mockups/m2/org/eclipse/tycho/org.eclipse.tycho.p2.tools.shared/1.3.0/_remote.repositories [DEBUG] Writing tracking file /home/jenkins/agent/workspace/mockups/m2/org/eclipse/tycho/org.eclipse.tycho.p2.tools.shared/1.3.0/org.eclipse.tycho.p2.tools.shared-1.3.0.pom.lastUpdated [DEBUG] Dependency collection stats: {ConflictMarker.analyzeTime=1066952, ConflictMarker.markTime=517478, ConflictMarker.nodeCount=97, ConflictIdSorter.graphTime=528074, ConflictIdSorter.topsortTime=366786, ConflictIdSorter.conflictIdCount=45, ConflictIdSorter.conflictIdCycleCount=0, ConflictResolver.totalTime=6845765, ConflictResolver.conflictItemCount=96, DefaultDependencyCollector.collectTime=10215438532, DefaultDependencyCollector.transformTime=12769963} [DEBUG] org.eclipse.tycho:tycho-maven-plugin:jar:1.3.0: [DEBUG] org.eclipse.tycho:tycho-core:jar:1.3.0:compile [DEBUG] org.apache.maven:maven-core:jar:3.0:compile [DEBUG] org.apache.maven:maven-model:jar:3.0:compile [DEBUG] org.apache.maven:maven-settings:jar:3.0:compile [DEBUG] org.apache.maven:maven-settings-builder:jar:3.0:compile [DEBUG] org.apache.maven:maven-repository-metadata:jar:3.0:compile [DEBUG] org.apache.maven:maven-artifact:jar:3.0:compile [DEBUG] org.apache.maven:maven-model-builder:jar:3.0:compile [DEBUG] org.apache.maven:maven-aether-provider:jar:3.0:runtime [DEBUG] org.sonatype.aether:aether-impl:jar:1.7:compile [DEBUG] org.sonatype.aether:aether-spi:jar:1.7:compile [DEBUG] org.sonatype.aether:aether-api:jar:1.7:compile [DEBUG] org.sonatype.aether:aether-util:jar:1.7:compile [DEBUG] org.sonatype.sisu:sisu-inject-plexus:jar:1.4.2:compile [DEBUG] org.sonatype.sisu:sisu-inject-bean:jar:1.4.2:compile [DEBUG] org.sonatype.sisu:sisu-guice:jar:noaop:2.1.7:compile [DEBUG] org.codehaus.plexus:plexus-interpolation:jar:1.14:compile [DEBUG] org.codehaus.plexus:plexus-classworlds:jar:2.2.3:compile [DEBUG] org.sonatype.plexus:plexus-sec-dispatcher:jar:1.3:compile [DEBUG] org.sonatype.plexus:plexus-cipher:jar:1.7:compile [DEBUG] org.apache.maven:maven-plugin-api:jar:3.0:compile [DEBUG] org.codehaus.plexus:plexus-utils:jar:3.0.24:compile [DEBUG] org.codehaus.plexus:plexus-archiver:jar:3.4:compile [DEBUG] org.codehaus.plexus:plexus-io:jar:2.7.1:compile [DEBUG] commons-io:commons-io:jar:2.5:compile [DEBUG] org.apache.commons:commons-compress:jar:1.15:compile [DEBUG] org.objenesis:objenesis:jar:2.6:compile [DEBUG] org.iq80.snappy:snappy:jar:0.4:compile [DEBUG] org.tukaani:xz:jar:1.5:runtime [DEBUG] org.eclipse.tycho:org.eclipse.osgi.compatibility.state:jar:1.1.100.v20180131-1413:compile [DEBUG] org.eclipse.tycho:sisu-equinox-embedder:jar:1.3.0:compile [DEBUG] org.eclipse.tycho:org.eclipse.osgi:jar:3.13.0.v20180226-1711:compile [DEBUG] org.eclipse.tycho:sisu-equinox-api:jar:1.3.0:compile [DEBUG] org.eclipse.tycho:tycho-metadata-model:jar:1.3.0:compile [DEBUG] de.pdark:decentxml:jar:1.3:compile [DEBUG] org.eclipse.tycho:tycho-embedder-api:jar:1.3.0:compile [DEBUG] org.eclipse.tycho:org.eclipse.tycho.embedder.shared:jar:1.3.0:compile [DEBUG] org.eclipse.tycho:org.eclipse.tycho.core.shared:jar:1.3.0:compile [DEBUG] org.apache.maven:maven-compat:jar:3.0:compile [DEBUG] org.apache.maven.wagon:wagon-provider-api:jar:1.0-beta-6:compile [DEBUG] org.eclipse.tycho:tycho-p2-facade:jar:1.3.0:compile [DEBUG] org.codehaus.plexus:plexus-component-annotations:jar:1.7.1:compile [DEBUG] org.eclipse.tycho:org.eclipse.tycho.p2.resolver.shared:jar:1.3.0:compile [DEBUG] org.eclipse.tycho:org.eclipse.tycho.p2.tools.shared:jar:1.3.0:compile [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/rcptt-releases/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/rcptt-releases/ [INFO] Downloading from rcptt-releases: https://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: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/maven-model/3.0/maven-model-3.0.jar [INFO] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/maven-core/3.0/maven-core-3.0.jar [INFO] Downloading from rcptt-releases: https://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: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/maven-settings/3.0/maven-settings-3.0.jar [INFO] Downloading from rcptt-releases: https://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: https://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: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/maven-artifact/3.0/maven-artifact-3.0.jar [INFO] Downloading from rcptt-releases: https://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: https://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: https://repo.eclipse.org/content/repositories/rcptt-releases/org/sonatype/aether/aether-impl/1.7/aether-impl-1.7.jar [INFO] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/sonatype/aether/aether-spi/1.7/aether-spi-1.7.jar [INFO] Downloading from rcptt-releases: https://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: https://repo.eclipse.org/content/repositories/rcptt-releases/org/sonatype/aether/aether-util/1.7/aether-util-1.7.jar [INFO] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/sonatype/aether/aether-api/1.7/aether-api-1.7.jar [INFO] Downloading from rcptt-releases: https://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: https://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: https://repo.eclipse.org/content/repositories/rcptt-releases/org/codehaus/plexus/plexus-interpolation/1.14/plexus-interpolation-1.14.jar [INFO] Downloading from rcptt-releases: https://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: https://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: https://repo.eclipse.org/content/repositories/rcptt-releases/org/sonatype/plexus/plexus-cipher/1.7/plexus-cipher-1.7.jar [INFO] Downloading from rcptt-releases: https://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: https://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: https://repo.eclipse.org/content/repositories/rcptt-releases/org/codehaus/plexus/plexus-archiver/3.4/plexus-archiver-3.4.jar [INFO] Downloading from rcptt-releases: https://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: https://repo.eclipse.org/content/repositories/rcptt-releases/commons-io/commons-io/2.5/commons-io-2.5.jar [INFO] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/commons/commons-compress/1.15/commons-compress-1.15.jar [INFO] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/objenesis/objenesis/2.6/objenesis-2.6.jar [INFO] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/iq80/snappy/snappy/0.4/snappy-0.4.jar [INFO] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/tukaani/xz/1.5/xz-1.5.jar [INFO] Downloading from rcptt-releases: https://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: https://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: https://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: https://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: https://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: https://repo.eclipse.org/content/repositories/rcptt-releases/de/pdark/decentxml/1.3/decentxml-1.3.jar [INFO] Downloading from rcptt-releases: https://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: https://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: https://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: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/maven-compat/3.0/maven-compat-3.0.jar [INFO] Downloading from rcptt-releases: https://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: https://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: https://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: https://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: https://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 [DEBUG] Writing tracking file /home/jenkins/agent/workspace/mockups/m2/org/eclipse/tycho/tycho-maven-plugin/1.3.0/tycho-maven-plugin-1.3.0.jar.lastUpdated [DEBUG] Writing tracking file /home/jenkins/agent/workspace/mockups/m2/org/eclipse/tycho/tycho-core/1.3.0/tycho-core-1.3.0.jar.lastUpdated [DEBUG] Writing tracking file /home/jenkins/agent/workspace/mockups/m2/org/apache/maven/maven-core/3.0/maven-core-3.0.jar.lastUpdated [DEBUG] Writing tracking file /home/jenkins/agent/workspace/mockups/m2/org/apache/maven/maven-model/3.0/maven-model-3.0.jar.lastUpdated [DEBUG] Writing tracking file /home/jenkins/agent/workspace/mockups/m2/org/apache/maven/maven-settings/3.0/maven-settings-3.0.jar.lastUpdated [DEBUG] Writing tracking file /home/jenkins/agent/workspace/mockups/m2/org/apache/maven/maven-settings-builder/3.0/maven-settings-builder-3.0.jar.lastUpdated [DEBUG] Writing tracking file /home/jenkins/agent/workspace/mockups/m2/org/apache/maven/maven-repository-metadata/3.0/maven-repository-metadata-3.0.jar.lastUpdated [DEBUG] Writing tracking file /home/jenkins/agent/workspace/mockups/m2/org/apache/maven/maven-artifact/3.0/maven-artifact-3.0.jar.lastUpdated [DEBUG] Writing tracking file /home/jenkins/agent/workspace/mockups/m2/org/apache/maven/maven-model-builder/3.0/maven-model-builder-3.0.jar.lastUpdated [DEBUG] Writing tracking file /home/jenkins/agent/workspace/mockups/m2/org/apache/maven/maven-aether-provider/3.0/maven-aether-provider-3.0.jar.lastUpdated [DEBUG] Writing tracking file /home/jenkins/agent/workspace/mockups/m2/org/sonatype/aether/aether-impl/1.7/aether-impl-1.7.jar.lastUpdated [DEBUG] Writing tracking file /home/jenkins/agent/workspace/mockups/m2/org/sonatype/aether/aether-spi/1.7/aether-spi-1.7.jar.lastUpdated [DEBUG] Writing tracking file /home/jenkins/agent/workspace/mockups/m2/org/sonatype/aether/aether-api/1.7/aether-api-1.7.jar.lastUpdated [DEBUG] Writing tracking file /home/jenkins/agent/workspace/mockups/m2/org/sonatype/aether/aether-util/1.7/aether-util-1.7.jar.lastUpdated [DEBUG] Writing tracking file /home/jenkins/agent/workspace/mockups/m2/org/sonatype/sisu/sisu-inject-plexus/1.4.2/sisu-inject-plexus-1.4.2.jar.lastUpdated [DEBUG] Writing tracking file /home/jenkins/agent/workspace/mockups/m2/org/sonatype/sisu/sisu-inject-bean/1.4.2/sisu-inject-bean-1.4.2.jar.lastUpdated [DEBUG] Writing tracking file /home/jenkins/agent/workspace/mockups/m2/org/sonatype/sisu/sisu-guice/2.1.7/sisu-guice-2.1.7-noaop.jar.lastUpdated [DEBUG] Writing tracking file /home/jenkins/agent/workspace/mockups/m2/org/codehaus/plexus/plexus-interpolation/1.14/plexus-interpolation-1.14.jar.lastUpdated [DEBUG] Writing tracking file /home/jenkins/agent/workspace/mockups/m2/org/codehaus/plexus/plexus-classworlds/2.2.3/plexus-classworlds-2.2.3.jar.lastUpdated [DEBUG] Writing tracking file /home/jenkins/agent/workspace/mockups/m2/org/sonatype/plexus/plexus-sec-dispatcher/1.3/plexus-sec-dispatcher-1.3.jar.lastUpdated [DEBUG] Writing tracking file /home/jenkins/agent/workspace/mockups/m2/org/sonatype/plexus/plexus-cipher/1.7/plexus-cipher-1.7.jar.lastUpdated [DEBUG] Writing tracking file /home/jenkins/agent/workspace/mockups/m2/org/apache/maven/maven-plugin-api/3.0/maven-plugin-api-3.0.jar.lastUpdated [DEBUG] Writing tracking file /home/jenkins/agent/workspace/mockups/m2/org/codehaus/plexus/plexus-utils/3.0.24/plexus-utils-3.0.24.jar.lastUpdated [DEBUG] Writing tracking file /home/jenkins/agent/workspace/mockups/m2/org/codehaus/plexus/plexus-archiver/3.4/plexus-archiver-3.4.jar.lastUpdated [DEBUG] Writing tracking file /home/jenkins/agent/workspace/mockups/m2/org/codehaus/plexus/plexus-io/2.7.1/plexus-io-2.7.1.jar.lastUpdated [DEBUG] Writing tracking file /home/jenkins/agent/workspace/mockups/m2/commons-io/commons-io/2.5/commons-io-2.5.jar.lastUpdated [DEBUG] Writing tracking file /home/jenkins/agent/workspace/mockups/m2/org/apache/commons/commons-compress/1.15/commons-compress-1.15.jar.lastUpdated [DEBUG] Writing tracking file /home/jenkins/agent/workspace/mockups/m2/org/objenesis/objenesis/2.6/objenesis-2.6.jar.lastUpdated [DEBUG] Writing tracking file /home/jenkins/agent/workspace/mockups/m2/org/iq80/snappy/snappy/0.4/snappy-0.4.jar.lastUpdated [DEBUG] Writing tracking file /home/jenkins/agent/workspace/mockups/m2/org/tukaani/xz/1.5/xz-1.5.jar.lastUpdated [DEBUG] Writing tracking file /home/jenkins/agent/workspace/mockups/m2/org/eclipse/tycho/org.eclipse.osgi.compatibility.state/1.1.100.v20180131-1413/org.eclipse.osgi.compatibility.state-1.1.100.v20180131-1413.jar.lastUpdated [DEBUG] Writing tracking file /home/jenkins/agent/workspace/mockups/m2/org/eclipse/tycho/sisu-equinox-embedder/1.3.0/sisu-equinox-embedder-1.3.0.jar.lastUpdated [DEBUG] Writing tracking file /home/jenkins/agent/workspace/mockups/m2/org/eclipse/tycho/org.eclipse.osgi/3.13.0.v20180226-1711/org.eclipse.osgi-3.13.0.v20180226-1711.jar.lastUpdated [DEBUG] Writing tracking file /home/jenkins/agent/workspace/mockups/m2/org/eclipse/tycho/sisu-equinox-api/1.3.0/sisu-equinox-api-1.3.0.jar.lastUpdated [DEBUG] Writing tracking file /home/jenkins/agent/workspace/mockups/m2/org/eclipse/tycho/tycho-metadata-model/1.3.0/tycho-metadata-model-1.3.0.jar.lastUpdated [DEBUG] Writing tracking file /home/jenkins/agent/workspace/mockups/m2/de/pdark/decentxml/1.3/decentxml-1.3.jar.lastUpdated [DEBUG] Writing tracking file /home/jenkins/agent/workspace/mockups/m2/org/eclipse/tycho/tycho-embedder-api/1.3.0/tycho-embedder-api-1.3.0.jar.lastUpdated [DEBUG] Writing tracking file /home/jenkins/agent/workspace/mockups/m2/org/eclipse/tycho/org.eclipse.tycho.embedder.shared/1.3.0/org.eclipse.tycho.embedder.shared-1.3.0.jar.lastUpdated [DEBUG] Writing tracking file /home/jenkins/agent/workspace/mockups/m2/org/eclipse/tycho/org.eclipse.tycho.core.shared/1.3.0/org.eclipse.tycho.core.shared-1.3.0.jar.lastUpdated [DEBUG] Writing tracking file /home/jenkins/agent/workspace/mockups/m2/org/apache/maven/maven-compat/3.0/maven-compat-3.0.jar.lastUpdated [DEBUG] Writing tracking file /home/jenkins/agent/workspace/mockups/m2/org/apache/maven/wagon/wagon-provider-api/1.0-beta-6/wagon-provider-api-1.0-beta-6.jar.lastUpdated [DEBUG] Writing tracking file /home/jenkins/agent/workspace/mockups/m2/org/eclipse/tycho/tycho-p2-facade/1.3.0/tycho-p2-facade-1.3.0.jar.lastUpdated [DEBUG] Writing tracking file /home/jenkins/agent/workspace/mockups/m2/org/codehaus/plexus/plexus-component-annotations/1.7.1/plexus-component-annotations-1.7.1.jar.lastUpdated [DEBUG] Writing tracking file /home/jenkins/agent/workspace/mockups/m2/org/eclipse/tycho/org.eclipse.tycho.p2.resolver.shared/1.3.0/org.eclipse.tycho.p2.resolver.shared-1.3.0.jar.lastUpdated [DEBUG] Writing tracking file /home/jenkins/agent/workspace/mockups/m2/org/eclipse/tycho/org.eclipse.tycho.p2.tools.shared/1.3.0/org.eclipse.tycho.p2.tools.shared-1.3.0.jar.lastUpdated [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/rcptt-snapshots/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/rcptt-snapshots/ [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-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-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-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-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-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-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/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/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-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/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/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/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/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/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/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/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 [DEBUG] Writing tracking file /home/jenkins/agent/workspace/mockups/m2/org/eclipse/tycho/tycho-maven-plugin/1.3.0/tycho-maven-plugin-1.3.0.jar.lastUpdated [DEBUG] Writing tracking file /home/jenkins/agent/workspace/mockups/m2/org/eclipse/tycho/tycho-core/1.3.0/tycho-core-1.3.0.jar.lastUpdated [DEBUG] Writing tracking file /home/jenkins/agent/workspace/mockups/m2/org/apache/maven/maven-core/3.0/maven-core-3.0.jar.lastUpdated [DEBUG] Writing tracking file /home/jenkins/agent/workspace/mockups/m2/org/apache/maven/maven-model/3.0/maven-model-3.0.jar.lastUpdated [DEBUG] Writing tracking file /home/jenkins/agent/workspace/mockups/m2/org/apache/maven/maven-settings/3.0/maven-settings-3.0.jar.lastUpdated [DEBUG] Writing tracking file /home/jenkins/agent/workspace/mockups/m2/org/apache/maven/maven-settings-builder/3.0/maven-settings-builder-3.0.jar.lastUpdated [DEBUG] Writing tracking file /home/jenkins/agent/workspace/mockups/m2/org/apache/maven/maven-repository-metadata/3.0/maven-repository-metadata-3.0.jar.lastUpdated [DEBUG] Writing tracking file /home/jenkins/agent/workspace/mockups/m2/org/apache/maven/maven-artifact/3.0/maven-artifact-3.0.jar.lastUpdated [DEBUG] Writing tracking file /home/jenkins/agent/workspace/mockups/m2/org/apache/maven/maven-model-builder/3.0/maven-model-builder-3.0.jar.lastUpdated [DEBUG] Writing tracking file /home/jenkins/agent/workspace/mockups/m2/org/apache/maven/maven-aether-provider/3.0/maven-aether-provider-3.0.jar.lastUpdated [DEBUG] Writing tracking file /home/jenkins/agent/workspace/mockups/m2/org/sonatype/aether/aether-impl/1.7/aether-impl-1.7.jar.lastUpdated [DEBUG] Writing tracking file /home/jenkins/agent/workspace/mockups/m2/org/sonatype/aether/aether-spi/1.7/aether-spi-1.7.jar.lastUpdated [DEBUG] Writing tracking file /home/jenkins/agent/workspace/mockups/m2/org/sonatype/aether/aether-api/1.7/aether-api-1.7.jar.lastUpdated [DEBUG] Writing tracking file /home/jenkins/agent/workspace/mockups/m2/org/sonatype/aether/aether-util/1.7/aether-util-1.7.jar.lastUpdated [DEBUG] Writing tracking file /home/jenkins/agent/workspace/mockups/m2/org/sonatype/sisu/sisu-inject-plexus/1.4.2/sisu-inject-plexus-1.4.2.jar.lastUpdated [DEBUG] Writing tracking file /home/jenkins/agent/workspace/mockups/m2/org/sonatype/sisu/sisu-inject-bean/1.4.2/sisu-inject-bean-1.4.2.jar.lastUpdated [DEBUG] Writing tracking file /home/jenkins/agent/workspace/mockups/m2/org/sonatype/sisu/sisu-guice/2.1.7/sisu-guice-2.1.7-noaop.jar.lastUpdated [DEBUG] Writing tracking file /home/jenkins/agent/workspace/mockups/m2/org/codehaus/plexus/plexus-interpolation/1.14/plexus-interpolation-1.14.jar.lastUpdated [DEBUG] Writing tracking file /home/jenkins/agent/workspace/mockups/m2/org/codehaus/plexus/plexus-classworlds/2.2.3/plexus-classworlds-2.2.3.jar.lastUpdated [DEBUG] Writing tracking file /home/jenkins/agent/workspace/mockups/m2/org/sonatype/plexus/plexus-sec-dispatcher/1.3/plexus-sec-dispatcher-1.3.jar.lastUpdated [DEBUG] Writing tracking file /home/jenkins/agent/workspace/mockups/m2/org/sonatype/plexus/plexus-cipher/1.7/plexus-cipher-1.7.jar.lastUpdated [DEBUG] Writing tracking file /home/jenkins/agent/workspace/mockups/m2/org/apache/maven/maven-plugin-api/3.0/maven-plugin-api-3.0.jar.lastUpdated [DEBUG] Writing tracking file /home/jenkins/agent/workspace/mockups/m2/org/codehaus/plexus/plexus-utils/3.0.24/plexus-utils-3.0.24.jar.lastUpdated [DEBUG] Writing tracking file /home/jenkins/agent/workspace/mockups/m2/org/codehaus/plexus/plexus-archiver/3.4/plexus-archiver-3.4.jar.lastUpdated [DEBUG] Writing tracking file /home/jenkins/agent/workspace/mockups/m2/org/codehaus/plexus/plexus-io/2.7.1/plexus-io-2.7.1.jar.lastUpdated [DEBUG] Writing tracking file /home/jenkins/agent/workspace/mockups/m2/commons-io/commons-io/2.5/commons-io-2.5.jar.lastUpdated [DEBUG] Writing tracking file /home/jenkins/agent/workspace/mockups/m2/org/apache/commons/commons-compress/1.15/commons-compress-1.15.jar.lastUpdated [DEBUG] Writing tracking file /home/jenkins/agent/workspace/mockups/m2/org/objenesis/objenesis/2.6/objenesis-2.6.jar.lastUpdated [DEBUG] Writing tracking file /home/jenkins/agent/workspace/mockups/m2/org/iq80/snappy/snappy/0.4/snappy-0.4.jar.lastUpdated [DEBUG] Writing tracking file /home/jenkins/agent/workspace/mockups/m2/org/tukaani/xz/1.5/xz-1.5.jar.lastUpdated [DEBUG] Writing tracking file /home/jenkins/agent/workspace/mockups/m2/org/eclipse/tycho/org.eclipse.osgi.compatibility.state/1.1.100.v20180131-1413/org.eclipse.osgi.compatibility.state-1.1.100.v20180131-1413.jar.lastUpdated [DEBUG] Writing tracking file /home/jenkins/agent/workspace/mockups/m2/org/eclipse/tycho/sisu-equinox-embedder/1.3.0/sisu-equinox-embedder-1.3.0.jar.lastUpdated [DEBUG] Writing tracking file /home/jenkins/agent/workspace/mockups/m2/org/eclipse/tycho/org.eclipse.osgi/3.13.0.v20180226-1711/org.eclipse.osgi-3.13.0.v20180226-1711.jar.lastUpdated [DEBUG] Writing tracking file /home/jenkins/agent/workspace/mockups/m2/org/eclipse/tycho/sisu-equinox-api/1.3.0/sisu-equinox-api-1.3.0.jar.lastUpdated [DEBUG] Writing tracking file /home/jenkins/agent/workspace/mockups/m2/org/eclipse/tycho/tycho-metadata-model/1.3.0/tycho-metadata-model-1.3.0.jar.lastUpdated [DEBUG] Writing tracking file /home/jenkins/agent/workspace/mockups/m2/de/pdark/decentxml/1.3/decentxml-1.3.jar.lastUpdated [DEBUG] Writing tracking file /home/jenkins/agent/workspace/mockups/m2/org/eclipse/tycho/tycho-embedder-api/1.3.0/tycho-embedder-api-1.3.0.jar.lastUpdated [DEBUG] Writing tracking file /home/jenkins/agent/workspace/mockups/m2/org/eclipse/tycho/org.eclipse.tycho.embedder.shared/1.3.0/org.eclipse.tycho.embedder.shared-1.3.0.jar.lastUpdated [DEBUG] Writing tracking file /home/jenkins/agent/workspace/mockups/m2/org/eclipse/tycho/org.eclipse.tycho.core.shared/1.3.0/org.eclipse.tycho.core.shared-1.3.0.jar.lastUpdated [DEBUG] Writing tracking file /home/jenkins/agent/workspace/mockups/m2/org/apache/maven/maven-compat/3.0/maven-compat-3.0.jar.lastUpdated [DEBUG] Writing tracking file /home/jenkins/agent/workspace/mockups/m2/org/apache/maven/wagon/wagon-provider-api/1.0-beta-6/wagon-provider-api-1.0-beta-6.jar.lastUpdated [DEBUG] Writing tracking file /home/jenkins/agent/workspace/mockups/m2/org/eclipse/tycho/tycho-p2-facade/1.3.0/tycho-p2-facade-1.3.0.jar.lastUpdated [DEBUG] Writing tracking file /home/jenkins/agent/workspace/mockups/m2/org/codehaus/plexus/plexus-component-annotations/1.7.1/plexus-component-annotations-1.7.1.jar.lastUpdated [DEBUG] Writing tracking file /home/jenkins/agent/workspace/mockups/m2/org/eclipse/tycho/org.eclipse.tycho.p2.resolver.shared/1.3.0/org.eclipse.tycho.p2.resolver.shared-1.3.0.jar.lastUpdated [DEBUG] Writing tracking file /home/jenkins/agent/workspace/mockups/m2/org/eclipse/tycho/org.eclipse.tycho.p2.tools.shared/1.3.0/org.eclipse.tycho.p2.tools.shared-1.3.0.jar.lastUpdated [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [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-model/3.0/maven-model-3.0.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/3.0/maven-core-3.0.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-core/1.3.0/tycho-core-1.3.0.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/3.0/maven-settings-3.0.jar [INFO] 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 77 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 288 kB/s) [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 1.0 MB/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] 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/eclipse/tycho/tycho-core/1.3.0/tycho-core-1.3.0.jar (202 kB at 1.2 MB/s) [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 233 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] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-aether-provider/3.0/maven-aether-provider-3.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/3.0/maven-artifact-3.0.jar (52 kB at 305 kB/s) [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 176 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-impl/1.7/aether-impl-1.7.jar [INFO] 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-core/3.0/maven-core-3.0.jar (527 kB at 2.1 MB/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 53 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 578 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/apache/maven/maven-aether-provider/3.0/maven-aether-provider-3.0.jar (51 kB at 197 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/sonatype/aether/aether-impl/1.7/aether-impl-1.7.jar (106 kB at 310 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 445 kB/s) [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 314 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] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-classworlds/2.2.3/plexus-classworlds-2.2.3.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-api/1.7/aether-api-1.7.jar (74 kB at 211 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plexus/plexus-sec-dispatcher/1.3/plexus-sec-dispatcher-1.3.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-inject-plexus/1.4.2/sisu-inject-plexus-1.4.2.jar (202 kB at 568 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/codehaus/plexus/plexus-interpolation/1.14/plexus-interpolation-1.14.jar (61 kB at 170 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/3.0/maven-plugin-api-3.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plexus/plexus-sec-dispatcher/1.3/plexus-sec-dispatcher-1.3.jar (29 kB at 79 kB/s) [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 128 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.24/plexus-utils-3.0.24.jar [INFO] 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/sonatype/plexus/plexus-cipher/1.7/plexus-cipher-1.7.jar (13 kB at 30 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-io/2.7.1/plexus-io-2.7.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/3.0/maven-plugin-api-3.0.jar (49 kB at 110 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-archiver/3.4/plexus-archiver-3.4.jar (187 kB at 404 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-io/2.7.1/plexus-io-2.7.1.jar (86 kB at 185 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/codehaus/plexus/plexus-utils/3.0.24/plexus-utils-3.0.24.jar (247 kB at 532 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] 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.0 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/tukaani/xz/1.5/xz-1.5.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-io/commons-io/2.5/commons-io-2.5.jar (209 kB at 384 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.osgi.compatibility.state/1.1.100.v20180131-1413/org.eclipse.osgi.compatibility.state-1.1.100.v20180131-1413.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/objenesis/objenesis/2.6/objenesis-2.6.jar (56 kB at 101 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/tukaani/xz/1.5/xz-1.5.jar (100 kB at 179 kB/s) [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 104 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] 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/apache/commons/commons-compress/1.15/commons-compress-1.15.jar (532 kB at 942 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/sisu-equinox-embedder/1.3.0/sisu-equinox-embedder-1.3.0.jar (13 kB at 24 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/de/pdark/decentxml/1.3/decentxml-1.3.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/sisu-equinox-api/1.3.0/sisu-equinox-api-1.3.0.jar (3.2 kB at 5.6 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-embedder-api/1.3.0/tycho-embedder-api-1.3.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.osgi.compatibility.state/1.1.100.v20180131-1413/org.eclipse.osgi.compatibility.state-1.1.100.v20180131-1413.jar (245 kB at 422 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.embedder.shared/1.3.0/org.eclipse.tycho.embedder.shared-1.3.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-metadata-model/1.3.0/tycho-metadata-model-1.3.0.jar (37 kB at 57 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-embedder-api/1.3.0/tycho-embedder-api-1.3.0.jar (7.2 kB at 11 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.core.shared/1.3.0/org.eclipse.tycho.core.shared-1.3.0.jar [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/de/pdark/decentxml/1.3/decentxml-1.3.jar (112 kB at 171 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.embedder.shared/1.3.0/org.eclipse.tycho.embedder.shared-1.3.0.jar (9.4 kB at 14 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-p2-facade/1.3.0/tycho-p2-facade-1.3.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.core.shared/1.3.0/org.eclipse.tycho.core.shared-1.3.0.jar (37 kB at 56 kB/s) [INFO] 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 426 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 80 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/codehaus/plexus/plexus-component-annotations/1.7.1/plexus-component-annotations-1.7.1.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/codehaus/plexus/plexus-component-annotations/1.7.1/plexus-component-annotations-1.7.1.jar (4.3 kB at 5.7 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.p2.resolver.shared/1.3.0/org.eclipse.tycho.p2.resolver.shared-1.3.0.jar (29 kB at 38 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.p2.tools.shared/1.3.0/org.eclipse.tycho.p2.tools.shared-1.3.0.jar (21 kB at 28 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-p2-facade/1.3.0/tycho-p2-facade-1.3.0.jar (38 kB at 50 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.osgi/3.13.0.v20180226-1711/org.eclipse.osgi-3.13.0.v20180226-1711.jar (1.4 MB at 1.8 MB/s) [DEBUG] Writing tracking file /home/jenkins/agent/workspace/mockups/m2/org/eclipse/tycho/tycho-maven-plugin/1.3.0/_remote.repositories [DEBUG] Writing tracking file /home/jenkins/agent/workspace/mockups/m2/org/eclipse/tycho/tycho-maven-plugin/1.3.0/tycho-maven-plugin-1.3.0.jar.lastUpdated [DEBUG] Writing tracking file /home/jenkins/agent/workspace/mockups/m2/org/eclipse/tycho/tycho-core/1.3.0/_remote.repositories [DEBUG] Writing tracking file /home/jenkins/agent/workspace/mockups/m2/org/eclipse/tycho/tycho-core/1.3.0/tycho-core-1.3.0.jar.lastUpdated [DEBUG] Writing tracking file /home/jenkins/agent/workspace/mockups/m2/org/apache/maven/maven-core/3.0/_remote.repositories [DEBUG] Writing tracking file /home/jenkins/agent/workspace/mockups/m2/org/apache/maven/maven-core/3.0/maven-core-3.0.jar.lastUpdated [DEBUG] Writing tracking file /home/jenkins/agent/workspace/mockups/m2/org/apache/maven/maven-model/3.0/_remote.repositories [DEBUG] Writing tracking file /home/jenkins/agent/workspace/mockups/m2/org/apache/maven/maven-model/3.0/maven-model-3.0.jar.lastUpdated [DEBUG] Writing tracking file /home/jenkins/agent/workspace/mockups/m2/org/apache/maven/maven-settings/3.0/_remote.repositories [DEBUG] Writing tracking file /home/jenkins/agent/workspace/mockups/m2/org/apache/maven/maven-settings/3.0/maven-settings-3.0.jar.lastUpdated [DEBUG] Writing tracking file /home/jenkins/agent/workspace/mockups/m2/org/apache/maven/maven-settings-builder/3.0/_remote.repositories [DEBUG] Writing tracking file /home/jenkins/agent/workspace/mockups/m2/org/apache/maven/maven-settings-builder/3.0/maven-settings-builder-3.0.jar.lastUpdated [DEBUG] Writing tracking file /home/jenkins/agent/workspace/mockups/m2/org/apache/maven/maven-repository-metadata/3.0/_remote.repositories [DEBUG] Writing tracking file /home/jenkins/agent/workspace/mockups/m2/org/apache/maven/maven-repository-metadata/3.0/maven-repository-metadata-3.0.jar.lastUpdated [DEBUG] Writing tracking file /home/jenkins/agent/workspace/mockups/m2/org/apache/maven/maven-artifact/3.0/_remote.repositories [DEBUG] Writing tracking file /home/jenkins/agent/workspace/mockups/m2/org/apache/maven/maven-artifact/3.0/maven-artifact-3.0.jar.lastUpdated [DEBUG] Writing tracking file /home/jenkins/agent/workspace/mockups/m2/org/apache/maven/maven-model-builder/3.0/_remote.repositories [DEBUG] Writing tracking file /home/jenkins/agent/workspace/mockups/m2/org/apache/maven/maven-model-builder/3.0/maven-model-builder-3.0.jar.lastUpdated [DEBUG] Writing tracking file /home/jenkins/agent/workspace/mockups/m2/org/apache/maven/maven-aether-provider/3.0/_remote.repositories [DEBUG] Writing tracking file /home/jenkins/agent/workspace/mockups/m2/org/apache/maven/maven-aether-provider/3.0/maven-aether-provider-3.0.jar.lastUpdated [DEBUG] Writing tracking file /home/jenkins/agent/workspace/mockups/m2/org/sonatype/aether/aether-impl/1.7/_remote.repositories [DEBUG] Writing tracking file /home/jenkins/agent/workspace/mockups/m2/org/sonatype/aether/aether-impl/1.7/aether-impl-1.7.jar.lastUpdated [DEBUG] Writing tracking file /home/jenkins/agent/workspace/mockups/m2/org/sonatype/aether/aether-spi/1.7/_remote.repositories [DEBUG] Writing tracking file /home/jenkins/agent/workspace/mockups/m2/org/sonatype/aether/aether-spi/1.7/aether-spi-1.7.jar.lastUpdated [DEBUG] Writing tracking file /home/jenkins/agent/workspace/mockups/m2/org/sonatype/aether/aether-api/1.7/_remote.repositories [DEBUG] Writing tracking file /home/jenkins/agent/workspace/mockups/m2/org/sonatype/aether/aether-api/1.7/aether-api-1.7.jar.lastUpdated [DEBUG] Writing tracking file /home/jenkins/agent/workspace/mockups/m2/org/sonatype/aether/aether-util/1.7/_remote.repositories [DEBUG] Writing tracking file /home/jenkins/agent/workspace/mockups/m2/org/sonatype/aether/aether-util/1.7/aether-util-1.7.jar.lastUpdated [DEBUG] Writing tracking file /home/jenkins/agent/workspace/mockups/m2/org/sonatype/sisu/sisu-inject-plexus/1.4.2/_remote.repositories [DEBUG] Writing tracking file /home/jenkins/agent/workspace/mockups/m2/org/sonatype/sisu/sisu-inject-plexus/1.4.2/sisu-inject-plexus-1.4.2.jar.lastUpdated [DEBUG] Writing tracking file /home/jenkins/agent/workspace/mockups/m2/org/sonatype/sisu/sisu-inject-bean/1.4.2/_remote.repositories [DEBUG] Writing tracking file /home/jenkins/agent/workspace/mockups/m2/org/sonatype/sisu/sisu-inject-bean/1.4.2/sisu-inject-bean-1.4.2.jar.lastUpdated [DEBUG] Writing tracking file /home/jenkins/agent/workspace/mockups/m2/org/sonatype/sisu/sisu-guice/2.1.7/_remote.repositories [DEBUG] Writing tracking file /home/jenkins/agent/workspace/mockups/m2/org/sonatype/sisu/sisu-guice/2.1.7/sisu-guice-2.1.7-noaop.jar.lastUpdated [DEBUG] Writing tracking file /home/jenkins/agent/workspace/mockups/m2/org/codehaus/plexus/plexus-interpolation/1.14/_remote.repositories [DEBUG] Writing tracking file /home/jenkins/agent/workspace/mockups/m2/org/codehaus/plexus/plexus-interpolation/1.14/plexus-interpolation-1.14.jar.lastUpdated [DEBUG] Writing tracking file /home/jenkins/agent/workspace/mockups/m2/org/codehaus/plexus/plexus-classworlds/2.2.3/_remote.repositories [DEBUG] Writing tracking file /home/jenkins/agent/workspace/mockups/m2/org/codehaus/plexus/plexus-classworlds/2.2.3/plexus-classworlds-2.2.3.jar.lastUpdated [DEBUG] Writing tracking file /home/jenkins/agent/workspace/mockups/m2/org/sonatype/plexus/plexus-sec-dispatcher/1.3/_remote.repositories [DEBUG] Writing tracking file /home/jenkins/agent/workspace/mockups/m2/org/sonatype/plexus/plexus-sec-dispatcher/1.3/plexus-sec-dispatcher-1.3.jar.lastUpdated [DEBUG] Writing tracking file /home/jenkins/agent/workspace/mockups/m2/org/sonatype/plexus/plexus-cipher/1.7/_remote.repositories [DEBUG] Writing tracking file /home/jenkins/agent/workspace/mockups/m2/org/sonatype/plexus/plexus-cipher/1.7/plexus-cipher-1.7.jar.lastUpdated [DEBUG] Writing tracking file /home/jenkins/agent/workspace/mockups/m2/org/apache/maven/maven-plugin-api/3.0/_remote.repositories [DEBUG] Writing tracking file /home/jenkins/agent/workspace/mockups/m2/org/apache/maven/maven-plugin-api/3.0/maven-plugin-api-3.0.jar.lastUpdated [DEBUG] Writing tracking file /home/jenkins/agent/workspace/mockups/m2/org/codehaus/plexus/plexus-utils/3.0.24/_remote.repositories [DEBUG] Writing tracking file /home/jenkins/agent/workspace/mockups/m2/org/codehaus/plexus/plexus-utils/3.0.24/plexus-utils-3.0.24.jar.lastUpdated [DEBUG] Writing tracking file /home/jenkins/agent/workspace/mockups/m2/org/codehaus/plexus/plexus-archiver/3.4/_remote.repositories [DEBUG] Writing tracking file /home/jenkins/agent/workspace/mockups/m2/org/codehaus/plexus/plexus-archiver/3.4/plexus-archiver-3.4.jar.lastUpdated [DEBUG] Writing tracking file /home/jenkins/agent/workspace/mockups/m2/org/codehaus/plexus/plexus-io/2.7.1/_remote.repositories [DEBUG] Writing tracking file /home/jenkins/agent/workspace/mockups/m2/org/codehaus/plexus/plexus-io/2.7.1/plexus-io-2.7.1.jar.lastUpdated [DEBUG] Writing tracking file /home/jenkins/agent/workspace/mockups/m2/commons-io/commons-io/2.5/_remote.repositories [DEBUG] Writing tracking file /home/jenkins/agent/workspace/mockups/m2/commons-io/commons-io/2.5/commons-io-2.5.jar.lastUpdated [DEBUG] Writing tracking file /home/jenkins/agent/workspace/mockups/m2/org/apache/commons/commons-compress/1.15/_remote.repositories [DEBUG] Writing tracking file /home/jenkins/agent/workspace/mockups/m2/org/apache/commons/commons-compress/1.15/commons-compress-1.15.jar.lastUpdated [DEBUG] Writing tracking file /home/jenkins/agent/workspace/mockups/m2/org/objenesis/objenesis/2.6/_remote.repositories [DEBUG] Writing tracking file /home/jenkins/agent/workspace/mockups/m2/org/objenesis/objenesis/2.6/objenesis-2.6.jar.lastUpdated [DEBUG] Writing tracking file /home/jenkins/agent/workspace/mockups/m2/org/iq80/snappy/snappy/0.4/_remote.repositories [DEBUG] Writing tracking file /home/jenkins/agent/workspace/mockups/m2/org/iq80/snappy/snappy/0.4/snappy-0.4.jar.lastUpdated [DEBUG] Writing tracking file /home/jenkins/agent/workspace/mockups/m2/org/tukaani/xz/1.5/_remote.repositories [DEBUG] Writing tracking file /home/jenkins/agent/workspace/mockups/m2/org/tukaani/xz/1.5/xz-1.5.jar.lastUpdated [DEBUG] Writing tracking file /home/jenkins/agent/workspace/mockups/m2/org/eclipse/tycho/org.eclipse.osgi.compatibility.state/1.1.100.v20180131-1413/_remote.repositories [DEBUG] Writing tracking file /home/jenkins/agent/workspace/mockups/m2/org/eclipse/tycho/org.eclipse.osgi.compatibility.state/1.1.100.v20180131-1413/org.eclipse.osgi.compatibility.state-1.1.100.v20180131-1413.jar.lastUpdated [DEBUG] Writing tracking file /home/jenkins/agent/workspace/mockups/m2/org/eclipse/tycho/sisu-equinox-embedder/1.3.0/_remote.repositories [DEBUG] Writing tracking file /home/jenkins/agent/workspace/mockups/m2/org/eclipse/tycho/sisu-equinox-embedder/1.3.0/sisu-equinox-embedder-1.3.0.jar.lastUpdated [DEBUG] Writing tracking file /home/jenkins/agent/workspace/mockups/m2/org/eclipse/tycho/org.eclipse.osgi/3.13.0.v20180226-1711/_remote.repositories [DEBUG] Writing tracking file /home/jenkins/agent/workspace/mockups/m2/org/eclipse/tycho/org.eclipse.osgi/3.13.0.v20180226-1711/org.eclipse.osgi-3.13.0.v20180226-1711.jar.lastUpdated [DEBUG] Writing tracking file /home/jenkins/agent/workspace/mockups/m2/org/eclipse/tycho/sisu-equinox-api/1.3.0/_remote.repositories [DEBUG] Writing tracking file /home/jenkins/agent/workspace/mockups/m2/org/eclipse/tycho/sisu-equinox-api/1.3.0/sisu-equinox-api-1.3.0.jar.lastUpdated [DEBUG] Writing tracking file /home/jenkins/agent/workspace/mockups/m2/org/eclipse/tycho/tycho-metadata-model/1.3.0/_remote.repositories [DEBUG] Writing tracking file /home/jenkins/agent/workspace/mockups/m2/org/eclipse/tycho/tycho-metadata-model/1.3.0/tycho-metadata-model-1.3.0.jar.lastUpdated [DEBUG] Writing tracking file /home/jenkins/agent/workspace/mockups/m2/de/pdark/decentxml/1.3/_remote.repositories [DEBUG] Writing tracking file /home/jenkins/agent/workspace/mockups/m2/de/pdark/decentxml/1.3/decentxml-1.3.jar.lastUpdated [DEBUG] Writing tracking file /home/jenkins/agent/workspace/mockups/m2/org/eclipse/tycho/tycho-embedder-api/1.3.0/_remote.repositories [DEBUG] Writing tracking file /home/jenkins/agent/workspace/mockups/m2/org/eclipse/tycho/tycho-embedder-api/1.3.0/tycho-embedder-api-1.3.0.jar.lastUpdated [DEBUG] Writing tracking file /home/jenkins/agent/workspace/mockups/m2/org/eclipse/tycho/org.eclipse.tycho.embedder.shared/1.3.0/_remote.repositories [DEBUG] Writing tracking file /home/jenkins/agent/workspace/mockups/m2/org/eclipse/tycho/org.eclipse.tycho.embedder.shared/1.3.0/org.eclipse.tycho.embedder.shared-1.3.0.jar.lastUpdated [DEBUG] Writing tracking file /home/jenkins/agent/workspace/mockups/m2/org/eclipse/tycho/org.eclipse.tycho.core.shared/1.3.0/_remote.repositories [DEBUG] Writing tracking file /home/jenkins/agent/workspace/mockups/m2/org/eclipse/tycho/org.eclipse.tycho.core.shared/1.3.0/org.eclipse.tycho.core.shared-1.3.0.jar.lastUpdated [DEBUG] Writing tracking file /home/jenkins/agent/workspace/mockups/m2/org/apache/maven/maven-compat/3.0/_remote.repositories [DEBUG] Writing tracking file /home/jenkins/agent/workspace/mockups/m2/org/apache/maven/maven-compat/3.0/maven-compat-3.0.jar.lastUpdated [DEBUG] Writing tracking file /home/jenkins/agent/workspace/mockups/m2/org/apache/maven/wagon/wagon-provider-api/1.0-beta-6/_remote.repositories [DEBUG] Writing tracking file /home/jenkins/agent/workspace/mockups/m2/org/apache/maven/wagon/wagon-provider-api/1.0-beta-6/wagon-provider-api-1.0-beta-6.jar.lastUpdated [DEBUG] Writing tracking file /home/jenkins/agent/workspace/mockups/m2/org/eclipse/tycho/tycho-p2-facade/1.3.0/_remote.repositories [DEBUG] Writing tracking file /home/jenkins/agent/workspace/mockups/m2/org/eclipse/tycho/tycho-p2-facade/1.3.0/tycho-p2-facade-1.3.0.jar.lastUpdated [DEBUG] Writing tracking file /home/jenkins/agent/workspace/mockups/m2/org/codehaus/plexus/plexus-component-annotations/1.7.1/_remote.repositories [DEBUG] Writing tracking file /home/jenkins/agent/workspace/mockups/m2/org/codehaus/plexus/plexus-component-annotations/1.7.1/plexus-component-annotations-1.7.1.jar.lastUpdated [DEBUG] Writing tracking file /home/jenkins/agent/workspace/mockups/m2/org/eclipse/tycho/org.eclipse.tycho.p2.resolver.shared/1.3.0/_remote.repositories [DEBUG] Writing tracking file /home/jenkins/agent/workspace/mockups/m2/org/eclipse/tycho/org.eclipse.tycho.p2.resolver.shared/1.3.0/org.eclipse.tycho.p2.resolver.shared-1.3.0.jar.lastUpdated [DEBUG] Writing tracking file /home/jenkins/agent/workspace/mockups/m2/org/eclipse/tycho/org.eclipse.tycho.p2.tools.shared/1.3.0/_remote.repositories [DEBUG] Writing tracking file /home/jenkins/agent/workspace/mockups/m2/org/eclipse/tycho/org.eclipse.tycho.p2.tools.shared/1.3.0/org.eclipse.tycho.p2.tools.shared-1.3.0.jar.lastUpdated [DEBUG] Created new class realm extension>org.eclipse.tycho:tycho-maven-plugin:1.3.0 [DEBUG] Importing foreign packages into class realm extension>org.eclipse.tycho:tycho-maven-plugin:1.3.0 [DEBUG] Imported: < maven.api [DEBUG] Populating class realm extension>org.eclipse.tycho:tycho-maven-plugin:1.3.0 [DEBUG] Included: org.eclipse.tycho:tycho-maven-plugin:jar:1.3.0 [DEBUG] Included: org.eclipse.tycho:tycho-core:jar:1.3.0 [DEBUG] Included: org.sonatype.aether:aether-util:jar:1.7 [DEBUG] Included: org.sonatype.sisu:sisu-inject-bean:jar:1.4.2 [DEBUG] Included: org.sonatype.sisu:sisu-guice:jar:noaop:2.1.7 [DEBUG] Included: org.codehaus.plexus:plexus-interpolation:jar:1.14 [DEBUG] Included: org.sonatype.plexus:plexus-sec-dispatcher:jar:1.3 [DEBUG] Included: org.sonatype.plexus:plexus-cipher:jar:1.7 [DEBUG] Included: org.codehaus.plexus:plexus-utils:jar:3.0.24 [DEBUG] Included: org.codehaus.plexus:plexus-archiver:jar:3.4 [DEBUG] Included: org.codehaus.plexus:plexus-io:jar:2.7.1 [DEBUG] Included: commons-io:commons-io:jar:2.5 [DEBUG] Included: org.apache.commons:commons-compress:jar:1.15 [DEBUG] Included: org.objenesis:objenesis:jar:2.6 [DEBUG] Included: org.iq80.snappy:snappy:jar:0.4 [DEBUG] Included: org.tukaani:xz:jar:1.5 [DEBUG] Included: org.eclipse.tycho:org.eclipse.osgi.compatibility.state:jar:1.1.100.v20180131-1413 [DEBUG] Included: org.eclipse.tycho:sisu-equinox-embedder:jar:1.3.0 [DEBUG] Included: org.eclipse.tycho:org.eclipse.osgi:jar:3.13.0.v20180226-1711 [DEBUG] Included: org.eclipse.tycho:sisu-equinox-api:jar:1.3.0 [DEBUG] Included: org.eclipse.tycho:tycho-metadata-model:jar:1.3.0 [DEBUG] Included: de.pdark:decentxml:jar:1.3 [DEBUG] Included: org.eclipse.tycho:tycho-embedder-api:jar:1.3.0 [DEBUG] Included: org.eclipse.tycho:org.eclipse.tycho.embedder.shared:jar:1.3.0 [DEBUG] Included: org.eclipse.tycho:org.eclipse.tycho.core.shared:jar:1.3.0 [DEBUG] Included: org.eclipse.tycho:tycho-p2-facade:jar:1.3.0 [DEBUG] Included: org.codehaus.plexus:plexus-component-annotations:jar:1.7.1 [DEBUG] Included: org.eclipse.tycho:org.eclipse.tycho.p2.resolver.shared:jar:1.3.0 [DEBUG] Included: org.eclipse.tycho:org.eclipse.tycho.p2.tools.shared:jar:1.3.0 [DEBUG] Extension realms for project com.xored.q7.quality:q7.quality.mockups:pom:1.0.0-SNAPSHOT: [ClassRealm[extension>org.eclipse.tycho:tycho-maven-plugin:1.3.0, parent: sun.misc.Launcher$AppClassLoader@1b6d3586]] [DEBUG] Created new class realm project>com.xored.q7.quality:q7.quality.mockups:1.0.0-SNAPSHOT [DEBUG] Populating class realm project>com.xored.q7.quality:q7.quality.mockups:1.0.0-SNAPSHOT [DEBUG] Looking up lifecycle mappings for packaging pom from ClassRealm[project>com.xored.q7.quality:q7.quality.mockups:1.0.0-SNAPSHOT, parent: ClassRealm[maven.api, parent: null]] [DEBUG] Extension realms for project com.xored.q7.quality:com.xored.q7.quality.mockups.ui:eclipse-plugin:1.0.0-SNAPSHOT: [ClassRealm[extension>org.eclipse.tycho:tycho-maven-plugin:1.3.0, parent: sun.misc.Launcher$AppClassLoader@1b6d3586]] [DEBUG] Looking up lifecycle mappings for packaging eclipse-plugin from ClassRealm[project>com.xored.q7.quality:q7.quality.mockups:1.0.0-SNAPSHOT, parent: ClassRealm[maven.api, parent: null]] [DEBUG] Extension realms for project com.xored.q7.quality:com.xored.q7.quality.mockups.issues:eclipse-plugin:1.0.0-SNAPSHOT: [ClassRealm[extension>org.eclipse.tycho:tycho-maven-plugin:1.3.0, parent: sun.misc.Launcher$AppClassLoader@1b6d3586]] [DEBUG] Looking up lifecycle mappings for packaging eclipse-plugin from ClassRealm[project>com.xored.q7.quality:q7.quality.mockups:1.0.0-SNAPSHOT, parent: ClassRealm[maven.api, parent: null]] [DEBUG] Extension realms for project com.xored.q7.quality:com.xored.q7.quality.mockups.platform:eclipse-plugin:1.0.0-SNAPSHOT: [ClassRealm[extension>org.eclipse.tycho:tycho-maven-plugin:1.3.0, parent: sun.misc.Launcher$AppClassLoader@1b6d3586]] [DEBUG] Looking up lifecycle mappings for packaging eclipse-plugin from ClassRealm[project>com.xored.q7.quality:q7.quality.mockups:1.0.0-SNAPSHOT, parent: ClassRealm[maven.api, parent: null]] [DEBUG] Extension realms for project com.xored.q7.quality:com.xored.q7.quality.mockups.swt:eclipse-plugin:1.0.0-SNAPSHOT: [ClassRealm[extension>org.eclipse.tycho:tycho-maven-plugin:1.3.0, parent: sun.misc.Launcher$AppClassLoader@1b6d3586]] [DEBUG] Looking up lifecycle mappings for packaging eclipse-plugin from ClassRealm[project>com.xored.q7.quality:q7.quality.mockups:1.0.0-SNAPSHOT, parent: ClassRealm[maven.api, parent: null]] [DEBUG] Extension realms for project com.xored.q7.quality:com.xored.q7.quality.mockups.emf:eclipse-plugin:1.0.0-SNAPSHOT: [ClassRealm[extension>org.eclipse.tycho:tycho-maven-plugin:1.3.0, parent: sun.misc.Launcher$AppClassLoader@1b6d3586]] [DEBUG] Looking up lifecycle mappings for packaging eclipse-plugin from ClassRealm[project>com.xored.q7.quality:q7.quality.mockups:1.0.0-SNAPSHOT, parent: ClassRealm[maven.api, parent: null]] [DEBUG] Extension realms for project com.xored.q7.quality:com.xored.q7.quality.mockups.draw2d:eclipse-plugin:1.0.0-SNAPSHOT: [ClassRealm[extension>org.eclipse.tycho:tycho-maven-plugin:1.3.0, parent: sun.misc.Launcher$AppClassLoader@1b6d3586]] [DEBUG] Looking up lifecycle mappings for packaging eclipse-plugin from ClassRealm[project>com.xored.q7.quality:q7.quality.mockups:1.0.0-SNAPSHOT, parent: ClassRealm[maven.api, parent: null]] [DEBUG] Extension realms for project com.xored.q7.quality:com.xored.q7.quality.mockups.zest:eclipse-plugin:1.0.0-SNAPSHOT: [ClassRealm[extension>org.eclipse.tycho:tycho-maven-plugin:1.3.0, parent: sun.misc.Launcher$AppClassLoader@1b6d3586]] [DEBUG] Looking up lifecycle mappings for packaging eclipse-plugin from ClassRealm[project>com.xored.q7.quality:q7.quality.mockups:1.0.0-SNAPSHOT, parent: ClassRealm[maven.api, parent: null]] [DEBUG] Extension realms for project com.xored.q7.quality:com.xored.q7.quality.mockups.nattable:eclipse-plugin:1.0.0-SNAPSHOT: [ClassRealm[extension>org.eclipse.tycho:tycho-maven-plugin:1.3.0, parent: sun.misc.Launcher$AppClassLoader@1b6d3586]] [DEBUG] Looking up lifecycle mappings for packaging eclipse-plugin from ClassRealm[project>com.xored.q7.quality:q7.quality.mockups:1.0.0-SNAPSHOT, parent: ClassRealm[maven.api, parent: null]] [DEBUG] Extension realms for project com.xored.q7.quality:com.xored.q7.quality.mockups.nebula:eclipse-plugin:1.0.0-SNAPSHOT: [ClassRealm[extension>org.eclipse.tycho:tycho-maven-plugin:1.3.0, parent: sun.misc.Launcher$AppClassLoader@1b6d3586]] [DEBUG] Looking up lifecycle mappings for packaging eclipse-plugin from ClassRealm[project>com.xored.q7.quality:q7.quality.mockups:1.0.0-SNAPSHOT, parent: ClassRealm[maven.api, parent: null]] [DEBUG] Extension realms for project com.xored.q7.quality.features:com.xored.q7.quality.mockups:eclipse-feature:1.0.0-SNAPSHOT: [ClassRealm[extension>org.eclipse.tycho:tycho-maven-plugin:1.3.0, parent: sun.misc.Launcher$AppClassLoader@1b6d3586]] [DEBUG] Looking up lifecycle mappings for packaging eclipse-feature from ClassRealm[project>com.xored.q7.quality:q7.quality.mockups:1.0.0-SNAPSHOT, parent: ClassRealm[maven.api, parent: null]] [DEBUG] Extension realms for project com.xored.q7.quality:repository:eclipse-repository:1.0.0-SNAPSHOT: [ClassRealm[extension>org.eclipse.tycho:tycho-maven-plugin:1.3.0, parent: sun.misc.Launcher$AppClassLoader@1b6d3586]] [DEBUG] Looking up lifecycle mappings for packaging eclipse-repository from ClassRealm[project>com.xored.q7.quality:q7.quality.mockups:1.0.0-SNAPSHOT, parent: ClassRealm[maven.api, parent: null]] [DEBUG] org.eclipse.tycho:tycho-maven-plugin:1.3.0 configured in MavenProject: com.xored.q7.quality:q7.quality.mockups:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/mockups/pom.xml [DEBUG] org.eclipse.tycho:tycho-maven-plugin:1.3.0 configured in MavenProject: com.xored.q7.quality:com.xored.q7.quality.mockups.ui:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.ui/pom.xml [DEBUG] org.eclipse.tycho:tycho-packaging-plugin:1.3.0 configured in MavenProject: com.xored.q7.quality:com.xored.q7.quality.mockups.ui:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.ui/pom.xml [DEBUG] org.eclipse.tycho:tycho-p2-plugin:1.3.0 configured in MavenProject: com.xored.q7.quality:com.xored.q7.quality.mockups.ui:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.ui/pom.xml [DEBUG] org.eclipse.tycho:tycho-compiler-plugin:1.3.0 configured in MavenProject: com.xored.q7.quality:com.xored.q7.quality.mockups.ui:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.ui/pom.xml [DEBUG] org.eclipse.tycho:tycho-maven-plugin:1.3.0 configured in MavenProject: com.xored.q7.quality:com.xored.q7.quality.mockups.issues:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.issues/pom.xml [DEBUG] org.eclipse.tycho:tycho-packaging-plugin:1.3.0 configured in MavenProject: com.xored.q7.quality:com.xored.q7.quality.mockups.issues:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.issues/pom.xml [DEBUG] org.eclipse.tycho:tycho-p2-plugin:1.3.0 configured in MavenProject: com.xored.q7.quality:com.xored.q7.quality.mockups.issues:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.issues/pom.xml [DEBUG] org.eclipse.tycho:tycho-compiler-plugin:1.3.0 configured in MavenProject: com.xored.q7.quality:com.xored.q7.quality.mockups.issues:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.issues/pom.xml [DEBUG] org.eclipse.tycho:tycho-maven-plugin:1.3.0 configured in MavenProject: com.xored.q7.quality:com.xored.q7.quality.mockups.platform:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.platform/pom.xml [DEBUG] org.eclipse.tycho:tycho-packaging-plugin:1.3.0 configured in MavenProject: com.xored.q7.quality:com.xored.q7.quality.mockups.platform:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.platform/pom.xml [DEBUG] org.eclipse.tycho:tycho-p2-plugin:1.3.0 configured in MavenProject: com.xored.q7.quality:com.xored.q7.quality.mockups.platform:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.platform/pom.xml [DEBUG] org.eclipse.tycho:tycho-compiler-plugin:1.3.0 configured in MavenProject: com.xored.q7.quality:com.xored.q7.quality.mockups.platform:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.platform/pom.xml [DEBUG] org.eclipse.tycho:tycho-maven-plugin:1.3.0 configured in MavenProject: com.xored.q7.quality:com.xored.q7.quality.mockups.swt:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.swt/pom.xml [DEBUG] org.eclipse.tycho:tycho-packaging-plugin:1.3.0 configured in MavenProject: com.xored.q7.quality:com.xored.q7.quality.mockups.swt:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.swt/pom.xml [DEBUG] org.eclipse.tycho:tycho-p2-plugin:1.3.0 configured in MavenProject: com.xored.q7.quality:com.xored.q7.quality.mockups.swt:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.swt/pom.xml [DEBUG] org.eclipse.tycho:tycho-compiler-plugin:1.3.0 configured in MavenProject: com.xored.q7.quality:com.xored.q7.quality.mockups.swt:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.swt/pom.xml [DEBUG] org.eclipse.tycho:tycho-maven-plugin:1.3.0 configured in MavenProject: com.xored.q7.quality:com.xored.q7.quality.mockups.emf:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.emf/pom.xml [DEBUG] org.eclipse.tycho:tycho-packaging-plugin:1.3.0 configured in MavenProject: com.xored.q7.quality:com.xored.q7.quality.mockups.emf:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.emf/pom.xml [DEBUG] org.eclipse.tycho:tycho-p2-plugin:1.3.0 configured in MavenProject: com.xored.q7.quality:com.xored.q7.quality.mockups.emf:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.emf/pom.xml [DEBUG] org.eclipse.tycho:tycho-compiler-plugin:1.3.0 configured in MavenProject: com.xored.q7.quality:com.xored.q7.quality.mockups.emf:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.emf/pom.xml [DEBUG] org.eclipse.tycho:tycho-maven-plugin:1.3.0 configured in MavenProject: com.xored.q7.quality:com.xored.q7.quality.mockups.draw2d:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.draw2d/pom.xml [DEBUG] org.eclipse.tycho:tycho-packaging-plugin:1.3.0 configured in MavenProject: com.xored.q7.quality:com.xored.q7.quality.mockups.draw2d:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.draw2d/pom.xml [DEBUG] org.eclipse.tycho:tycho-p2-plugin:1.3.0 configured in MavenProject: com.xored.q7.quality:com.xored.q7.quality.mockups.draw2d:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.draw2d/pom.xml [DEBUG] org.eclipse.tycho:tycho-compiler-plugin:1.3.0 configured in MavenProject: com.xored.q7.quality:com.xored.q7.quality.mockups.draw2d:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.draw2d/pom.xml [DEBUG] org.eclipse.tycho:tycho-maven-plugin:1.3.0 configured in MavenProject: com.xored.q7.quality:com.xored.q7.quality.mockups.zest:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.zest/pom.xml [DEBUG] org.eclipse.tycho:tycho-packaging-plugin:1.3.0 configured in MavenProject: com.xored.q7.quality:com.xored.q7.quality.mockups.zest:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.zest/pom.xml [DEBUG] org.eclipse.tycho:tycho-p2-plugin:1.3.0 configured in MavenProject: com.xored.q7.quality:com.xored.q7.quality.mockups.zest:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.zest/pom.xml [DEBUG] org.eclipse.tycho:tycho-compiler-plugin:1.3.0 configured in MavenProject: com.xored.q7.quality:com.xored.q7.quality.mockups.zest:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.zest/pom.xml [DEBUG] org.eclipse.tycho:tycho-maven-plugin:1.3.0 configured in MavenProject: com.xored.q7.quality:com.xored.q7.quality.mockups.nattable:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.nattable/pom.xml [DEBUG] org.eclipse.tycho:tycho-packaging-plugin:1.3.0 configured in MavenProject: com.xored.q7.quality:com.xored.q7.quality.mockups.nattable:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.nattable/pom.xml [DEBUG] org.eclipse.tycho:tycho-p2-plugin:1.3.0 configured in MavenProject: com.xored.q7.quality:com.xored.q7.quality.mockups.nattable:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.nattable/pom.xml [DEBUG] org.eclipse.tycho:tycho-compiler-plugin:1.3.0 configured in MavenProject: com.xored.q7.quality:com.xored.q7.quality.mockups.nattable:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.nattable/pom.xml [DEBUG] org.eclipse.tycho:tycho-maven-plugin:1.3.0 configured in MavenProject: com.xored.q7.quality:com.xored.q7.quality.mockups.nebula:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.nebula/pom.xml [DEBUG] org.eclipse.tycho:tycho-packaging-plugin:1.3.0 configured in MavenProject: com.xored.q7.quality:com.xored.q7.quality.mockups.nebula:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.nebula/pom.xml [DEBUG] org.eclipse.tycho:tycho-p2-plugin:1.3.0 configured in MavenProject: com.xored.q7.quality:com.xored.q7.quality.mockups.nebula:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.nebula/pom.xml [DEBUG] org.eclipse.tycho:tycho-compiler-plugin:1.3.0 configured in MavenProject: com.xored.q7.quality:com.xored.q7.quality.mockups.nebula:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.nebula/pom.xml [DEBUG] org.eclipse.tycho:tycho-maven-plugin:1.3.0 configured in MavenProject: com.xored.q7.quality.features:com.xored.q7.quality.mockups:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/mockups/features/com.xored.q7.quality.mockups-feature/pom.xml [DEBUG] org.eclipse.tycho:tycho-packaging-plugin:1.3.0 configured in MavenProject: com.xored.q7.quality.features:com.xored.q7.quality.mockups:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/mockups/features/com.xored.q7.quality.mockups-feature/pom.xml [DEBUG] org.eclipse.tycho:tycho-p2-plugin:1.3.0 configured in MavenProject: com.xored.q7.quality.features:com.xored.q7.quality.mockups:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/mockups/features/com.xored.q7.quality.mockups-feature/pom.xml [DEBUG] org.eclipse.tycho:tycho-maven-plugin:1.3.0 configured in MavenProject: com.xored.q7.quality:repository:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/mockups/repository/pom.xml [DEBUG] org.eclipse.tycho:tycho-p2-publisher-plugin:1.3.0 configured in MavenProject: com.xored.q7.quality:repository:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/mockups/repository/pom.xml [DEBUG] org.eclipse.tycho:tycho-p2-repository-plugin:1.3.0 configured in MavenProject: com.xored.q7.quality:repository:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/mockups/repository/pom.xml [DEBUG] org.eclipse.tycho:tycho-p2-plugin:1.3.0 configured in MavenProject: com.xored.q7.quality:repository:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/mockups/repository/pom.xml [DEBUG] org.eclipse.tycho:tycho-packaging-plugin:1.3.0 configured in MavenProject: com.xored.q7.quality:repository:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/mockups/repository/pom.xml [DEBUG] target-platform-configuration for MavenProject: com.xored.q7.quality:com.xored.q7.quality.mockups.ui:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.ui/pom.xml: p2 win32 win32 x86 win32 win32 x86_64 linux gtk x86 linux gtk x86_64 macosx cocoa x86_64 [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/rcptt-releases/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/rcptt-releases/ [INFO] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/eclipse/tycho/tycho-bundles-external/1.3.0/tycho-bundles-external-1.3.0.zip [DEBUG] Writing tracking file /home/jenkins/agent/workspace/mockups/m2/org/eclipse/tycho/tycho-bundles-external/1.3.0/tycho-bundles-external-1.3.0.zip.lastUpdated [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/rcptt-snapshots/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/rcptt-snapshots/ [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/eclipse/tycho/tycho-bundles-external/1.3.0/tycho-bundles-external-1.3.0.zip [DEBUG] Writing tracking file /home/jenkins/agent/workspace/mockups/m2/org/eclipse/tycho/tycho-bundles-external/1.3.0/tycho-bundles-external-1.3.0.zip.lastUpdated [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-bundles-external/1.3.0/tycho-bundles-external-1.3.0.zip [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-bundles-external/1.3.0/tycho-bundles-external-1.3.0.zip (8.0 MB at 19 MB/s) [DEBUG] Writing tracking file /home/jenkins/agent/workspace/mockups/m2/org/eclipse/tycho/tycho-bundles-external/1.3.0/_remote.repositories [DEBUG] Writing tracking file /home/jenkins/agent/workspace/mockups/m2/org/eclipse/tycho/tycho-bundles-external/1.3.0/tycho-bundles-external-1.3.0.zip.lastUpdated [DEBUG] Extracting Tycho's OSGi runtime [DEBUG] Unpacking Tycho's OSGi runtime to /home/jenkins/agent/workspace/mockups/m2/org/eclipse/tycho/tycho-bundles-external/1.3.0/eclipse [DEBUG] Expanding: /home/jenkins/agent/workspace/mockups/m2/org/eclipse/tycho/tycho-bundles-external/1.3.0/tycho-bundles-external-1.3.0.zip into /home/jenkins/agent/workspace/mockups/m2/org/eclipse/tycho/tycho-bundles-external/1.3.0 [DEBUG] expand complete [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/rcptt-releases/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/rcptt-releases/ [INFO] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/eclipse/tycho/org.eclipse.tycho.p2.resolver.impl/1.3.0/org.eclipse.tycho.p2.resolver.impl-1.3.0.jar [DEBUG] Writing tracking file /home/jenkins/agent/workspace/mockups/m2/org/eclipse/tycho/org.eclipse.tycho.p2.resolver.impl/1.3.0/org.eclipse.tycho.p2.resolver.impl-1.3.0.jar.lastUpdated [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/rcptt-snapshots/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/rcptt-snapshots/ [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/eclipse/tycho/org.eclipse.tycho.p2.resolver.impl/1.3.0/org.eclipse.tycho.p2.resolver.impl-1.3.0.jar [DEBUG] Writing tracking file /home/jenkins/agent/workspace/mockups/m2/org/eclipse/tycho/org.eclipse.tycho.p2.resolver.impl/1.3.0/org.eclipse.tycho.p2.resolver.impl-1.3.0.jar.lastUpdated [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.p2.resolver.impl/1.3.0/org.eclipse.tycho.p2.resolver.impl-1.3.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.p2.resolver.impl/1.3.0/org.eclipse.tycho.p2.resolver.impl-1.3.0.jar (218 kB at 8.7 MB/s) [DEBUG] Writing tracking file /home/jenkins/agent/workspace/mockups/m2/org/eclipse/tycho/org.eclipse.tycho.p2.resolver.impl/1.3.0/_remote.repositories [DEBUG] Writing tracking file /home/jenkins/agent/workspace/mockups/m2/org/eclipse/tycho/org.eclipse.tycho.p2.resolver.impl/1.3.0/org.eclipse.tycho.p2.resolver.impl-1.3.0.jar.lastUpdated [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/rcptt-releases/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/rcptt-releases/ [INFO] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/eclipse/tycho/org.eclipse.tycho.p2.maven.repository/1.3.0/org.eclipse.tycho.p2.maven.repository-1.3.0.jar [DEBUG] Writing tracking file /home/jenkins/agent/workspace/mockups/m2/org/eclipse/tycho/org.eclipse.tycho.p2.maven.repository/1.3.0/org.eclipse.tycho.p2.maven.repository-1.3.0.jar.lastUpdated [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/rcptt-snapshots/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/rcptt-snapshots/ [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/eclipse/tycho/org.eclipse.tycho.p2.maven.repository/1.3.0/org.eclipse.tycho.p2.maven.repository-1.3.0.jar [DEBUG] Writing tracking file /home/jenkins/agent/workspace/mockups/m2/org/eclipse/tycho/org.eclipse.tycho.p2.maven.repository/1.3.0/org.eclipse.tycho.p2.maven.repository-1.3.0.jar.lastUpdated [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.p2.maven.repository/1.3.0/org.eclipse.tycho.p2.maven.repository-1.3.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.p2.maven.repository/1.3.0/org.eclipse.tycho.p2.maven.repository-1.3.0.jar (148 kB at 4.2 MB/s) [DEBUG] Writing tracking file /home/jenkins/agent/workspace/mockups/m2/org/eclipse/tycho/org.eclipse.tycho.p2.maven.repository/1.3.0/_remote.repositories [DEBUG] Writing tracking file /home/jenkins/agent/workspace/mockups/m2/org/eclipse/tycho/org.eclipse.tycho.p2.maven.repository/1.3.0/org.eclipse.tycho.p2.maven.repository-1.3.0.jar.lastUpdated [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/rcptt-releases/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/rcptt-releases/ [INFO] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/eclipse/tycho/org.eclipse.tycho.p2.tools.impl/1.3.0/org.eclipse.tycho.p2.tools.impl-1.3.0.jar [DEBUG] Writing tracking file /home/jenkins/agent/workspace/mockups/m2/org/eclipse/tycho/org.eclipse.tycho.p2.tools.impl/1.3.0/org.eclipse.tycho.p2.tools.impl-1.3.0.jar.lastUpdated [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/rcptt-snapshots/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/rcptt-snapshots/ [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/eclipse/tycho/org.eclipse.tycho.p2.tools.impl/1.3.0/org.eclipse.tycho.p2.tools.impl-1.3.0.jar [DEBUG] Writing tracking file /home/jenkins/agent/workspace/mockups/m2/org/eclipse/tycho/org.eclipse.tycho.p2.tools.impl/1.3.0/org.eclipse.tycho.p2.tools.impl-1.3.0.jar.lastUpdated [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.p2.tools.impl/1.3.0/org.eclipse.tycho.p2.tools.impl-1.3.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.p2.tools.impl/1.3.0/org.eclipse.tycho.p2.tools.impl-1.3.0.jar (48 kB at 1.6 MB/s) [DEBUG] Writing tracking file /home/jenkins/agent/workspace/mockups/m2/org/eclipse/tycho/org.eclipse.tycho.p2.tools.impl/1.3.0/_remote.repositories [DEBUG] Writing tracking file /home/jenkins/agent/workspace/mockups/m2/org/eclipse/tycho/org.eclipse.tycho.p2.tools.impl/1.3.0/org.eclipse.tycho.p2.tools.impl-1.3.0.jar.lastUpdated Debug options: file:/home/jenkins/agent/workspace/mockups/.options not found Time to load bundles: 617 [DEBUG] Clearing proxy settings in OSGi runtime [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/rcptt-releases/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/rcptt-releases/ [INFO] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/plugins/maven-compiler-plugin/3.0/maven-compiler-plugin-3.0.pom [DEBUG] Writing tracking file /home/jenkins/agent/workspace/mockups/m2/org/apache/maven/plugins/maven-compiler-plugin/3.0/maven-compiler-plugin-3.0.pom.lastUpdated [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/rcptt-snapshots/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/rcptt-snapshots/ [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/plugins/maven-compiler-plugin/3.0/maven-compiler-plugin-3.0.pom [DEBUG] Writing tracking file /home/jenkins/agent/workspace/mockups/m2/org/apache/maven/plugins/maven-compiler-plugin/3.0/maven-compiler-plugin-3.0.pom.lastUpdated [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-compiler-plugin/3.0/maven-compiler-plugin-3.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-compiler-plugin/3.0/maven-compiler-plugin-3.0.pom (9.9 kB at 397 kB/s) [DEBUG] Writing tracking file /home/jenkins/agent/workspace/mockups/m2/org/apache/maven/plugins/maven-compiler-plugin/3.0/_remote.repositories [DEBUG] Writing tracking file /home/jenkins/agent/workspace/mockups/m2/org/apache/maven/plugins/maven-compiler-plugin/3.0/maven-compiler-plugin-3.0.pom.lastUpdated [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/rcptt-releases/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/rcptt-releases/ [INFO] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/plugins/maven-plugins/23/maven-plugins-23.pom [DEBUG] Writing tracking file /home/jenkins/agent/workspace/mockups/m2/org/apache/maven/plugins/maven-plugins/23/maven-plugins-23.pom.lastUpdated [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/rcptt-snapshots/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/rcptt-snapshots/ [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/plugins/maven-plugins/23/maven-plugins-23.pom [DEBUG] Writing tracking file /home/jenkins/agent/workspace/mockups/m2/org/apache/maven/plugins/maven-plugins/23/maven-plugins-23.pom.lastUpdated [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-plugins/23/maven-plugins-23.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-plugins/23/maven-plugins-23.pom (9.2 kB at 287 kB/s) [DEBUG] Writing tracking file /home/jenkins/agent/workspace/mockups/m2/org/apache/maven/plugins/maven-plugins/23/_remote.repositories [DEBUG] Writing tracking file /home/jenkins/agent/workspace/mockups/m2/org/apache/maven/plugins/maven-plugins/23/maven-plugins-23.pom.lastUpdated [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/rcptt-releases/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/rcptt-releases/ [INFO] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/maven-parent/22/maven-parent-22.pom [DEBUG] Writing tracking file /home/jenkins/agent/workspace/mockups/m2/org/apache/maven/maven-parent/22/maven-parent-22.pom.lastUpdated [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/rcptt-snapshots/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/rcptt-snapshots/ [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/maven-parent/22/maven-parent-22.pom [DEBUG] Writing tracking file /home/jenkins/agent/workspace/mockups/m2/org/apache/maven/maven-parent/22/maven-parent-22.pom.lastUpdated [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/22/maven-parent-22.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/22/maven-parent-22.pom (30 kB at 1.2 MB/s) [DEBUG] Writing tracking file /home/jenkins/agent/workspace/mockups/m2/org/apache/maven/maven-parent/22/_remote.repositories [DEBUG] Writing tracking file /home/jenkins/agent/workspace/mockups/m2/org/apache/maven/maven-parent/22/maven-parent-22.pom.lastUpdated [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/rcptt-releases/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/rcptt-releases/ [INFO] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/apache/11/apache-11.pom [DEBUG] Writing tracking file /home/jenkins/agent/workspace/mockups/m2/org/apache/apache/11/apache-11.pom.lastUpdated [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/rcptt-snapshots/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/rcptt-snapshots/ [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/apache/11/apache-11.pom [DEBUG] Writing tracking file /home/jenkins/agent/workspace/mockups/m2/org/apache/apache/11/apache-11.pom.lastUpdated [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/11/apache-11.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/11/apache-11.pom (15 kB at 673 kB/s) [DEBUG] Writing tracking file /home/jenkins/agent/workspace/mockups/m2/org/apache/apache/11/_remote.repositories [DEBUG] Writing tracking file /home/jenkins/agent/workspace/mockups/m2/org/apache/apache/11/apache-11.pom.lastUpdated [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/rcptt-releases/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/rcptt-releases/ [INFO] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/plugins/maven-compiler-plugin/3.0/maven-compiler-plugin-3.0.jar [DEBUG] Writing tracking file /home/jenkins/agent/workspace/mockups/m2/org/apache/maven/plugins/maven-compiler-plugin/3.0/maven-compiler-plugin-3.0.jar.lastUpdated [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/rcptt-snapshots/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/rcptt-snapshots/ [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/plugins/maven-compiler-plugin/3.0/maven-compiler-plugin-3.0.jar [DEBUG] Writing tracking file /home/jenkins/agent/workspace/mockups/m2/org/apache/maven/plugins/maven-compiler-plugin/3.0/maven-compiler-plugin-3.0.jar.lastUpdated [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-compiler-plugin/3.0/maven-compiler-plugin-3.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-compiler-plugin/3.0/maven-compiler-plugin-3.0.jar (41 kB at 1.4 MB/s) [DEBUG] Writing tracking file /home/jenkins/agent/workspace/mockups/m2/org/apache/maven/plugins/maven-compiler-plugin/3.0/_remote.repositories [DEBUG] Writing tracking file /home/jenkins/agent/workspace/mockups/m2/org/apache/maven/plugins/maven-compiler-plugin/3.0/maven-compiler-plugin-3.0.jar.lastUpdated [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/rcptt-releases/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/rcptt-releases/ [INFO] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/eclipse/tycho/target-platform-configuration/1.3.0/target-platform-configuration-1.3.0.pom [DEBUG] Writing tracking file /home/jenkins/agent/workspace/mockups/m2/org/eclipse/tycho/target-platform-configuration/1.3.0/target-platform-configuration-1.3.0.pom.lastUpdated [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/rcptt-snapshots/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/rcptt-snapshots/ [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/eclipse/tycho/target-platform-configuration/1.3.0/target-platform-configuration-1.3.0.pom [DEBUG] Writing tracking file /home/jenkins/agent/workspace/mockups/m2/org/eclipse/tycho/target-platform-configuration/1.3.0/target-platform-configuration-1.3.0.pom.lastUpdated [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/target-platform-configuration/1.3.0/target-platform-configuration-1.3.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/target-platform-configuration/1.3.0/target-platform-configuration-1.3.0.pom (1.7 kB at 9.7 kB/s) [DEBUG] Writing tracking file /home/jenkins/agent/workspace/mockups/m2/org/eclipse/tycho/target-platform-configuration/1.3.0/_remote.repositories [DEBUG] Writing tracking file /home/jenkins/agent/workspace/mockups/m2/org/eclipse/tycho/target-platform-configuration/1.3.0/target-platform-configuration-1.3.0.pom.lastUpdated [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/rcptt-releases/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/rcptt-releases/ [INFO] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/eclipse/tycho/target-platform-configuration/1.3.0/target-platform-configuration-1.3.0.jar [DEBUG] Writing tracking file /home/jenkins/agent/workspace/mockups/m2/org/eclipse/tycho/target-platform-configuration/1.3.0/target-platform-configuration-1.3.0.jar.lastUpdated [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/rcptt-snapshots/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/rcptt-snapshots/ [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/eclipse/tycho/target-platform-configuration/1.3.0/target-platform-configuration-1.3.0.jar [DEBUG] Writing tracking file /home/jenkins/agent/workspace/mockups/m2/org/eclipse/tycho/target-platform-configuration/1.3.0/target-platform-configuration-1.3.0.jar.lastUpdated [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/target-platform-configuration/1.3.0/target-platform-configuration-1.3.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/target-platform-configuration/1.3.0/target-platform-configuration-1.3.0.jar (7.7 kB at 310 kB/s) [DEBUG] Writing tracking file /home/jenkins/agent/workspace/mockups/m2/org/eclipse/tycho/target-platform-configuration/1.3.0/_remote.repositories [DEBUG] Writing tracking file /home/jenkins/agent/workspace/mockups/m2/org/eclipse/tycho/target-platform-configuration/1.3.0/target-platform-configuration-1.3.0.jar.lastUpdated [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/rcptt-releases/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/rcptt-releases/ [INFO] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/codehaus/mojo/build-helper-maven-plugin/1.5/build-helper-maven-plugin-1.5.pom [DEBUG] Writing tracking file /home/jenkins/agent/workspace/mockups/m2/org/codehaus/mojo/build-helper-maven-plugin/1.5/build-helper-maven-plugin-1.5.pom.lastUpdated [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/rcptt-snapshots/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/rcptt-snapshots/ [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 [DEBUG] Writing tracking file /home/jenkins/agent/workspace/mockups/m2/org/codehaus/mojo/build-helper-maven-plugin/1.5/build-helper-maven-plugin-1.5.pom.lastUpdated [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [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 94 kB/s) [DEBUG] Writing tracking file /home/jenkins/agent/workspace/mockups/m2/org/codehaus/mojo/build-helper-maven-plugin/1.5/_remote.repositories [DEBUG] Writing tracking file /home/jenkins/agent/workspace/mockups/m2/org/codehaus/mojo/build-helper-maven-plugin/1.5/build-helper-maven-plugin-1.5.pom.lastUpdated [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/rcptt-releases/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/rcptt-releases/ [INFO] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/codehaus/mojo/mojo-parent/23/mojo-parent-23.pom [DEBUG] Writing tracking file /home/jenkins/agent/workspace/mockups/m2/org/codehaus/mojo/mojo-parent/23/mojo-parent-23.pom.lastUpdated [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/rcptt-snapshots/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/rcptt-snapshots/ [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/codehaus/mojo/mojo-parent/23/mojo-parent-23.pom [DEBUG] Writing tracking file /home/jenkins/agent/workspace/mockups/m2/org/codehaus/mojo/mojo-parent/23/mojo-parent-23.pom.lastUpdated [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [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 596 kB/s) [DEBUG] Writing tracking file /home/jenkins/agent/workspace/mockups/m2/org/codehaus/mojo/mojo-parent/23/_remote.repositories [DEBUG] Writing tracking file /home/jenkins/agent/workspace/mockups/m2/org/codehaus/mojo/mojo-parent/23/mojo-parent-23.pom.lastUpdated [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/rcptt-releases/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/rcptt-releases/ [INFO] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/codehaus/mojo/build-helper-maven-plugin/1.5/build-helper-maven-plugin-1.5.jar [DEBUG] Writing tracking file /home/jenkins/agent/workspace/mockups/m2/org/codehaus/mojo/build-helper-maven-plugin/1.5/build-helper-maven-plugin-1.5.jar.lastUpdated [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/rcptt-snapshots/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/rcptt-snapshots/ [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 [DEBUG] Writing tracking file /home/jenkins/agent/workspace/mockups/m2/org/codehaus/mojo/build-helper-maven-plugin/1.5/build-helper-maven-plugin-1.5.jar.lastUpdated [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [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 957 kB/s) [DEBUG] Writing tracking file /home/jenkins/agent/workspace/mockups/m2/org/codehaus/mojo/build-helper-maven-plugin/1.5/_remote.repositories [DEBUG] Writing tracking file /home/jenkins/agent/workspace/mockups/m2/org/codehaus/mojo/build-helper-maven-plugin/1.5/build-helper-maven-plugin-1.5.jar.lastUpdated [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/rcptt-releases/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/rcptt-releases/ [INFO] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/plugins/maven-deploy-plugin/2.5/maven-deploy-plugin-2.5.pom [DEBUG] Writing tracking file /home/jenkins/agent/workspace/mockups/m2/org/apache/maven/plugins/maven-deploy-plugin/2.5/maven-deploy-plugin-2.5.pom.lastUpdated [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/rcptt-snapshots/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/rcptt-snapshots/ [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/plugins/maven-deploy-plugin/2.5/maven-deploy-plugin-2.5.pom [DEBUG] Writing tracking file /home/jenkins/agent/workspace/mockups/m2/org/apache/maven/plugins/maven-deploy-plugin/2.5/maven-deploy-plugin-2.5.pom.lastUpdated [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-deploy-plugin/2.5/maven-deploy-plugin-2.5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-deploy-plugin/2.5/maven-deploy-plugin-2.5.pom (5.7 kB at 136 kB/s) [DEBUG] Writing tracking file /home/jenkins/agent/workspace/mockups/m2/org/apache/maven/plugins/maven-deploy-plugin/2.5/_remote.repositories [DEBUG] Writing tracking file /home/jenkins/agent/workspace/mockups/m2/org/apache/maven/plugins/maven-deploy-plugin/2.5/maven-deploy-plugin-2.5.pom.lastUpdated [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/rcptt-releases/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/rcptt-releases/ [INFO] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/plugins/maven-plugins/16/maven-plugins-16.pom [DEBUG] Writing tracking file /home/jenkins/agent/workspace/mockups/m2/org/apache/maven/plugins/maven-plugins/16/maven-plugins-16.pom.lastUpdated [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/rcptt-snapshots/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/rcptt-snapshots/ [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/plugins/maven-plugins/16/maven-plugins-16.pom [DEBUG] Writing tracking file /home/jenkins/agent/workspace/mockups/m2/org/apache/maven/plugins/maven-plugins/16/maven-plugins-16.pom.lastUpdated [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-plugins/16/maven-plugins-16.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-plugins/16/maven-plugins-16.pom (13 kB at 227 kB/s) [DEBUG] Writing tracking file /home/jenkins/agent/workspace/mockups/m2/org/apache/maven/plugins/maven-plugins/16/_remote.repositories [DEBUG] Writing tracking file /home/jenkins/agent/workspace/mockups/m2/org/apache/maven/plugins/maven-plugins/16/maven-plugins-16.pom.lastUpdated [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/rcptt-releases/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/rcptt-releases/ [INFO] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/plugins/maven-deploy-plugin/2.5/maven-deploy-plugin-2.5.jar [DEBUG] Writing tracking file /home/jenkins/agent/workspace/mockups/m2/org/apache/maven/plugins/maven-deploy-plugin/2.5/maven-deploy-plugin-2.5.jar.lastUpdated [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/rcptt-snapshots/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/rcptt-snapshots/ [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/plugins/maven-deploy-plugin/2.5/maven-deploy-plugin-2.5.jar [DEBUG] Writing tracking file /home/jenkins/agent/workspace/mockups/m2/org/apache/maven/plugins/maven-deploy-plugin/2.5/maven-deploy-plugin-2.5.jar.lastUpdated [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-deploy-plugin/2.5/maven-deploy-plugin-2.5.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-deploy-plugin/2.5/maven-deploy-plugin-2.5.jar (23 kB at 265 kB/s) [DEBUG] Writing tracking file /home/jenkins/agent/workspace/mockups/m2/org/apache/maven/plugins/maven-deploy-plugin/2.5/_remote.repositories [DEBUG] Writing tracking file /home/jenkins/agent/workspace/mockups/m2/org/apache/maven/plugins/maven-deploy-plugin/2.5/maven-deploy-plugin-2.5.jar.lastUpdated [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/rcptt-releases/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/rcptt-releases/ [INFO] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/plugins/maven-clean-plugin/2.5/maven-clean-plugin-2.5.pom [DEBUG] Writing tracking file /home/jenkins/agent/workspace/mockups/m2/org/apache/maven/plugins/maven-clean-plugin/2.5/maven-clean-plugin-2.5.pom.lastUpdated [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/rcptt-snapshots/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/rcptt-snapshots/ [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 [DEBUG] Writing tracking file /home/jenkins/agent/workspace/mockups/m2/org/apache/maven/plugins/maven-clean-plugin/2.5/maven-clean-plugin-2.5.pom.lastUpdated [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [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 106 kB/s) [DEBUG] Writing tracking file /home/jenkins/agent/workspace/mockups/m2/org/apache/maven/plugins/maven-clean-plugin/2.5/_remote.repositories [DEBUG] Writing tracking file /home/jenkins/agent/workspace/mockups/m2/org/apache/maven/plugins/maven-clean-plugin/2.5/maven-clean-plugin-2.5.pom.lastUpdated [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/rcptt-releases/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/rcptt-releases/ [INFO] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/plugins/maven-plugins/22/maven-plugins-22.pom [DEBUG] Writing tracking file /home/jenkins/agent/workspace/mockups/m2/org/apache/maven/plugins/maven-plugins/22/maven-plugins-22.pom.lastUpdated [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/rcptt-snapshots/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/rcptt-snapshots/ [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/plugins/maven-plugins/22/maven-plugins-22.pom [DEBUG] Writing tracking file /home/jenkins/agent/workspace/mockups/m2/org/apache/maven/plugins/maven-plugins/22/maven-plugins-22.pom.lastUpdated [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [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 184 kB/s) [DEBUG] Writing tracking file /home/jenkins/agent/workspace/mockups/m2/org/apache/maven/plugins/maven-plugins/22/_remote.repositories [DEBUG] Writing tracking file /home/jenkins/agent/workspace/mockups/m2/org/apache/maven/plugins/maven-plugins/22/maven-plugins-22.pom.lastUpdated [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/rcptt-releases/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/rcptt-releases/ [INFO] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/maven-parent/21/maven-parent-21.pom [DEBUG] Writing tracking file /home/jenkins/agent/workspace/mockups/m2/org/apache/maven/maven-parent/21/maven-parent-21.pom.lastUpdated [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/rcptt-snapshots/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/rcptt-snapshots/ [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/maven-parent/21/maven-parent-21.pom [DEBUG] Writing tracking file /home/jenkins/agent/workspace/mockups/m2/org/apache/maven/maven-parent/21/maven-parent-21.pom.lastUpdated [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [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 432 kB/s) [DEBUG] Writing tracking file /home/jenkins/agent/workspace/mockups/m2/org/apache/maven/maven-parent/21/_remote.repositories [DEBUG] Writing tracking file /home/jenkins/agent/workspace/mockups/m2/org/apache/maven/maven-parent/21/maven-parent-21.pom.lastUpdated [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/rcptt-releases/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/rcptt-releases/ [INFO] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/apache/10/apache-10.pom [DEBUG] Writing tracking file /home/jenkins/agent/workspace/mockups/m2/org/apache/apache/10/apache-10.pom.lastUpdated [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/rcptt-snapshots/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/rcptt-snapshots/ [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/apache/10/apache-10.pom [DEBUG] Writing tracking file /home/jenkins/agent/workspace/mockups/m2/org/apache/apache/10/apache-10.pom.lastUpdated [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [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 285 kB/s) [DEBUG] Writing tracking file /home/jenkins/agent/workspace/mockups/m2/org/apache/apache/10/_remote.repositories [DEBUG] Writing tracking file /home/jenkins/agent/workspace/mockups/m2/org/apache/apache/10/apache-10.pom.lastUpdated [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/rcptt-releases/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/rcptt-releases/ [INFO] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/plugins/maven-clean-plugin/2.5/maven-clean-plugin-2.5.jar [DEBUG] Writing tracking file /home/jenkins/agent/workspace/mockups/m2/org/apache/maven/plugins/maven-clean-plugin/2.5/maven-clean-plugin-2.5.jar.lastUpdated [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/rcptt-snapshots/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/rcptt-snapshots/ [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 [DEBUG] Writing tracking file /home/jenkins/agent/workspace/mockups/m2/org/apache/maven/plugins/maven-clean-plugin/2.5/maven-clean-plugin-2.5.jar.lastUpdated [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [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 347 kB/s) [DEBUG] Writing tracking file /home/jenkins/agent/workspace/mockups/m2/org/apache/maven/plugins/maven-clean-plugin/2.5/_remote.repositories [DEBUG] Writing tracking file /home/jenkins/agent/workspace/mockups/m2/org/apache/maven/plugins/maven-clean-plugin/2.5/maven-clean-plugin-2.5.jar.lastUpdated [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/rcptt-releases/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/rcptt-releases/ [INFO] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/plugins/maven-resources-plugin/2.4.3/maven-resources-plugin-2.4.3.pom [DEBUG] Writing tracking file /home/jenkins/agent/workspace/mockups/m2/org/apache/maven/plugins/maven-resources-plugin/2.4.3/maven-resources-plugin-2.4.3.pom.lastUpdated [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/rcptt-snapshots/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/rcptt-snapshots/ [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/plugins/maven-resources-plugin/2.4.3/maven-resources-plugin-2.4.3.pom [DEBUG] Writing tracking file /home/jenkins/agent/workspace/mockups/m2/org/apache/maven/plugins/maven-resources-plugin/2.4.3/maven-resources-plugin-2.4.3.pom.lastUpdated [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-resources-plugin/2.4.3/maven-resources-plugin-2.4.3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-resources-plugin/2.4.3/maven-resources-plugin-2.4.3.pom (6.0 kB at 238 kB/s) [DEBUG] Writing tracking file /home/jenkins/agent/workspace/mockups/m2/org/apache/maven/plugins/maven-resources-plugin/2.4.3/_remote.repositories [DEBUG] Writing tracking file /home/jenkins/agent/workspace/mockups/m2/org/apache/maven/plugins/maven-resources-plugin/2.4.3/maven-resources-plugin-2.4.3.pom.lastUpdated [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/rcptt-releases/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/rcptt-releases/ [INFO] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/plugins/maven-plugins/18/maven-plugins-18.pom [DEBUG] Writing tracking file /home/jenkins/agent/workspace/mockups/m2/org/apache/maven/plugins/maven-plugins/18/maven-plugins-18.pom.lastUpdated [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/rcptt-snapshots/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/rcptt-snapshots/ [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/plugins/maven-plugins/18/maven-plugins-18.pom [DEBUG] Writing tracking file /home/jenkins/agent/workspace/mockups/m2/org/apache/maven/plugins/maven-plugins/18/maven-plugins-18.pom.lastUpdated [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-plugins/18/maven-plugins-18.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-plugins/18/maven-plugins-18.pom (13 kB at 448 kB/s) [DEBUG] Writing tracking file /home/jenkins/agent/workspace/mockups/m2/org/apache/maven/plugins/maven-plugins/18/_remote.repositories [DEBUG] Writing tracking file /home/jenkins/agent/workspace/mockups/m2/org/apache/maven/plugins/maven-plugins/18/maven-plugins-18.pom.lastUpdated [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/rcptt-releases/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/rcptt-releases/ [INFO] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/maven-parent/16/maven-parent-16.pom [DEBUG] Writing tracking file /home/jenkins/agent/workspace/mockups/m2/org/apache/maven/maven-parent/16/maven-parent-16.pom.lastUpdated [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/rcptt-snapshots/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/rcptt-snapshots/ [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/maven-parent/16/maven-parent-16.pom [DEBUG] Writing tracking file /home/jenkins/agent/workspace/mockups/m2/org/apache/maven/maven-parent/16/maven-parent-16.pom.lastUpdated [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/16/maven-parent-16.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/16/maven-parent-16.pom (23 kB at 506 kB/s) [DEBUG] Writing tracking file /home/jenkins/agent/workspace/mockups/m2/org/apache/maven/maven-parent/16/_remote.repositories [DEBUG] Writing tracking file /home/jenkins/agent/workspace/mockups/m2/org/apache/maven/maven-parent/16/maven-parent-16.pom.lastUpdated [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/rcptt-releases/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/rcptt-releases/ [INFO] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/apache/7/apache-7.pom [DEBUG] Writing tracking file /home/jenkins/agent/workspace/mockups/m2/org/apache/apache/7/apache-7.pom.lastUpdated [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/rcptt-snapshots/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/rcptt-snapshots/ [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/apache/7/apache-7.pom [DEBUG] Writing tracking file /home/jenkins/agent/workspace/mockups/m2/org/apache/apache/7/apache-7.pom.lastUpdated [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/7/apache-7.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/7/apache-7.pom (14 kB at 451 kB/s) [DEBUG] Writing tracking file /home/jenkins/agent/workspace/mockups/m2/org/apache/apache/7/_remote.repositories [DEBUG] Writing tracking file /home/jenkins/agent/workspace/mockups/m2/org/apache/apache/7/apache-7.pom.lastUpdated [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/rcptt-releases/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/rcptt-releases/ [INFO] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/plugins/maven-resources-plugin/2.4.3/maven-resources-plugin-2.4.3.jar [DEBUG] Writing tracking file /home/jenkins/agent/workspace/mockups/m2/org/apache/maven/plugins/maven-resources-plugin/2.4.3/maven-resources-plugin-2.4.3.jar.lastUpdated [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/rcptt-snapshots/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/rcptt-snapshots/ [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/plugins/maven-resources-plugin/2.4.3/maven-resources-plugin-2.4.3.jar [DEBUG] Writing tracking file /home/jenkins/agent/workspace/mockups/m2/org/apache/maven/plugins/maven-resources-plugin/2.4.3/maven-resources-plugin-2.4.3.jar.lastUpdated [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-resources-plugin/2.4.3/maven-resources-plugin-2.4.3.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-resources-plugin/2.4.3/maven-resources-plugin-2.4.3.jar (24 kB at 582 kB/s) [DEBUG] Writing tracking file /home/jenkins/agent/workspace/mockups/m2/org/apache/maven/plugins/maven-resources-plugin/2.4.3/_remote.repositories [DEBUG] Writing tracking file /home/jenkins/agent/workspace/mockups/m2/org/apache/maven/plugins/maven-resources-plugin/2.4.3/maven-resources-plugin-2.4.3.jar.lastUpdated [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/rcptt-releases/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/rcptt-releases/ [INFO] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/eclipse/tycho/tycho-packaging-plugin/1.3.0/tycho-packaging-plugin-1.3.0.pom [DEBUG] Writing tracking file /home/jenkins/agent/workspace/mockups/m2/org/eclipse/tycho/tycho-packaging-plugin/1.3.0/tycho-packaging-plugin-1.3.0.pom.lastUpdated [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/rcptt-snapshots/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/rcptt-snapshots/ [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/eclipse/tycho/tycho-packaging-plugin/1.3.0/tycho-packaging-plugin-1.3.0.pom [DEBUG] Writing tracking file /home/jenkins/agent/workspace/mockups/m2/org/eclipse/tycho/tycho-packaging-plugin/1.3.0/tycho-packaging-plugin-1.3.0.pom.lastUpdated [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-packaging-plugin/1.3.0/tycho-packaging-plugin-1.3.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-packaging-plugin/1.3.0/tycho-packaging-plugin-1.3.0.pom (2.7 kB at 86 kB/s) [DEBUG] Writing tracking file /home/jenkins/agent/workspace/mockups/m2/org/eclipse/tycho/tycho-packaging-plugin/1.3.0/_remote.repositories [DEBUG] Writing tracking file /home/jenkins/agent/workspace/mockups/m2/org/eclipse/tycho/tycho-packaging-plugin/1.3.0/tycho-packaging-plugin-1.3.0.pom.lastUpdated [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/rcptt-releases/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/rcptt-releases/ [INFO] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/eclipse/tycho/tycho-packaging-plugin/1.3.0/tycho-packaging-plugin-1.3.0.jar [DEBUG] Writing tracking file /home/jenkins/agent/workspace/mockups/m2/org/eclipse/tycho/tycho-packaging-plugin/1.3.0/tycho-packaging-plugin-1.3.0.jar.lastUpdated [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/rcptt-snapshots/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/rcptt-snapshots/ [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/eclipse/tycho/tycho-packaging-plugin/1.3.0/tycho-packaging-plugin-1.3.0.jar [DEBUG] Writing tracking file /home/jenkins/agent/workspace/mockups/m2/org/eclipse/tycho/tycho-packaging-plugin/1.3.0/tycho-packaging-plugin-1.3.0.jar.lastUpdated [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-packaging-plugin/1.3.0/tycho-packaging-plugin-1.3.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-packaging-plugin/1.3.0/tycho-packaging-plugin-1.3.0.jar (129 kB at 4.0 MB/s) [DEBUG] Writing tracking file /home/jenkins/agent/workspace/mockups/m2/org/eclipse/tycho/tycho-packaging-plugin/1.3.0/_remote.repositories [DEBUG] Writing tracking file /home/jenkins/agent/workspace/mockups/m2/org/eclipse/tycho/tycho-packaging-plugin/1.3.0/tycho-packaging-plugin-1.3.0.jar.lastUpdated [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/rcptt-releases/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/rcptt-releases/ [INFO] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/eclipse/tycho/tycho-p2-plugin/1.3.0/tycho-p2-plugin-1.3.0.pom [DEBUG] Writing tracking file /home/jenkins/agent/workspace/mockups/m2/org/eclipse/tycho/tycho-p2-plugin/1.3.0/tycho-p2-plugin-1.3.0.pom.lastUpdated [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/rcptt-snapshots/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/rcptt-snapshots/ [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/eclipse/tycho/tycho-p2-plugin/1.3.0/tycho-p2-plugin-1.3.0.pom [DEBUG] Writing tracking file /home/jenkins/agent/workspace/mockups/m2/org/eclipse/tycho/tycho-p2-plugin/1.3.0/tycho-p2-plugin-1.3.0.pom.lastUpdated [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-p2-plugin/1.3.0/tycho-p2-plugin-1.3.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-p2-plugin/1.3.0/tycho-p2-plugin-1.3.0.pom (2.2 kB at 82 kB/s) [DEBUG] Writing tracking file /home/jenkins/agent/workspace/mockups/m2/org/eclipse/tycho/tycho-p2-plugin/1.3.0/_remote.repositories [DEBUG] Writing tracking file /home/jenkins/agent/workspace/mockups/m2/org/eclipse/tycho/tycho-p2-plugin/1.3.0/tycho-p2-plugin-1.3.0.pom.lastUpdated [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/rcptt-releases/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/rcptt-releases/ [INFO] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/eclipse/tycho/tycho-p2-plugin/1.3.0/tycho-p2-plugin-1.3.0.jar [DEBUG] Writing tracking file /home/jenkins/agent/workspace/mockups/m2/org/eclipse/tycho/tycho-p2-plugin/1.3.0/tycho-p2-plugin-1.3.0.jar.lastUpdated [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/rcptt-snapshots/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/rcptt-snapshots/ [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/eclipse/tycho/tycho-p2-plugin/1.3.0/tycho-p2-plugin-1.3.0.jar [DEBUG] Writing tracking file /home/jenkins/agent/workspace/mockups/m2/org/eclipse/tycho/tycho-p2-plugin/1.3.0/tycho-p2-plugin-1.3.0.jar.lastUpdated [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-p2-plugin/1.3.0/tycho-p2-plugin-1.3.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-p2-plugin/1.3.0/tycho-p2-plugin-1.3.0.jar (28 kB at 1.2 MB/s) [DEBUG] Writing tracking file /home/jenkins/agent/workspace/mockups/m2/org/eclipse/tycho/tycho-p2-plugin/1.3.0/_remote.repositories [DEBUG] Writing tracking file /home/jenkins/agent/workspace/mockups/m2/org/eclipse/tycho/tycho-p2-plugin/1.3.0/tycho-p2-plugin-1.3.0.jar.lastUpdated [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/rcptt-releases/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/rcptt-releases/ [INFO] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/eclipse/tycho/sisu-equinox-launching/1.3.0/sisu-equinox-launching-1.3.0.pom [DEBUG] Writing tracking file /home/jenkins/agent/workspace/mockups/m2/org/eclipse/tycho/sisu-equinox-launching/1.3.0/sisu-equinox-launching-1.3.0.pom.lastUpdated [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/rcptt-snapshots/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/rcptt-snapshots/ [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/eclipse/tycho/sisu-equinox-launching/1.3.0/sisu-equinox-launching-1.3.0.pom [DEBUG] Writing tracking file /home/jenkins/agent/workspace/mockups/m2/org/eclipse/tycho/sisu-equinox-launching/1.3.0/sisu-equinox-launching-1.3.0.pom.lastUpdated [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/sisu-equinox-launching/1.3.0/sisu-equinox-launching-1.3.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/sisu-equinox-launching/1.3.0/sisu-equinox-launching-1.3.0.pom (2.7 kB at 87 kB/s) [DEBUG] Writing tracking file /home/jenkins/agent/workspace/mockups/m2/org/eclipse/tycho/sisu-equinox-launching/1.3.0/_remote.repositories [DEBUG] Writing tracking file /home/jenkins/agent/workspace/mockups/m2/org/eclipse/tycho/sisu-equinox-launching/1.3.0/sisu-equinox-launching-1.3.0.pom.lastUpdated [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/rcptt-releases/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/rcptt-releases/ [INFO] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/commons/commons-exec/1.2/commons-exec-1.2.pom [DEBUG] Writing tracking file /home/jenkins/agent/workspace/mockups/m2/org/apache/commons/commons-exec/1.2/commons-exec-1.2.pom.lastUpdated [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/rcptt-snapshots/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/rcptt-snapshots/ [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/commons/commons-exec/1.2/commons-exec-1.2.pom [DEBUG] Writing tracking file /home/jenkins/agent/workspace/mockups/m2/org/apache/commons/commons-exec/1.2/commons-exec-1.2.pom.lastUpdated [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-exec/1.2/commons-exec-1.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-exec/1.2/commons-exec-1.2.pom (11 kB at 260 kB/s) [DEBUG] Writing tracking file /home/jenkins/agent/workspace/mockups/m2/org/apache/commons/commons-exec/1.2/_remote.repositories [DEBUG] Writing tracking file /home/jenkins/agent/workspace/mockups/m2/org/apache/commons/commons-exec/1.2/commons-exec-1.2.pom.lastUpdated [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/rcptt-releases/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/rcptt-releases/ [INFO] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/commons/commons-parent/32/commons-parent-32.pom [DEBUG] Writing tracking file /home/jenkins/agent/workspace/mockups/m2/org/apache/commons/commons-parent/32/commons-parent-32.pom.lastUpdated [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/rcptt-snapshots/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/rcptt-snapshots/ [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/commons/commons-parent/32/commons-parent-32.pom [DEBUG] Writing tracking file /home/jenkins/agent/workspace/mockups/m2/org/apache/commons/commons-parent/32/commons-parent-32.pom.lastUpdated [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/32/commons-parent-32.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/32/commons-parent-32.pom (53 kB at 1.8 MB/s) [DEBUG] Writing tracking file /home/jenkins/agent/workspace/mockups/m2/org/apache/commons/commons-parent/32/_remote.repositories [DEBUG] Writing tracking file /home/jenkins/agent/workspace/mockups/m2/org/apache/commons/commons-parent/32/commons-parent-32.pom.lastUpdated [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/rcptt-releases/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/rcptt-releases/ [INFO] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/apache/13/apache-13.pom [DEBUG] Writing tracking file /home/jenkins/agent/workspace/mockups/m2/org/apache/apache/13/apache-13.pom.lastUpdated [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/rcptt-snapshots/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/rcptt-snapshots/ [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/apache/13/apache-13.pom [DEBUG] Writing tracking file /home/jenkins/agent/workspace/mockups/m2/org/apache/apache/13/apache-13.pom.lastUpdated [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/13/apache-13.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/13/apache-13.pom (14 kB at 499 kB/s) [DEBUG] Writing tracking file /home/jenkins/agent/workspace/mockups/m2/org/apache/apache/13/_remote.repositories [DEBUG] Writing tracking file /home/jenkins/agent/workspace/mockups/m2/org/apache/apache/13/apache-13.pom.lastUpdated [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/rcptt-releases/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/rcptt-releases/ [INFO] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/eclipse/tycho/tycho-artifactcomparator/1.3.0/tycho-artifactcomparator-1.3.0.pom [DEBUG] Writing tracking file /home/jenkins/agent/workspace/mockups/m2/org/eclipse/tycho/tycho-artifactcomparator/1.3.0/tycho-artifactcomparator-1.3.0.pom.lastUpdated [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/rcptt-snapshots/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/rcptt-snapshots/ [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/eclipse/tycho/tycho-artifactcomparator/1.3.0/tycho-artifactcomparator-1.3.0.pom [DEBUG] Writing tracking file /home/jenkins/agent/workspace/mockups/m2/org/eclipse/tycho/tycho-artifactcomparator/1.3.0/tycho-artifactcomparator-1.3.0.pom.lastUpdated [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-artifactcomparator/1.3.0/tycho-artifactcomparator-1.3.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-artifactcomparator/1.3.0/tycho-artifactcomparator-1.3.0.pom (1.9 kB at 64 kB/s) [DEBUG] Writing tracking file /home/jenkins/agent/workspace/mockups/m2/org/eclipse/tycho/tycho-artifactcomparator/1.3.0/_remote.repositories [DEBUG] Writing tracking file /home/jenkins/agent/workspace/mockups/m2/org/eclipse/tycho/tycho-artifactcomparator/1.3.0/tycho-artifactcomparator-1.3.0.pom.lastUpdated [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/rcptt-releases/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/rcptt-releases/ [INFO] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/ow2/asm/asm-debug-all/5.0.3/asm-debug-all-5.0.3.pom [DEBUG] Writing tracking file /home/jenkins/agent/workspace/mockups/m2/org/ow2/asm/asm-debug-all/5.0.3/asm-debug-all-5.0.3.pom.lastUpdated [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/rcptt-snapshots/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/rcptt-snapshots/ [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/ow2/asm/asm-debug-all/5.0.3/asm-debug-all-5.0.3.pom [DEBUG] Writing tracking file /home/jenkins/agent/workspace/mockups/m2/org/ow2/asm/asm-debug-all/5.0.3/asm-debug-all-5.0.3.pom.lastUpdated [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-debug-all/5.0.3/asm-debug-all-5.0.3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-debug-all/5.0.3/asm-debug-all-5.0.3.pom (2.0 kB at 94 kB/s) [DEBUG] Writing tracking file /home/jenkins/agent/workspace/mockups/m2/org/ow2/asm/asm-debug-all/5.0.3/_remote.repositories [DEBUG] Writing tracking file /home/jenkins/agent/workspace/mockups/m2/org/ow2/asm/asm-debug-all/5.0.3/asm-debug-all-5.0.3.pom.lastUpdated [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/rcptt-releases/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/rcptt-releases/ [INFO] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/ow2/asm/asm-parent/5.0.3/asm-parent-5.0.3.pom [DEBUG] Writing tracking file /home/jenkins/agent/workspace/mockups/m2/org/ow2/asm/asm-parent/5.0.3/asm-parent-5.0.3.pom.lastUpdated [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/rcptt-snapshots/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/rcptt-snapshots/ [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/ow2/asm/asm-parent/5.0.3/asm-parent-5.0.3.pom [DEBUG] Writing tracking file /home/jenkins/agent/workspace/mockups/m2/org/ow2/asm/asm-parent/5.0.3/asm-parent-5.0.3.pom.lastUpdated [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-parent/5.0.3/asm-parent-5.0.3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-parent/5.0.3/asm-parent-5.0.3.pom (5.5 kB at 239 kB/s) [DEBUG] Writing tracking file /home/jenkins/agent/workspace/mockups/m2/org/ow2/asm/asm-parent/5.0.3/_remote.repositories [DEBUG] Writing tracking file /home/jenkins/agent/workspace/mockups/m2/org/ow2/asm/asm-parent/5.0.3/asm-parent-5.0.3.pom.lastUpdated [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/rcptt-releases/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/rcptt-releases/ [INFO] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/ow2/ow2/1.3/ow2-1.3.pom [DEBUG] Writing tracking file /home/jenkins/agent/workspace/mockups/m2/org/ow2/ow2/1.3/ow2-1.3.pom.lastUpdated [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/rcptt-snapshots/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/rcptt-snapshots/ [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/ow2/ow2/1.3/ow2-1.3.pom [DEBUG] Writing tracking file /home/jenkins/agent/workspace/mockups/m2/org/ow2/ow2/1.3/ow2-1.3.pom.lastUpdated [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/ow2/1.3/ow2-1.3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/ow2/1.3/ow2-1.3.pom (9.5 kB at 288 kB/s) [DEBUG] Writing tracking file /home/jenkins/agent/workspace/mockups/m2/org/ow2/ow2/1.3/_remote.repositories [DEBUG] Writing tracking file /home/jenkins/agent/workspace/mockups/m2/org/ow2/ow2/1.3/ow2-1.3.pom.lastUpdated [DEBUG] Dependency collection stats: {ConflictMarker.analyzeTime=470411, ConflictMarker.markTime=176645, ConflictMarker.nodeCount=107, ConflictIdSorter.graphTime=161220, ConflictIdSorter.topsortTime=46089, ConflictIdSorter.conflictIdCount=49, ConflictIdSorter.conflictIdCycleCount=0, ConflictResolver.totalTime=1728405, ConflictResolver.conflictItemCount=106, DefaultDependencyCollector.collectTime=715083143, DefaultDependencyCollector.transformTime=2649458} [DEBUG] org.eclipse.tycho:tycho-p2-plugin:jar:1.3.0: [DEBUG] org.apache.maven:maven-plugin-api:jar:3.0:compile [DEBUG] org.apache.maven:maven-model:jar:3.0:compile [DEBUG] org.apache.maven:maven-artifact:jar:3.0:compile [DEBUG] org.sonatype.sisu:sisu-inject-plexus:jar:1.4.2:compile [DEBUG] org.sonatype.sisu:sisu-inject-bean:jar:1.4.2:compile [DEBUG] org.sonatype.sisu:sisu-guice:jar:noaop:2.1.7:compile [DEBUG] org.apache.maven:maven-core:jar:3.0:compile [DEBUG] org.apache.maven:maven-settings:jar:3.0:compile [DEBUG] org.apache.maven:maven-settings-builder:jar:3.0:compile [DEBUG] org.apache.maven:maven-repository-metadata:jar:3.0:compile [DEBUG] org.apache.maven:maven-model-builder:jar:3.0:compile [DEBUG] org.apache.maven:maven-aether-provider:jar:3.0:runtime [DEBUG] org.sonatype.aether:aether-impl:jar:1.7:compile [DEBUG] org.sonatype.aether:aether-spi:jar:1.7:compile [DEBUG] org.sonatype.aether:aether-api:jar:1.7:compile [DEBUG] org.sonatype.aether:aether-util:jar:1.7:compile [DEBUG] org.codehaus.plexus:plexus-interpolation:jar:1.14:compile [DEBUG] org.codehaus.plexus:plexus-utils:jar:3.0.24:compile [DEBUG] org.codehaus.plexus:plexus-classworlds:jar:2.2.3:compile [DEBUG] org.codehaus.plexus:plexus-component-annotations:jar:1.7.1:compile [DEBUG] org.sonatype.plexus:plexus-sec-dispatcher:jar:1.3:compile [DEBUG] org.sonatype.plexus:plexus-cipher:jar:1.7:compile [DEBUG] org.eclipse.tycho:sisu-equinox-launching:jar:1.3.0:compile [DEBUG] org.eclipse.tycho:tycho-core:jar:1.3.0:compile [DEBUG] org.codehaus.plexus:plexus-archiver:jar:3.4:compile [DEBUG] org.codehaus.plexus:plexus-io:jar:2.7.1:compile [DEBUG] commons-io:commons-io:jar:2.5:compile [DEBUG] org.apache.commons:commons-compress:jar:1.15:compile [DEBUG] org.objenesis:objenesis:jar:2.6:compile [DEBUG] org.iq80.snappy:snappy:jar:0.4:compile [DEBUG] org.tukaani:xz:jar:1.5:runtime [DEBUG] org.eclipse.tycho:org.eclipse.osgi.compatibility.state:jar:1.1.100.v20180131-1413:compile [DEBUG] org.eclipse.tycho:tycho-metadata-model:jar:1.3.0:compile [DEBUG] de.pdark:decentxml:jar:1.3:compile [DEBUG] org.eclipse.tycho:tycho-embedder-api:jar:1.3.0:compile [DEBUG] org.eclipse.tycho:org.eclipse.tycho.embedder.shared:jar:1.3.0:compile [DEBUG] org.eclipse.tycho:org.eclipse.tycho.core.shared:jar:1.3.0:compile [DEBUG] org.apache.maven:maven-compat:jar:3.0:compile [DEBUG] org.apache.maven.wagon:wagon-provider-api:jar:1.0-beta-6:compile [DEBUG] org.eclipse.tycho:sisu-equinox-api:jar:1.3.0:compile [DEBUG] org.apache.commons:commons-exec:jar:1.2:compile [DEBUG] org.eclipse.tycho:tycho-p2-facade:jar:1.3.0:compile [DEBUG] org.eclipse.tycho:sisu-equinox-embedder:jar:1.3.0:compile [DEBUG] org.eclipse.tycho:org.eclipse.osgi:jar:3.13.0.v20180226-1711:compile [DEBUG] org.eclipse.tycho:org.eclipse.tycho.p2.resolver.shared:jar:1.3.0:compile [DEBUG] org.eclipse.tycho:org.eclipse.tycho.p2.tools.shared:jar:1.3.0:compile [DEBUG] org.eclipse.tycho:tycho-artifactcomparator:jar:1.3.0:compile [DEBUG] org.ow2.asm:asm-debug-all:jar:5.0.3:compile [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/rcptt-releases/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/rcptt-releases/ [INFO] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/eclipse/tycho/sisu-equinox-launching/1.3.0/sisu-equinox-launching-1.3.0.jar [INFO] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/ow2/asm/asm-debug-all/5.0.3/asm-debug-all-5.0.3.jar [INFO] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/eclipse/tycho/tycho-artifactcomparator/1.3.0/tycho-artifactcomparator-1.3.0.jar [INFO] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/commons/commons-exec/1.2/commons-exec-1.2.jar [DEBUG] Writing tracking file /home/jenkins/agent/workspace/mockups/m2/org/eclipse/tycho/sisu-equinox-launching/1.3.0/sisu-equinox-launching-1.3.0.jar.lastUpdated [DEBUG] Writing tracking file /home/jenkins/agent/workspace/mockups/m2/org/apache/commons/commons-exec/1.2/commons-exec-1.2.jar.lastUpdated [DEBUG] Writing tracking file /home/jenkins/agent/workspace/mockups/m2/org/eclipse/tycho/tycho-artifactcomparator/1.3.0/tycho-artifactcomparator-1.3.0.jar.lastUpdated [DEBUG] Writing tracking file /home/jenkins/agent/workspace/mockups/m2/org/ow2/asm/asm-debug-all/5.0.3/asm-debug-all-5.0.3.jar.lastUpdated [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/rcptt-snapshots/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/rcptt-snapshots/ [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/eclipse/tycho/sisu-equinox-launching/1.3.0/sisu-equinox-launching-1.3.0.jar [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/ow2/asm/asm-debug-all/5.0.3/asm-debug-all-5.0.3.jar [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/eclipse/tycho/tycho-artifactcomparator/1.3.0/tycho-artifactcomparator-1.3.0.jar [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/commons/commons-exec/1.2/commons-exec-1.2.jar [DEBUG] Writing tracking file /home/jenkins/agent/workspace/mockups/m2/org/eclipse/tycho/sisu-equinox-launching/1.3.0/sisu-equinox-launching-1.3.0.jar.lastUpdated [DEBUG] Writing tracking file /home/jenkins/agent/workspace/mockups/m2/org/apache/commons/commons-exec/1.2/commons-exec-1.2.jar.lastUpdated [DEBUG] Writing tracking file /home/jenkins/agent/workspace/mockups/m2/org/eclipse/tycho/tycho-artifactcomparator/1.3.0/tycho-artifactcomparator-1.3.0.jar.lastUpdated [DEBUG] Writing tracking file /home/jenkins/agent/workspace/mockups/m2/org/ow2/asm/asm-debug-all/5.0.3/asm-debug-all-5.0.3.jar.lastUpdated [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/sisu-equinox-launching/1.3.0/sisu-equinox-launching-1.3.0.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-debug-all/5.0.3/asm-debug-all-5.0.3.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-artifactcomparator/1.3.0/tycho-artifactcomparator-1.3.0.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-exec/1.2/commons-exec-1.2.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-artifactcomparator/1.3.0/tycho-artifactcomparator-1.3.0.jar (21 kB at 644 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-exec/1.2/commons-exec-1.2.jar (54 kB at 1.5 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/sisu-equinox-launching/1.3.0/sisu-equinox-launching-1.3.0.jar (28 kB at 781 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-debug-all/5.0.3/asm-debug-all-5.0.3.jar (379 kB at 3.5 MB/s) [DEBUG] Writing tracking file /home/jenkins/agent/workspace/mockups/m2/org/eclipse/tycho/sisu-equinox-launching/1.3.0/_remote.repositories [DEBUG] Writing tracking file /home/jenkins/agent/workspace/mockups/m2/org/eclipse/tycho/sisu-equinox-launching/1.3.0/sisu-equinox-launching-1.3.0.jar.lastUpdated [DEBUG] Writing tracking file /home/jenkins/agent/workspace/mockups/m2/org/apache/commons/commons-exec/1.2/_remote.repositories [DEBUG] Writing tracking file /home/jenkins/agent/workspace/mockups/m2/org/apache/commons/commons-exec/1.2/commons-exec-1.2.jar.lastUpdated [DEBUG] Writing tracking file /home/jenkins/agent/workspace/mockups/m2/org/eclipse/tycho/tycho-artifactcomparator/1.3.0/_remote.repositories [DEBUG] Writing tracking file /home/jenkins/agent/workspace/mockups/m2/org/eclipse/tycho/tycho-artifactcomparator/1.3.0/tycho-artifactcomparator-1.3.0.jar.lastUpdated [DEBUG] Writing tracking file /home/jenkins/agent/workspace/mockups/m2/org/ow2/asm/asm-debug-all/5.0.3/_remote.repositories [DEBUG] Writing tracking file /home/jenkins/agent/workspace/mockups/m2/org/ow2/asm/asm-debug-all/5.0.3/asm-debug-all-5.0.3.jar.lastUpdated [DEBUG] Created new class realm plugin>org.eclipse.tycho:tycho-p2-plugin:1.3.0 [DEBUG] Importing foreign packages into class realm plugin>org.eclipse.tycho:tycho-p2-plugin:1.3.0 [DEBUG] Imported: < project>com.xored.q7.quality:q7.quality.mockups:1.0.0-SNAPSHOT [DEBUG] Populating class realm plugin>org.eclipse.tycho:tycho-p2-plugin:1.3.0 [DEBUG] Included: org.eclipse.tycho:tycho-p2-plugin:jar:1.3.0 [DEBUG] Included: org.sonatype.sisu:sisu-inject-bean:jar:1.4.2 [DEBUG] Included: org.sonatype.sisu:sisu-guice:jar:noaop:2.1.7 [DEBUG] Included: org.sonatype.aether:aether-util:jar:1.7 [DEBUG] Included: org.codehaus.plexus:plexus-interpolation:jar:1.14 [DEBUG] Included: org.codehaus.plexus:plexus-utils:jar:3.0.24 [DEBUG] Included: org.codehaus.plexus:plexus-component-annotations:jar:1.7.1 [DEBUG] Included: org.sonatype.plexus:plexus-sec-dispatcher:jar:1.3 [DEBUG] Included: org.sonatype.plexus:plexus-cipher:jar:1.7 [DEBUG] Included: org.eclipse.tycho:sisu-equinox-launching:jar:1.3.0 [DEBUG] Included: org.codehaus.plexus:plexus-archiver:jar:3.4 [DEBUG] Included: org.codehaus.plexus:plexus-io:jar:2.7.1 [DEBUG] Included: commons-io:commons-io:jar:2.5 [DEBUG] Included: org.apache.commons:commons-compress:jar:1.15 [DEBUG] Included: org.objenesis:objenesis:jar:2.6 [DEBUG] Included: org.iq80.snappy:snappy:jar:0.4 [DEBUG] Included: org.tukaani:xz:jar:1.5 [DEBUG] Included: org.eclipse.tycho:org.eclipse.osgi.compatibility.state:jar:1.1.100.v20180131-1413 [DEBUG] Included: org.apache.commons:commons-exec:jar:1.2 [DEBUG] Included: org.eclipse.tycho:tycho-artifactcomparator:jar:1.3.0 [DEBUG] Included: org.ow2.asm:asm-debug-all:jar:5.0.3 [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/rcptt-releases/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/rcptt-releases/ [INFO] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/eclipse/tycho/tycho-compiler-plugin/1.3.0/tycho-compiler-plugin-1.3.0.pom [DEBUG] Writing tracking file /home/jenkins/agent/workspace/mockups/m2/org/eclipse/tycho/tycho-compiler-plugin/1.3.0/tycho-compiler-plugin-1.3.0.pom.lastUpdated [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/rcptt-snapshots/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/rcptt-snapshots/ [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/eclipse/tycho/tycho-compiler-plugin/1.3.0/tycho-compiler-plugin-1.3.0.pom [DEBUG] Writing tracking file /home/jenkins/agent/workspace/mockups/m2/org/eclipse/tycho/tycho-compiler-plugin/1.3.0/tycho-compiler-plugin-1.3.0.pom.lastUpdated [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-compiler-plugin/1.3.0/tycho-compiler-plugin-1.3.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-compiler-plugin/1.3.0/tycho-compiler-plugin-1.3.0.pom (2.5 kB at 280 kB/s) [DEBUG] Writing tracking file /home/jenkins/agent/workspace/mockups/m2/org/eclipse/tycho/tycho-compiler-plugin/1.3.0/_remote.repositories [DEBUG] Writing tracking file /home/jenkins/agent/workspace/mockups/m2/org/eclipse/tycho/tycho-compiler-plugin/1.3.0/tycho-compiler-plugin-1.3.0.pom.lastUpdated [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/rcptt-releases/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/rcptt-releases/ [INFO] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/eclipse/tycho/tycho-compiler-plugin/1.3.0/tycho-compiler-plugin-1.3.0.jar [DEBUG] Writing tracking file /home/jenkins/agent/workspace/mockups/m2/org/eclipse/tycho/tycho-compiler-plugin/1.3.0/tycho-compiler-plugin-1.3.0.jar.lastUpdated [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/rcptt-snapshots/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/rcptt-snapshots/ [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/eclipse/tycho/tycho-compiler-plugin/1.3.0/tycho-compiler-plugin-1.3.0.jar [DEBUG] Writing tracking file /home/jenkins/agent/workspace/mockups/m2/org/eclipse/tycho/tycho-compiler-plugin/1.3.0/tycho-compiler-plugin-1.3.0.jar.lastUpdated [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-compiler-plugin/1.3.0/tycho-compiler-plugin-1.3.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-compiler-plugin/1.3.0/tycho-compiler-plugin-1.3.0.jar (33 kB at 697 kB/s) [DEBUG] Writing tracking file /home/jenkins/agent/workspace/mockups/m2/org/eclipse/tycho/tycho-compiler-plugin/1.3.0/_remote.repositories [DEBUG] Writing tracking file /home/jenkins/agent/workspace/mockups/m2/org/eclipse/tycho/tycho-compiler-plugin/1.3.0/tycho-compiler-plugin-1.3.0.jar.lastUpdated [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/rcptt-releases/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/rcptt-releases/ [INFO] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/plugins/maven-install-plugin/2.3.1/maven-install-plugin-2.3.1.pom [DEBUG] Writing tracking file /home/jenkins/agent/workspace/mockups/m2/org/apache/maven/plugins/maven-install-plugin/2.3.1/maven-install-plugin-2.3.1.pom.lastUpdated [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/rcptt-snapshots/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/rcptt-snapshots/ [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/plugins/maven-install-plugin/2.3.1/maven-install-plugin-2.3.1.pom [DEBUG] Writing tracking file /home/jenkins/agent/workspace/mockups/m2/org/apache/maven/plugins/maven-install-plugin/2.3.1/maven-install-plugin-2.3.1.pom.lastUpdated [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-install-plugin/2.3.1/maven-install-plugin-2.3.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-install-plugin/2.3.1/maven-install-plugin-2.3.1.pom (4.9 kB at 158 kB/s) [DEBUG] Writing tracking file /home/jenkins/agent/workspace/mockups/m2/org/apache/maven/plugins/maven-install-plugin/2.3.1/_remote.repositories [DEBUG] Writing tracking file /home/jenkins/agent/workspace/mockups/m2/org/apache/maven/plugins/maven-install-plugin/2.3.1/maven-install-plugin-2.3.1.pom.lastUpdated [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/rcptt-releases/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/rcptt-releases/ [INFO] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/plugins/maven-install-plugin/2.3.1/maven-install-plugin-2.3.1.jar [DEBUG] Writing tracking file /home/jenkins/agent/workspace/mockups/m2/org/apache/maven/plugins/maven-install-plugin/2.3.1/maven-install-plugin-2.3.1.jar.lastUpdated [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/rcptt-snapshots/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/rcptt-snapshots/ [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/plugins/maven-install-plugin/2.3.1/maven-install-plugin-2.3.1.jar [DEBUG] Writing tracking file /home/jenkins/agent/workspace/mockups/m2/org/apache/maven/plugins/maven-install-plugin/2.3.1/maven-install-plugin-2.3.1.jar.lastUpdated [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-install-plugin/2.3.1/maven-install-plugin-2.3.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-install-plugin/2.3.1/maven-install-plugin-2.3.1.jar (23 kB at 785 kB/s) [DEBUG] Writing tracking file /home/jenkins/agent/workspace/mockups/m2/org/apache/maven/plugins/maven-install-plugin/2.3.1/_remote.repositories [DEBUG] Writing tracking file /home/jenkins/agent/workspace/mockups/m2/org/apache/maven/plugins/maven-install-plugin/2.3.1/maven-install-plugin-2.3.1.jar.lastUpdated [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/rcptt-releases/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/rcptt-releases/ [INFO] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/plugins/maven-site-plugin/3.3/maven-site-plugin-3.3.pom [DEBUG] Writing tracking file /home/jenkins/agent/workspace/mockups/m2/org/apache/maven/plugins/maven-site-plugin/3.3/maven-site-plugin-3.3.pom.lastUpdated [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/rcptt-snapshots/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/rcptt-snapshots/ [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/plugins/maven-site-plugin/3.3/maven-site-plugin-3.3.pom [DEBUG] Writing tracking file /home/jenkins/agent/workspace/mockups/m2/org/apache/maven/plugins/maven-site-plugin/3.3/maven-site-plugin-3.3.pom.lastUpdated [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-site-plugin/3.3/maven-site-plugin-3.3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-site-plugin/3.3/maven-site-plugin-3.3.pom (21 kB at 612 kB/s) [DEBUG] Writing tracking file /home/jenkins/agent/workspace/mockups/m2/org/apache/maven/plugins/maven-site-plugin/3.3/_remote.repositories [DEBUG] Writing tracking file /home/jenkins/agent/workspace/mockups/m2/org/apache/maven/plugins/maven-site-plugin/3.3/maven-site-plugin-3.3.pom.lastUpdated [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/rcptt-releases/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/rcptt-releases/ [INFO] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/plugins/maven-plugins/24/maven-plugins-24.pom [DEBUG] Writing tracking file /home/jenkins/agent/workspace/mockups/m2/org/apache/maven/plugins/maven-plugins/24/maven-plugins-24.pom.lastUpdated [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/rcptt-snapshots/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/rcptt-snapshots/ [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/plugins/maven-plugins/24/maven-plugins-24.pom [DEBUG] Writing tracking file /home/jenkins/agent/workspace/mockups/m2/org/apache/maven/plugins/maven-plugins/24/maven-plugins-24.pom.lastUpdated [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-plugins/24/maven-plugins-24.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-plugins/24/maven-plugins-24.pom (11 kB at 264 kB/s) [DEBUG] Writing tracking file /home/jenkins/agent/workspace/mockups/m2/org/apache/maven/plugins/maven-plugins/24/_remote.repositories [DEBUG] Writing tracking file /home/jenkins/agent/workspace/mockups/m2/org/apache/maven/plugins/maven-plugins/24/maven-plugins-24.pom.lastUpdated [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/rcptt-releases/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/rcptt-releases/ [INFO] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/maven-parent/23/maven-parent-23.pom [DEBUG] Writing tracking file /home/jenkins/agent/workspace/mockups/m2/org/apache/maven/maven-parent/23/maven-parent-23.pom.lastUpdated [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/rcptt-snapshots/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/rcptt-snapshots/ [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/maven-parent/23/maven-parent-23.pom [DEBUG] Writing tracking file /home/jenkins/agent/workspace/mockups/m2/org/apache/maven/maven-parent/23/maven-parent-23.pom.lastUpdated [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/23/maven-parent-23.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/23/maven-parent-23.pom (33 kB at 1.1 MB/s) [DEBUG] Writing tracking file /home/jenkins/agent/workspace/mockups/m2/org/apache/maven/maven-parent/23/_remote.repositories [DEBUG] Writing tracking file /home/jenkins/agent/workspace/mockups/m2/org/apache/maven/maven-parent/23/maven-parent-23.pom.lastUpdated [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/rcptt-releases/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/rcptt-releases/ [INFO] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/plugins/maven-site-plugin/3.3/maven-site-plugin-3.3.jar [DEBUG] Writing tracking file /home/jenkins/agent/workspace/mockups/m2/org/apache/maven/plugins/maven-site-plugin/3.3/maven-site-plugin-3.3.jar.lastUpdated [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/rcptt-snapshots/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/rcptt-snapshots/ [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/plugins/maven-site-plugin/3.3/maven-site-plugin-3.3.jar [DEBUG] Writing tracking file /home/jenkins/agent/workspace/mockups/m2/org/apache/maven/plugins/maven-site-plugin/3.3/maven-site-plugin-3.3.jar.lastUpdated [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-site-plugin/3.3/maven-site-plugin-3.3.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-site-plugin/3.3/maven-site-plugin-3.3.jar (124 kB at 2.1 MB/s) [DEBUG] Writing tracking file /home/jenkins/agent/workspace/mockups/m2/org/apache/maven/plugins/maven-site-plugin/3.3/_remote.repositories [DEBUG] Writing tracking file /home/jenkins/agent/workspace/mockups/m2/org/apache/maven/plugins/maven-site-plugin/3.3/maven-site-plugin-3.3.jar.lastUpdated [DEBUG] target-platform-configuration for MavenProject: com.xored.q7.quality:com.xored.q7.quality.mockups.issues:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.issues/pom.xml: p2 win32 win32 x86 win32 win32 x86_64 linux gtk x86 linux gtk x86_64 macosx cocoa x86_64 [DEBUG] target-platform-configuration for MavenProject: com.xored.q7.quality:com.xored.q7.quality.mockups.platform:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.platform/pom.xml: p2 win32 win32 x86 win32 win32 x86_64 linux gtk x86 linux gtk x86_64 macosx cocoa x86_64 [DEBUG] target-platform-configuration for MavenProject: com.xored.q7.quality:com.xored.q7.quality.mockups.swt:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.swt/pom.xml: p2 win32 win32 x86 win32 win32 x86_64 linux gtk x86 linux gtk x86_64 macosx cocoa x86_64 [DEBUG] target-platform-configuration for MavenProject: com.xored.q7.quality:com.xored.q7.quality.mockups.emf:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.emf/pom.xml: p2 win32 win32 x86 win32 win32 x86_64 linux gtk x86 linux gtk x86_64 macosx cocoa x86_64 [DEBUG] target-platform-configuration for MavenProject: com.xored.q7.quality:com.xored.q7.quality.mockups.draw2d:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.draw2d/pom.xml: p2 win32 win32 x86 win32 win32 x86_64 linux gtk x86 linux gtk x86_64 macosx cocoa x86_64 [DEBUG] target-platform-configuration for MavenProject: com.xored.q7.quality:com.xored.q7.quality.mockups.zest:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.zest/pom.xml: p2 win32 win32 x86 win32 win32 x86_64 linux gtk x86 linux gtk x86_64 macosx cocoa x86_64 [DEBUG] target-platform-configuration for MavenProject: com.xored.q7.quality:com.xored.q7.quality.mockups.nattable:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.nattable/pom.xml: p2 win32 win32 x86 win32 win32 x86_64 linux gtk x86 linux gtk x86_64 macosx cocoa x86_64 [DEBUG] target-platform-configuration for MavenProject: com.xored.q7.quality:com.xored.q7.quality.mockups.nebula:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.nebula/pom.xml: p2 win32 win32 x86 win32 win32 x86_64 linux gtk x86 linux gtk x86_64 macosx cocoa x86_64 [DEBUG] target-platform-configuration for MavenProject: com.xored.q7.quality.features:com.xored.q7.quality.mockups:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/mockups/features/com.xored.q7.quality.mockups-feature/pom.xml: p2 win32 win32 x86 win32 win32 x86_64 linux gtk x86 linux gtk x86_64 macosx cocoa x86_64 [DEBUG] target-platform-configuration for MavenProject: com.xored.q7.quality:repository:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/mockups/repository/pom.xml: p2 win32 win32 x86 win32 win32 x86_64 linux gtk x86 linux gtk x86_64 macosx cocoa x86_64 [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/rcptt-releases/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/rcptt-releases/ [INFO] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/eclipse/tycho/tycho-p2-publisher-plugin/1.3.0/tycho-p2-publisher-plugin-1.3.0.pom [DEBUG] Writing tracking file /home/jenkins/agent/workspace/mockups/m2/org/eclipse/tycho/tycho-p2-publisher-plugin/1.3.0/tycho-p2-publisher-plugin-1.3.0.pom.lastUpdated [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/rcptt-snapshots/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/rcptt-snapshots/ [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/eclipse/tycho/tycho-p2-publisher-plugin/1.3.0/tycho-p2-publisher-plugin-1.3.0.pom [DEBUG] Writing tracking file /home/jenkins/agent/workspace/mockups/m2/org/eclipse/tycho/tycho-p2-publisher-plugin/1.3.0/tycho-p2-publisher-plugin-1.3.0.pom.lastUpdated [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-p2-publisher-plugin/1.3.0/tycho-p2-publisher-plugin-1.3.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-p2-publisher-plugin/1.3.0/tycho-p2-publisher-plugin-1.3.0.pom (2.0 kB at 97 kB/s) [DEBUG] Writing tracking file /home/jenkins/agent/workspace/mockups/m2/org/eclipse/tycho/tycho-p2-publisher-plugin/1.3.0/_remote.repositories [DEBUG] Writing tracking file /home/jenkins/agent/workspace/mockups/m2/org/eclipse/tycho/tycho-p2-publisher-plugin/1.3.0/tycho-p2-publisher-plugin-1.3.0.pom.lastUpdated [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/rcptt-releases/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/rcptt-releases/ [INFO] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/eclipse/tycho/tycho-p2-publisher-plugin/1.3.0/tycho-p2-publisher-plugin-1.3.0.jar [DEBUG] Writing tracking file /home/jenkins/agent/workspace/mockups/m2/org/eclipse/tycho/tycho-p2-publisher-plugin/1.3.0/tycho-p2-publisher-plugin-1.3.0.jar.lastUpdated [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/rcptt-snapshots/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/rcptt-snapshots/ [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/eclipse/tycho/tycho-p2-publisher-plugin/1.3.0/tycho-p2-publisher-plugin-1.3.0.jar [DEBUG] Writing tracking file /home/jenkins/agent/workspace/mockups/m2/org/eclipse/tycho/tycho-p2-publisher-plugin/1.3.0/tycho-p2-publisher-plugin-1.3.0.jar.lastUpdated [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-p2-publisher-plugin/1.3.0/tycho-p2-publisher-plugin-1.3.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-p2-publisher-plugin/1.3.0/tycho-p2-publisher-plugin-1.3.0.jar (22 kB at 1.1 MB/s) [DEBUG] Writing tracking file /home/jenkins/agent/workspace/mockups/m2/org/eclipse/tycho/tycho-p2-publisher-plugin/1.3.0/_remote.repositories [DEBUG] Writing tracking file /home/jenkins/agent/workspace/mockups/m2/org/eclipse/tycho/tycho-p2-publisher-plugin/1.3.0/tycho-p2-publisher-plugin-1.3.0.jar.lastUpdated [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/rcptt-releases/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/rcptt-releases/ [INFO] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/commons/commons-lang3/3.1/commons-lang3-3.1.pom [DEBUG] Writing tracking file /home/jenkins/agent/workspace/mockups/m2/org/apache/commons/commons-lang3/3.1/commons-lang3-3.1.pom.lastUpdated [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/rcptt-snapshots/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/rcptt-snapshots/ [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/commons/commons-lang3/3.1/commons-lang3-3.1.pom [DEBUG] Writing tracking file /home/jenkins/agent/workspace/mockups/m2/org/apache/commons/commons-lang3/3.1/commons-lang3-3.1.pom.lastUpdated [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-lang3/3.1/commons-lang3-3.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-lang3/3.1/commons-lang3-3.1.pom (17 kB at 576 kB/s) [DEBUG] Writing tracking file /home/jenkins/agent/workspace/mockups/m2/org/apache/commons/commons-lang3/3.1/_remote.repositories [DEBUG] Writing tracking file /home/jenkins/agent/workspace/mockups/m2/org/apache/commons/commons-lang3/3.1/commons-lang3-3.1.pom.lastUpdated [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/rcptt-releases/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/rcptt-releases/ [INFO] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/commons/commons-parent/22/commons-parent-22.pom [DEBUG] Writing tracking file /home/jenkins/agent/workspace/mockups/m2/org/apache/commons/commons-parent/22/commons-parent-22.pom.lastUpdated [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/rcptt-snapshots/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/rcptt-snapshots/ [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/commons/commons-parent/22/commons-parent-22.pom [DEBUG] Writing tracking file /home/jenkins/agent/workspace/mockups/m2/org/apache/commons/commons-parent/22/commons-parent-22.pom.lastUpdated [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/22/commons-parent-22.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/22/commons-parent-22.pom (42 kB at 1.6 MB/s) [DEBUG] Writing tracking file /home/jenkins/agent/workspace/mockups/m2/org/apache/commons/commons-parent/22/_remote.repositories [DEBUG] Writing tracking file /home/jenkins/agent/workspace/mockups/m2/org/apache/commons/commons-parent/22/commons-parent-22.pom.lastUpdated [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/rcptt-releases/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/rcptt-releases/ [INFO] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/maven-archiver/2.5/maven-archiver-2.5.pom [DEBUG] Writing tracking file /home/jenkins/agent/workspace/mockups/m2/org/apache/maven/maven-archiver/2.5/maven-archiver-2.5.pom.lastUpdated [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/rcptt-snapshots/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/rcptt-snapshots/ [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/maven-archiver/2.5/maven-archiver-2.5.pom [DEBUG] Writing tracking file /home/jenkins/agent/workspace/mockups/m2/org/apache/maven/maven-archiver/2.5/maven-archiver-2.5.pom.lastUpdated [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-archiver/2.5/maven-archiver-2.5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-archiver/2.5/maven-archiver-2.5.pom (4.5 kB at 103 kB/s) [DEBUG] Writing tracking file /home/jenkins/agent/workspace/mockups/m2/org/apache/maven/maven-archiver/2.5/_remote.repositories [DEBUG] Writing tracking file /home/jenkins/agent/workspace/mockups/m2/org/apache/maven/maven-archiver/2.5/maven-archiver-2.5.pom.lastUpdated [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/rcptt-releases/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/rcptt-releases/ [INFO] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/shared/maven-shared-components/17/maven-shared-components-17.pom [DEBUG] Writing tracking file /home/jenkins/agent/workspace/mockups/m2/org/apache/maven/shared/maven-shared-components/17/maven-shared-components-17.pom.lastUpdated [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/rcptt-snapshots/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/rcptt-snapshots/ [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/shared/maven-shared-components/17/maven-shared-components-17.pom [DEBUG] Writing tracking file /home/jenkins/agent/workspace/mockups/m2/org/apache/maven/shared/maven-shared-components/17/maven-shared-components-17.pom.lastUpdated [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-components/17/maven-shared-components-17.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-components/17/maven-shared-components-17.pom (8.7 kB at 435 kB/s) [DEBUG] Writing tracking file /home/jenkins/agent/workspace/mockups/m2/org/apache/maven/shared/maven-shared-components/17/_remote.repositories [DEBUG] Writing tracking file /home/jenkins/agent/workspace/mockups/m2/org/apache/maven/shared/maven-shared-components/17/maven-shared-components-17.pom.lastUpdated [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/rcptt-releases/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/rcptt-releases/ [INFO] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/codehaus/plexus/plexus-interpolation/1.15/plexus-interpolation-1.15.pom [DEBUG] Writing tracking file /home/jenkins/agent/workspace/mockups/m2/org/codehaus/plexus/plexus-interpolation/1.15/plexus-interpolation-1.15.pom.lastUpdated [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/rcptt-snapshots/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/rcptt-snapshots/ [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/codehaus/plexus/plexus-interpolation/1.15/plexus-interpolation-1.15.pom [DEBUG] Writing tracking file /home/jenkins/agent/workspace/mockups/m2/org/codehaus/plexus/plexus-interpolation/1.15/plexus-interpolation-1.15.pom.lastUpdated [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.15/plexus-interpolation-1.15.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.15/plexus-interpolation-1.15.pom (1.0 kB at 54 kB/s) [DEBUG] Writing tracking file /home/jenkins/agent/workspace/mockups/m2/org/codehaus/plexus/plexus-interpolation/1.15/_remote.repositories [DEBUG] Writing tracking file /home/jenkins/agent/workspace/mockups/m2/org/codehaus/plexus/plexus-interpolation/1.15/plexus-interpolation-1.15.pom.lastUpdated [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/rcptt-releases/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/rcptt-releases/ [INFO] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/codehaus/plexus/plexus/3.0.1/plexus-3.0.1.pom [DEBUG] Writing tracking file /home/jenkins/agent/workspace/mockups/m2/org/codehaus/plexus/plexus/3.0.1/plexus-3.0.1.pom.lastUpdated [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/rcptt-snapshots/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/rcptt-snapshots/ [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/codehaus/plexus/plexus/3.0.1/plexus-3.0.1.pom [DEBUG] Writing tracking file /home/jenkins/agent/workspace/mockups/m2/org/codehaus/plexus/plexus/3.0.1/plexus-3.0.1.pom.lastUpdated [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/3.0.1/plexus-3.0.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/3.0.1/plexus-3.0.1.pom (19 kB at 620 kB/s) [DEBUG] Writing tracking file /home/jenkins/agent/workspace/mockups/m2/org/codehaus/plexus/plexus/3.0.1/_remote.repositories [DEBUG] Writing tracking file /home/jenkins/agent/workspace/mockups/m2/org/codehaus/plexus/plexus/3.0.1/plexus-3.0.1.pom.lastUpdated [DEBUG] Dependency collection stats: {ConflictMarker.analyzeTime=318720, ConflictMarker.markTime=151260, ConflictMarker.nodeCount=163, ConflictIdSorter.graphTime=243015, ConflictIdSorter.topsortTime=43368, ConflictIdSorter.conflictIdCount=48, ConflictIdSorter.conflictIdCycleCount=0, ConflictResolver.totalTime=1406586, ConflictResolver.conflictItemCount=109, DefaultDependencyCollector.collectTime=443241830, DefaultDependencyCollector.transformTime=2215103} [DEBUG] org.eclipse.tycho:tycho-p2-publisher-plugin:jar:1.3.0: [DEBUG] org.apache.maven:maven-plugin-api:jar:3.0:compile [DEBUG] org.apache.maven:maven-model:jar:3.0:compile [DEBUG] org.apache.maven:maven-artifact:jar:3.0:compile [DEBUG] org.sonatype.sisu:sisu-inject-plexus:jar:1.4.2:compile [DEBUG] org.sonatype.sisu:sisu-inject-bean:jar:1.4.2:compile [DEBUG] org.sonatype.sisu:sisu-guice:jar:noaop:2.1.7:compile [DEBUG] org.apache.maven:maven-core:jar:3.0:compile [DEBUG] org.apache.maven:maven-settings:jar:3.0:compile [DEBUG] org.apache.maven:maven-settings-builder:jar:3.0:compile [DEBUG] org.apache.maven:maven-repository-metadata:jar:3.0:compile [DEBUG] org.apache.maven:maven-model-builder:jar:3.0:compile [DEBUG] org.apache.maven:maven-aether-provider:jar:3.0:runtime [DEBUG] org.sonatype.aether:aether-impl:jar:1.7:compile [DEBUG] org.sonatype.aether:aether-spi:jar:1.7:compile [DEBUG] org.sonatype.aether:aether-api:jar:1.7:compile [DEBUG] org.sonatype.aether:aether-util:jar:1.7:compile [DEBUG] org.codehaus.plexus:plexus-interpolation:jar:1.14:compile [DEBUG] org.codehaus.plexus:plexus-utils:jar:3.0.24:compile [DEBUG] org.codehaus.plexus:plexus-classworlds:jar:2.2.3:compile [DEBUG] org.codehaus.plexus:plexus-component-annotations:jar:1.7.1:compile [DEBUG] org.sonatype.plexus:plexus-sec-dispatcher:jar:1.3:compile [DEBUG] org.sonatype.plexus:plexus-cipher:jar:1.7:compile [DEBUG] org.apache.commons:commons-lang3:jar:3.1:compile [DEBUG] org.eclipse.tycho:tycho-p2-facade:jar:1.3.0:compile [DEBUG] org.eclipse.tycho:tycho-core:jar:1.3.0:compile [DEBUG] org.eclipse.tycho:org.eclipse.osgi.compatibility.state:jar:1.1.100.v20180131-1413:compile [DEBUG] org.eclipse.tycho:tycho-metadata-model:jar:1.3.0:compile [DEBUG] de.pdark:decentxml:jar:1.3:compile [DEBUG] org.eclipse.tycho:tycho-embedder-api:jar:1.3.0:compile [DEBUG] org.eclipse.tycho:org.eclipse.tycho.embedder.shared:jar:1.3.0:compile [DEBUG] org.eclipse.tycho:org.eclipse.tycho.core.shared:jar:1.3.0:compile [DEBUG] org.apache.maven:maven-compat:jar:3.0:compile [DEBUG] org.apache.maven.wagon:wagon-provider-api:jar:1.0-beta-6:compile [DEBUG] org.eclipse.tycho:sisu-equinox-embedder:jar:1.3.0:compile [DEBUG] org.eclipse.tycho:org.eclipse.osgi:jar:3.13.0.v20180226-1711:compile [DEBUG] org.eclipse.tycho:sisu-equinox-api:jar:1.3.0:compile [DEBUG] org.eclipse.tycho:org.eclipse.tycho.p2.resolver.shared:jar:1.3.0:compile [DEBUG] org.eclipse.tycho:org.eclipse.tycho.p2.tools.shared:jar:1.3.0:compile [DEBUG] org.eclipse.tycho:tycho-packaging-plugin:jar:1.3.0:compile [DEBUG] org.apache.maven:maven-archiver:jar:2.5:compile [DEBUG] org.codehaus.plexus:plexus-archiver:jar:3.4:compile [DEBUG] org.codehaus.plexus:plexus-io:jar:2.7.1:compile [DEBUG] commons-io:commons-io:jar:2.5:compile [DEBUG] org.apache.commons:commons-compress:jar:1.15:compile [DEBUG] org.objenesis:objenesis:jar:2.6:compile [DEBUG] org.iq80.snappy:snappy:jar:0.4:compile [DEBUG] org.tukaani:xz:jar:1.5:runtime [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/rcptt-releases/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/rcptt-releases/ [INFO] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/commons/commons-lang3/3.1/commons-lang3-3.1.jar [INFO] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/maven-archiver/2.5/maven-archiver-2.5.jar [DEBUG] Writing tracking file /home/jenkins/agent/workspace/mockups/m2/org/apache/commons/commons-lang3/3.1/commons-lang3-3.1.jar.lastUpdated [DEBUG] Writing tracking file /home/jenkins/agent/workspace/mockups/m2/org/apache/maven/maven-archiver/2.5/maven-archiver-2.5.jar.lastUpdated [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/rcptt-snapshots/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/rcptt-snapshots/ [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/commons/commons-lang3/3.1/commons-lang3-3.1.jar [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/maven-archiver/2.5/maven-archiver-2.5.jar [DEBUG] Writing tracking file /home/jenkins/agent/workspace/mockups/m2/org/apache/commons/commons-lang3/3.1/commons-lang3-3.1.jar.lastUpdated [DEBUG] Writing tracking file /home/jenkins/agent/workspace/mockups/m2/org/apache/maven/maven-archiver/2.5/maven-archiver-2.5.jar.lastUpdated [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-lang3/3.1/commons-lang3-3.1.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-archiver/2.5/maven-archiver-2.5.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-archiver/2.5/maven-archiver-2.5.jar (22 kB at 545 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-lang3/3.1/commons-lang3-3.1.jar (316 kB at 5.4 MB/s) [DEBUG] Writing tracking file /home/jenkins/agent/workspace/mockups/m2/org/apache/commons/commons-lang3/3.1/_remote.repositories [DEBUG] Writing tracking file /home/jenkins/agent/workspace/mockups/m2/org/apache/commons/commons-lang3/3.1/commons-lang3-3.1.jar.lastUpdated [DEBUG] Writing tracking file /home/jenkins/agent/workspace/mockups/m2/org/apache/maven/maven-archiver/2.5/_remote.repositories [DEBUG] Writing tracking file /home/jenkins/agent/workspace/mockups/m2/org/apache/maven/maven-archiver/2.5/maven-archiver-2.5.jar.lastUpdated [DEBUG] Created new class realm plugin>org.eclipse.tycho:tycho-p2-publisher-plugin:1.3.0 [DEBUG] Importing foreign packages into class realm plugin>org.eclipse.tycho:tycho-p2-publisher-plugin:1.3.0 [DEBUG] Imported: < project>com.xored.q7.quality:q7.quality.mockups:1.0.0-SNAPSHOT [DEBUG] Populating class realm plugin>org.eclipse.tycho:tycho-p2-publisher-plugin:1.3.0 [DEBUG] Included: org.eclipse.tycho:tycho-p2-publisher-plugin:jar:1.3.0 [DEBUG] Included: org.sonatype.sisu:sisu-inject-bean:jar:1.4.2 [DEBUG] Included: org.sonatype.sisu:sisu-guice:jar:noaop:2.1.7 [DEBUG] Included: org.sonatype.aether:aether-util:jar:1.7 [DEBUG] Included: org.codehaus.plexus:plexus-interpolation:jar:1.14 [DEBUG] Included: org.codehaus.plexus:plexus-utils:jar:3.0.24 [DEBUG] Included: org.codehaus.plexus:plexus-component-annotations:jar:1.7.1 [DEBUG] Included: org.sonatype.plexus:plexus-sec-dispatcher:jar:1.3 [DEBUG] Included: org.sonatype.plexus:plexus-cipher:jar:1.7 [DEBUG] Included: org.apache.commons:commons-lang3:jar:3.1 [DEBUG] Included: org.eclipse.tycho:org.eclipse.osgi.compatibility.state:jar:1.1.100.v20180131-1413 [DEBUG] Included: org.eclipse.tycho:tycho-packaging-plugin:jar:1.3.0 [DEBUG] Included: org.apache.maven:maven-archiver:jar:2.5 [DEBUG] Included: org.codehaus.plexus:plexus-archiver:jar:3.4 [DEBUG] Included: org.codehaus.plexus:plexus-io:jar:2.7.1 [DEBUG] Included: commons-io:commons-io:jar:2.5 [DEBUG] Included: org.apache.commons:commons-compress:jar:1.15 [DEBUG] Included: org.objenesis:objenesis:jar:2.6 [DEBUG] Included: org.iq80.snappy:snappy:jar:0.4 [DEBUG] Included: org.tukaani:xz:jar:1.5 [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/rcptt-releases/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/rcptt-releases/ [INFO] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/eclipse/tycho/tycho-p2-repository-plugin/1.3.0/tycho-p2-repository-plugin-1.3.0.pom [DEBUG] Writing tracking file /home/jenkins/agent/workspace/mockups/m2/org/eclipse/tycho/tycho-p2-repository-plugin/1.3.0/tycho-p2-repository-plugin-1.3.0.pom.lastUpdated [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/rcptt-snapshots/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/rcptt-snapshots/ [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/eclipse/tycho/tycho-p2-repository-plugin/1.3.0/tycho-p2-repository-plugin-1.3.0.pom [DEBUG] Writing tracking file /home/jenkins/agent/workspace/mockups/m2/org/eclipse/tycho/tycho-p2-repository-plugin/1.3.0/tycho-p2-repository-plugin-1.3.0.pom.lastUpdated [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-p2-repository-plugin/1.3.0/tycho-p2-repository-plugin-1.3.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-p2-repository-plugin/1.3.0/tycho-p2-repository-plugin-1.3.0.pom (1.4 kB at 17 kB/s) [DEBUG] Writing tracking file /home/jenkins/agent/workspace/mockups/m2/org/eclipse/tycho/tycho-p2-repository-plugin/1.3.0/_remote.repositories [DEBUG] Writing tracking file /home/jenkins/agent/workspace/mockups/m2/org/eclipse/tycho/tycho-p2-repository-plugin/1.3.0/tycho-p2-repository-plugin-1.3.0.pom.lastUpdated [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/rcptt-releases/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/rcptt-releases/ [INFO] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/eclipse/tycho/tycho-p2-repository-plugin/1.3.0/tycho-p2-repository-plugin-1.3.0.jar [DEBUG] Writing tracking file /home/jenkins/agent/workspace/mockups/m2/org/eclipse/tycho/tycho-p2-repository-plugin/1.3.0/tycho-p2-repository-plugin-1.3.0.jar.lastUpdated [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/rcptt-snapshots/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/rcptt-snapshots/ [INFO] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/eclipse/tycho/tycho-p2-repository-plugin/1.3.0/tycho-p2-repository-plugin-1.3.0.jar [DEBUG] Writing tracking file /home/jenkins/agent/workspace/mockups/m2/org/eclipse/tycho/tycho-p2-repository-plugin/1.3.0/tycho-p2-repository-plugin-1.3.0.jar.lastUpdated [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-p2-repository-plugin/1.3.0/tycho-p2-repository-plugin-1.3.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-p2-repository-plugin/1.3.0/tycho-p2-repository-plugin-1.3.0.jar (14 kB at 513 kB/s) [DEBUG] Writing tracking file /home/jenkins/agent/workspace/mockups/m2/org/eclipse/tycho/tycho-p2-repository-plugin/1.3.0/_remote.repositories [DEBUG] Writing tracking file /home/jenkins/agent/workspace/mockups/m2/org/eclipse/tycho/tycho-p2-repository-plugin/1.3.0/tycho-p2-repository-plugin-1.3.0.jar.lastUpdated [DEBUG] Dependency collection stats: {ConflictMarker.analyzeTime=238688, ConflictMarker.markTime=86585, ConflictMarker.nodeCount=97, ConflictIdSorter.graphTime=171389, ConflictIdSorter.topsortTime=45852, ConflictIdSorter.conflictIdCount=45, ConflictIdSorter.conflictIdCycleCount=0, ConflictResolver.totalTime=1348164, ConflictResolver.conflictItemCount=96, DefaultDependencyCollector.collectTime=7758582, DefaultDependencyCollector.transformTime=1926613} [DEBUG] org.eclipse.tycho:tycho-p2-repository-plugin:jar:1.3.0: [DEBUG] org.apache.maven:maven-plugin-api:jar:3.0:compile [DEBUG] org.apache.maven:maven-model:jar:3.0:compile [DEBUG] org.codehaus.plexus:plexus-utils:jar:3.0.24:compile [DEBUG] org.apache.maven:maven-artifact:jar:3.0:compile [DEBUG] org.sonatype.sisu:sisu-inject-plexus:jar:1.4.2:compile [DEBUG] org.codehaus.plexus:plexus-classworlds:jar:2.2.3:compile [DEBUG] org.sonatype.sisu:sisu-inject-bean:jar:1.4.2:compile [DEBUG] org.sonatype.sisu:sisu-guice:jar:noaop:2.1.7:compile [DEBUG] org.eclipse.tycho:tycho-p2-facade:jar:1.3.0:compile [DEBUG] org.codehaus.plexus:plexus-component-annotations:jar:1.7.1:compile [DEBUG] org.eclipse.tycho:tycho-core:jar:1.3.0:compile [DEBUG] org.apache.maven:maven-core:jar:3.0:compile [DEBUG] org.apache.maven:maven-settings:jar:3.0:compile [DEBUG] org.apache.maven:maven-settings-builder:jar:3.0:compile [DEBUG] org.apache.maven:maven-repository-metadata:jar:3.0:compile [DEBUG] org.apache.maven:maven-model-builder:jar:3.0:compile [DEBUG] org.apache.maven:maven-aether-provider:jar:3.0:runtime [DEBUG] org.sonatype.aether:aether-impl:jar:1.7:compile [DEBUG] org.sonatype.aether:aether-spi:jar:1.7:compile [DEBUG] org.sonatype.aether:aether-api:jar:1.7:compile [DEBUG] org.sonatype.aether:aether-util:jar:1.7:compile [DEBUG] org.codehaus.plexus:plexus-interpolation:jar:1.14:compile [DEBUG] org.sonatype.plexus:plexus-sec-dispatcher:jar:1.3:compile [DEBUG] org.sonatype.plexus:plexus-cipher:jar:1.7:compile [DEBUG] org.codehaus.plexus:plexus-archiver:jar:3.4:compile [DEBUG] org.codehaus.plexus:plexus-io:jar:2.7.1:compile [DEBUG] commons-io:commons-io:jar:2.5:compile [DEBUG] org.apache.commons:commons-compress:jar:1.15:compile [DEBUG] org.objenesis:objenesis:jar:2.6:compile [DEBUG] org.iq80.snappy:snappy:jar:0.4:compile [DEBUG] org.tukaani:xz:jar:1.5:runtime [DEBUG] org.eclipse.tycho:org.eclipse.osgi.compatibility.state:jar:1.1.100.v20180131-1413:compile [DEBUG] org.eclipse.tycho:tycho-metadata-model:jar:1.3.0:compile [DEBUG] de.pdark:decentxml:jar:1.3:compile [DEBUG] org.eclipse.tycho:tycho-embedder-api:jar:1.3.0:compile [DEBUG] org.eclipse.tycho:org.eclipse.tycho.embedder.shared:jar:1.3.0:compile [DEBUG] org.eclipse.tycho:org.eclipse.tycho.core.shared:jar:1.3.0:compile [DEBUG] org.apache.maven:maven-compat:jar:3.0:compile [DEBUG] org.apache.maven.wagon:wagon-provider-api:jar:1.0-beta-6:compile [DEBUG] org.eclipse.tycho:sisu-equinox-embedder:jar:1.3.0:compile [DEBUG] org.eclipse.tycho:org.eclipse.osgi:jar:3.13.0.v20180226-1711:compile [DEBUG] org.eclipse.tycho:sisu-equinox-api:jar:1.3.0:compile [DEBUG] org.eclipse.tycho:org.eclipse.tycho.p2.resolver.shared:jar:1.3.0:compile [DEBUG] org.eclipse.tycho:org.eclipse.tycho.p2.tools.shared:jar:1.3.0:compile [DEBUG] Created new class realm plugin>org.eclipse.tycho:tycho-p2-repository-plugin:1.3.0 [DEBUG] Importing foreign packages into class realm plugin>org.eclipse.tycho:tycho-p2-repository-plugin:1.3.0 [DEBUG] Imported: < project>com.xored.q7.quality:q7.quality.mockups:1.0.0-SNAPSHOT [DEBUG] Populating class realm plugin>org.eclipse.tycho:tycho-p2-repository-plugin:1.3.0 [DEBUG] Included: org.eclipse.tycho:tycho-p2-repository-plugin:jar:1.3.0 [DEBUG] Included: org.codehaus.plexus:plexus-utils:jar:3.0.24 [DEBUG] Included: org.sonatype.sisu:sisu-inject-bean:jar:1.4.2 [DEBUG] Included: org.sonatype.sisu:sisu-guice:jar:noaop:2.1.7 [DEBUG] Included: org.codehaus.plexus:plexus-component-annotations:jar:1.7.1 [DEBUG] Included: org.sonatype.aether:aether-util:jar:1.7 [DEBUG] Included: org.codehaus.plexus:plexus-interpolation:jar:1.14 [DEBUG] Included: org.sonatype.plexus:plexus-sec-dispatcher:jar:1.3 [DEBUG] Included: org.sonatype.plexus:plexus-cipher:jar:1.7 [DEBUG] Included: org.codehaus.plexus:plexus-archiver:jar:3.4 [DEBUG] Included: org.codehaus.plexus:plexus-io:jar:2.7.1 [DEBUG] Included: commons-io:commons-io:jar:2.5 [DEBUG] Included: org.apache.commons:commons-compress:jar:1.15 [DEBUG] Included: org.objenesis:objenesis:jar:2.6 [DEBUG] Included: org.iq80.snappy:snappy:jar:0.4 [DEBUG] Included: org.tukaani:xz:jar:1.5 [DEBUG] Included: org.eclipse.tycho:org.eclipse.osgi.compatibility.state:jar:1.1.100.v20180131-1413 [INFO] Computing target platform for MavenProject: com.xored.q7.quality:com.xored.q7.quality.mockups.ui:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.ui/pom.xml [DEBUG] Added p2 repository neon (http://download.eclipse.org/releases/neon) [DEBUG] Added p2 repository nat-table (http://download.eclipse.org/nattable/releases/2.3.0/repository/) [DEBUG] Added p2 repository nebula (http://download.eclipse.org/nebula/snapshot) [DEBUG] Using execution environment 'JavaSE-1.8' configured in Bundle-RequiredExecutionEnvironment (first entry) [DEBUG] Registered artifact repository org.eclipse.tycho.repository.registry.facade.RepositoryBlackboardKey(uri=file:/resolution-context-artifacts@%252Fhome%252Fjenkins%252Fagent%252Fworkspace%252Fmockups%252Fplugins%252Fcom.xored.q7.quality.mockups.ui) [INFO] Fetching p2.index from http://download.eclipse.org/releases/neon/ (122B) [INFO] Fetching p2.index from http://download.eclipse.org/releases/neon/ (122B) [INFO] Adding repository http://download.eclipse.org/releases/neon [INFO] Fetching compositeContent.jar from http://download.eclipse.org/releases/neon/ (507B) [INFO] Fetching compositeContent.jar from http://download.eclipse.org/releases/neon/ (507B) [INFO] Fetching p2.index from http://download.eclipse.org/technology/epp/packages/neon/ (142B) [INFO] Fetching p2.index from http://download.eclipse.org/technology/epp/packages/neon/ (142B) [INFO] Fetching content.xml.xz from http://download.eclipse.org/technology/epp/packages/neon/ (64.5kB) [INFO] Fetching content.xml.xz from http://download.eclipse.org/technology/epp/packages/neon/ (64.5kB) [INFO] Fetching p2.index from http://download.eclipse.org/releases/neon/201606221000/ (142B) [INFO] Fetching p2.index from http://download.eclipse.org/releases/neon/201606221000/ (142B) [INFO] Fetching content.xml.xz from http://download.eclipse.org/releases/neon/201606221000/ (861.1kB) [INFO] Fetching content.xml.xz from http://download.eclipse.org/releases/neon/201606221000/ (861.1kB) [INFO] Fetching p2.index from http://download.eclipse.org/releases/neon/201609281000/ (142B) [INFO] Fetching p2.index from http://download.eclipse.org/releases/neon/201609281000/ (142B) [INFO] Fetching content.xml.xz from http://download.eclipse.org/releases/neon/201609281000/ (871.38kB) [INFO] Fetching content.xml.xz from http://download.eclipse.org/releases/neon/201609281000/ (871.38kB) [INFO] Fetching p2.index from http://download.eclipse.org/releases/neon/201610111000/ (142B) [INFO] Fetching p2.index from http://download.eclipse.org/releases/neon/201610111000/ (142B) [INFO] Fetching content.xml.xz from http://download.eclipse.org/releases/neon/201610111000/ (870.9kB) [INFO] Fetching content.xml.xz from http://download.eclipse.org/releases/neon/201610111000/ (870.9kB) [INFO] Fetching p2.index from http://download.eclipse.org/releases/neon/201612211000/ (142B) [INFO] Fetching p2.index from http://download.eclipse.org/releases/neon/201612211000/ (142B) [INFO] Fetching content.xml.xz from http://download.eclipse.org/releases/neon/201612211000/ (876.7kB) [INFO] Fetching content.xml.xz from http://download.eclipse.org/releases/neon/201612211000/ (876.7kB) [INFO] Fetching p2.index from http://download.eclipse.org/releases/neon/201703231000/ (142B) [INFO] Fetching p2.index from http://download.eclipse.org/releases/neon/201703231000/ (142B) [INFO] Fetching content.xml.xz from http://download.eclipse.org/releases/neon/201703231000/ (886.4kB) [INFO] Fetching content.xml.xz from http://download.eclipse.org/releases/neon/201703231000/ (886.4kB) [INFO] Fetching p2.index from http://download.eclipse.org/releases/neon/201705151400/ (142B) [INFO] Fetching p2.index from http://download.eclipse.org/releases/neon/201705151400/ (142B) [INFO] Fetching content.xml.xz from http://download.eclipse.org/releases/neon/201705151400/ (884.78kB) [INFO] Fetching content.xml.xz from http://download.eclipse.org/releases/neon/201705151400/ (884.78kB) [INFO] Fetching p2.index from http://download.eclipse.org/nattable/releases/2.3.0/repository/ (172B) [INFO] Fetching p2.index from http://download.eclipse.org/nattable/releases/2.3.0/repository/ (172B) [INFO] Adding repository http://download.eclipse.org/nattable/releases/2.3.0/repository [INFO] Fetching content.xml.xz from http://download.eclipse.org/nattable/releases/2.3.0/repository/ (15.38kB) [INFO] Fetching content.xml.xz from http://download.eclipse.org/nattable/releases/2.3.0/repository/ (15.38kB) [INFO] Fetching p2.index from http://download.eclipse.org/nebula/snapshot/ (129B) [INFO] Fetching p2.index from http://download.eclipse.org/nebula/snapshot/ (129B) [INFO] Adding repository http://download.eclipse.org/nebula/snapshot [INFO] Fetching compositeContent.xml from http://download.eclipse.org/nebula/snapshot/ [INFO] Fetching compositeContent.xml from http://download.eclipse.org/nebula/snapshot/ [INFO] Fetching p2.index from http://download.eclipse.org/nebula/updates/nightly/latest/ (126B) [INFO] Fetching p2.index from http://download.eclipse.org/nebula/updates/nightly/latest/ (126B) [INFO] Fetching compositeContent.jar from http://download.eclipse.org/nebula/updates/nightly/latest/ (438B) [INFO] Fetching compositeContent.jar from http://download.eclipse.org/nebula/updates/nightly/latest/ (438B) [INFO] Fetching p2.index from http://download.eclipse.org/nebula/updates/nightly/N202402110801/ (172B) [INFO] Fetching p2.index from http://download.eclipse.org/nebula/updates/nightly/N202402110801/ (172B) [INFO] Fetching content.xml.xz from http://download.eclipse.org/nebula/updates/nightly/N202402110801/ (30.44kB) [INFO] Fetching content.xml.xz from http://download.eclipse.org/nebula/updates/nightly/N202402110801/ (30.44kB) [DEBUG] Added 0 locally built units to the target platform [INFO] Resolving dependencies of MavenProject: com.xored.q7.quality:com.xored.q7.quality.mockups.ui:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.ui/pom.xml [INFO] Fetching 201612211000&countryCode=us&timeZone=0&format=xml from http://www.eclipse.org/downloads/download.php?format=xml&file=/releases/neon/ (63B) [INFO] Fetching org.eclipse.ui_3.108.1.v20160929-1045.jar.pack.gz from http://download.eclipse.org/releases/neon/201612211000/plugins/ (268.51kB) [INFO] Fetching org.eclipse.ui_3.108.1.v20160929-1045.jar.pack.gz from http://download.eclipse.org/releases/neon/201612211000/plugins/ (268.51kB) [INFO] Fetching 201606221000&countryCode=us&timeZone=0&format=xml from http://www.eclipse.org/downloads/download.php?format=xml&file=/releases/neon/ (63B) [INFO] Fetching org.eclipse.core.runtime_3.12.0.v20160606-1342.jar.pack.gz from http://download.eclipse.org/releases/neon/201606221000/plugins/ (35.25kB) [INFO] Fetching org.eclipse.core.runtime_3.12.0.v20160606-1342.jar.pack.gz from http://download.eclipse.org/releases/neon/201606221000/plugins/ (35.25kB) [INFO] Fetching 201703231000&countryCode=us&timeZone=0&format=xml from http://www.eclipse.org/downloads/download.php?format=xml&file=/releases/neon/ (63B) [INFO] Fetching org.eclipse.ui.forms_3.7.1.v20161220-1635.jar.pack.gz from http://download.eclipse.org/releases/neon/201703231000/plugins/ (125.61kB) [INFO] Fetching org.eclipse.ui.forms_3.7.1.v20161220-1635.jar.pack.gz from http://download.eclipse.org/releases/neon/201703231000/plugins/ (125.61kB) [INFO] Fetching org.eclipse.core.resources_3.11.1.v20161107-2032.jar from http://download.eclipse.org/releases/neon/201612211000/plugins/ (862.01kB) [INFO] Fetching org.eclipse.core.resources_3.11.1.v20161107-2032.jar from http://download.eclipse.org/releases/neon/201612211000/plugins/ (862.01kB) [INFO] Fetching org.eclipse.jface.databinding_1.8.1.v20161026-1531.jar.pack.gz from http://download.eclipse.org/releases/neon/201612211000/plugins/ (70.71kB) [INFO] Fetching org.eclipse.jface.databinding_1.8.1.v20161026-1531.jar.pack.gz from http://download.eclipse.org/releases/neon/201612211000/plugins/ (70.71kB) [INFO] Fetching org.eclipse.core.databinding_1.6.0.v20160412-0910.jar.pack.gz from http://download.eclipse.org/releases/neon/201606221000/plugins/ (57.81kB) [INFO] Fetching org.eclipse.core.databinding_1.6.0.v20160412-0910.jar.pack.gz from http://download.eclipse.org/releases/neon/201606221000/plugins/ (57.81kB) [INFO] Fetching org.eclipse.osgi_3.11.3.v20170209-1843.jar.pack.gz from http://download.eclipse.org/releases/neon/201703231000/plugins/ (431.77kB) [INFO] Fetching org.eclipse.osgi_3.11.3.v20170209-1843.jar.pack.gz from http://download.eclipse.org/releases/neon/201703231000/plugins/ (431.77kB) [INFO] Fetching javax.xml_1.3.4.v201005080400.jar from http://download.eclipse.org/releases/neon/201606221000/plugins/ (246.29kB) [INFO] Fetching javax.xml_1.3.4.v201005080400.jar from http://download.eclipse.org/releases/neon/201606221000/plugins/ (246.29kB) [INFO] Fetching org.apache.batik.css_1.7.0.v201011041433.jar from http://download.eclipse.org/releases/neon/201606221000/plugins/ (347.67kB) [INFO] Fetching org.apache.batik.css_1.7.0.v201011041433.jar from http://download.eclipse.org/releases/neon/201606221000/plugins/ (347.67kB) [INFO] Fetching org.apache.batik.util_1.7.0.v201011041433.jar from http://download.eclipse.org/releases/neon/201606221000/plugins/ (154.43kB) [INFO] Fetching org.apache.batik.util_1.7.0.v201011041433.jar from http://download.eclipse.org/releases/neon/201606221000/plugins/ (154.43kB) [INFO] Fetching org.w3c.dom.events_3.0.0.draft20060413_v201105210656.jar from http://download.eclipse.org/releases/neon/201606221000/plugins/ (17.78kB) [INFO] Fetching org.w3c.dom.events_3.0.0.draft20060413_v201105210656.jar from http://download.eclipse.org/releases/neon/201606221000/plugins/ (17.78kB) [INFO] Fetching org.w3c.css.sac_1.3.1.v200903091627.jar from http://download.eclipse.org/releases/neon/201606221000/plugins/ (37.68kB) [INFO] Fetching org.w3c.css.sac_1.3.1.v200903091627.jar from http://download.eclipse.org/releases/neon/201606221000/plugins/ (37.68kB) [INFO] Fetching org.w3c.dom.svg_1.1.0.v201011041433.jar from http://download.eclipse.org/releases/neon/201606221000/plugins/ (95.1kB) [INFO] Fetching org.w3c.dom.svg_1.1.0.v201011041433.jar from http://download.eclipse.org/releases/neon/201606221000/plugins/ (95.1kB) [INFO] Fetching org.apache.batik.util.gui_1.7.0.v200903091627.jar from http://download.eclipse.org/releases/neon/201606221000/plugins/ (207.37kB) [INFO] Fetching org.apache.batik.util.gui_1.7.0.v200903091627.jar from http://download.eclipse.org/releases/neon/201606221000/plugins/ (207.37kB) [INFO] Fetching org.eclipse.osgi.services_3.5.100.v20160504-1419.jar.pack.gz from http://download.eclipse.org/releases/neon/201606221000/plugins/ (40.14kB) [INFO] Fetching org.eclipse.osgi.services_3.5.100.v20160504-1419.jar.pack.gz from http://download.eclipse.org/releases/neon/201606221000/plugins/ (40.14kB) [INFO] Fetching org.eclipse.equinox.common_3.8.0.v20160509-1230.jar.pack.gz from http://download.eclipse.org/releases/neon/201606221000/plugins/ (51.37kB) [INFO] Fetching org.eclipse.equinox.common_3.8.0.v20160509-1230.jar.pack.gz from http://download.eclipse.org/releases/neon/201606221000/plugins/ (51.37kB) [INFO] Fetching org.eclipse.core.commands_3.8.1.v20161221-1651.jar.pack.gz from http://download.eclipse.org/releases/neon/201703231000/plugins/ (43.13kB) [INFO] Fetching org.eclipse.core.commands_3.8.1.v20161221-1651.jar.pack.gz from http://download.eclipse.org/releases/neon/201703231000/plugins/ (43.13kB) [INFO] Fetching org.eclipse.core.contenttype_3.5.100.v20160418-1621.jar.pack.gz from http://download.eclipse.org/releases/neon/201606221000/plugins/ (39.58kB) [INFO] Fetching org.eclipse.core.contenttype_3.5.100.v20160418-1621.jar.pack.gz from http://download.eclipse.org/releases/neon/201606221000/plugins/ (39.58kB) [INFO] Fetching 201609281000&countryCode=us&timeZone=0&format=xml from http://www.eclipse.org/downloads/download.php?format=xml&file=/releases/neon/ (63B) [INFO] Fetching org.eclipse.equinox.preferences_3.6.1.v20160815-1406.jar.pack.gz from http://download.eclipse.org/releases/neon/201609281000/plugins/ (53.94kB) [INFO] Fetching org.eclipse.equinox.preferences_3.6.1.v20160815-1406.jar.pack.gz from http://download.eclipse.org/releases/neon/201609281000/plugins/ (53.94kB) [INFO] Fetching org.eclipse.equinox.registry_3.6.100.v20160223-2218.jar.pack.gz from http://download.eclipse.org/releases/neon/201606221000/plugins/ (71.51kB) [INFO] Fetching org.eclipse.equinox.registry_3.6.100.v20160223-2218.jar.pack.gz from http://download.eclipse.org/releases/neon/201606221000/plugins/ (71.51kB) [INFO] Fetching org.eclipse.core.databinding.observable_1.6.0.v20160511-1747.jar.pack.gz from http://download.eclipse.org/releases/neon/201606221000/plugins/ (90.47kB) [INFO] Fetching org.eclipse.core.databinding.observable_1.6.0.v20160511-1747.jar.pack.gz from http://download.eclipse.org/releases/neon/201606221000/plugins/ (90.47kB) [INFO] Fetching org.eclipse.core.databinding.property_1.6.0.v20160427-0852.jar.pack.gz from http://download.eclipse.org/releases/neon/201606221000/plugins/ (49.78kB) [INFO] Fetching org.eclipse.core.databinding.property_1.6.0.v20160427-0852.jar.pack.gz from http://download.eclipse.org/releases/neon/201606221000/plugins/ (49.78kB) [INFO] Fetching com.ibm.icu_56.1.0.v201601250100.jar.pack.gz from http://download.eclipse.org/releases/neon/201606221000/plugins/ (8.22MB) [INFO] Fetching com.ibm.icu_56.1.0.v201601250100.jar.pack.gz from http://download.eclipse.org/releases/neon/201606221000/plugins/ (8.22MB) [INFO] Fetching org.eclipse.core.expressions_3.5.100.v20160418-1621.jar.pack.gz from http://download.eclipse.org/releases/neon/201606221000/plugins/ (32.83kB) [INFO] Fetching org.eclipse.core.expressions_3.5.100.v20160418-1621.jar.pack.gz from http://download.eclipse.org/releases/neon/201606221000/plugins/ (32.83kB) [INFO] Fetching org.eclipse.core.filesystem_1.6.1.v20161113-2349.jar.pack.gz from http://download.eclipse.org/releases/neon/201612211000/plugins/ (27.54kB) [INFO] Fetching org.eclipse.core.filesystem_1.6.1.v20161113-2349.jar.pack.gz from http://download.eclipse.org/releases/neon/201612211000/plugins/ (27.54kB) [INFO] Fetching org.eclipse.core.jobs_3.8.0.v20160509-0411.jar.pack.gz from http://download.eclipse.org/releases/neon/201606221000/plugins/ (46.37kB) [INFO] Fetching org.eclipse.core.jobs_3.8.0.v20160509-0411.jar.pack.gz from http://download.eclipse.org/releases/neon/201606221000/plugins/ (46.37kB) [INFO] Fetching org.eclipse.equinox.app_1.3.400.v20150715-1528.jar.pack.gz from http://download.eclipse.org/releases/neon/201606221000/plugins/ (40.76kB) [INFO] Fetching org.eclipse.equinox.app_1.3.400.v20150715-1528.jar.pack.gz from http://download.eclipse.org/releases/neon/201606221000/plugins/ (40.76kB) [INFO] Fetching org.eclipse.e4.core.commands_0.11.100.v20160506-0804.jar.pack.gz from http://download.eclipse.org/releases/neon/201606221000/plugins/ (13.72kB) [INFO] Fetching org.eclipse.e4.core.commands_0.11.100.v20160506-0804.jar.pack.gz from http://download.eclipse.org/releases/neon/201606221000/plugins/ (13.72kB) [INFO] Fetching org.eclipse.e4.core.di_1.6.1.v20160712-0927.jar.pack.gz from http://download.eclipse.org/releases/neon/201609281000/plugins/ (26.23kB) [INFO] Fetching org.eclipse.e4.core.di_1.6.1.v20160712-0927.jar.pack.gz from http://download.eclipse.org/releases/neon/201609281000/plugins/ (26.23kB) [INFO] Fetching javax.inject_1.0.0.v20091030.jar from http://download.eclipse.org/releases/neon/201606221000/plugins/ (16.6kB) [INFO] Fetching javax.inject_1.0.0.v20091030.jar from http://download.eclipse.org/releases/neon/201606221000/plugins/ (16.6kB) [INFO] Fetching org.eclipse.e4.core.contexts_1.5.1.v20170203-1100.jar.pack.gz from http://download.eclipse.org/releases/neon/201703231000/plugins/ (22.44kB) [INFO] Fetching org.eclipse.e4.core.contexts_1.5.1.v20170203-1100.jar.pack.gz from http://download.eclipse.org/releases/neon/201703231000/plugins/ (22.44kB) [INFO] Fetching org.eclipse.e4.core.services_2.0.100.v20160509-1032.jar.pack.gz from http://download.eclipse.org/releases/neon/201606221000/plugins/ (23.39kB) [INFO] Fetching org.eclipse.e4.core.services_2.0.100.v20160509-1032.jar.pack.gz from http://download.eclipse.org/releases/neon/201606221000/plugins/ (23.39kB) [INFO] Fetching org.eclipse.e4.core.di.annotations_1.5.0.v20151127-1241.jar.pack.gz from http://download.eclipse.org/releases/neon/201606221000/plugins/ (7.59kB) [INFO] Fetching org.eclipse.e4.core.di.annotations_1.5.0.v20151127-1241.jar.pack.gz from http://download.eclipse.org/releases/neon/201606221000/plugins/ (7.59kB) [INFO] Fetching org.eclipse.e4.core.di.extensions_0.14.0.v20160211-1614.jar.pack.gz from http://download.eclipse.org/releases/neon/201606221000/plugins/ (13.88kB) [INFO] Fetching org.eclipse.e4.core.di.extensions_0.14.0.v20160211-1614.jar.pack.gz from http://download.eclipse.org/releases/neon/201606221000/plugins/ (13.88kB) [INFO] Fetching org.eclipse.e4.emf.xpath_0.1.200.v20160506-0804.jar.pack.gz from http://download.eclipse.org/releases/neon/201606221000/plugins/ (21.67kB) [INFO] Fetching org.eclipse.e4.emf.xpath_0.1.200.v20160506-0804.jar.pack.gz from http://download.eclipse.org/releases/neon/201606221000/plugins/ (21.67kB) [INFO] Fetching org.apache.commons.jxpath_1.3.0.v200911051830.jar.pack.gz from http://download.eclipse.org/releases/neon/201606221000/plugins/ (98kB) [INFO] Fetching org.apache.commons.jxpath_1.3.0.v200911051830.jar.pack.gz from http://download.eclipse.org/releases/neon/201606221000/plugins/ (98kB) [INFO] Fetching org.eclipse.emf.ecore_2.12.0.v20160420-0247.jar.pack.gz from http://download.eclipse.org/releases/neon/201606221000/plugins/ (366.46kB) [INFO] Fetching org.eclipse.emf.ecore_2.12.0.v20160420-0247.jar.pack.gz from http://download.eclipse.org/releases/neon/201606221000/plugins/ (366.46kB) [INFO] Fetching org.eclipse.e4.ui.bindings_0.11.100.v20160509-1025.jar.pack.gz from http://download.eclipse.org/releases/neon/201606221000/plugins/ (24.02kB) [INFO] Fetching org.eclipse.e4.ui.bindings_0.11.100.v20160509-1025.jar.pack.gz from http://download.eclipse.org/releases/neon/201606221000/plugins/ (24.02kB) [INFO] Fetching org.eclipse.swt_3.105.3.v20170228-0512.jar.pack.gz from http://download.eclipse.org/releases/neon/201703231000/plugins/ (18.2kB) [INFO] Fetching org.eclipse.jface_3.12.2.v20170113-2113.jar.pack.gz from http://download.eclipse.org/releases/neon/201703231000/plugins/ (344.64kB) [INFO] Fetching org.eclipse.jface_3.12.2.v20170113-2113.jar.pack.gz from http://download.eclipse.org/releases/neon/201703231000/plugins/ (344.64kB) [INFO] Fetching org.eclipse.e4.ui.css.core_0.12.1.v20161114-0210.jar.pack.gz from http://download.eclipse.org/releases/neon/201612211000/plugins/ (65.01kB) [INFO] Fetching org.eclipse.e4.ui.css.core_0.12.1.v20161114-0210.jar.pack.gz from http://download.eclipse.org/releases/neon/201612211000/plugins/ (65.01kB) [INFO] Fetching org.eclipse.e4.ui.css.swt_0.12.100.v20160517-1505.jar.pack.gz from http://download.eclipse.org/releases/neon/201606221000/plugins/ (80.01kB) [INFO] Fetching org.eclipse.e4.ui.css.swt_0.12.100.v20160517-1505.jar.pack.gz from http://download.eclipse.org/releases/neon/201606221000/plugins/ (80.01kB) [INFO] Fetching org.eclipse.e4.ui.css.swt.theme_0.10.100.v20160523-0836.jar.pack.gz from http://download.eclipse.org/releases/neon/201606221000/plugins/ (16.11kB) [INFO] Fetching org.eclipse.e4.ui.css.swt.theme_0.10.100.v20160523-0836.jar.pack.gz from http://download.eclipse.org/releases/neon/201606221000/plugins/ (16.11kB) [INFO] Fetching org.eclipse.e4.ui.di_1.1.100.v20160506-0759.jar.pack.gz from http://download.eclipse.org/releases/neon/201606221000/plugins/ (9.57kB) [INFO] Fetching org.eclipse.e4.ui.di_1.1.100.v20160506-0759.jar.pack.gz from http://download.eclipse.org/releases/neon/201606221000/plugins/ (9.57kB) [INFO] Fetching org.eclipse.e4.ui.model.workbench_1.2.0.v20160229-1459.jar.pack.gz from http://download.eclipse.org/releases/neon/201606221000/plugins/ (106.56kB) [INFO] Fetching org.eclipse.e4.ui.model.workbench_1.2.0.v20160229-1459.jar.pack.gz from http://download.eclipse.org/releases/neon/201606221000/plugins/ (106.56kB) [INFO] Fetching org.eclipse.e4.ui.services_1.2.100.v20160506-0759.jar.pack.gz from http://download.eclipse.org/releases/neon/201606221000/plugins/ (14.13kB) [INFO] Fetching org.eclipse.e4.ui.services_1.2.100.v20160506-0759.jar.pack.gz from http://download.eclipse.org/releases/neon/201606221000/plugins/ (14.13kB) [INFO] Fetching org.eclipse.e4.ui.widgets_1.1.100.v20160506-0759.jar.pack.gz from http://download.eclipse.org/releases/neon/201606221000/plugins/ (9.84kB) [INFO] Fetching org.eclipse.e4.ui.widgets_1.1.100.v20160506-0759.jar.pack.gz from http://download.eclipse.org/releases/neon/201606221000/plugins/ (9.84kB) [INFO] Fetching org.eclipse.e4.ui.workbench_1.4.0.v20160517-1624.jar.pack.gz from http://download.eclipse.org/releases/neon/201606221000/plugins/ (81.91kB) [INFO] Fetching org.eclipse.e4.ui.workbench_1.4.0.v20160517-1624.jar.pack.gz from http://download.eclipse.org/releases/neon/201606221000/plugins/ (81.91kB) [INFO] Fetching org.eclipse.emf.ecore.change_2.11.0.v20160420-0247.jar.pack.gz from http://download.eclipse.org/releases/neon/201606221000/plugins/ (36.05kB) [INFO] Fetching org.eclipse.emf.ecore.change_2.11.0.v20160420-0247.jar.pack.gz from http://download.eclipse.org/releases/neon/201606221000/plugins/ (36.05kB) [INFO] Fetching org.eclipse.emf.ecore.xmi_2.12.0.v20160420-0247.jar.pack.gz from http://download.eclipse.org/releases/neon/201606221000/plugins/ (80.33kB) [INFO] Fetching org.eclipse.e4.ui.workbench.renderers.swt_0.14.1.v20170117-1415.jar.pack.gz from http://download.eclipse.org/releases/neon/201703231000/plugins/ (98.24kB) [INFO] Fetching org.eclipse.e4.ui.workbench.renderers.swt_0.14.1.v20170117-1415.jar.pack.gz from http://download.eclipse.org/releases/neon/201703231000/plugins/ (98.24kB) [INFO] Fetching org.eclipse.e4.ui.workbench.swt_0.14.1.v20160829-0832.jar.pack.gz from http://download.eclipse.org/releases/neon/201609281000/plugins/ (72.42kB) [INFO] Fetching org.eclipse.e4.ui.workbench.swt_0.14.1.v20160829-0832.jar.pack.gz from http://download.eclipse.org/releases/neon/201609281000/plugins/ (72.42kB) [INFO] Fetching org.eclipse.e4.ui.workbench.addons.swt_1.2.101.v20170206-1129.jar.pack.gz from http://download.eclipse.org/releases/neon/201703231000/plugins/ (54.05kB) [INFO] Fetching org.eclipse.e4.ui.workbench.addons.swt_1.2.101.v20170206-1129.jar.pack.gz from http://download.eclipse.org/releases/neon/201703231000/plugins/ (54.05kB) [INFO] Fetching org.eclipse.equinox.ds_1.4.400.v20160226-2036.jar.pack.gz from http://download.eclipse.org/releases/neon/201606221000/plugins/ (89.5kB) [INFO] Fetching org.eclipse.equinox.ds_1.4.400.v20160226-2036.jar.pack.gz from http://download.eclipse.org/releases/neon/201606221000/plugins/ (89.5kB) [INFO] Fetching org.eclipse.e4.ui.workbench3_0.13.100.v20160506-0759.jar.pack.gz from http://download.eclipse.org/releases/neon/201606221000/plugins/ (7.92kB) [INFO] Fetching org.eclipse.e4.ui.workbench3_0.13.100.v20160506-0759.jar.pack.gz from http://download.eclipse.org/releases/neon/201606221000/plugins/ (7.92kB) [INFO] Fetching org.eclipse.emf.common_2.12.0.v20160420-0247.jar.pack.gz from http://download.eclipse.org/releases/neon/201606221000/plugins/ (104.54kB) [INFO] Fetching org.eclipse.emf.common_2.12.0.v20160420-0247.jar.pack.gz from http://download.eclipse.org/releases/neon/201606221000/plugins/ (104.54kB) [INFO] Fetching org.eclipse.equinox.util_1.0.500.v20130404-1337.jar.pack.gz from http://download.eclipse.org/releases/neon/201606221000/plugins/ (30.41kB) [INFO] Fetching org.eclipse.equinox.util_1.0.500.v20130404-1337.jar.pack.gz from http://download.eclipse.org/releases/neon/201606221000/plugins/ (30.41kB) [INFO] Fetching org.eclipse.help_3.7.0.v20160602-1307.jar.pack.gz from http://download.eclipse.org/releases/neon/201606221000/plugins/ (122.2kB) [INFO] Fetching org.eclipse.help_3.7.0.v20160602-1307.jar.pack.gz from http://download.eclipse.org/releases/neon/201606221000/plugins/ (122.2kB) [INFO] Fetching org.eclipse.swt.win32.win32.x86_3.105.3.v20170228-0512.jar.pack.gz from http://download.eclipse.org/releases/neon/201703231000/plugins/ (1.18MB) [INFO] Fetching org.eclipse.swt.win32.win32.x86_3.105.3.v20170228-0512.jar.pack.gz from http://download.eclipse.org/releases/neon/201703231000/plugins/ (1.18MB) [INFO] Fetching org.eclipse.ui.workbench_3.108.3.v20170216-1539.jar.pack.gz from http://download.eclipse.org/releases/neon/201703231000/plugins/ (1.03MB) [INFO] Fetching org.eclipse.ui.workbench_3.108.3.v20170216-1539.jar.pack.gz from http://download.eclipse.org/releases/neon/201703231000/plugins/ (1.03MB) [INFO] Fetching org.w3c.dom.smil_1.0.1.v200903091627.jar.pack.gz from http://download.eclipse.org/releases/neon/201606221000/plugins/ (14.95kB) [INFO] Fetching org.w3c.dom.smil_1.0.1.v200903091627.jar.pack.gz from http://download.eclipse.org/releases/neon/201606221000/plugins/ (14.95kB) [INFO] Fetching org.eclipse.swt.win32.win32.x86_64_3.105.3.v20170228-0512.jar.pack.gz from http://download.eclipse.org/releases/neon/201703231000/plugins/ (1.17MB) [INFO] Fetching org.eclipse.swt.win32.win32.x86_64_3.105.3.v20170228-0512.jar.pack.gz from http://download.eclipse.org/releases/neon/201703231000/plugins/ (1.17MB) [INFO] Fetching org.eclipse.swt.gtk.linux.x86_3.105.3.v20170228-0512.jar.pack.gz from http://download.eclipse.org/releases/neon/201703231000/plugins/ (1.14MB) [INFO] Fetching org.eclipse.swt.gtk.linux.x86_3.105.3.v20170228-0512.jar.pack.gz from http://download.eclipse.org/releases/neon/201703231000/plugins/ (1.14MB) [INFO] Fetching org.eclipse.swt.gtk.linux.x86_64_3.105.3.v20170228-0512.jar.pack.gz from http://download.eclipse.org/releases/neon/201703231000/plugins/ (1.28MB) [INFO] Fetching org.eclipse.swt.gtk.linux.x86_64_3.105.3.v20170228-0512.jar.pack.gz from http://download.eclipse.org/releases/neon/201703231000/plugins/ (1.28MB) [INFO] Fetching org.eclipse.swt.cocoa.macosx.x86_64_3.105.3.v20170228-0512.jar.pack.gz from http://download.eclipse.org/releases/neon/201703231000/plugins/ (961.03kB) [INFO] Fetching org.eclipse.swt.cocoa.macosx.x86_64_3.105.3.v20170228-0512.jar.pack.gz from http://download.eclipse.org/releases/neon/201703231000/plugins/ (961.03kB) [INFO] Resolving class path of MavenProject: com.xored.q7.quality:com.xored.q7.quality.mockups.ui:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.ui/pom.xml [INFO] Computing target platform for MavenProject: com.xored.q7.quality:com.xored.q7.quality.mockups.issues:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.issues/pom.xml [DEBUG] Added p2 repository neon (http://download.eclipse.org/releases/neon) [DEBUG] Added p2 repository nat-table (http://download.eclipse.org/nattable/releases/2.3.0/repository/) [DEBUG] Added p2 repository nebula (http://download.eclipse.org/nebula/snapshot) [DEBUG] Using execution environment 'JavaSE-1.6' configured in Bundle-RequiredExecutionEnvironment (first entry) [DEBUG] Registered artifact repository org.eclipse.tycho.repository.registry.facade.RepositoryBlackboardKey(uri=file:/resolution-context-artifacts@%252Fhome%252Fjenkins%252Fagent%252Fworkspace%252Fmockups%252Fplugins%252Fcom.xored.q7.quality.mockups.issues) [DEBUG] Added 0 locally built units to the target platform [INFO] Resolving dependencies of MavenProject: com.xored.q7.quality:com.xored.q7.quality.mockups.issues:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.issues/pom.xml [INFO] Fetching org.eclipse.ui.views_3.8.102.v20170111-0801.jar.pack.gz from http://download.eclipse.org/releases/neon/201703231000/plugins/ (48.08kB) [INFO] Fetching org.eclipse.ui.views_3.8.102.v20170111-0801.jar.pack.gz from http://download.eclipse.org/releases/neon/201703231000/plugins/ (48.08kB) [INFO] Fetching com.ibm.icu.base_56.1.0.v201601250100.jar.pack.gz from http://download.eclipse.org/releases/neon/201606221000/plugins/ (78kB) [INFO] Fetching com.ibm.icu.base_56.1.0.v201601250100.jar.pack.gz from http://download.eclipse.org/releases/neon/201606221000/plugins/ (78kB) [INFO] Resolving class path of MavenProject: com.xored.q7.quality:com.xored.q7.quality.mockups.issues:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.issues/pom.xml [INFO] Computing target platform for MavenProject: com.xored.q7.quality:com.xored.q7.quality.mockups.platform:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.platform/pom.xml [DEBUG] Added p2 repository neon (http://download.eclipse.org/releases/neon) [DEBUG] Added p2 repository nat-table (http://download.eclipse.org/nattable/releases/2.3.0/repository/) [DEBUG] Added p2 repository nebula (http://download.eclipse.org/nebula/snapshot) [DEBUG] Using execution environment 'JavaSE-1.6' configured in Bundle-RequiredExecutionEnvironment (first entry) [DEBUG] Registered artifact repository org.eclipse.tycho.repository.registry.facade.RepositoryBlackboardKey(uri=file:/resolution-context-artifacts@%252Fhome%252Fjenkins%252Fagent%252Fworkspace%252Fmockups%252Fplugins%252Fcom.xored.q7.quality.mockups.platform) [DEBUG] Added 0 locally built units to the target platform [INFO] Resolving dependencies of MavenProject: com.xored.q7.quality:com.xored.q7.quality.mockups.platform:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.platform/pom.xml [DEBUG] No solution found because the problem is unsatisfiable.: [Unable to satisfy dependency from com.xored.q7.quality.mockups.platform 1.0.0.qualifier to osgi.bundle; org.eclipse.core.databinding.property 1.9.100.; No solution found because the problem is unsatisfiable.] [INFO] {osgi.os=win32, osgi.ws=win32, org.eclipse.update.install.features=true, osgi.arch=x86} [ERROR] Cannot resolve project dependencies: [ERROR] Software being installed: com.xored.q7.quality.mockups.platform 1.0.0.qualifier [ERROR] Missing requirement: com.xored.q7.quality.mockups.platform 1.0.0.qualifier requires 'osgi.bundle; org.eclipse.core.databinding.property 1.9.100' but it could not be found [ERROR] [ERROR] See http://wiki.eclipse.org/Tycho/Dependency_Resolution_Troubleshooting for help. [ERROR] Cannot resolve dependencies of MavenProject: com.xored.q7.quality:com.xored.q7.quality.mockups.platform:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.platform/pom.xml: See log for details -> [Help 1] org.apache.maven.MavenExecutionException: Cannot resolve dependencies of MavenProject: com.xored.q7.quality:com.xored.q7.quality.mockups.platform:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.platform/pom.xml at org.eclipse.tycho.core.maven.TychoMavenLifecycleParticipant.afterProjectsRead (TychoMavenLifecycleParticipant.java:100) at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:264) 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.eclipse.tycho.artifacts.DependencyResolutionException: Cannot resolve dependencies of MavenProject: com.xored.q7.quality:com.xored.q7.quality.mockups.platform:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/mockups/plugins/com.xored.q7.quality.mockups.platform/pom.xml at org.eclipse.tycho.p2.resolver.P2ResolverImpl.resolveDependencies (P2ResolverImpl.java:201) at org.eclipse.tycho.p2.resolver.P2ResolverImpl.resolveDependencies (P2ResolverImpl.java:115) at org.eclipse.tycho.p2.resolver.P2DependencyResolver.doResolveDependencies (P2DependencyResolver.java:368) at org.eclipse.tycho.p2.resolver.P2DependencyResolver.resolveDependencies (P2DependencyResolver.java:336) at org.eclipse.tycho.core.resolver.DefaultTychoResolver.resolveProject (DefaultTychoResolver.java:117) at org.eclipse.tycho.core.maven.TychoMavenLifecycleParticipant.afterProjectsRead (TychoMavenLifecycleParticipant.java:95) at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:264) 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.eclipse.tycho.p2.util.resolution.ResolverException: See log for details at org.eclipse.tycho.p2.util.resolution.ProjectorResolutionStrategy.resolve (ProjectorResolutionStrategy.java:88) at org.eclipse.tycho.p2.util.resolution.AbstractResolutionStrategy.resolve (AbstractResolutionStrategy.java:42) at org.eclipse.tycho.p2.resolver.P2ResolverImpl.resolveDependencies (P2ResolverImpl.java:194) at org.eclipse.tycho.p2.resolver.P2ResolverImpl.resolveDependencies (P2ResolverImpl.java:115) at org.eclipse.tycho.p2.resolver.P2DependencyResolver.doResolveDependencies (P2DependencyResolver.java:368) at org.eclipse.tycho.p2.resolver.P2DependencyResolver.resolveDependencies (P2DependencyResolver.java:336) at org.eclipse.tycho.core.resolver.DefaultTychoResolver.resolveProject (DefaultTychoResolver.java:117) at org.eclipse.tycho.core.maven.TychoMavenLifecycleParticipant.afterProjectsRead (TychoMavenLifecycleParticipant.java:95) at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:264) 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] [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/MavenExecutionException [Pipeline] } [Pipeline] // container [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Archive) Stage "Archive" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // podTemplate [Pipeline] End of Pipeline ERROR: script returned exit code 1 Finished: FAILURE