Started by timer Running as SYSTEM Agent default-agent-zf7wf is provisioned from template Kubernetes Pod Template --- apiVersion: "v1" kind: "Pod" metadata: annotations: {} labels: jenkins: "slave" name: "default-agent-zf7wf" spec: containers: - env: - name: "MAVEN_OPTS" value: "-Dorg.slf4j.simpleLogger.log.org.apache.maven.cli.transfer.Slf4jMavenTransferListener=warn" - name: "JENKINS_SECRET" value: "********" - name: "JENKINS_TUNNEL" value: "jenkins-discovery.esf.svc.cluster.local:50000" - name: "JENKINS_AGENT_NAME" value: "default-agent-zf7wf" - name: "MAVEN_CONFIG" value: "-B -e" - name: "JENKINS_NAME" value: "default-agent-zf7wf" - name: "JENKINS_AGENT_WORKDIR" value: "/home/jenkins/agent" - name: "JENKINS_URL" value: "http://jenkins-ui.esf.svc.cluster.local/esf/" - name: "HOME" value: "/home/jenkins" image: "eclipsecbijenkins/jenkins-agent:3.35@sha256:5d06ebec6e9dffc44fb41009a51d085a83944a23f651416531b960143d186340" imagePullPolicy: "IfNotPresent" name: "jnlp" resources: limits: memory: "4096Mi" cpu: "2000m" requests: memory: "4096Mi" cpu: "1000m" securityContext: privileged: false tty: true volumeMounts: - mountPath: "/home/jenkins/.m2/toolchains.xml" name: "toolchains-xml" readOnly: true subPath: "toolchains.xml" - mountPath: "/opt/tools" name: "volume-0" readOnly: false - mountPath: "/home/jenkins" name: "volume-2" readOnly: false - mountPath: "/home/jenkins/.m2/repository" name: "volume-3" readOnly: false - mountPath: "/home/jenkins/.m2/settings-security.xml" name: "settings-security-xml" readOnly: true subPath: "settings-security.xml" - mountPath: "/home/jenkins/.m2/settings.xml" name: "settings-xml" readOnly: true subPath: "settings.xml" - mountPath: "/home/jenkins/.ssh" name: "volume-1" readOnly: false - mountPath: "/home/jenkins/agent" name: "workspace-volume" readOnly: false workingDir: "/home/jenkins/agent" nodeSelector: {} restartPolicy: "Never" volumes: - name: "settings-security-xml" secret: items: - key: "settings-security.xml" path: "settings-security.xml" secretName: "m2-secret-dir" - name: "volume-0" persistentVolumeClaim: claimName: "tools-claim-jiro-esf" readOnly: true - configMap: items: - key: "toolchains.xml" path: "toolchains.xml" name: "m2-dir" name: "toolchains-xml" - emptyDir: medium: "" name: "volume-2" - configMap: name: "known-hosts" name: "volume-1" - name: "settings-xml" secret: items: - key: "settings.xml" path: "settings.xml" secretName: "m2-secret-dir" - emptyDir: medium: "" name: "workspace-volume" - emptyDir: medium: "" name: "volume-3" Building remotely on default-agent-zf7wf in workspace /home/jenkins/agent/workspace/esf-infra-quality No credentials specified Cloning the remote Git repository Cloning repository git://git.eclipse.org/gitroot/esf/esf-infra > git init /home/jenkins/agent/workspace/esf-infra-quality # timeout=10 Fetching upstream changes from git://git.eclipse.org/gitroot/esf/esf-infra > git --version # timeout=10 > git fetch --tags --force --progress -- git://git.eclipse.org/gitroot/esf/esf-infra +refs/heads/*:refs/remotes/origin/* > git config remote.origin.url git://git.eclipse.org/gitroot/esf/esf-infra # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git://git.eclipse.org/gitroot/esf/esf-infra # timeout=10 Fetching upstream changes from git://git.eclipse.org/gitroot/esf/esf-infra > git fetch --tags --force --progress -- git://git.eclipse.org/gitroot/esf/esf-infra +refs/heads/*:refs/remotes/origin/* > git rev-parse refs/remotes/origin/master^{commit} # timeout=10 > git rev-parse refs/remotes/origin/origin/master^{commit} # timeout=10 Checking out Revision a2dee5fe17d7afff4eb4bd0b6e3618160e7471c4 (refs/remotes/origin/master) > git config core.sparsecheckout # timeout=10 > git checkout -f a2dee5fe17d7afff4eb4bd0b6e3618160e7471c4 Commit message: "[releng] Add automatic module name" > git rev-list --no-walk a2dee5fe17d7afff4eb4bd0b6e3618160e7471c4 # timeout=10 [esf-infra-quality] $ /opt/tools/apache-maven/latest/bin/mvn -f pom.xml clean verify Picked up JAVA_TOOL_OPTIONS: -XX:+IgnoreUnrecognizedVMOptions -XX:+UseContainerSupport -XX:+UnlockExperimentalVMOptions -XX:+UseCGroupMemoryLimitForHeap Picked up _JAVA_OPTIONS: -XX:MaxRAMPercentage=64.0 [INFO] Scanning for projects... Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/tycho-maven-plugin/1.3.0/tycho-maven-plugin-1.3.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-maven-plugin/1.3.0/tycho-maven-plugin-1.3.0.pom Progress (1): 2.1 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-maven-plugin/1.3.0/tycho-maven-plugin-1.3.0.pom (2.1 kB at 14 kB/s) Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/tycho/1.3.0/tycho-1.3.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho/1.3.0/tycho-1.3.0.pom Progress (1): 4.1 kB Progress (1): 8.2 kB Progress (1): 12 kB Progress (1): 16 kB Progress (1): 19 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho/1.3.0/tycho-1.3.0.pom (19 kB at 329 kB/s) Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/tycho-core/1.3.0/tycho-core-1.3.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-core/1.3.0/tycho-core-1.3.0.pom Progress (1): 4.1 kB Progress (1): 4.5 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-core/1.3.0/tycho-core-1.3.0.pom (4.5 kB at 116 kB/s) Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-core/3.0/maven-core-3.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/3.0/maven-core-3.0.pom Progress (1): 4.1 kB Progress (1): 6.6 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/3.0/maven-core-3.0.pom (6.6 kB at 288 kB/s) Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven/3.0/maven-3.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/3.0/maven-3.0.pom Progress (1): 4.1 kB Progress (1): 8.2 kB Progress (1): 12 kB Progress (1): 16 kB Progress (1): 20 kB Progress (1): 22 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/3.0/maven-3.0.pom (22 kB at 755 kB/s) Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-parent/15/maven-parent-15.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/15/maven-parent-15.pom Progress (1): 4.1 kB Progress (1): 8.2 kB Progress (1): 12 kB Progress (1): 16 kB Progress (1): 20 kB Progress (1): 24 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/15/maven-parent-15.pom (24 kB at 632 kB/s) Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/apache/6/apache-6.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/6/apache-6.pom Progress (1): 4.1 kB Progress (1): 8.2 kB Progress (1): 12 kB Progress (1): 13 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/6/apache-6.pom (13 kB at 413 kB/s) Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-model/3.0/maven-model-3.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/3.0/maven-model-3.0.pom Progress (1): 3.9 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/3.0/maven-model-3.0.pom (3.9 kB at 97 kB/s) Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-utils/3.0.24/plexus-utils-3.0.24.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.24/plexus-utils-3.0.24.pom Progress (1): 4.1 kB Progress (1): 4.1 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.24/plexus-utils-3.0.24.pom (4.1 kB at 159 kB/s) Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus/4.0/plexus-4.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/4.0/plexus-4.0.pom Progress (1): 4.1 kB Progress (1): 8.2 kB Progress (1): 12 kB Progress (1): 16 kB Progress (1): 20 kB Progress (1): 22 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/4.0/plexus-4.0.pom (22 kB at 768 kB/s) Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/forge/forge-parent/10/forge-parent-10.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/forge/forge-parent/10/forge-parent-10.pom Progress (1): 4.1 kB Progress (1): 8.2 kB Progress (1): 12 kB Progress (1): 14 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/forge/forge-parent/10/forge-parent-10.pom (14 kB at 348 kB/s) Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-settings/3.0/maven-settings-3.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/3.0/maven-settings-3.0.pom Progress (1): 1.9 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/3.0/maven-settings-3.0.pom (1.9 kB at 65 kB/s) Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-settings-builder/3.0/maven-settings-builder-3.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings-builder/3.0/maven-settings-builder-3.0.pom Progress (1): 2.2 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings-builder/3.0/maven-settings-builder-3.0.pom (2.2 kB at 53 kB/s) Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-interpolation/1.14/plexus-interpolation-1.14.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.14/plexus-interpolation-1.14.pom Progress (1): 910 B Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.14/plexus-interpolation-1.14.pom (910 B at 35 kB/s) Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-components/1.1.18/plexus-components-1.1.18.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-components/1.1.18/plexus-components-1.1.18.pom Progress (1): 4.1 kB Progress (1): 5.4 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-components/1.1.18/plexus-components-1.1.18.pom (5.4 kB at 149 kB/s) Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus/2.0.7/plexus-2.0.7.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/2.0.7/plexus-2.0.7.pom Progress (1): 4.1 kB Progress (1): 8.2 kB Progress (1): 12 kB Progress (1): 16 kB Progress (1): 17 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/2.0.7/plexus-2.0.7.pom (17 kB at 596 kB/s) Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-component-annotations/1.7.1/plexus-component-annotations-1.7.1.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-component-annotations/1.7.1/plexus-component-annotations-1.7.1.pom Progress (1): 770 B Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-component-annotations/1.7.1/plexus-component-annotations-1.7.1.pom (770 B at 27 kB/s) Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-containers/1.7.1/plexus-containers-1.7.1.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-containers/1.7.1/plexus-containers-1.7.1.pom Progress (1): 4.1 kB Progress (1): 5.0 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-containers/1.7.1/plexus-containers-1.7.1.pom (5.0 kB at 240 kB/s) Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/plexus/plexus-sec-dispatcher/1.3/plexus-sec-dispatcher-1.3.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plexus/plexus-sec-dispatcher/1.3/plexus-sec-dispatcher-1.3.pom Progress (1): 3.0 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plexus/plexus-sec-dispatcher/1.3/plexus-sec-dispatcher-1.3.pom (3.0 kB at 148 kB/s) Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/spice/spice-parent/12/spice-parent-12.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/spice/spice-parent/12/spice-parent-12.pom Progress (1): 4.1 kB Progress (1): 6.8 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/spice/spice-parent/12/spice-parent-12.pom (6.8 kB at 340 kB/s) Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/forge/forge-parent/4/forge-parent-4.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/forge/forge-parent/4/forge-parent-4.pom Progress (1): 4.1 kB Progress (1): 8.2 kB Progress (1): 8.4 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/forge/forge-parent/4/forge-parent-4.pom (8.4 kB at 323 kB/s) Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/plexus/plexus-cipher/1.7/plexus-cipher-1.7.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plexus/plexus-cipher/1.7/plexus-cipher-1.7.pom Progress (1): 4.1 kB Progress (1): 4.2 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plexus/plexus-cipher/1.7/plexus-cipher-1.7.pom (4.2 kB at 161 kB/s) Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/spice/spice-parent/15/spice-parent-15.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/spice/spice-parent/15/spice-parent-15.pom Progress (1): 4.1 kB Progress (1): 8.2 kB Progress (1): 8.4 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/spice/spice-parent/15/spice-parent-15.pom (8.4 kB at 310 kB/s) Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/forge/forge-parent/5/forge-parent-5.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/forge/forge-parent/5/forge-parent-5.pom Progress (1): 4.1 kB Progress (1): 8.2 kB Progress (1): 8.4 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/forge/forge-parent/5/forge-parent-5.pom (8.4 kB at 194 kB/s) Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-repository-metadata/3.0/maven-repository-metadata-3.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/3.0/maven-repository-metadata-3.0.pom Progress (1): 1.9 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/3.0/maven-repository-metadata-3.0.pom (1.9 kB at 49 kB/s) Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-artifact/3.0/maven-artifact-3.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/3.0/maven-artifact-3.0.pom Progress (1): 1.9 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/3.0/maven-artifact-3.0.pom (1.9 kB at 88 kB/s) Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-plugin-api/3.0/maven-plugin-api-3.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/3.0/maven-plugin-api-3.0.pom Progress (1): 2.3 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/3.0/maven-plugin-api-3.0.pom (2.3 kB at 104 kB/s) Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/sisu/sisu-inject-plexus/1.4.2/sisu-inject-plexus-1.4.2.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-inject-plexus/1.4.2/sisu-inject-plexus-1.4.2.pom Progress (1): 4.1 kB Progress (1): 5.4 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-inject-plexus/1.4.2/sisu-inject-plexus-1.4.2.pom (5.4 kB at 256 kB/s) Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/sisu/inject/guice-plexus/1.4.2/guice-plexus-1.4.2.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/inject/guice-plexus/1.4.2/guice-plexus-1.4.2.pom Progress (1): 3.1 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/inject/guice-plexus/1.4.2/guice-plexus-1.4.2.pom (3.1 kB at 104 kB/s) Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/sisu/inject/guice-bean/1.4.2/guice-bean-1.4.2.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/inject/guice-bean/1.4.2/guice-bean-1.4.2.pom Progress (1): 2.6 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/inject/guice-bean/1.4.2/guice-bean-1.4.2.pom (2.6 kB at 79 kB/s) Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/sisu/sisu-inject/1.4.2/sisu-inject-1.4.2.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-inject/1.4.2/sisu-inject-1.4.2.pom Progress (1): 1.2 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-inject/1.4.2/sisu-inject-1.4.2.pom (1.2 kB at 62 kB/s) Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/sisu/sisu-parent/1.4.2/sisu-parent-1.4.2.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-parent/1.4.2/sisu-parent-1.4.2.pom Progress (1): 4.1 kB Progress (1): 7.8 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-parent/1.4.2/sisu-parent-1.4.2.pom (7.8 kB at 354 kB/s) Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/forge/forge-parent/6/forge-parent-6.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/forge/forge-parent/6/forge-parent-6.pom Progress (1): 4.1 kB Progress (1): 8.2 kB Progress (1): 11 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/forge/forge-parent/6/forge-parent-6.pom (11 kB at 347 kB/s) Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-classworlds/2.2.3/plexus-classworlds-2.2.3.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-classworlds/2.2.3/plexus-classworlds-2.2.3.pom Progress (1): 4.0 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-classworlds/2.2.3/plexus-classworlds-2.2.3.pom (4.0 kB at 167 kB/s) Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus/2.0.6/plexus-2.0.6.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/2.0.6/plexus-2.0.6.pom Progress (1): 4.1 kB Progress (1): 8.2 kB Progress (1): 12 kB Progress (1): 16 kB Progress (1): 17 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/2.0.6/plexus-2.0.6.pom (17 kB at 838 kB/s) Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/sisu/sisu-inject-bean/1.4.2/sisu-inject-bean-1.4.2.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-inject-bean/1.4.2/sisu-inject-bean-1.4.2.pom Progress (1): 4.1 kB Progress (1): 5.5 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-inject-bean/1.4.2/sisu-inject-bean-1.4.2.pom (5.5 kB at 210 kB/s) Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/sisu/sisu-guice/2.1.7/sisu-guice-2.1.7.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-guice/2.1.7/sisu-guice-2.1.7.pom Progress (1): 4.1 kB Progress (1): 8.2 kB Progress (1): 11 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-guice/2.1.7/sisu-guice-2.1.7.pom (11 kB at 410 kB/s) Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-model-builder/3.0/maven-model-builder-3.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model-builder/3.0/maven-model-builder-3.0.pom Progress (1): 2.2 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model-builder/3.0/maven-model-builder-3.0.pom (2.2 kB at 90 kB/s) Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-aether-provider/3.0/maven-aether-provider-3.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-aether-provider/3.0/maven-aether-provider-3.0.pom Progress (1): 2.5 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-aether-provider/3.0/maven-aether-provider-3.0.pom (2.5 kB at 95 kB/s) Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/aether/aether-api/1.7/aether-api-1.7.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-api/1.7/aether-api-1.7.pom Progress (1): 1.7 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-api/1.7/aether-api-1.7.pom (1.7 kB at 93 kB/s) Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/aether/aether-parent/1.7/aether-parent-1.7.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-parent/1.7/aether-parent-1.7.pom Progress (1): 4.1 kB Progress (1): 7.7 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-parent/1.7/aether-parent-1.7.pom (7.7 kB at 241 kB/s) Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/aether/aether-util/1.7/aether-util-1.7.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-util/1.7/aether-util-1.7.pom Progress (1): 2.1 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-util/1.7/aether-util-1.7.pom (2.1 kB at 48 kB/s) Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/aether/aether-impl/1.7/aether-impl-1.7.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-impl/1.7/aether-impl-1.7.pom Progress (1): 3.7 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-impl/1.7/aether-impl-1.7.pom (3.7 kB at 132 kB/s) Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/aether/aether-spi/1.7/aether-spi-1.7.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-spi/1.7/aether-spi-1.7.pom Progress (1): 1.7 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-spi/1.7/aether-spi-1.7.pom (1.7 kB at 51 kB/s) Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-archiver/3.4/plexus-archiver-3.4.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-archiver/3.4/plexus-archiver-3.4.pom Progress (1): 4.1 kB Progress (1): 5.3 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-archiver/3.4/plexus-archiver-3.4.pom (5.3 kB at 83 kB/s) Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-io/2.7.1/plexus-io-2.7.1.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-io/2.7.1/plexus-io-2.7.1.pom Progress (1): 4.1 kB Progress (1): 4.9 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-io/2.7.1/plexus-io-2.7.1.pom (4.9 kB at 137 kB/s) Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus/3.2/plexus-3.2.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/3.2/plexus-3.2.pom Progress (1): 4.1 kB Progress (1): 8.2 kB Progress (1): 12 kB Progress (1): 16 kB Progress (1): 19 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/3.2/plexus-3.2.pom (19 kB at 750 kB/s) Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/spice/spice-parent/17/spice-parent-17.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/spice/spice-parent/17/spice-parent-17.pom Progress (1): 4.1 kB Progress (1): 6.8 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/spice/spice-parent/17/spice-parent-17.pom (6.8 kB at 233 kB/s) Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/commons-io/commons-io/2.2/commons-io-2.2.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-io/commons-io/2.2/commons-io-2.2.pom Progress (1): 4.1 kB Progress (1): 8.2 kB Progress (1): 11 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-io/commons-io/2.2/commons-io-2.2.pom (11 kB at 263 kB/s) Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/commons/commons-parent/24/commons-parent-24.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/24/commons-parent-24.pom Progress (1): 4.1 kB Progress (1): 8.2 kB Progress (1): 12 kB Progress (1): 16 kB Progress (1): 20 kB Progress (1): 25 kB Progress (1): 29 kB Progress (1): 33 kB Progress (1): 37 kB Progress (1): 41 kB Progress (1): 45 kB Progress (1): 47 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/24/commons-parent-24.pom (47 kB at 892 kB/s) Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/apache/9/apache-9.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/9/apache-9.pom Progress (1): 4.1 kB Progress (1): 8.2 kB Progress (1): 12 kB Progress (1): 15 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/9/apache-9.pom (15 kB at 505 kB/s) Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/commons-io/commons-io/2.5/commons-io-2.5.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-io/commons-io/2.5/commons-io-2.5.pom Progress (1): 4.1 kB Progress (1): 8.2 kB Progress (1): 12 kB Progress (1): 13 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-io/commons-io/2.5/commons-io-2.5.pom (13 kB at 492 kB/s) Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/commons/commons-parent/39/commons-parent-39.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/39/commons-parent-39.pom Progress (1): 4.1 kB Progress (1): 8.2 kB Progress (1): 12 kB Progress (1): 16 kB Progress (1): 20 kB Progress (1): 25 kB Progress (1): 29 kB Progress (1): 33 kB Progress (1): 37 kB Progress (1): 41 kB Progress (1): 45 kB Progress (1): 49 kB Progress (1): 53 kB Progress (1): 57 kB Progress (1): 61 kB Progress (1): 62 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/39/commons-parent-39.pom (62 kB at 1.9 MB/s) Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/apache/16/apache-16.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/16/apache-16.pom Progress (1): 4.1 kB Progress (1): 8.2 kB Progress (1): 12 kB Progress (1): 15 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/16/apache-16.pom (15 kB at 428 kB/s) Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/commons/commons-compress/1.15/commons-compress-1.15.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-compress/1.15/commons-compress-1.15.pom Progress (1): 4.1 kB Progress (1): 8.2 kB Progress (1): 12 kB Progress (1): 15 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-compress/1.15/commons-compress-1.15.pom (15 kB at 273 kB/s) Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/commons/commons-parent/42/commons-parent-42.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/42/commons-parent-42.pom Progress (1): 4.1 kB Progress (1): 8.2 kB Progress (1): 12 kB Progress (1): 16 kB Progress (1): 20 kB Progress (1): 25 kB Progress (1): 29 kB Progress (1): 33 kB Progress (1): 37 kB Progress (1): 41 kB Progress (1): 45 kB Progress (1): 49 kB Progress (1): 53 kB Progress (1): 57 kB Progress (1): 61 kB Progress (1): 66 kB Progress (1): 68 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/42/commons-parent-42.pom (68 kB at 1.4 MB/s) Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/apache/18/apache-18.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/18/apache-18.pom Progress (1): 4.1 kB Progress (1): 8.2 kB Progress (1): 12 kB Progress (1): 16 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/18/apache-18.pom (16 kB at 603 kB/s) Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/objenesis/objenesis/2.6/objenesis-2.6.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/objenesis/objenesis/2.6/objenesis-2.6.pom Progress (1): 2.8 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/objenesis/objenesis/2.6/objenesis-2.6.pom (2.8 kB at 126 kB/s) Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/objenesis/objenesis-parent/2.6/objenesis-parent-2.6.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/objenesis/objenesis-parent/2.6/objenesis-parent-2.6.pom Progress (1): 4.1 kB Progress (1): 8.2 kB Progress (1): 12 kB Progress (1): 16 kB Progress (1): 17 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/objenesis/objenesis-parent/2.6/objenesis-parent-2.6.pom (17 kB at 661 kB/s) Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/iq80/snappy/snappy/0.4/snappy-0.4.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/iq80/snappy/snappy/0.4/snappy-0.4.pom Progress (1): 4.1 kB Progress (1): 8.2 kB Progress (1): 12 kB Progress (1): 15 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/iq80/snappy/snappy/0.4/snappy-0.4.pom (15 kB at 469 kB/s) Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/tukaani/xz/1.5/xz-1.5.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/tukaani/xz/1.5/xz-1.5.pom Progress (1): 1.9 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/tukaani/xz/1.5/xz-1.5.pom (1.9 kB at 28 kB/s) Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/org.eclipse.osgi.compatibility.state/1.1.100.v20180131-1413/org.eclipse.osgi.compatibility.state-1.1.100.v20180131-1413.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.osgi.compatibility.state/1.1.100.v20180131-1413/org.eclipse.osgi.compatibility.state-1.1.100.v20180131-1413.pom Progress (1): 1.1 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.osgi.compatibility.state/1.1.100.v20180131-1413/org.eclipse.osgi.compatibility.state-1.1.100.v20180131-1413.pom (1.1 kB at 30 kB/s) Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/sisu-equinox-embedder/1.3.0/sisu-equinox-embedder-1.3.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/sisu-equinox-embedder/1.3.0/sisu-equinox-embedder-1.3.0.pom Progress (1): 1.8 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/sisu-equinox-embedder/1.3.0/sisu-equinox-embedder-1.3.0.pom (1.8 kB at 39 kB/s) Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/sisu-equinox/1.3.0/sisu-equinox-1.3.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/sisu-equinox/1.3.0/sisu-equinox-1.3.0.pom Progress (1): 1.0 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/sisu-equinox/1.3.0/sisu-equinox-1.3.0.pom (1.0 kB at 23 kB/s) Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/org.eclipse.osgi/3.13.0.v20180226-1711/org.eclipse.osgi-3.13.0.v20180226-1711.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.osgi/3.13.0.v20180226-1711/org.eclipse.osgi-3.13.0.v20180226-1711.pom Progress (1): 1.0 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.osgi/3.13.0.v20180226-1711/org.eclipse.osgi-3.13.0.v20180226-1711.pom (1.0 kB at 25 kB/s) Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/sisu-equinox-api/1.3.0/sisu-equinox-api-1.3.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/sisu-equinox-api/1.3.0/sisu-equinox-api-1.3.0.pom Progress (1): 1.7 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/sisu-equinox-api/1.3.0/sisu-equinox-api-1.3.0.pom (1.7 kB at 21 kB/s) Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/tycho-metadata-model/1.3.0/tycho-metadata-model-1.3.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-metadata-model/1.3.0/tycho-metadata-model-1.3.0.pom Progress (1): 1.3 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-metadata-model/1.3.0/tycho-metadata-model-1.3.0.pom (1.3 kB at 28 kB/s) Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/de/pdark/decentxml/1.3/decentxml-1.3.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/de/pdark/decentxml/1.3/decentxml-1.3.pom Progress (1): 4.1 kB Progress (1): 6.3 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/de/pdark/decentxml/1.3/decentxml-1.3.pom (6.3 kB at 22 kB/s) Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/tycho-embedder-api/1.3.0/tycho-embedder-api-1.3.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-embedder-api/1.3.0/tycho-embedder-api-1.3.0.pom Progress (1): 2.1 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-embedder-api/1.3.0/tycho-embedder-api-1.3.0.pom (2.1 kB at 47 kB/s) Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/org.eclipse.tycho.embedder.shared/1.3.0/org.eclipse.tycho.embedder.shared-1.3.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.embedder.shared/1.3.0/org.eclipse.tycho.embedder.shared-1.3.0.pom Progress (1): 1.1 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.embedder.shared/1.3.0/org.eclipse.tycho.embedder.shared-1.3.0.pom (1.1 kB at 19 kB/s) Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/tycho-bundles/1.3.0/tycho-bundles-1.3.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-bundles/1.3.0/tycho-bundles-1.3.0.pom Progress (1): 3.3 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-bundles/1.3.0/tycho-bundles-1.3.0.pom (3.3 kB at 93 kB/s) Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/org.eclipse.tycho.core.shared/1.3.0/org.eclipse.tycho.core.shared-1.3.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.core.shared/1.3.0/org.eclipse.tycho.core.shared-1.3.0.pom Progress (1): 1.0 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.core.shared/1.3.0/org.eclipse.tycho.core.shared-1.3.0.pom (1.0 kB at 30 kB/s) Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-compat/3.0/maven-compat-3.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-compat/3.0/maven-compat-3.0.pom Progress (1): 4.0 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-compat/3.0/maven-compat-3.0.pom (4.0 kB at 149 kB/s) Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/wagon/wagon-provider-api/1.0-beta-6/wagon-provider-api-1.0-beta-6.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon-provider-api/1.0-beta-6/wagon-provider-api-1.0-beta-6.pom Progress (1): 1.8 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon-provider-api/1.0-beta-6/wagon-provider-api-1.0-beta-6.pom (1.8 kB at 68 kB/s) Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/wagon/wagon/1.0-beta-6/wagon-1.0-beta-6.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon/1.0-beta-6/wagon-1.0-beta-6.pom Progress (1): 4.1 kB Progress (1): 8.2 kB Progress (1): 12 kB Progress (1): 12 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon/1.0-beta-6/wagon-1.0-beta-6.pom (12 kB at 539 kB/s) Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-parent/11/maven-parent-11.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/11/maven-parent-11.pom Progress (1): 4.1 kB Progress (1): 8.2 kB Progress (1): 12 kB Progress (1): 16 kB Progress (1): 20 kB Progress (1): 25 kB Progress (1): 29 kB Progress (1): 32 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/11/maven-parent-11.pom (32 kB at 1.5 MB/s) Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/apache/5/apache-5.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/5/apache-5.pom Progress (1): 4.1 kB Progress (1): 4.1 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/5/apache-5.pom (4.1 kB at 158 kB/s) Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/tycho-p2-facade/1.3.0/tycho-p2-facade-1.3.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-p2-facade/1.3.0/tycho-p2-facade-1.3.0.pom Progress (1): 2.1 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-p2-facade/1.3.0/tycho-p2-facade-1.3.0.pom (2.1 kB at 37 kB/s) Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/tycho-p2/1.3.0/tycho-p2-1.3.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-p2/1.3.0/tycho-p2-1.3.0.pom Progress (1): 1.1 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-p2/1.3.0/tycho-p2-1.3.0.pom (1.1 kB at 20 kB/s) Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/org.eclipse.tycho.p2.resolver.shared/1.3.0/org.eclipse.tycho.p2.resolver.shared-1.3.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.p2.resolver.shared/1.3.0/org.eclipse.tycho.p2.resolver.shared-1.3.0.pom Progress (1): 1.1 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.p2.resolver.shared/1.3.0/org.eclipse.tycho.p2.resolver.shared-1.3.0.pom (1.1 kB at 23 kB/s) Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/org.eclipse.tycho.p2.tools.shared/1.3.0/org.eclipse.tycho.p2.tools.shared-1.3.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.p2.tools.shared/1.3.0/org.eclipse.tycho.p2.tools.shared-1.3.0.pom Progress (1): 1.1 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.p2.tools.shared/1.3.0/org.eclipse.tycho.p2.tools.shared-1.3.0.pom (1.1 kB at 16 kB/s) Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/tycho-maven-plugin/1.3.0/tycho-maven-plugin-1.3.0.jar Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-model/3.0/maven-model-3.0.jar Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-core/3.0/maven-core-3.0.jar Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/tycho-core/1.3.0/tycho-core-1.3.0.jar Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-settings/3.0/maven-settings-3.0.jar Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-settings-builder/3.0/maven-settings-builder-3.0.jar Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-repository-metadata/3.0/maven-repository-metadata-3.0.jar Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-artifact/3.0/maven-artifact-3.0.jar Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-model-builder/3.0/maven-model-builder-3.0.jar Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-aether-provider/3.0/maven-aether-provider-3.0.jar Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/aether/aether-impl/1.7/aether-impl-1.7.jar Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/aether/aether-spi/1.7/aether-spi-1.7.jar Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/aether/aether-api/1.7/aether-api-1.7.jar Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/aether/aether-util/1.7/aether-util-1.7.jar Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/sisu/sisu-inject-plexus/1.4.2/sisu-inject-plexus-1.4.2.jar Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/sisu/sisu-inject-bean/1.4.2/sisu-inject-bean-1.4.2.jar Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/sisu/sisu-guice/2.1.7/sisu-guice-2.1.7-noaop.jar Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-interpolation/1.14/plexus-interpolation-1.14.jar Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-classworlds/2.2.3/plexus-classworlds-2.2.3.jar Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/plexus/plexus-sec-dispatcher/1.3/plexus-sec-dispatcher-1.3.jar Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/plexus/plexus-cipher/1.7/plexus-cipher-1.7.jar Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-plugin-api/3.0/maven-plugin-api-3.0.jar Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-utils/3.0.24/plexus-utils-3.0.24.jar Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-archiver/3.4/plexus-archiver-3.4.jar Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-io/2.7.1/plexus-io-2.7.1.jar Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/commons-io/commons-io/2.5/commons-io-2.5.jar Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/commons/commons-compress/1.15/commons-compress-1.15.jar Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/objenesis/objenesis/2.6/objenesis-2.6.jar Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/iq80/snappy/snappy/0.4/snappy-0.4.jar Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/tukaani/xz/1.5/xz-1.5.jar Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/org.eclipse.osgi.compatibility.state/1.1.100.v20180131-1413/org.eclipse.osgi.compatibility.state-1.1.100.v20180131-1413.jar Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/sisu-equinox-embedder/1.3.0/sisu-equinox-embedder-1.3.0.jar Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/org.eclipse.osgi/3.13.0.v20180226-1711/org.eclipse.osgi-3.13.0.v20180226-1711.jar Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/sisu-equinox-api/1.3.0/sisu-equinox-api-1.3.0.jar Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/tycho-metadata-model/1.3.0/tycho-metadata-model-1.3.0.jar Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/de/pdark/decentxml/1.3/decentxml-1.3.jar Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/tycho-embedder-api/1.3.0/tycho-embedder-api-1.3.0.jar Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/org.eclipse.tycho.embedder.shared/1.3.0/org.eclipse.tycho.embedder.shared-1.3.0.jar Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/org.eclipse.tycho.core.shared/1.3.0/org.eclipse.tycho.core.shared-1.3.0.jar Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-compat/3.0/maven-compat-3.0.jar Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/wagon/wagon-provider-api/1.0-beta-6/wagon-provider-api-1.0-beta-6.jar Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/tycho-p2-facade/1.3.0/tycho-p2-facade-1.3.0.jar Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-component-annotations/1.7.1/plexus-component-annotations-1.7.1.jar Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/org.eclipse.tycho.p2.resolver.shared/1.3.0/org.eclipse.tycho.p2.resolver.shared-1.3.0.jar Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/org.eclipse.tycho.p2.tools.shared/1.3.0/org.eclipse.tycho.p2.tools.shared-1.3.0.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-maven-plugin/1.3.0/tycho-maven-plugin-1.3.0.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/3.0/maven-core-3.0.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-core/1.3.0/tycho-core-1.3.0.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/3.0/maven-settings-3.0.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/3.0/maven-model-3.0.jar Progress (1): 4.1/47 kB Progress (1): 7.7/47 kB Progress (1): 12/47 kB Progress (1): 16/47 kB Progress (1): 20/47 kB Progress (1): 24/47 kB Progress (1): 28/47 kB Progress (1): 32/47 kB Progress (1): 36/47 kB Progress (1): 40/47 kB Progress (1): 45/47 kB Progress (1): 47 kB Progress (2): 47 kB | 4.1/165 kB Progress (2): 47 kB | 7.7/165 kB Progress (2): 47 kB | 12/165 kB Progress (2): 47 kB | 16/165 kB Progress (2): 47 kB | 20/165 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/3.0/maven-settings-3.0.jar (47 kB at 1.6 MB/s) Progress (1): 24/165 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings-builder/3.0/maven-settings-builder-3.0.jar Progress (1): 28/165 kB Progress (1): 32/165 kB Progress (1): 36/165 kB Progress (1): 40/165 kB Progress (1): 45/165 kB Progress (1): 49/165 kB Progress (2): 49/165 kB | 4.1/38 kB Progress (2): 53/165 kB | 4.1/38 kB Progress (2): 53/165 kB | 7.7/38 kB Progress (2): 57/165 kB | 7.7/38 kB Progress (2): 57/165 kB | 12/38 kB Progress (2): 61/165 kB | 12/38 kB Progress (2): 61/165 kB | 16/38 kB Progress (2): 65/165 kB | 16/38 kB Progress (2): 65/165 kB | 20/38 kB Progress (2): 69/165 kB | 20/38 kB Progress (2): 69/165 kB | 24/38 kB Progress (2): 73/165 kB | 24/38 kB Progress (2): 73/165 kB | 28/38 kB Progress (2): 77/165 kB | 28/38 kB Progress (2): 77/165 kB | 32/38 kB Progress (2): 81/165 kB | 32/38 kB Progress (2): 81/165 kB | 36/38 kB Progress (2): 81/165 kB | 38 kB Progress (2): 85/165 kB | 38 kB Progress (2): 90/165 kB | 38 kB Progress (2): 94/165 kB | 38 kB Progress (2): 98/165 kB | 38 kB Progress (2): 102/165 kB | 38 kB Progress (2): 106/165 kB | 38 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings-builder/3.0/maven-settings-builder-3.0.jar (38 kB at 994 kB/s) Progress (1): 110/165 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/3.0/maven-repository-metadata-3.0.jar Progress (1): 114/165 kB Progress (1): 118/165 kB Progress (1): 122/165 kB Progress (1): 126/165 kB Progress (1): 131/165 kB Progress (1): 135/165 kB Progress (1): 139/165 kB Progress (1): 143/165 kB Progress (2): 143/165 kB | 4.1/30 kB Progress (2): 147/165 kB | 4.1/30 kB Progress (3): 147/165 kB | 4.1/30 kB | 4.1/527 kB Progress (3): 147/165 kB | 7.7/30 kB | 4.1/527 kB Progress (3): 151/165 kB | 7.7/30 kB | 4.1/527 kB Progress (3): 151/165 kB | 7.7/30 kB | 7.7/527 kB Progress (3): 155/165 kB | 7.7/30 kB | 7.7/527 kB Progress (3): 155/165 kB | 12/30 kB | 7.7/527 kB Progress (3): 159/165 kB | 12/30 kB | 7.7/527 kB Progress (3): 159/165 kB | 12/30 kB | 12/527 kB Progress (3): 163/165 kB | 12/30 kB | 12/527 kB Progress (3): 163/165 kB | 16/30 kB | 12/527 kB Progress (3): 165 kB | 16/30 kB | 12/527 kB Progress (3): 165 kB | 16/30 kB | 16/527 kB Progress (3): 165 kB | 16/30 kB | 20/527 kB Progress (3): 165 kB | 16/30 kB | 24/527 kB Progress (3): 165 kB | 16/30 kB | 28/527 kB Progress (3): 165 kB | 16/30 kB | 32/527 kB Progress (3): 165 kB | 16/30 kB | 36/527 kB Progress (3): 165 kB | 16/30 kB | 40/527 kB Progress (3): 165 kB | 16/30 kB | 45/527 kB Progress (3): 165 kB | 16/30 kB | 49/527 kB Progress (3): 165 kB | 16/30 kB | 53/527 kB Progress (3): 165 kB | 16/30 kB | 57/527 kB Progress (3): 165 kB | 16/30 kB | 61/527 kB Progress (3): 165 kB | 16/30 kB | 65/527 kB Progress (3): 165 kB | 16/30 kB | 69/527 kB Progress (3): 165 kB | 16/30 kB | 73/527 kB Progress (3): 165 kB | 16/30 kB | 77/527 kB Progress (4): 165 kB | 16/30 kB | 77/527 kB | 4.1/5.6 kB Progress (4): 165 kB | 16/30 kB | 77/527 kB | 5.6 kB Progress (4): 165 kB | 16/30 kB | 81/527 kB | 5.6 kB Progress (4): 165 kB | 20/30 kB | 81/527 kB | 5.6 kB Progress (4): 165 kB | 24/30 kB | 81/527 kB | 5.6 kB Progress (5): 165 kB | 24/30 kB | 81/527 kB | 5.6 kB | 4.1/202 kB Progress (5): 165 kB | 24/30 kB | 85/527 kB | 5.6 kB | 4.1/202 kB Progress (5): 165 kB | 28/30 kB | 85/527 kB | 5.6 kB | 4.1/202 kB Progress (5): 165 kB | 28/30 kB | 90/527 kB | 5.6 kB | 4.1/202 kB Progress (5): 165 kB | 28/30 kB | 90/527 kB | 5.6 kB | 7.7/202 kB Progress (5): 165 kB | 28/30 kB | 94/527 kB | 5.6 kB | 7.7/202 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/3.0/maven-model-3.0.jar (165 kB at 1.6 MB/s) Progress (4): 30 kB | 94/527 kB | 5.6 kB | 7.7/202 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/3.0/maven-artifact-3.0.jar Progress (4): 30 kB | 98/527 kB | 5.6 kB | 7.7/202 kB Progress (4): 30 kB | 98/527 kB | 5.6 kB | 12/202 kB Progress (4): 30 kB | 98/527 kB | 5.6 kB | 16/202 kB Progress (4): 30 kB | 102/527 kB | 5.6 kB | 16/202 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/3.0/maven-repository-metadata-3.0.jar (30 kB at 284 kB/s) Progress (3): 102/527 kB | 5.6 kB | 20/202 kB Progress (3): 106/527 kB | 5.6 kB | 20/202 kB Progress (3): 106/527 kB | 5.6 kB | 24/202 kB Progress (4): 106/527 kB | 5.6 kB | 24/202 kB | 4.1/52 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model-builder/3.0/maven-model-builder-3.0.jar Progress (4): 106/527 kB | 5.6 kB | 24/202 kB | 7.7/52 kB Progress (4): 106/527 kB | 5.6 kB | 28/202 kB | 7.7/52 kB Progress (4): 110/527 kB | 5.6 kB | 28/202 kB | 7.7/52 kB Progress (4): 110/527 kB | 5.6 kB | 32/202 kB | 7.7/52 kB Progress (4): 110/527 kB | 5.6 kB | 32/202 kB | 12/52 kB Progress (4): 114/527 kB | 5.6 kB | 32/202 kB | 12/52 kB Progress (4): 114/527 kB | 5.6 kB | 32/202 kB | 16/52 kB Progress (4): 114/527 kB | 5.6 kB | 36/202 kB | 16/52 kB Progress (4): 114/527 kB | 5.6 kB | 40/202 kB | 16/52 kB Progress (4): 118/527 kB | 5.6 kB | 40/202 kB | 16/52 kB Progress (4): 118/527 kB | 5.6 kB | 40/202 kB | 20/52 kB Progress (4): 118/527 kB | 5.6 kB | 45/202 kB | 20/52 kB Progress (4): 118/527 kB | 5.6 kB | 45/202 kB | 24/52 kB Progress (4): 122/527 kB | 5.6 kB | 45/202 kB | 24/52 kB Progress (4): 122/527 kB | 5.6 kB | 45/202 kB | 28/52 kB Progress (4): 122/527 kB | 5.6 kB | 49/202 kB | 28/52 kB Progress (4): 122/527 kB | 5.6 kB | 49/202 kB | 32/52 kB Progress (4): 126/527 kB | 5.6 kB | 49/202 kB | 32/52 kB Progress (4): 131/527 kB | 5.6 kB | 49/202 kB | 32/52 kB Progress (4): 131/527 kB | 5.6 kB | 53/202 kB | 32/52 kB Progress (4): 131/527 kB | 5.6 kB | 53/202 kB | 36/52 kB Progress (4): 131/527 kB | 5.6 kB | 57/202 kB | 36/52 kB Progress (4): 135/527 kB | 5.6 kB | 57/202 kB | 36/52 kB Progress (4): 135/527 kB | 5.6 kB | 57/202 kB | 40/52 kB Progress (4): 139/527 kB | 5.6 kB | 57/202 kB | 40/52 kB Progress (4): 139/527 kB | 5.6 kB | 61/202 kB | 40/52 kB Progress (4): 143/527 kB | 5.6 kB | 61/202 kB | 40/52 kB Progress (4): 143/527 kB | 5.6 kB | 61/202 kB | 45/52 kB Progress (4): 147/527 kB | 5.6 kB | 61/202 kB | 45/52 kB Progress (4): 147/527 kB | 5.6 kB | 65/202 kB | 45/52 kB Progress (4): 147/527 kB | 5.6 kB | 65/202 kB | 49/52 kB Progress (4): 147/527 kB | 5.6 kB | 65/202 kB | 52 kB Progress (4): 147/527 kB | 5.6 kB | 69/202 kB | 52 kB Progress (4): 151/527 kB | 5.6 kB | 69/202 kB | 52 kB Progress (4): 151/527 kB | 5.6 kB | 73/202 kB | 52 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-maven-plugin/1.3.0/tycho-maven-plugin-1.3.0.jar (5.6 kB at 41 kB/s) Progress (3): 151/527 kB | 77/202 kB | 52 kB Progress (3): 155/527 kB | 77/202 kB | 52 kB Progress (3): 155/527 kB | 81/202 kB | 52 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-aether-provider/3.0/maven-aether-provider-3.0.jar Progress (3): 159/527 kB | 81/202 kB | 52 kB Progress (3): 159/527 kB | 85/202 kB | 52 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/3.0/maven-artifact-3.0.jar (52 kB at 444 kB/s) Progress (2): 159/527 kB | 90/202 kB Progress (2): 163/527 kB | 90/202 kB Progress (2): 163/527 kB | 94/202 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-impl/1.7/aether-impl-1.7.jar Progress (2): 163/527 kB | 98/202 kB Progress (2): 167/527 kB | 98/202 kB Progress (2): 171/527 kB | 98/202 kB Progress (2): 171/527 kB | 102/202 kB Progress (2): 176/527 kB | 102/202 kB Progress (2): 176/527 kB | 106/202 kB Progress (3): 176/527 kB | 106/202 kB | 4.1/51 kB Progress (3): 176/527 kB | 110/202 kB | 4.1/51 kB Progress (3): 180/527 kB | 110/202 kB | 4.1/51 kB Progress (3): 180/527 kB | 114/202 kB | 4.1/51 kB Progress (3): 180/527 kB | 114/202 kB | 7.7/51 kB Progress (3): 180/527 kB | 114/202 kB | 12/51 kB Progress (3): 180/527 kB | 114/202 kB | 16/51 kB Progress (3): 184/527 kB | 114/202 kB | 16/51 kB Progress (3): 184/527 kB | 118/202 kB | 16/51 kB Progress (3): 188/527 kB | 118/202 kB | 16/51 kB Progress (3): 188/527 kB | 122/202 kB | 16/51 kB Progress (3): 188/527 kB | 122/202 kB | 20/51 kB Progress (3): 192/527 kB | 122/202 kB | 20/51 kB Progress (3): 192/527 kB | 122/202 kB | 24/51 kB Progress (3): 192/527 kB | 126/202 kB | 24/51 kB Progress (3): 192/527 kB | 126/202 kB | 28/51 kB Progress (3): 196/527 kB | 126/202 kB | 28/51 kB Progress (3): 196/527 kB | 126/202 kB | 32/51 kB Progress (3): 196/527 kB | 131/202 kB | 32/51 kB Progress (3): 200/527 kB | 131/202 kB | 32/51 kB Progress (3): 200/527 kB | 131/202 kB | 36/51 kB Progress (3): 200/527 kB | 135/202 kB | 36/51 kB Progress (3): 204/527 kB | 135/202 kB | 36/51 kB Progress (3): 204/527 kB | 139/202 kB | 36/51 kB Progress (3): 204/527 kB | 139/202 kB | 40/51 kB Progress (3): 204/527 kB | 143/202 kB | 40/51 kB Progress (3): 208/527 kB | 143/202 kB | 40/51 kB Progress (3): 208/527 kB | 147/202 kB | 40/51 kB Progress (3): 208/527 kB | 147/202 kB | 45/51 kB Progress (3): 212/527 kB | 147/202 kB | 45/51 kB Progress (3): 212/527 kB | 147/202 kB | 49/51 kB Progress (3): 212/527 kB | 151/202 kB | 49/51 kB Progress (3): 212/527 kB | 151/202 kB | 51 kB Progress (3): 212/527 kB | 155/202 kB | 51 kB Progress (3): 217/527 kB | 155/202 kB | 51 kB Progress (3): 217/527 kB | 159/202 kB | 51 kB Progress (3): 221/527 kB | 159/202 kB | 51 kB Progress (3): 221/527 kB | 163/202 kB | 51 kB Progress (3): 225/527 kB | 163/202 kB | 51 kB Progress (3): 229/527 kB | 163/202 kB | 51 kB Progress (3): 229/527 kB | 167/202 kB | 51 kB Progress (4): 229/527 kB | 167/202 kB | 51 kB | 4.1/148 kB Progress (4): 233/527 kB | 167/202 kB | 51 kB | 4.1/148 kB Progress (4): 233/527 kB | 171/202 kB | 51 kB | 4.1/148 kB Progress (4): 237/527 kB | 171/202 kB | 51 kB | 4.1/148 kB Progress (4): 237/527 kB | 171/202 kB | 51 kB | 7.7/148 kB Progress (4): 241/527 kB | 171/202 kB | 51 kB | 7.7/148 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-aether-provider/3.0/maven-aether-provider-3.0.jar (51 kB at 397 kB/s) Progress (3): 241/527 kB | 176/202 kB | 7.7/148 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-spi/1.7/aether-spi-1.7.jar Progress (3): 245/527 kB | 176/202 kB | 7.7/148 kB Progress (3): 245/527 kB | 176/202 kB | 12/148 kB Progress (4): 245/527 kB | 176/202 kB | 12/148 kB | 4.1/106 kB Progress (4): 245/527 kB | 180/202 kB | 12/148 kB | 4.1/106 kB Progress (4): 249/527 kB | 180/202 kB | 12/148 kB | 4.1/106 kB Progress (4): 249/527 kB | 180/202 kB | 12/148 kB | 7.7/106 kB Progress (4): 249/527 kB | 180/202 kB | 16/148 kB | 7.7/106 kB Progress (4): 249/527 kB | 180/202 kB | 16/148 kB | 12/106 kB Progress (4): 253/527 kB | 180/202 kB | 16/148 kB | 12/106 kB Progress (4): 253/527 kB | 180/202 kB | 16/148 kB | 16/106 kB Progress (4): 258/527 kB | 180/202 kB | 16/148 kB | 16/106 kB Progress (5): 258/527 kB | 180/202 kB | 16/148 kB | 16/106 kB | 4.1/14 kB Progress (5): 262/527 kB | 180/202 kB | 16/148 kB | 16/106 kB | 4.1/14 kB Progress (5): 266/527 kB | 180/202 kB | 16/148 kB | 16/106 kB | 4.1/14 kB Progress (5): 266/527 kB | 180/202 kB | 16/148 kB | 16/106 kB | 7.7/14 kB Progress (5): 266/527 kB | 180/202 kB | 16/148 kB | 20/106 kB | 7.7/14 kB Progress (5): 266/527 kB | 184/202 kB | 16/148 kB | 20/106 kB | 7.7/14 kB Progress (5): 270/527 kB | 184/202 kB | 16/148 kB | 20/106 kB | 7.7/14 kB Progress (5): 270/527 kB | 184/202 kB | 20/148 kB | 20/106 kB | 7.7/14 kB Progress (5): 274/527 kB | 184/202 kB | 20/148 kB | 20/106 kB | 7.7/14 kB Progress (5): 274/527 kB | 188/202 kB | 20/148 kB | 20/106 kB | 7.7/14 kB Progress (5): 274/527 kB | 188/202 kB | 20/148 kB | 24/106 kB | 7.7/14 kB Progress (5): 274/527 kB | 188/202 kB | 20/148 kB | 24/106 kB | 12/14 kB Progress (5): 274/527 kB | 188/202 kB | 20/148 kB | 28/106 kB | 12/14 kB Progress (5): 274/527 kB | 192/202 kB | 20/148 kB | 28/106 kB | 12/14 kB Progress (5): 278/527 kB | 192/202 kB | 20/148 kB | 28/106 kB | 12/14 kB Progress (5): 278/527 kB | 192/202 kB | 24/148 kB | 28/106 kB | 12/14 kB Progress (5): 278/527 kB | 196/202 kB | 24/148 kB | 28/106 kB | 12/14 kB Progress (5): 278/527 kB | 196/202 kB | 24/148 kB | 32/106 kB | 12/14 kB Progress (5): 278/527 kB | 196/202 kB | 24/148 kB | 32/106 kB | 14 kB Progress (5): 278/527 kB | 200/202 kB | 24/148 kB | 32/106 kB | 14 kB Progress (5): 282/527 kB | 200/202 kB | 24/148 kB | 32/106 kB | 14 kB Progress (5): 282/527 kB | 200/202 kB | 28/148 kB | 32/106 kB | 14 kB Progress (5): 286/527 kB | 200/202 kB | 28/148 kB | 32/106 kB | 14 kB Progress (5): 286/527 kB | 202 kB | 28/148 kB | 32/106 kB | 14 kB Progress (5): 286/527 kB | 202 kB | 28/148 kB | 36/106 kB | 14 kB Progress (5): 290/527 kB | 202 kB | 28/148 kB | 36/106 kB | 14 kB Progress (5): 290/527 kB | 202 kB | 32/148 kB | 36/106 kB | 14 kB Progress (5): 294/527 kB | 202 kB | 32/148 kB | 36/106 kB | 14 kB Progress (5): 294/527 kB | 202 kB | 32/148 kB | 40/106 kB | 14 kB Progress (5): 294/527 kB | 202 kB | 32/148 kB | 45/106 kB | 14 kB Progress (5): 294/527 kB | 202 kB | 32/148 kB | 49/106 kB | 14 kB Progress (5): 294/527 kB | 202 kB | 36/148 kB | 49/106 kB | 14 kB Progress (5): 298/527 kB | 202 kB | 36/148 kB | 49/106 kB | 14 kB Progress (5): 298/527 kB | 202 kB | 40/148 kB | 49/106 kB | 14 kB Progress (5): 303/527 kB | 202 kB | 40/148 kB | 49/106 kB | 14 kB Progress (5): 303/527 kB | 202 kB | 40/148 kB | 53/106 kB | 14 kB Progress (5): 307/527 kB | 202 kB | 40/148 kB | 53/106 kB | 14 kB Progress (5): 307/527 kB | 202 kB | 45/148 kB | 53/106 kB | 14 kB Progress (5): 311/527 kB | 202 kB | 45/148 kB | 53/106 kB | 14 kB Progress (5): 311/527 kB | 202 kB | 45/148 kB | 57/106 kB | 14 kB Progress (5): 311/527 kB | 202 kB | 49/148 kB | 57/106 kB | 14 kB Progress (5): 311/527 kB | 202 kB | 49/148 kB | 61/106 kB | 14 kB Progress (5): 311/527 kB | 202 kB | 49/148 kB | 65/106 kB | 14 kB Progress (5): 315/527 kB | 202 kB | 49/148 kB | 65/106 kB | 14 kB Progress (5): 319/527 kB | 202 kB | 49/148 kB | 65/106 kB | 14 kB Progress (5): 319/527 kB | 202 kB | 49/148 kB | 69/106 kB | 14 kB Progress (5): 319/527 kB | 202 kB | 53/148 kB | 69/106 kB | 14 kB Progress (5): 319/527 kB | 202 kB | 53/148 kB | 73/106 kB | 14 kB Progress (5): 323/527 kB | 202 kB | 53/148 kB | 73/106 kB | 14 kB Progress (5): 323/527 kB | 202 kB | 53/148 kB | 77/106 kB | 14 kB Progress (5): 323/527 kB | 202 kB | 57/148 kB | 77/106 kB | 14 kB Progress (5): 323/527 kB | 202 kB | 57/148 kB | 81/106 kB | 14 kB Progress (5): 327/527 kB | 202 kB | 57/148 kB | 81/106 kB | 14 kB Progress (5): 327/527 kB | 202 kB | 61/148 kB | 81/106 kB | 14 kB Progress (5): 327/527 kB | 202 kB | 61/148 kB | 85/106 kB | 14 kB Progress (5): 327/527 kB | 202 kB | 65/148 kB | 85/106 kB | 14 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-spi/1.7/aether-spi-1.7.jar (14 kB at 64 kB/s) Progress (4): 327/527 kB | 202 kB | 65/148 kB | 90/106 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-core/1.3.0/tycho-core-1.3.0.jar (202 kB at 944 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-api/1.7/aether-api-1.7.jar Progress (3): 327/527 kB | 69/148 kB | 90/106 kB Progress (3): 331/527 kB | 69/148 kB | 90/106 kB Progress (3): 331/527 kB | 73/148 kB | 90/106 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-util/1.7/aether-util-1.7.jar Progress (3): 331/527 kB | 73/148 kB | 94/106 kB Progress (3): 331/527 kB | 77/148 kB | 94/106 kB Progress (3): 335/527 kB | 77/148 kB | 94/106 kB Progress (3): 335/527 kB | 81/148 kB | 94/106 kB Progress (3): 335/527 kB | 81/148 kB | 98/106 kB Progress (3): 339/527 kB | 81/148 kB | 98/106 kB Progress (3): 344/527 kB | 81/148 kB | 98/106 kB Progress (3): 344/527 kB | 81/148 kB | 102/106 kB Progress (4): 344/527 kB | 81/148 kB | 102/106 kB | 4.1/74 kB Progress (4): 344/527 kB | 85/148 kB | 102/106 kB | 4.1/74 kB Progress (4): 344/527 kB | 85/148 kB | 106/106 kB | 4.1/74 kB Progress (4): 344/527 kB | 90/148 kB | 106/106 kB | 4.1/74 kB Progress (4): 344/527 kB | 90/148 kB | 106/106 kB | 7.7/74 kB Progress (4): 344/527 kB | 94/148 kB | 106/106 kB | 7.7/74 kB Progress (4): 344/527 kB | 94/148 kB | 106 kB | 7.7/74 kB Progress (4): 348/527 kB | 94/148 kB | 106 kB | 7.7/74 kB Progress (4): 348/527 kB | 98/148 kB | 106 kB | 7.7/74 kB Progress (4): 348/527 kB | 98/148 kB | 106 kB | 12/74 kB Progress (4): 352/527 kB | 98/148 kB | 106 kB | 12/74 kB Progress (4): 352/527 kB | 98/148 kB | 106 kB | 16/74 kB Progress (4): 356/527 kB | 98/148 kB | 106 kB | 16/74 kB Progress (4): 356/527 kB | 102/148 kB | 106 kB | 16/74 kB Progress (4): 360/527 kB | 102/148 kB | 106 kB | 16/74 kB Progress (4): 360/527 kB | 102/148 kB | 106 kB | 20/74 kB Progress (4): 360/527 kB | 106/148 kB | 106 kB | 20/74 kB Progress (4): 360/527 kB | 106/148 kB | 106 kB | 24/74 kB Progress (4): 360/527 kB | 110/148 kB | 106 kB | 24/74 kB Progress (4): 364/527 kB | 110/148 kB | 106 kB | 24/74 kB Progress (4): 364/527 kB | 110/148 kB | 106 kB | 28/74 kB Progress (4): 368/527 kB | 110/148 kB | 106 kB | 28/74 kB Progress (4): 368/527 kB | 114/148 kB | 106 kB | 28/74 kB Progress (4): 372/527 kB | 114/148 kB | 106 kB | 28/74 kB Progress (4): 372/527 kB | 114/148 kB | 106 kB | 32/74 kB Progress (4): 376/527 kB | 114/148 kB | 106 kB | 32/74 kB Progress (4): 376/527 kB | 118/148 kB | 106 kB | 32/74 kB Progress (4): 376/527 kB | 118/148 kB | 106 kB | 36/74 kB Progress (4): 376/527 kB | 122/148 kB | 106 kB | 36/74 kB Progress (4): 380/527 kB | 122/148 kB | 106 kB | 36/74 kB Progress (4): 380/527 kB | 122/148 kB | 106 kB | 40/74 kB Progress (4): 384/527 kB | 122/148 kB | 106 kB | 40/74 kB Progress (4): 384/527 kB | 126/148 kB | 106 kB | 40/74 kB Progress (4): 389/527 kB | 126/148 kB | 106 kB | 40/74 kB Progress (4): 389/527 kB | 126/148 kB | 106 kB | 45/74 kB Progress (5): 389/527 kB | 126/148 kB | 106 kB | 45/74 kB | 4.1/108 kB Progress (5): 393/527 kB | 126/148 kB | 106 kB | 45/74 kB | 4.1/108 kB Progress (5): 393/527 kB | 131/148 kB | 106 kB | 45/74 kB | 4.1/108 kB Progress (5): 393/527 kB | 131/148 kB | 106 kB | 45/74 kB | 7.7/108 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-impl/1.7/aether-impl-1.7.jar (106 kB at 472 kB/s) Progress (4): 393/527 kB | 131/148 kB | 49/74 kB | 7.7/108 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-inject-plexus/1.4.2/sisu-inject-plexus-1.4.2.jar Progress (4): 393/527 kB | 135/148 kB | 49/74 kB | 7.7/108 kB Progress (4): 397/527 kB | 135/148 kB | 49/74 kB | 7.7/108 kB Progress (4): 397/527 kB | 135/148 kB | 49/74 kB | 12/108 kB Progress (4): 401/527 kB | 135/148 kB | 49/74 kB | 12/108 kB Progress (4): 401/527 kB | 135/148 kB | 53/74 kB | 12/108 kB Progress (4): 401/527 kB | 139/148 kB | 53/74 kB | 12/108 kB Progress (4): 401/527 kB | 139/148 kB | 57/74 kB | 12/108 kB Progress (4): 405/527 kB | 139/148 kB | 57/74 kB | 12/108 kB Progress (4): 405/527 kB | 139/148 kB | 57/74 kB | 16/108 kB Progress (4): 409/527 kB | 139/148 kB | 57/74 kB | 16/108 kB Progress (4): 409/527 kB | 139/148 kB | 61/74 kB | 16/108 kB Progress (4): 409/527 kB | 143/148 kB | 61/74 kB | 16/108 kB Progress (4): 409/527 kB | 143/148 kB | 65/74 kB | 16/108 kB Progress (4): 409/527 kB | 147/148 kB | 65/74 kB | 16/108 kB Progress (4): 413/527 kB | 147/148 kB | 65/74 kB | 16/108 kB Progress (4): 413/527 kB | 147/148 kB | 65/74 kB | 20/108 kB Progress (4): 417/527 kB | 147/148 kB | 65/74 kB | 20/108 kB Progress (4): 417/527 kB | 148 kB | 65/74 kB | 20/108 kB Progress (4): 417/527 kB | 148 kB | 69/74 kB | 20/108 kB Progress (4): 421/527 kB | 148 kB | 69/74 kB | 20/108 kB Progress (4): 421/527 kB | 148 kB | 69/74 kB | 24/108 kB Progress (4): 425/527 kB | 148 kB | 69/74 kB | 24/108 kB Progress (4): 425/527 kB | 148 kB | 73/74 kB | 24/108 kB Progress (4): 425/527 kB | 148 kB | 73/74 kB | 28/108 kB Progress (4): 425/527 kB | 148 kB | 74 kB | 28/108 kB Progress (4): 425/527 kB | 148 kB | 74 kB | 32/108 kB Progress (4): 425/527 kB | 148 kB | 74 kB | 36/108 kB Progress (5): 425/527 kB | 148 kB | 74 kB | 36/108 kB | 4.1/202 kB Progress (5): 430/527 kB | 148 kB | 74 kB | 36/108 kB | 4.1/202 kB Progress (5): 430/527 kB | 148 kB | 74 kB | 40/108 kB | 4.1/202 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model-builder/3.0/maven-model-builder-3.0.jar (148 kB at 493 kB/s) Progress (4): 430/527 kB | 74 kB | 45/108 kB | 4.1/202 kB Progress (4): 434/527 kB | 74 kB | 45/108 kB | 4.1/202 kB Progress (4): 434/527 kB | 74 kB | 45/108 kB | 7.7/202 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-api/1.7/aether-api-1.7.jar (74 kB at 246 kB/s) Progress (3): 438/527 kB | 45/108 kB | 7.7/202 kB Progress (3): 438/527 kB | 49/108 kB | 7.7/202 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-inject-bean/1.4.2/sisu-inject-bean-1.4.2.jar Progress (3): 442/527 kB | 49/108 kB | 7.7/202 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-guice/2.1.7/sisu-guice-2.1.7-noaop.jar Progress (3): 442/527 kB | 49/108 kB | 12/202 kB Progress (3): 446/527 kB | 49/108 kB | 12/202 kB Progress (3): 446/527 kB | 53/108 kB | 12/202 kB Progress (3): 450/527 kB | 53/108 kB | 12/202 kB Progress (3): 450/527 kB | 53/108 kB | 16/202 kB Progress (3): 454/527 kB | 53/108 kB | 16/202 kB Progress (3): 454/527 kB | 57/108 kB | 16/202 kB Progress (3): 458/527 kB | 57/108 kB | 16/202 kB Progress (3): 458/527 kB | 61/108 kB | 16/202 kB Progress (3): 458/527 kB | 65/108 kB | 16/202 kB Progress (3): 458/527 kB | 65/108 kB | 20/202 kB Progress (3): 462/527 kB | 65/108 kB | 20/202 kB Progress (3): 462/527 kB | 69/108 kB | 20/202 kB Progress (3): 462/527 kB | 69/108 kB | 24/202 kB Progress (4): 462/527 kB | 69/108 kB | 24/202 kB | 4.1/153 kB Progress (4): 462/527 kB | 73/108 kB | 24/202 kB | 4.1/153 kB Progress (4): 466/527 kB | 73/108 kB | 24/202 kB | 4.1/153 kB Progress (4): 466/527 kB | 77/108 kB | 24/202 kB | 4.1/153 kB Progress (4): 466/527 kB | 77/108 kB | 24/202 kB | 7.7/153 kB Progress (4): 466/527 kB | 77/108 kB | 28/202 kB | 7.7/153 kB Progress (4): 466/527 kB | 77/108 kB | 28/202 kB | 12/153 kB Progress (4): 466/527 kB | 81/108 kB | 28/202 kB | 12/153 kB Progress (4): 471/527 kB | 81/108 kB | 28/202 kB | 12/153 kB Progress (5): 471/527 kB | 81/108 kB | 28/202 kB | 12/153 kB | 4.1/472 kB Progress (5): 475/527 kB | 81/108 kB | 28/202 kB | 12/153 kB | 4.1/472 kB Progress (5): 475/527 kB | 81/108 kB | 28/202 kB | 16/153 kB | 4.1/472 kB Progress (5): 475/527 kB | 81/108 kB | 32/202 kB | 16/153 kB | 4.1/472 kB Progress (5): 475/527 kB | 85/108 kB | 32/202 kB | 16/153 kB | 4.1/472 kB Progress (5): 475/527 kB | 85/108 kB | 32/202 kB | 16/153 kB | 7.7/472 kB Progress (5): 475/527 kB | 90/108 kB | 32/202 kB | 16/153 kB | 7.7/472 kB Progress (5): 479/527 kB | 90/108 kB | 32/202 kB | 16/153 kB | 7.7/472 kB Progress (5): 479/527 kB | 90/108 kB | 32/202 kB | 20/153 kB | 7.7/472 kB Progress (5): 479/527 kB | 94/108 kB | 32/202 kB | 20/153 kB | 7.7/472 kB Progress (5): 479/527 kB | 94/108 kB | 36/202 kB | 20/153 kB | 7.7/472 kB Progress (5): 479/527 kB | 94/108 kB | 36/202 kB | 20/153 kB | 12/472 kB Progress (5): 479/527 kB | 94/108 kB | 40/202 kB | 20/153 kB | 12/472 kB Progress (5): 479/527 kB | 98/108 kB | 40/202 kB | 20/153 kB | 12/472 kB Progress (5): 479/527 kB | 98/108 kB | 40/202 kB | 24/153 kB | 12/472 kB Progress (5): 483/527 kB | 98/108 kB | 40/202 kB | 24/153 kB | 12/472 kB Progress (5): 483/527 kB | 102/108 kB | 40/202 kB | 24/153 kB | 12/472 kB Progress (5): 483/527 kB | 102/108 kB | 40/202 kB | 28/153 kB | 12/472 kB Progress (5): 483/527 kB | 102/108 kB | 45/202 kB | 28/153 kB | 12/472 kB Progress (5): 483/527 kB | 102/108 kB | 45/202 kB | 28/153 kB | 16/472 kB Progress (5): 483/527 kB | 102/108 kB | 49/202 kB | 28/153 kB | 16/472 kB Progress (5): 483/527 kB | 102/108 kB | 49/202 kB | 32/153 kB | 16/472 kB Progress (5): 483/527 kB | 106/108 kB | 49/202 kB | 32/153 kB | 16/472 kB Progress (5): 487/527 kB | 106/108 kB | 49/202 kB | 32/153 kB | 16/472 kB Progress (5): 487/527 kB | 108 kB | 49/202 kB | 32/153 kB | 16/472 kB Progress (5): 487/527 kB | 108 kB | 53/202 kB | 32/153 kB | 16/472 kB Progress (5): 487/527 kB | 108 kB | 53/202 kB | 32/153 kB | 20/472 kB Progress (5): 487/527 kB | 108 kB | 53/202 kB | 36/153 kB | 20/472 kB Progress (5): 487/527 kB | 108 kB | 57/202 kB | 36/153 kB | 20/472 kB Progress (5): 491/527 kB | 108 kB | 57/202 kB | 36/153 kB | 20/472 kB Progress (5): 491/527 kB | 108 kB | 61/202 kB | 36/153 kB | 20/472 kB Progress (5): 491/527 kB | 108 kB | 61/202 kB | 40/153 kB | 20/472 kB Progress (5): 491/527 kB | 108 kB | 61/202 kB | 40/153 kB | 24/472 kB Progress (5): 495/527 kB | 108 kB | 61/202 kB | 40/153 kB | 24/472 kB Progress (5): 495/527 kB | 108 kB | 61/202 kB | 45/153 kB | 24/472 kB Progress (5): 495/527 kB | 108 kB | 65/202 kB | 45/153 kB | 24/472 kB Progress (5): 495/527 kB | 108 kB | 65/202 kB | 49/153 kB | 24/472 kB Progress (5): 499/527 kB | 108 kB | 65/202 kB | 49/153 kB | 24/472 kB Progress (5): 499/527 kB | 108 kB | 65/202 kB | 49/153 kB | 28/472 kB Progress (5): 499/527 kB | 108 kB | 69/202 kB | 49/153 kB | 28/472 kB Progress (5): 503/527 kB | 108 kB | 69/202 kB | 49/153 kB | 28/472 kB Progress (5): 503/527 kB | 108 kB | 73/202 kB | 49/153 kB | 28/472 kB Progress (5): 503/527 kB | 108 kB | 73/202 kB | 49/153 kB | 32/472 kB Progress (5): 503/527 kB | 108 kB | 77/202 kB | 49/153 kB | 32/472 kB Progress (5): 503/527 kB | 108 kB | 77/202 kB | 53/153 kB | 32/472 kB Progress (5): 507/527 kB | 108 kB | 77/202 kB | 53/153 kB | 32/472 kB Progress (5): 507/527 kB | 108 kB | 77/202 kB | 53/153 kB | 36/472 kB Progress (5): 507/527 kB | 108 kB | 77/202 kB | 57/153 kB | 36/472 kB Progress (5): 507/527 kB | 108 kB | 81/202 kB | 57/153 kB | 36/472 kB Progress (5): 511/527 kB | 108 kB | 81/202 kB | 57/153 kB | 36/472 kB Progress (5): 511/527 kB | 108 kB | 81/202 kB | 61/153 kB | 36/472 kB Progress (5): 511/527 kB | 108 kB | 81/202 kB | 61/153 kB | 40/472 kB Progress (5): 511/527 kB | 108 kB | 85/202 kB | 61/153 kB | 40/472 kB Progress (5): 511/527 kB | 108 kB | 85/202 kB | 65/153 kB | 40/472 kB Progress (5): 516/527 kB | 108 kB | 85/202 kB | 65/153 kB | 40/472 kB Progress (5): 516/527 kB | 108 kB | 90/202 kB | 65/153 kB | 40/472 kB Progress (5): 516/527 kB | 108 kB | 90/202 kB | 65/153 kB | 45/472 kB Progress (5): 516/527 kB | 108 kB | 94/202 kB | 65/153 kB | 45/472 kB Progress (5): 520/527 kB | 108 kB | 94/202 kB | 65/153 kB | 45/472 kB Progress (5): 520/527 kB | 108 kB | 94/202 kB | 69/153 kB | 45/472 kB Progress (5): 520/527 kB | 108 kB | 98/202 kB | 69/153 kB | 45/472 kB Progress (5): 520/527 kB | 108 kB | 98/202 kB | 69/153 kB | 49/472 kB Progress (5): 520/527 kB | 108 kB | 98/202 kB | 73/153 kB | 49/472 kB Progress (5): 524/527 kB | 108 kB | 98/202 kB | 73/153 kB | 49/472 kB Progress (5): 524/527 kB | 108 kB | 98/202 kB | 77/153 kB | 49/472 kB Progress (5): 524/527 kB | 108 kB | 102/202 kB | 77/153 kB | 49/472 kB Progress (5): 524/527 kB | 108 kB | 102/202 kB | 81/153 kB | 49/472 kB Progress (5): 527 kB | 108 kB | 102/202 kB | 81/153 kB | 49/472 kB Progress (5): 527 kB | 108 kB | 102/202 kB | 81/153 kB | 53/472 kB Progress (5): 527 kB | 108 kB | 106/202 kB | 81/153 kB | 53/472 kB Progress (5): 527 kB | 108 kB | 106/202 kB | 81/153 kB | 57/472 kB Progress (5): 527 kB | 108 kB | 110/202 kB | 81/153 kB | 57/472 kB Progress (5): 527 kB | 108 kB | 110/202 kB | 81/153 kB | 61/472 kB Progress (5): 527 kB | 108 kB | 110/202 kB | 85/153 kB | 61/472 kB Progress (5): 527 kB | 108 kB | 110/202 kB | 85/153 kB | 65/472 kB Progress (5): 527 kB | 108 kB | 114/202 kB | 85/153 kB | 65/472 kB Progress (5): 527 kB | 108 kB | 114/202 kB | 90/153 kB | 65/472 kB Progress (5): 527 kB | 108 kB | 114/202 kB | 94/153 kB | 65/472 kB Progress (5): 527 kB | 108 kB | 118/202 kB | 94/153 kB | 65/472 kB Progress (5): 527 kB | 108 kB | 118/202 kB | 94/153 kB | 69/472 kB Progress (5): 527 kB | 108 kB | 122/202 kB | 94/153 kB | 69/472 kB Progress (5): 527 kB | 108 kB | 122/202 kB | 98/153 kB | 69/472 kB Progress (5): 527 kB | 108 kB | 126/202 kB | 98/153 kB | 69/472 kB Progress (5): 527 kB | 108 kB | 126/202 kB | 98/153 kB | 73/472 kB Progress (5): 527 kB | 108 kB | 131/202 kB | 98/153 kB | 73/472 kB Progress (5): 527 kB | 108 kB | 131/202 kB | 98/153 kB | 77/472 kB Progress (5): 527 kB | 108 kB | 131/202 kB | 98/153 kB | 81/472 kB Progress (5): 527 kB | 108 kB | 131/202 kB | 102/153 kB | 81/472 kB Progress (5): 527 kB | 108 kB | 135/202 kB | 102/153 kB | 81/472 kB Progress (5): 527 kB | 108 kB | 135/202 kB | 106/153 kB | 81/472 kB Progress (5): 527 kB | 108 kB | 135/202 kB | 106/153 kB | 85/472 kB Progress (5): 527 kB | 108 kB | 139/202 kB | 106/153 kB | 85/472 kB Progress (5): 527 kB | 108 kB | 139/202 kB | 106/153 kB | 90/472 kB Progress (5): 527 kB | 108 kB | 139/202 kB | 110/153 kB | 90/472 kB Progress (5): 527 kB | 108 kB | 139/202 kB | 110/153 kB | 94/472 kB Progress (5): 527 kB | 108 kB | 143/202 kB | 110/153 kB | 94/472 kB Progress (5): 527 kB | 108 kB | 143/202 kB | 110/153 kB | 98/472 kB Progress (5): 527 kB | 108 kB | 143/202 kB | 114/153 kB | 98/472 kB Progress (5): 527 kB | 108 kB | 147/202 kB | 114/153 kB | 98/472 kB Progress (5): 527 kB | 108 kB | 147/202 kB | 114/153 kB | 102/472 kB Progress (5): 527 kB | 108 kB | 147/202 kB | 114/153 kB | 106/472 kB Progress (5): 527 kB | 108 kB | 151/202 kB | 114/153 kB | 106/472 kB Progress (5): 527 kB | 108 kB | 151/202 kB | 114/153 kB | 110/472 kB Progress (5): 527 kB | 108 kB | 155/202 kB | 114/153 kB | 110/472 kB Progress (5): 527 kB | 108 kB | 155/202 kB | 114/153 kB | 114/472 kB Progress (5): 527 kB | 108 kB | 159/202 kB | 114/153 kB | 114/472 kB Progress (5): 527 kB | 108 kB | 163/202 kB | 114/153 kB | 114/472 kB Progress (5): 527 kB | 108 kB | 163/202 kB | 114/153 kB | 118/472 kB Progress (5): 527 kB | 108 kB | 163/202 kB | 114/153 kB | 122/472 kB Progress (5): 527 kB | 108 kB | 163/202 kB | 114/153 kB | 126/472 kB Progress (5): 527 kB | 108 kB | 163/202 kB | 114/153 kB | 131/472 kB Progress (5): 527 kB | 108 kB | 167/202 kB | 114/153 kB | 131/472 kB Progress (5): 527 kB | 108 kB | 167/202 kB | 114/153 kB | 135/472 kB Progress (5): 527 kB | 108 kB | 167/202 kB | 118/153 kB | 135/472 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-util/1.7/aether-util-1.7.jar (108 kB at 270 kB/s) Progress (4): 527 kB | 167/202 kB | 118/153 kB | 139/472 kB Progress (4): 527 kB | 171/202 kB | 118/153 kB | 139/472 kB Progress (4): 527 kB | 171/202 kB | 118/153 kB | 143/472 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.14/plexus-interpolation-1.14.jar Progress (4): 527 kB | 171/202 kB | 122/153 kB | 143/472 kB Progress (4): 527 kB | 171/202 kB | 122/153 kB | 147/472 kB Progress (4): 527 kB | 176/202 kB | 122/153 kB | 147/472 kB Progress (4): 527 kB | 176/202 kB | 126/153 kB | 147/472 kB Progress (4): 527 kB | 180/202 kB | 126/153 kB | 147/472 kB Progress (4): 527 kB | 180/202 kB | 126/153 kB | 151/472 kB Progress (4): 527 kB | 180/202 kB | 131/153 kB | 151/472 kB Progress (4): 527 kB | 180/202 kB | 131/153 kB | 155/472 kB Progress (4): 527 kB | 184/202 kB | 131/153 kB | 155/472 kB Progress (4): 527 kB | 184/202 kB | 131/153 kB | 159/472 kB Progress (4): 527 kB | 188/202 kB | 131/153 kB | 159/472 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/3.0/maven-core-3.0.jar (527 kB at 1.3 MB/s) Progress (3): 188/202 kB | 131/153 kB | 163/472 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-classworlds/2.2.3/plexus-classworlds-2.2.3.jar Progress (4): 188/202 kB | 131/153 kB | 163/472 kB | 4.1/61 kB Progress (4): 188/202 kB | 135/153 kB | 163/472 kB | 4.1/61 kB Progress (4): 192/202 kB | 135/153 kB | 163/472 kB | 4.1/61 kB Progress (4): 192/202 kB | 139/153 kB | 163/472 kB | 4.1/61 kB Progress (4): 192/202 kB | 139/153 kB | 163/472 kB | 7.7/61 kB Progress (4): 192/202 kB | 139/153 kB | 167/472 kB | 7.7/61 kB Progress (4): 192/202 kB | 139/153 kB | 167/472 kB | 12/61 kB Progress (4): 192/202 kB | 143/153 kB | 167/472 kB | 12/61 kB Progress (4): 196/202 kB | 143/153 kB | 167/472 kB | 12/61 kB Progress (4): 196/202 kB | 147/153 kB | 167/472 kB | 12/61 kB Progress (4): 196/202 kB | 147/153 kB | 167/472 kB | 16/61 kB Progress (4): 200/202 kB | 147/153 kB | 167/472 kB | 16/61 kB Progress (4): 200/202 kB | 151/153 kB | 167/472 kB | 16/61 kB Progress (4): 200/202 kB | 151/153 kB | 171/472 kB | 16/61 kB Progress (4): 200/202 kB | 151/153 kB | 171/472 kB | 20/61 kB Progress (4): 200/202 kB | 153 kB | 171/472 kB | 20/61 kB Progress (4): 202 kB | 153 kB | 171/472 kB | 20/61 kB Progress (5): 202 kB | 153 kB | 171/472 kB | 20/61 kB | 4.1/46 kB Progress (5): 202 kB | 153 kB | 171/472 kB | 24/61 kB | 4.1/46 kB Progress (5): 202 kB | 153 kB | 176/472 kB | 24/61 kB | 4.1/46 kB Progress (5): 202 kB | 153 kB | 176/472 kB | 28/61 kB | 4.1/46 kB Progress (5): 202 kB | 153 kB | 176/472 kB | 28/61 kB | 7.7/46 kB Progress (5): 202 kB | 153 kB | 176/472 kB | 32/61 kB | 7.7/46 kB Progress (5): 202 kB | 153 kB | 180/472 kB | 32/61 kB | 7.7/46 kB Progress (5): 202 kB | 153 kB | 180/472 kB | 32/61 kB | 12/46 kB Progress (5): 202 kB | 153 kB | 180/472 kB | 32/61 kB | 16/46 kB Progress (5): 202 kB | 153 kB | 180/472 kB | 36/61 kB | 16/46 kB Progress (5): 202 kB | 153 kB | 184/472 kB | 36/61 kB | 16/46 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-inject-bean/1.4.2/sisu-inject-bean-1.4.2.jar (153 kB at 371 kB/s) Progress (4): 202 kB | 184/472 kB | 36/61 kB | 20/46 kB Progress (4): 202 kB | 188/472 kB | 36/61 kB | 20/46 kB Progress (4): 202 kB | 188/472 kB | 40/61 kB | 20/46 kB Progress (4): 202 kB | 192/472 kB | 40/61 kB | 20/46 kB Progress (4): 202 kB | 192/472 kB | 40/61 kB | 24/46 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-inject-plexus/1.4.2/sisu-inject-plexus-1.4.2.jar (202 kB at 488 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plexus/plexus-sec-dispatcher/1.3/plexus-sec-dispatcher-1.3.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plexus/plexus-cipher/1.7/plexus-cipher-1.7.jar Progress (3): 192/472 kB | 40/61 kB | 28/46 kB Progress (3): 196/472 kB | 40/61 kB | 28/46 kB Progress (3): 196/472 kB | 45/61 kB | 28/46 kB Progress (3): 196/472 kB | 45/61 kB | 32/46 kB Progress (3): 196/472 kB | 49/61 kB | 32/46 kB Progress (3): 200/472 kB | 49/61 kB | 32/46 kB Progress (3): 200/472 kB | 49/61 kB | 36/46 kB Progress (3): 200/472 kB | 53/61 kB | 36/46 kB Progress (3): 204/472 kB | 53/61 kB | 36/46 kB Progress (3): 204/472 kB | 57/61 kB | 36/46 kB Progress (3): 204/472 kB | 57/61 kB | 40/46 kB Progress (3): 204/472 kB | 61/61 kB | 40/46 kB Progress (3): 208/472 kB | 61/61 kB | 40/46 kB Progress (3): 208/472 kB | 61 kB | 40/46 kB Progress (4): 208/472 kB | 61 kB | 40/46 kB | 4.1/29 kB Progress (4): 208/472 kB | 61 kB | 45/46 kB | 4.1/29 kB Progress (4): 208/472 kB | 61 kB | 45/46 kB | 7.7/29 kB Progress (4): 212/472 kB | 61 kB | 45/46 kB | 7.7/29 kB Progress (5): 212/472 kB | 61 kB | 45/46 kB | 7.7/29 kB | 4.1/13 kB Progress (5): 212/472 kB | 61 kB | 45/46 kB | 12/29 kB | 4.1/13 kB Progress (5): 212/472 kB | 61 kB | 46 kB | 12/29 kB | 4.1/13 kB Progress (5): 217/472 kB | 61 kB | 46 kB | 12/29 kB | 4.1/13 kB Progress (5): 217/472 kB | 61 kB | 46 kB | 16/29 kB | 4.1/13 kB Progress (5): 217/472 kB | 61 kB | 46 kB | 16/29 kB | 7.7/13 kB Progress (5): 221/472 kB | 61 kB | 46 kB | 16/29 kB | 7.7/13 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.14/plexus-interpolation-1.14.jar (61 kB at 146 kB/s) Progress (4): 225/472 kB | 46 kB | 16/29 kB | 7.7/13 kB Progress (4): 225/472 kB | 46 kB | 20/29 kB | 7.7/13 kB Progress (4): 225/472 kB | 46 kB | 20/29 kB | 12/13 kB Progress (4): 225/472 kB | 46 kB | 24/29 kB | 12/13 kB Progress (4): 229/472 kB | 46 kB | 24/29 kB | 12/13 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-classworlds/2.2.3/plexus-classworlds-2.2.3.jar (46 kB at 109 kB/s) 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 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 Progress (3): 233/472 kB | 24/29 kB | 12/13 kB Progress (3): 233/472 kB | 28/29 kB | 12/13 kB Progress (3): 233/472 kB | 28/29 kB | 13 kB Progress (3): 233/472 kB | 29 kB | 13 kB Progress (3): 237/472 kB | 29 kB | 13 kB Progress (3): 241/472 kB | 29 kB | 13 kB Progress (3): 245/472 kB | 29 kB | 13 kB Progress (3): 249/472 kB | 29 kB | 13 kB Progress (3): 253/472 kB | 29 kB | 13 kB Progress (3): 258/472 kB | 29 kB | 13 kB Progress (3): 262/472 kB | 29 kB | 13 kB Progress (4): 262/472 kB | 29 kB | 13 kB | 4.1/247 kB Progress (4): 266/472 kB | 29 kB | 13 kB | 4.1/247 kB Progress (4): 266/472 kB | 29 kB | 13 kB | 7.7/247 kB Progress (4): 270/472 kB | 29 kB | 13 kB | 7.7/247 kB Progress (4): 270/472 kB | 29 kB | 13 kB | 12/247 kB Progress (4): 274/472 kB | 29 kB | 13 kB | 12/247 kB Progress (4): 274/472 kB | 29 kB | 13 kB | 16/247 kB Progress (4): 278/472 kB | 29 kB | 13 kB | 16/247 kB Progress (4): 278/472 kB | 29 kB | 13 kB | 20/247 kB Progress (4): 282/472 kB | 29 kB | 13 kB | 20/247 kB Progress (4): 282/472 kB | 29 kB | 13 kB | 24/247 kB Progress (4): 286/472 kB | 29 kB | 13 kB | 24/247 kB Progress (4): 286/472 kB | 29 kB | 13 kB | 28/247 kB Progress (4): 290/472 kB | 29 kB | 13 kB | 28/247 kB Progress (4): 290/472 kB | 29 kB | 13 kB | 32/247 kB Progress (4): 294/472 kB | 29 kB | 13 kB | 32/247 kB Progress (4): 294/472 kB | 29 kB | 13 kB | 36/247 kB Progress (4): 298/472 kB | 29 kB | 13 kB | 36/247 kB Progress (4): 303/472 kB | 29 kB | 13 kB | 36/247 kB Progress (4): 307/472 kB | 29 kB | 13 kB | 36/247 kB Progress (4): 311/472 kB | 29 kB | 13 kB | 36/247 kB Progress (4): 315/472 kB | 29 kB | 13 kB | 36/247 kB Progress (4): 315/472 kB | 29 kB | 13 kB | 40/247 kB Progress (4): 319/472 kB | 29 kB | 13 kB | 40/247 kB Progress (5): 319/472 kB | 29 kB | 13 kB | 40/247 kB | 4.1/49 kB Progress (5): 323/472 kB | 29 kB | 13 kB | 40/247 kB | 4.1/49 kB Progress (5): 323/472 kB | 29 kB | 13 kB | 45/247 kB | 4.1/49 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plexus/plexus-sec-dispatcher/1.3/plexus-sec-dispatcher-1.3.jar (29 kB at 57 kB/s) Progress (4): 323/472 kB | 13 kB | 49/247 kB | 4.1/49 kB Progress (4): 327/472 kB | 13 kB | 49/247 kB | 4.1/49 kB Progress (4): 327/472 kB | 13 kB | 49/247 kB | 7.7/49 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plexus/plexus-cipher/1.7/plexus-cipher-1.7.jar (13 kB at 27 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-archiver/3.4/plexus-archiver-3.4.jar Progress (3): 331/472 kB | 49/247 kB | 7.7/49 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-io/2.7.1/plexus-io-2.7.1.jar Progress (3): 331/472 kB | 49/247 kB | 12/49 kB Progress (3): 331/472 kB | 53/247 kB | 12/49 kB Progress (3): 331/472 kB | 53/247 kB | 16/49 kB Progress (3): 335/472 kB | 53/247 kB | 16/49 kB Progress (3): 335/472 kB | 57/247 kB | 16/49 kB Progress (3): 339/472 kB | 57/247 kB | 16/49 kB Progress (3): 339/472 kB | 61/247 kB | 16/49 kB Progress (3): 344/472 kB | 61/247 kB | 16/49 kB Progress (3): 344/472 kB | 61/247 kB | 20/49 kB Progress (3): 344/472 kB | 65/247 kB | 20/49 kB Progress (3): 344/472 kB | 65/247 kB | 24/49 kB Progress (3): 344/472 kB | 65/247 kB | 28/49 kB Progress (3): 344/472 kB | 69/247 kB | 28/49 kB Progress (3): 344/472 kB | 69/247 kB | 32/49 kB Progress (3): 348/472 kB | 69/247 kB | 32/49 kB Progress (3): 348/472 kB | 73/247 kB | 32/49 kB Progress (3): 352/472 kB | 73/247 kB | 32/49 kB Progress (3): 352/472 kB | 77/247 kB | 32/49 kB Progress (3): 356/472 kB | 77/247 kB | 32/49 kB Progress (3): 356/472 kB | 77/247 kB | 36/49 kB Progress (3): 356/472 kB | 81/247 kB | 36/49 kB Progress (3): 356/472 kB | 81/247 kB | 40/49 kB Progress (3): 360/472 kB | 81/247 kB | 40/49 kB Progress (3): 360/472 kB | 81/247 kB | 45/49 kB Progress (3): 360/472 kB | 85/247 kB | 45/49 kB Progress (3): 360/472 kB | 85/247 kB | 49/49 kB Progress (3): 360/472 kB | 90/247 kB | 49/49 kB Progress (3): 360/472 kB | 90/247 kB | 49 kB Progress (3): 360/472 kB | 94/247 kB | 49 kB Progress (3): 364/472 kB | 94/247 kB | 49 kB Progress (3): 364/472 kB | 98/247 kB | 49 kB Progress (3): 368/472 kB | 98/247 kB | 49 kB Progress (3): 372/472 kB | 98/247 kB | 49 kB Progress (3): 372/472 kB | 102/247 kB | 49 kB Progress (3): 376/472 kB | 102/247 kB | 49 kB Progress (3): 376/472 kB | 106/247 kB | 49 kB Progress (3): 376/472 kB | 110/247 kB | 49 kB Progress (3): 376/472 kB | 114/247 kB | 49 kB Progress (3): 376/472 kB | 118/247 kB | 49 kB Progress (3): 380/472 kB | 118/247 kB | 49 kB Progress (3): 380/472 kB | 122/247 kB | 49 kB Progress (3): 384/472 kB | 122/247 kB | 49 kB Progress (3): 384/472 kB | 126/247 kB | 49 kB Progress (3): 389/472 kB | 126/247 kB | 49 kB Progress (3): 389/472 kB | 131/247 kB | 49 kB Progress (3): 393/472 kB | 131/247 kB | 49 kB Progress (3): 393/472 kB | 135/247 kB | 49 kB Progress (3): 393/472 kB | 139/247 kB | 49 kB Progress (3): 393/472 kB | 143/247 kB | 49 kB Progress (3): 393/472 kB | 147/247 kB | 49 kB Progress (3): 397/472 kB | 147/247 kB | 49 kB Progress (3): 401/472 kB | 147/247 kB | 49 kB Progress (3): 401/472 kB | 151/247 kB | 49 kB Progress (3): 405/472 kB | 151/247 kB | 49 kB Progress (3): 405/472 kB | 155/247 kB | 49 kB Progress (3): 409/472 kB | 155/247 kB | 49 kB Progress (3): 409/472 kB | 159/247 kB | 49 kB Progress (3): 409/472 kB | 163/247 kB | 49 kB Progress (3): 409/472 kB | 167/247 kB | 49 kB Progress (3): 413/472 kB | 167/247 kB | 49 kB Progress (3): 413/472 kB | 171/247 kB | 49 kB Progress (3): 417/472 kB | 171/247 kB | 49 kB Progress (3): 417/472 kB | 176/247 kB | 49 kB Progress (3): 421/472 kB | 176/247 kB | 49 kB Progress (3): 421/472 kB | 180/247 kB | 49 kB Progress (3): 425/472 kB | 180/247 kB | 49 kB Progress (3): 425/472 kB | 184/247 kB | 49 kB Progress (3): 425/472 kB | 188/247 kB | 49 kB Progress (3): 425/472 kB | 192/247 kB | 49 kB Progress (3): 425/472 kB | 196/247 kB | 49 kB Progress (3): 430/472 kB | 196/247 kB | 49 kB Progress (3): 434/472 kB | 196/247 kB | 49 kB Progress (3): 434/472 kB | 200/247 kB | 49 kB Progress (3): 438/472 kB | 200/247 kB | 49 kB Progress (3): 438/472 kB | 204/247 kB | 49 kB Progress (3): 442/472 kB | 204/247 kB | 49 kB Progress (3): 442/472 kB | 208/247 kB | 49 kB Progress (3): 442/472 kB | 212/247 kB | 49 kB Progress (3): 442/472 kB | 217/247 kB | 49 kB Progress (3): 446/472 kB | 217/247 kB | 49 kB Progress (3): 446/472 kB | 221/247 kB | 49 kB Progress (3): 450/472 kB | 221/247 kB | 49 kB Progress (3): 450/472 kB | 225/247 kB | 49 kB Progress (3): 454/472 kB | 225/247 kB | 49 kB Progress (3): 454/472 kB | 229/247 kB | 49 kB Progress (3): 458/472 kB | 229/247 kB | 49 kB Progress (3): 458/472 kB | 233/247 kB | 49 kB Progress (3): 458/472 kB | 237/247 kB | 49 kB Progress (3): 458/472 kB | 241/247 kB | 49 kB Progress (3): 462/472 kB | 241/247 kB | 49 kB Progress (3): 462/472 kB | 245/247 kB | 49 kB Progress (3): 466/472 kB | 245/247 kB | 49 kB Progress (3): 466/472 kB | 247 kB | 49 kB Progress (3): 471/472 kB | 247 kB | 49 kB Progress (3): 472 kB | 247 kB | 49 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-guice/2.1.7/sisu-guice-2.1.7-noaop.jar (472 kB at 899 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-io/commons-io/2.5/commons-io-2.5.jar 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 93 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-compress/1.15/commons-compress-1.15.jar Progress (2): 247 kB | 4.1/187 kB Progress (2): 247 kB | 7.7/187 kB Progress (2): 247 kB | 12/187 kB Progress (2): 247 kB | 16/187 kB Progress (2): 247 kB | 20/187 kB Progress (3): 247 kB | 20/187 kB | 4.1/209 kB Progress (3): 247 kB | 24/187 kB | 4.1/209 kB Progress (3): 247 kB | 24/187 kB | 7.7/209 kB Progress (3): 247 kB | 28/187 kB | 7.7/209 kB Progress (3): 247 kB | 28/187 kB | 12/209 kB Progress (3): 247 kB | 32/187 kB | 12/209 kB Progress (3): 247 kB | 32/187 kB | 16/209 kB Progress (3): 247 kB | 36/187 kB | 16/209 kB Progress (3): 247 kB | 36/187 kB | 20/209 kB Progress (3): 247 kB | 36/187 kB | 24/209 kB Progress (3): 247 kB | 36/187 kB | 28/209 kB Progress (3): 247 kB | 36/187 kB | 32/209 kB Progress (3): 247 kB | 40/187 kB | 32/209 kB Progress (4): 247 kB | 40/187 kB | 32/209 kB | 4.1/86 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.24/plexus-utils-3.0.24.jar (247 kB at 412 kB/s) Progress (4): 40/187 kB | 32/209 kB | 4.1/86 kB | 4.1/532 kB Progress (4): 40/187 kB | 32/209 kB | 7.7/86 kB | 4.1/532 kB Progress (4): 45/187 kB | 32/209 kB | 7.7/86 kB | 4.1/532 kB Progress (4): 45/187 kB | 32/209 kB | 12/86 kB | 4.1/532 kB Progress (4): 45/187 kB | 32/209 kB | 12/86 kB | 7.7/532 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/objenesis/objenesis/2.6/objenesis-2.6.jar Progress (4): 45/187 kB | 32/209 kB | 12/86 kB | 12/532 kB Progress (4): 45/187 kB | 32/209 kB | 16/86 kB | 12/532 kB Progress (4): 49/187 kB | 32/209 kB | 16/86 kB | 12/532 kB Progress (4): 49/187 kB | 36/209 kB | 16/86 kB | 12/532 kB Progress (4): 49/187 kB | 36/209 kB | 16/86 kB | 16/532 kB Progress (4): 49/187 kB | 36/209 kB | 20/86 kB | 16/532 kB Progress (4): 49/187 kB | 40/209 kB | 20/86 kB | 16/532 kB Progress (4): 49/187 kB | 40/209 kB | 24/86 kB | 16/532 kB Progress (4): 49/187 kB | 45/209 kB | 24/86 kB | 16/532 kB Progress (4): 53/187 kB | 45/209 kB | 24/86 kB | 16/532 kB Progress (4): 53/187 kB | 49/209 kB | 24/86 kB | 16/532 kB Progress (4): 53/187 kB | 49/209 kB | 28/86 kB | 16/532 kB Progress (4): 53/187 kB | 49/209 kB | 28/86 kB | 20/532 kB Progress (4): 53/187 kB | 49/209 kB | 32/86 kB | 20/532 kB Progress (4): 53/187 kB | 53/209 kB | 32/86 kB | 20/532 kB Progress (4): 57/187 kB | 53/209 kB | 32/86 kB | 20/532 kB Progress (4): 57/187 kB | 57/209 kB | 32/86 kB | 20/532 kB Progress (4): 57/187 kB | 57/209 kB | 32/86 kB | 24/532 kB Progress (4): 57/187 kB | 61/209 kB | 32/86 kB | 24/532 kB Progress (4): 57/187 kB | 61/209 kB | 36/86 kB | 24/532 kB Progress (4): 61/187 kB | 61/209 kB | 36/86 kB | 24/532 kB Progress (4): 61/187 kB | 61/209 kB | 40/86 kB | 24/532 kB Progress (4): 61/187 kB | 65/209 kB | 40/86 kB | 24/532 kB Progress (4): 61/187 kB | 65/209 kB | 40/86 kB | 28/532 kB Progress (4): 61/187 kB | 65/209 kB | 45/86 kB | 28/532 kB Progress (4): 65/187 kB | 65/209 kB | 45/86 kB | 28/532 kB Progress (4): 65/187 kB | 65/209 kB | 49/86 kB | 28/532 kB Progress (4): 65/187 kB | 65/209 kB | 49/86 kB | 32/532 kB Progress (4): 65/187 kB | 69/209 kB | 49/86 kB | 32/532 kB Progress (4): 69/187 kB | 69/209 kB | 49/86 kB | 32/532 kB Progress (4): 69/187 kB | 69/209 kB | 53/86 kB | 32/532 kB Progress (4): 69/187 kB | 73/209 kB | 53/86 kB | 32/532 kB Progress (4): 69/187 kB | 73/209 kB | 57/86 kB | 32/532 kB Progress (4): 69/187 kB | 73/209 kB | 57/86 kB | 36/532 kB Progress (4): 73/187 kB | 73/209 kB | 57/86 kB | 36/532 kB Progress (4): 73/187 kB | 73/209 kB | 57/86 kB | 40/532 kB Progress (4): 73/187 kB | 73/209 kB | 61/86 kB | 40/532 kB Progress (4): 73/187 kB | 77/209 kB | 61/86 kB | 40/532 kB Progress (4): 73/187 kB | 77/209 kB | 65/86 kB | 40/532 kB Progress (4): 73/187 kB | 77/209 kB | 65/86 kB | 45/532 kB Progress (4): 77/187 kB | 77/209 kB | 65/86 kB | 45/532 kB Progress (4): 77/187 kB | 77/209 kB | 65/86 kB | 49/532 kB Progress (4): 77/187 kB | 81/209 kB | 65/86 kB | 49/532 kB Progress (4): 77/187 kB | 81/209 kB | 69/86 kB | 49/532 kB Progress (4): 81/187 kB | 81/209 kB | 69/86 kB | 49/532 kB Progress (4): 81/187 kB | 81/209 kB | 69/86 kB | 53/532 kB Progress (4): 81/187 kB | 81/209 kB | 73/86 kB | 53/532 kB Progress (4): 81/187 kB | 85/209 kB | 73/86 kB | 53/532 kB Progress (4): 81/187 kB | 85/209 kB | 73/86 kB | 57/532 kB Progress (4): 81/187 kB | 90/209 kB | 73/86 kB | 57/532 kB Progress (4): 85/187 kB | 90/209 kB | 73/86 kB | 57/532 kB Progress (4): 85/187 kB | 90/209 kB | 77/86 kB | 57/532 kB Progress (4): 90/187 kB | 90/209 kB | 77/86 kB | 57/532 kB Progress (4): 90/187 kB | 94/209 kB | 77/86 kB | 57/532 kB Progress (4): 90/187 kB | 94/209 kB | 77/86 kB | 61/532 kB Progress (4): 90/187 kB | 98/209 kB | 77/86 kB | 61/532 kB Progress (4): 94/187 kB | 98/209 kB | 77/86 kB | 61/532 kB Progress (4): 94/187 kB | 98/209 kB | 81/86 kB | 61/532 kB Progress (4): 98/187 kB | 98/209 kB | 81/86 kB | 61/532 kB Progress (4): 98/187 kB | 98/209 kB | 81/86 kB | 65/532 kB Progress (4): 98/187 kB | 98/209 kB | 85/86 kB | 65/532 kB Progress (4): 98/187 kB | 102/209 kB | 85/86 kB | 65/532 kB Progress (4): 98/187 kB | 102/209 kB | 86 kB | 65/532 kB Progress (4): 102/187 kB | 102/209 kB | 86 kB | 65/532 kB Progress (5): 102/187 kB | 102/209 kB | 86 kB | 65/532 kB | 4.1/56 kB Progress (5): 102/187 kB | 106/209 kB | 86 kB | 65/532 kB | 4.1/56 kB Progress (5): 102/187 kB | 106/209 kB | 86 kB | 65/532 kB | 7.7/56 kB Progress (5): 106/187 kB | 106/209 kB | 86 kB | 65/532 kB | 7.7/56 kB Progress (5): 106/187 kB | 106/209 kB | 86 kB | 69/532 kB | 7.7/56 kB Progress (5): 110/187 kB | 106/209 kB | 86 kB | 69/532 kB | 7.7/56 kB Progress (5): 110/187 kB | 106/209 kB | 86 kB | 69/532 kB | 12/56 kB Progress (5): 110/187 kB | 110/209 kB | 86 kB | 69/532 kB | 12/56 kB Progress (5): 110/187 kB | 110/209 kB | 86 kB | 69/532 kB | 16/56 kB Progress (5): 114/187 kB | 110/209 kB | 86 kB | 69/532 kB | 16/56 kB Progress (5): 114/187 kB | 110/209 kB | 86 kB | 73/532 kB | 16/56 kB Progress (5): 114/187 kB | 114/209 kB | 86 kB | 73/532 kB | 16/56 kB Progress (5): 114/187 kB | 114/209 kB | 86 kB | 77/532 kB | 16/56 kB Progress (5): 114/187 kB | 114/209 kB | 86 kB | 81/532 kB | 16/56 kB Progress (5): 114/187 kB | 114/209 kB | 86 kB | 81/532 kB | 20/56 kB Progress (5): 114/187 kB | 118/209 kB | 86 kB | 81/532 kB | 20/56 kB Progress (5): 118/187 kB | 118/209 kB | 86 kB | 81/532 kB | 20/56 kB Progress (5): 118/187 kB | 118/209 kB | 86 kB | 85/532 kB | 20/56 kB Progress (5): 118/187 kB | 122/209 kB | 86 kB | 85/532 kB | 20/56 kB Progress (5): 118/187 kB | 122/209 kB | 86 kB | 85/532 kB | 24/56 kB Progress (5): 118/187 kB | 126/209 kB | 86 kB | 85/532 kB | 24/56 kB Progress (5): 118/187 kB | 126/209 kB | 86 kB | 90/532 kB | 24/56 kB Progress (5): 122/187 kB | 126/209 kB | 86 kB | 90/532 kB | 24/56 kB Progress (5): 122/187 kB | 126/209 kB | 86 kB | 94/532 kB | 24/56 kB Progress (5): 122/187 kB | 131/209 kB | 86 kB | 94/532 kB | 24/56 kB Progress (5): 122/187 kB | 131/209 kB | 86 kB | 94/532 kB | 28/56 kB Progress (5): 122/187 kB | 131/209 kB | 86 kB | 98/532 kB | 28/56 kB Progress (5): 126/187 kB | 131/209 kB | 86 kB | 98/532 kB | 28/56 kB Progress (5): 126/187 kB | 135/209 kB | 86 kB | 98/532 kB | 28/56 kB Progress (5): 126/187 kB | 135/209 kB | 86 kB | 98/532 kB | 32/56 kB Progress (5): 126/187 kB | 135/209 kB | 86 kB | 102/532 kB | 32/56 kB Progress (5): 126/187 kB | 139/209 kB | 86 kB | 102/532 kB | 32/56 kB Progress (5): 131/187 kB | 139/209 kB | 86 kB | 102/532 kB | 32/56 kB Progress (5): 131/187 kB | 143/209 kB | 86 kB | 102/532 kB | 32/56 kB Progress (5): 131/187 kB | 143/209 kB | 86 kB | 106/532 kB | 32/56 kB Progress (5): 131/187 kB | 147/209 kB | 86 kB | 106/532 kB | 32/56 kB Progress (5): 135/187 kB | 147/209 kB | 86 kB | 106/532 kB | 32/56 kB Progress (5): 135/187 kB | 147/209 kB | 86 kB | 110/532 kB | 32/56 kB Progress (5): 135/187 kB | 147/209 kB | 86 kB | 110/532 kB | 36/56 kB Progress (5): 135/187 kB | 151/209 kB | 86 kB | 110/532 kB | 36/56 kB Progress (5): 135/187 kB | 151/209 kB | 86 kB | 114/532 kB | 36/56 kB Progress (5): 139/187 kB | 151/209 kB | 86 kB | 114/532 kB | 36/56 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-io/2.7.1/plexus-io-2.7.1.jar (86 kB at 138 kB/s) Progress (4): 139/187 kB | 151/209 kB | 118/532 kB | 36/56 kB Progress (4): 143/187 kB | 151/209 kB | 118/532 kB | 36/56 kB Progress (4): 143/187 kB | 155/209 kB | 118/532 kB | 36/56 kB Progress (4): 143/187 kB | 155/209 kB | 118/532 kB | 40/56 kB Progress (4): 143/187 kB | 159/209 kB | 118/532 kB | 40/56 kB Progress (4): 147/187 kB | 159/209 kB | 118/532 kB | 40/56 kB Progress (4): 147/187 kB | 159/209 kB | 122/532 kB | 40/56 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/iq80/snappy/snappy/0.4/snappy-0.4.jar Progress (4): 147/187 kB | 159/209 kB | 126/532 kB | 40/56 kB Progress (4): 147/187 kB | 163/209 kB | 126/532 kB | 40/56 kB Progress (4): 147/187 kB | 163/209 kB | 126/532 kB | 45/56 kB Progress (4): 147/187 kB | 163/209 kB | 131/532 kB | 45/56 kB Progress (4): 151/187 kB | 163/209 kB | 131/532 kB | 45/56 kB Progress (4): 151/187 kB | 167/209 kB | 131/532 kB | 45/56 kB Progress (4): 151/187 kB | 167/209 kB | 131/532 kB | 49/56 kB Progress (4): 151/187 kB | 167/209 kB | 135/532 kB | 49/56 kB Progress (4): 151/187 kB | 171/209 kB | 135/532 kB | 49/56 kB Progress (4): 155/187 kB | 171/209 kB | 135/532 kB | 49/56 kB Progress (4): 155/187 kB | 171/209 kB | 135/532 kB | 53/56 kB Progress (4): 155/187 kB | 176/209 kB | 135/532 kB | 53/56 kB Progress (4): 155/187 kB | 176/209 kB | 139/532 kB | 53/56 kB Progress (4): 155/187 kB | 180/209 kB | 139/532 kB | 53/56 kB Progress (5): 155/187 kB | 180/209 kB | 139/532 kB | 53/56 kB | 4.1/58 kB Progress (5): 155/187 kB | 180/209 kB | 139/532 kB | 56 kB | 4.1/58 kB Progress (5): 159/187 kB | 180/209 kB | 139/532 kB | 56 kB | 4.1/58 kB Progress (5): 159/187 kB | 184/209 kB | 139/532 kB | 56 kB | 4.1/58 kB Progress (5): 159/187 kB | 184/209 kB | 139/532 kB | 56 kB | 7.7/58 kB Progress (5): 159/187 kB | 184/209 kB | 143/532 kB | 56 kB | 7.7/58 kB Progress (5): 159/187 kB | 184/209 kB | 143/532 kB | 56 kB | 12/58 kB Progress (5): 159/187 kB | 188/209 kB | 143/532 kB | 56 kB | 12/58 kB Progress (5): 163/187 kB | 188/209 kB | 143/532 kB | 56 kB | 12/58 kB Progress (5): 163/187 kB | 192/209 kB | 143/532 kB | 56 kB | 12/58 kB Progress (5): 163/187 kB | 192/209 kB | 143/532 kB | 56 kB | 16/58 kB Progress (5): 163/187 kB | 192/209 kB | 147/532 kB | 56 kB | 16/58 kB Progress (5): 163/187 kB | 196/209 kB | 147/532 kB | 56 kB | 16/58 kB Progress (5): 167/187 kB | 196/209 kB | 147/532 kB | 56 kB | 16/58 kB Progress (5): 171/187 kB | 196/209 kB | 147/532 kB | 56 kB | 16/58 kB Progress (5): 171/187 kB | 200/209 kB | 147/532 kB | 56 kB | 16/58 kB Progress (5): 171/187 kB | 200/209 kB | 151/532 kB | 56 kB | 16/58 kB Progress (5): 171/187 kB | 204/209 kB | 151/532 kB | 56 kB | 16/58 kB Progress (5): 176/187 kB | 204/209 kB | 151/532 kB | 56 kB | 16/58 kB Progress (5): 176/187 kB | 208/209 kB | 151/532 kB | 56 kB | 16/58 kB Progress (5): 176/187 kB | 208/209 kB | 155/532 kB | 56 kB | 16/58 kB Progress (5): 176/187 kB | 209 kB | 155/532 kB | 56 kB | 16/58 kB Progress (5): 180/187 kB | 209 kB | 155/532 kB | 56 kB | 16/58 kB Progress (5): 180/187 kB | 209 kB | 159/532 kB | 56 kB | 16/58 kB Progress (5): 180/187 kB | 209 kB | 163/532 kB | 56 kB | 16/58 kB Progress (5): 184/187 kB | 209 kB | 163/532 kB | 56 kB | 16/58 kB Progress (5): 187 kB | 209 kB | 163/532 kB | 56 kB | 16/58 kB Progress (5): 187 kB | 209 kB | 167/532 kB | 56 kB | 16/58 kB Progress (5): 187 kB | 209 kB | 171/532 kB | 56 kB | 16/58 kB Progress (5): 187 kB | 209 kB | 171/532 kB | 56 kB | 20/58 kB Progress (5): 187 kB | 209 kB | 171/532 kB | 56 kB | 24/58 kB Progress (5): 187 kB | 209 kB | 171/532 kB | 56 kB | 28/58 kB Progress (5): 187 kB | 209 kB | 171/532 kB | 56 kB | 32/58 kB Progress (5): 187 kB | 209 kB | 171/532 kB | 56 kB | 36/58 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-io/commons-io/2.5/commons-io-2.5.jar (209 kB at 298 kB/s) 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 266 kB/s) Progress (3): 171/532 kB | 56 kB | 40/58 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/objenesis/objenesis/2.6/objenesis-2.6.jar (56 kB at 79 kB/s) Progress (2): 176/532 kB | 40/58 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/sisu-equinox-embedder/1.3.0/sisu-equinox-embedder-1.3.0.jar Progress (2): 176/532 kB | 45/58 kB 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 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/tukaani/xz/1.5/xz-1.5.jar Progress (2): 176/532 kB | 49/58 kB Progress (2): 180/532 kB | 49/58 kB Progress (2): 180/532 kB | 53/58 kB Progress (2): 180/532 kB | 57/58 kB Progress (2): 180/532 kB | 58 kB Progress (2): 184/532 kB | 58 kB Progress (2): 188/532 kB | 58 kB Progress (2): 192/532 kB | 58 kB Progress (2): 196/532 kB | 58 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/iq80/snappy/snappy/0.4/snappy-0.4.jar (58 kB at 82 kB/s) Progress (1): 200/532 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.osgi/3.13.0.v20180226-1711/org.eclipse.osgi-3.13.0.v20180226-1711.jar Progress (1): 204/532 kB Progress (1): 208/532 kB Progress (1): 212/532 kB Progress (1): 217/532 kB Progress (1): 221/532 kB Progress (1): 225/532 kB Progress (1): 229/532 kB Progress (1): 233/532 kB Progress (1): 237/532 kB Progress (1): 241/532 kB Progress (1): 245/532 kB Progress (1): 249/532 kB Progress (1): 253/532 kB Progress (1): 258/532 kB Progress (1): 262/532 kB Progress (1): 266/532 kB Progress (1): 270/532 kB Progress (1): 274/532 kB Progress (1): 278/532 kB Progress (1): 282/532 kB Progress (2): 282/532 kB | 4.1/13 kB Progress (2): 286/532 kB | 4.1/13 kB Progress (3): 286/532 kB | 4.1/13 kB | 4.1/100 kB Progress (3): 290/532 kB | 4.1/13 kB | 4.1/100 kB Progress (3): 290/532 kB | 7.7/13 kB | 4.1/100 kB Progress (3): 294/532 kB | 7.7/13 kB | 4.1/100 kB Progress (3): 294/532 kB | 7.7/13 kB | 7.7/100 kB Progress (3): 294/532 kB | 12/13 kB | 7.7/100 kB Progress (3): 294/532 kB | 12/13 kB | 12/100 kB Progress (3): 294/532 kB | 13 kB | 12/100 kB Progress (3): 294/532 kB | 13 kB | 16/100 kB Progress (3): 298/532 kB | 13 kB | 16/100 kB Progress (3): 303/532 kB | 13 kB | 16/100 kB Progress (4): 303/532 kB | 13 kB | 16/100 kB | 4.1/245 kB Progress (4): 303/532 kB | 13 kB | 20/100 kB | 4.1/245 kB Progress (4): 307/532 kB | 13 kB | 20/100 kB | 4.1/245 kB Progress (4): 307/532 kB | 13 kB | 24/100 kB | 4.1/245 kB Progress (4): 307/532 kB | 13 kB | 24/100 kB | 7.7/245 kB Progress (5): 307/532 kB | 13 kB | 24/100 kB | 7.7/245 kB | 0/1.4 MB Progress (5): 307/532 kB | 13 kB | 28/100 kB | 7.7/245 kB | 0/1.4 MB Progress (5): 311/532 kB | 13 kB | 28/100 kB | 7.7/245 kB | 0/1.4 MB Progress (5): 311/532 kB | 13 kB | 32/100 kB | 7.7/245 kB | 0/1.4 MB Progress (5): 311/532 kB | 13 kB | 32/100 kB | 7.7/245 kB | 0/1.4 MB Progress (5): 311/532 kB | 13 kB | 32/100 kB | 12/245 kB | 0/1.4 MB Progress (5): 311/532 kB | 13 kB | 36/100 kB | 12/245 kB | 0/1.4 MB Progress (5): 311/532 kB | 13 kB | 36/100 kB | 16/245 kB | 0/1.4 MB Progress (5): 315/532 kB | 13 kB | 36/100 kB | 16/245 kB | 0/1.4 MB Progress (5): 315/532 kB | 13 kB | 36/100 kB | 16/245 kB | 0/1.4 MB Progress (5): 315/532 kB | 13 kB | 40/100 kB | 16/245 kB | 0/1.4 MB Progress (5): 315/532 kB | 13 kB | 40/100 kB | 16/245 kB | 0/1.4 MB Progress (5): 319/532 kB | 13 kB | 40/100 kB | 16/245 kB | 0/1.4 MB Progress (5): 319/532 kB | 13 kB | 40/100 kB | 20/245 kB | 0/1.4 MB Progress (5): 319/532 kB | 13 kB | 45/100 kB | 20/245 kB | 0/1.4 MB Progress (5): 319/532 kB | 13 kB | 45/100 kB | 24/245 kB | 0/1.4 MB Progress (5): 319/532 kB | 13 kB | 45/100 kB | 24/245 kB | 0/1.4 MB Progress (5): 323/532 kB | 13 kB | 45/100 kB | 24/245 kB | 0/1.4 MB Progress (5): 323/532 kB | 13 kB | 45/100 kB | 24/245 kB | 0/1.4 MB Progress (5): 323/532 kB | 13 kB | 45/100 kB | 28/245 kB | 0/1.4 MB Progress (5): 323/532 kB | 13 kB | 49/100 kB | 28/245 kB | 0/1.4 MB Progress (5): 323/532 kB | 13 kB | 49/100 kB | 32/245 kB | 0/1.4 MB Progress (5): 327/532 kB | 13 kB | 49/100 kB | 32/245 kB | 0/1.4 MB Progress (5): 327/532 kB | 13 kB | 53/100 kB | 32/245 kB | 0/1.4 MB Progress (5): 327/532 kB | 13 kB | 53/100 kB | 32/245 kB | 0.1/1.4 MB Progress (5): 327/532 kB | 13 kB | 57/100 kB | 32/245 kB | 0.1/1.4 MB Progress (5): 327/532 kB | 13 kB | 57/100 kB | 36/245 kB | 0.1/1.4 MB Progress (5): 327/532 kB | 13 kB | 57/100 kB | 36/245 kB | 0.1/1.4 MB Progress (5): 331/532 kB | 13 kB | 57/100 kB | 36/245 kB | 0.1/1.4 MB 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 18 kB/s) Progress (4): 331/532 kB | 57/100 kB | 40/245 kB | 0.1/1.4 MB Progress (4): 331/532 kB | 61/100 kB | 40/245 kB | 0.1/1.4 MB Progress (4): 331/532 kB | 61/100 kB | 45/245 kB | 0.1/1.4 MB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/sisu-equinox-api/1.3.0/sisu-equinox-api-1.3.0.jar Progress (4): 335/532 kB | 61/100 kB | 45/245 kB | 0.1/1.4 MB Progress (4): 335/532 kB | 61/100 kB | 49/245 kB | 0.1/1.4 MB Progress (4): 335/532 kB | 65/100 kB | 49/245 kB | 0.1/1.4 MB Progress (4): 339/532 kB | 65/100 kB | 49/245 kB | 0.1/1.4 MB Progress (4): 344/532 kB | 65/100 kB | 49/245 kB | 0.1/1.4 MB Progress (4): 344/532 kB | 69/100 kB | 49/245 kB | 0.1/1.4 MB Progress (4): 344/532 kB | 73/100 kB | 49/245 kB | 0.1/1.4 MB Progress (4): 348/532 kB | 73/100 kB | 49/245 kB | 0.1/1.4 MB Progress (4): 348/532 kB | 73/100 kB | 53/245 kB | 0.1/1.4 MB Progress (4): 352/532 kB | 73/100 kB | 53/245 kB | 0.1/1.4 MB Progress (4): 352/532 kB | 77/100 kB | 53/245 kB | 0.1/1.4 MB Progress (4): 356/532 kB | 77/100 kB | 53/245 kB | 0.1/1.4 MB Progress (4): 356/532 kB | 77/100 kB | 53/245 kB | 0.1/1.4 MB Progress (4): 356/532 kB | 77/100 kB | 57/245 kB | 0.1/1.4 MB Progress (4): 356/532 kB | 77/100 kB | 57/245 kB | 0.1/1.4 MB Progress (4): 360/532 kB | 77/100 kB | 57/245 kB | 0.1/1.4 MB Progress (4): 360/532 kB | 81/100 kB | 57/245 kB | 0.1/1.4 MB Progress (5): 360/532 kB | 81/100 kB | 57/245 kB | 0.1/1.4 MB | 3.2 kB Progress (5): 360/532 kB | 81/100 kB | 57/245 kB | 0.1/1.4 MB | 3.2 kB Progress (5): 360/532 kB | 81/100 kB | 61/245 kB | 0.1/1.4 MB | 3.2 kB Progress (5): 360/532 kB | 85/100 kB | 61/245 kB | 0.1/1.4 MB | 3.2 kB Progress (5): 360/532 kB | 85/100 kB | 61/245 kB | 0.1/1.4 MB | 3.2 kB Progress (5): 364/532 kB | 85/100 kB | 61/245 kB | 0.1/1.4 MB | 3.2 kB Progress (5): 364/532 kB | 90/100 kB | 61/245 kB | 0.1/1.4 MB | 3.2 kB Progress (5): 364/532 kB | 90/100 kB | 65/245 kB | 0.1/1.4 MB | 3.2 kB Progress (5): 364/532 kB | 90/100 kB | 65/245 kB | 0.1/1.4 MB | 3.2 kB Progress (5): 364/532 kB | 94/100 kB | 65/245 kB | 0.1/1.4 MB | 3.2 kB Progress (5): 368/532 kB | 94/100 kB | 65/245 kB | 0.1/1.4 MB | 3.2 kB Progress (5): 368/532 kB | 98/100 kB | 65/245 kB | 0.1/1.4 MB | 3.2 kB Progress (5): 368/532 kB | 98/100 kB | 69/245 kB | 0.1/1.4 MB | 3.2 kB Progress (5): 368/532 kB | 98/100 kB | 69/245 kB | 0.1/1.4 MB | 3.2 kB Progress (5): 368/532 kB | 98/100 kB | 73/245 kB | 0.1/1.4 MB | 3.2 kB Progress (5): 368/532 kB | 100 kB | 73/245 kB | 0.1/1.4 MB | 3.2 kB Progress (5): 372/532 kB | 100 kB | 73/245 kB | 0.1/1.4 MB | 3.2 kB Progress (5): 372/532 kB | 100 kB | 73/245 kB | 0.1/1.4 MB | 3.2 kB Progress (5): 372/532 kB | 100 kB | 77/245 kB | 0.1/1.4 MB | 3.2 kB Progress (5): 372/532 kB | 100 kB | 77/245 kB | 0.1/1.4 MB | 3.2 kB Progress (5): 376/532 kB | 100 kB | 77/245 kB | 0.1/1.4 MB | 3.2 kB Progress (5): 376/532 kB | 100 kB | 81/245 kB | 0.1/1.4 MB | 3.2 kB Progress (5): 376/532 kB | 100 kB | 81/245 kB | 0.1/1.4 MB | 3.2 kB Progress (5): 380/532 kB | 100 kB | 81/245 kB | 0.1/1.4 MB | 3.2 kB Progress (5): 380/532 kB | 100 kB | 81/245 kB | 0.1/1.4 MB | 3.2 kB Progress (5): 384/532 kB | 100 kB | 81/245 kB | 0.1/1.4 MB | 3.2 kB Progress (5): 384/532 kB | 100 kB | 85/245 kB | 0.1/1.4 MB | 3.2 kB Progress (5): 389/532 kB | 100 kB | 85/245 kB | 0.1/1.4 MB | 3.2 kB Progress (5): 389/532 kB | 100 kB | 90/245 kB | 0.1/1.4 MB | 3.2 kB Progress (5): 389/532 kB | 100 kB | 90/245 kB | 0.2/1.4 MB | 3.2 kB Progress (5): 393/532 kB | 100 kB | 90/245 kB | 0.2/1.4 MB | 3.2 kB Progress (5): 393/532 kB | 100 kB | 90/245 kB | 0.2/1.4 MB | 3.2 kB Progress (5): 393/532 kB | 100 kB | 94/245 kB | 0.2/1.4 MB | 3.2 kB Progress (5): 393/532 kB | 100 kB | 98/245 kB | 0.2/1.4 MB | 3.2 kB Progress (5): 397/532 kB | 100 kB | 98/245 kB | 0.2/1.4 MB | 3.2 kB Progress (5): 397/532 kB | 100 kB | 98/245 kB | 0.2/1.4 MB | 3.2 kB Progress (5): 401/532 kB | 100 kB | 98/245 kB | 0.2/1.4 MB | 3.2 kB Progress (5): 401/532 kB | 100 kB | 102/245 kB | 0.2/1.4 MB | 3.2 kB Progress (5): 401/532 kB | 100 kB | 102/245 kB | 0.2/1.4 MB | 3.2 kB Progress (5): 401/532 kB | 100 kB | 106/245 kB | 0.2/1.4 MB | 3.2 kB Progress (5): 405/532 kB | 100 kB | 106/245 kB | 0.2/1.4 MB | 3.2 kB Progress (5): 405/532 kB | 100 kB | 110/245 kB | 0.2/1.4 MB | 3.2 kB Progress (5): 405/532 kB | 100 kB | 110/245 kB | 0.2/1.4 MB | 3.2 kB Progress (5): 409/532 kB | 100 kB | 110/245 kB | 0.2/1.4 MB | 3.2 kB Progress (5): 409/532 kB | 100 kB | 110/245 kB | 0.2/1.4 MB | 3.2 kB Progress (5): 409/532 kB | 100 kB | 114/245 kB | 0.2/1.4 MB | 3.2 kB Progress (5): 413/532 kB | 100 kB | 114/245 kB | 0.2/1.4 MB | 3.2 kB Progress (5): 413/532 kB | 100 kB | 114/245 kB | 0.2/1.4 MB | 3.2 kB Progress (5): 413/532 kB | 100 kB | 118/245 kB | 0.2/1.4 MB | 3.2 kB Progress (5): 417/532 kB | 100 kB | 118/245 kB | 0.2/1.4 MB | 3.2 kB Progress (5): 417/532 kB | 100 kB | 122/245 kB | 0.2/1.4 MB | 3.2 kB Progress (5): 417/532 kB | 100 kB | 122/245 kB | 0.2/1.4 MB | 3.2 kB Progress (5): 417/532 kB | 100 kB | 126/245 kB | 0.2/1.4 MB | 3.2 kB Progress (5): 421/532 kB | 100 kB | 126/245 kB | 0.2/1.4 MB | 3.2 kB Progress (5): 421/532 kB | 100 kB | 131/245 kB | 0.2/1.4 MB | 3.2 kB Progress (5): 425/532 kB | 100 kB | 131/245 kB | 0.2/1.4 MB | 3.2 kB Progress (5): 425/532 kB | 100 kB | 131/245 kB | 0.2/1.4 MB | 3.2 kB Progress (5): 425/532 kB | 100 kB | 131/245 kB | 0.2/1.4 MB | 3.2 kB Progress (5): 425/532 kB | 100 kB | 135/245 kB | 0.2/1.4 MB | 3.2 kB Progress (5): 430/532 kB | 100 kB | 135/245 kB | 0.2/1.4 MB | 3.2 kB Progress (5): 430/532 kB | 100 kB | 139/245 kB | 0.2/1.4 MB | 3.2 kB Progress (5): 434/532 kB | 100 kB | 139/245 kB | 0.2/1.4 MB | 3.2 kB Progress (5): 434/532 kB | 100 kB | 143/245 kB | 0.2/1.4 MB | 3.2 kB Progress (5): 434/532 kB | 100 kB | 143/245 kB | 0.2/1.4 MB | 3.2 kB Progress (5): 434/532 kB | 100 kB | 147/245 kB | 0.2/1.4 MB | 3.2 kB Progress (5): 438/532 kB | 100 kB | 147/245 kB | 0.2/1.4 MB | 3.2 kB Progress (5): 438/532 kB | 100 kB | 147/245 kB | 0.2/1.4 MB | 3.2 kB Progress (5): 442/532 kB | 100 kB | 147/245 kB | 0.2/1.4 MB | 3.2 kB Progress (5): 442/532 kB | 100 kB | 151/245 kB | 0.2/1.4 MB | 3.2 kB Progress (5): 442/532 kB | 100 kB | 151/245 kB | 0.3/1.4 MB | 3.2 kB Progress (5): 442/532 kB | 100 kB | 155/245 kB | 0.3/1.4 MB | 3.2 kB Progress (5): 442/532 kB | 100 kB | 155/245 kB | 0.3/1.4 MB | 3.2 kB Progress (5): 446/532 kB | 100 kB | 155/245 kB | 0.3/1.4 MB | 3.2 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/sisu-equinox-api/1.3.0/sisu-equinox-api-1.3.0.jar (3.2 kB at 3.9 kB/s) Progress (4): 446/532 kB | 100 kB | 159/245 kB | 0.3/1.4 MB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-metadata-model/1.3.0/tycho-metadata-model-1.3.0.jar Progress (4): 446/532 kB | 100 kB | 159/245 kB | 0.3/1.4 MB Progress (4): 450/532 kB | 100 kB | 159/245 kB | 0.3/1.4 MB Progress (4): 450/532 kB | 100 kB | 159/245 kB | 0.3/1.4 MB 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 121 kB/s) Progress (3): 450/532 kB | 163/245 kB | 0.3/1.4 MB Progress (3): 450/532 kB | 163/245 kB | 0.3/1.4 MB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/de/pdark/decentxml/1.3/decentxml-1.3.jar Progress (3): 454/532 kB | 163/245 kB | 0.3/1.4 MB Progress (3): 454/532 kB | 167/245 kB | 0.3/1.4 MB Progress (3): 454/532 kB | 167/245 kB | 0.3/1.4 MB Progress (3): 454/532 kB | 171/245 kB | 0.3/1.4 MB Progress (3): 458/532 kB | 171/245 kB | 0.3/1.4 MB Progress (3): 458/532 kB | 176/245 kB | 0.3/1.4 MB Progress (3): 458/532 kB | 180/245 kB | 0.3/1.4 MB Progress (3): 458/532 kB | 180/245 kB | 0.3/1.4 MB Progress (3): 462/532 kB | 180/245 kB | 0.3/1.4 MB Progress (3): 462/532 kB | 180/245 kB | 0.3/1.4 MB Progress (3): 466/532 kB | 180/245 kB | 0.3/1.4 MB Progress (3): 466/532 kB | 184/245 kB | 0.3/1.4 MB Progress (3): 471/532 kB | 184/245 kB | 0.3/1.4 MB Progress (3): 471/532 kB | 188/245 kB | 0.3/1.4 MB Progress (3): 471/532 kB | 188/245 kB | 0.3/1.4 MB Progress (3): 475/532 kB | 188/245 kB | 0.3/1.4 MB Progress (3): 475/532 kB | 188/245 kB | 0.3/1.4 MB Progress (3): 475/532 kB | 192/245 kB | 0.3/1.4 MB Progress (3): 475/532 kB | 196/245 kB | 0.3/1.4 MB Progress (3): 479/532 kB | 196/245 kB | 0.3/1.4 MB Progress (3): 479/532 kB | 196/245 kB | 0.3/1.4 MB Progress (3): 483/532 kB | 196/245 kB | 0.3/1.4 MB Progress (3): 483/532 kB | 196/245 kB | 0.3/1.4 MB Progress (3): 487/532 kB | 196/245 kB | 0.3/1.4 MB Progress (3): 487/532 kB | 200/245 kB | 0.3/1.4 MB Progress (3): 491/532 kB | 200/245 kB | 0.3/1.4 MB Progress (3): 491/532 kB | 204/245 kB | 0.3/1.4 MB Progress (3): 491/532 kB | 204/245 kB | 0.4/1.4 MB Progress (3): 491/532 kB | 208/245 kB | 0.4/1.4 MB Progress (3): 491/532 kB | 208/245 kB | 0.4/1.4 MB Progress (3): 491/532 kB | 212/245 kB | 0.4/1.4 MB Progress (3): 495/532 kB | 212/245 kB | 0.4/1.4 MB Progress (3): 499/532 kB | 212/245 kB | 0.4/1.4 MB Progress (3): 503/532 kB | 212/245 kB | 0.4/1.4 MB Progress (3): 503/532 kB | 212/245 kB | 0.4/1.4 MB Progress (3): 507/532 kB | 212/245 kB | 0.4/1.4 MB Progress (3): 507/532 kB | 217/245 kB | 0.4/1.4 MB Progress (3): 507/532 kB | 217/245 kB | 0.4/1.4 MB Progress (3): 507/532 kB | 221/245 kB | 0.4/1.4 MB Progress (3): 507/532 kB | 225/245 kB | 0.4/1.4 MB Progress (3): 511/532 kB | 225/245 kB | 0.4/1.4 MB Progress (3): 511/532 kB | 229/245 kB | 0.4/1.4 MB Progress (3): 516/532 kB | 229/245 kB | 0.4/1.4 MB Progress (3): 516/532 kB | 229/245 kB | 0.4/1.4 MB Progress (3): 520/532 kB | 229/245 kB | 0.4/1.4 MB Progress (3): 520/532 kB | 229/245 kB | 0.4/1.4 MB Progress (3): 520/532 kB | 233/245 kB | 0.4/1.4 MB Progress (3): 524/532 kB | 233/245 kB | 0.4/1.4 MB Progress (3): 524/532 kB | 237/245 kB | 0.4/1.4 MB Progress (3): 524/532 kB | 241/245 kB | 0.4/1.4 MB Progress (3): 528/532 kB | 241/245 kB | 0.4/1.4 MB Progress (3): 528/532 kB | 241/245 kB | 0.4/1.4 MB Progress (3): 532/532 kB | 241/245 kB | 0.4/1.4 MB Progress (3): 532/532 kB | 245 kB | 0.4/1.4 MB Progress (3): 532 kB | 245 kB | 0.4/1.4 MB Progress (3): 532 kB | 245 kB | 0.4/1.4 MB Progress (3): 532 kB | 245 kB | 0.4/1.4 MB Progress (3): 532 kB | 245 kB | 0.4/1.4 MB Progress (4): 532 kB | 245 kB | 0.4/1.4 MB | 4.1/37 kB Progress (4): 532 kB | 245 kB | 0.4/1.4 MB | 7.7/37 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-compress/1.15/commons-compress-1.15.jar (532 kB at 592 kB/s) Progress (3): 245 kB | 0.4/1.4 MB | 7.7/37 kB Progress (3): 245 kB | 0.4/1.4 MB | 12/37 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.osgi.compatibility.state/1.1.100.v20180131-1413/org.eclipse.osgi.compatibility.state-1.1.100.v20180131-1413.jar (245 kB at 272 kB/s) Progress (2): 0.4/1.4 MB | 12/37 kB 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 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.embedder.shared/1.3.0/org.eclipse.tycho.embedder.shared-1.3.0.jar Progress (3): 0.4/1.4 MB | 12/37 kB | 4.1/112 kB Progress (3): 0.4/1.4 MB | 16/37 kB | 4.1/112 kB Progress (3): 0.4/1.4 MB | 16/37 kB | 7.7/112 kB Progress (3): 0.5/1.4 MB | 16/37 kB | 7.7/112 kB Progress (3): 0.5/1.4 MB | 16/37 kB | 12/112 kB Progress (3): 0.5/1.4 MB | 16/37 kB | 12/112 kB Progress (3): 0.5/1.4 MB | 20/37 kB | 12/112 kB Progress (3): 0.5/1.4 MB | 20/37 kB | 16/112 kB Progress (3): 0.5/1.4 MB | 24/37 kB | 16/112 kB Progress (3): 0.5/1.4 MB | 28/37 kB | 16/112 kB Progress (3): 0.5/1.4 MB | 32/37 kB | 16/112 kB Progress (3): 0.5/1.4 MB | 32/37 kB | 16/112 kB Progress (3): 0.5/1.4 MB | 32/37 kB | 20/112 kB Progress (3): 0.5/1.4 MB | 32/37 kB | 20/112 kB Progress (3): 0.5/1.4 MB | 36/37 kB | 20/112 kB Progress (3): 0.5/1.4 MB | 36/37 kB | 24/112 kB Progress (3): 0.5/1.4 MB | 37 kB | 24/112 kB Progress (3): 0.5/1.4 MB | 37 kB | 28/112 kB Progress (3): 0.5/1.4 MB | 37 kB | 32/112 kB Progress (3): 0.5/1.4 MB | 37 kB | 32/112 kB Progress (3): 0.5/1.4 MB | 37 kB | 32/112 kB Progress (3): 0.5/1.4 MB | 37 kB | 36/112 kB Progress (3): 0.5/1.4 MB | 37 kB | 40/112 kB Progress (3): 0.5/1.4 MB | 37 kB | 45/112 kB Progress (3): 0.5/1.4 MB | 37 kB | 45/112 kB Progress (3): 0.5/1.4 MB | 37 kB | 49/112 kB Progress (3): 0.5/1.4 MB | 37 kB | 49/112 kB Progress (3): 0.5/1.4 MB | 37 kB | 53/112 kB Progress (3): 0.5/1.4 MB | 37 kB | 57/112 kB Progress (3): 0.5/1.4 MB | 37 kB | 57/112 kB Progress (3): 0.5/1.4 MB | 37 kB | 61/112 kB Progress (3): 0.5/1.4 MB | 37 kB | 61/112 kB Progress (3): 0.5/1.4 MB | 37 kB | 65/112 kB Progress (3): 0.5/1.4 MB | 37 kB | 65/112 kB Progress (3): 0.5/1.4 MB | 37 kB | 69/112 kB Progress (3): 0.5/1.4 MB | 37 kB | 69/112 kB Progress (3): 0.5/1.4 MB | 37 kB | 73/112 kB Progress (3): 0.5/1.4 MB | 37 kB | 77/112 kB Progress (3): 0.5/1.4 MB | 37 kB | 81/112 kB Progress (4): 0.5/1.4 MB | 37 kB | 81/112 kB | 4.1/9.4 kB Progress (5): 0.5/1.4 MB | 37 kB | 81/112 kB | 4.1/9.4 kB | 4.1/7.2 kB Progress (5): 0.5/1.4 MB | 37 kB | 81/112 kB | 4.1/9.4 kB | 4.1/7.2 kB Progress (5): 0.5/1.4 MB | 37 kB | 81/112 kB | 4.1/9.4 kB | 7.2 kB Progress (5): 0.5/1.4 MB | 37 kB | 85/112 kB | 4.1/9.4 kB | 7.2 kB Progress (5): 0.5/1.4 MB | 37 kB | 85/112 kB | 7.7/9.4 kB | 7.2 kB Progress (5): 0.5/1.4 MB | 37 kB | 90/112 kB | 7.7/9.4 kB | 7.2 kB Progress (5): 0.6/1.4 MB | 37 kB | 90/112 kB | 7.7/9.4 kB | 7.2 kB Progress (5): 0.6/1.4 MB | 37 kB | 94/112 kB | 7.7/9.4 kB | 7.2 kB Progress (5): 0.6/1.4 MB | 37 kB | 94/112 kB | 9.4 kB | 7.2 kB Progress (5): 0.6/1.4 MB | 37 kB | 98/112 kB | 9.4 kB | 7.2 kB Progress (5): 0.6/1.4 MB | 37 kB | 98/112 kB | 9.4 kB | 7.2 kB Progress (5): 0.6/1.4 MB | 37 kB | 98/112 kB | 9.4 kB | 7.2 kB Progress (5): 0.6/1.4 MB | 37 kB | 102/112 kB | 9.4 kB | 7.2 kB Progress (5): 0.6/1.4 MB | 37 kB | 106/112 kB | 9.4 kB | 7.2 kB Progress (5): 0.6/1.4 MB | 37 kB | 110/112 kB | 9.4 kB | 7.2 kB Progress (5): 0.6/1.4 MB | 37 kB | 110/112 kB | 9.4 kB | 7.2 kB Progress (5): 0.6/1.4 MB | 37 kB | 112 kB | 9.4 kB | 7.2 kB Progress (5): 0.6/1.4 MB | 37 kB | 112 kB | 9.4 kB | 7.2 kB Progress (5): 0.6/1.4 MB | 37 kB | 112 kB | 9.4 kB | 7.2 kB Progress (5): 0.6/1.4 MB | 37 kB | 112 kB | 9.4 kB | 7.2 kB Progress (5): 0.6/1.4 MB | 37 kB | 112 kB | 9.4 kB | 7.2 kB Progress (5): 0.6/1.4 MB | 37 kB | 112 kB | 9.4 kB | 7.2 kB Progress (5): 0.6/1.4 MB | 37 kB | 112 kB | 9.4 kB | 7.2 kB Progress (5): 0.6/1.4 MB | 37 kB | 112 kB | 9.4 kB | 7.2 kB Progress (5): 0.6/1.4 MB | 37 kB | 112 kB | 9.4 kB | 7.2 kB Progress (5): 0.7/1.4 MB | 37 kB | 112 kB | 9.4 kB | 7.2 kB Progress (5): 0.7/1.4 MB | 37 kB | 112 kB | 9.4 kB | 7.2 kB Progress (5): 0.7/1.4 MB | 37 kB | 112 kB | 9.4 kB | 7.2 kB Progress (5): 0.7/1.4 MB | 37 kB | 112 kB | 9.4 kB | 7.2 kB Progress (5): 0.7/1.4 MB | 37 kB | 112 kB | 9.4 kB | 7.2 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.embedder.shared/1.3.0/org.eclipse.tycho.embedder.shared-1.3.0.jar (9.4 kB at 10 kB/s) Progress (4): 0.7/1.4 MB | 37 kB | 112 kB | 7.2 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.core.shared/1.3.0/org.eclipse.tycho.core.shared-1.3.0.jar Progress (4): 0.7/1.4 MB | 37 kB | 112 kB | 7.2 kB Progress (4): 0.7/1.4 MB | 37 kB | 112 kB | 7.2 kB Progress (4): 0.7/1.4 MB | 37 kB | 112 kB | 7.2 kB Progress (4): 0.7/1.4 MB | 37 kB | 112 kB | 7.2 kB Progress (4): 0.7/1.4 MB | 37 kB | 112 kB | 7.2 kB Progress (4): 0.7/1.4 MB | 37 kB | 112 kB | 7.2 kB Progress (4): 0.8/1.4 MB | 37 kB | 112 kB | 7.2 kB Progress (4): 0.8/1.4 MB | 37 kB | 112 kB | 7.2 kB Progress (4): 0.8/1.4 MB | 37 kB | 112 kB | 7.2 kB Progress (4): 0.8/1.4 MB | 37 kB | 112 kB | 7.2 kB Progress (4): 0.8/1.4 MB | 37 kB | 112 kB | 7.2 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-metadata-model/1.3.0/tycho-metadata-model-1.3.0.jar (37 kB at 37 kB/s) Progress (4): 0.8/1.4 MB | 112 kB | 7.2 kB | 4.1/37 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-embedder-api/1.3.0/tycho-embedder-api-1.3.0.jar (7.2 kB at 7.2 kB/s) Progress (3): 0.8/1.4 MB | 112 kB | 4.1/37 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/de/pdark/decentxml/1.3/decentxml-1.3.jar (112 kB at 111 kB/s) Progress (2): 0.8/1.4 MB | 4.1/37 kB 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 Progress (2): 0.8/1.4 MB | 7.7/37 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-compat/3.0/maven-compat-3.0.jar Progress (2): 0.8/1.4 MB | 12/37 kB Progress (2): 0.8/1.4 MB | 12/37 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-p2-facade/1.3.0/tycho-p2-facade-1.3.0.jar Progress (2): 0.8/1.4 MB | 12/37 kB Progress (2): 0.8/1.4 MB | 16/37 kB Progress (2): 0.8/1.4 MB | 16/37 kB Progress (2): 0.8/1.4 MB | 16/37 kB Progress (2): 0.8/1.4 MB | 20/37 kB Progress (3): 0.8/1.4 MB | 20/37 kB | 4.1/285 kB Progress (3): 0.8/1.4 MB | 24/37 kB | 4.1/285 kB Progress (3): 0.8/1.4 MB | 24/37 kB | 7.7/285 kB Progress (3): 0.8/1.4 MB | 24/37 kB | 7.7/285 kB Progress (3): 0.8/1.4 MB | 28/37 kB | 7.7/285 kB Progress (3): 0.9/1.4 MB | 28/37 kB | 7.7/285 kB Progress (3): 0.9/1.4 MB | 28/37 kB | 12/285 kB Progress (3): 0.9/1.4 MB | 32/37 kB | 12/285 kB Progress (3): 0.9/1.4 MB | 32/37 kB | 16/285 kB Progress (3): 0.9/1.4 MB | 36/37 kB | 16/285 kB Progress (3): 0.9/1.4 MB | 36/37 kB | 16/285 kB Progress (3): 0.9/1.4 MB | 37 kB | 16/285 kB Progress (3): 0.9/1.4 MB | 37 kB | 16/285 kB Progress (3): 0.9/1.4 MB | 37 kB | 20/285 kB Progress (3): 0.9/1.4 MB | 37 kB | 24/285 kB Progress (3): 0.9/1.4 MB | 37 kB | 28/285 kB Progress (3): 0.9/1.4 MB | 37 kB | 32/285 kB Progress (3): 0.9/1.4 MB | 37 kB | 32/285 kB Progress (3): 0.9/1.4 MB | 37 kB | 32/285 kB Progress (3): 0.9/1.4 MB | 37 kB | 36/285 kB Progress (3): 0.9/1.4 MB | 37 kB | 40/285 kB Progress (3): 0.9/1.4 MB | 37 kB | 45/285 kB Progress (3): 0.9/1.4 MB | 37 kB | 45/285 kB Progress (3): 0.9/1.4 MB | 37 kB | 49/285 kB Progress (3): 0.9/1.4 MB | 37 kB | 49/285 kB Progress (3): 0.9/1.4 MB | 37 kB | 53/285 kB Progress (3): 0.9/1.4 MB | 37 kB | 53/285 kB Progress (3): 0.9/1.4 MB | 37 kB | 57/285 kB Progress (3): 0.9/1.4 MB | 37 kB | 57/285 kB Progress (3): 0.9/1.4 MB | 37 kB | 61/285 kB Progress (3): 0.9/1.4 MB | 37 kB | 65/285 kB Progress (3): 0.9/1.4 MB | 37 kB | 65/285 kB Progress (3): 0.9/1.4 MB | 37 kB | 65/285 kB Progress (3): 0.9/1.4 MB | 37 kB | 69/285 kB Progress (4): 0.9/1.4 MB | 37 kB | 69/285 kB | 4.1/53 kB Progress (4): 0.9/1.4 MB | 37 kB | 69/285 kB | 4.1/53 kB Progress (4): 0.9/1.4 MB | 37 kB | 73/285 kB | 4.1/53 kB Progress (4): 0.9/1.4 MB | 37 kB | 73/285 kB | 4.1/53 kB Progress (4): 0.9/1.4 MB | 37 kB | 73/285 kB | 7.7/53 kB Progress (4): 0.9/1.4 MB | 37 kB | 77/285 kB | 7.7/53 kB Progress (4): 0.9/1.4 MB | 37 kB | 77/285 kB | 12/53 kB Progress (4): 0.9/1.4 MB | 37 kB | 81/285 kB | 12/53 kB Progress (4): 0.9/1.4 MB | 37 kB | 81/285 kB | 16/53 kB Progress (4): 1.0/1.4 MB | 37 kB | 81/285 kB | 16/53 kB Progress (4): 1.0/1.4 MB | 37 kB | 81/285 kB | 16/53 kB Progress (4): 1.0/1.4 MB | 37 kB | 85/285 kB | 16/53 kB Progress (4): 1.0/1.4 MB | 37 kB | 90/285 kB | 16/53 kB Progress (4): 1.0/1.4 MB | 37 kB | 90/285 kB | 20/53 kB Progress (4): 1.0/1.4 MB | 37 kB | 90/285 kB | 20/53 kB Progress (4): 1.0/1.4 MB | 37 kB | 90/285 kB | 24/53 kB Progress (4): 1.0/1.4 MB | 37 kB | 94/285 kB | 24/53 kB Progress (4): 1.0/1.4 MB | 37 kB | 94/285 kB | 28/53 kB Progress (4): 1.0/1.4 MB | 37 kB | 94/285 kB | 28/53 kB Progress (4): 1.0/1.4 MB | 37 kB | 94/285 kB | 32/53 kB Progress (4): 1.0/1.4 MB | 37 kB | 98/285 kB | 32/53 kB Progress (4): 1.0/1.4 MB | 37 kB | 98/285 kB | 32/53 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.core.shared/1.3.0/org.eclipse.tycho.core.shared-1.3.0.jar (37 kB at 37 kB/s) Progress (3): 1.0/1.4 MB | 102/285 kB | 32/53 kB Progress (3): 1.0/1.4 MB | 102/285 kB | 36/53 kB Progress (3): 1.0/1.4 MB | 102/285 kB | 36/53 kB Progress (3): 1.0/1.4 MB | 102/285 kB | 40/53 kB Progress (3): 1.0/1.4 MB | 106/285 kB | 40/53 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-component-annotations/1.7.1/plexus-component-annotations-1.7.1.jar Progress (3): 1.0/1.4 MB | 106/285 kB | 40/53 kB Progress (3): 1.0/1.4 MB | 110/285 kB | 40/53 kB Progress (3): 1.0/1.4 MB | 110/285 kB | 45/53 kB Progress (3): 1.0/1.4 MB | 114/285 kB | 45/53 kB Progress (3): 1.0/1.4 MB | 114/285 kB | 45/53 kB Progress (3): 1.0/1.4 MB | 114/285 kB | 49/53 kB Progress (3): 1.0/1.4 MB | 114/285 kB | 53/53 kB Progress (3): 1.0/1.4 MB | 118/285 kB | 53/53 kB Progress (3): 1.0/1.4 MB | 118/285 kB | 53/53 kB Progress (3): 1.0/1.4 MB | 122/285 kB | 53/53 kB Progress (3): 1.0/1.4 MB | 122/285 kB | 53 kB Progress (3): 1.0/1.4 MB | 126/285 kB | 53 kB Progress (3): 1.0/1.4 MB | 126/285 kB | 53 kB Progress (3): 1.0/1.4 MB | 131/285 kB | 53 kB Progress (3): 1.0/1.4 MB | 131/285 kB | 53 kB Progress (3): 1.0/1.4 MB | 131/285 kB | 53 kB Progress (3): 1.0/1.4 MB | 135/285 kB | 53 kB Progress (3): 1.0/1.4 MB | 139/285 kB | 53 kB Progress (3): 1.0/1.4 MB | 143/285 kB | 53 kB Progress (3): 1.1/1.4 MB | 143/285 kB | 53 kB Progress (3): 1.1/1.4 MB | 147/285 kB | 53 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon-provider-api/1.0-beta-6/wagon-provider-api-1.0-beta-6.jar (53 kB at 52 kB/s) Progress (2): 1.1/1.4 MB | 147/285 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.p2.resolver.shared/1.3.0/org.eclipse.tycho.p2.resolver.shared-1.3.0.jar Progress (2): 1.1/1.4 MB | 151/285 kB Progress (2): 1.1/1.4 MB | 155/285 kB Progress (2): 1.1/1.4 MB | 159/285 kB Progress (2): 1.1/1.4 MB | 163/285 kB Progress (2): 1.1/1.4 MB | 167/285 kB Progress (2): 1.1/1.4 MB | 171/285 kB Progress (2): 1.1/1.4 MB | 176/285 kB Progress (2): 1.1/1.4 MB | 180/285 kB Progress (2): 1.1/1.4 MB | 184/285 kB Progress (2): 1.1/1.4 MB | 188/285 kB Progress (2): 1.1/1.4 MB | 192/285 kB Progress (2): 1.1/1.4 MB | 196/285 kB Progress (2): 1.1/1.4 MB | 200/285 kB Progress (2): 1.1/1.4 MB | 204/285 kB Progress (2): 1.1/1.4 MB | 208/285 kB Progress (2): 1.1/1.4 MB | 212/285 kB Progress (2): 1.1/1.4 MB | 217/285 kB Progress (2): 1.1/1.4 MB | 221/285 kB Progress (2): 1.1/1.4 MB | 225/285 kB Progress (2): 1.1/1.4 MB | 229/285 kB Progress (2): 1.1/1.4 MB | 233/285 kB Progress (2): 1.1/1.4 MB | 237/285 kB Progress (2): 1.1/1.4 MB | 241/285 kB Progress (2): 1.1/1.4 MB | 245/285 kB Progress (3): 1.1/1.4 MB | 245/285 kB | 4.1/29 kB Progress (3): 1.1/1.4 MB | 245/285 kB | 7.7/29 kB Progress (3): 1.1/1.4 MB | 245/285 kB | 12/29 kB Progress (3): 1.1/1.4 MB | 245/285 kB | 16/29 kB Progress (3): 1.1/1.4 MB | 245/285 kB | 16/29 kB Progress (4): 1.1/1.4 MB | 245/285 kB | 16/29 kB | 4.1/4.3 kB Progress (5): 1.1/1.4 MB | 245/285 kB | 16/29 kB | 4.1/4.3 kB | 4.1/38 kB Progress (5): 1.1/1.4 MB | 245/285 kB | 16/29 kB | 4.3 kB | 4.1/38 kB Progress (5): 1.1/1.4 MB | 245/285 kB | 16/29 kB | 4.3 kB | 4.1/38 kB Progress (5): 1.1/1.4 MB | 249/285 kB | 16/29 kB | 4.3 kB | 4.1/38 kB Progress (5): 1.1/1.4 MB | 249/285 kB | 16/29 kB | 4.3 kB | 7.7/38 kB Progress (5): 1.1/1.4 MB | 249/285 kB | 20/29 kB | 4.3 kB | 7.7/38 kB Progress (5): 1.1/1.4 MB | 249/285 kB | 20/29 kB | 4.3 kB | 7.7/38 kB Progress (5): 1.1/1.4 MB | 249/285 kB | 20/29 kB | 4.3 kB | 12/38 kB Progress (5): 1.1/1.4 MB | 253/285 kB | 20/29 kB | 4.3 kB | 12/38 kB Progress (5): 1.1/1.4 MB | 253/285 kB | 20/29 kB | 4.3 kB | 16/38 kB Progress (5): 1.1/1.4 MB | 253/285 kB | 20/29 kB | 4.3 kB | 16/38 kB Progress (5): 1.1/1.4 MB | 253/285 kB | 24/29 kB | 4.3 kB | 16/38 kB Progress (5): 1.1/1.4 MB | 258/285 kB | 24/29 kB | 4.3 kB | 16/38 kB Progress (5): 1.1/1.4 MB | 258/285 kB | 24/29 kB | 4.3 kB | 20/38 kB Progress (5): 1.1/1.4 MB | 258/285 kB | 28/29 kB | 4.3 kB | 20/38 kB Progress (5): 1.1/1.4 MB | 258/285 kB | 28/29 kB | 4.3 kB | 24/38 kB Progress (5): 1.1/1.4 MB | 258/285 kB | 28/29 kB | 4.3 kB | 24/38 kB Progress (5): 1.1/1.4 MB | 262/285 kB | 28/29 kB | 4.3 kB | 24/38 kB Progress (5): 1.1/1.4 MB | 262/285 kB | 28/29 kB | 4.3 kB | 24/38 kB Progress (5): 1.1/1.4 MB | 262/285 kB | 28/29 kB | 4.3 kB | 28/38 kB Progress (5): 1.1/1.4 MB | 262/285 kB | 29 kB | 4.3 kB | 28/38 kB Progress (5): 1.1/1.4 MB | 266/285 kB | 29 kB | 4.3 kB | 28/38 kB Progress (5): 1.1/1.4 MB | 266/285 kB | 29 kB | 4.3 kB | 32/38 kB Progress (5): 1.1/1.4 MB | 270/285 kB | 29 kB | 4.3 kB | 32/38 kB Progress (5): 1.1/1.4 MB | 270/285 kB | 29 kB | 4.3 kB | 32/38 kB Progress (5): 1.1/1.4 MB | 274/285 kB | 29 kB | 4.3 kB | 32/38 kB Progress (5): 1.1/1.4 MB | 274/285 kB | 29 kB | 4.3 kB | 36/38 kB Progress (5): 1.1/1.4 MB | 278/285 kB | 29 kB | 4.3 kB | 36/38 kB Progress (5): 1.1/1.4 MB | 278/285 kB | 29 kB | 4.3 kB | 36/38 kB Progress (5): 1.1/1.4 MB | 278/285 kB | 29 kB | 4.3 kB | 38 kB Progress (5): 1.1/1.4 MB | 282/285 kB | 29 kB | 4.3 kB | 38 kB Progress (5): 1.1/1.4 MB | 285 kB | 29 kB | 4.3 kB | 38 kB Progress (5): 1.1/1.4 MB | 285 kB | 29 kB | 4.3 kB | 38 kB Progress (5): 1.1/1.4 MB | 285 kB | 29 kB | 4.3 kB | 38 kB Progress (5): 1.2/1.4 MB | 285 kB | 29 kB | 4.3 kB | 38 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-compat/3.0/maven-compat-3.0.jar (285 kB at 257 kB/s) 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 3.9 kB/s) Progress (3): 1.2/1.4 MB | 29 kB | 38 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.p2.tools.shared/1.3.0/org.eclipse.tycho.p2.tools.shared-1.3.0.jar Progress (3): 1.2/1.4 MB | 29 kB | 38 kB Progress (3): 1.2/1.4 MB | 29 kB | 38 kB Progress (3): 1.2/1.4 MB | 29 kB | 38 kB Progress (3): 1.2/1.4 MB | 29 kB | 38 kB Progress (3): 1.2/1.4 MB | 29 kB | 38 kB Progress (3): 1.2/1.4 MB | 29 kB | 38 kB Progress (3): 1.2/1.4 MB | 29 kB | 38 kB Progress (3): 1.2/1.4 MB | 29 kB | 38 kB Progress (3): 1.2/1.4 MB | 29 kB | 38 kB Progress (3): 1.2/1.4 MB | 29 kB | 38 kB Progress (3): 1.3/1.4 MB | 29 kB | 38 kB Progress (3): 1.3/1.4 MB | 29 kB | 38 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-p2-facade/1.3.0/tycho-p2-facade-1.3.0.jar (38 kB at 34 kB/s) Progress (2): 1.3/1.4 MB | 29 kB Progress (2): 1.3/1.4 MB | 29 kB Progress (2): 1.3/1.4 MB | 29 kB Progress (2): 1.3/1.4 MB | 29 kB Progress (2): 1.3/1.4 MB | 29 kB Progress (2): 1.3/1.4 MB | 29 kB Progress (2): 1.3/1.4 MB | 29 kB Progress (2): 1.3/1.4 MB | 29 kB Progress (2): 1.3/1.4 MB | 29 kB Progress (2): 1.3/1.4 MB | 29 kB Progress (3): 1.3/1.4 MB | 29 kB | 4.1/21 kB Progress (3): 1.3/1.4 MB | 29 kB | 7.7/21 kB Progress (3): 1.3/1.4 MB | 29 kB | 12/21 kB Progress (3): 1.4/1.4 MB | 29 kB | 12/21 kB Progress (3): 1.4/1.4 MB | 29 kB | 16/21 kB Progress (3): 1.4/1.4 MB | 29 kB | 16/21 kB Progress (3): 1.4/1.4 MB | 29 kB | 20/21 kB Progress (3): 1.4/1.4 MB | 29 kB | 21 kB Progress (3): 1.4/1.4 MB | 29 kB | 21 kB Progress (3): 1.4/1.4 MB | 29 kB | 21 kB Progress (3): 1.4/1.4 MB | 29 kB | 21 kB Progress (3): 1.4/1.4 MB | 29 kB | 21 kB Progress (3): 1.4/1.4 MB | 29 kB | 21 kB Progress (3): 1.4/1.4 MB | 29 kB | 21 kB Progress (3): 1.4/1.4 MB | 29 kB | 21 kB Progress (3): 1.4/1.4 MB | 29 kB | 21 kB Progress (3): 1.4 MB | 29 kB | 21 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.p2.resolver.shared/1.3.0/org.eclipse.tycho.p2.resolver.shared-1.3.0.jar (29 kB at 25 kB/s) 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 18 kB/s) 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.2 MB/s) Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/tycho-bundles-external/1.3.0/tycho-bundles-external-1.3.0.zip Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-bundles-external/1.3.0/tycho-bundles-external-1.3.0.zip Progress (1): 0/8.0 MB Progress (1): 0.1/8.0 MB Progress (1): 0.1/8.0 MB Progress (1): 0.2/8.0 MB Progress (1): 0.2/8.0 MB Progress (1): 0.2/8.0 MB Progress (1): 0.3/8.0 MB Progress (1): 0.3/8.0 MB Progress (1): 0.4/8.0 MB Progress (1): 0.4/8.0 MB Progress (1): 0.5/8.0 MB Progress (1): 0.5/8.0 MB Progress (1): 0.5/8.0 MB Progress (1): 0.6/8.0 MB Progress (1): 0.6/8.0 MB Progress (1): 0.7/8.0 MB Progress (1): 0.7/8.0 MB Progress (1): 0.7/8.0 MB Progress (1): 0.8/8.0 MB Progress (1): 0.8/8.0 MB Progress (1): 0.9/8.0 MB Progress (1): 0.9/8.0 MB Progress (1): 0.9/8.0 MB Progress (1): 1.0/8.0 MB Progress (1): 1.0/8.0 MB Progress (1): 1.1/8.0 MB Progress (1): 1.1/8.0 MB Progress (1): 1.1/8.0 MB Progress (1): 1.2/8.0 MB Progress (1): 1.2/8.0 MB Progress (1): 1.3/8.0 MB Progress (1): 1.3/8.0 MB Progress (1): 1.4/8.0 MB Progress (1): 1.4/8.0 MB Progress (1): 1.4/8.0 MB Progress (1): 1.5/8.0 MB Progress (1): 1.5/8.0 MB Progress (1): 1.6/8.0 MB Progress (1): 1.6/8.0 MB Progress (1): 1.6/8.0 MB Progress (1): 1.7/8.0 MB Progress (1): 1.7/8.0 MB Progress (1): 1.8/8.0 MB Progress (1): 1.8/8.0 MB Progress (1): 1.8/8.0 MB Progress (1): 1.9/8.0 MB Progress (1): 1.9/8.0 MB Progress (1): 2.0/8.0 MB Progress (1): 2.0/8.0 MB Progress (1): 2.0/8.0 MB Progress (1): 2.1/8.0 MB Progress (1): 2.1/8.0 MB Progress (1): 2.2/8.0 MB Progress (1): 2.2/8.0 MB Progress (1): 2.3/8.0 MB Progress (1): 2.3/8.0 MB Progress (1): 2.3/8.0 MB Progress (1): 2.4/8.0 MB Progress (1): 2.4/8.0 MB Progress (1): 2.5/8.0 MB Progress (1): 2.5/8.0 MB Progress (1): 2.5/8.0 MB Progress (1): 2.6/8.0 MB Progress (1): 2.6/8.0 MB Progress (1): 2.7/8.0 MB Progress (1): 2.7/8.0 MB Progress (1): 2.7/8.0 MB Progress (1): 2.8/8.0 MB Progress (1): 2.8/8.0 MB Progress (1): 2.9/8.0 MB Progress (1): 2.9/8.0 MB Progress (1): 2.9/8.0 MB Progress (1): 3.0/8.0 MB Progress (1): 3.0/8.0 MB Progress (1): 3.1/8.0 MB Progress (1): 3.1/8.0 MB Progress (1): 3.2/8.0 MB Progress (1): 3.2/8.0 MB Progress (1): 3.2/8.0 MB Progress (1): 3.3/8.0 MB Progress (1): 3.3/8.0 MB Progress (1): 3.4/8.0 MB Progress (1): 3.4/8.0 MB Progress (1): 3.4/8.0 MB Progress (1): 3.5/8.0 MB Progress (1): 3.5/8.0 MB Progress (1): 3.6/8.0 MB Progress (1): 3.6/8.0 MB Progress (1): 3.6/8.0 MB Progress (1): 3.7/8.0 MB Progress (1): 3.7/8.0 MB Progress (1): 3.8/8.0 MB Progress (1): 3.8/8.0 MB Progress (1): 3.8/8.0 MB Progress (1): 3.9/8.0 MB Progress (1): 3.9/8.0 MB Progress (1): 4.0/8.0 MB Progress (1): 4.0/8.0 MB Progress (1): 4.1/8.0 MB Progress (1): 4.1/8.0 MB Progress (1): 4.1/8.0 MB Progress (1): 4.2/8.0 MB Progress (1): 4.2/8.0 MB Progress (1): 4.3/8.0 MB Progress (1): 4.3/8.0 MB Progress (1): 4.3/8.0 MB Progress (1): 4.4/8.0 MB Progress (1): 4.4/8.0 MB Progress (1): 4.5/8.0 MB Progress (1): 4.5/8.0 MB Progress (1): 4.5/8.0 MB Progress (1): 4.6/8.0 MB Progress (1): 4.6/8.0 MB Progress (1): 4.7/8.0 MB Progress (1): 4.7/8.0 MB Progress (1): 4.8/8.0 MB Progress (1): 4.8/8.0 MB Progress (1): 4.8/8.0 MB Progress (1): 4.9/8.0 MB Progress (1): 4.9/8.0 MB Progress (1): 5.0/8.0 MB Progress (1): 5.0/8.0 MB Progress (1): 5.0/8.0 MB Progress (1): 5.1/8.0 MB Progress (1): 5.1/8.0 MB Progress (1): 5.2/8.0 MB Progress (1): 5.2/8.0 MB Progress (1): 5.2/8.0 MB Progress (1): 5.3/8.0 MB Progress (1): 5.3/8.0 MB Progress (1): 5.4/8.0 MB Progress (1): 5.4/8.0 MB Progress (1): 5.4/8.0 MB Progress (1): 5.5/8.0 MB Progress (1): 5.5/8.0 MB Progress (1): 5.6/8.0 MB Progress (1): 5.6/8.0 MB Progress (1): 5.7/8.0 MB Progress (1): 5.7/8.0 MB Progress (1): 5.7/8.0 MB Progress (1): 5.8/8.0 MB Progress (1): 5.8/8.0 MB Progress (1): 5.9/8.0 MB Progress (1): 5.9/8.0 MB Progress (1): 5.9/8.0 MB Progress (1): 6.0/8.0 MB Progress (1): 6.0/8.0 MB Progress (1): 6.1/8.0 MB Progress (1): 6.1/8.0 MB Progress (1): 6.1/8.0 MB Progress (1): 6.2/8.0 MB Progress (1): 6.2/8.0 MB Progress (1): 6.3/8.0 MB Progress (1): 6.3/8.0 MB Progress (1): 6.3/8.0 MB Progress (1): 6.4/8.0 MB Progress (1): 6.4/8.0 MB Progress (1): 6.5/8.0 MB Progress (1): 6.5/8.0 MB Progress (1): 6.6/8.0 MB Progress (1): 6.6/8.0 MB Progress (1): 6.6/8.0 MB Progress (1): 6.7/8.0 MB Progress (1): 6.7/8.0 MB Progress (1): 6.8/8.0 MB Progress (1): 6.8/8.0 MB Progress (1): 6.8/8.0 MB Progress (1): 6.9/8.0 MB Progress (1): 6.9/8.0 MB Progress (1): 7.0/8.0 MB Progress (1): 7.0/8.0 MB Progress (1): 7.0/8.0 MB Progress (1): 7.1/8.0 MB Progress (1): 7.1/8.0 MB Progress (1): 7.2/8.0 MB Progress (1): 7.2/8.0 MB Progress (1): 7.2/8.0 MB Progress (1): 7.3/8.0 MB Progress (1): 7.3/8.0 MB Progress (1): 7.4/8.0 MB Progress (1): 7.4/8.0 MB Progress (1): 7.5/8.0 MB Progress (1): 7.5/8.0 MB Progress (1): 7.5/8.0 MB Progress (1): 7.6/8.0 MB Progress (1): 7.6/8.0 MB Progress (1): 7.7/8.0 MB Progress (1): 7.7/8.0 MB Progress (1): 7.7/8.0 MB Progress (1): 7.8/8.0 MB Progress (1): 7.8/8.0 MB Progress (1): 7.9/8.0 MB Progress (1): 7.9/8.0 MB Progress (1): 7.9/8.0 MB Progress (1): 8.0/8.0 MB Progress (1): 8.0 MB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-bundles-external/1.3.0/tycho-bundles-external-1.3.0.zip (8.0 MB at 20 MB/s) Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/org.eclipse.tycho.p2.resolver.impl/1.3.0/org.eclipse.tycho.p2.resolver.impl-1.3.0.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.p2.resolver.impl/1.3.0/org.eclipse.tycho.p2.resolver.impl-1.3.0.jar Progress (1): 4.1/218 kB Progress (1): 7.7/218 kB Progress (1): 12/218 kB Progress (1): 16/218 kB Progress (1): 20/218 kB Progress (1): 24/218 kB Progress (1): 28/218 kB Progress (1): 32/218 kB Progress (1): 36/218 kB Progress (1): 40/218 kB Progress (1): 45/218 kB Progress (1): 49/218 kB Progress (1): 53/218 kB Progress (1): 57/218 kB Progress (1): 61/218 kB Progress (1): 65/218 kB Progress (1): 69/218 kB Progress (1): 73/218 kB Progress (1): 77/218 kB Progress (1): 81/218 kB Progress (1): 85/218 kB Progress (1): 90/218 kB Progress (1): 94/218 kB Progress (1): 98/218 kB Progress (1): 102/218 kB Progress (1): 106/218 kB Progress (1): 110/218 kB Progress (1): 114/218 kB Progress (1): 118/218 kB Progress (1): 122/218 kB Progress (1): 126/218 kB Progress (1): 131/218 kB Progress (1): 135/218 kB Progress (1): 139/218 kB Progress (1): 143/218 kB Progress (1): 147/218 kB Progress (1): 151/218 kB Progress (1): 155/218 kB Progress (1): 159/218 kB Progress (1): 163/218 kB Progress (1): 167/218 kB Progress (1): 171/218 kB Progress (1): 176/218 kB Progress (1): 180/218 kB Progress (1): 184/218 kB Progress (1): 188/218 kB Progress (1): 192/218 kB Progress (1): 196/218 kB Progress (1): 200/218 kB Progress (1): 204/218 kB Progress (1): 208/218 kB Progress (1): 212/218 kB Progress (1): 217/218 kB Progress (1): 218 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.p2.resolver.impl/1.3.0/org.eclipse.tycho.p2.resolver.impl-1.3.0.jar (218 kB at 3.6 MB/s) Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/org.eclipse.tycho.p2.maven.repository/1.3.0/org.eclipse.tycho.p2.maven.repository-1.3.0.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.p2.maven.repository/1.3.0/org.eclipse.tycho.p2.maven.repository-1.3.0.jar Progress (1): 4.1/148 kB Progress (1): 7.7/148 kB Progress (1): 12/148 kB Progress (1): 16/148 kB Progress (1): 20/148 kB Progress (1): 24/148 kB Progress (1): 28/148 kB Progress (1): 32/148 kB Progress (1): 36/148 kB Progress (1): 40/148 kB Progress (1): 45/148 kB Progress (1): 49/148 kB Progress (1): 53/148 kB Progress (1): 57/148 kB Progress (1): 61/148 kB Progress (1): 65/148 kB Progress (1): 69/148 kB Progress (1): 73/148 kB Progress (1): 77/148 kB Progress (1): 81/148 kB Progress (1): 85/148 kB Progress (1): 90/148 kB Progress (1): 94/148 kB Progress (1): 98/148 kB Progress (1): 102/148 kB Progress (1): 106/148 kB Progress (1): 110/148 kB Progress (1): 114/148 kB Progress (1): 118/148 kB Progress (1): 122/148 kB Progress (1): 126/148 kB Progress (1): 131/148 kB Progress (1): 135/148 kB Progress (1): 139/148 kB Progress (1): 143/148 kB Progress (1): 147/148 kB Progress (1): 148 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.p2.maven.repository/1.3.0/org.eclipse.tycho.p2.maven.repository-1.3.0.jar (148 kB at 3.6 MB/s) Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/org.eclipse.tycho.p2.tools.impl/1.3.0/org.eclipse.tycho.p2.tools.impl-1.3.0.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.p2.tools.impl/1.3.0/org.eclipse.tycho.p2.tools.impl-1.3.0.jar Progress (1): 4.1/48 kB Progress (1): 7.7/48 kB Progress (1): 12/48 kB Progress (1): 16/48 kB Progress (1): 20/48 kB Progress (1): 24/48 kB Progress (1): 28/48 kB Progress (1): 32/48 kB Progress (1): 36/48 kB Progress (1): 40/48 kB Progress (1): 45/48 kB Progress (1): 48 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.p2.tools.impl/1.3.0/org.eclipse.tycho.p2.tools.impl-1.3.0.jar (48 kB at 834 kB/s) Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/target-platform-configuration/1.3.0/target-platform-configuration-1.3.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/target-platform-configuration/1.3.0/target-platform-configuration-1.3.0.pom Progress (1): 1.7 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/target-platform-configuration/1.3.0/target-platform-configuration-1.3.0.pom (1.7 kB at 30 kB/s) Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/target-platform-configuration/1.3.0/target-platform-configuration-1.3.0.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/target-platform-configuration/1.3.0/target-platform-configuration-1.3.0.jar Progress (1): 4.1/7.7 kB Progress (1): 7.7/7.7 kB Progress (1): 7.7 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/target-platform-configuration/1.3.0/target-platform-configuration-1.3.0.jar (7.7 kB at 136 kB/s) Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/tycho-versions-plugin/1.3.0/tycho-versions-plugin-1.3.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-versions-plugin/1.3.0/tycho-versions-plugin-1.3.0.pom Progress (1): 1.9 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-versions-plugin/1.3.0/tycho-versions-plugin-1.3.0.pom (1.9 kB at 34 kB/s) Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/tycho-release/1.3.0/tycho-release-1.3.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-release/1.3.0/tycho-release-1.3.0.pom Progress (1): 965 B Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-release/1.3.0/tycho-release-1.3.0.pom (965 B at 9.5 kB/s) Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/tycho-versions-plugin/1.3.0/tycho-versions-plugin-1.3.0.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-versions-plugin/1.3.0/tycho-versions-plugin-1.3.0.jar Progress (1): 4.1/92 kB Progress (1): 7.7/92 kB Progress (1): 12/92 kB Progress (1): 16/92 kB Progress (1): 20/92 kB Progress (1): 24/92 kB Progress (1): 28/92 kB Progress (1): 32/92 kB Progress (1): 36/92 kB Progress (1): 40/92 kB Progress (1): 45/92 kB Progress (1): 49/92 kB Progress (1): 53/92 kB Progress (1): 57/92 kB Progress (1): 61/92 kB Progress (1): 65/92 kB Progress (1): 69/92 kB Progress (1): 73/92 kB Progress (1): 77/92 kB Progress (1): 81/92 kB Progress (1): 85/92 kB Progress (1): 90/92 kB Progress (1): 92 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-versions-plugin/1.3.0/tycho-versions-plugin-1.3.0.jar (92 kB at 717 kB/s) Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/com/mycila/license-maven-plugin/2.11/license-maven-plugin-2.11.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/mycila/license-maven-plugin/2.11/license-maven-plugin-2.11.pom Progress (1): 4.1 kB Progress (1): 4.7 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/mycila/license-maven-plugin/2.11/license-maven-plugin-2.11.pom (4.7 kB at 47 kB/s) Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/com/mycila/license-maven-plugin-parent/2.11/license-maven-plugin-parent-2.11.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/mycila/license-maven-plugin-parent/2.11/license-maven-plugin-parent-2.11.pom Progress (1): 4.1 kB Progress (1): 4.4 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/mycila/license-maven-plugin-parent/2.11/license-maven-plugin-parent-2.11.pom (4.4 kB at 85 kB/s) Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/com/mycila/mycila-pom/3/mycila-pom-3.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/mycila/mycila-pom/3/mycila-pom-3.pom Progress (1): 4.1 kB Progress (1): 8.2 kB Progress (1): 12 kB Progress (1): 16 kB Progress (1): 20 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/mycila/mycila-pom/3/mycila-pom-3.pom (20 kB at 567 kB/s) Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/com/mycila/license-maven-plugin/2.11/license-maven-plugin-2.11.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/mycila/license-maven-plugin/2.11/license-maven-plugin-2.11.jar Progress (1): 4.1/84 kB Progress (1): 7.7/84 kB Progress (1): 12/84 kB Progress (1): 16/84 kB Progress (1): 20/84 kB Progress (1): 24/84 kB Progress (1): 28/84 kB Progress (1): 32/84 kB Progress (1): 36/84 kB Progress (1): 40/84 kB Progress (1): 45/84 kB Progress (1): 49/84 kB Progress (1): 53/84 kB Progress (1): 57/84 kB Progress (1): 61/84 kB Progress (1): 65/84 kB Progress (1): 69/84 kB Progress (1): 73/84 kB Progress (1): 77/84 kB Progress (1): 81/84 kB Progress (1): 84 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/mycila/license-maven-plugin/2.11/license-maven-plugin-2.11.jar (84 kB at 1.2 MB/s) Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/plugins/maven-clean-plugin/2.5/maven-clean-plugin-2.5.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-clean-plugin/2.5/maven-clean-plugin-2.5.pom Progress (1): 3.9 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-clean-plugin/2.5/maven-clean-plugin-2.5.pom (3.9 kB at 178 kB/s) Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/plugins/maven-plugins/22/maven-plugins-22.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-plugins/22/maven-plugins-22.pom Progress (1): 4.1 kB Progress (1): 8.2 kB Progress (1): 12 kB Progress (1): 13 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-plugins/22/maven-plugins-22.pom (13 kB at 522 kB/s) Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-parent/21/maven-parent-21.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/21/maven-parent-21.pom Progress (1): 4.1 kB Progress (1): 8.2 kB Progress (1): 12 kB Progress (1): 16 kB Progress (1): 20 kB Progress (1): 25 kB Progress (1): 26 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/21/maven-parent-21.pom (26 kB at 586 kB/s) Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/apache/10/apache-10.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/10/apache-10.pom Progress (1): 4.1 kB Progress (1): 8.2 kB Progress (1): 12 kB Progress (1): 15 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/10/apache-10.pom (15 kB at 779 kB/s) Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/plugins/maven-clean-plugin/2.5/maven-clean-plugin-2.5.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-clean-plugin/2.5/maven-clean-plugin-2.5.jar Progress (1): 4.1/25 kB Progress (1): 7.7/25 kB Progress (1): 12/25 kB Progress (1): 16/25 kB Progress (1): 20/25 kB Progress (1): 24/25 kB Progress (1): 25 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-clean-plugin/2.5/maven-clean-plugin-2.5.jar (25 kB at 795 kB/s) Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/plugins/maven-resources-plugin/2.4.3/maven-resources-plugin-2.4.3.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-resources-plugin/2.4.3/maven-resources-plugin-2.4.3.pom Progress (1): 4.1 kB Progress (1): 6.0 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-resources-plugin/2.4.3/maven-resources-plugin-2.4.3.pom (6.0 kB at 157 kB/s) Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/plugins/maven-plugins/18/maven-plugins-18.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-plugins/18/maven-plugins-18.pom Progress (1): 4.1 kB Progress (1): 8.2 kB Progress (1): 12 kB Progress (1): 13 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-plugins/18/maven-plugins-18.pom (13 kB at 448 kB/s) Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-parent/16/maven-parent-16.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/16/maven-parent-16.pom Progress (1): 4.1 kB Progress (1): 8.2 kB Progress (1): 12 kB Progress (1): 16 kB Progress (1): 20 kB Progress (1): 23 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/16/maven-parent-16.pom (23 kB at 1.2 MB/s) Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/apache/7/apache-7.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/7/apache-7.pom Progress (1): 4.1 kB Progress (1): 8.2 kB Progress (1): 12 kB Progress (1): 14 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/7/apache-7.pom (14 kB at 481 kB/s) Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/plugins/maven-resources-plugin/2.4.3/maven-resources-plugin-2.4.3.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-resources-plugin/2.4.3/maven-resources-plugin-2.4.3.jar Progress (1): 4.1/24 kB Progress (1): 7.7/24 kB Progress (1): 12/24 kB Progress (1): 16/24 kB Progress (1): 20/24 kB Progress (1): 24/24 kB Progress (1): 24 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-resources-plugin/2.4.3/maven-resources-plugin-2.4.3.jar (24 kB at 939 kB/s) Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/tycho-packaging-plugin/1.3.0/tycho-packaging-plugin-1.3.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-packaging-plugin/1.3.0/tycho-packaging-plugin-1.3.0.pom Progress (1): 2.7 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-packaging-plugin/1.3.0/tycho-packaging-plugin-1.3.0.pom (2.7 kB at 35 kB/s) Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/tycho-packaging-plugin/1.3.0/tycho-packaging-plugin-1.3.0.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-packaging-plugin/1.3.0/tycho-packaging-plugin-1.3.0.jar Progress (1): 4.1/129 kB Progress (1): 7.7/129 kB Progress (1): 12/129 kB Progress (1): 16/129 kB Progress (1): 20/129 kB Progress (1): 24/129 kB Progress (1): 28/129 kB Progress (1): 32/129 kB Progress (1): 36/129 kB Progress (1): 40/129 kB Progress (1): 45/129 kB Progress (1): 49/129 kB Progress (1): 53/129 kB Progress (1): 57/129 kB Progress (1): 61/129 kB Progress (1): 65/129 kB Progress (1): 69/129 kB Progress (1): 73/129 kB Progress (1): 77/129 kB Progress (1): 81/129 kB Progress (1): 85/129 kB Progress (1): 90/129 kB Progress (1): 94/129 kB Progress (1): 98/129 kB Progress (1): 102/129 kB Progress (1): 106/129 kB Progress (1): 110/129 kB Progress (1): 114/129 kB Progress (1): 118/129 kB Progress (1): 122/129 kB Progress (1): 126/129 kB Progress (1): 129 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-packaging-plugin/1.3.0/tycho-packaging-plugin-1.3.0.jar (129 kB at 2.3 MB/s) Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/tycho-p2-plugin/1.3.0/tycho-p2-plugin-1.3.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-p2-plugin/1.3.0/tycho-p2-plugin-1.3.0.pom Progress (1): 2.2 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-p2-plugin/1.3.0/tycho-p2-plugin-1.3.0.pom (2.2 kB at 63 kB/s) Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/tycho-p2-plugin/1.3.0/tycho-p2-plugin-1.3.0.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-p2-plugin/1.3.0/tycho-p2-plugin-1.3.0.jar Progress (1): 4.1/28 kB Progress (1): 7.7/28 kB Progress (1): 12/28 kB Progress (1): 16/28 kB Progress (1): 20/28 kB Progress (1): 24/28 kB Progress (1): 28 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-p2-plugin/1.3.0/tycho-p2-plugin-1.3.0.jar (28 kB at 596 kB/s) Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/sisu-equinox-launching/1.3.0/sisu-equinox-launching-1.3.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/sisu-equinox-launching/1.3.0/sisu-equinox-launching-1.3.0.pom Progress (1): 2.7 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/sisu-equinox-launching/1.3.0/sisu-equinox-launching-1.3.0.pom (2.7 kB at 63 kB/s) Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/commons/commons-exec/1.2/commons-exec-1.2.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-exec/1.2/commons-exec-1.2.pom Progress (1): 4.1 kB Progress (1): 8.2 kB Progress (1): 11 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-exec/1.2/commons-exec-1.2.pom (11 kB at 287 kB/s) Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/commons/commons-parent/32/commons-parent-32.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/32/commons-parent-32.pom Progress (1): 4.1 kB Progress (1): 8.2 kB Progress (1): 12 kB Progress (1): 16 kB Progress (1): 20 kB Progress (1): 25 kB Progress (1): 29 kB Progress (1): 33 kB Progress (1): 37 kB Progress (1): 41 kB Progress (1): 45 kB Progress (1): 49 kB Progress (1): 53 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/32/commons-parent-32.pom (53 kB at 788 kB/s) Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/apache/13/apache-13.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/13/apache-13.pom Progress (1): 4.1 kB Progress (1): 8.2 kB Progress (1): 12 kB Progress (1): 14 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/13/apache-13.pom (14 kB at 559 kB/s) Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/tycho-artifactcomparator/1.3.0/tycho-artifactcomparator-1.3.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-artifactcomparator/1.3.0/tycho-artifactcomparator-1.3.0.pom Progress (1): 1.9 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-artifactcomparator/1.3.0/tycho-artifactcomparator-1.3.0.pom (1.9 kB at 38 kB/s) Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/ow2/asm/asm-debug-all/5.0.3/asm-debug-all-5.0.3.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-debug-all/5.0.3/asm-debug-all-5.0.3.pom Progress (1): 2.0 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-debug-all/5.0.3/asm-debug-all-5.0.3.pom (2.0 kB at 47 kB/s) Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/ow2/asm/asm-parent/5.0.3/asm-parent-5.0.3.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-parent/5.0.3/asm-parent-5.0.3.pom Progress (1): 4.1 kB Progress (1): 5.5 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-parent/5.0.3/asm-parent-5.0.3.pom (5.5 kB at 110 kB/s) Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/ow2/ow2/1.3/ow2-1.3.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/ow2/1.3/ow2-1.3.pom Progress (1): 4.1 kB Progress (1): 8.2 kB Progress (1): 9.5 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/ow2/1.3/ow2-1.3.pom (9.5 kB at 352 kB/s) Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/sisu-equinox-launching/1.3.0/sisu-equinox-launching-1.3.0.jar Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/ow2/asm/asm-debug-all/5.0.3/asm-debug-all-5.0.3.jar Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/tycho-artifactcomparator/1.3.0/tycho-artifactcomparator-1.3.0.jar Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/commons/commons-exec/1.2/commons-exec-1.2.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/sisu-equinox-launching/1.3.0/sisu-equinox-launching-1.3.0.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-debug-all/5.0.3/asm-debug-all-5.0.3.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-artifactcomparator/1.3.0/tycho-artifactcomparator-1.3.0.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-exec/1.2/commons-exec-1.2.jar Progress (1): 4.1/379 kB Progress (1): 7.7/379 kB Progress (1): 12/379 kB Progress (1): 16/379 kB Progress (1): 20/379 kB Progress (1): 24/379 kB Progress (1): 28/379 kB Progress (1): 32/379 kB Progress (1): 36/379 kB Progress (1): 40/379 kB Progress (1): 45/379 kB Progress (1): 49/379 kB Progress (2): 49/379 kB | 4.1/21 kB Progress (2): 53/379 kB | 4.1/21 kB Progress (2): 53/379 kB | 7.7/21 kB Progress (2): 57/379 kB | 7.7/21 kB Progress (2): 57/379 kB | 12/21 kB Progress (2): 61/379 kB | 12/21 kB Progress (2): 61/379 kB | 16/21 kB Progress (2): 65/379 kB | 16/21 kB Progress (2): 65/379 kB | 20/21 kB Progress (2): 65/379 kB | 21 kB Progress (2): 69/379 kB | 21 kB Progress (2): 73/379 kB | 21 kB Progress (2): 77/379 kB | 21 kB Progress (2): 81/379 kB | 21 kB Progress (2): 85/379 kB | 21 kB Progress (2): 90/379 kB | 21 kB Progress (2): 94/379 kB | 21 kB Progress (2): 98/379 kB | 21 kB Progress (2): 102/379 kB | 21 kB Progress (2): 106/379 kB | 21 kB Progress (2): 110/379 kB | 21 kB Progress (2): 114/379 kB | 21 kB Progress (2): 118/379 kB | 21 kB Progress (2): 122/379 kB | 21 kB Progress (2): 126/379 kB | 21 kB Progress (2): 131/379 kB | 21 kB Progress (2): 135/379 kB | 21 kB Progress (3): 135/379 kB | 21 kB | 4.1/28 kB Progress (3): 139/379 kB | 21 kB | 4.1/28 kB Progress (3): 139/379 kB | 21 kB | 7.7/28 kB Progress (3): 143/379 kB | 21 kB | 7.7/28 kB Progress (3): 143/379 kB | 21 kB | 12/28 kB Progress (3): 147/379 kB | 21 kB | 12/28 kB Progress (3): 147/379 kB | 21 kB | 16/28 kB Progress (3): 151/379 kB | 21 kB | 16/28 kB Progress (3): 151/379 kB | 21 kB | 20/28 kB Progress (3): 155/379 kB | 21 kB | 20/28 kB Progress (3): 155/379 kB | 21 kB | 24/28 kB Progress (3): 159/379 kB | 21 kB | 24/28 kB Progress (3): 159/379 kB | 21 kB | 28 kB Progress (3): 163/379 kB | 21 kB | 28 kB Progress (3): 167/379 kB | 21 kB | 28 kB Progress (3): 171/379 kB | 21 kB | 28 kB Progress (3): 176/379 kB | 21 kB | 28 kB Progress (3): 180/379 kB | 21 kB | 28 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-artifactcomparator/1.3.0/tycho-artifactcomparator-1.3.0.jar (21 kB at 438 kB/s) Progress (2): 184/379 kB | 28 kB Progress (2): 188/379 kB | 28 kB Progress (2): 192/379 kB | 28 kB Progress (2): 196/379 kB | 28 kB Progress (2): 200/379 kB | 28 kB Progress (2): 204/379 kB | 28 kB Progress (2): 208/379 kB | 28 kB Progress (2): 212/379 kB | 28 kB Progress (2): 217/379 kB | 28 kB Progress (2): 221/379 kB | 28 kB Progress (2): 225/379 kB | 28 kB Progress (2): 229/379 kB | 28 kB Progress (2): 233/379 kB | 28 kB Progress (2): 237/379 kB | 28 kB Progress (2): 241/379 kB | 28 kB Progress (2): 245/379 kB | 28 kB Progress (2): 249/379 kB | 28 kB Progress (2): 253/379 kB | 28 kB Progress (2): 258/379 kB | 28 kB Progress (2): 262/379 kB | 28 kB Progress (2): 266/379 kB | 28 kB Progress (2): 270/379 kB | 28 kB Progress (2): 274/379 kB | 28 kB Progress (2): 278/379 kB | 28 kB Progress (2): 282/379 kB | 28 kB Progress (2): 286/379 kB | 28 kB Progress (2): 290/379 kB | 28 kB Progress (2): 294/379 kB | 28 kB Progress (2): 298/379 kB | 28 kB Progress (2): 303/379 kB | 28 kB Progress (2): 307/379 kB | 28 kB Progress (2): 311/379 kB | 28 kB Progress (2): 315/379 kB | 28 kB Progress (2): 319/379 kB | 28 kB Progress (2): 323/379 kB | 28 kB Progress (2): 327/379 kB | 28 kB Progress (2): 331/379 kB | 28 kB Progress (2): 335/379 kB | 28 kB Progress (2): 339/379 kB | 28 kB Progress (3): 339/379 kB | 28 kB | 4.1/54 kB Progress (3): 344/379 kB | 28 kB | 4.1/54 kB Progress (3): 344/379 kB | 28 kB | 7.7/54 kB Progress (3): 344/379 kB | 28 kB | 12/54 kB Progress (3): 344/379 kB | 28 kB | 16/54 kB Progress (3): 348/379 kB | 28 kB | 16/54 kB Progress (3): 352/379 kB | 28 kB | 16/54 kB Progress (3): 356/379 kB | 28 kB | 16/54 kB Progress (3): 360/379 kB | 28 kB | 16/54 kB Progress (3): 360/379 kB | 28 kB | 20/54 kB Progress (3): 360/379 kB | 28 kB | 24/54 kB Progress (3): 360/379 kB | 28 kB | 28/54 kB Progress (3): 360/379 kB | 28 kB | 32/54 kB Progress (3): 364/379 kB | 28 kB | 32/54 kB Progress (3): 368/379 kB | 28 kB | 32/54 kB Progress (3): 372/379 kB | 28 kB | 32/54 kB Progress (3): 376/379 kB | 28 kB | 32/54 kB Progress (3): 376/379 kB | 28 kB | 36/54 kB Progress (3): 379 kB | 28 kB | 36/54 kB Progress (3): 379 kB | 28 kB | 40/54 kB Progress (3): 379 kB | 28 kB | 45/54 kB Progress (3): 379 kB | 28 kB | 49/54 kB Progress (3): 379 kB | 28 kB | 53/54 kB Progress (3): 379 kB | 28 kB | 54 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/sisu-equinox-launching/1.3.0/sisu-equinox-launching-1.3.0.jar (28 kB at 402 kB/s) 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 529 kB/s) Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-debug-all/5.0.3/asm-debug-all-5.0.3.jar (379 kB at 3.7 MB/s) Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/tycho-compiler-plugin/1.3.0/tycho-compiler-plugin-1.3.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-compiler-plugin/1.3.0/tycho-compiler-plugin-1.3.0.pom Progress (1): 2.5 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-compiler-plugin/1.3.0/tycho-compiler-plugin-1.3.0.pom (2.5 kB at 72 kB/s) Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/tycho-compiler-plugin/1.3.0/tycho-compiler-plugin-1.3.0.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-compiler-plugin/1.3.0/tycho-compiler-plugin-1.3.0.jar Progress (1): 4.1/33 kB Progress (1): 7.7/33 kB Progress (1): 12/33 kB Progress (1): 16/33 kB Progress (1): 20/33 kB Progress (1): 24/33 kB Progress (1): 28/33 kB Progress (1): 32/33 kB Progress (1): 33 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-compiler-plugin/1.3.0/tycho-compiler-plugin-1.3.0.jar (33 kB at 1.6 MB/s) Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/plugins/maven-install-plugin/2.3.1/maven-install-plugin-2.3.1.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-install-plugin/2.3.1/maven-install-plugin-2.3.1.pom Progress (1): 4.1 kB Progress (1): 4.9 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-install-plugin/2.3.1/maven-install-plugin-2.3.1.pom (4.9 kB at 326 kB/s) Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/plugins/maven-install-plugin/2.3.1/maven-install-plugin-2.3.1.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-install-plugin/2.3.1/maven-install-plugin-2.3.1.jar Progress (1): 4.1/23 kB Progress (1): 7.7/23 kB Progress (1): 12/23 kB Progress (1): 16/23 kB Progress (1): 20/23 kB Progress (1): 23 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-install-plugin/2.3.1/maven-install-plugin-2.3.1.jar (23 kB at 1.2 MB/s) Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/plugins/maven-deploy-plugin/2.5/maven-deploy-plugin-2.5.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-deploy-plugin/2.5/maven-deploy-plugin-2.5.pom Progress (1): 4.1 kB Progress (1): 5.7 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-deploy-plugin/2.5/maven-deploy-plugin-2.5.pom (5.7 kB at 248 kB/s) Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/plugins/maven-plugins/16/maven-plugins-16.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-plugins/16/maven-plugins-16.pom Progress (1): 4.1 kB Progress (1): 8.2 kB Progress (1): 12 kB Progress (1): 13 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-plugins/16/maven-plugins-16.pom (13 kB at 324 kB/s) Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/plugins/maven-deploy-plugin/2.5/maven-deploy-plugin-2.5.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-deploy-plugin/2.5/maven-deploy-plugin-2.5.jar Progress (1): 4.1/23 kB Progress (1): 7.7/23 kB Progress (1): 12/23 kB Progress (1): 16/23 kB Progress (1): 20/23 kB Progress (1): 23 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-deploy-plugin/2.5/maven-deploy-plugin-2.5.jar (23 kB at 855 kB/s) Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/plugins/maven-site-plugin/3.3/maven-site-plugin-3.3.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-site-plugin/3.3/maven-site-plugin-3.3.pom Progress (1): 4.1 kB Progress (1): 8.2 kB Progress (1): 12 kB Progress (1): 16 kB Progress (1): 20 kB Progress (1): 21 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-site-plugin/3.3/maven-site-plugin-3.3.pom (21 kB at 631 kB/s) Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/plugins/maven-plugins/24/maven-plugins-24.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-plugins/24/maven-plugins-24.pom Progress (1): 4.1 kB Progress (1): 8.2 kB Progress (1): 11 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-plugins/24/maven-plugins-24.pom (11 kB at 318 kB/s) Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-parent/23/maven-parent-23.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/23/maven-parent-23.pom Progress (1): 4.1 kB Progress (1): 8.2 kB Progress (1): 12 kB Progress (1): 16 kB Progress (1): 20 kB Progress (1): 25 kB Progress (1): 29 kB Progress (1): 33 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/23/maven-parent-23.pom (33 kB at 1.6 MB/s) Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/plugins/maven-site-plugin/3.3/maven-site-plugin-3.3.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-site-plugin/3.3/maven-site-plugin-3.3.jar Progress (1): 4.1/124 kB Progress (1): 7.7/124 kB Progress (1): 12/124 kB Progress (1): 16/124 kB Progress (1): 20/124 kB Progress (1): 24/124 kB Progress (1): 28/124 kB Progress (1): 32/124 kB Progress (1): 36/124 kB Progress (1): 40/124 kB Progress (1): 45/124 kB Progress (1): 49/124 kB Progress (1): 53/124 kB Progress (1): 57/124 kB Progress (1): 61/124 kB Progress (1): 65/124 kB Progress (1): 69/124 kB Progress (1): 73/124 kB Progress (1): 77/124 kB Progress (1): 81/124 kB Progress (1): 85/124 kB Progress (1): 90/124 kB Progress (1): 94/124 kB Progress (1): 98/124 kB Progress (1): 102/124 kB Progress (1): 106/124 kB Progress (1): 110/124 kB Progress (1): 114/124 kB Progress (1): 118/124 kB Progress (1): 122/124 kB Progress (1): 124 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-site-plugin/3.3/maven-site-plugin-3.3.jar (124 kB at 3.3 MB/s) Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/tycho-surefire-plugin/1.3.0/tycho-surefire-plugin-1.3.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-surefire-plugin/1.3.0/tycho-surefire-plugin-1.3.0.pom Progress (1): 4.1 kB Progress (1): 4.8 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-surefire-plugin/1.3.0/tycho-surefire-plugin-1.3.0.pom (4.8 kB at 144 kB/s) Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/tycho-surefire-plugin/1.3.0/tycho-surefire-plugin-1.3.0.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-surefire-plugin/1.3.0/tycho-surefire-plugin-1.3.0.jar Progress (1): 4.1/58 kB Progress (1): 7.7/58 kB Progress (1): 12/58 kB Progress (1): 16/58 kB Progress (1): 20/58 kB Progress (1): 24/58 kB Progress (1): 28/58 kB Progress (1): 32/58 kB Progress (1): 36/58 kB Progress (1): 40/58 kB Progress (1): 45/58 kB Progress (1): 49/58 kB Progress (1): 53/58 kB Progress (1): 57/58 kB Progress (1): 58 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-surefire-plugin/1.3.0/tycho-surefire-plugin-1.3.0.jar (58 kB at 1.1 MB/s) Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/org.eclipse.tycho.surefire.osgibooter/1.3.0/org.eclipse.tycho.surefire.osgibooter-1.3.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.surefire.osgibooter/1.3.0/org.eclipse.tycho.surefire.osgibooter-1.3.0.pom Progress (1): 3.3 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.surefire.osgibooter/1.3.0/org.eclipse.tycho.surefire.osgibooter-1.3.0.pom (3.3 kB at 57 kB/s) Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/org.eclipse.tycho.surefire.junit/1.3.0/org.eclipse.tycho.surefire.junit-1.3.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.surefire.junit/1.3.0/org.eclipse.tycho.surefire.junit-1.3.0.pom Progress (1): 1.5 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.surefire.junit/1.3.0/org.eclipse.tycho.surefire.junit-1.3.0.pom (1.5 kB at 32 kB/s) Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/tycho-surefire/1.3.0/tycho-surefire-1.3.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-surefire/1.3.0/tycho-surefire-1.3.0.pom Progress (1): 3.0 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-surefire/1.3.0/tycho-surefire-1.3.0.pom (3.0 kB at 50 kB/s) Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/org.eclipse.tycho.surefire.junit4/1.3.0/org.eclipse.tycho.surefire.junit4-1.3.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.surefire.junit4/1.3.0/org.eclipse.tycho.surefire.junit4-1.3.0.pom Progress (1): 1.5 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.surefire.junit4/1.3.0/org.eclipse.tycho.surefire.junit4-1.3.0.pom (1.5 kB at 16 kB/s) Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/org.eclipse.tycho.surefire.junit47/1.3.0/org.eclipse.tycho.surefire.junit47-1.3.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.surefire.junit47/1.3.0/org.eclipse.tycho.surefire.junit47-1.3.0.pom Progress (1): 1.9 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.surefire.junit47/1.3.0/org.eclipse.tycho.surefire.junit47-1.3.0.pom (1.9 kB at 28 kB/s) Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/org.eclipse.tycho.surefire.junit5/1.3.0/org.eclipse.tycho.surefire.junit5-1.3.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.surefire.junit5/1.3.0/org.eclipse.tycho.surefire.junit5-1.3.0.pom Progress (1): 3.3 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.surefire.junit5/1.3.0/org.eclipse.tycho.surefire.junit5-1.3.0.pom (3.3 kB at 41 kB/s) Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/org.eclipse.tycho.surefire.testng/1.3.0/org.eclipse.tycho.surefire.testng-1.3.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.surefire.testng/1.3.0/org.eclipse.tycho.surefire.testng-1.3.0.pom Progress (1): 2.1 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.surefire.testng/1.3.0/org.eclipse.tycho.surefire.testng-1.3.0.pom (2.1 kB at 6.9 kB/s) Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/surefire/surefire-api/2.22.0/surefire-api-2.22.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-api/2.22.0/surefire-api-2.22.0.pom Progress (1): 3.5 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-api/2.22.0/surefire-api-2.22.0.pom (3.5 kB at 126 kB/s) Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/surefire/surefire/2.22.0/surefire-2.22.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire/2.22.0/surefire-2.22.0.pom Progress (1): 4.1 kB Progress (1): 8.2 kB Progress (1): 12 kB Progress (1): 16 kB Progress (1): 20 kB Progress (1): 25 kB Progress (1): 27 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire/2.22.0/surefire-2.22.0.pom (27 kB at 1.1 MB/s) Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-parent/31/maven-parent-31.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/31/maven-parent-31.pom Progress (1): 4.1 kB Progress (1): 8.2 kB Progress (1): 12 kB Progress (1): 16 kB Progress (1): 20 kB Progress (1): 25 kB Progress (1): 29 kB Progress (1): 33 kB Progress (1): 37 kB Progress (1): 41 kB Progress (1): 43 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/31/maven-parent-31.pom (43 kB at 711 kB/s) Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/apache/19/apache-19.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/19/apache-19.pom Progress (1): 4.1 kB Progress (1): 8.2 kB Progress (1): 12 kB Progress (1): 15 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/19/apache-19.pom (15 kB at 738 kB/s) Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/surefire/surefire-logger-api/2.22.0/surefire-logger-api-2.22.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-logger-api/2.22.0/surefire-logger-api-2.22.0.pom Progress (1): 2.0 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-logger-api/2.22.0/surefire-logger-api-2.22.0.pom (2.0 kB at 75 kB/s) Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/surefire/maven-surefire-common/2.22.0/maven-surefire-common-2.22.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/maven-surefire-common/2.22.0/maven-surefire-common-2.22.0.pom Progress (1): 4.1 kB Progress (1): 8.2 kB Progress (1): 11 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/maven-surefire-common/2.22.0/maven-surefire-common-2.22.0.pom (11 kB at 568 kB/s) Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/plugin-tools/maven-plugin-annotations/3.5.2/maven-plugin-annotations-3.5.2.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugin-tools/maven-plugin-annotations/3.5.2/maven-plugin-annotations-3.5.2.pom Progress (1): 1.6 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugin-tools/maven-plugin-annotations/3.5.2/maven-plugin-annotations-3.5.2.pom (1.6 kB at 36 kB/s) Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/plugin-tools/maven-plugin-tools/3.5.2/maven-plugin-tools-3.5.2.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugin-tools/maven-plugin-tools/3.5.2/maven-plugin-tools-3.5.2.pom Progress (1): 4.1 kB Progress (1): 8.2 kB Progress (1): 12 kB Progress (1): 15 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugin-tools/maven-plugin-tools/3.5.2/maven-plugin-tools-3.5.2.pom (15 kB at 185 kB/s) Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/surefire/surefire-booter/2.22.0/surefire-booter-2.22.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-booter/2.22.0/surefire-booter-2.22.0.pom Progress (1): 4.1 kB Progress (1): 7.4 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-booter/2.22.0/surefire-booter-2.22.0.pom (7.4 kB at 167 kB/s) Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-artifact/2.2.1/maven-artifact-2.2.1.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/2.2.1/maven-artifact-2.2.1.pom Progress (1): 1.6 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/2.2.1/maven-artifact-2.2.1.pom (1.6 kB at 61 kB/s) Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven/2.2.1/maven-2.2.1.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/2.2.1/maven-2.2.1.pom Progress (1): 4.1 kB Progress (1): 8.2 kB Progress (1): 12 kB Progress (1): 16 kB Progress (1): 20 kB Progress (1): 22 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/2.2.1/maven-2.2.1.pom (22 kB at 1.1 MB/s) Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-plugin-descriptor/2.2.1/maven-plugin-descriptor-2.2.1.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-descriptor/2.2.1/maven-plugin-descriptor-2.2.1.pom Progress (1): 2.1 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-descriptor/2.2.1/maven-plugin-descriptor-2.2.1.pom (2.1 kB at 83 kB/s) Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-container-default/1.7.1/plexus-container-default-1.7.1.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-container-default/1.7.1/plexus-container-default-1.7.1.pom Progress (1): 2.8 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-container-default/1.7.1/plexus-container-default-1.7.1.pom (2.8 kB at 51 kB/s) Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-classworlds/2.5.1/plexus-classworlds-2.5.1.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-classworlds/2.5.1/plexus-classworlds-2.5.1.pom Progress (1): 4.1 kB Progress (1): 5.0 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-classworlds/2.5.1/plexus-classworlds-2.5.1.pom (5.0 kB at 114 kB/s) Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus/3.3.1/plexus-3.3.1.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/3.3.1/plexus-3.3.1.pom Progress (1): 4.1 kB Progress (1): 8.2 kB Progress (1): 12 kB Progress (1): 16 kB Progress (1): 20 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/3.3.1/plexus-3.3.1.pom (20 kB at 818 kB/s) Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/xbean/xbean-reflect/3.7/xbean-reflect-3.7.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/xbean/xbean-reflect/3.7/xbean-reflect-3.7.pom Progress (1): 4.1 kB Progress (1): 5.1 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/xbean/xbean-reflect/3.7/xbean-reflect-3.7.pom (5.1 kB at 111 kB/s) Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/xbean/xbean/3.7/xbean-3.7.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/xbean/xbean/3.7/xbean-3.7.pom Progress (1): 4.1 kB Progress (1): 8.2 kB Progress (1): 12 kB Progress (1): 15 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/xbean/xbean/3.7/xbean-3.7.pom (15 kB at 227 kB/s) Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/geronimo/genesis/genesis-java5-flava/2.0/genesis-java5-flava-2.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/geronimo/genesis/genesis-java5-flava/2.0/genesis-java5-flava-2.0.pom Progress (1): 4.1 kB Progress (1): 5.5 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/geronimo/genesis/genesis-java5-flava/2.0/genesis-java5-flava-2.0.pom (5.5 kB at 82 kB/s) Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/geronimo/genesis/genesis-default-flava/2.0/genesis-default-flava-2.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/geronimo/genesis/genesis-default-flava/2.0/genesis-default-flava-2.0.pom Progress (1): 4.1 kB Progress (1): 8.2 kB Progress (1): 12 kB Progress (1): 16 kB Progress (1): 18 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/geronimo/genesis/genesis-default-flava/2.0/genesis-default-flava-2.0.pom (18 kB at 159 kB/s) Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/geronimo/genesis/genesis/2.0/genesis-2.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/geronimo/genesis/genesis/2.0/genesis-2.0.pom Progress (1): 4.1 kB Progress (1): 8.2 kB Progress (1): 12 kB Progress (1): 16 kB Progress (1): 18 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/geronimo/genesis/genesis/2.0/genesis-2.0.pom (18 kB at 219 kB/s) Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/com/google/collections/google-collections/1.0/google-collections-1.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/collections/google-collections/1.0/google-collections-1.0.pom Progress (1): 2.5 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/collections/google-collections/1.0/google-collections-1.0.pom (2.5 kB at 99 kB/s) Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/com/google/google/1/google-1.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/google/1/google-1.pom Progress (1): 1.6 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/google/1/google-1.pom (1.6 kB at 50 kB/s) Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-project/2.2.1/maven-project-2.2.1.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-project/2.2.1/maven-project-2.2.1.pom Progress (1): 2.8 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-project/2.2.1/maven-project-2.2.1.pom (2.8 kB at 79 kB/s) Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-profile/2.2.1/maven-profile-2.2.1.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-profile/2.2.1/maven-profile-2.2.1.pom Progress (1): 2.2 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-profile/2.2.1/maven-profile-2.2.1.pom (2.2 kB at 84 kB/s) Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-interpolation/1.11/plexus-interpolation-1.11.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.11/plexus-interpolation-1.11.pom Progress (1): 889 B Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.11/plexus-interpolation-1.11.pom (889 B at 52 kB/s) Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-components/1.1.14/plexus-components-1.1.14.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-components/1.1.14/plexus-components-1.1.14.pom Progress (1): 4.1 kB Progress (1): 5.8 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-components/1.1.14/plexus-components-1.1.14.pom (5.8 kB at 225 kB/s) Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus/2.0.2/plexus-2.0.2.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/2.0.2/plexus-2.0.2.pom Progress (1): 4.1 kB Progress (1): 8.2 kB Progress (1): 12 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/2.0.2/plexus-2.0.2.pom (12 kB at 270 kB/s) Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-artifact-manager/2.2.1/maven-artifact-manager-2.2.1.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact-manager/2.2.1/maven-artifact-manager-2.2.1.pom Progress (1): 3.1 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact-manager/2.2.1/maven-artifact-manager-2.2.1.pom (3.1 kB at 103 kB/s) Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-repository-metadata/2.2.1/maven-repository-metadata-2.2.1.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/2.2.1/maven-repository-metadata-2.2.1.pom Progress (1): 1.9 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/2.2.1/maven-repository-metadata-2.2.1.pom (1.9 kB at 104 kB/s) Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/backport-util-concurrent/backport-util-concurrent/3.1/backport-util-concurrent-3.1.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/backport-util-concurrent/backport-util-concurrent/3.1/backport-util-concurrent-3.1.pom Progress (1): 880 B Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/backport-util-concurrent/backport-util-concurrent/3.1/backport-util-concurrent-3.1.pom (880 B at 33 kB/s) Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-plugin-registry/2.2.1/maven-plugin-registry-2.2.1.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-registry/2.2.1/maven-plugin-registry-2.2.1.pom Progress (1): 1.9 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-registry/2.2.1/maven-plugin-registry-2.2.1.pom (1.9 kB at 121 kB/s) Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-toolchain/2.2.1/maven-toolchain-2.2.1.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-toolchain/2.2.1/maven-toolchain-2.2.1.pom Progress (1): 3.3 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-toolchain/2.2.1/maven-toolchain-2.2.1.pom (3.3 kB at 119 kB/s) Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-java/0.9.8/plexus-java-0.9.8.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-java/0.9.8/plexus-java-0.9.8.pom Progress (1): 2.4 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-java/0.9.8/plexus-java-0.9.8.pom (2.4 kB at 147 kB/s) Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-languages/0.9.8/plexus-languages-0.9.8.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-languages/0.9.8/plexus-languages-0.9.8.pom Progress (1): 2.2 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-languages/0.9.8/plexus-languages-0.9.8.pom (2.2 kB at 96 kB/s) Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/ow2/asm/asm/6.1.1/asm-6.1.1.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm/6.1.1/asm-6.1.1.pom Progress (1): 2.9 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm/6.1.1/asm-6.1.1.pom (2.9 kB at 95 kB/s) Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/ow2/ow2/1.5/ow2-1.5.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/ow2/1.5/ow2-1.5.pom Progress (1): 4.1 kB Progress (1): 8.2 kB Progress (1): 11 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/ow2/1.5/ow2-1.5.pom (11 kB at 416 kB/s) Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/com/thoughtworks/qdox/qdox/2.0-M7/qdox-2.0-M7.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/thoughtworks/qdox/qdox/2.0-M7/qdox-2.0-M7.pom Progress (1): 4.1 kB Progress (1): 8.2 kB Progress (1): 12 kB Progress (1): 16 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/thoughtworks/qdox/qdox/2.0-M7/qdox-2.0-M7.pom (16 kB at 609 kB/s) Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/oss/oss-parent/9/oss-parent-9.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/oss/oss-parent/9/oss-parent-9.pom Progress (1): 4.1 kB Progress (1): 6.6 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/oss/oss-parent/9/oss-parent-9.pom (6.6 kB at 386 kB/s) Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/org.eclipse.tycho.surefire.osgibooter/1.3.0/org.eclipse.tycho.surefire.osgibooter-1.3.0.jar Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/org.eclipse.tycho.surefire.junit47/1.3.0/org.eclipse.tycho.surefire.junit47-1.3.0.jar Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/org.eclipse.tycho.surefire.junit5/1.3.0/org.eclipse.tycho.surefire.junit5-1.3.0.jar Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/org.eclipse.tycho.surefire.junit4/1.3.0/org.eclipse.tycho.surefire.junit4-1.3.0.jar Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/org.eclipse.tycho.surefire.junit/1.3.0/org.eclipse.tycho.surefire.junit-1.3.0.jar Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/org.eclipse.tycho.surefire.testng/1.3.0/org.eclipse.tycho.surefire.testng-1.3.0.jar Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/surefire/surefire-api/2.22.0/surefire-api-2.22.0.jar Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/surefire/surefire-logger-api/2.22.0/surefire-logger-api-2.22.0.jar Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/surefire/maven-surefire-common/2.22.0/maven-surefire-common-2.22.0.jar Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/surefire/surefire-booter/2.22.0/surefire-booter-2.22.0.jar Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-plugin-descriptor/2.2.1/maven-plugin-descriptor-2.2.1.jar Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-project/2.2.1/maven-project-2.2.1.jar Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-profile/2.2.1/maven-profile-2.2.1.jar Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-artifact-manager/2.2.1/maven-artifact-manager-2.2.1.jar Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/backport-util-concurrent/backport-util-concurrent/3.1/backport-util-concurrent-3.1.jar Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-plugin-registry/2.2.1/maven-plugin-registry-2.2.1.jar Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-toolchain/2.2.1/maven-toolchain-2.2.1.jar Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-java/0.9.8/plexus-java-0.9.8.jar Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/ow2/asm/asm/6.1.1/asm-6.1.1.jar Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/com/thoughtworks/qdox/qdox/2.0-M7/qdox-2.0-M7.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.surefire.osgibooter/1.3.0/org.eclipse.tycho.surefire.osgibooter-1.3.0.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.surefire.junit5/1.3.0/org.eclipse.tycho.surefire.junit5-1.3.0.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.surefire.junit47/1.3.0/org.eclipse.tycho.surefire.junit47-1.3.0.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.surefire.junit4/1.3.0/org.eclipse.tycho.surefire.junit4-1.3.0.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.surefire.junit/1.3.0/org.eclipse.tycho.surefire.junit-1.3.0.jar Progress (1): 4.1/187 kB Progress (1): 7.7/187 kB Progress (1): 12/187 kB Progress (1): 16/187 kB Progress (1): 20/187 kB Progress (1): 24/187 kB Progress (1): 28/187 kB Progress (1): 32/187 kB Progress (1): 36/187 kB Progress (1): 40/187 kB Progress (1): 45/187 kB Progress (1): 49/187 kB Progress (1): 53/187 kB Progress (1): 57/187 kB Progress (1): 61/187 kB Progress (1): 65/187 kB Progress (1): 69/187 kB Progress (2): 69/187 kB | 4.1/26 kB Progress (2): 73/187 kB | 4.1/26 kB Progress (2): 73/187 kB | 7.7/26 kB Progress (2): 77/187 kB | 7.7/26 kB Progress (2): 77/187 kB | 12/26 kB Progress (2): 81/187 kB | 12/26 kB Progress (2): 81/187 kB | 16/26 kB Progress (2): 81/187 kB | 20/26 kB Progress (2): 81/187 kB | 24/26 kB Progress (2): 85/187 kB | 24/26 kB Progress (2): 85/187 kB | 26 kB Progress (2): 90/187 kB | 26 kB Progress (2): 94/187 kB | 26 kB Progress (2): 98/187 kB | 26 kB Progress (2): 102/187 kB | 26 kB Progress (2): 106/187 kB | 26 kB Progress (2): 110/187 kB | 26 kB Progress (2): 114/187 kB | 26 kB Progress (2): 118/187 kB | 26 kB Progress (2): 122/187 kB | 26 kB Progress (2): 126/187 kB | 26 kB Progress (2): 131/187 kB | 26 kB Progress (2): 135/187 kB | 26 kB Progress (2): 139/187 kB | 26 kB Progress (2): 143/187 kB | 26 kB Progress (2): 147/187 kB | 26 kB Progress (2): 151/187 kB | 26 kB Progress (2): 155/187 kB | 26 kB Progress (2): 159/187 kB | 26 kB Progress (2): 163/187 kB | 26 kB Progress (3): 163/187 kB | 26 kB | 4.1/429 kB Progress (3): 163/187 kB | 26 kB | 7.7/429 kB Progress (3): 163/187 kB | 26 kB | 12/429 kB Progress (3): 167/187 kB | 26 kB | 12/429 kB Progress (3): 167/187 kB | 26 kB | 16/429 kB Progress (4): 167/187 kB | 26 kB | 16/429 kB | 4.1/65 kB Progress (5): 167/187 kB | 26 kB | 16/429 kB | 4.1/65 kB | 7.7/920 kB Progress (5): 171/187 kB | 26 kB | 16/429 kB | 4.1/65 kB | 7.7/920 kB Progress (5): 171/187 kB | 26 kB | 16/429 kB | 4.1/65 kB | 16/920 kB Progress (5): 171/187 kB | 26 kB | 20/429 kB | 4.1/65 kB | 16/920 kB Progress (5): 171/187 kB | 26 kB | 20/429 kB | 7.7/65 kB | 16/920 kB Progress (5): 171/187 kB | 26 kB | 24/429 kB | 7.7/65 kB | 16/920 kB Progress (5): 176/187 kB | 26 kB | 24/429 kB | 7.7/65 kB | 16/920 kB Progress (5): 176/187 kB | 26 kB | 28/429 kB | 7.7/65 kB | 16/920 kB Progress (5): 176/187 kB | 26 kB | 28/429 kB | 12/65 kB | 16/920 kB Progress (5): 176/187 kB | 26 kB | 28/429 kB | 12/65 kB | 24/920 kB Progress (5): 176/187 kB | 26 kB | 32/429 kB | 12/65 kB | 24/920 kB Progress (5): 180/187 kB | 26 kB | 32/429 kB | 12/65 kB | 24/920 kB Progress (5): 180/187 kB | 26 kB | 32/429 kB | 12/65 kB | 32/920 kB Progress (5): 180/187 kB | 26 kB | 32/429 kB | 16/65 kB | 32/920 kB Progress (5): 184/187 kB | 26 kB | 32/429 kB | 16/65 kB | 32/920 kB Progress (5): 184/187 kB | 26 kB | 36/429 kB | 16/65 kB | 32/920 kB Progress (5): 187 kB | 26 kB | 36/429 kB | 16/65 kB | 32/920 kB Progress (5): 187 kB | 26 kB | 36/429 kB | 20/65 kB | 32/920 kB Progress (5): 187 kB | 26 kB | 40/429 kB | 20/65 kB | 32/920 kB Progress (5): 187 kB | 26 kB | 40/429 kB | 24/65 kB | 32/920 kB Progress (5): 187 kB | 26 kB | 40/429 kB | 24/65 kB | 40/920 kB Progress (5): 187 kB | 26 kB | 40/429 kB | 28/65 kB | 40/920 kB Progress (5): 187 kB | 26 kB | 45/429 kB | 28/65 kB | 40/920 kB Progress (5): 187 kB | 26 kB | 45/429 kB | 32/65 kB | 40/920 kB Progress (5): 187 kB | 26 kB | 45/429 kB | 32/65 kB | 49/920 kB Progress (5): 187 kB | 26 kB | 49/429 kB | 32/65 kB | 49/920 kB Progress (5): 187 kB | 26 kB | 49/429 kB | 36/65 kB | 49/920 kB Progress (5): 187 kB | 26 kB | 53/429 kB | 36/65 kB | 49/920 kB Progress (5): 187 kB | 26 kB | 53/429 kB | 36/65 kB | 57/920 kB Progress (5): 187 kB | 26 kB | 57/429 kB | 36/65 kB | 57/920 kB Progress (5): 187 kB | 26 kB | 57/429 kB | 40/65 kB | 57/920 kB Progress (5): 187 kB | 26 kB | 61/429 kB | 40/65 kB | 57/920 kB Progress (5): 187 kB | 26 kB | 61/429 kB | 40/65 kB | 65/920 kB Progress (5): 187 kB | 26 kB | 65/429 kB | 40/65 kB | 65/920 kB Progress (5): 187 kB | 26 kB | 65/429 kB | 45/65 kB | 65/920 kB Progress (5): 187 kB | 26 kB | 65/429 kB | 49/65 kB | 65/920 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.surefire.junit/1.3.0/org.eclipse.tycho.surefire.junit-1.3.0.jar (26 kB at 181 kB/s) Progress (4): 187 kB | 65/429 kB | 53/65 kB | 65/920 kB Progress (4): 187 kB | 65/429 kB | 53/65 kB | 73/920 kB Progress (4): 187 kB | 69/429 kB | 53/65 kB | 73/920 kB Progress (4): 187 kB | 69/429 kB | 53/65 kB | 81/920 kB Progress (4): 187 kB | 69/429 kB | 57/65 kB | 81/920 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.surefire.testng/1.3.0/org.eclipse.tycho.surefire.testng-1.3.0.jar Progress (4): 187 kB | 69/429 kB | 61/65 kB | 81/920 kB Progress (4): 187 kB | 73/429 kB | 61/65 kB | 81/920 kB Progress (4): 187 kB | 73/429 kB | 65/65 kB | 81/920 kB Progress (4): 187 kB | 77/429 kB | 65/65 kB | 81/920 kB Progress (4): 187 kB | 77/429 kB | 65/65 kB | 90/920 kB Progress (4): 187 kB | 81/429 kB | 65/65 kB | 90/920 kB Progress (4): 187 kB | 81/429 kB | 65/65 kB | 98/920 kB Progress (4): 187 kB | 81/429 kB | 65 kB | 98/920 kB Progress (4): 187 kB | 85/429 kB | 65 kB | 98/920 kB Progress (4): 187 kB | 90/429 kB | 65 kB | 98/920 kB Progress (4): 187 kB | 94/429 kB | 65 kB | 98/920 kB Progress (4): 187 kB | 94/429 kB | 65 kB | 106/920 kB Progress (4): 187 kB | 98/429 kB | 65 kB | 106/920 kB Progress (4): 187 kB | 98/429 kB | 65 kB | 114/920 kB Progress (4): 187 kB | 102/429 kB | 65 kB | 114/920 kB Progress (4): 187 kB | 106/429 kB | 65 kB | 114/920 kB Progress (4): 187 kB | 106/429 kB | 65 kB | 122/920 kB Progress (4): 187 kB | 110/429 kB | 65 kB | 122/920 kB Progress (4): 187 kB | 110/429 kB | 65 kB | 131/920 kB Progress (4): 187 kB | 114/429 kB | 65 kB | 131/920 kB Progress (4): 187 kB | 114/429 kB | 65 kB | 139/920 kB Progress (4): 187 kB | 118/429 kB | 65 kB | 139/920 kB Progress (4): 187 kB | 118/429 kB | 65 kB | 147/920 kB Progress (4): 187 kB | 122/429 kB | 65 kB | 147/920 kB Progress (4): 187 kB | 126/429 kB | 65 kB | 147/920 kB Progress (4): 187 kB | 131/429 kB | 65 kB | 147/920 kB Progress (4): 187 kB | 131/429 kB | 65 kB | 155/920 kB Progress (4): 187 kB | 135/429 kB | 65 kB | 155/920 kB Progress (4): 187 kB | 135/429 kB | 65 kB | 163/920 kB Progress (4): 187 kB | 139/429 kB | 65 kB | 163/920 kB Progress (4): 187 kB | 143/429 kB | 65 kB | 163/920 kB Progress (4): 187 kB | 147/429 kB | 65 kB | 163/920 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.surefire.junit47/1.3.0/org.eclipse.tycho.surefire.junit47-1.3.0.jar (187 kB at 1.2 MB/s) Progress (3): 151/429 kB | 65 kB | 163/920 kB Progress (3): 151/429 kB | 65 kB | 171/920 kB Progress (3): 155/429 kB | 65 kB | 171/920 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-api/2.22.0/surefire-api-2.22.0.jar Progress (3): 159/429 kB | 65 kB | 171/920 kB Progress (3): 159/429 kB | 65 kB | 180/920 kB Progress (3): 163/429 kB | 65 kB | 180/920 kB Progress (3): 167/429 kB | 65 kB | 180/920 kB Progress (3): 167/429 kB | 65 kB | 188/920 kB Progress (3): 171/429 kB | 65 kB | 188/920 kB Progress (3): 171/429 kB | 65 kB | 196/920 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.surefire.junit4/1.3.0/org.eclipse.tycho.surefire.junit4-1.3.0.jar (65 kB at 427 kB/s) Progress (3): 171/429 kB | 196/920 kB | 4.1/186 kB Progress (3): 176/429 kB | 196/920 kB | 4.1/186 kB Progress (3): 176/429 kB | 196/920 kB | 7.7/186 kB Progress (3): 176/429 kB | 204/920 kB | 7.7/186 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-logger-api/2.22.0/surefire-logger-api-2.22.0.jar Progress (3): 176/429 kB | 212/920 kB | 7.7/186 kB Progress (3): 176/429 kB | 212/920 kB | 12/186 kB Progress (3): 180/429 kB | 212/920 kB | 12/186 kB Progress (3): 180/429 kB | 212/920 kB | 16/186 kB Progress (3): 180/429 kB | 212/920 kB | 20/186 kB Progress (3): 180/429 kB | 221/920 kB | 20/186 kB Progress (3): 184/429 kB | 221/920 kB | 20/186 kB Progress (3): 184/429 kB | 229/920 kB | 20/186 kB Progress (4): 184/429 kB | 229/920 kB | 20/186 kB | 4.1/112 kB Progress (4): 184/429 kB | 229/920 kB | 24/186 kB | 4.1/112 kB Progress (4): 184/429 kB | 229/920 kB | 24/186 kB | 7.7/112 kB Progress (4): 188/429 kB | 229/920 kB | 24/186 kB | 7.7/112 kB Progress (4): 188/429 kB | 229/920 kB | 24/186 kB | 12/112 kB Progress (4): 188/429 kB | 237/920 kB | 24/186 kB | 12/112 kB Progress (5): 188/429 kB | 237/920 kB | 24/186 kB | 12/112 kB | 4.1/13 kB Progress (5): 188/429 kB | 237/920 kB | 28/186 kB | 12/112 kB | 4.1/13 kB Progress (5): 188/429 kB | 237/920 kB | 28/186 kB | 12/112 kB | 7.7/13 kB Progress (5): 188/429 kB | 245/920 kB | 28/186 kB | 12/112 kB | 7.7/13 kB Progress (5): 188/429 kB | 245/920 kB | 28/186 kB | 16/112 kB | 7.7/13 kB Progress (5): 192/429 kB | 245/920 kB | 28/186 kB | 16/112 kB | 7.7/13 kB Progress (5): 192/429 kB | 245/920 kB | 28/186 kB | 16/112 kB | 12/13 kB Progress (5): 192/429 kB | 245/920 kB | 32/186 kB | 16/112 kB | 12/13 kB Progress (5): 192/429 kB | 245/920 kB | 32/186 kB | 20/112 kB | 12/13 kB Progress (5): 192/429 kB | 245/920 kB | 32/186 kB | 20/112 kB | 13 kB Progress (5): 192/429 kB | 253/920 kB | 32/186 kB | 20/112 kB | 13 kB Progress (5): 196/429 kB | 253/920 kB | 32/186 kB | 20/112 kB | 13 kB Progress (5): 196/429 kB | 262/920 kB | 32/186 kB | 20/112 kB | 13 kB Progress (5): 196/429 kB | 262/920 kB | 36/186 kB | 20/112 kB | 13 kB Progress (5): 196/429 kB | 262/920 kB | 36/186 kB | 24/112 kB | 13 kB Progress (5): 196/429 kB | 262/920 kB | 40/186 kB | 24/112 kB | 13 kB Progress (5): 196/429 kB | 262/920 kB | 40/186 kB | 28/112 kB | 13 kB Progress (5): 200/429 kB | 262/920 kB | 40/186 kB | 28/112 kB | 13 kB Progress (5): 200/429 kB | 262/920 kB | 40/186 kB | 32/112 kB | 13 kB Progress (5): 200/429 kB | 270/920 kB | 40/186 kB | 32/112 kB | 13 kB Progress (5): 200/429 kB | 270/920 kB | 45/186 kB | 32/112 kB | 13 kB Progress (5): 200/429 kB | 278/920 kB | 45/186 kB | 32/112 kB | 13 kB Progress (5): 200/429 kB | 278/920 kB | 45/186 kB | 36/112 kB | 13 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-logger-api/2.22.0/surefire-logger-api-2.22.0.jar (13 kB at 64 kB/s) Progress (4): 204/429 kB | 278/920 kB | 45/186 kB | 36/112 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/maven-surefire-common/2.22.0/maven-surefire-common-2.22.0.jar Progress (4): 204/429 kB | 286/920 kB | 45/186 kB | 36/112 kB Progress (4): 204/429 kB | 286/920 kB | 45/186 kB | 40/112 kB Progress (4): 204/429 kB | 286/920 kB | 49/186 kB | 40/112 kB Progress (4): 204/429 kB | 286/920 kB | 49/186 kB | 45/112 kB Progress (4): 204/429 kB | 294/920 kB | 49/186 kB | 45/112 kB Progress (4): 208/429 kB | 294/920 kB | 49/186 kB | 45/112 kB Progress (4): 208/429 kB | 294/920 kB | 49/186 kB | 49/112 kB Progress (4): 212/429 kB | 294/920 kB | 49/186 kB | 49/112 kB Progress (4): 212/429 kB | 294/920 kB | 53/186 kB | 49/112 kB Progress (4): 212/429 kB | 303/920 kB | 53/186 kB | 49/112 kB Progress (4): 212/429 kB | 303/920 kB | 57/186 kB | 49/112 kB Progress (4): 212/429 kB | 311/920 kB | 57/186 kB | 49/112 kB Progress (4): 212/429 kB | 311/920 kB | 57/186 kB | 53/112 kB Progress (4): 217/429 kB | 311/920 kB | 57/186 kB | 53/112 kB Progress (4): 217/429 kB | 311/920 kB | 61/186 kB | 53/112 kB Progress (4): 221/429 kB | 311/920 kB | 61/186 kB | 53/112 kB Progress (4): 221/429 kB | 311/920 kB | 61/186 kB | 57/112 kB Progress (4): 225/429 kB | 311/920 kB | 61/186 kB | 57/112 kB Progress (5): 225/429 kB | 311/920 kB | 61/186 kB | 57/112 kB | 4.1/524 kB Progress (5): 225/429 kB | 319/920 kB | 61/186 kB | 57/112 kB | 4.1/524 kB Progress (5): 225/429 kB | 319/920 kB | 65/186 kB | 57/112 kB | 4.1/524 kB Progress (5): 225/429 kB | 327/920 kB | 65/186 kB | 57/112 kB | 4.1/524 kB Progress (5): 225/429 kB | 327/920 kB | 65/186 kB | 57/112 kB | 7.7/524 kB Progress (5): 229/429 kB | 327/920 kB | 65/186 kB | 57/112 kB | 7.7/524 kB Progress (5): 229/429 kB | 327/920 kB | 65/186 kB | 61/112 kB | 7.7/524 kB Progress (5): 229/429 kB | 327/920 kB | 69/186 kB | 61/112 kB | 7.7/524 kB Progress (5): 229/429 kB | 327/920 kB | 69/186 kB | 61/112 kB | 12/524 kB Progress (5): 233/429 kB | 327/920 kB | 69/186 kB | 61/112 kB | 12/524 kB Progress (5): 233/429 kB | 327/920 kB | 73/186 kB | 61/112 kB | 12/524 kB Progress (5): 233/429 kB | 327/920 kB | 73/186 kB | 65/112 kB | 12/524 kB Progress (5): 233/429 kB | 327/920 kB | 77/186 kB | 65/112 kB | 12/524 kB Progress (5): 237/429 kB | 327/920 kB | 77/186 kB | 65/112 kB | 12/524 kB Progress (5): 237/429 kB | 327/920 kB | 77/186 kB | 65/112 kB | 16/524 kB Progress (5): 237/429 kB | 327/920 kB | 77/186 kB | 69/112 kB | 16/524 kB Progress (5): 241/429 kB | 327/920 kB | 77/186 kB | 69/112 kB | 16/524 kB Progress (5): 241/429 kB | 327/920 kB | 81/186 kB | 69/112 kB | 16/524 kB Progress (5): 245/429 kB | 327/920 kB | 81/186 kB | 69/112 kB | 16/524 kB Progress (5): 245/429 kB | 327/920 kB | 81/186 kB | 73/112 kB | 16/524 kB Progress (5): 245/429 kB | 327/920 kB | 81/186 kB | 73/112 kB | 20/524 kB Progress (5): 245/429 kB | 327/920 kB | 85/186 kB | 73/112 kB | 20/524 kB Progress (5): 245/429 kB | 327/920 kB | 85/186 kB | 77/112 kB | 20/524 kB Progress (5): 245/429 kB | 327/920 kB | 90/186 kB | 77/112 kB | 20/524 kB Progress (5): 245/429 kB | 327/920 kB | 90/186 kB | 77/112 kB | 24/524 kB Progress (5): 249/429 kB | 327/920 kB | 90/186 kB | 77/112 kB | 24/524 kB Progress (5): 249/429 kB | 327/920 kB | 90/186 kB | 77/112 kB | 28/524 kB Progress (5): 249/429 kB | 327/920 kB | 94/186 kB | 77/112 kB | 28/524 kB Progress (5): 249/429 kB | 327/920 kB | 94/186 kB | 81/112 kB | 28/524 kB Progress (5): 249/429 kB | 327/920 kB | 98/186 kB | 81/112 kB | 28/524 kB Progress (5): 249/429 kB | 327/920 kB | 98/186 kB | 81/112 kB | 32/524 kB Progress (5): 253/429 kB | 327/920 kB | 98/186 kB | 81/112 kB | 32/524 kB Progress (5): 253/429 kB | 327/920 kB | 98/186 kB | 85/112 kB | 32/524 kB Progress (5): 253/429 kB | 327/920 kB | 102/186 kB | 85/112 kB | 32/524 kB Progress (5): 258/429 kB | 327/920 kB | 102/186 kB | 85/112 kB | 32/524 kB Progress (5): 258/429 kB | 327/920 kB | 106/186 kB | 85/112 kB | 32/524 kB Progress (5): 258/429 kB | 327/920 kB | 106/186 kB | 90/112 kB | 32/524 kB Progress (5): 258/429 kB | 327/920 kB | 110/186 kB | 90/112 kB | 32/524 kB Progress (5): 258/429 kB | 327/920 kB | 110/186 kB | 90/112 kB | 36/524 kB Progress (5): 262/429 kB | 327/920 kB | 110/186 kB | 90/112 kB | 36/524 kB Progress (5): 262/429 kB | 327/920 kB | 110/186 kB | 90/112 kB | 40/524 kB Progress (5): 262/429 kB | 327/920 kB | 114/186 kB | 90/112 kB | 40/524 kB Progress (5): 262/429 kB | 327/920 kB | 114/186 kB | 94/112 kB | 40/524 kB Progress (5): 266/429 kB | 327/920 kB | 114/186 kB | 94/112 kB | 40/524 kB Progress (5): 266/429 kB | 327/920 kB | 114/186 kB | 94/112 kB | 45/524 kB Progress (5): 266/429 kB | 327/920 kB | 118/186 kB | 94/112 kB | 45/524 kB Progress (5): 270/429 kB | 327/920 kB | 118/186 kB | 94/112 kB | 45/524 kB Progress (5): 270/429 kB | 327/920 kB | 118/186 kB | 98/112 kB | 45/524 kB Progress (5): 274/429 kB | 327/920 kB | 118/186 kB | 98/112 kB | 45/524 kB Progress (5): 274/429 kB | 327/920 kB | 122/186 kB | 98/112 kB | 45/524 kB Progress (5): 274/429 kB | 327/920 kB | 122/186 kB | 98/112 kB | 49/524 kB Progress (5): 274/429 kB | 327/920 kB | 122/186 kB | 102/112 kB | 49/524 kB Progress (5): 274/429 kB | 327/920 kB | 126/186 kB | 102/112 kB | 49/524 kB Progress (5): 278/429 kB | 327/920 kB | 126/186 kB | 102/112 kB | 49/524 kB Progress (5): 278/429 kB | 327/920 kB | 131/186 kB | 102/112 kB | 49/524 kB Progress (5): 278/429 kB | 327/920 kB | 131/186 kB | 106/112 kB | 49/524 kB Progress (5): 278/429 kB | 327/920 kB | 131/186 kB | 106/112 kB | 53/524 kB Progress (5): 282/429 kB | 327/920 kB | 131/186 kB | 106/112 kB | 53/524 kB Progress (5): 282/429 kB | 327/920 kB | 131/186 kB | 110/112 kB | 53/524 kB Progress (5): 286/429 kB | 327/920 kB | 131/186 kB | 110/112 kB | 53/524 kB Progress (5): 286/429 kB | 327/920 kB | 131/186 kB | 110/112 kB | 57/524 kB Progress (5): 286/429 kB | 327/920 kB | 135/186 kB | 110/112 kB | 57/524 kB Progress (5): 286/429 kB | 327/920 kB | 135/186 kB | 110/112 kB | 61/524 kB Progress (5): 290/429 kB | 327/920 kB | 135/186 kB | 110/112 kB | 61/524 kB Progress (5): 290/429 kB | 327/920 kB | 135/186 kB | 112 kB | 61/524 kB Progress (5): 294/429 kB | 327/920 kB | 135/186 kB | 112 kB | 61/524 kB Progress (5): 294/429 kB | 327/920 kB | 135/186 kB | 112 kB | 65/524 kB Progress (5): 294/429 kB | 327/920 kB | 139/186 kB | 112 kB | 65/524 kB Progress (5): 298/429 kB | 327/920 kB | 139/186 kB | 112 kB | 65/524 kB Progress (5): 298/429 kB | 327/920 kB | 143/186 kB | 112 kB | 65/524 kB Progress (5): 303/429 kB | 327/920 kB | 143/186 kB | 112 kB | 65/524 kB Progress (5): 303/429 kB | 327/920 kB | 147/186 kB | 112 kB | 65/524 kB Progress (5): 303/429 kB | 327/920 kB | 147/186 kB | 112 kB | 69/524 kB Progress (5): 307/429 kB | 327/920 kB | 147/186 kB | 112 kB | 69/524 kB Progress (5): 307/429 kB | 327/920 kB | 147/186 kB | 112 kB | 73/524 kB Progress (5): 307/429 kB | 327/920 kB | 151/186 kB | 112 kB | 73/524 kB Progress (5): 311/429 kB | 327/920 kB | 151/186 kB | 112 kB | 73/524 kB Progress (5): 311/429 kB | 327/920 kB | 155/186 kB | 112 kB | 73/524 kB Progress (5): 311/429 kB | 327/920 kB | 155/186 kB | 112 kB | 77/524 kB Progress (5): 311/429 kB | 327/920 kB | 159/186 kB | 112 kB | 77/524 kB Progress (5): 311/429 kB | 327/920 kB | 163/186 kB | 112 kB | 77/524 kB Progress (5): 311/429 kB | 327/920 kB | 167/186 kB | 112 kB | 77/524 kB Progress (5): 311/429 kB | 327/920 kB | 171/186 kB | 112 kB | 77/524 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.surefire.testng/1.3.0/org.eclipse.tycho.surefire.testng-1.3.0.jar (112 kB at 457 kB/s) Progress (4): 315/429 kB | 327/920 kB | 171/186 kB | 77/524 kB Progress (4): 315/429 kB | 327/920 kB | 171/186 kB | 81/524 kB Progress (4): 319/429 kB | 327/920 kB | 171/186 kB | 81/524 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-booter/2.22.0/surefire-booter-2.22.0.jar Progress (4): 319/429 kB | 327/920 kB | 176/186 kB | 81/524 kB Progress (4): 319/429 kB | 327/920 kB | 176/186 kB | 85/524 kB Progress (4): 323/429 kB | 327/920 kB | 176/186 kB | 85/524 kB Progress (4): 323/429 kB | 327/920 kB | 176/186 kB | 90/524 kB Progress (4): 323/429 kB | 327/920 kB | 180/186 kB | 90/524 kB Progress (4): 323/429 kB | 327/920 kB | 180/186 kB | 94/524 kB Progress (4): 327/429 kB | 327/920 kB | 180/186 kB | 94/524 kB Progress (4): 327/429 kB | 327/920 kB | 180/186 kB | 98/524 kB Progress (4): 327/429 kB | 327/920 kB | 184/186 kB | 98/524 kB Progress (4): 327/429 kB | 327/920 kB | 186 kB | 98/524 kB Progress (4): 331/429 kB | 327/920 kB | 186 kB | 98/524 kB Progress (5): 331/429 kB | 327/920 kB | 186 kB | 98/524 kB | 4.1/273 kB Progress (5): 335/429 kB | 327/920 kB | 186 kB | 98/524 kB | 4.1/273 kB Progress (5): 335/429 kB | 327/920 kB | 186 kB | 98/524 kB | 7.7/273 kB Progress (5): 335/429 kB | 327/920 kB | 186 kB | 102/524 kB | 7.7/273 kB Progress (5): 335/429 kB | 327/920 kB | 186 kB | 102/524 kB | 12/273 kB Progress (5): 339/429 kB | 327/920 kB | 186 kB | 102/524 kB | 12/273 kB Progress (5): 339/429 kB | 327/920 kB | 186 kB | 102/524 kB | 16/273 kB Progress (5): 339/429 kB | 327/920 kB | 186 kB | 106/524 kB | 16/273 kB Progress (5): 344/429 kB | 327/920 kB | 186 kB | 106/524 kB | 16/273 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-api/2.22.0/surefire-api-2.22.0.jar (186 kB at 621 kB/s) Progress (4): 344/429 kB | 327/920 kB | 110/524 kB | 16/273 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-descriptor/2.2.1/maven-plugin-descriptor-2.2.1.jar Progress (4): 348/429 kB | 327/920 kB | 110/524 kB | 16/273 kB Progress (4): 348/429 kB | 327/920 kB | 110/524 kB | 20/273 kB Progress (4): 352/429 kB | 327/920 kB | 110/524 kB | 20/273 kB Progress (4): 352/429 kB | 327/920 kB | 114/524 kB | 20/273 kB Progress (4): 356/429 kB | 327/920 kB | 114/524 kB | 20/273 kB Progress (4): 356/429 kB | 327/920 kB | 114/524 kB | 24/273 kB Progress (4): 360/429 kB | 327/920 kB | 114/524 kB | 24/273 kB Progress (4): 360/429 kB | 327/920 kB | 114/524 kB | 28/273 kB Progress (4): 360/429 kB | 327/920 kB | 114/524 kB | 32/273 kB Progress (4): 360/429 kB | 327/920 kB | 118/524 kB | 32/273 kB Progress (4): 364/429 kB | 327/920 kB | 118/524 kB | 32/273 kB Progress (4): 364/429 kB | 327/920 kB | 122/524 kB | 32/273 kB Progress (4): 364/429 kB | 327/920 kB | 122/524 kB | 36/273 kB Progress (4): 368/429 kB | 327/920 kB | 122/524 kB | 36/273 kB Progress (4): 368/429 kB | 327/920 kB | 122/524 kB | 40/273 kB Progress (4): 368/429 kB | 327/920 kB | 126/524 kB | 40/273 kB Progress (4): 368/429 kB | 327/920 kB | 126/524 kB | 45/273 kB Progress (4): 372/429 kB | 327/920 kB | 126/524 kB | 45/273 kB Progress (4): 372/429 kB | 327/920 kB | 126/524 kB | 49/273 kB Progress (4): 372/429 kB | 327/920 kB | 131/524 kB | 49/273 kB Progress (4): 376/429 kB | 327/920 kB | 131/524 kB | 49/273 kB Progress (4): 376/429 kB | 327/920 kB | 131/524 kB | 53/273 kB Progress (4): 376/429 kB | 327/920 kB | 131/524 kB | 57/273 kB Progress (4): 380/429 kB | 327/920 kB | 131/524 kB | 57/273 kB Progress (4): 380/429 kB | 327/920 kB | 135/524 kB | 57/273 kB Progress (4): 384/429 kB | 327/920 kB | 135/524 kB | 57/273 kB Progress (4): 384/429 kB | 327/920 kB | 135/524 kB | 61/273 kB Progress (4): 389/429 kB | 327/920 kB | 135/524 kB | 61/273 kB Progress (4): 389/429 kB | 327/920 kB | 139/524 kB | 61/273 kB Progress (4): 393/429 kB | 327/920 kB | 139/524 kB | 61/273 kB Progress (4): 393/429 kB | 327/920 kB | 139/524 kB | 65/273 kB Progress (4): 393/429 kB | 327/920 kB | 143/524 kB | 65/273 kB Progress (4): 393/429 kB | 327/920 kB | 147/524 kB | 65/273 kB Progress (4): 397/429 kB | 327/920 kB | 147/524 kB | 65/273 kB Progress (4): 397/429 kB | 327/920 kB | 147/524 kB | 69/273 kB Progress (4): 401/429 kB | 327/920 kB | 147/524 kB | 69/273 kB Progress (4): 401/429 kB | 327/920 kB | 147/524 kB | 73/273 kB Progress (4): 405/429 kB | 327/920 kB | 147/524 kB | 73/273 kB Progress (4): 405/429 kB | 327/920 kB | 147/524 kB | 77/273 kB Progress (4): 409/429 kB | 327/920 kB | 147/524 kB | 77/273 kB Progress (4): 409/429 kB | 327/920 kB | 151/524 kB | 77/273 kB Progress (4): 409/429 kB | 327/920 kB | 151/524 kB | 81/273 kB Progress (4): 409/429 kB | 327/920 kB | 155/524 kB | 81/273 kB Progress (4): 413/429 kB | 327/920 kB | 155/524 kB | 81/273 kB Progress (4): 413/429 kB | 327/920 kB | 159/524 kB | 81/273 kB Progress (4): 417/429 kB | 327/920 kB | 159/524 kB | 81/273 kB Progress (4): 417/429 kB | 327/920 kB | 163/524 kB | 81/273 kB Progress (4): 417/429 kB | 327/920 kB | 163/524 kB | 85/273 kB Progress (4): 421/429 kB | 327/920 kB | 163/524 kB | 85/273 kB Progress (4): 421/429 kB | 327/920 kB | 163/524 kB | 90/273 kB Progress (4): 425/429 kB | 327/920 kB | 163/524 kB | 90/273 kB Progress (4): 425/429 kB | 327/920 kB | 163/524 kB | 94/273 kB Progress (4): 429 kB | 327/920 kB | 163/524 kB | 94/273 kB Progress (4): 429 kB | 327/920 kB | 167/524 kB | 94/273 kB Progress (4): 429 kB | 327/920 kB | 167/524 kB | 98/273 kB Progress (4): 429 kB | 327/920 kB | 171/524 kB | 98/273 kB Progress (4): 429 kB | 327/920 kB | 176/524 kB | 98/273 kB Progress (4): 429 kB | 327/920 kB | 180/524 kB | 98/273 kB Progress (4): 429 kB | 327/920 kB | 180/524 kB | 102/273 kB Progress (4): 429 kB | 327/920 kB | 180/524 kB | 106/273 kB Progress (5): 429 kB | 327/920 kB | 180/524 kB | 106/273 kB | 4.1/39 kB Progress (5): 429 kB | 327/920 kB | 180/524 kB | 110/273 kB | 4.1/39 kB Progress (5): 429 kB | 327/920 kB | 184/524 kB | 110/273 kB | 4.1/39 kB Progress (5): 429 kB | 327/920 kB | 184/524 kB | 110/273 kB | 7.7/39 kB Progress (5): 429 kB | 327/920 kB | 188/524 kB | 110/273 kB | 7.7/39 kB Progress (5): 429 kB | 327/920 kB | 188/524 kB | 114/273 kB | 7.7/39 kB Progress (5): 429 kB | 327/920 kB | 192/524 kB | 114/273 kB | 7.7/39 kB Progress (5): 429 kB | 327/920 kB | 192/524 kB | 114/273 kB | 12/39 kB Progress (5): 429 kB | 327/920 kB | 196/524 kB | 114/273 kB | 12/39 kB Progress (5): 429 kB | 327/920 kB | 196/524 kB | 118/273 kB | 12/39 kB Progress (5): 429 kB | 327/920 kB | 196/524 kB | 118/273 kB | 16/39 kB Progress (5): 429 kB | 327/920 kB | 196/524 kB | 122/273 kB | 16/39 kB Progress (5): 429 kB | 327/920 kB | 196/524 kB | 126/273 kB | 16/39 kB Progress (5): 429 kB | 327/920 kB | 200/524 kB | 126/273 kB | 16/39 kB Progress (5): 429 kB | 327/920 kB | 200/524 kB | 126/273 kB | 20/39 kB Progress (5): 429 kB | 327/920 kB | 200/524 kB | 131/273 kB | 20/39 kB Progress (5): 429 kB | 327/920 kB | 200/524 kB | 131/273 kB | 24/39 kB Progress (5): 429 kB | 327/920 kB | 204/524 kB | 131/273 kB | 24/39 kB Progress (5): 429 kB | 327/920 kB | 204/524 kB | 131/273 kB | 28/39 kB Progress (5): 429 kB | 327/920 kB | 208/524 kB | 131/273 kB | 28/39 kB Progress (5): 429 kB | 327/920 kB | 208/524 kB | 131/273 kB | 32/39 kB Progress (5): 429 kB | 327/920 kB | 208/524 kB | 135/273 kB | 32/39 kB Progress (5): 429 kB | 327/920 kB | 212/524 kB | 135/273 kB | 32/39 kB Progress (5): 429 kB | 327/920 kB | 212/524 kB | 135/273 kB | 36/39 kB Progress (5): 429 kB | 327/920 kB | 212/524 kB | 139/273 kB | 36/39 kB Progress (5): 429 kB | 327/920 kB | 212/524 kB | 139/273 kB | 39 kB Progress (5): 429 kB | 327/920 kB | 212/524 kB | 143/273 kB | 39 kB Progress (5): 429 kB | 327/920 kB | 212/524 kB | 147/273 kB | 39 kB Progress (5): 429 kB | 327/920 kB | 217/524 kB | 147/273 kB | 39 kB Progress (5): 429 kB | 327/920 kB | 221/524 kB | 147/273 kB | 39 kB Progress (5): 429 kB | 327/920 kB | 225/524 kB | 147/273 kB | 39 kB Progress (5): 429 kB | 327/920 kB | 225/524 kB | 151/273 kB | 39 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-descriptor/2.2.1/maven-plugin-descriptor-2.2.1.jar (39 kB at 124 kB/s) Progress (4): 429 kB | 327/920 kB | 229/524 kB | 151/273 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-project/2.2.1/maven-project-2.2.1.jar Progress (4): 429 kB | 327/920 kB | 229/524 kB | 155/273 kB Progress (4): 429 kB | 327/920 kB | 229/524 kB | 159/273 kB Progress (4): 429 kB | 327/920 kB | 233/524 kB | 159/273 kB Progress (4): 429 kB | 327/920 kB | 233/524 kB | 163/273 kB Progress (4): 429 kB | 327/920 kB | 237/524 kB | 163/273 kB Progress (4): 429 kB | 327/920 kB | 241/524 kB | 163/273 kB Progress (4): 429 kB | 327/920 kB | 245/524 kB | 163/273 kB Progress (4): 429 kB | 327/920 kB | 245/524 kB | 167/273 kB Progress (4): 429 kB | 327/920 kB | 245/524 kB | 171/273 kB Progress (4): 429 kB | 327/920 kB | 245/524 kB | 176/273 kB Progress (4): 429 kB | 327/920 kB | 245/524 kB | 180/273 kB Progress (4): 429 kB | 327/920 kB | 249/524 kB | 180/273 kB Progress (5): 429 kB | 327/920 kB | 249/524 kB | 180/273 kB | 4.1/156 kB Progress (5): 429 kB | 327/920 kB | 253/524 kB | 180/273 kB | 4.1/156 kB Progress (5): 429 kB | 327/920 kB | 253/524 kB | 180/273 kB | 7.7/156 kB Progress (5): 429 kB | 327/920 kB | 253/524 kB | 184/273 kB | 7.7/156 kB Progress (5): 429 kB | 327/920 kB | 253/524 kB | 184/273 kB | 12/156 kB Progress (5): 429 kB | 327/920 kB | 258/524 kB | 184/273 kB | 12/156 kB Progress (5): 429 kB | 327/920 kB | 262/524 kB | 184/273 kB | 12/156 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.surefire.junit5/1.3.0/org.eclipse.tycho.surefire.junit5-1.3.0.jar (429 kB at 1.3 MB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-profile/2.2.1/maven-profile-2.2.1.jar Progress (4): 327/920 kB | 262/524 kB | 184/273 kB | 16/156 kB Progress (4): 327/920 kB | 262/524 kB | 188/273 kB | 16/156 kB Progress (4): 327/920 kB | 266/524 kB | 188/273 kB | 16/156 kB Progress (4): 335/920 kB | 266/524 kB | 188/273 kB | 16/156 kB Progress (4): 335/920 kB | 270/524 kB | 188/273 kB | 16/156 kB Progress (4): 335/920 kB | 270/524 kB | 192/273 kB | 16/156 kB Progress (4): 335/920 kB | 274/524 kB | 192/273 kB | 16/156 kB Progress (4): 344/920 kB | 274/524 kB | 192/273 kB | 16/156 kB Progress (4): 344/920 kB | 274/524 kB | 192/273 kB | 20/156 kB Progress (4): 344/920 kB | 278/524 kB | 192/273 kB | 20/156 kB Progress (4): 344/920 kB | 278/524 kB | 196/273 kB | 20/156 kB Progress (4): 352/920 kB | 278/524 kB | 196/273 kB | 20/156 kB Progress (5): 352/920 kB | 278/524 kB | 196/273 kB | 20/156 kB | 4.1/35 kB Progress (5): 352/920 kB | 278/524 kB | 196/273 kB | 24/156 kB | 4.1/35 kB Progress (5): 352/920 kB | 278/524 kB | 196/273 kB | 24/156 kB | 7.7/35 kB Progress (5): 360/920 kB | 278/524 kB | 196/273 kB | 24/156 kB | 7.7/35 kB Progress (5): 360/920 kB | 278/524 kB | 200/273 kB | 24/156 kB | 7.7/35 kB Progress (5): 360/920 kB | 278/524 kB | 200/273 kB | 24/156 kB | 12/35 kB Progress (5): 360/920 kB | 282/524 kB | 200/273 kB | 24/156 kB | 12/35 kB Progress (5): 360/920 kB | 282/524 kB | 200/273 kB | 28/156 kB | 12/35 kB Progress (5): 360/920 kB | 286/524 kB | 200/273 kB | 28/156 kB | 12/35 kB Progress (5): 368/920 kB | 286/524 kB | 200/273 kB | 28/156 kB | 12/35 kB Progress (5): 368/920 kB | 286/524 kB | 200/273 kB | 28/156 kB | 16/35 kB Progress (5): 368/920 kB | 286/524 kB | 204/273 kB | 28/156 kB | 16/35 kB Progress (5): 376/920 kB | 286/524 kB | 204/273 kB | 28/156 kB | 16/35 kB Progress (5): 376/920 kB | 290/524 kB | 204/273 kB | 28/156 kB | 16/35 kB Progress (5): 376/920 kB | 290/524 kB | 204/273 kB | 32/156 kB | 16/35 kB Progress (5): 376/920 kB | 294/524 kB | 204/273 kB | 32/156 kB | 16/35 kB Progress (5): 376/920 kB | 294/524 kB | 204/273 kB | 32/156 kB | 20/35 kB Progress (5): 376/920 kB | 294/524 kB | 208/273 kB | 32/156 kB | 20/35 kB Progress (5): 376/920 kB | 294/524 kB | 208/273 kB | 36/156 kB | 20/35 kB Progress (5): 376/920 kB | 294/524 kB | 208/273 kB | 36/156 kB | 24/35 kB Progress (5): 384/920 kB | 294/524 kB | 208/273 kB | 36/156 kB | 24/35 kB Progress (5): 384/920 kB | 298/524 kB | 208/273 kB | 36/156 kB | 24/35 kB Progress (5): 384/920 kB | 298/524 kB | 208/273 kB | 36/156 kB | 28/35 kB Progress (5): 384/920 kB | 298/524 kB | 208/273 kB | 40/156 kB | 28/35 kB Progress (5): 384/920 kB | 298/524 kB | 212/273 kB | 40/156 kB | 28/35 kB Progress (5): 384/920 kB | 298/524 kB | 212/273 kB | 45/156 kB | 28/35 kB Progress (5): 384/920 kB | 298/524 kB | 212/273 kB | 45/156 kB | 32/35 kB Progress (5): 384/920 kB | 303/524 kB | 212/273 kB | 45/156 kB | 32/35 kB Progress (5): 393/920 kB | 303/524 kB | 212/273 kB | 45/156 kB | 32/35 kB Progress (5): 393/920 kB | 307/524 kB | 212/273 kB | 45/156 kB | 32/35 kB Progress (5): 393/920 kB | 307/524 kB | 217/273 kB | 45/156 kB | 32/35 kB Progress (5): 393/920 kB | 307/524 kB | 217/273 kB | 45/156 kB | 35 kB Progress (5): 393/920 kB | 307/524 kB | 217/273 kB | 49/156 kB | 35 kB Progress (5): 401/920 kB | 307/524 kB | 217/273 kB | 49/156 kB | 35 kB Progress (5): 401/920 kB | 307/524 kB | 221/273 kB | 49/156 kB | 35 kB Progress (5): 401/920 kB | 311/524 kB | 221/273 kB | 49/156 kB | 35 kB Progress (5): 401/920 kB | 311/524 kB | 221/273 kB | 53/156 kB | 35 kB Progress (5): 401/920 kB | 311/524 kB | 225/273 kB | 53/156 kB | 35 kB Progress (5): 409/920 kB | 311/524 kB | 225/273 kB | 53/156 kB | 35 kB Progress (5): 409/920 kB | 311/524 kB | 229/273 kB | 53/156 kB | 35 kB Progress (5): 409/920 kB | 311/524 kB | 229/273 kB | 57/156 kB | 35 kB Progress (5): 409/920 kB | 315/524 kB | 229/273 kB | 57/156 kB | 35 kB Progress (5): 417/920 kB | 315/524 kB | 229/273 kB | 57/156 kB | 35 kB Progress (5): 417/920 kB | 315/524 kB | 229/273 kB | 61/156 kB | 35 kB Progress (5): 425/920 kB | 315/524 kB | 229/273 kB | 61/156 kB | 35 kB Progress (5): 425/920 kB | 319/524 kB | 229/273 kB | 61/156 kB | 35 kB Progress (5): 425/920 kB | 319/524 kB | 233/273 kB | 61/156 kB | 35 kB Progress (5): 425/920 kB | 323/524 kB | 233/273 kB | 61/156 kB | 35 kB Progress (5): 425/920 kB | 323/524 kB | 233/273 kB | 65/156 kB | 35 kB Progress (5): 425/920 kB | 327/524 kB | 233/273 kB | 65/156 kB | 35 kB Progress (5): 434/920 kB | 327/524 kB | 233/273 kB | 65/156 kB | 35 kB Progress (5): 434/920 kB | 327/524 kB | 237/273 kB | 65/156 kB | 35 kB Progress (5): 434/920 kB | 327/524 kB | 237/273 kB | 69/156 kB | 35 kB Progress (5): 442/920 kB | 327/524 kB | 237/273 kB | 69/156 kB | 35 kB Progress (5): 442/920 kB | 327/524 kB | 237/273 kB | 73/156 kB | 35 kB Progress (5): 442/920 kB | 327/524 kB | 241/273 kB | 73/156 kB | 35 kB Progress (5): 442/920 kB | 327/524 kB | 241/273 kB | 77/156 kB | 35 kB Progress (5): 442/920 kB | 331/524 kB | 241/273 kB | 77/156 kB | 35 kB Progress (5): 450/920 kB | 331/524 kB | 241/273 kB | 77/156 kB | 35 kB Progress (5): 450/920 kB | 331/524 kB | 241/273 kB | 81/156 kB | 35 kB Progress (5): 450/920 kB | 331/524 kB | 245/273 kB | 81/156 kB | 35 kB Progress (5): 458/920 kB | 331/524 kB | 245/273 kB | 81/156 kB | 35 kB Progress (5): 458/920 kB | 335/524 kB | 245/273 kB | 81/156 kB | 35 kB Progress (5): 458/920 kB | 335/524 kB | 245/273 kB | 85/156 kB | 35 kB Progress (5): 458/920 kB | 335/524 kB | 249/273 kB | 85/156 kB | 35 kB Progress (5): 458/920 kB | 339/524 kB | 249/273 kB | 85/156 kB | 35 kB Progress (5): 458/920 kB | 339/524 kB | 253/273 kB | 85/156 kB | 35 kB Progress (5): 466/920 kB | 339/524 kB | 253/273 kB | 85/156 kB | 35 kB Progress (5): 466/920 kB | 339/524 kB | 253/273 kB | 90/156 kB | 35 kB Progress (5): 475/920 kB | 339/524 kB | 253/273 kB | 90/156 kB | 35 kB Progress (5): 475/920 kB | 339/524 kB | 258/273 kB | 90/156 kB | 35 kB Progress (5): 475/920 kB | 344/524 kB | 258/273 kB | 90/156 kB | 35 kB Progress (5): 475/920 kB | 344/524 kB | 262/273 kB | 90/156 kB | 35 kB Progress (5): 475/920 kB | 344/524 kB | 262/273 kB | 94/156 kB | 35 kB Progress (5): 483/920 kB | 344/524 kB | 262/273 kB | 94/156 kB | 35 kB Progress (5): 483/920 kB | 344/524 kB | 266/273 kB | 94/156 kB | 35 kB Progress (5): 483/920 kB | 344/524 kB | 266/273 kB | 98/156 kB | 35 kB Progress (5): 483/920 kB | 348/524 kB | 266/273 kB | 98/156 kB | 35 kB Progress (5): 483/920 kB | 348/524 kB | 270/273 kB | 98/156 kB | 35 kB Progress (5): 491/920 kB | 348/524 kB | 270/273 kB | 98/156 kB | 35 kB Progress (5): 491/920 kB | 348/524 kB | 270/273 kB | 102/156 kB | 35 kB Progress (5): 491/920 kB | 348/524 kB | 273 kB | 102/156 kB | 35 kB Progress (5): 491/920 kB | 352/524 kB | 273 kB | 102/156 kB | 35 kB Progress (5): 499/920 kB | 352/524 kB | 273 kB | 102/156 kB | 35 kB Progress (5): 499/920 kB | 352/524 kB | 273 kB | 106/156 kB | 35 kB Progress (5): 507/920 kB | 352/524 kB | 273 kB | 106/156 kB | 35 kB Progress (5): 507/920 kB | 356/524 kB | 273 kB | 106/156 kB | 35 kB Progress (5): 507/920 kB | 356/524 kB | 273 kB | 110/156 kB | 35 kB Progress (5): 507/920 kB | 360/524 kB | 273 kB | 110/156 kB | 35 kB Progress (5): 516/920 kB | 360/524 kB | 273 kB | 110/156 kB | 35 kB Progress (5): 516/920 kB | 360/524 kB | 273 kB | 114/156 kB | 35 kB Progress (5): 524/920 kB | 360/524 kB | 273 kB | 114/156 kB | 35 kB Progress (5): 524/920 kB | 364/524 kB | 273 kB | 114/156 kB | 35 kB Progress (5): 524/920 kB | 364/524 kB | 273 kB | 118/156 kB | 35 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-booter/2.22.0/surefire-booter-2.22.0.jar (273 kB at 657 kB/s) Progress (4): 524/920 kB | 364/524 kB | 122/156 kB | 35 kB Progress (4): 532/920 kB | 364/524 kB | 122/156 kB | 35 kB Progress (4): 532/920 kB | 368/524 kB | 122/156 kB | 35 kB Progress (4): 540/920 kB | 368/524 kB | 122/156 kB | 35 kB Progress (4): 540/920 kB | 368/524 kB | 126/156 kB | 35 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact-manager/2.2.1/maven-artifact-manager-2.2.1.jar Progress (4): 540/920 kB | 368/524 kB | 131/156 kB | 35 kB Progress (4): 540/920 kB | 372/524 kB | 131/156 kB | 35 kB Progress (4): 548/920 kB | 372/524 kB | 131/156 kB | 35 kB Progress (4): 548/920 kB | 376/524 kB | 131/156 kB | 35 kB Progress (4): 548/920 kB | 376/524 kB | 135/156 kB | 35 kB Progress (4): 557/920 kB | 376/524 kB | 135/156 kB | 35 kB Progress (4): 557/920 kB | 376/524 kB | 139/156 kB | 35 kB Progress (4): 557/920 kB | 376/524 kB | 143/156 kB | 35 kB Progress (4): 557/920 kB | 376/524 kB | 147/156 kB | 35 kB Progress (4): 557/920 kB | 380/524 kB | 147/156 kB | 35 kB Progress (4): 557/920 kB | 384/524 kB | 147/156 kB | 35 kB Progress (4): 557/920 kB | 389/524 kB | 147/156 kB | 35 kB Progress (4): 557/920 kB | 393/524 kB | 147/156 kB | 35 kB Progress (4): 557/920 kB | 397/524 kB | 147/156 kB | 35 kB Progress (4): 557/920 kB | 401/524 kB | 147/156 kB | 35 kB Progress (4): 557/920 kB | 405/524 kB | 147/156 kB | 35 kB Progress (4): 557/920 kB | 409/524 kB | 147/156 kB | 35 kB Progress (4): 557/920 kB | 409/524 kB | 151/156 kB | 35 kB Progress (4): 565/920 kB | 409/524 kB | 151/156 kB | 35 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-profile/2.2.1/maven-profile-2.2.1.jar (35 kB at 72 kB/s) Progress (4): 565/920 kB | 409/524 kB | 151/156 kB | 4.1/68 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/backport-util-concurrent/backport-util-concurrent/3.1/backport-util-concurrent-3.1.jar Progress (4): 565/920 kB | 413/524 kB | 151/156 kB | 4.1/68 kB Progress (4): 573/920 kB | 413/524 kB | 151/156 kB | 4.1/68 kB Progress (4): 573/920 kB | 413/524 kB | 155/156 kB | 4.1/68 kB Progress (4): 573/920 kB | 417/524 kB | 155/156 kB | 4.1/68 kB Progress (4): 573/920 kB | 417/524 kB | 155/156 kB | 7.7/68 kB Progress (4): 581/920 kB | 417/524 kB | 155/156 kB | 7.7/68 kB Progress (4): 581/920 kB | 421/524 kB | 155/156 kB | 7.7/68 kB Progress (4): 581/920 kB | 421/524 kB | 156 kB | 7.7/68 kB Progress (4): 581/920 kB | 425/524 kB | 156 kB | 7.7/68 kB Progress (4): 589/920 kB | 425/524 kB | 156 kB | 7.7/68 kB Progress (4): 589/920 kB | 425/524 kB | 156 kB | 12/68 kB Progress (4): 589/920 kB | 430/524 kB | 156 kB | 12/68 kB Progress (4): 589/920 kB | 430/524 kB | 156 kB | 16/68 kB Progress (4): 597/920 kB | 430/524 kB | 156 kB | 16/68 kB Progress (4): 597/920 kB | 434/524 kB | 156 kB | 16/68 kB Progress (5): 597/920 kB | 434/524 kB | 156 kB | 16/68 kB | 4.1/332 kB Progress (5): 597/920 kB | 438/524 kB | 156 kB | 16/68 kB | 4.1/332 kB Progress (5): 606/920 kB | 438/524 kB | 156 kB | 16/68 kB | 4.1/332 kB Progress (5): 606/920 kB | 442/524 kB | 156 kB | 16/68 kB | 4.1/332 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-project/2.2.1/maven-project-2.2.1.jar (156 kB at 312 kB/s) Progress (4): 606/920 kB | 442/524 kB | 16/68 kB | 7.7/332 kB Progress (4): 606/920 kB | 442/524 kB | 20/68 kB | 7.7/332 kB Progress (4): 606/920 kB | 446/524 kB | 20/68 kB | 7.7/332 kB Progress (4): 606/920 kB | 446/524 kB | 20/68 kB | 12/332 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-registry/2.2.1/maven-plugin-registry-2.2.1.jar Progress (4): 614/920 kB | 446/524 kB | 20/68 kB | 12/332 kB Progress (4): 614/920 kB | 446/524 kB | 20/68 kB | 16/332 kB Progress (4): 614/920 kB | 450/524 kB | 20/68 kB | 16/332 kB Progress (4): 614/920 kB | 450/524 kB | 24/68 kB | 16/332 kB Progress (4): 614/920 kB | 454/524 kB | 24/68 kB | 16/332 kB Progress (4): 614/920 kB | 454/524 kB | 24/68 kB | 20/332 kB Progress (4): 622/920 kB | 454/524 kB | 24/68 kB | 20/332 kB Progress (4): 622/920 kB | 454/524 kB | 24/68 kB | 24/332 kB Progress (4): 622/920 kB | 458/524 kB | 24/68 kB | 24/332 kB Progress (4): 622/920 kB | 458/524 kB | 28/68 kB | 24/332 kB Progress (4): 630/920 kB | 458/524 kB | 28/68 kB | 24/332 kB Progress (4): 630/920 kB | 458/524 kB | 28/68 kB | 28/332 kB Progress (4): 638/920 kB | 458/524 kB | 28/68 kB | 28/332 kB Progress (5): 638/920 kB | 458/524 kB | 28/68 kB | 28/332 kB | 4.1/30 kB Progress (5): 638/920 kB | 458/524 kB | 32/68 kB | 28/332 kB | 4.1/30 kB Progress (5): 638/920 kB | 458/524 kB | 32/68 kB | 28/332 kB | 7.7/30 kB Progress (5): 638/920 kB | 462/524 kB | 32/68 kB | 28/332 kB | 7.7/30 kB Progress (5): 638/920 kB | 462/524 kB | 32/68 kB | 32/332 kB | 7.7/30 kB Progress (5): 638/920 kB | 466/524 kB | 32/68 kB | 32/332 kB | 7.7/30 kB Progress (5): 638/920 kB | 466/524 kB | 36/68 kB | 32/332 kB | 7.7/30 kB Progress (5): 638/920 kB | 466/524 kB | 36/68 kB | 32/332 kB | 12/30 kB Progress (5): 647/920 kB | 466/524 kB | 36/68 kB | 32/332 kB | 12/30 kB Progress (5): 647/920 kB | 466/524 kB | 36/68 kB | 32/332 kB | 16/30 kB Progress (5): 647/920 kB | 466/524 kB | 36/68 kB | 36/332 kB | 16/30 kB Progress (5): 647/920 kB | 466/524 kB | 40/68 kB | 36/332 kB | 16/30 kB Progress (5): 647/920 kB | 471/524 kB | 40/68 kB | 36/332 kB | 16/30 kB Progress (5): 647/920 kB | 471/524 kB | 45/68 kB | 36/332 kB | 16/30 kB Progress (5): 647/920 kB | 471/524 kB | 45/68 kB | 36/332 kB | 20/30 kB Progress (5): 647/920 kB | 471/524 kB | 45/68 kB | 40/332 kB | 20/30 kB Progress (5): 655/920 kB | 471/524 kB | 45/68 kB | 40/332 kB | 20/30 kB Progress (5): 655/920 kB | 471/524 kB | 45/68 kB | 45/332 kB | 20/30 kB Progress (5): 655/920 kB | 471/524 kB | 45/68 kB | 45/332 kB | 24/30 kB Progress (5): 655/920 kB | 471/524 kB | 49/68 kB | 45/332 kB | 24/30 kB Progress (5): 655/920 kB | 475/524 kB | 49/68 kB | 45/332 kB | 24/30 kB Progress (5): 663/920 kB | 475/524 kB | 49/68 kB | 45/332 kB | 24/30 kB Progress (5): 663/920 kB | 475/524 kB | 49/68 kB | 45/332 kB | 28/30 kB Progress (5): 663/920 kB | 475/524 kB | 49/68 kB | 49/332 kB | 28/30 kB Progress (5): 663/920 kB | 475/524 kB | 49/68 kB | 49/332 kB | 30 kB Progress (5): 663/920 kB | 475/524 kB | 53/68 kB | 49/332 kB | 30 kB Progress (5): 671/920 kB | 475/524 kB | 53/68 kB | 49/332 kB | 30 kB Progress (5): 671/920 kB | 475/524 kB | 57/68 kB | 49/332 kB | 30 kB Progress (5): 671/920 kB | 479/524 kB | 57/68 kB | 49/332 kB | 30 kB Progress (5): 671/920 kB | 479/524 kB | 61/68 kB | 49/332 kB | 30 kB Progress (5): 671/920 kB | 479/524 kB | 61/68 kB | 53/332 kB | 30 kB Progress (5): 671/920 kB | 479/524 kB | 65/68 kB | 53/332 kB | 30 kB Progress (5): 679/920 kB | 479/524 kB | 65/68 kB | 53/332 kB | 30 kB Progress (5): 679/920 kB | 483/524 kB | 65/68 kB | 53/332 kB | 30 kB Progress (5): 688/920 kB | 483/524 kB | 65/68 kB | 53/332 kB | 30 kB Progress (5): 688/920 kB | 483/524 kB | 68 kB | 53/332 kB | 30 kB Progress (5): 688/920 kB | 483/524 kB | 68 kB | 57/332 kB | 30 kB Progress (5): 688/920 kB | 487/524 kB | 68 kB | 57/332 kB | 30 kB Progress (5): 688/920 kB | 487/524 kB | 68 kB | 61/332 kB | 30 kB Progress (5): 688/920 kB | 491/524 kB | 68 kB | 61/332 kB | 30 kB Progress (5): 696/920 kB | 491/524 kB | 68 kB | 61/332 kB | 30 kB Progress (5): 696/920 kB | 491/524 kB | 68 kB | 65/332 kB | 30 kB Progress (5): 704/920 kB | 491/524 kB | 68 kB | 65/332 kB | 30 kB Progress (5): 704/920 kB | 495/524 kB | 68 kB | 65/332 kB | 30 kB Progress (5): 704/920 kB | 495/524 kB | 68 kB | 69/332 kB | 30 kB Progress (5): 712/920 kB | 495/524 kB | 68 kB | 69/332 kB | 30 kB Progress (5): 712/920 kB | 499/524 kB | 68 kB | 69/332 kB | 30 kB Progress (5): 720/920 kB | 499/524 kB | 68 kB | 69/332 kB | 30 kB Progress (5): 720/920 kB | 499/524 kB | 68 kB | 73/332 kB | 30 kB Progress (5): 720/920 kB | 503/524 kB | 68 kB | 73/332 kB | 30 kB Progress (5): 720/920 kB | 503/524 kB | 68 kB | 77/332 kB | 30 kB Progress (5): 729/920 kB | 503/524 kB | 68 kB | 77/332 kB | 30 kB Progress (5): 729/920 kB | 507/524 kB | 68 kB | 77/332 kB | 30 kB Progress (5): 737/920 kB | 507/524 kB | 68 kB | 77/332 kB | 30 kB Progress (5): 737/920 kB | 507/524 kB | 68 kB | 81/332 kB | 30 kB Progress (5): 737/920 kB | 511/524 kB | 68 kB | 81/332 kB | 30 kB Progress (5): 737/920 kB | 511/524 kB | 68 kB | 85/332 kB | 30 kB Progress (5): 745/920 kB | 511/524 kB | 68 kB | 85/332 kB | 30 kB Progress (5): 745/920 kB | 511/524 kB | 68 kB | 90/332 kB | 30 kB Progress (5): 745/920 kB | 516/524 kB | 68 kB | 90/332 kB | 30 kB Progress (5): 745/920 kB | 516/524 kB | 68 kB | 94/332 kB | 30 kB Progress (5): 753/920 kB | 516/524 kB | 68 kB | 94/332 kB | 30 kB Progress (5): 753/920 kB | 516/524 kB | 68 kB | 98/332 kB | 30 kB Progress (5): 753/920 kB | 520/524 kB | 68 kB | 98/332 kB | 30 kB Progress (5): 753/920 kB | 524/524 kB | 68 kB | 98/332 kB | 30 kB Progress (5): 761/920 kB | 524/524 kB | 68 kB | 98/332 kB | 30 kB Progress (5): 761/920 kB | 524 kB | 68 kB | 98/332 kB | 30 kB Progress (5): 761/920 kB | 524 kB | 68 kB | 102/332 kB | 30 kB Progress (5): 770/920 kB | 524 kB | 68 kB | 102/332 kB | 30 kB Progress (5): 770/920 kB | 524 kB | 68 kB | 106/332 kB | 30 kB Progress (5): 770/920 kB | 524 kB | 68 kB | 110/332 kB | 30 kB Progress (5): 770/920 kB | 524 kB | 68 kB | 114/332 kB | 30 kB Progress (5): 778/920 kB | 524 kB | 68 kB | 114/332 kB | 30 kB Progress (5): 786/920 kB | 524 kB | 68 kB | 114/332 kB | 30 kB Progress (5): 786/920 kB | 524 kB | 68 kB | 118/332 kB | 30 kB Progress (5): 786/920 kB | 524 kB | 68 kB | 122/332 kB | 30 kB Progress (5): 786/920 kB | 524 kB | 68 kB | 126/332 kB | 30 kB Progress (5): 794/920 kB | 524 kB | 68 kB | 126/332 kB | 30 kB Progress (5): 794/920 kB | 524 kB | 68 kB | 131/332 kB | 30 kB Progress (5): 802/920 kB | 524 kB | 68 kB | 131/332 kB | 30 kB Progress (5): 802/920 kB | 524 kB | 68 kB | 135/332 kB | 30 kB Progress (5): 810/920 kB | 524 kB | 68 kB | 135/332 kB | 30 kB Progress (5): 810/920 kB | 524 kB | 68 kB | 139/332 kB | 30 kB Progress (5): 819/920 kB | 524 kB | 68 kB | 139/332 kB | 30 kB Progress (5): 819/920 kB | 524 kB | 68 kB | 143/332 kB | 30 kB Progress (5): 819/920 kB | 524 kB | 68 kB | 147/332 kB | 30 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-registry/2.2.1/maven-plugin-registry-2.2.1.jar (30 kB at 57 kB/s) Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/maven-surefire-common/2.22.0/maven-surefire-common-2.22.0.jar (524 kB at 1.0 MB/s) Progress (3): 827/920 kB | 68 kB | 147/332 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-java/0.9.8/plexus-java-0.9.8.jar Progress (3): 827/920 kB | 68 kB | 151/332 kB Progress (3): 835/920 kB | 68 kB | 151/332 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-toolchain/2.2.1/maven-toolchain-2.2.1.jar Progress (3): 835/920 kB | 68 kB | 155/332 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact-manager/2.2.1/maven-artifact-manager-2.2.1.jar (68 kB at 114 kB/s) Progress (2): 835/920 kB | 159/332 kB Progress (2): 843/920 kB | 159/332 kB Progress (2): 843/920 kB | 163/332 kB Progress (2): 851/920 kB | 163/332 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm/6.1.1/asm-6.1.1.jar Progress (2): 851/920 kB | 167/332 kB Progress (2): 860/920 kB | 167/332 kB Progress (2): 860/920 kB | 171/332 kB Progress (3): 860/920 kB | 171/332 kB | 4.1/38 kB Progress (3): 860/920 kB | 176/332 kB | 4.1/38 kB Progress (3): 868/920 kB | 176/332 kB | 4.1/38 kB Progress (3): 868/920 kB | 180/332 kB | 4.1/38 kB Progress (3): 868/920 kB | 180/332 kB | 7.7/38 kB Progress (3): 868/920 kB | 180/332 kB | 12/38 kB Progress (3): 868/920 kB | 180/332 kB | 16/38 kB Progress (3): 876/920 kB | 180/332 kB | 16/38 kB Progress (3): 876/920 kB | 184/332 kB | 16/38 kB Progress (3): 884/920 kB | 184/332 kB | 16/38 kB Progress (3): 884/920 kB | 188/332 kB | 16/38 kB Progress (3): 884/920 kB | 188/332 kB | 20/38 kB Progress (3): 884/920 kB | 192/332 kB | 20/38 kB Progress (3): 884/920 kB | 192/332 kB | 24/38 kB Progress (3): 892/920 kB | 192/332 kB | 24/38 kB Progress (3): 892/920 kB | 196/332 kB | 24/38 kB Progress (3): 901/920 kB | 196/332 kB | 24/38 kB Progress (3): 901/920 kB | 196/332 kB | 28/38 kB Progress (3): 901/920 kB | 196/332 kB | 32/38 kB Progress (3): 901/920 kB | 200/332 kB | 32/38 kB Progress (3): 909/920 kB | 200/332 kB | 32/38 kB Progress (3): 909/920 kB | 200/332 kB | 36/38 kB Progress (3): 917/920 kB | 200/332 kB | 36/38 kB Progress (3): 917/920 kB | 204/332 kB | 36/38 kB Progress (3): 917/920 kB | 204/332 kB | 38 kB Progress (3): 917/920 kB | 208/332 kB | 38 kB Progress (3): 920 kB | 208/332 kB | 38 kB Progress (3): 920 kB | 212/332 kB | 38 kB Progress (3): 920 kB | 217/332 kB | 38 kB Progress (3): 920 kB | 221/332 kB | 38 kB Progress (4): 920 kB | 221/332 kB | 38 kB | 4.1/35 kB Progress (5): 920 kB | 221/332 kB | 38 kB | 4.1/35 kB | 4.1/108 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-toolchain/2.2.1/maven-toolchain-2.2.1.jar (38 kB at 62 kB/s) Progress (4): 920 kB | 225/332 kB | 4.1/35 kB | 4.1/108 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/thoughtworks/qdox/qdox/2.0-M7/qdox-2.0-M7.jar Progress (4): 920 kB | 225/332 kB | 4.1/35 kB | 7.7/108 kB Progress (4): 920 kB | 225/332 kB | 7.7/35 kB | 7.7/108 kB Progress (4): 920 kB | 225/332 kB | 7.7/35 kB | 12/108 kB Progress (4): 920 kB | 229/332 kB | 7.7/35 kB | 12/108 kB Progress (4): 920 kB | 229/332 kB | 7.7/35 kB | 16/108 kB Progress (4): 920 kB | 229/332 kB | 12/35 kB | 16/108 kB Progress (4): 920 kB | 229/332 kB | 16/35 kB | 16/108 kB Progress (4): 920 kB | 233/332 kB | 16/35 kB | 16/108 kB Progress (4): 920 kB | 233/332 kB | 16/35 kB | 20/108 kB Progress (4): 920 kB | 237/332 kB | 16/35 kB | 20/108 kB Progress (4): 920 kB | 237/332 kB | 16/35 kB | 24/108 kB Progress (4): 920 kB | 241/332 kB | 16/35 kB | 24/108 kB Progress (5): 920 kB | 241/332 kB | 16/35 kB | 24/108 kB | 4.1/315 kB Progress (5): 920 kB | 245/332 kB | 16/35 kB | 24/108 kB | 4.1/315 kB Progress (5): 920 kB | 245/332 kB | 16/35 kB | 28/108 kB | 4.1/315 kB Progress (5): 920 kB | 245/332 kB | 16/35 kB | 28/108 kB | 7.7/315 kB Progress (5): 920 kB | 245/332 kB | 20/35 kB | 28/108 kB | 7.7/315 kB Progress (5): 920 kB | 249/332 kB | 20/35 kB | 28/108 kB | 7.7/315 kB Progress (5): 920 kB | 249/332 kB | 20/35 kB | 28/108 kB | 12/315 kB Progress (5): 920 kB | 249/332 kB | 20/35 kB | 32/108 kB | 12/315 kB Progress (5): 920 kB | 249/332 kB | 20/35 kB | 32/108 kB | 16/315 kB Progress (5): 920 kB | 253/332 kB | 20/35 kB | 32/108 kB | 16/315 kB Progress (5): 920 kB | 253/332 kB | 24/35 kB | 32/108 kB | 16/315 kB Progress (5): 920 kB | 253/332 kB | 24/35 kB | 36/108 kB | 16/315 kB Progress (5): 920 kB | 258/332 kB | 24/35 kB | 36/108 kB | 16/315 kB Progress (5): 920 kB | 258/332 kB | 24/35 kB | 40/108 kB | 16/315 kB Progress (5): 920 kB | 258/332 kB | 24/35 kB | 40/108 kB | 20/315 kB Progress (5): 920 kB | 258/332 kB | 28/35 kB | 40/108 kB | 20/315 kB Progress (5): 920 kB | 258/332 kB | 28/35 kB | 40/108 kB | 24/315 kB Progress (5): 920 kB | 258/332 kB | 28/35 kB | 45/108 kB | 24/315 kB Progress (5): 920 kB | 262/332 kB | 28/35 kB | 45/108 kB | 24/315 kB Progress (5): 920 kB | 262/332 kB | 28/35 kB | 49/108 kB | 24/315 kB Progress (5): 920 kB | 262/332 kB | 28/35 kB | 49/108 kB | 28/315 kB Progress (5): 920 kB | 262/332 kB | 32/35 kB | 49/108 kB | 28/315 kB Progress (5): 920 kB | 266/332 kB | 32/35 kB | 49/108 kB | 28/315 kB Progress (5): 920 kB | 266/332 kB | 32/35 kB | 49/108 kB | 32/315 kB Progress (5): 920 kB | 270/332 kB | 32/35 kB | 49/108 kB | 32/315 kB Progress (5): 920 kB | 270/332 kB | 35 kB | 49/108 kB | 32/315 kB Progress (5): 920 kB | 270/332 kB | 35 kB | 53/108 kB | 32/315 kB Progress (5): 920 kB | 274/332 kB | 35 kB | 53/108 kB | 32/315 kB Progress (5): 920 kB | 274/332 kB | 35 kB | 57/108 kB | 32/315 kB Progress (5): 920 kB | 274/332 kB | 35 kB | 57/108 kB | 36/315 kB Progress (5): 920 kB | 274/332 kB | 35 kB | 61/108 kB | 36/315 kB Progress (5): 920 kB | 278/332 kB | 35 kB | 61/108 kB | 36/315 kB Progress (5): 920 kB | 278/332 kB | 35 kB | 65/108 kB | 36/315 kB Progress (5): 920 kB | 278/332 kB | 35 kB | 65/108 kB | 40/315 kB Progress (5): 920 kB | 278/332 kB | 35 kB | 65/108 kB | 45/315 kB Progress (5): 920 kB | 282/332 kB | 35 kB | 65/108 kB | 45/315 kB Progress (5): 920 kB | 282/332 kB | 35 kB | 69/108 kB | 45/315 kB Progress (5): 920 kB | 282/332 kB | 35 kB | 69/108 kB | 49/315 kB Progress (5): 920 kB | 282/332 kB | 35 kB | 73/108 kB | 49/315 kB Progress (5): 920 kB | 286/332 kB | 35 kB | 73/108 kB | 49/315 kB Progress (5): 920 kB | 286/332 kB | 35 kB | 77/108 kB | 49/315 kB Progress (5): 920 kB | 290/332 kB | 35 kB | 77/108 kB | 49/315 kB Progress (5): 920 kB | 290/332 kB | 35 kB | 77/108 kB | 53/315 kB Progress (5): 920 kB | 290/332 kB | 35 kB | 81/108 kB | 53/315 kB Progress (5): 920 kB | 290/332 kB | 35 kB | 81/108 kB | 57/315 kB Progress (5): 920 kB | 294/332 kB | 35 kB | 81/108 kB | 57/315 kB Progress (5): 920 kB | 294/332 kB | 35 kB | 81/108 kB | 61/315 kB Progress (5): 920 kB | 294/332 kB | 35 kB | 85/108 kB | 61/315 kB Progress (5): 920 kB | 294/332 kB | 35 kB | 85/108 kB | 65/315 kB Progress (5): 920 kB | 294/332 kB | 35 kB | 90/108 kB | 65/315 kB Progress (5): 920 kB | 298/332 kB | 35 kB | 90/108 kB | 65/315 kB Progress (5): 920 kB | 298/332 kB | 35 kB | 94/108 kB | 65/315 kB Progress (5): 920 kB | 303/332 kB | 35 kB | 94/108 kB | 65/315 kB Progress (5): 920 kB | 303/332 kB | 35 kB | 94/108 kB | 69/315 kB Progress (5): 920 kB | 303/332 kB | 35 kB | 98/108 kB | 69/315 kB Progress (5): 920 kB | 303/332 kB | 35 kB | 98/108 kB | 73/315 kB Progress (5): 920 kB | 307/332 kB | 35 kB | 98/108 kB | 73/315 kB Progress (5): 920 kB | 307/332 kB | 35 kB | 98/108 kB | 77/315 kB Progress (5): 920 kB | 311/332 kB | 35 kB | 98/108 kB | 77/315 kB Progress (5): 920 kB | 311/332 kB | 35 kB | 102/108 kB | 77/315 kB Progress (5): 920 kB | 311/332 kB | 35 kB | 102/108 kB | 81/315 kB Progress (5): 920 kB | 311/332 kB | 35 kB | 106/108 kB | 81/315 kB Progress (5): 920 kB | 311/332 kB | 35 kB | 108 kB | 81/315 kB Progress (5): 920 kB | 315/332 kB | 35 kB | 108 kB | 81/315 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-java/0.9.8/plexus-java-0.9.8.jar (35 kB at 57 kB/s) Progress (4): 920 kB | 319/332 kB | 108 kB | 81/315 kB Progress (4): 920 kB | 319/332 kB | 108 kB | 85/315 kB Progress (4): 920 kB | 323/332 kB | 108 kB | 85/315 kB Progress (4): 920 kB | 323/332 kB | 108 kB | 90/315 kB Progress (4): 920 kB | 327/332 kB | 108 kB | 90/315 kB Progress (4): 920 kB | 327/332 kB | 108 kB | 94/315 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm/6.1.1/asm-6.1.1.jar (108 kB at 175 kB/s) Progress (3): 920 kB | 331/332 kB | 94/315 kB Progress (3): 920 kB | 331/332 kB | 98/315 kB Progress (3): 920 kB | 332 kB | 98/315 kB Progress (3): 920 kB | 332 kB | 102/315 kB Progress (3): 920 kB | 332 kB | 106/315 kB Progress (3): 920 kB | 332 kB | 110/315 kB Progress (3): 920 kB | 332 kB | 114/315 kB Progress (3): 920 kB | 332 kB | 118/315 kB Progress (3): 920 kB | 332 kB | 122/315 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/backport-util-concurrent/backport-util-concurrent/3.1/backport-util-concurrent-3.1.jar (332 kB at 533 kB/s) Progress (2): 920 kB | 126/315 kB Progress (2): 920 kB | 131/315 kB Progress (2): 920 kB | 135/315 kB Progress (2): 920 kB | 139/315 kB Progress (2): 920 kB | 143/315 kB Progress (2): 920 kB | 147/315 kB Progress (2): 920 kB | 151/315 kB Progress (2): 920 kB | 155/315 kB Progress (2): 920 kB | 159/315 kB Progress (2): 920 kB | 163/315 kB Progress (2): 920 kB | 167/315 kB Progress (2): 920 kB | 171/315 kB Progress (2): 920 kB | 176/315 kB Progress (2): 920 kB | 180/315 kB Progress (2): 920 kB | 184/315 kB Progress (2): 920 kB | 188/315 kB Progress (2): 920 kB | 192/315 kB Progress (2): 920 kB | 196/315 kB Progress (2): 920 kB | 200/315 kB Progress (2): 920 kB | 204/315 kB Progress (2): 920 kB | 208/315 kB Progress (2): 920 kB | 212/315 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.surefire.osgibooter/1.3.0/org.eclipse.tycho.surefire.osgibooter-1.3.0.jar (920 kB at 1.3 MB/s) Progress (1): 217/315 kB Progress (1): 221/315 kB Progress (1): 225/315 kB Progress (1): 229/315 kB Progress (1): 233/315 kB Progress (1): 237/315 kB Progress (1): 241/315 kB Progress (1): 245/315 kB Progress (1): 249/315 kB Progress (1): 253/315 kB Progress (1): 258/315 kB Progress (1): 262/315 kB Progress (1): 266/315 kB Progress (1): 270/315 kB Progress (1): 274/315 kB Progress (1): 278/315 kB Progress (1): 282/315 kB Progress (1): 286/315 kB Progress (1): 290/315 kB Progress (1): 294/315 kB Progress (1): 298/315 kB Progress (1): 303/315 kB Progress (1): 307/315 kB Progress (1): 311/315 kB Progress (1): 315/315 kB Progress (1): 315 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/thoughtworks/qdox/qdox/2.0-M7/qdox-2.0-M7.jar (315 kB at 446 kB/s) Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/tycho-p2-publisher-plugin/1.3.0/tycho-p2-publisher-plugin-1.3.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-p2-publisher-plugin/1.3.0/tycho-p2-publisher-plugin-1.3.0.pom Progress (1): 2.0 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-p2-publisher-plugin/1.3.0/tycho-p2-publisher-plugin-1.3.0.pom (2.0 kB at 93 kB/s) Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/tycho-p2-publisher-plugin/1.3.0/tycho-p2-publisher-plugin-1.3.0.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-p2-publisher-plugin/1.3.0/tycho-p2-publisher-plugin-1.3.0.jar Progress (1): 4.1/22 kB Progress (1): 7.7/22 kB Progress (1): 12/22 kB Progress (1): 16/22 kB Progress (1): 20/22 kB Progress (1): 22 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-p2-publisher-plugin/1.3.0/tycho-p2-publisher-plugin-1.3.0.jar (22 kB at 455 kB/s) Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/commons/commons-lang3/3.1/commons-lang3-3.1.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-lang3/3.1/commons-lang3-3.1.pom Progress (1): 4.1 kB Progress (1): 8.2 kB Progress (1): 12 kB Progress (1): 16 kB Progress (1): 17 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-lang3/3.1/commons-lang3-3.1.pom (17 kB at 1.1 MB/s) Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/commons/commons-parent/22/commons-parent-22.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/22/commons-parent-22.pom Progress (1): 4.1 kB Progress (1): 8.2 kB Progress (1): 12 kB Progress (1): 16 kB Progress (1): 20 kB Progress (1): 25 kB Progress (1): 29 kB Progress (1): 33 kB Progress (1): 37 kB Progress (1): 41 kB Progress (1): 42 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/22/commons-parent-22.pom (42 kB at 4.2 MB/s) Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-archiver/2.5/maven-archiver-2.5.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-archiver/2.5/maven-archiver-2.5.pom Progress (1): 4.1 kB Progress (1): 4.5 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-archiver/2.5/maven-archiver-2.5.pom (4.5 kB at 89 kB/s) Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/shared/maven-shared-components/17/maven-shared-components-17.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-components/17/maven-shared-components-17.pom Progress (1): 4.1 kB Progress (1): 8.2 kB Progress (1): 8.7 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-components/17/maven-shared-components-17.pom (8.7 kB at 458 kB/s) Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-interpolation/1.15/plexus-interpolation-1.15.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.15/plexus-interpolation-1.15.pom Progress (1): 1.0 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.15/plexus-interpolation-1.15.pom (1.0 kB at 42 kB/s) Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus/3.0.1/plexus-3.0.1.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/3.0.1/plexus-3.0.1.pom Progress (1): 4.1 kB Progress (1): 8.2 kB Progress (1): 12 kB Progress (1): 16 kB Progress (1): 19 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/3.0.1/plexus-3.0.1.pom (19 kB at 809 kB/s) Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/commons/commons-lang3/3.1/commons-lang3-3.1.jar Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-archiver/2.5/maven-archiver-2.5.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-lang3/3.1/commons-lang3-3.1.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-archiver/2.5/maven-archiver-2.5.jar Progress (1): 4.1/316 kB Progress (1): 7.7/316 kB Progress (1): 12/316 kB Progress (1): 16/316 kB Progress (1): 20/316 kB Progress (1): 24/316 kB Progress (1): 28/316 kB Progress (1): 32/316 kB Progress (1): 36/316 kB Progress (1): 40/316 kB Progress (1): 45/316 kB Progress (1): 49/316 kB Progress (1): 53/316 kB Progress (1): 57/316 kB Progress (1): 61/316 kB Progress (1): 65/316 kB Progress (1): 69/316 kB Progress (1): 73/316 kB Progress (1): 77/316 kB Progress (1): 81/316 kB Progress (1): 85/316 kB Progress (1): 90/316 kB Progress (1): 94/316 kB Progress (1): 98/316 kB Progress (1): 102/316 kB Progress (1): 106/316 kB Progress (1): 110/316 kB Progress (1): 114/316 kB Progress (1): 118/316 kB Progress (1): 122/316 kB Progress (1): 126/316 kB Progress (1): 131/316 kB Progress (1): 135/316 kB Progress (1): 139/316 kB Progress (1): 143/316 kB Progress (1): 147/316 kB Progress (1): 151/316 kB Progress (1): 155/316 kB Progress (1): 159/316 kB Progress (1): 163/316 kB Progress (1): 167/316 kB Progress (1): 171/316 kB Progress (1): 176/316 kB Progress (1): 180/316 kB Progress (1): 184/316 kB Progress (1): 188/316 kB Progress (1): 192/316 kB Progress (1): 196/316 kB Progress (1): 200/316 kB Progress (1): 204/316 kB Progress (1): 208/316 kB Progress (1): 212/316 kB Progress (1): 217/316 kB Progress (1): 221/316 kB Progress (1): 225/316 kB Progress (1): 229/316 kB Progress (1): 233/316 kB Progress (1): 237/316 kB Progress (1): 241/316 kB Progress (1): 245/316 kB Progress (1): 249/316 kB Progress (1): 253/316 kB Progress (1): 258/316 kB Progress (1): 262/316 kB Progress (1): 266/316 kB Progress (1): 270/316 kB Progress (1): 274/316 kB Progress (1): 278/316 kB Progress (1): 282/316 kB Progress (1): 286/316 kB Progress (1): 290/316 kB Progress (1): 294/316 kB Progress (1): 298/316 kB Progress (1): 303/316 kB Progress (1): 307/316 kB Progress (1): 311/316 kB Progress (1): 315/316 kB Progress (1): 316 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-lang3/3.1/commons-lang3-3.1.jar (316 kB at 4.8 MB/s) Progress (1): 4.1/22 kB Progress (1): 7.7/22 kB Progress (1): 12/22 kB Progress (1): 16/22 kB Progress (1): 20/22 kB Progress (1): 22 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-archiver/2.5/maven-archiver-2.5.jar (22 kB at 269 kB/s) Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/tycho-p2-repository-plugin/1.3.0/tycho-p2-repository-plugin-1.3.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-p2-repository-plugin/1.3.0/tycho-p2-repository-plugin-1.3.0.pom Progress (1): 1.4 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-p2-repository-plugin/1.3.0/tycho-p2-repository-plugin-1.3.0.pom (1.4 kB at 31 kB/s) Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/tycho-p2-repository-plugin/1.3.0/tycho-p2-repository-plugin-1.3.0.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-p2-repository-plugin/1.3.0/tycho-p2-repository-plugin-1.3.0.jar Progress (1): 4.1/14 kB Progress (1): 7.7/14 kB Progress (1): 12/14 kB Progress (1): 14 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-p2-repository-plugin/1.3.0/tycho-p2-repository-plugin-1.3.0.jar (14 kB at 228 kB/s) [INFO] Computing target platform for MavenProject: org.polarsys.esf:org.polarsys.esf.core.diagram.esfarchitectureconcepts:0.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/esf-infra-quality/core/diagram/org.polarsys.esf.core.diagram.esfarchitectureconcepts/pom.xml [INFO] Fetching p2.index from http://download.eclipse.org/releases/2018-12/ [INFO] Adding repository http://download.eclipse.org/releases/2018-12 [INFO] Fetching compositeContent.jar from http://download.eclipse.org/releases/2018-12/ (491B) [INFO] Fetching compositeContent.jar from http://download.eclipse.org/releases/2018-12/ (491B) [INFO] Fetching p2.index from https://download.eclipse.org/technology/epp/packages/2018-12/ [INFO] Fetching p2.index from https://download.eclipse.org/technology/epp/packages/2018-12/ [INFO] Fetching content.xml.xz from https://download.eclipse.org/technology/epp/packages/2018-12/ [INFO] Fetching content.xml.xz from https://download.eclipse.org/technology/epp/packages/2018-12/ [INFO] Fetching p2.index from http://download.eclipse.org/releases/2018-12/201812191000/ [INFO] Fetching p2.index from http://download.eclipse.org/releases/2018-12/201812191000/ [INFO] Fetching content.xml.xz from http://download.eclipse.org/releases/2018-12/201812191000/ [INFO] Fetching content.xml.xz from http://download.eclipse.org/releases/2018-12/201812191000/ [INFO] Resolving dependencies of MavenProject: org.polarsys.esf:org.polarsys.esf.core.diagram.esfarchitectureconcepts:0.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/esf-infra-quality/core/diagram/org.polarsys.esf.core.diagram.esfarchitectureconcepts/pom.xml [INFO] Fetching 201812191000&countryCode=us&timeZone=0&format=xml from http://www.eclipse.org/downloads/download.php?format=xml&file=/releases/2018-12/ [INFO] Fetching ca.odell.glazedlists_1.9.0.v201303080712.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (262.51kB) [INFO] Fetching ca.odell.glazedlists_1.9.0.v201303080712.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (262.51kB) [INFO] Fetching com.google.guava_21.0.0.v20170206-1425.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (676.21kB) [INFO] Fetching com.google.guava_21.0.0.v20170206-1425.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (676.21kB) [INFO] Fetching com.ibm.icu_63.1.0.v20181030-1705.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (9.35MB) [INFO] Fetching com.ibm.icu_63.1.0.v20181030-1705.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (9.35MB) [INFO] Fetching org.eclipse.osgi_3.13.200.v20181130-2106.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (454.7kB) [INFO] Fetching org.eclipse.osgi_3.13.200.v20181130-2106.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (454.7kB) [INFO] Fetching org.apache.ant_1.10.5.v20180808-0324.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (2.74MB) [INFO] Fetching org.apache.ant_1.10.5.v20180808-0324.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (2.74MB) [INFO] Fetching org.apache.batik.bridge_1.6.0.v201011041432.jar from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (504.53kB) [INFO] Fetching org.apache.batik.bridge_1.6.0.v201011041432.jar from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (504.53kB) [INFO] Fetching org.apache.batik.css_1.6.0.v201011041432.jar from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (259.85kB) [INFO] Fetching org.apache.batik.css_1.6.0.v201011041432.jar from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (259.85kB) [INFO] Fetching org.apache.batik.dom_1.6.1.v201505192100.jar from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (107.88kB) [INFO] Fetching org.apache.batik.dom_1.6.1.v201505192100.jar from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (107.88kB) [INFO] Fetching org.apache.batik.dom.svg_1.6.0.v201011041432.jar from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (453.74kB) [INFO] Fetching org.apache.batik.dom.svg_1.6.0.v201011041432.jar from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (453.74kB) [INFO] Fetching org.apache.batik.ext.awt_1.6.0.v201011041432.jar from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (387.41kB) [INFO] Fetching org.apache.batik.ext.awt_1.6.0.v201011041432.jar from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (387.41kB) [INFO] Fetching org.apache.batik.parser_1.6.0.v201011041432.jar from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (54.9kB) [INFO] Fetching org.apache.batik.parser_1.6.0.v201011041432.jar from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (54.9kB) [INFO] Fetching org.apache.batik.util_1.6.0.v201011041432.jar from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (99.44kB) [INFO] Fetching org.apache.batik.util_1.6.0.v201011041432.jar from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (99.44kB) [INFO] Fetching org.apache.batik.util.gui_1.6.0.v201011041432.jar from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (161.06kB) [INFO] Fetching org.apache.batik.util.gui_1.6.0.v201011041432.jar from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (161.06kB) [INFO] Fetching org.apache.batik.xml_1.6.0.v201011041432.jar from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (35.81kB) [INFO] Fetching org.apache.batik.xml_1.6.0.v201011041432.jar from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (35.81kB) [INFO] Fetching org.w3c.dom.svg_1.1.0.v201011041433.jar from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (95.26kB) [INFO] Fetching org.w3c.dom.svg_1.1.0.v201011041433.jar from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (95.26kB) [INFO] Fetching org.w3c.css.sac_1.3.1.v200903091627.jar from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (35.59kB) [INFO] Fetching org.w3c.css.sac_1.3.1.v200903091627.jar from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (35.59kB) [INFO] Fetching org.w3c.dom.events_3.0.0.draft20060413_v201105210656.jar from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (15.35kB) [INFO] Fetching org.w3c.dom.events_3.0.0.draft20060413_v201105210656.jar from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (15.35kB) [INFO] Fetching org.apache.batik.css_1.10.0.v20180703-1553.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (99.62kB) [INFO] Fetching org.apache.batik.css_1.10.0.v20180703-1553.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (99.62kB) [INFO] Fetching org.apache.batik.util_1.10.0.v20180703-1553.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (63.37kB) [INFO] Fetching org.apache.batik.util_1.10.0.v20180703-1553.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (63.37kB) [INFO] Fetching org.apache.batik.constants_1.10.0.v20180703-1553.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (13.04kB) [INFO] Fetching org.apache.batik.constants_1.10.0.v20180703-1553.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (13.04kB) [INFO] Fetching org.apache.batik.i18n_1.10.0.v20180703-1553.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (14.51kB) [INFO] Fetching org.apache.batik.i18n_1.10.0.v20180703-1553.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (14.51kB) [INFO] Fetching org.apache.xmlgraphics_2.2.0.v20180809-1640.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (248.02kB) [INFO] Fetching org.w3c.dom.smil_1.0.1.v200903091627.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (14.95kB) [INFO] Fetching org.w3c.dom.smil_1.0.1.v200903091627.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (14.95kB) [INFO] Fetching org.apache.batik.pdf_1.6.0.v201105071520.jar from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (498.28kB) [INFO] Fetching org.apache.batik.pdf_1.6.0.v201105071520.jar from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (498.28kB) [INFO] Fetching org.apache.batik.transcoder_1.6.0.v201011041432.jar from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (79.12kB) [INFO] Fetching org.apache.batik.transcoder_1.6.0.v201011041432.jar from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (79.12kB) [INFO] Fetching org.apache.batik.svggen_1.6.0.v201011041432.jar from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (183.86kB) [INFO] Fetching org.apache.batik.svggen_1.6.0.v201011041432.jar from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (183.86kB) [INFO] Fetching org.apache.commons.codec_1.10.0.v20180409-1845.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (112.2kB) [INFO] Fetching org.apache.commons.codec_1.10.0.v20180409-1845.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (112.2kB) [INFO] Fetching org.apache.commons.io_2.2.0.v201405211200.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (73.56kB) [INFO] Fetching org.apache.commons.io_2.2.0.v201405211200.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (73.56kB) [INFO] Fetching org.apache.commons.logging_1.2.0.v20180409-1502.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (33.71kB) [INFO] Fetching org.apache.commons.logging_1.2.0.v20180409-1502.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (33.71kB) [INFO] Fetching org.apache.felix.scr_2.0.14.v20180822-1822.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (137.64kB) [INFO] Fetching org.apache.felix.scr_2.0.14.v20180822-1822.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (137.64kB) [INFO] Fetching org.eclipse.osgi.services_3.7.100.v20180827-1536.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (43.25kB) [INFO] Fetching org.eclipse.osgi.services_3.7.100.v20180827-1536.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (43.25kB) [INFO] Fetching org.eclipse.osgi.util_3.5.100.v20180827-1536.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (30.61kB) [INFO] Fetching org.eclipse.osgi.util_3.5.100.v20180827-1536.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (30.61kB) [INFO] Fetching org.eclipse.ant.core_3.5.200.v20180822-0553.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (70.96kB) [INFO] Fetching org.eclipse.ant.core_3.5.200.v20180822-0553.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (70.96kB) [INFO] Fetching org.eclipse.core.variables_3.4.300.v20181028-0627.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (18.04kB) [INFO] Fetching org.eclipse.core.variables_3.4.300.v20181028-0627.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (18.04kB) [INFO] Fetching org.eclipse.core.runtime_3.15.100.v20181107-1343.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (35.28kB) [INFO] Fetching org.eclipse.core.runtime_3.15.100.v20181107-1343.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (35.28kB) [INFO] Fetching org.eclipse.ant.launching_1.2.300.v20181113-0420.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (100.85kB) [INFO] Fetching org.eclipse.ant.launching_1.2.300.v20181113-0420.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (100.85kB) [INFO] Fetching org.eclipse.debug.core_3.13.100.v20181201-1650.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (125.32kB) [INFO] Fetching org.eclipse.debug.core_3.13.100.v20181201-1650.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (125.32kB) [INFO] Fetching org.eclipse.jdt.launching_3.12.0.v20181119-1621.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (270.56kB) [INFO] Fetching org.eclipse.jdt.launching_3.12.0.v20181119-1621.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (270.56kB) [INFO] Fetching org.eclipse.core.externaltools_1.1.200.v20180821-1744.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (20.51kB) [INFO] Fetching org.eclipse.core.externaltools_1.1.200.v20180821-1744.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (20.51kB) [INFO] Fetching org.eclipse.text_3.8.0.v20180923-1636.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (97.48kB) [INFO] Fetching org.eclipse.text_3.8.0.v20180923-1636.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (97.48kB) [INFO] Fetching org.eclipse.jdt.core_3.16.0.v20181130-1748.jar from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (6.56MB) [INFO] Fetching org.eclipse.jdt.core_3.16.0.v20181130-1748.jar from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (6.56MB) [INFO] Fetching org.eclipse.core.resources_3.13.200.v20181121-1020.jar from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (873.4kB) [INFO] Fetching org.eclipse.core.resources_3.13.200.v20181121-1020.jar from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (873.4kB) [INFO] Fetching org.eclipse.ant.ui_3.7.300.v20180914-0847.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (491.5kB) [INFO] Fetching org.eclipse.ant.ui_3.7.300.v20180914-0847.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (491.5kB) [INFO] Fetching org.eclipse.core.filesystem_1.7.200.v20180828-0158.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (27.76kB) [INFO] Fetching org.eclipse.core.filesystem_1.7.200.v20180828-0158.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (27.76kB) [INFO] Fetching org.eclipse.ui.externaltools_3.4.200.v20180821-1744.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (65.97kB) [INFO] Fetching org.eclipse.ui.externaltools_3.4.200.v20180821-1744.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (65.97kB) [INFO] Fetching org.eclipse.ui_3.111.0.v20181117-0847.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (361.66kB) [INFO] Fetching org.eclipse.ui_3.111.0.v20181117-0847.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (361.66kB) [INFO] Fetching org.eclipse.ui.console_3.8.300.v20181019-1609.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (82.35kB) [INFO] Fetching org.eclipse.ui.console_3.8.300.v20181019-1609.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (82.35kB) [INFO] Fetching org.eclipse.debug.ui_3.13.200.v20181026-1523.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (1,022.84kB) [INFO] Fetching org.eclipse.debug.ui_3.13.200.v20181026-1523.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (1,022.84kB) [INFO] Fetching org.eclipse.jdt.ui_3.16.0.v20181203-1249.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (4.02MB) [INFO] Fetching org.eclipse.jdt.ui_3.16.0.v20181203-1249.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (4.02MB) [INFO] Fetching org.eclipse.jdt.debug.ui_3.10.100.v20181120-0542.jar from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (1.64MB) [INFO] Fetching org.eclipse.jdt.debug.ui_3.10.100.v20181120-0542.jar from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (1.64MB) [INFO] Fetching org.eclipse.team.core_3.8.400.v20181109-0825.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (126.2kB) [INFO] Fetching org.eclipse.team.core_3.8.400.v20181109-0825.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (126.2kB) [INFO] Fetching org.eclipse.ltk.core.refactoring_3.9.200.v20181024-1629.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (105.94kB) [INFO] Fetching org.eclipse.ltk.core.refactoring_3.9.200.v20181024-1629.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (105.94kB) [INFO] Fetching org.eclipse.core.expressions_3.6.200.v20180817-1401.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (33.74kB) [INFO] Fetching org.eclipse.core.expressions_3.6.200.v20180817-1401.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (33.74kB) [INFO] Fetching org.eclipse.jdt.junit_3.11.200.v20181016-1025.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (235.54kB) [INFO] Fetching org.eclipse.jdt.junit_3.11.200.v20181016-1025.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (235.54kB) [INFO] Fetching org.eclipse.compare_3.7.400.v20181109-1335.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (302.72kB) [INFO] Fetching org.eclipse.compare_3.7.400.v20181109-1335.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (302.72kB) [INFO] Fetching org.eclipse.jface.text_3.15.0.v20181119-1708.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (317.85kB) [INFO] Fetching org.eclipse.jface.text_3.15.0.v20181119-1708.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (317.85kB) [INFO] Fetching org.eclipse.ui.ide_3.14.200.v20181205-2143.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (962.71kB) [INFO] Fetching org.eclipse.ui.ide_3.14.200.v20181205-2143.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (962.71kB) [INFO] Fetching org.eclipse.ui.views_3.9.200.v20180828-0837.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (48.73kB) [INFO] Fetching org.eclipse.ui.views_3.9.200.v20180828-0837.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (48.73kB) [INFO] Fetching org.eclipse.ui.workbench.texteditor_3.11.200.v20181108-1458.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (229.01kB) [INFO] Fetching org.eclipse.ui.workbench.texteditor_3.11.200.v20181108-1458.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (229.01kB) [INFO] Fetching org.eclipse.ui.editors_3.11.300.v20180914-0606.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (194.84kB) [INFO] Fetching org.eclipse.ui.editors_3.11.300.v20180914-0606.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (194.84kB) [INFO] Fetching org.eclipse.ui.forms_3.7.400.v20181123-1505.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (123.16kB) [INFO] Fetching org.eclipse.ui.forms_3.7.400.v20181123-1505.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (123.16kB) [INFO] Fetching org.eclipse.compare.core_3.6.300.v20180827-1041.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (32.72kB) [INFO] Fetching org.eclipse.compare.core_3.6.300.v20180827-1041.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (32.72kB) [INFO] Fetching org.eclipse.core.commands_3.9.200.v20180827-1727.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (43.41kB) [INFO] Fetching org.eclipse.core.commands_3.9.200.v20180827-1727.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (43.41kB) [INFO] Fetching org.eclipse.equinox.common_3.10.200.v20181021-1645.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (52.02kB) [INFO] Fetching org.eclipse.equinox.common_3.10.200.v20181021-1645.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (52.02kB) [INFO] Fetching org.eclipse.core.contenttype_3.7.200.v20181107-1343.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (42.23kB) [INFO] Fetching org.eclipse.core.contenttype_3.7.200.v20181107-1343.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (42.23kB) [INFO] Fetching org.eclipse.equinox.preferences_3.7.200.v20180827-1235.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (54kB) [INFO] Fetching org.eclipse.equinox.preferences_3.7.200.v20180827-1235.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (54kB) [INFO] Fetching org.eclipse.equinox.registry_3.8.200.v20181008-1820.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (76.99kB) [INFO] Fetching org.eclipse.equinox.registry_3.8.200.v20181008-1820.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (76.99kB) [INFO] Fetching org.eclipse.core.databinding_1.7.100.v20181030-1443.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (58.01kB) [INFO] Fetching org.eclipse.core.databinding_1.7.100.v20181030-1443.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (58.01kB) [INFO] Fetching org.eclipse.core.databinding.observable_1.6.300.v20180827-2028.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (83.11kB) [INFO] Fetching org.eclipse.core.databinding.observable_1.6.300.v20180827-2028.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (83.11kB) [INFO] Fetching org.eclipse.core.databinding.property_1.6.300.v20180827-2028.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (45.1kB) [INFO] Fetching org.eclipse.core.databinding.property_1.6.300.v20180827-2028.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (45.1kB) [INFO] Fetching org.eclipse.core.databinding.beans_1.4.300.v20181030-1443.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (22.87kB) [INFO] Fetching org.eclipse.core.databinding.beans_1.4.300.v20181030-1443.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (22.87kB) [INFO] Fetching org.eclipse.core.filebuffers_3.6.400.v20181028-0633.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (42.04kB) [INFO] Fetching org.eclipse.core.filebuffers_3.6.400.v20181028-0633.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (42.04kB) [INFO] Fetching org.eclipse.core.jobs_3.10.200.v20180912-1356.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (46.05kB) [INFO] Fetching org.eclipse.core.jobs_3.10.200.v20180912-1356.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (46.05kB) [INFO] Fetching org.eclipse.equinox.app_1.4.0.v20181009-1752.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (41.76kB) [INFO] Fetching org.eclipse.equinox.app_1.4.0.v20181009-1752.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (41.76kB) [INFO] Fetching org.eclipse.help_3.8.200.v20180821-0700.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (122.44kB) [INFO] Fetching org.eclipse.help_3.8.200.v20180821-0700.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (122.44kB) [INFO] Fetching org.eclipse.draw2d_3.10.100.201606061308.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (215.67kB) [INFO] Fetching org.eclipse.draw2d_3.10.100.201606061308.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (215.67kB) [INFO] Fetching org.eclipse.swt_3.109.0.v20181204-1801.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (16.03kB) [INFO] Fetching org.eclipse.swt_3.109.0.v20181204-1801.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (16.03kB) [INFO] Fetching org.eclipse.e4.core.commands_0.12.400.v20181119-1026.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (13.78kB) [INFO] Fetching org.eclipse.e4.core.commands_0.12.400.v20181119-1026.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (13.78kB) [INFO] Fetching org.eclipse.e4.core.di_1.7.100.v20180817-1215.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (25.97kB) [INFO] Fetching org.eclipse.e4.core.di_1.7.100.v20180817-1215.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (25.97kB) [INFO] Fetching javax.inject_1.0.0.v20091030.jar from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (14.07kB) [INFO] Fetching javax.inject_1.0.0.v20091030.jar from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (14.07kB) [INFO] Fetching org.eclipse.e4.core.contexts_1.7.100.v20180817-1215.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (22.66kB) [INFO] Fetching org.eclipse.e4.core.contexts_1.7.100.v20180817-1215.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (22.66kB) [INFO] Fetching org.eclipse.e4.core.services_2.1.300.v20180930-0910.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (23.92kB) [INFO] Fetching org.eclipse.e4.core.services_2.1.300.v20180930-0910.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (23.92kB) [INFO] Fetching org.eclipse.e4.core.di.annotations_1.6.200.v20180817-1215.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (7.7kB) [INFO] Fetching org.eclipse.e4.core.di.annotations_1.6.200.v20180817-1215.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (7.7kB) [INFO] Fetching org.eclipse.e4.core.di.extensions_0.15.200.v20180817-1215.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (7.77kB) [INFO] Fetching org.eclipse.e4.core.di.extensions_0.15.200.v20180817-1215.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (7.77kB) [INFO] Fetching org.eclipse.e4.core.di.extensions.supplier_0.15.200.v20180817-1215.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (16.56kB) [INFO] Fetching org.eclipse.e4.core.di.extensions.supplier_0.15.200.v20180817-1215.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (16.56kB) [INFO] Fetching org.eclipse.e4.emf.xpath_0.2.200.v20180828-0227.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (21.21kB) [INFO] Fetching org.eclipse.e4.emf.xpath_0.2.200.v20180828-0227.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (21.21kB) [INFO] Fetching org.apache.commons.jxpath_1.3.0.v200911051830.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (98kB) [INFO] Fetching org.apache.commons.jxpath_1.3.0.v200911051830.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (98kB) [INFO] Fetching org.eclipse.emf.ecore_2.16.0.v20181124-0637.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (485.15kB) [INFO] Fetching org.eclipse.emf.ecore_2.16.0.v20181124-0637.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (485.15kB) [INFO] Fetching org.eclipse.e4.ui.bindings_0.12.300.v20180913-1535.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (23.07kB) [INFO] Fetching org.eclipse.e4.ui.bindings_0.12.300.v20180913-1535.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (23.07kB) [INFO] Fetching org.eclipse.jface_3.15.0.v20181123-1505.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (354.7kB) [INFO] Fetching org.eclipse.jface_3.15.0.v20181123-1505.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (354.7kB) [INFO] Fetching org.eclipse.e4.ui.css.core_0.12.400.v20180917-1628.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (64.25kB) [INFO] Fetching org.eclipse.e4.ui.css.core_0.12.400.v20180917-1628.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (64.25kB) [INFO] Fetching org.eclipse.e4.ui.css.swt_0.13.300.v20181030-1443.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (79.76kB) [INFO] Fetching org.eclipse.e4.ui.css.swt_0.13.300.v20181030-1443.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (79.76kB) [INFO] Fetching org.eclipse.e4.ui.css.swt.theme_0.12.100.v20180828-0227.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (16.94kB) [INFO] Fetching org.eclipse.e4.ui.css.swt.theme_0.12.100.v20180828-0227.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (16.94kB) [INFO] Fetching org.eclipse.e4.ui.di_1.2.400.v20180920-1522.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (9.98kB) [INFO] Fetching org.eclipse.e4.ui.di_1.2.400.v20180920-1522.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (9.98kB) [INFO] Fetching org.eclipse.e4.ui.model.workbench_2.1.200.v20180920-1522.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (107.92kB) [INFO] Fetching org.eclipse.e4.ui.model.workbench_2.1.200.v20180920-1522.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (107.92kB) [INFO] Fetching org.eclipse.e4.ui.services_1.3.300.v20180920-1522.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (13.29kB) [INFO] Fetching org.eclipse.e4.ui.services_1.3.300.v20180920-1522.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (13.29kB) [INFO] Fetching org.eclipse.equinox.event_1.5.0.v20181008-1938.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (16.82kB) [INFO] Fetching org.eclipse.equinox.event_1.5.0.v20181008-1938.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (16.82kB) [INFO] Fetching org.eclipse.e4.ui.widgets_1.2.300.v20180920-1522.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (9.49kB) [INFO] Fetching org.eclipse.e4.ui.widgets_1.2.300.v20180920-1522.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (9.49kB) [INFO] Fetching org.eclipse.e4.ui.workbench_1.8.0.v20181119-1304.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (86.61kB) [INFO] Fetching org.eclipse.e4.ui.workbench_1.8.0.v20181119-1304.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (86.61kB) [INFO] Fetching org.eclipse.emf.ecore.xmi_2.15.0.v20180706-1146.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (84.16kB) [INFO] Fetching org.eclipse.emf.ecore.xmi_2.15.0.v20180706-1146.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (84.16kB) [INFO] Fetching org.eclipse.emf.ecore.change_2.13.0.v20180706-1146.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (50.94kB) [INFO] Fetching org.eclipse.emf.ecore.change_2.13.0.v20180706-1146.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (50.94kB) [INFO] Fetching org.eclipse.e4.ui.workbench.addons.swt_1.3.300.v20181102-1042.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (51.7kB) [INFO] Fetching org.eclipse.e4.ui.workbench.addons.swt_1.3.300.v20181102-1042.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (51.7kB) [INFO] Fetching org.eclipse.e4.ui.workbench.renderers.swt_0.14.400.v20181112-1716.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (93.84kB) [INFO] Fetching org.eclipse.e4.ui.workbench.renderers.swt_0.14.400.v20181112-1716.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (93.84kB) [INFO] Fetching org.eclipse.e4.ui.workbench.swt_0.14.400.v20181022-1348.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (71.16kB) [INFO] Fetching org.eclipse.e4.ui.workbench.swt_0.14.400.v20181022-1348.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (71.16kB) [INFO] Fetching org.eclipse.jface.databinding_1.8.400.v20181030-1443.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (69.03kB) [INFO] Fetching org.eclipse.jface.databinding_1.8.400.v20181030-1443.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (69.03kB) [INFO] Fetching org.eclipse.e4.ui.workbench3_0.14.200.v20180828-0227.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (7.93kB) [INFO] Fetching org.eclipse.e4.ui.workbench3_0.14.200.v20180828-0227.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (7.93kB) [INFO] Fetching org.eclipse.emf.common_2.15.0.v20180914-1817.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (114.93kB) [INFO] Fetching org.eclipse.emf.common_2.15.0.v20180914-1817.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (114.93kB) [INFO] Fetching org.eclipse.emf.common.ui_2.15.0.v20181104-0733.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (59.52kB) [INFO] Fetching org.eclipse.emf.common.ui_2.15.0.v20181104-0733.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (59.52kB) [INFO] Fetching org.eclipse.emf.databinding_1.5.0.v20180706-1146.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (30.5kB) [INFO] Fetching org.eclipse.emf.databinding_1.5.0.v20180706-1146.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (30.5kB) [INFO] Fetching org.eclipse.emf.ecore.edit_2.11.0.v20180823-0905.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (61.37kB) [INFO] Fetching org.eclipse.emf.ecore.edit_2.11.0.v20180823-0905.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (61.37kB) [INFO] Fetching org.eclipse.emf.edit_2.14.0.v20180823-0456.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (96.66kB) [INFO] Fetching org.eclipse.emf.edit_2.14.0.v20180823-0456.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (96.66kB) [INFO] Fetching org.eclipse.emf.edit.ui_2.16.0.v20181104-0733.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (108.79kB) [INFO] Fetching org.eclipse.emf.edit.ui_2.16.0.v20181104-0733.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (108.79kB) [INFO] Fetching org.eclipse.ui.workbench_3.112.100.v20181127-1518.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (1,019.57kB) [INFO] Fetching org.eclipse.ui.workbench_3.112.100.v20181127-1518.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (1,019.57kB) [INFO] Fetching org.eclipse.emf.mapping.ecore2xml_2.11.0.v20180706-1146.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (18.5kB) [INFO] Fetching org.eclipse.emf.mapping.ecore2xml_2.11.0.v20180706-1146.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (18.5kB) [INFO] Fetching org.eclipse.emf.transaction_1.9.1.201805140824.jar from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (169.13kB) [INFO] Fetching org.eclipse.emf.transaction_1.9.1.201805140824.jar from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (169.13kB) [INFO] Fetching org.eclipse.emf.validation_1.8.0.201805030717.jar from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (403.73kB) [INFO] Fetching org.eclipse.emf.validation_1.8.0.201805030717.jar from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (403.73kB) [INFO] Fetching org.eclipse.emf.transaction.ui_1.4.0.201805140824.jar from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (44.51kB) [INFO] Fetching org.eclipse.emf.transaction.ui_1.4.0.201805140824.jar from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (44.51kB) [INFO] Fetching org.eclipse.emf.workspace_1.5.1.201805140824.jar from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (85.1kB) [INFO] Fetching org.eclipse.emf.workspace_1.5.1.201805140824.jar from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (85.1kB) [INFO] Fetching org.eclipse.equinox.bidi_1.1.200.v20180827-1235.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (23.16kB) [INFO] Fetching org.eclipse.equinox.bidi_1.1.200.v20180827-1235.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (23.16kB) [INFO] Fetching org.eclipse.equinox.frameworkadmin_2.1.100.v20180822-1258.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (19.39kB) [INFO] Fetching org.eclipse.equinox.frameworkadmin_2.1.100.v20180822-1258.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (19.39kB) [INFO] Fetching org.eclipse.equinox.frameworkadmin.equinox_1.1.100.v20180822-1258.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (33.94kB) [INFO] Fetching org.eclipse.equinox.frameworkadmin.equinox_1.1.100.v20180822-1258.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (33.94kB) [INFO] Fetching org.eclipse.equinox.p2.artifact.repository_1.2.200.v20181119-1308.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (57.8kB) [INFO] Fetching org.eclipse.equinox.p2.artifact.repository_1.2.200.v20181119-1308.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (57.8kB) [INFO] Fetching org.eclipse.equinox.p2.metadata_2.4.200.v20181102-0649.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (108.04kB) [INFO] Fetching org.eclipse.equinox.p2.metadata_2.4.200.v20181102-0649.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (108.04kB) [INFO] Fetching org.tukaani.xz_1.8.0.v20180207-1613.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (44.42kB) [INFO] Fetching org.tukaani.xz_1.8.0.v20180207-1613.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (44.42kB) [INFO] Fetching org.eclipse.equinox.p2.core_2.5.100.v20180822-1532.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (31.95kB) [INFO] Fetching org.eclipse.equinox.p2.core_2.5.100.v20180822-1532.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (31.95kB) [INFO] Fetching org.eclipse.equinox.p2.jarprocessor_1.1.200.v20180921-1009.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (38.73kB) [INFO] Fetching org.eclipse.equinox.p2.jarprocessor_1.1.200.v20180921-1009.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (38.73kB) [INFO] Fetching org.eclipse.equinox.p2.repository_2.4.200.v20181005-1131.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (55.17kB) [INFO] Fetching org.eclipse.equinox.p2.repository_2.4.200.v20181005-1131.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (55.17kB) [INFO] Fetching org.eclipse.equinox.p2.director_2.4.200.v20181102-0649.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (48.14kB) [INFO] Fetching org.eclipse.equinox.p2.director_2.4.200.v20181102-0649.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (48.14kB) [INFO] Fetching org.sat4j.core_2.3.5.v201308161310.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (103.26kB) [INFO] Fetching org.sat4j.core_2.3.5.v201308161310.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (103.26kB) [INFO] Fetching org.sat4j.pb_2.3.5.v201404071733.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (72.9kB) [INFO] Fetching org.sat4j.pb_2.3.5.v201404071733.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (72.9kB) [INFO] Fetching org.eclipse.equinox.simpleconfigurator_1.3.200.v20181101-1115.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (23.9kB) [INFO] Fetching org.eclipse.equinox.simpleconfigurator_1.3.200.v20181101-1115.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (23.9kB) [INFO] Fetching org.eclipse.equinox.p2.engine_2.6.100.v20180822-1302.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (74.83kB) [INFO] Fetching org.eclipse.equinox.p2.engine_2.6.100.v20180822-1302.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (74.83kB) [INFO] Fetching org.eclipse.equinox.p2.director.app_1.1.200.v20180822-1302.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (37.87kB) [INFO] Fetching org.eclipse.equinox.p2.director.app_1.1.200.v20180822-1302.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (37.87kB) [INFO] Fetching org.eclipse.equinox.p2.metadata.repository_1.3.100.v20180822-1302.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (51.01kB) [INFO] Fetching org.eclipse.equinox.p2.metadata.repository_1.3.100.v20180822-1302.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (51.01kB) [INFO] Fetching org.eclipse.equinox.p2.garbagecollector_1.1.100.v20180822-1302.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (14kB) [INFO] Fetching org.eclipse.equinox.p2.garbagecollector_1.1.100.v20180822-1302.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (14kB) [INFO] Fetching org.eclipse.equinox.p2.operations_2.5.200.v20180928-1359.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (31.98kB) [INFO] Fetching org.eclipse.equinox.p2.operations_2.5.200.v20180928-1359.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (31.98kB) [INFO] Fetching org.eclipse.equinox.p2.publisher_1.5.100.v20180822-1302.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (42.87kB) [INFO] Fetching org.eclipse.equinox.p2.publisher_1.5.100.v20180822-1302.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (42.87kB) [INFO] Fetching org.eclipse.equinox.p2.publisher.eclipse_1.3.100.v20180822-1354.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (104.08kB) [INFO] Fetching org.eclipse.equinox.p2.publisher.eclipse_1.3.100.v20180822-1354.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (104.08kB) [INFO] Fetching org.eclipse.equinox.simpleconfigurator.manipulator_2.1.200.v20181123-1405.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (16.46kB) [INFO] Fetching org.eclipse.equinox.simpleconfigurator.manipulator_2.1.200.v20181123-1405.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (16.46kB) [INFO] Fetching org.eclipse.equinox.security_1.3.0.v20181115-0746.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (44.47kB) [INFO] Fetching org.eclipse.equinox.security_1.3.0.v20181115-0746.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (44.47kB) [INFO] Fetching org.eclipse.equinox.p2.repository.tools_2.2.200.v20181102-0649.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (121.81kB) [INFO] Fetching org.eclipse.equinox.p2.repository.tools_2.2.200.v20181102-0649.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (121.81kB) [INFO] Fetching org.eclipse.equinox.p2.touchpoint.eclipse_2.2.200.v20181123-1405.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (46.17kB) [INFO] Fetching org.eclipse.equinox.p2.touchpoint.eclipse_2.2.200.v20181123-1405.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (46.17kB) [INFO] Fetching org.eclipse.equinox.p2.ui_2.5.400.v20181113-1303.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (284.88kB) [INFO] Fetching org.eclipse.equinox.p2.ui_2.5.400.v20181113-1303.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (284.88kB) [INFO] Fetching org.eclipse.equinox.security.ui_1.2.200.v20181108-1420.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (72.14kB) [INFO] Fetching org.eclipse.equinox.security.ui_1.2.200.v20181108-1420.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (72.14kB) [INFO] Fetching org.eclipse.gef_3.11.0.201606061308.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (366.65kB) [INFO] Fetching org.eclipse.gef_3.11.0.201606061308.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (366.65kB) [INFO] Fetching org.eclipse.gmf.runtime.common.core_1.7.0.201806010809.jar from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (114.55kB) [INFO] Fetching org.eclipse.gmf.runtime.common.core_1.7.0.201806010809.jar from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (114.55kB) [INFO] Fetching org.eclipse.gmf.runtime.common.ui_1.8.1.201806010809.jar from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (252.29kB) [INFO] Fetching org.eclipse.gmf.runtime.common.ui_1.8.1.201806010809.jar from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (252.29kB) [INFO] Fetching org.eclipse.gmf.runtime.common.ui.action_1.7.0.201806010809.jar from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (99.99kB) [INFO] Fetching org.eclipse.gmf.runtime.common.ui.action_1.7.0.201806010809.jar from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (99.99kB) [INFO] Fetching org.eclipse.gmf.runtime.common.ui.services.action_1.7.0.201806010809.jar from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (117.18kB) [INFO] Fetching org.eclipse.gmf.runtime.common.ui.services.action_1.7.0.201806010809.jar from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (117.18kB) [INFO] Fetching org.eclipse.gmf.runtime.common.ui.action.ide_1.7.0.201806010809.jar from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (38.65kB) [INFO] Fetching org.eclipse.gmf.runtime.common.ui.action.ide_1.7.0.201806010809.jar from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (38.65kB) [INFO] Fetching org.eclipse.gmf.runtime.common.ui.printing_1.7.0.201806010809.jar from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (14.83kB) [INFO] Fetching org.eclipse.gmf.runtime.common.ui.printing_1.7.0.201806010809.jar from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (14.83kB) [INFO] Fetching org.eclipse.gmf.runtime.common.ui.services_1.9.0.201806010809.jar from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (99.1kB) [INFO] Fetching org.eclipse.gmf.runtime.common.ui.services_1.9.0.201806010809.jar from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (99.1kB) [INFO] Fetching org.eclipse.gmf.runtime.common.ui.services.properties_1.9.0.201806010809.jar from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (74.94kB) [INFO] Fetching org.eclipse.gmf.runtime.common.ui.services.properties_1.9.0.201806010809.jar from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (74.94kB) [INFO] Fetching org.eclipse.gmf.runtime.diagram.core_1.7.0.201806010809.jar from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (130.39kB) [INFO] Fetching org.eclipse.gmf.runtime.diagram.core_1.7.0.201806010809.jar from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (130.39kB) [INFO] Fetching org.eclipse.gmf.runtime.notation_1.9.0.201805221301.jar from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (384.01kB) [INFO] Fetching org.eclipse.gmf.runtime.notation_1.9.0.201805221301.jar from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (384.01kB) [INFO] Fetching org.eclipse.gmf.runtime.emf.core_1.7.0.201806010809.jar from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (111.43kB) [INFO] Fetching org.eclipse.gmf.runtime.emf.core_1.7.0.201806010809.jar from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (111.43kB) [INFO] Fetching org.eclipse.gmf.runtime.emf.type.core_1.9.0.201806010809.jar from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (185.94kB) [INFO] Fetching org.eclipse.gmf.runtime.emf.type.core_1.9.0.201806010809.jar from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (185.94kB) [INFO] Fetching org.eclipse.gmf.runtime.diagram.ui_1.8.0.201806010809.jar from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (1.14MB) [INFO] Fetching org.eclipse.gmf.runtime.diagram.ui_1.8.0.201806010809.jar from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (1.14MB) [INFO] Fetching org.eclipse.gmf.runtime.emf.commands.core_1.7.0.201806010809.jar from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (28.53kB) [INFO] Fetching org.eclipse.gmf.runtime.emf.commands.core_1.7.0.201806010809.jar from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (28.53kB) [INFO] Fetching org.eclipse.gmf.runtime.emf.ui_1.7.0.201806010809.jar from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (92.23kB) [INFO] Fetching org.eclipse.gmf.runtime.emf.ui_1.7.0.201806010809.jar from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (92.23kB) [INFO] Fetching org.eclipse.gmf.runtime.gef.ui_1.7.0.201806010809.jar from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (99.99kB) [INFO] Fetching org.eclipse.gmf.runtime.gef.ui_1.7.0.201806010809.jar from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (99.99kB) [INFO] Fetching org.eclipse.ui.views.properties.tabbed_3.8.300.v20180921-1036.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (40.71kB) [INFO] Fetching org.eclipse.ui.views.properties.tabbed_3.8.300.v20180921-1036.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (40.71kB) [INFO] Fetching org.eclipse.gmf.runtime.draw2d.ui.render_1.7.0.201806010809.jar from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (48.54kB) [INFO] Fetching org.eclipse.gmf.runtime.draw2d.ui.render_1.7.0.201806010809.jar from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (48.54kB) [INFO] Fetching org.eclipse.gmf.runtime.diagram.ui.actions_1.7.0.201806010809.jar from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (215.84kB) [INFO] Fetching org.eclipse.gmf.runtime.diagram.ui.actions_1.7.0.201806010809.jar from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (215.84kB) [INFO] Fetching org.eclipse.gmf.runtime.diagram.ui.printing_1.7.0.201806010809.jar from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (88.5kB) [INFO] Fetching org.eclipse.gmf.runtime.diagram.ui.printing_1.7.0.201806010809.jar from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (88.5kB) [INFO] Fetching org.eclipse.gmf.runtime.diagram.ui.providers_1.7.0.201806010809.jar from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (134.25kB) [INFO] Fetching org.eclipse.gmf.runtime.diagram.ui.providers_1.7.0.201806010809.jar from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (134.25kB) [INFO] Fetching org.eclipse.gmf.runtime.diagram.ui.printing.render_1.8.0.201806010809.jar from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (90.68kB) [INFO] Fetching org.eclipse.gmf.runtime.diagram.ui.printing.render_1.8.0.201806010809.jar from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (90.68kB) [INFO] Fetching org.eclipse.gmf.runtime.draw2d.ui.render.awt_1.8.0.201806010809.jar from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (191.43kB) [INFO] Fetching org.eclipse.gmf.runtime.draw2d.ui.render.awt_1.8.0.201806010809.jar from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (191.43kB) [INFO] Fetching org.eclipse.gmf.runtime.diagram.ui.properties_1.7.0.201806010809.jar from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (212.88kB) [INFO] Fetching org.eclipse.gmf.runtime.diagram.ui.properties_1.7.0.201806010809.jar from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (212.88kB) [INFO] Fetching org.eclipse.gmf.runtime.emf.ui.properties_1.7.0.201806010809.jar from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (61.49kB) [INFO] Fetching org.eclipse.gmf.runtime.emf.ui.properties_1.7.0.201806010809.jar from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (61.49kB) [INFO] Fetching org.eclipse.gmf.runtime.diagram.ui.providers.ide_1.7.0.201806010809.jar from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (23.59kB) [INFO] Fetching org.eclipse.gmf.runtime.diagram.ui.providers.ide_1.7.0.201806010809.jar from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (23.59kB) [INFO] Fetching org.eclipse.gmf.runtime.diagram.ui.render_1.7.0.201806010809.jar from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (114.79kB) [INFO] Fetching org.eclipse.gmf.runtime.diagram.ui.render_1.7.0.201806010809.jar from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (114.79kB) [INFO] Fetching org.eclipse.gmf.runtime.diagram.ui.resources.editor_1.7.0.201806010809.jar from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (120.81kB) [INFO] Fetching org.eclipse.gmf.runtime.diagram.ui.resources.editor_1.7.0.201806010809.jar from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (120.81kB) [INFO] Fetching org.eclipse.gmf.runtime.diagram.ui.resources.editor.ide_1.7.0.201806010809.jar from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (67.98kB) [INFO] Fetching org.eclipse.gmf.runtime.diagram.ui.resources.editor.ide_1.7.0.201806010809.jar from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (67.98kB) [INFO] Fetching org.eclipse.gmf.runtime.draw2d.ui_1.9.0.201806010809.jar from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (307.46kB) [INFO] Fetching org.eclipse.gmf.runtime.draw2d.ui_1.9.0.201806010809.jar from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (307.46kB) [INFO] Fetching org.eclipse.gmf.runtime.emf.clipboard.core_1.7.0.201806010809.jar from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (107.22kB) [INFO] Fetching org.eclipse.gmf.runtime.emf.clipboard.core_1.7.0.201806010809.jar from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (107.22kB) [INFO] Fetching org.eclipse.gmf.runtime.notation.edit_1.7.0.201805221301.jar from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (246.02kB) [INFO] Fetching org.eclipse.gmf.runtime.notation.edit_1.7.0.201805221301.jar from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (246.02kB) [INFO] Fetching org.eclipse.jdt.core.manipulation_1.11.0.v20181126-0647.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (241.8kB) [INFO] Fetching org.eclipse.jdt.core.manipulation_1.11.0.v20181126-0647.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (241.8kB) [INFO] Fetching org.eclipse.jdt.debug_3.12.100.v20181116-1959.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (926.33kB) [INFO] Fetching org.eclipse.jdt.debug_3.12.100.v20181116-1959.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (926.33kB) [INFO] Fetching org.eclipse.search_3.11.400.v20181028-0633.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (216.5kB) [INFO] Fetching org.eclipse.search_3.11.400.v20181028-0633.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (216.5kB) [INFO] Fetching org.eclipse.jdt.junit.runtime_3.4.900.v20181012-1045.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (24.45kB) [INFO] Fetching org.eclipse.jdt.junit.runtime_3.4.900.v20181012-1045.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (24.45kB) [INFO] Fetching org.eclipse.ltk.ui.refactoring_3.9.200.v20180828-0626.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (181.37kB) [INFO] Fetching org.eclipse.ltk.ui.refactoring_3.9.200.v20180828-0626.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (181.37kB) [INFO] Fetching org.eclipse.jdt.junit.core_3.10.200.v20181025-0713.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (65.59kB) [INFO] Fetching org.eclipse.jdt.junit.core_3.10.200.v20181025-0713.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (65.59kB) [INFO] Fetching org.junit_4.12.0.v201504281640.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (283.72kB) [INFO] Fetching org.junit_4.12.0.v201504281640.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (283.72kB) [INFO] Fetching org.eclipse.team.ui_3.8.300.v20181030-1259.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (492.55kB) [INFO] Fetching org.eclipse.team.ui_3.8.300.v20181030-1259.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (492.55kB) [INFO] Fetching org.eclipse.ui.navigator_3.7.300.v20181016-1531.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (132.43kB) [INFO] Fetching org.eclipse.ui.navigator_3.7.300.v20181016-1531.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (132.43kB) [INFO] Fetching org.eclipse.ui.navigator.resources_3.6.300.v20181110-1011.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (68.71kB) [INFO] Fetching org.eclipse.ui.navigator.resources_3.6.300.v20181110-1011.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (68.71kB) [INFO] Fetching org.eclipse.m2m.qvt.oml_3.9.1.v20181210-1559.jar from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (1.03MB) [INFO] Fetching org.eclipse.m2m.qvt.oml_3.9.1.v20181210-1559.jar from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (1.03MB) [INFO] Fetching org.eclipse.m2m.qvt.oml.common_3.9.0.v20181210-1559.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (23.95kB) [INFO] Fetching org.eclipse.m2m.qvt.oml.common_3.9.0.v20181210-1559.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (23.95kB) [INFO] Fetching org.eclipse.m2m.qvt.oml.cst.parser_3.9.0.v20181210-1559.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (269.8kB) [INFO] Fetching org.eclipse.m2m.qvt.oml.cst.parser_3.9.0.v20181210-1559.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (269.8kB) [INFO] Fetching org.eclipse.ocl.ecore_3.10.100.v20181210-1441.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (110.54kB) [INFO] Fetching org.eclipse.ocl.ecore_3.10.100.v20181210-1441.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (110.54kB) [INFO] Fetching org.eclipse.m2m.qvt.oml.ecore.imperativeocl_3.9.0.v20181210-1559.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (39.47kB) [INFO] Fetching org.eclipse.m2m.qvt.oml.ecore.imperativeocl_3.9.0.v20181210-1559.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (39.47kB) [INFO] Fetching org.eclipse.m2m.qvt.oml.emf.util_3.9.0.v20181210-1559.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (27.75kB) [INFO] Fetching org.eclipse.m2m.qvt.oml.emf.util_3.9.0.v20181210-1559.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (27.75kB) [INFO] Fetching org.eclipse.ocl_3.10.100.v20181210-1441.jar from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (1.14MB) [INFO] Fetching org.eclipse.ocl_3.10.100.v20181210-1441.jar from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (1.14MB) [INFO] Fetching org.eclipse.nebula.widgets.nattable.core_1.5.0.201703192131.jar from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (1.82MB) [INFO] Fetching org.eclipse.nebula.widgets.nattable.core_1.5.0.201703192131.jar from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (1.82MB) [INFO] Fetching org.eclipse.swt.win32.win32.x86_64_3.109.0.v20181204-1801.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (1.09MB) [INFO] Fetching org.eclipse.swt.win32.win32.x86_64_3.109.0.v20181204-1801.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (1.09MB) [INFO] Fetching org.eclipse.nebula.widgets.nattable.extension.glazedlists_1.5.0.201703192131.jar from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (131.36kB) [INFO] Fetching org.eclipse.nebula.widgets.nattable.extension.glazedlists_1.5.0.201703192131.jar from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (131.36kB) [INFO] Fetching org.eclipse.nebula.widgets.richtext_1.2.0.201703081533.jar from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (1.42MB) [INFO] Fetching org.eclipse.nebula.widgets.richtext_1.2.0.201703081533.jar from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (1.42MB) [INFO] Fetching lpg.runtime.java_2.0.17.v201004271640.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (48.92kB) [INFO] Fetching lpg.runtime.java_2.0.17.v201004271640.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (48.92kB) [INFO] Fetching org.eclipse.ocl.common_1.8.100.v20181210-1441.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (14.79kB) [INFO] Fetching org.eclipse.ocl.common_1.8.100.v20181210-1441.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (14.79kB) [INFO] Fetching org.eclipse.papyrus.editor_2.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (14.45kB) [INFO] Fetching org.eclipse.papyrus.editor_2.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (14.45kB) [INFO] Fetching org.eclipse.papyrus.infra.ui_2.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (102.34kB) [INFO] Fetching org.eclipse.papyrus.infra.ui_2.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (102.34kB) [INFO] Fetching org.eclipse.papyrus.infra.emf_3.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (76.97kB) [INFO] Fetching org.eclipse.papyrus.infra.emf_3.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (76.97kB) [INFO] Fetching org.eclipse.papyrus.infra.internationalization.utils_1.0.100.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (10.81kB) [INFO] Fetching org.eclipse.papyrus.infra.internationalization.utils_1.0.100.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (10.81kB) [INFO] Fetching org.eclipse.papyrus.emf_1.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (9.49kB) [INFO] Fetching org.eclipse.papyrus.emf_1.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (9.49kB) [INFO] Fetching org.eclipse.papyrus.emf.facet.common.core_1.2.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (10.28kB) [INFO] Fetching org.eclipse.papyrus.emf.facet.common.core_1.2.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (10.28kB) [INFO] Fetching org.eclipse.papyrus.emf.facet.common.ui_1.2.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (15.92kB) [INFO] Fetching org.eclipse.papyrus.emf.facet.common.ui_1.2.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (15.92kB) [INFO] Fetching org.eclipse.papyrus.emf.facet.util.core_1.2.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (15.37kB) [INFO] Fetching org.eclipse.papyrus.emf.facet.util.core_1.2.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (15.37kB) [INFO] Fetching org.eclipse.papyrus.emf.facet.custom.core_3.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (16.2kB) [INFO] Fetching org.eclipse.papyrus.emf.facet.custom.core_3.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (16.2kB) [INFO] Fetching org.eclipse.papyrus.emf.facet.custom.metamodel_1.4.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (34.95kB) [INFO] Fetching org.eclipse.papyrus.emf.facet.custom.metamodel_1.4.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (34.95kB) [INFO] Fetching org.eclipse.papyrus.emf.facet.efacet.core_2.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (50.68kB) [INFO] Fetching org.eclipse.papyrus.emf.facet.efacet.core_2.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (50.68kB) [INFO] Fetching org.eclipse.papyrus.emf.facet.efacet.metamodel_1.3.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (308.59kB) [INFO] Fetching org.eclipse.papyrus.emf.facet.efacet.metamodel_1.3.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (308.59kB) [INFO] Fetching org.eclipse.papyrus.emf.facet.custom.ui_3.1.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (52.82kB) [INFO] Fetching org.eclipse.papyrus.emf.facet.custom.ui_3.1.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (52.82kB) [INFO] Fetching org.eclipse.papyrus.emf.facet.query.java.core_2.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (12.91kB) [INFO] Fetching org.eclipse.papyrus.emf.facet.query.java.core_2.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (12.91kB) [INFO] Fetching org.eclipse.papyrus.emf.facet.util.ui_2.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (42.39kB) [INFO] Fetching org.eclipse.papyrus.emf.facet.util.ui_2.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (42.39kB) [INFO] Fetching org.eclipse.papyrus.emf.facet.util.swt_1.2.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (11.45kB) [INFO] Fetching org.eclipse.papyrus.emf.facet.util.swt_1.2.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (11.45kB) [INFO] Fetching org.eclipse.papyrus.emf.facet.util.jface.ui_2.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (9.13kB) [INFO] Fetching org.eclipse.papyrus.emf.facet.util.jface.ui_2.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (9.13kB) [INFO] Fetching org.eclipse.papyrus.emf.facet.efacet_1.2.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (33.42kB) [INFO] Fetching org.eclipse.papyrus.emf.facet.efacet_1.2.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (33.42kB) [INFO] Fetching org.eclipse.papyrus.emf.facet.efacet.catalog_1.2.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (14.13kB) [INFO] Fetching org.eclipse.papyrus.emf.facet.efacet.catalog_1.2.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (14.13kB) [INFO] Fetching org.eclipse.papyrus.emf.facet.util.emf.core_1.2.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (26.11kB) [INFO] Fetching org.eclipse.papyrus.emf.facet.util.emf.core_1.2.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (26.11kB) [INFO] Fetching org.eclipse.papyrus.emf.facet.util.emf.ui_2.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (33.79kB) [INFO] Fetching org.eclipse.papyrus.emf.facet.util.emf.ui_2.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (33.79kB) [INFO] Fetching org.eclipse.papyrus.emf.facet.util.pde.core_1.2.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (19.82kB) [INFO] Fetching org.eclipse.papyrus.emf.facet.util.pde.core_1.2.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (19.82kB) [INFO] Fetching org.eclipse.papyrus.emf.facet.util.emf.catalog_1.2.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (13.19kB) [INFO] Fetching org.eclipse.papyrus.emf.facet.util.emf.catalog_1.2.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (13.19kB) [INFO] Fetching org.eclipse.papyrus.emf.facet.query.java_1.2.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (12.72kB) [INFO] Fetching org.eclipse.papyrus.emf.facet.query.java_1.2.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (12.72kB) [INFO] Fetching org.eclipse.papyrus.emf.facet.query.java.metamodel_1.3.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (12.95kB) [INFO] Fetching org.eclipse.papyrus.emf.facet.query.java.metamodel_1.3.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (12.95kB) [INFO] Fetching org.eclipse.papyrus.infra.tools_3.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (37.28kB) [INFO] Fetching org.eclipse.papyrus.infra.tools_3.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (37.28kB) [INFO] Fetching org.eclipse.pde.core_3.12.200.v20181123-1424.jar from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (1.28MB) [INFO] Fetching org.eclipse.pde.core_3.12.200.v20181123-1424.jar from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (1.28MB) [INFO] Fetching org.eclipse.papyrus.infra.architecture_2.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (19.57kB) [INFO] Fetching org.eclipse.papyrus.infra.architecture_2.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (19.57kB) [INFO] Fetching org.eclipse.papyrus.infra.core.architecture_2.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (42.62kB) [INFO] Fetching org.eclipse.papyrus.infra.core.architecture_2.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (42.62kB) [INFO] Fetching org.eclipse.papyrus.infra.services.edit_3.1.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (19.7kB) [INFO] Fetching org.eclipse.papyrus.infra.services.edit_3.1.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (19.7kB) [INFO] Fetching org.eclipse.papyrus.infra.core_3.0.100.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (99.96kB) [INFO] Fetching org.eclipse.papyrus.infra.core_3.0.100.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (99.96kB) [INFO] Fetching org.eclipse.papyrus.infra.types_4.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (40.23kB) [INFO] Fetching org.eclipse.papyrus.infra.types_4.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (40.23kB) [INFO] Fetching org.eclipse.papyrus.infra.architecture.representation_2.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (22.08kB) [INFO] Fetching org.eclipse.papyrus.infra.architecture.representation_2.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (22.08kB) [INFO] Fetching org.eclipse.papyrus.infra.constraints_2.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (30.06kB) [INFO] Fetching org.eclipse.papyrus.infra.constraints_2.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (30.06kB) [INFO] Fetching org.eclipse.papyrus.infra.architecture.representation.edit_1.1.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (17.71kB) [INFO] Fetching org.eclipse.papyrus.infra.architecture.representation.edit_1.1.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (17.71kB) [INFO] Fetching org.eclipse.papyrus.infra.core.architecture.edit_2.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (20.12kB) [INFO] Fetching org.eclipse.papyrus.infra.core.architecture.edit_2.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (20.12kB) [INFO] Fetching org.eclipse.papyrus.infra.constraints.edit_2.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (15.05kB) [INFO] Fetching org.eclipse.papyrus.infra.constraints.edit_2.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (15.05kB) [INFO] Fetching org.eclipse.papyrus.infra.types.edit_4.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (19.07kB) [INFO] Fetching org.eclipse.papyrus.infra.types.edit_4.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (19.07kB) [INFO] Fetching org.eclipse.papyrus.infra.core.sashwindows.di_1.2.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (52.37kB) [INFO] Fetching org.eclipse.papyrus.infra.core.sashwindows.di_1.2.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (52.37kB) [INFO] Fetching org.eclipse.papyrus.infra.core.log_1.2.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (9.14kB) [INFO] Fetching org.eclipse.papyrus.infra.core.log_1.2.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (9.14kB) [INFO] Fetching org.eclipse.papyrus.infra.core.sasheditor_2.1.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (60.96kB) [INFO] Fetching org.eclipse.papyrus.infra.core.sasheditor_2.1.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (60.96kB) [INFO] Fetching org.eclipse.papyrus.infra.core.sasheditor.di_2.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (20.23kB) [INFO] Fetching org.eclipse.papyrus.infra.core.sasheditor.di_2.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (20.23kB) [INFO] Fetching org.eclipse.uml2.types_2.5.0.v20181203-1331.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (11.51kB) [INFO] Fetching org.eclipse.uml2.types_2.5.0.v20181203-1331.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (11.51kB) [INFO] Fetching org.eclipse.uml2.common_2.5.0.v20181203-1331.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (35.09kB) [INFO] Fetching org.eclipse.papyrus.infra.emf.appearance_2.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (10.95kB) [INFO] Fetching org.eclipse.papyrus.infra.emf.appearance_2.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (10.95kB) [INFO] Fetching org.eclipse.papyrus.infra.emf.expressions_1.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (36.94kB) [INFO] Fetching org.eclipse.papyrus.infra.emf.expressions_1.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (36.94kB) [INFO] Fetching org.eclipse.papyrus.infra.emf.gmf_1.2.100.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (27.7kB) [INFO] Fetching org.eclipse.papyrus.infra.emf.gmf_1.2.100.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (27.7kB) [INFO] Fetching org.eclipse.papyrus.infra.emf.nattable_5.1.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (35.87kB) [INFO] Fetching org.eclipse.papyrus.infra.emf.nattable_5.1.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (35.87kB) [INFO] Fetching org.eclipse.papyrus.infra.nattable_6.1.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (320.96kB) [INFO] Fetching org.eclipse.papyrus.infra.nattable_6.1.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (320.96kB) [INFO] Fetching org.eclipse.papyrus.infra.emf.readonly_3.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (25.31kB) [INFO] Fetching org.eclipse.papyrus.infra.emf.readonly_3.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (25.31kB) [INFO] Fetching org.eclipse.papyrus.infra.onefile_2.2.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (16kB) [INFO] Fetching org.eclipse.papyrus.infra.onefile_2.2.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (16kB) [INFO] Fetching org.eclipse.pde.ui_3.10.500.v20181121-1530.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (1.46MB) [INFO] Fetching org.eclipse.pde.ui_3.10.500.v20181121-1530.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (1.46MB) [INFO] Fetching org.eclipse.papyrus.infra.internationalization_1.0.100.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (36.02kB) [INFO] Fetching org.eclipse.papyrus.infra.internationalization_1.0.100.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (36.02kB) [INFO] Fetching org.eclipse.papyrus.infra.emf.types_4.1.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (37.61kB) [INFO] Fetching org.eclipse.papyrus.infra.emf.types_4.1.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (37.61kB) [INFO] Fetching org.eclipse.papyrus.infra.types.rulebased_4.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (30.54kB) [INFO] Fetching org.eclipse.papyrus.infra.types.rulebased_4.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (30.54kB) [INFO] Fetching org.eclipse.papyrus.infra.properties.edit_3.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (35.42kB) [INFO] Fetching org.eclipse.papyrus.infra.properties.edit_3.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (35.42kB) [INFO] Fetching org.eclipse.uml2.uml.edit_5.5.0.v20181203-1331.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (171.71kB) [INFO] Fetching org.eclipse.uml2.uml.edit_5.5.0.v20181203-1331.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (171.71kB) [INFO] Fetching org.eclipse.papyrus.infra.types.core_4.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (34.88kB) [INFO] Fetching org.eclipse.papyrus.infra.types.core_4.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (34.88kB) [INFO] Fetching org.eclipse.papyrus.infra.filters_1.3.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (23.08kB) [INFO] Fetching org.eclipse.papyrus.infra.filters_1.3.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (23.08kB) [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.canonical_2.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (30.36kB) [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.canonical_2.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (30.36kB) [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.common_3.101.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (311.08kB) [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.common_3.101.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (311.08kB) [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.commands_3.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (23.32kB) [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.commands_3.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (23.32kB) [INFO] Fetching org.eclipse.papyrus.infra.viewpoints.policy_3.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (38.27kB) [INFO] Fetching org.eclipse.papyrus.infra.viewpoints.policy_3.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (38.27kB) [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.representation_2.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (22.79kB) [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.representation_2.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (22.79kB) [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.tooling.runtime_3.1.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (87.59kB) [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.tooling.runtime_3.1.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (87.59kB) [INFO] Fetching org.eclipse.papyrus.infra.services.decoration_2.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (15.08kB) [INFO] Fetching org.eclipse.papyrus.infra.services.decoration_2.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (15.08kB) [INFO] Fetching org.eclipse.papyrus.infra.sync_2.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (34.99kB) [INFO] Fetching org.eclipse.papyrus.infra.sync_2.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (34.99kB) [INFO] Fetching org.eclipse.papyrus.infra.services.edit.ui_3.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (12.3kB) [INFO] Fetching org.eclipse.papyrus.infra.services.edit.ui_3.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (12.3kB) [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.style_2.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (13.27kB) [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.style_2.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (13.27kB) [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.paletteconfiguration_4.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (39.99kB) [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.paletteconfiguration_4.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (39.99kB) [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.dnd_1.4.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (26.79kB) [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.dnd_1.4.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (26.79kB) [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.expansion_3.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (54.31kB) [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.expansion_3.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (54.31kB) [INFO] Fetching org.eclipse.uml2.common.edit_2.5.0.v20181203-1331.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (15.75kB) [INFO] Fetching org.eclipse.uml2.common.edit_2.5.0.v20181203-1331.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (15.75kB) [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.extensionpoints.editors_1.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (30.03kB) [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.extensionpoints.editors_1.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (30.03kB) [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.hyperlink_3.0.100.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (34.28kB) [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.hyperlink_3.0.100.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (34.28kB) [INFO] Fetching org.eclipse.papyrus.infra.hyperlink_3.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (43.13kB) [INFO] Fetching org.eclipse.papyrus.infra.hyperlink_3.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (43.13kB) [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.navigation_2.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (31.09kB) [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.navigation_2.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (31.09kB) [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.preferences_3.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (35.66kB) [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.preferences_3.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (35.66kB) [INFO] Fetching org.eclipse.papyrus.infra.nattable.representation_2.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (12.99kB) [INFO] Fetching org.eclipse.papyrus.infra.nattable.representation_2.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (12.99kB) [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.menu_1.2.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (19.66kB) [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.menu_1.2.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (19.66kB) [INFO] Fetching org.eclipse.papyrus.infra.widgets.toolbox_2.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (38.59kB) [INFO] Fetching org.eclipse.papyrus.infra.widgets.toolbox_2.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (38.59kB) [INFO] Fetching org.eclipse.papyrus.infra.services.navigation_3.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (14.38kB) [INFO] Fetching org.eclipse.papyrus.infra.services.navigation_3.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (14.38kB) [INFO] Fetching org.eclipse.papyrus.infra.services.openelement_3.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (11.42kB) [INFO] Fetching org.eclipse.papyrus.infra.services.openelement_3.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (11.42kB) [INFO] Fetching org.eclipse.papyrus.infra.services.viewersearch_3.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (11.03kB) [INFO] Fetching org.eclipse.papyrus.infra.services.viewersearch_3.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (11.03kB) [INFO] Fetching org.eclipse.papyrus.views.properties_4.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (34.35kB) [INFO] Fetching org.eclipse.papyrus.views.properties_4.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (34.35kB) [INFO] Fetching org.eclipse.papyrus.infra.widgets_3.4.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (570.45kB) [INFO] Fetching org.eclipse.papyrus.infra.widgets_3.4.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (570.45kB) [INFO] Fetching org.eclipse.papyrus.infra.ui.emf_2.1.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (50.17kB) [INFO] Fetching org.eclipse.papyrus.infra.ui.emf_2.1.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (50.17kB) [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.properties_4.0.100.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (67.88kB) [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.properties_4.0.100.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (67.88kB) [INFO] Fetching org.eclipse.papyrus.infra.properties.ui_3.4.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (81.09kB) [INFO] Fetching org.eclipse.papyrus.infra.properties.ui_3.4.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (81.09kB) [INFO] Fetching org.eclipse.papyrus.infra.nattable.model_4.1.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (110.1kB) [INFO] Fetching org.eclipse.papyrus.infra.nattable.model_4.1.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (110.1kB) [INFO] Fetching org.eclipse.papyrus.infra.internationalization.common_1.100.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (15.44kB) [INFO] Fetching org.eclipse.papyrus.infra.internationalization.common_1.100.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (15.44kB) [INFO] Fetching org.eclipse.papyrus.infra.services.labelprovider_2.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (13.21kB) [INFO] Fetching org.eclipse.papyrus.infra.services.labelprovider_2.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (13.21kB) [INFO] Fetching org.eclipse.papyrus.infra.nattable.common_5.1.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (42.64kB) [INFO] Fetching org.eclipse.papyrus.infra.nattable.common_5.1.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (42.64kB) [INFO] Fetching org.eclipse.papyrus.infra.newchild_4.1.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (33.41kB) [INFO] Fetching org.eclipse.papyrus.infra.newchild_4.1.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (33.41kB) [INFO] Fetching org.eclipse.papyrus.infra.services.semantic_2.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (9.68kB) [INFO] Fetching org.eclipse.papyrus.infra.services.semantic_2.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (9.68kB) [INFO] Fetching org.eclipse.papyrus.infra.properties_3.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (48.16kB) [INFO] Fetching org.eclipse.papyrus.infra.properties_3.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (48.16kB) [INFO] Fetching org.eclipse.xwt_1.3.1.I20171018-2059.jar from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (572.23kB) [INFO] Fetching org.eclipse.xwt_1.3.1.I20171018-2059.jar from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (572.23kB) [INFO] Fetching org.eclipse.papyrus.infra.services.controlmode.history_2.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (16.97kB) [INFO] Fetching org.eclipse.papyrus.infra.services.controlmode.history_2.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (16.97kB) [INFO] Fetching org.apache.commons.lang_2.6.0.v201404270220.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (106.17kB) [INFO] Fetching org.apache.commons.lang_2.6.0.v201404270220.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (106.17kB) [INFO] Fetching org.eclipse.papyrus.infra.services.markerlistener_2.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (23.81kB) [INFO] Fetching org.eclipse.papyrus.infra.services.markerlistener_2.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (23.81kB) [INFO] Fetching org.eclipse.papyrus.infra.services.localizer_2.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (9.98kB) [INFO] Fetching org.eclipse.papyrus.infra.services.localizer_2.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (9.98kB) [INFO] Fetching org.eclipse.papyrus.infra.services.resourceloading_3.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (20.95kB) [INFO] Fetching org.eclipse.papyrus.infra.services.resourceloading_3.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (20.95kB) [INFO] Fetching org.eclipse.papyrus.infra.services.validation_3.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (26.98kB) [INFO] Fetching org.eclipse.papyrus.infra.services.validation_3.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (26.98kB) [INFO] Fetching org.eclipse.papyrus.infra.ui.architecture_2.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (47.35kB) [INFO] Fetching org.eclipse.papyrus.infra.ui.architecture_2.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (47.35kB) [INFO] Fetching org.eclipse.pde_3.13.400.v20181206-0815.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (46.81kB) [INFO] Fetching org.eclipse.pde_3.13.400.v20181206-0815.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (46.81kB) [INFO] Fetching org.eclipse.papyrus.uml.appearance_2.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (11.05kB) [INFO] Fetching org.eclipse.papyrus.uml.appearance_2.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (11.05kB) [INFO] Fetching org.eclipse.uml2.uml_5.5.0.v20181203-1331.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (1.03MB) [INFO] Fetching org.eclipse.uml2.uml_5.5.0.v20181203-1331.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (1.03MB) [INFO] Fetching org.eclipse.papyrus.uml.diagram.common_3.3.100.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (574.5kB) [INFO] Fetching org.eclipse.papyrus.uml.diagram.common_3.3.100.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (574.5kB) [INFO] Fetching org.eclipse.papyrus.uml.tools.utils_3.4.100.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (52.17kB) [INFO] Fetching org.eclipse.papyrus.uml.tools.utils_3.4.100.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (52.17kB) [INFO] Fetching org.eclipse.papyrus.uml.diagram.wizards_3.2.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (66.05kB) [INFO] Fetching org.eclipse.papyrus.uml.diagram.wizards_3.2.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (66.05kB) [INFO] Fetching org.eclipse.papyrus.uml.diagram.navigation_2.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (13.01kB) [INFO] Fetching org.eclipse.papyrus.uml.diagram.navigation_2.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (13.01kB) [INFO] Fetching org.eclipse.papyrus.uml.profile_3.1.100.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (72.34kB) [INFO] Fetching org.eclipse.papyrus.uml.profile_3.1.100.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (72.34kB) [INFO] Fetching org.eclipse.papyrus.uml.modelrepair_2.0.100.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (65.42kB) [INFO] Fetching org.eclipse.papyrus.uml.modelrepair_2.0.100.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (65.42kB) [INFO] Fetching org.eclipse.papyrus.uml.internationalization.edit_1.100.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (34.16kB) [INFO] Fetching org.eclipse.papyrus.uml.internationalization.edit_1.100.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (34.16kB) [INFO] Fetching org.eclipse.papyrus.uml.internationalization.utils_1.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (9.32kB) [INFO] Fetching org.eclipse.papyrus.uml.internationalization.utils_1.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (9.32kB) [INFO] Fetching org.eclipse.papyrus.uml.tools_4.1.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (92.77kB) [INFO] Fetching org.eclipse.papyrus.uml.tools_4.1.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (92.77kB) [INFO] Fetching org.eclipse.papyrus.uml.diagram.composite_3.1.100.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (456.59kB) [INFO] Fetching org.eclipse.papyrus.uml.diagram.composite_3.1.100.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (456.59kB) [INFO] Fetching org.eclipse.papyrus.uml.service.types_4.1.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (166.42kB) [INFO] Fetching org.eclipse.papyrus.uml.service.types_4.1.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (166.42kB) [INFO] Fetching org.eclipse.papyrus.uml.diagram.stereotype.edition_2.0.100.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (30.55kB) [INFO] Fetching org.eclipse.papyrus.uml.diagram.stereotype.edition_2.0.100.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (30.55kB) [INFO] Fetching org.eclipse.ui.intro_3.5.400.v20181107-2118.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (141.99kB) [INFO] Fetching org.eclipse.ui.intro_3.5.400.v20181107-2118.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (141.99kB) [INFO] Fetching org.eclipse.papyrus.uml.extensionpoints_1.3.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (30.1kB) [INFO] Fetching org.eclipse.papyrus.uml.extensionpoints_1.3.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (30.1kB) [INFO] Fetching org.eclipse.papyrus.uml.nattable_5.2.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (66.4kB) [INFO] Fetching org.eclipse.papyrus.uml.nattable_5.2.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (66.4kB) [INFO] Fetching org.eclipse.papyrus.uml.nattable.stereotype.display_3.0.100.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (20.11kB) [INFO] Fetching org.eclipse.papyrus.uml.nattable.stereotype.display_3.0.100.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (20.11kB) [INFO] Fetching org.eclipse.uml2.uml.editor_5.5.0.v20181203-1331.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (65.47kB) [INFO] Fetching org.eclipse.uml2.uml.editor_5.5.0.v20181203-1331.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (65.47kB) [INFO] Fetching org.eclipse.papyrus.uml.properties_3.2.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (224.79kB) [INFO] Fetching org.eclipse.papyrus.uml.properties_3.2.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (224.79kB) [INFO] Fetching org.eclipse.papyrus.uml.ui_1.3.100.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (12.74kB) [INFO] Fetching org.eclipse.papyrus.uml.ui_1.3.100.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (12.74kB) [INFO] Fetching org.eclipse.uml2.uml.profile.standard_1.5.0.v20181203-1331.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (37.71kB) [INFO] Fetching org.eclipse.uml2.uml.profile.standard_1.5.0.v20181203-1331.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (37.71kB) [INFO] Fetching org.eclipse.papyrus.uml.types.core_4.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (62.11kB) [INFO] Fetching org.eclipse.papyrus.uml.types.core_4.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (62.11kB) [INFO] Fetching org.eclipse.uml2.uml.validation_5.5.0.v20181203-1331.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (12.86kB) [INFO] Fetching org.eclipse.uml2.uml.validation_5.5.0.v20181203-1331.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (12.86kB) [INFO] Fetching org.eclipse.pde.build_3.10.200.v20181008-0641.jar from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (476.85kB) [INFO] Fetching org.eclipse.pde.build_3.10.200.v20181008-0641.jar from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (476.85kB) [INFO] Fetching org.eclipse.update.configurator_3.4.100.v20180821-1913.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (43.11kB) [INFO] Fetching org.eclipse.update.configurator_3.4.100.v20180821-1913.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (43.11kB) [INFO] Fetching org.eclipse.pde.launching_3.7.300.v20181121-0613.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (51.16kB) [INFO] Fetching org.eclipse.pde.launching_3.7.300.v20181121-0613.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (51.16kB) [INFO] Fetching org.eclipse.ui.cheatsheets_3.5.300.v20180823-1505.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (118.64kB) [INFO] Fetching org.eclipse.ui.cheatsheets_3.5.300.v20180823-1505.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (118.64kB) [INFO] Fetching org.eclipse.ui.views.log_1.2.400.v20181102-1400.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (83.95kB) [INFO] Fetching org.eclipse.ui.views.log_1.2.400.v20181102-1400.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (83.95kB) [INFO] Fetching org.eclipse.ui.trace_1.1.300.v20181119-1957.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (26.35kB) [INFO] Fetching org.eclipse.ui.trace_1.1.300.v20181119-1957.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (26.35kB) [INFO] Fetching org.eclipse.ui.genericeditor_1.1.200.v20180921-0739.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (42.6kB) [INFO] Fetching org.eclipse.ui.genericeditor_1.1.200.v20180921-0739.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (42.6kB) [INFO] Fetching org.eclipse.uml2.uml.resources_5.5.0.v20181203-1331.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (243.5kB) [INFO] Fetching org.eclipse.uml2.uml.resources_5.5.0.v20181203-1331.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (243.5kB) [INFO] Fetching org.hamcrest.core_1.3.0.v20180420-1519.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (29.18kB) [INFO] Fetching org.hamcrest.core_1.3.0.v20180420-1519.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (29.18kB) [INFO] Fetching org.apache.commons.lang3_3.1.0.v201403281430.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (124.12kB) [INFO] Fetching org.apache.commons.lang3_3.1.0.v201403281430.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (124.12kB) [INFO] Resolving class path of MavenProject: org.polarsys.esf:org.polarsys.esf.core.diagram.esfarchitectureconcepts:0.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/esf-infra-quality/core/diagram/org.polarsys.esf.core.diagram.esfarchitectureconcepts/pom.xml [INFO] Computing target platform for MavenProject: org.polarsys.esf:org.polarsys.esf.core.metamodel.esfarchitectureconcepts:0.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/esf-infra-quality/core/metamodel/org.polarsys.esf.core.metamodel.esfarchitectureconcepts/pom.xml [INFO] Resolving dependencies of MavenProject: org.polarsys.esf:org.polarsys.esf.core.metamodel.esfarchitectureconcepts:0.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/esf-infra-quality/core/metamodel/org.polarsys.esf.core.metamodel.esfarchitectureconcepts/pom.xml [INFO] Resolving class path of MavenProject: org.polarsys.esf:org.polarsys.esf.core.metamodel.esfarchitectureconcepts:0.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/esf-infra-quality/core/metamodel/org.polarsys.esf.core.metamodel.esfarchitectureconcepts/pom.xml [INFO] Computing target platform for MavenProject: org.polarsys.esf:org.polarsys.esf.core.metamodel.esfcore:0.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/esf-infra-quality/core/metamodel/org.polarsys.esf.core.metamodel.esfcore/pom.xml [INFO] Resolving dependencies of MavenProject: org.polarsys.esf:org.polarsys.esf.core.metamodel.esfcore:0.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/esf-infra-quality/core/metamodel/org.polarsys.esf.core.metamodel.esfcore/pom.xml [INFO] Resolving class path of MavenProject: org.polarsys.esf:org.polarsys.esf.core.metamodel.esfcore:0.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/esf-infra-quality/core/metamodel/org.polarsys.esf.core.metamodel.esfcore/pom.xml [INFO] Computing target platform for MavenProject: org.polarsys.esf:org.polarsys.esf.core.metamodel.esfbehaviours:0.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/esf-infra-quality/core/metamodel/org.polarsys.esf.core.metamodel.esfbehaviours/pom.xml [INFO] Resolving dependencies of MavenProject: org.polarsys.esf:org.polarsys.esf.core.metamodel.esfbehaviours:0.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/esf-infra-quality/core/metamodel/org.polarsys.esf.core.metamodel.esfbehaviours/pom.xml [INFO] Resolving class path of MavenProject: org.polarsys.esf:org.polarsys.esf.core.metamodel.esfbehaviours:0.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/esf-infra-quality/core/metamodel/org.polarsys.esf.core.metamodel.esfbehaviours/pom.xml [INFO] Computing target platform for MavenProject: org.polarsys.esf:org.polarsys.esf.core.metamodel.esfproperties:0.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/esf-infra-quality/core/metamodel/org.polarsys.esf.core.metamodel.esfproperties/pom.xml [INFO] Resolving dependencies of MavenProject: org.polarsys.esf:org.polarsys.esf.core.metamodel.esfproperties:0.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/esf-infra-quality/core/metamodel/org.polarsys.esf.core.metamodel.esfproperties/pom.xml [INFO] Resolving class path of MavenProject: org.polarsys.esf:org.polarsys.esf.core.metamodel.esfproperties:0.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/esf-infra-quality/core/metamodel/org.polarsys.esf.core.metamodel.esfproperties/pom.xml [INFO] Computing target platform for MavenProject: org.polarsys.esf:org.polarsys.esf.core.metamodel.esfsafetyconcepts:0.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/esf-infra-quality/core/metamodel/org.polarsys.esf.core.metamodel.esfsafetyconcepts/pom.xml [INFO] Resolving dependencies of MavenProject: org.polarsys.esf:org.polarsys.esf.core.metamodel.esfsafetyconcepts:0.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/esf-infra-quality/core/metamodel/org.polarsys.esf.core.metamodel.esfsafetyconcepts/pom.xml [INFO] Resolving class path of MavenProject: org.polarsys.esf:org.polarsys.esf.core.metamodel.esfsafetyconcepts:0.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/esf-infra-quality/core/metamodel/org.polarsys.esf.core.metamodel.esfsafetyconcepts/pom.xml [INFO] Computing target platform for MavenProject: org.polarsys.esf:org.polarsys.esf.core.profile.esfarchitectureconcepts:0.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/esf-infra-quality/core/profile/org.polarsys.esf.core.profile.esfarchitectureconcepts/pom.xml [INFO] Resolving dependencies of MavenProject: org.polarsys.esf:org.polarsys.esf.core.profile.esfarchitectureconcepts:0.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/esf-infra-quality/core/profile/org.polarsys.esf.core.profile.esfarchitectureconcepts/pom.xml [INFO] Resolving class path of MavenProject: org.polarsys.esf:org.polarsys.esf.core.profile.esfarchitectureconcepts:0.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/esf-infra-quality/core/profile/org.polarsys.esf.core.profile.esfarchitectureconcepts/pom.xml [INFO] Computing target platform for MavenProject: org.polarsys.esf:org.polarsys.esf.core.profile.esfarchitectureconcepts.tests:0.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/esf-infra-quality/core/profile/org.polarsys.esf.core.profile.esfarchitectureconcepts.tests/pom.xml [INFO] Resolving dependencies of MavenProject: org.polarsys.esf:org.polarsys.esf.core.profile.esfarchitectureconcepts.tests:0.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/esf-infra-quality/core/profile/org.polarsys.esf.core.profile.esfarchitectureconcepts.tests/pom.xml [INFO] Fetching org.eclipse.core.net_1.3.400.v20181030-1645.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (33.61kB) [INFO] Fetching org.eclipse.core.net_1.3.400.v20181030-1645.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (33.61kB) [INFO] Fetching org.eclipse.equinox.launcher_1.5.200.v20180922-1751.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (30.73kB) [INFO] Fetching org.eclipse.equinox.launcher_1.5.200.v20180922-1751.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (30.73kB) [INFO] Fetching org.eclipse.ui.ide.application_1.3.100.v20181129-0817.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (55.48kB) [INFO] Fetching org.eclipse.ui.ide.application_1.3.100.v20181129-0817.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (55.48kB) [INFO] Fetching org.eclipse.urischeme_1.0.100.v20181204-1430.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (21.64kB) [INFO] Fetching org.eclipse.urischeme_1.0.100.v20181204-1430.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (21.64kB) [INFO] Resolving class path of MavenProject: org.polarsys.esf:org.polarsys.esf.core.profile.esfarchitectureconcepts.tests:0.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/esf-infra-quality/core/profile/org.polarsys.esf.core.profile.esfarchitectureconcepts.tests/pom.xml [INFO] Computing target platform for MavenProject: org.polarsys.esf:org.polarsys.esf.core.profile.esfarchitectureconcepts.application:0.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/esf-infra-quality/core/profile/org.polarsys.esf.core.profile.esfarchitectureconcepts.application/pom.xml [INFO] Resolving dependencies of MavenProject: org.polarsys.esf:org.polarsys.esf.core.profile.esfarchitectureconcepts.application:0.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/esf-infra-quality/core/profile/org.polarsys.esf.core.profile.esfarchitectureconcepts.application/pom.xml [INFO] Fetching org.eclipse.papyrus.uml.decoratormodel_2.2.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (50.94kB) [INFO] Fetching org.eclipse.papyrus.uml.decoratormodel_2.2.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (50.94kB) [INFO] Resolving class path of MavenProject: org.polarsys.esf:org.polarsys.esf.core.profile.esfarchitectureconcepts.application:0.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/esf-infra-quality/core/profile/org.polarsys.esf.core.profile.esfarchitectureconcepts.application/pom.xml [INFO] Computing target platform for MavenProject: org.polarsys.esf:org.polarsys.esf.core.profile.esfbehaviours:0.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/esf-infra-quality/core/profile/org.polarsys.esf.core.profile.esfbehaviours/pom.xml [INFO] Resolving dependencies of MavenProject: org.polarsys.esf:org.polarsys.esf.core.profile.esfbehaviours:0.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/esf-infra-quality/core/profile/org.polarsys.esf.core.profile.esfbehaviours/pom.xml [INFO] Resolving class path of MavenProject: org.polarsys.esf:org.polarsys.esf.core.profile.esfbehaviours:0.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/esf-infra-quality/core/profile/org.polarsys.esf.core.profile.esfbehaviours/pom.xml [INFO] Computing target platform for MavenProject: org.polarsys.esf:org.polarsys.esf.core.profile.esfcore:0.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/esf-infra-quality/core/profile/org.polarsys.esf.core.profile.esfcore/pom.xml [INFO] Resolving dependencies of MavenProject: org.polarsys.esf:org.polarsys.esf.core.profile.esfcore:0.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/esf-infra-quality/core/profile/org.polarsys.esf.core.profile.esfcore/pom.xml [INFO] Resolving class path of MavenProject: org.polarsys.esf:org.polarsys.esf.core.profile.esfcore:0.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/esf-infra-quality/core/profile/org.polarsys.esf.core.profile.esfcore/pom.xml [INFO] Computing target platform for MavenProject: org.polarsys.esf:org.polarsys.esf.core.profile.esfproperties:0.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/esf-infra-quality/core/profile/org.polarsys.esf.core.profile.esfproperties/pom.xml [INFO] Resolving dependencies of MavenProject: org.polarsys.esf:org.polarsys.esf.core.profile.esfproperties:0.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/esf-infra-quality/core/profile/org.polarsys.esf.core.profile.esfproperties/pom.xml [INFO] Resolving class path of MavenProject: org.polarsys.esf:org.polarsys.esf.core.profile.esfproperties:0.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/esf-infra-quality/core/profile/org.polarsys.esf.core.profile.esfproperties/pom.xml [INFO] Computing target platform for MavenProject: org.polarsys.esf:org.polarsys.esf.core.profile.esfsafetyconcepts:0.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/esf-infra-quality/core/profile/org.polarsys.esf.core.profile.esfsafetyconcepts/pom.xml [INFO] Resolving dependencies of MavenProject: org.polarsys.esf:org.polarsys.esf.core.profile.esfsafetyconcepts:0.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/esf-infra-quality/core/profile/org.polarsys.esf.core.profile.esfsafetyconcepts/pom.xml [INFO] Resolving class path of MavenProject: org.polarsys.esf:org.polarsys.esf.core.profile.esfsafetyconcepts:0.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/esf-infra-quality/core/profile/org.polarsys.esf.core.profile.esfsafetyconcepts/pom.xml [INFO] Computing target platform for MavenProject: org.polarsys.esf:org.polarsys.esf.core.releng:0.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/esf-infra-quality/core/releng/org.polarsys.esf.core.releng/pom.xml [INFO] Resolving dependencies of MavenProject: org.polarsys.esf:org.polarsys.esf.core.releng:0.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/esf-infra-quality/core/releng/org.polarsys.esf.core.releng/pom.xml [INFO] Fetching com.google.gson_2.7.0.v20170129-0911.jar from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (253.01kB) [INFO] Fetching com.google.gson_2.7.0.v20170129-0911.jar from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (253.01kB) [INFO] Fetching com.google.inject_3.0.0.v201312141243.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (137.12kB) [INFO] Fetching com.google.inject_3.0.0.v201312141243.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (137.12kB) [INFO] Fetching javax.xml_1.3.4.v201005080400.jar from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (249kB) [INFO] Fetching javax.xml_1.3.4.v201005080400.jar from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (249kB) [INFO] Fetching org.apache.commons.cli_1.2.0.v201404270220.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (24.42kB) [INFO] Fetching org.apache.commons.cli_1.2.0.v201404270220.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (24.42kB) [INFO] Fetching org.apache.xerces_2.9.0.v201101211617.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (405.11kB) [INFO] Fetching org.apache.xerces_2.9.0.v201101211617.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (405.11kB) [INFO] Fetching org.apache.xml.resolver_1.2.0.v201005080400.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (42.52kB) [INFO] Fetching org.apache.xml.resolver_1.2.0.v201005080400.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (42.52kB) [INFO] Fetching org.apache.xml.serializer_2.7.1.v201005080400.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (114.7kB) [INFO] Fetching org.apache.xml.serializer_2.7.1.v201005080400.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (114.7kB) [INFO] Fetching org.eclipse.emf.codegen_2.15.0.v20181120-2156.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (110.57kB) [INFO] Fetching org.eclipse.emf.codegen_2.15.0.v20181120-2156.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (110.57kB) [INFO] Fetching org.eclipse.emf.codegen.ecore_2.16.0.v20181206-1055.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (414.93kB) [INFO] Fetching org.eclipse.emf.codegen.ecore_2.16.0.v20181206-1055.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (414.93kB) [INFO] Fetching org.eclipse.emf.codegen.ecore.ui_2.16.0.v20181104-0826.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (69kB) [INFO] Fetching org.eclipse.emf.codegen.ecore.ui_2.16.0.v20181104-0826.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (69kB) [INFO] Fetching org.eclipse.emf.codegen.ui_2.8.0.v20180706-1146.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (22.47kB) [INFO] Fetching org.eclipse.emf.codegen.ui_2.8.0.v20180706-1146.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (22.47kB) [INFO] Fetching org.eclipse.emf.converter_2.10.0.v20180706-1146.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (37.54kB) [INFO] Fetching org.eclipse.emf.converter_2.10.0.v20180706-1146.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (37.54kB) [INFO] Fetching org.eclipse.emf.ecore.editor_2.16.0.v20181104-0733.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (44.87kB) [INFO] Fetching org.eclipse.emf.ecore.editor_2.16.0.v20181104-0733.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (44.87kB) [INFO] Fetching org.eclipse.emf.mwe.core_1.3.21.201705291011.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (63.18kB) [INFO] Fetching org.eclipse.emf.mwe.core_1.3.21.201705291011.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (63.18kB) [INFO] Fetching org.eclipse.emf.mwe2.runtime_2.9.1.201705291011.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (8.88kB) [INFO] Fetching org.eclipse.emf.mwe2.runtime_2.9.1.201705291011.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (8.88kB) [INFO] Fetching org.eclipse.emf.mwe.utils_1.3.21.201705291011.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (19.36kB) [INFO] Fetching org.eclipse.emf.mwe.utils_1.3.21.201705291011.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (19.36kB) [INFO] Fetching org.eclipse.emf.mwe2.lib_2.9.1.201705291011.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (13.43kB) [INFO] Fetching org.eclipse.emf.mwe2.lib_2.9.1.201705291011.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (13.43kB) [INFO] Fetching org.apache.log4j_1.2.15.v201012070815.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (129.49kB) [INFO] Fetching org.apache.log4j_1.2.15.v201012070815.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (129.49kB) [INFO] Fetching org.eclipse.emf.validation.ocl_1.4.0.201805030717.jar from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (20.91kB) [INFO] Fetching org.eclipse.emf.validation.ocl_1.4.0.201805030717.jar from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (20.91kB) [INFO] Fetching org.eclipse.emf.validation.ui_1.7.0.201805030717.jar from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (74.28kB) [INFO] Fetching org.eclipse.emf.validation.ui_1.7.0.201805030717.jar from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (74.28kB) [INFO] Fetching org.eclipse.emf.workspace.ui_1.3.0.201805140824.jar from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (23.12kB) [INFO] Fetching org.eclipse.emf.workspace.ui_1.3.0.201805140824.jar from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (23.12kB) [INFO] Fetching org.eclipse.m2m.qvt.oml.project_3.9.0.v20181210-1559.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (23.89kB) [INFO] Fetching org.eclipse.m2m.qvt.oml.project_3.9.0.v20181210-1559.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (23.89kB) [INFO] Fetching org.eclipse.m2m.qvt.oml.runtime_3.9.1.v20181210-1559.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (99.35kB) [INFO] Fetching org.eclipse.m2m.qvt.oml.runtime_3.9.1.v20181210-1559.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (99.35kB) [INFO] Fetching org.eclipse.nebula.cwt_1.0.0.201703081533.jar from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (157.36kB) [INFO] Fetching org.eclipse.nebula.cwt_1.0.0.201703081533.jar from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (157.36kB) [INFO] Fetching org.eclipse.nebula.widgets.nattable.extension.nebula_1.1.0.201703192131.jar from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (31.58kB) [INFO] Fetching org.eclipse.nebula.widgets.nattable.extension.nebula_1.1.0.201703192131.jar from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (31.58kB) [INFO] Fetching org.eclipse.wb.core.lib_1.9.1.201809061025.jar from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (5.23MB) [INFO] Fetching org.eclipse.wb.core.lib_1.9.1.201809061025.jar from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (5.23MB) [INFO] Fetching org.eclipse.ocl.common.ui_1.8.100.v20181210-1441.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (14.18kB) [INFO] Fetching org.eclipse.ocl.common.ui_1.8.100.v20181210-1441.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (14.18kB) [INFO] Fetching org.eclipse.ocl.examples.debug_2.6.0.v20181210-1441.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (31.73kB) [INFO] Fetching org.eclipse.ocl.xtext.completeocl_1.6.0.v20181210-1441.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (157.74kB) [INFO] Fetching org.eclipse.ocl.xtext.oclinecore_1.6.0.v20181210-1441.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (167.45kB) [INFO] Fetching org.eclipse.ocl.xtext.oclinecore_1.6.0.v20181210-1441.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (167.45kB) [INFO] Fetching org.eclipse.ocl.xtext.oclstdlib_1.6.0.v20181210-1441.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (167.11kB) [INFO] Fetching org.eclipse.ocl.xtext.oclstdlib_1.6.0.v20181210-1441.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (167.11kB) [INFO] Fetching org.eclipse.ocl.examples.debug.vm_2.6.0.v20181210-1441.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (71.37kB) [INFO] Fetching org.eclipse.ocl.examples.debug.vm_2.6.0.v20181210-1441.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (71.37kB) [INFO] Fetching org.eclipse.ocl.xtext.base_1.6.0.v20181210-1441.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (157.53kB) [INFO] Fetching org.eclipse.ocl.xtext.base_1.6.0.v20181210-1441.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (157.53kB) [INFO] Fetching org.eclipse.ocl.examples.debug.vm.ui_2.6.0.v20181210-1441.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (31.07kB) [INFO] Fetching org.eclipse.ocl.examples.debug.vm.ui_2.6.0.v20181210-1441.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (31.07kB) [INFO] Fetching org.eclipse.xtext.ui_2.16.0.v20181203-1056.jar from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (1.83MB) [INFO] Fetching org.eclipse.xtext.ui_2.16.0.v20181203-1056.jar from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (1.83MB) [INFO] Fetching org.eclipse.ocl.examples.emf.validation.validity_2.6.0.v20181210-1441.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (57.69kB) [INFO] Fetching org.eclipse.ocl.examples.emf.validation.validity_2.6.0.v20181210-1441.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (57.69kB) [INFO] Fetching org.eclipse.ocl.pivot_1.6.0.v20181210-1441.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (930.86kB) [INFO] Fetching org.eclipse.ocl.pivot_1.6.0.v20181210-1441.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (930.86kB) [INFO] Fetching org.eclipse.ocl.examples.emf.validation.validity.ui_2.6.0.v20181210-1441.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (58.96kB) [INFO] Fetching org.eclipse.ocl.examples.emf.validation.validity.ui_2.6.0.v20181210-1441.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (58.96kB) [INFO] Fetching org.eclipse.ocl.examples.ui_1.8.100.v20181210-1441.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (8.72kB) [INFO] Fetching org.eclipse.ocl.examples.ui_1.8.100.v20181210-1441.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (8.72kB) [INFO] Fetching org.eclipse.ocl.examples.xtext.console_4.6.0.v20181210-1441.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (40.15kB) [INFO] Fetching org.eclipse.ocl.examples.xtext.console_4.6.0.v20181210-1441.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (40.15kB) [INFO] Fetching org.eclipse.ocl.xtext.essentialocl.ui_1.6.0.v20181210-1441.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (106.52kB) [INFO] Fetching org.eclipse.ocl.xtext.essentialocl.ui_1.6.0.v20181210-1441.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (106.52kB) [INFO] Fetching org.eclipse.ocl.pivot.ui_1.6.0.v20181210-1441.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (12.67kB) [INFO] Fetching org.eclipse.ocl.pivot.ui_1.6.0.v20181210-1441.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (12.67kB) [INFO] Fetching org.eclipse.xtext.ui.shared_2.16.0.v20181203-1056.jar from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (58.43kB) [INFO] Fetching org.eclipse.xtext.ui.shared_2.16.0.v20181203-1056.jar from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (58.43kB) [INFO] Fetching org.eclipse.ocl.xtext.completeocl.ui_1.6.0.v20181210-1441.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (140.84kB) [INFO] Fetching org.eclipse.ocl.xtext.completeocl.ui_1.6.0.v20181210-1441.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (140.84kB) [INFO] Fetching org.eclipse.ocl.xtext.oclstdlib.ui_1.6.0.v20181210-1441.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (160.56kB) [INFO] Fetching org.eclipse.ocl.xtext.oclstdlib.ui_1.6.0.v20181210-1441.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (160.56kB) [INFO] Fetching org.eclipse.ocl.pivot.uml_1.6.0.v20181210-1441.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (92.04kB) [INFO] Fetching org.eclipse.ocl.pivot.uml_1.6.0.v20181210-1441.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (92.04kB) [INFO] Fetching org.eclipse.uml2.codegen.ecore_2.5.0.v20181203-1331.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (144.05kB) [INFO] Fetching org.eclipse.uml2.codegen.ecore_2.5.0.v20181203-1331.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (144.05kB) [INFO] Fetching org.eclipse.xtext_2.16.0.v20181203-0514.jar from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (2.57MB) [INFO] Fetching org.eclipse.xtext_2.16.0.v20181203-0514.jar from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (2.57MB) [INFO] Fetching org.eclipse.ocl.xtext.base.ui_1.6.0.v20181210-1441.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (74.98kB) [INFO] Fetching org.eclipse.ocl.xtext.base.ui_1.6.0.v20181210-1441.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (74.98kB) [INFO] Fetching org.eclipse.xtext.builder_2.16.0.v20181203-1056.jar from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (367.99kB) [INFO] Fetching org.eclipse.xtext.builder_2.16.0.v20181203-1056.jar from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (367.99kB) [INFO] Fetching org.eclipse.ocl.xtext.essentialocl_1.6.0.v20181210-1441.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (223.52kB) [INFO] Fetching org.eclipse.ocl.xtext.essentialocl_1.6.0.v20181210-1441.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (223.52kB) [INFO] Fetching org.eclipse.ocl.xtext.oclinecore.ui_1.6.0.v20181210-1441.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (190.98kB) [INFO] Fetching org.eclipse.ocl.xtext.oclinecore.ui_1.6.0.v20181210-1441.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (190.98kB) [INFO] Fetching org.eclipse.ocl.xtext.markup.ui_1.6.0.v20181210-1441.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (38.17kB) [INFO] Fetching org.eclipse.ocl.xtext.markup.ui_1.6.0.v20181210-1441.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (38.17kB) [INFO] Fetching org.eclipse.ocl.xtext.markup_1.6.0.v20181210-1441.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (62.35kB) [INFO] Fetching org.eclipse.ocl.xtext.markup_1.6.0.v20181210-1441.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (62.35kB) [INFO] Fetching org.eclipse.papyrus.copypaste.ui.doc_1.2.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (65.27kB) [INFO] Fetching org.eclipse.papyrus.copypaste.ui.doc_1.2.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (65.27kB) [INFO] Fetching org.eclipse.papyrus.infra.doc_1.2.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (16.49kB) [INFO] Fetching org.eclipse.papyrus.infra.doc_1.2.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (16.49kB) [INFO] Fetching org.eclipse.papyrus.dsml.validation.doc_1.2.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (278.93kB) [INFO] Fetching org.eclipse.papyrus.dsml.validation.doc_1.2.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (278.93kB) [INFO] Fetching org.eclipse.papyrus.infra.emf.expressions.doc_1.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (180.01kB) [INFO] Fetching org.eclipse.papyrus.infra.emf.expressions.doc_1.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (180.01kB) [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.common.doc_1.2.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (2.91MB) [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.common.doc_1.2.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (2.91MB) [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.css.doc_1.2.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (364.43kB) [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.css.doc_1.2.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (364.43kB) [INFO] Fetching org.eclipse.papyrus.infra.internationalization.doc_1.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (72.51kB) [INFO] Fetching org.eclipse.papyrus.infra.internationalization.doc_1.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (72.51kB) [INFO] Fetching org.eclipse.papyrus.infra.nattable.doc_1.3.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (4.51MB) [INFO] Fetching org.eclipse.papyrus.infra.nattable.doc_1.3.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (4.51MB) [INFO] Fetching org.eclipse.papyrus.infra.newchild.doc_1.2.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (372.56kB) [INFO] Fetching org.eclipse.papyrus.infra.newchild.doc_1.2.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (372.56kB) [INFO] Fetching org.eclipse.papyrus.infra.services.controlmode.doc_1.2.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (367.61kB) [INFO] Fetching org.eclipse.papyrus.infra.services.controlmode.doc_1.2.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (367.61kB) [INFO] Fetching org.eclipse.papyrus.infra.services.decoration.doc_1.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (912.92kB) [INFO] Fetching org.eclipse.papyrus.infra.services.decoration.doc_1.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (912.92kB) [INFO] Fetching org.eclipse.papyrus.infra.architecture.doc_1.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (810.18kB) [INFO] Fetching org.eclipse.papyrus.infra.architecture.doc_1.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (810.18kB) [INFO] Fetching org.eclipse.papyrus.infra.types.doc_3.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (458.75kB) [INFO] Fetching org.eclipse.papyrus.infra.types.doc_3.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (458.75kB) [INFO] Fetching org.eclipse.papyrus.req.reqif.doc_1.2.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (1.23MB) [INFO] Fetching org.eclipse.papyrus.req.reqif.doc_1.2.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (1.23MB) [INFO] Fetching org.eclipse.papyrus.uml.decoratormodel.doc_1.2.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (2.32MB) [INFO] Fetching org.eclipse.papyrus.uml.decoratormodel.doc_1.2.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (2.32MB) [INFO] Fetching org.eclipse.papyrus.uml.diagram.common.doc_1.2.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (2.03MB) [INFO] Fetching org.eclipse.papyrus.uml.diagram.common.doc_1.2.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (2.03MB) [INFO] Fetching org.eclipse.papyrus.uml.diagram.profile.doc_1.2.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (3.08MB) [INFO] Fetching org.eclipse.papyrus.uml.diagram.profile.doc_1.2.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (3.08MB) [INFO] Fetching org.eclipse.papyrus.uml.doc_1.2.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (3.16MB) [INFO] Fetching org.eclipse.papyrus.uml.doc_1.2.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (3.16MB) [INFO] Fetching org.eclipse.papyrus.uml.modelrepair.doc_1.2.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (56.05kB) [INFO] Fetching org.eclipse.papyrus.uml.modelrepair.doc_1.2.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (56.05kB) [INFO] Fetching org.eclipse.papyrus.uml.profile.assistants.doc_1.2.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (886.62kB) [INFO] Fetching org.eclipse.papyrus.uml.profile.assistants.doc_1.2.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (886.62kB) [INFO] Fetching org.eclipse.papyrus.uml.search.ui.doc_1.2.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (1.18MB) [INFO] Fetching org.eclipse.papyrus.uml.search.ui.doc_1.2.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (1.18MB) [INFO] Fetching org.eclipse.papyrus.views.properties.doc_1.3.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (903.03kB) [INFO] Fetching org.eclipse.papyrus.views.properties.doc_1.3.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (903.03kB) [INFO] Fetching org.eclipse.papyrus.emf.facet.aggregate.doc_1.2.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (82.4kB) [INFO] Fetching org.eclipse.papyrus.emf.facet.aggregate.doc_1.2.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (82.4kB) [INFO] Fetching org.eclipse.papyrus.emf.facet.custom.doc_1.2.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (144.25kB) [INFO] Fetching org.eclipse.papyrus.emf.facet.custom.doc_1.2.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (144.25kB) [INFO] Fetching org.eclipse.papyrus.emf.facet.custom.metamodel.editor.doc_1.2.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (506.14kB) [INFO] Fetching org.eclipse.papyrus.emf.facet.custom.metamodel.editor.doc_1.2.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (506.14kB) [INFO] Fetching org.eclipse.papyrus.emf.facet.doc_1.2.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (157.83kB) [INFO] Fetching org.eclipse.papyrus.emf.facet.doc_1.2.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (157.83kB) [INFO] Fetching org.eclipse.papyrus.emf.facet.efacet.doc_1.2.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (322.23kB) [INFO] Fetching org.eclipse.papyrus.emf.facet.efacet.doc_1.2.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (322.23kB) [INFO] Fetching org.eclipse.papyrus.emf.facet.util.emf.doc_1.2.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (121.24kB) [INFO] Fetching org.eclipse.papyrus.emf.facet.util.emf.doc_1.2.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (121.24kB) [INFO] Fetching org.eclipse.papyrus.toolsmiths.profilemigration.doc_0.7.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (567.54kB) [INFO] Fetching org.eclipse.papyrus.toolsmiths.profilemigration.doc_0.7.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (567.54kB) [INFO] Fetching org.eclipse.papyrus.views.references.doc_1.2.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (41.04kB) [INFO] Fetching org.eclipse.papyrus.views.references.doc_1.2.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (41.04kB) [INFO] Fetching org.eclipse.papyrus.views.documentation.doc_1.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (79.6kB) [INFO] Fetching org.eclipse.papyrus.views.documentation.doc_1.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (79.6kB) [INFO] Fetching org.eclipse.papyrus.doc.feature_3.1.0.201812120922.jar from http://download.eclipse.org/releases/2018-12/201812191000/features/ (13.57kB) [INFO] Fetching org.eclipse.papyrus.doc.feature_3.1.0.201812120922.jar from http://download.eclipse.org/releases/2018-12/201812191000/features/ (13.57kB) [INFO] Fetching org.eclipse.papyrus.eclipse.project.editors_2.1.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (29.95kB) [INFO] Fetching org.eclipse.papyrus.eclipse.project.editors_2.1.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (29.95kB) [INFO] Fetching org.eclipse.papyrus.editor.perspectiveconfiguration_1.2.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (13.45kB) [INFO] Fetching org.eclipse.papyrus.editor.perspectiveconfiguration_1.2.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (13.45kB) [INFO] Fetching org.eclipse.papyrus.editor.feature_2.0.0.201812120922.jar from http://download.eclipse.org/releases/2018-12/201812191000/features/ (13.01kB) [INFO] Fetching org.eclipse.papyrus.editor.feature_2.0.0.201812120922.jar from http://download.eclipse.org/releases/2018-12/201812191000/features/ (13.01kB) [INFO] Fetching org.eclipse.papyrus.emf.facet.common.sdk.core_1.2.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (15.97kB) [INFO] Fetching org.eclipse.papyrus.emf.facet.common.sdk.core_1.2.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (15.97kB) [INFO] Fetching org.eclipse.papyrus.emf.facet.custom.metamodel.edit_1.3.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (15.35kB) [INFO] Fetching org.eclipse.papyrus.emf.facet.custom.metamodel.edit_1.3.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (15.35kB) [INFO] Fetching org.eclipse.papyrus.emf.facet.efacet.metamodel.edit_1.2.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (44.15kB) [INFO] Fetching org.eclipse.papyrus.emf.facet.efacet.metamodel.edit_1.2.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (44.15kB) [INFO] Fetching org.eclipse.papyrus.emf.facet.custom.metamodel.editor_1.3.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (57.74kB) [INFO] Fetching org.eclipse.papyrus.emf.facet.custom.metamodel.editor_1.3.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (57.74kB) [INFO] Fetching org.eclipse.papyrus.emf.facet.efacet.sdk.ui_2.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (71.65kB) [INFO] Fetching org.eclipse.papyrus.emf.facet.efacet.sdk.ui_2.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (71.65kB) [INFO] Fetching org.eclipse.papyrus.emf.facet.custom.sdk.ui_1.2.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (35.49kB) [INFO] Fetching org.eclipse.papyrus.emf.facet.custom.sdk.ui_1.2.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (35.49kB) [INFO] Fetching org.eclipse.papyrus.emf.facet.query.ocl.metamodel_1.2.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (12.86kB) [INFO] Fetching org.eclipse.papyrus.emf.facet.query.ocl.metamodel_1.2.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (12.86kB) [INFO] Fetching org.eclipse.papyrus.emf.facet.custom.sdk.core_1.2.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (12.55kB) [INFO] Fetching org.eclipse.papyrus.emf.facet.custom.sdk.core_1.2.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (12.55kB) [INFO] Fetching org.eclipse.papyrus.emf.facet.widgets.celleditors_1.2.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (44.78kB) [INFO] Fetching org.eclipse.papyrus.emf.facet.widgets.celleditors_1.2.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (44.78kB) [INFO] Fetching org.eclipse.papyrus.emf.facet.efacet.ui_3.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (73.41kB) [INFO] Fetching org.eclipse.papyrus.emf.facet.efacet.ui_3.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (73.41kB) [INFO] Fetching org.eclipse.papyrus.emf.facet.efacet.edit_1.2.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (23.25kB) [INFO] Fetching org.eclipse.papyrus.emf.facet.efacet.edit_1.2.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (23.25kB) [INFO] Fetching org.eclipse.papyrus.emf.facet.efacet.editor_1.2.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (21.91kB) [INFO] Fetching org.eclipse.papyrus.emf.facet.efacet.editor_1.2.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (21.91kB) [INFO] Fetching org.eclipse.papyrus.emf.facet.query.java.sdk.ui_1.2.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (19.33kB) [INFO] Fetching org.eclipse.papyrus.emf.facet.query.java.sdk.ui_1.2.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (19.33kB) [INFO] Fetching org.eclipse.papyrus.emf.facet.query.ocl.core_1.2.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (10.86kB) [INFO] Fetching org.eclipse.papyrus.emf.facet.query.ocl.core_1.2.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (10.86kB) [INFO] Fetching org.eclipse.papyrus.emf.facet.query.ocl.sdk.ui_2.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (13.57kB) [INFO] Fetching org.eclipse.papyrus.emf.facet.query.ocl.sdk.ui_2.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (13.57kB) [INFO] Fetching org.eclipse.papyrus.emf.facet.widgets_1.2.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (23.7kB) [INFO] Fetching org.eclipse.papyrus.emf.facet.widgets_1.2.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (23.7kB) [INFO] Fetching org.eclipse.papyrus.emf.facet.widgets.celleditors.ecore_1.2.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (25.35kB) [INFO] Fetching org.eclipse.papyrus.emf.facet.widgets.celleditors.ecore_1.2.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (25.35kB) [INFO] Fetching org.eclipse.papyrus.emf.facet.feature_3.0.0.201812120922.jar from http://download.eclipse.org/releases/2018-12/201812191000/features/ (13.45kB) [INFO] Fetching org.eclipse.papyrus.emf.facet.feature_3.0.0.201812120922.jar from http://download.eclipse.org/releases/2018-12/201812191000/features/ (13.45kB) [INFO] Fetching org.eclipse.emf_2.8.0.v20180706-1146.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (10.56kB) [INFO] Fetching org.eclipse.emf_2.8.0.v20180706-1146.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (10.56kB) [INFO] Fetching org.eclipse.papyrus.emf.feature_1.0.0.201812120922.jar from http://download.eclipse.org/releases/2018-12/201812191000/features/ (12.92kB) [INFO] Fetching org.eclipse.papyrus.emf.feature_1.0.0.201812120922.jar from http://download.eclipse.org/releases/2018-12/201812191000/features/ (12.92kB) [INFO] Fetching org.eclipse.papyrus.extensionpoints.editors_3.1.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (14.52kB) [INFO] Fetching org.eclipse.papyrus.extensionpoints.editors_3.1.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (14.52kB) [INFO] Fetching org.eclipse.papyrus.infra.architecture.feature_1.0.0.201812120922.jar from http://download.eclipse.org/releases/2018-12/201812191000/features/ (13.02kB) [INFO] Fetching org.eclipse.papyrus.infra.architecture.feature_1.0.0.201812120922.jar from http://download.eclipse.org/releases/2018-12/201812191000/features/ (13.02kB) [INFO] Fetching org.eclipse.papyrus.infra.constraints.editor_2.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (36.14kB) [INFO] Fetching org.eclipse.papyrus.infra.constraints.editor_2.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (36.14kB) [INFO] Fetching org.eclipse.papyrus.infra.constraints.ui_2.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (8.59kB) [INFO] Fetching org.eclipse.papyrus.infra.constraints.ui_2.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (8.59kB) [INFO] Fetching org.eclipse.papyrus.infra.core.feature_3.0.0.201812120922.jar from http://download.eclipse.org/releases/2018-12/201812191000/features/ (13.12kB) [INFO] Fetching org.eclipse.papyrus.infra.core.feature_3.0.0.201812120922.jar from http://download.eclipse.org/releases/2018-12/201812191000/features/ (13.12kB) [INFO] Fetching org.eclipse.papyrus.infra.editor.welcome_2.0.100.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (54.51kB) [INFO] Fetching org.eclipse.papyrus.infra.editor.welcome_2.0.100.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (54.51kB) [INFO] Fetching org.eclipse.papyrus.infra.editor.welcome.internationalization_2.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (15.22kB) [INFO] Fetching org.eclipse.papyrus.infra.editor.welcome.internationalization_2.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (15.22kB) [INFO] Fetching org.eclipse.papyrus.infra.internationalization.ui_1.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (12.58kB) [INFO] Fetching org.eclipse.papyrus.infra.internationalization.ui_1.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (12.58kB) [INFO] Fetching org.eclipse.papyrus.infra.editor.welcome.nattable_3.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (23.73kB) [INFO] Fetching org.eclipse.papyrus.infra.editor.welcome.nattable_3.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (23.73kB) [INFO] Fetching org.eclipse.papyrus.infra.emf.diagram.common_2.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (9.38kB) [INFO] Fetching org.eclipse.papyrus.infra.emf.diagram.common_2.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (9.38kB) [INFO] Fetching org.eclipse.papyrus.infra.emf.expressions.edit_1.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (15.59kB) [INFO] Fetching org.eclipse.papyrus.infra.emf.expressions.edit_1.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (15.59kB) [INFO] Fetching org.eclipse.papyrus.infra.emf.expressions.editor_1.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (34.84kB) [INFO] Fetching org.eclipse.papyrus.infra.emf.expressions.editor_1.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (34.84kB) [INFO] Fetching org.eclipse.papyrus.infra.emf.expressions.properties_1.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (16.32kB) [INFO] Fetching org.eclipse.papyrus.infra.emf.expressions.properties_1.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (16.32kB) [INFO] Fetching org.eclipse.papyrus.infra.emf.expressions.feature_1.0.0.201812120922.jar from http://download.eclipse.org/releases/2018-12/201812191000/features/ (13.04kB) [INFO] Fetching org.eclipse.papyrus.infra.emf.expressions.feature_1.0.0.201812120922.jar from http://download.eclipse.org/releases/2018-12/201812191000/features/ (13.04kB) [INFO] Fetching org.eclipse.papyrus.infra.emf.types.ui_4.1.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (20.77kB) [INFO] Fetching org.eclipse.papyrus.infra.emf.types.ui_4.1.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (20.77kB) [INFO] Fetching org.eclipse.papyrus.infra.emf.feature_3.0.0.201812120922.jar from http://download.eclipse.org/releases/2018-12/201812191000/features/ (13.06kB) [INFO] Fetching org.eclipse.papyrus.infra.emf.feature_3.0.0.201812120922.jar from http://download.eclipse.org/releases/2018-12/201812191000/features/ (13.06kB) [INFO] Fetching org.eclipse.papyrus.infra.psf_1.2.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (17.36kB) [INFO] Fetching org.eclipse.papyrus.infra.psf_1.2.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (17.36kB) [INFO] Fetching org.eclipse.papyrus.infra.newchild.edit_4.1.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (13.93kB) [INFO] Fetching org.eclipse.papyrus.infra.newchild.edit_4.1.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (13.93kB) [INFO] Fetching org.eclipse.papyrus.infra.filters.edit_1.4.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (13.25kB) [INFO] Fetching org.eclipse.papyrus.infra.filters.edit_1.4.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (13.25kB) [INFO] Fetching org.eclipse.papyrus.infra.properties.editor_3.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (42.42kB) [INFO] Fetching org.eclipse.papyrus.infra.properties.editor_3.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (42.42kB) [INFO] Fetching org.eclipse.papyrus.infra.feature_3.0.0.201812120922.jar from http://download.eclipse.org/releases/2018-12/201812191000/features/ (13.43kB) [INFO] Fetching org.eclipse.papyrus.infra.feature_3.0.0.201812120922.jar from http://download.eclipse.org/releases/2018-12/201812191000/features/ (13.43kB) [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.assistant_1.4.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (48.65kB) [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.assistant_1.4.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (48.65kB) [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.assistant.edit_1.3.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (23.3kB) [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.assistant.edit_1.3.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (23.3kB) [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.assistant.editor_1.3.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (31.05kB) [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.assistant.editor_1.3.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (31.05kB) [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.assistant.ui_1.2.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (9.36kB) [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.assistant.ui_1.2.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (9.36kB) [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.controlmode_1.2.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (10.42kB) [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.controlmode_1.2.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (10.42kB) [INFO] Fetching org.eclipse.papyrus.infra.services.controlmode_2.0.100.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (43.32kB) [INFO] Fetching org.eclipse.papyrus.infra.services.controlmode_2.0.100.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (43.32kB) [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.css_2.3.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (75.21kB) [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.css_2.3.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (75.21kB) [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.css.model_1.3.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (22.09kB) [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.css.model_1.3.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (22.09kB) [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.css.configuration_2.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (25.55kB) [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.css.configuration_2.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (25.55kB) [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.css.properties_3.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (40.96kB) [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.css.properties_3.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (40.96kB) [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.css3.xtext_3.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (107.82kB) [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.css3.xtext_3.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (107.82kB) [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui_3.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (88.48kB) [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui_3.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (88.48kB) [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.css.theme_1.2.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (9.42kB) [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.css.theme_1.2.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (9.42kB) [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.css.model.edit_1.3.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (12.88kB) [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.css.model.edit_1.3.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (12.88kB) [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.css.feature_3.0.0.201812120922.jar from http://download.eclipse.org/releases/2018-12/201812191000/features/ (13.09kB) [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.css.feature_3.0.0.201812120922.jar from http://download.eclipse.org/releases/2018-12/201812191000/features/ (13.09kB) [INFO] Fetching org.eclipse.xtext.xbase.lib_2.16.0.v20181203-0507.jar from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (155.68kB) [INFO] Fetching org.eclipse.xtext.xbase.lib_2.16.0.v20181203-0507.jar from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (155.68kB) [INFO] Fetching org.eclipse.xtext.common.types_2.16.0.v20181203-0528.jar from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (485.41kB) [INFO] Fetching org.eclipse.xtext.common.types_2.16.0.v20181203-0528.jar from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (485.41kB) [INFO] Fetching org.eclipse.xtext.util_2.16.0.v20181203-0514.jar from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (297.81kB) [INFO] Fetching org.eclipse.xtext.util_2.16.0.v20181203-0514.jar from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (297.81kB) [INFO] Fetching org.antlr.runtime_3.2.0.v201101311130.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (99.04kB) [INFO] Fetching org.antlr.runtime_3.2.0.v201101311130.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (99.04kB) [INFO] Fetching org.eclipse.xtext.common.types.ui_2.16.0.v20181203-1056.jar from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (252.93kB) [INFO] Fetching org.eclipse.xtext.common.types.ui_2.16.0.v20181203-1056.jar from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (252.93kB) [INFO] Fetching org.eclipse.xtext.ui.codetemplates.ui_2.16.0.v20181203-1056.jar from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (125.76kB) [INFO] Fetching org.eclipse.xtext.ui.codetemplates.ui_2.16.0.v20181203-1056.jar from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (125.76kB) [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.export_2.1.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (24.38kB) [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.export_2.1.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (24.38kB) [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.outline_2.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (15.57kB) [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.outline_2.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (15.57kB) [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.widgets_1.2.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (13.3kB) [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.widgets_1.2.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (13.3kB) [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.gef_1.2.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (9.32kB) [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.gef_1.2.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (9.32kB) [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.modelexplorer_1.2.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (17.12kB) [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.modelexplorer_1.2.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (17.12kB) [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.viewersearcher_1.2.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (9.34kB) [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.viewersearcher_1.2.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (9.34kB) [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.gmfmenu.filter_1.2.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (10.06kB) [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.gmfmenu.filter_1.2.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (10.06kB) [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.welcome_1.2.100.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (17.24kB) [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.welcome_1.2.100.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (17.24kB) [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.representation.edit_2.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (23.34kB) [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.representation.edit_2.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (23.34kB) [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.style.edit_2.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (10.88kB) [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.style.edit_2.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (10.88kB) [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.paletteconfiguration.edit_4.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (26.04kB) [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.paletteconfiguration.edit_4.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (26.04kB) [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.feature_3.0.0.201812120922.jar from http://download.eclipse.org/releases/2018-12/201812191000/features/ (13.58kB) [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.feature_3.0.0.201812120922.jar from http://download.eclipse.org/releases/2018-12/201812191000/features/ (13.58kB) [INFO] Fetching org.eclipse.papyrus.views.modelexplorer_3.0.100.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (84.86kB) [INFO] Fetching org.eclipse.papyrus.views.modelexplorer_3.0.100.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (84.86kB) [INFO] Fetching org.eclipse.papyrus.infra.internationalization.edit_1.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (11.35kB) [INFO] Fetching org.eclipse.papyrus.infra.internationalization.edit_1.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (11.35kB) [INFO] Fetching org.eclipse.papyrus.views.search_2.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (19.91kB) [INFO] Fetching org.eclipse.papyrus.views.search_2.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (19.91kB) [INFO] Fetching org.eclipse.papyrus.infra.internationalization.controlmode_1.0.100.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (14.63kB) [INFO] Fetching org.eclipse.papyrus.infra.internationalization.controlmode_1.0.100.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (14.63kB) [INFO] Fetching org.eclipse.papyrus.infra.internationalization.readonly_1.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (8.31kB) [INFO] Fetching org.eclipse.papyrus.infra.internationalization.readonly_1.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (8.31kB) [INFO] Fetching org.eclipse.papyrus.infra.internationalization.feature_1.0.0.201812120922.jar from http://download.eclipse.org/releases/2018-12/201812191000/features/ (13.07kB) [INFO] Fetching org.eclipse.papyrus.infra.internationalization.feature_1.0.0.201812120922.jar from http://download.eclipse.org/releases/2018-12/201812191000/features/ (13.07kB) [INFO] Fetching org.eclipse.papyrus.infra.nattable.controlmode_2.0.100.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (10.66kB) [INFO] Fetching org.eclipse.papyrus.infra.nattable.controlmode_2.0.100.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (10.66kB) [INFO] Fetching org.eclipse.papyrus.infra.nattable.model.edit_4.0.100.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (44.18kB) [INFO] Fetching org.eclipse.papyrus.infra.nattable.model.edit_4.0.100.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (44.18kB) [INFO] Fetching org.eclipse.papyrus.infra.nattable.model.editor_5.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (78.05kB) [INFO] Fetching org.eclipse.papyrus.infra.nattable.model.editor_5.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (78.05kB) [INFO] Fetching org.eclipse.papyrus.infra.nattable.modelexplorer_4.0.100.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (18.25kB) [INFO] Fetching org.eclipse.papyrus.infra.nattable.modelexplorer_4.0.100.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (18.25kB) [INFO] Fetching org.eclipse.papyrus.infra.nattable.views.config_5.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (16.25kB) [INFO] Fetching org.eclipse.papyrus.infra.nattable.views.config_5.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (16.25kB) [INFO] Fetching org.eclipse.papyrus.infra.nattable.views.editor_1.2.100.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (8.05kB) [INFO] Fetching org.eclipse.papyrus.infra.nattable.views.editor_1.2.100.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (8.05kB) [INFO] Fetching org.eclipse.papyrus.infra.nattable.properties_2.3.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (47.19kB) [INFO] Fetching org.eclipse.papyrus.infra.nattable.properties_2.3.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (47.19kB) [INFO] Fetching org.eclipse.papyrus.infra.nattable.gmfdiag_1.2.100.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (13.05kB) [INFO] Fetching org.eclipse.papyrus.infra.nattable.gmfdiag_1.2.100.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (13.05kB) [INFO] Fetching org.eclipse.papyrus.infra.nattable.representation.edit_2.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (11.76kB) [INFO] Fetching org.eclipse.papyrus.infra.nattable.representation.edit_2.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (11.76kB) [INFO] Fetching org.eclipse.papyrus.infra.nattable.feature_4.0.0.201812120922.jar from http://download.eclipse.org/releases/2018-12/201812191000/features/ (13.31kB) [INFO] Fetching org.eclipse.papyrus.infra.nattable.feature_4.0.0.201812120922.jar from http://download.eclipse.org/releases/2018-12/201812191000/features/ (13.31kB) [INFO] Fetching org.eclipse.papyrus.infra.newchild.editor_3.1.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (30.38kB) [INFO] Fetching org.eclipse.papyrus.infra.newchild.editor_3.1.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (30.38kB) [INFO] Fetching org.eclipse.papyrus.infra.newchild.ui_2.0.100.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (13.32kB) [INFO] Fetching org.eclipse.papyrus.infra.newchild.ui_2.0.100.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (13.32kB) [INFO] Fetching org.eclipse.papyrus.infra.onefile.ui_1.2.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (37.74kB) [INFO] Fetching org.eclipse.papyrus.infra.onefile.ui_1.2.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (37.74kB) [INFO] Fetching org.eclipse.papyrus.infra.services.architecture_1.0.100.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (8.38kB) [INFO] Fetching org.eclipse.papyrus.infra.services.architecture_1.0.100.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (8.38kB) [INFO] Fetching org.eclipse.papyrus.infra.services.viewlabelprovider_1.2.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (9.2kB) [INFO] Fetching org.eclipse.papyrus.infra.services.viewlabelprovider_1.2.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (9.2kB) [INFO] Fetching org.eclipse.papyrus.infra.services.feature_3.0.0.201812120922.jar from http://download.eclipse.org/releases/2018-12/201812191000/features/ (13.19kB) [INFO] Fetching org.eclipse.papyrus.infra.services.feature_3.0.0.201812120922.jar from http://download.eclipse.org/releases/2018-12/201812191000/features/ (13.19kB) [INFO] Fetching org.eclipse.papyrus.infra.services.resourceloading.ui_1.2.100.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (24.84kB) [INFO] Fetching org.eclipse.papyrus.infra.services.resourceloading.ui_1.2.100.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (24.84kB) [INFO] Fetching org.eclipse.papyrus.infra.types.editor_3.1.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (30.96kB) [INFO] Fetching org.eclipse.papyrus.infra.types.editor_3.1.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (30.96kB) [INFO] Fetching org.eclipse.papyrus.infra.types.ui_3.0.100.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (13.34kB) [INFO] Fetching org.eclipse.papyrus.infra.types.ui_3.0.100.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (13.34kB) [INFO] Fetching org.eclipse.papyrus.infra.ui.resources_1.2.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (21.1kB) [INFO] Fetching org.eclipse.papyrus.infra.ui.resources_1.2.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (21.1kB) [INFO] Fetching org.eclipse.papyrus.infra.ui.fonts_1.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (315.49kB) [INFO] Fetching org.eclipse.papyrus.infra.ui.fonts_1.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (315.49kB) [INFO] Fetching org.eclipse.papyrus.infra.ui.feature_3.0.0.201812120922.jar from http://download.eclipse.org/releases/2018-12/201812191000/features/ (13.26kB) [INFO] Fetching org.eclipse.papyrus.infra.ui.feature_3.0.0.201812120922.jar from http://download.eclipse.org/releases/2018-12/201812191000/features/ (13.26kB) [INFO] Fetching org.eclipse.papyrus.infra.viewpoints.feature_3.0.0.201812120922.jar from http://download.eclipse.org/releases/2018-12/201812191000/features/ (12.94kB) [INFO] Fetching org.eclipse.papyrus.infra.viewpoints.feature_3.0.0.201812120922.jar from http://download.eclipse.org/releases/2018-12/201812191000/features/ (12.94kB) [INFO] Fetching org.eclipse.papyrus.infra.widget.feature_3.0.0.201812120922.jar from http://download.eclipse.org/releases/2018-12/201812191000/features/ (13.03kB) [INFO] Fetching org.eclipse.papyrus.infra.widget.feature_3.0.0.201812120922.jar from http://download.eclipse.org/releases/2018-12/201812191000/features/ (13.03kB) [INFO] Fetching org.eclipse.papyrus.sdk_4.2.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (10.19kB) [INFO] Fetching org.eclipse.papyrus.sdk_4.2.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (10.19kB) [INFO] Fetching org.eclipse.papyrus.sdk.feature_4.2.0.201812120922.jar from http://download.eclipse.org/releases/2018-12/201812191000/features/ (13.37kB) [INFO] Fetching org.eclipse.papyrus.sdk.feature_4.2.0.201812120922.jar from http://download.eclipse.org/releases/2018-12/201812191000/features/ (13.37kB) [INFO] Fetching org.eclipse.papyrus.uml.alf_3.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (556.53kB) [INFO] Fetching org.eclipse.papyrus.uml.alf_3.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (556.53kB) [INFO] Fetching org.eclipse.papyrus.uml.alf.libraries_2.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (394.37kB) [INFO] Fetching org.eclipse.papyrus.uml.alf.libraries_2.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (394.37kB) [INFO] Fetching org.eclipse.papyrus.uml.alf.common_2.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (13.75kB) [INFO] Fetching org.eclipse.papyrus.uml.alf.common_2.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (13.75kB) [INFO] Fetching org.eclipse.papyrus.uml.alf.common.ui_2.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (10.71kB) [INFO] Fetching org.eclipse.papyrus.uml.alf.common.ui_2.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (10.71kB) [INFO] Fetching org.eclipse.papyrus.uml.alf.to.fuml_1.2.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (55.39kB) [INFO] Fetching org.eclipse.papyrus.uml.alf.to.fuml_1.2.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (55.39kB) [INFO] Fetching org.eclipse.papyrus.uml.alf.ui_3.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (205.92kB) [INFO] Fetching org.eclipse.papyrus.uml.alf.ui_3.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (205.92kB) [INFO] Fetching org.eclipse.papyrus.uml.alf.feature_3.0.0.201812120922.jar from http://download.eclipse.org/releases/2018-12/201812191000/features/ (13.03kB) [INFO] Fetching org.eclipse.papyrus.uml.alf.feature_3.0.0.201812120922.jar from http://download.eclipse.org/releases/2018-12/201812191000/features/ (13.03kB) [INFO] Fetching org.eclipse.papyrus.uml.xtext.integration.ui_2.1.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (41.74kB) [INFO] Fetching org.eclipse.papyrus.uml.xtext.integration.ui_2.1.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (41.74kB) [INFO] Fetching org.eclipse.papyrus.uml.service.validation_2.1.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (13.39kB) [INFO] Fetching org.eclipse.papyrus.uml.service.validation_2.1.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (13.39kB) [INFO] Fetching org.eclipse.papyrus.uml.architecture_1.1.200.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (20.66kB) [INFO] Fetching org.eclipse.papyrus.uml.architecture_1.1.200.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (20.66kB) [INFO] Fetching org.eclipse.papyrus.uml.diagram.activity_3.4.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (950.77kB) [INFO] Fetching org.eclipse.papyrus.uml.diagram.activity_3.4.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (950.77kB) [INFO] Fetching org.eclipse.papyrus.uml.diagram.clazz_3.0.200.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (398.72kB) [INFO] Fetching org.eclipse.papyrus.uml.diagram.communication_4.0.100.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (230.4kB) [INFO] Fetching org.eclipse.papyrus.uml.diagram.communication_4.0.100.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (230.4kB) [INFO] Fetching org.eclipse.papyrus.uml.diagram.component_3.2.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (208.66kB) [INFO] Fetching org.eclipse.papyrus.uml.diagram.component_3.2.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (208.66kB) [INFO] Fetching org.eclipse.papyrus.uml.diagram.deployment_3.1.200.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (179.63kB) [INFO] Fetching org.eclipse.papyrus.uml.diagram.deployment_3.1.200.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (179.63kB) [INFO] Fetching org.eclipse.papyrus.uml.diagram.interactionoverview_3.0.100.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (53.9kB) [INFO] Fetching org.eclipse.papyrus.uml.diagram.interactionoverview_3.0.100.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (53.9kB) [INFO] Fetching org.eclipse.papyrus.uml.diagram.profile_3.1.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (216.42kB) [INFO] Fetching org.eclipse.papyrus.uml.diagram.profile_3.1.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (216.42kB) [INFO] Fetching org.eclipse.papyrus.uml.diagram.sequence_5.1.100.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (460.88kB) [INFO] Fetching org.eclipse.papyrus.uml.diagram.sequence_5.1.100.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (460.88kB) [INFO] Fetching org.eclipse.papyrus.uml.diagram.statemachine_3.1.100.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (217.44kB) [INFO] Fetching org.eclipse.papyrus.uml.diagram.statemachine_3.1.100.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (217.44kB) [INFO] Fetching org.eclipse.papyrus.uml.diagram.timing_1.4.200.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (271.74kB) [INFO] Fetching org.eclipse.papyrus.uml.diagram.timing_1.4.200.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (271.74kB) [INFO] Fetching org.eclipse.papyrus.uml.diagram.usecase_4.0.200.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (210.7kB) [INFO] Fetching org.eclipse.papyrus.uml.diagram.usecase_4.0.200.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (210.7kB) [INFO] Fetching org.eclipse.papyrus.uml.nattable.generic.config_1.2.100.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (10.06kB) [INFO] Fetching org.eclipse.papyrus.uml.nattable.generic.config_1.2.100.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (10.06kB) [INFO] Fetching org.eclipse.papyrus.uml.service.types.ui_2.1.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (35.61kB) [INFO] Fetching org.eclipse.papyrus.uml.service.types.ui_2.1.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (35.61kB) [INFO] Fetching org.eclipse.papyrus.uml.architecture.feature_1.0.0.201812120922.jar from http://download.eclipse.org/releases/2018-12/201812191000/features/ (12.93kB) [INFO] Fetching org.eclipse.papyrus.uml.architecture.feature_1.0.0.201812120922.jar from http://download.eclipse.org/releases/2018-12/201812191000/features/ (12.93kB) [INFO] Fetching org.eclipse.papyrus.uml.commands_1.3.100.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (15.43kB) [INFO] Fetching org.eclipse.papyrus.uml.commands_1.3.100.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (15.43kB) [INFO] Fetching org.eclipse.papyrus.uml.controlmode.profile_2.0.100.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (19.42kB) [INFO] Fetching org.eclipse.papyrus.uml.controlmode.profile_2.0.100.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (19.42kB) [INFO] Fetching org.eclipse.papyrus.uml.decoratormodel.controlmode_1.2.200.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (21.17kB) [INFO] Fetching org.eclipse.papyrus.uml.decoratormodel.controlmode_1.2.200.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (21.17kB) [INFO] Fetching org.eclipse.papyrus.uml.decoratormodel.ui_2.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (44.54kB) [INFO] Fetching org.eclipse.papyrus.uml.decoratormodel.ui_2.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (44.54kB) [INFO] Fetching org.eclipse.papyrus.uml.decoratormodel.properties_4.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (27.38kB) [INFO] Fetching org.eclipse.papyrus.uml.decoratormodel.properties_4.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (27.38kB) [INFO] Fetching org.eclipse.papyrus.uml.decoratormodel.feature_3.0.0.201812120922.jar from http://download.eclipse.org/releases/2018-12/201812191000/features/ (13.07kB) [INFO] Fetching org.eclipse.papyrus.uml.decoratormodel.feature_3.0.0.201812120922.jar from http://download.eclipse.org/releases/2018-12/201812191000/features/ (13.07kB) [INFO] Fetching org.eclipse.papyrus.uml.diagram.common.groups_2.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (41.23kB) [INFO] Fetching org.eclipse.papyrus.uml.diagram.common.groups_2.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (41.23kB) [INFO] Fetching org.eclipse.papyrus.uml.diagram.menu_2.0.100.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (84.59kB) [INFO] Fetching org.eclipse.papyrus.uml.diagram.menu_2.0.100.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (84.59kB) [INFO] Fetching org.eclipse.papyrus.uml.diagram.css_2.0.100.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (16.48kB) [INFO] Fetching org.eclipse.papyrus.uml.diagram.css_2.0.100.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (16.48kB) [INFO] Fetching org.eclipse.papyrus.uml.diagram.css.feature_2.0.0.201812120922.jar from http://download.eclipse.org/releases/2018-12/201812191000/features/ (13kB) [INFO] Fetching org.eclipse.papyrus.uml.diagram.css.feature_2.0.0.201812120922.jar from http://download.eclipse.org/releases/2018-12/201812191000/features/ (13kB) [INFO] Fetching org.eclipse.papyrus.uml.diagram.dnd_1.3.100.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (25.9kB) [INFO] Fetching org.eclipse.papyrus.uml.diagram.dnd_1.3.100.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (25.9kB) [INFO] Fetching org.eclipse.papyrus.uml.diagram.icons_1.2.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (286.75kB) [INFO] Fetching org.eclipse.papyrus.uml.diagram.icons_1.2.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (286.75kB) [INFO] Fetching org.eclipse.papyrus.uml.diagram.modelexplorer_1.2.100.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (10.56kB) [INFO] Fetching org.eclipse.papyrus.uml.diagram.modelexplorer_1.2.100.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (10.56kB) [INFO] Fetching org.eclipse.papyrus.uml.diagram.symbols_1.2.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (18.44kB) [INFO] Fetching org.eclipse.papyrus.uml.diagram.symbols_1.2.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (18.44kB) [INFO] Fetching org.eclipse.papyrus.uml.diagram.symbols.properties_1.2.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (8.84kB) [INFO] Fetching org.eclipse.papyrus.uml.diagram.symbols.properties_1.2.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (8.84kB) [INFO] Fetching org.eclipse.papyrus.uml.diagram.linklf_2.0.100.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (18.9kB) [INFO] Fetching org.eclipse.papyrus.uml.diagram.linklf_2.0.100.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (18.9kB) [INFO] Fetching org.eclipse.papyrus.uml.diagram.sequence.restrictions_1.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (8.17kB) [INFO] Fetching org.eclipse.papyrus.uml.diagram.sequence.restrictions_1.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (8.17kB) [INFO] Fetching org.eclipse.papyrus.uml.diagram.feature_3.0.0.201812120922.jar from http://download.eclipse.org/releases/2018-12/201812191000/features/ (13.41kB) [INFO] Fetching org.eclipse.papyrus.uml.diagram.feature_3.0.0.201812120922.jar from http://download.eclipse.org/releases/2018-12/201812191000/features/ (13.41kB) [INFO] Fetching org.eclipse.papyrus.uml.documentation.profile_1.3.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (14.92kB) [INFO] Fetching org.eclipse.papyrus.uml.documentation.profile_1.3.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (14.92kB) [INFO] Fetching org.eclipse.papyrus.uml.export_1.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (37.25kB) [INFO] Fetching org.eclipse.papyrus.uml.export_1.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (37.25kB) [INFO] Fetching org.eclipse.papyrus.uml.expressions_2.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (25.5kB) [INFO] Fetching org.eclipse.papyrus.uml.expressions_2.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (25.5kB) [INFO] Fetching org.eclipse.papyrus.uml.expressions.edit_2.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (15.06kB) [INFO] Fetching org.eclipse.papyrus.uml.expressions.edit_2.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (15.06kB) [INFO] Fetching org.eclipse.papyrus.uml.expressions.properties_1.0.100.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (12.39kB) [INFO] Fetching org.eclipse.papyrus.uml.expressions.properties_1.0.100.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (12.39kB) [INFO] Fetching org.eclipse.papyrus.uml.expressions.feature_1.0.0.201812120922.jar from http://download.eclipse.org/releases/2018-12/201812191000/features/ (13.02kB) [INFO] Fetching org.eclipse.papyrus.uml.expressions.feature_1.0.0.201812120922.jar from http://download.eclipse.org/releases/2018-12/201812191000/features/ (13.02kB) [INFO] Fetching org.eclipse.papyrus.uml.icons_1.2.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (1.45MB) [INFO] Fetching org.eclipse.papyrus.uml.icons_1.2.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (1.45MB) [INFO] Fetching org.eclipse.papyrus.uml.import_1.2.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (15.27kB) [INFO] Fetching org.eclipse.papyrus.uml.import_1.2.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (15.27kB) [INFO] Fetching org.eclipse.papyrus.uml.perspective_1.2.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (9.45kB) [INFO] Fetching org.eclipse.papyrus.uml.perspective_1.2.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (9.45kB) [INFO] Fetching org.eclipse.papyrus.uml.profile.drafter_1.3.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (53.86kB) [INFO] Fetching org.eclipse.papyrus.uml.profile.drafter_1.3.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (53.86kB) [INFO] Fetching org.eclipse.papyrus.uml.resourceloading.profile_1.2.100.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (8.92kB) [INFO] Fetching org.eclipse.papyrus.uml.resourceloading.profile_1.2.100.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (8.92kB) [INFO] Fetching org.eclipse.papyrus.uml.templaterepository_2.0.100.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (9.14kB) [INFO] Fetching org.eclipse.papyrus.uml.templaterepository_2.0.100.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (9.14kB) [INFO] Fetching org.eclipse.papyrus.uml.oclconstraintevaluation_1.2.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (10.82kB) [INFO] Fetching org.eclipse.papyrus.uml.oclconstraintevaluation_1.2.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (10.82kB) [INFO] Fetching org.eclipse.papyrus.uml.navigation_1.2.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (15.46kB) [INFO] Fetching org.eclipse.papyrus.uml.navigation_1.2.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (15.46kB) [INFO] Fetching org.eclipse.papyrus.uml.services.decoration_1.2.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (9.45kB) [INFO] Fetching org.eclipse.papyrus.uml.services.decoration_1.2.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (9.45kB) [INFO] Fetching org.eclipse.papyrus.uml.filters_1.3.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (16.45kB) [INFO] Fetching org.eclipse.papyrus.uml.filters_1.3.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (16.45kB) [INFO] Fetching org.eclipse.papyrus.uml.filters.edit_1.3.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (11.67kB) [INFO] Fetching org.eclipse.papyrus.uml.filters.edit_1.3.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (11.67kB) [INFO] Fetching org.eclipse.papyrus.uml.feature_4.0.0.201812120922.jar from http://download.eclipse.org/releases/2018-12/201812191000/features/ (13.53kB) [INFO] Fetching org.eclipse.papyrus.uml.feature_4.0.0.201812120922.jar from http://download.eclipse.org/releases/2018-12/201812191000/features/ (13.53kB) [INFO] Fetching org.eclipse.papyrus.uml.internationalization_1.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (10.18kB) [INFO] Fetching org.eclipse.papyrus.uml.internationalization_1.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (10.18kB) [INFO] Fetching org.eclipse.papyrus.uml.internationalization.feature_1.0.0.201812120922.jar from http://download.eclipse.org/releases/2018-12/201812191000/features/ (13kB) [INFO] Fetching org.eclipse.papyrus.uml.internationalization.feature_1.0.0.201812120922.jar from http://download.eclipse.org/releases/2018-12/201812191000/features/ (13kB) [INFO] Fetching org.eclipse.papyrus.uml.m2m.qvto.common_1.0.100.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (62.77kB) [INFO] Fetching org.eclipse.papyrus.uml.m2m.qvto.common_1.0.100.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (62.77kB) [INFO] Fetching org.eclipse.papyrus.uml.m2m.qvto.common.blackboxes_1.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (10.62kB) [INFO] Fetching org.eclipse.papyrus.uml.m2m.qvto.common.blackboxes_1.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (10.62kB) [INFO] Fetching org.eclipse.papyrus.uml.m2m.qvto.feature_1.0.0.201812120922.jar from http://download.eclipse.org/releases/2018-12/201812191000/features/ (12.98kB) [INFO] Fetching org.eclipse.papyrus.uml.m2m.qvto.feature_1.0.0.201812120922.jar from http://download.eclipse.org/releases/2018-12/201812191000/features/ (12.98kB) [INFO] Fetching org.eclipse.papyrus.uml.modelexplorer_2.0.100.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (61.25kB) [INFO] Fetching org.eclipse.papyrus.uml.modelexplorer_2.0.100.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (61.25kB) [INFO] Fetching org.eclipse.papyrus.uml.modelexplorer.widgets_2.0.100.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (9.01kB) [INFO] Fetching org.eclipse.papyrus.uml.modelexplorer.widgets_2.0.100.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (9.01kB) [INFO] Fetching org.eclipse.papyrus.uml.modelexplorer.feature_2.0.0.201812120922.jar from http://download.eclipse.org/releases/2018-12/201812191000/features/ (12.98kB) [INFO] Fetching org.eclipse.papyrus.uml.modelexplorer.feature_2.0.0.201812120922.jar from http://download.eclipse.org/releases/2018-12/201812191000/features/ (12.98kB) [INFO] Fetching org.eclipse.papyrus.views.modelexplorer.widgets_2.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (9.59kB) [INFO] Fetching org.eclipse.papyrus.views.modelexplorer.widgets_2.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (9.59kB) [INFO] Fetching org.eclipse.papyrus.uml.nattable.clazz.config_5.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (10.06kB) [INFO] Fetching org.eclipse.papyrus.uml.nattable.clazz.config_5.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (10.06kB) [INFO] Fetching org.eclipse.papyrus.uml.nattable.generic_1.2.100.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (8.36kB) [INFO] Fetching org.eclipse.papyrus.uml.nattable.generic_1.2.100.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (8.36kB) [INFO] Fetching org.eclipse.papyrus.uml.nattable.matrix_1.0.200.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (20.45kB) [INFO] Fetching org.eclipse.papyrus.uml.nattable.matrix_1.0.200.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (20.45kB) [INFO] Fetching org.eclipse.papyrus.uml.nattable.properties_1.0.200.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (23.35kB) [INFO] Fetching org.eclipse.papyrus.uml.nattable.properties_1.0.200.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (23.35kB) [INFO] Fetching org.eclipse.papyrus.uml.nattable.menu_1.2.200.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (41.45kB) [INFO] Fetching org.eclipse.papyrus.uml.nattable.menu_1.2.200.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (41.45kB) [INFO] Fetching org.eclipse.papyrus.uml.nattable.xtext.integration_2.0.100.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (10.18kB) [INFO] Fetching org.eclipse.papyrus.uml.nattable.xtext.integration_2.0.100.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (10.18kB) [INFO] Fetching org.eclipse.papyrus.uml.nattable.xtext.valuespecification_5.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (10.98kB) [INFO] Fetching org.eclipse.papyrus.uml.nattable.xtext.valuespecification_5.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (10.98kB) [INFO] Fetching org.eclipse.papyrus.uml.nattable.richtext_2.1.100.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (11.68kB) [INFO] Fetching org.eclipse.papyrus.uml.nattable.richtext_2.1.100.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (11.68kB) [INFO] Fetching org.eclipse.papyrus.uml.nattable.feature_4.0.0.201812120922.jar from http://download.eclipse.org/releases/2018-12/201812191000/features/ (13.2kB) [INFO] Fetching org.eclipse.papyrus.uml.nattable.feature_4.0.0.201812120922.jar from http://download.eclipse.org/releases/2018-12/201812191000/features/ (13.2kB) [INFO] Fetching org.eclipse.papyrus.uml.textedit.valuespecification.xtext.utils_1.4.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (13.89kB) [INFO] Fetching org.eclipse.papyrus.uml.textedit.valuespecification.xtext.utils_1.4.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (13.89kB) [INFO] Fetching org.eclipse.papyrus.uml.textedit.valuespecification.xtext.ui_2.1.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (27.09kB) [INFO] Fetching org.eclipse.papyrus.uml.textedit.valuespecification.xtext.ui_2.1.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (27.09kB) [INFO] Fetching org.eclipse.papyrus.views.validation_2.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (23.16kB) [INFO] Fetching org.eclipse.papyrus.views.validation_2.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (23.16kB) [INFO] Fetching org.eclipse.papyrus.uml.properties.xtext_1.3.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (19.4kB) [INFO] Fetching org.eclipse.papyrus.uml.properties.xtext_1.3.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (19.4kB) [INFO] Fetching org.eclipse.papyrus.uml.properties.feature_3.0.0.201812120922.jar from http://download.eclipse.org/releases/2018-12/201812191000/features/ (12.98kB) [INFO] Fetching org.eclipse.papyrus.uml.properties.feature_3.0.0.201812120922.jar from http://download.eclipse.org/releases/2018-12/201812191000/features/ (12.98kB) [INFO] Fetching org.eclipse.papyrus.uml.search.ui_2.0.100.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (55.68kB) [INFO] Fetching org.eclipse.papyrus.uml.search.ui_2.0.100.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (55.68kB) [INFO] Fetching org.eclipse.papyrus.uml.search.feature_2.0.0.201812120922.jar from http://download.eclipse.org/releases/2018-12/201812191000/features/ (12.95kB) [INFO] Fetching org.eclipse.papyrus.uml.search.feature_2.0.0.201812120922.jar from http://download.eclipse.org/releases/2018-12/201812191000/features/ (12.95kB) [INFO] Fetching org.eclipse.papyrus.uml.textedit.collaborationuse.xtext_2.1.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (33.41kB) [INFO] Fetching org.eclipse.papyrus.uml.textedit.collaborationuse.xtext_2.1.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (33.41kB) [INFO] Fetching org.eclipse.papyrus.uml.textedit.common.xtext_2.1.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (38.36kB) [INFO] Fetching org.eclipse.papyrus.uml.textedit.common.xtext_2.1.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (38.36kB) [INFO] Fetching org.eclipse.papyrus.uml.textedit.collaborationuse.xtext.ui_2.1.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (26.19kB) [INFO] Fetching org.eclipse.papyrus.uml.textedit.collaborationuse.xtext.ui_2.1.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (26.19kB) [INFO] Fetching org.eclipse.papyrus.uml.textedit.common.xtext.ui_2.1.100.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (24.99kB) [INFO] Fetching org.eclipse.papyrus.uml.textedit.common.xtext.ui_2.1.100.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (24.99kB) [INFO] Fetching org.eclipse.papyrus.uml.xtext.integration.core_2.1.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (8.68kB) [INFO] Fetching org.eclipse.papyrus.uml.xtext.integration.core_2.1.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (8.68kB) [INFO] Fetching org.eclipse.papyrus.uml.textedit.connectionpointreference.xtext_2.1.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (30.56kB) [INFO] Fetching org.eclipse.papyrus.uml.textedit.connectionpointreference.xtext_2.1.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (30.56kB) [INFO] Fetching org.eclipse.papyrus.uml.textedit.connectionpointreference.xtext.ui_2.1.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (24.13kB) [INFO] Fetching org.eclipse.papyrus.uml.textedit.connectionpointreference.xtext.ui_2.1.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (24.13kB) [INFO] Fetching org.eclipse.papyrus.uml.textedit.constraintwithessentialocl.xtext_1.3.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (13.65kB) [INFO] Fetching org.eclipse.papyrus.uml.textedit.constraintwithessentialocl.xtext_1.3.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (13.65kB) [INFO] Fetching org.eclipse.papyrus.uml.textedit.message.xtext_2.1.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (32.61kB) [INFO] Fetching org.eclipse.papyrus.uml.textedit.message.xtext_2.1.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (32.61kB) [INFO] Fetching org.eclipse.papyrus.uml.textedit.message.xtext.ui_2.1.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (25.06kB) [INFO] Fetching org.eclipse.papyrus.uml.textedit.message.xtext.ui_2.1.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (25.06kB) [INFO] Fetching org.eclipse.papyrus.uml.textedit.parameter.xtext_2.1.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (55.8kB) [INFO] Fetching org.eclipse.papyrus.uml.textedit.parameter.xtext_2.1.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (55.8kB) [INFO] Fetching org.eclipse.papyrus.uml.textedit.parameter.xtext.ui_2.1.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (38.95kB) [INFO] Fetching org.eclipse.papyrus.uml.textedit.parameter.xtext.ui_2.1.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (38.95kB) [INFO] Fetching org.eclipse.papyrus.uml.textedit.property.xtext_2.1.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (62.8kB) [INFO] Fetching org.eclipse.papyrus.uml.textedit.property.xtext_2.1.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (62.8kB) [INFO] Fetching org.eclipse.papyrus.uml.textedit.property.xtext.ui_2.1.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (38.15kB) [INFO] Fetching org.eclipse.papyrus.uml.textedit.property.xtext.ui_2.1.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (38.15kB) [INFO] Fetching org.eclipse.papyrus.uml.textedit.state.xtext_2.1.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (42.51kB) [INFO] Fetching org.eclipse.papyrus.uml.textedit.state.xtext_2.1.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (42.51kB) [INFO] Fetching org.eclipse.papyrus.uml.textedit.state.xtext.ui_2.1.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (30.51kB) [INFO] Fetching org.eclipse.papyrus.uml.textedit.state.xtext.ui_2.1.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (30.51kB) [INFO] Fetching org.eclipse.papyrus.uml.textedit.transition.xtext_1.4.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (42.21kB) [INFO] Fetching org.eclipse.papyrus.uml.textedit.transition.xtext_1.4.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (42.21kB) [INFO] Fetching org.eclipse.papyrus.uml.textedit.transition.xtext.ui_2.1.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (30.08kB) [INFO] Fetching org.eclipse.papyrus.uml.textedit.transition.xtext.ui_2.1.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (30.08kB) [INFO] Fetching org.eclipse.papyrus.uml.textedit.javaconstraint_2.0.100.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (9.95kB) [INFO] Fetching org.eclipse.papyrus.uml.textedit.javaconstraint_2.0.100.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (9.95kB) [INFO] Fetching org.eclipse.papyrus.uml.textedit.port.xtext_1.4.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (64.2kB) [INFO] Fetching org.eclipse.papyrus.uml.textedit.port.xtext_1.4.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (64.2kB) [INFO] Fetching org.eclipse.papyrus.uml.textedit.port.xtext.ui_2.1.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (39.95kB) [INFO] Fetching org.eclipse.papyrus.uml.textedit.port.xtext.ui_2.1.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (39.95kB) [INFO] Fetching org.eclipse.papyrus.uml.textedit.valuespecification.xtext_1.4.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (40.96kB) [INFO] Fetching org.eclipse.papyrus.uml.textedit.valuespecification.xtext_1.4.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (40.96kB) [INFO] Fetching org.eclipse.papyrus.uml.textedit.stereotypeproperty.xtext_3.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (161.1kB) [INFO] Fetching org.eclipse.papyrus.uml.textedit.stereotypeproperty.xtext_3.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (161.1kB) [INFO] Fetching org.eclipse.papyrus.uml.textedit.stereotypeproperty.xtext.ui_3.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (198.87kB) [INFO] Fetching org.eclipse.papyrus.uml.textedit.stereotypeproperty.xtext.ui_3.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (198.87kB) [INFO] Fetching org.eclipse.papyrus.uml.textedit.feature_2.0.0.201812120922.jar from http://download.eclipse.org/releases/2018-12/201812191000/features/ (13.33kB) [INFO] Fetching org.eclipse.papyrus.uml.textedit.feature_2.0.0.201812120922.jar from http://download.eclipse.org/releases/2018-12/201812191000/features/ (13.33kB) [INFO] Fetching org.eclipse.papyrus.uml.tools.feature_3.0.0.201812120922.jar from http://download.eclipse.org/releases/2018-12/201812191000/features/ (12.98kB) [INFO] Fetching org.eclipse.papyrus.uml.tools.feature_3.0.0.201812120922.jar from http://download.eclipse.org/releases/2018-12/201812191000/features/ (12.98kB) [INFO] Fetching org.eclipse.papyrus.uml.ui.feature_1.2.0.201812120922.jar from http://download.eclipse.org/releases/2018-12/201812191000/features/ (12.96kB) [INFO] Fetching org.eclipse.papyrus.uml.ui.feature_1.2.0.201812120922.jar from http://download.eclipse.org/releases/2018-12/201812191000/features/ (12.96kB) [INFO] Fetching org.eclipse.papyrus.uml.xtext.integration.validation_2.1.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (8.44kB) [INFO] Fetching org.eclipse.papyrus.uml.xtext.integration.validation_2.1.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (8.44kB) [INFO] Fetching org.eclipse.papyrus.uml.xtext.integration.feature_2.0.0.201812120922.jar from http://download.eclipse.org/releases/2018-12/201812191000/features/ (12.99kB) [INFO] Fetching org.eclipse.papyrus.uml.xtext.integration.feature_2.0.0.201812120922.jar from http://download.eclipse.org/releases/2018-12/201812191000/features/ (12.99kB) [INFO] Fetching org.eclipse.papyrus.views.documentation_1.0.100.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (21.31kB) [INFO] Fetching org.eclipse.papyrus.views.documentation_1.0.100.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (21.31kB) [INFO] Fetching org.eclipse.papyrus.views.documentation.feature_1.0.0.201812120922.jar from http://download.eclipse.org/releases/2018-12/201812191000/features/ (12.98kB) [INFO] Fetching org.eclipse.papyrus.views.documentation.feature_1.0.0.201812120922.jar from http://download.eclipse.org/releases/2018-12/201812191000/features/ (12.98kB) [INFO] Fetching org.eclipse.papyrus.views.feature_1.0.0.201812120922.jar from http://download.eclipse.org/releases/2018-12/201812191000/features/ (12.97kB) [INFO] Fetching org.eclipse.papyrus.views.feature_1.0.0.201812120922.jar from http://download.eclipse.org/releases/2018-12/201812191000/features/ (12.97kB) [INFO] Fetching org.eclipse.papyrus.views.modelexplorer.resourceloading_2.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (13.17kB) [INFO] Fetching org.eclipse.papyrus.views.modelexplorer.resourceloading_2.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (13.17kB) [INFO] Fetching org.eclipse.papyrus.views.modelexplorer.newchild_1.2.100.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (12.71kB) [INFO] Fetching org.eclipse.papyrus.views.modelexplorer.newchild_1.2.100.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (12.71kB) [INFO] Fetching org.eclipse.papyrus.views.modelexplorer.feature_3.0.0.201812120922.jar from http://download.eclipse.org/releases/2018-12/201812191000/features/ (13.02kB) [INFO] Fetching org.eclipse.papyrus.views.modelexplorer.feature_3.0.0.201812120922.jar from http://download.eclipse.org/releases/2018-12/201812191000/features/ (13.02kB) [INFO] Fetching org.eclipse.papyrus.views.properties.model.xwt_2.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (28.09kB) [INFO] Fetching org.eclipse.papyrus.views.properties.model.xwt_2.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (28.09kB) [INFO] Fetching org.eclipse.papyrus.views.properties.feature_3.0.0.201812120922.jar from http://download.eclipse.org/releases/2018-12/201812191000/features/ (13.02kB) [INFO] Fetching org.eclipse.papyrus.views.properties.feature_3.0.0.201812120922.jar from http://download.eclipse.org/releases/2018-12/201812191000/features/ (13.02kB) [INFO] Fetching org.eclipse.wst.xml.core_1.2.200.v201811122127.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (254.74kB) [INFO] Fetching org.eclipse.wst.xml.core_1.2.200.v201811122127.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (254.74kB) [INFO] Fetching org.eclipse.papyrus.views.references_2.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (18.5kB) [INFO] Fetching org.eclipse.papyrus.views.references_2.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (18.5kB) [INFO] Fetching org.eclipse.papyrus.views.references.feature_2.0.0.201812120922.jar from http://download.eclipse.org/releases/2018-12/201812191000/features/ (12.95kB) [INFO] Fetching org.eclipse.papyrus.views.references.feature_2.0.0.201812120922.jar from http://download.eclipse.org/releases/2018-12/201812191000/features/ (12.95kB) [INFO] Fetching org.eclipse.papyrus.views.search.feature_2.0.0.201812120922.jar from http://download.eclipse.org/releases/2018-12/201812191000/features/ (12.92kB) [INFO] Fetching org.eclipse.papyrus.views.search.feature_2.0.0.201812120922.jar from http://download.eclipse.org/releases/2018-12/201812191000/features/ (12.92kB) [INFO] Fetching org.eclipse.papyrus.views.validation.feature_2.0.0.201812120922.jar from http://download.eclipse.org/releases/2018-12/201812191000/features/ (12.98kB) [INFO] Fetching org.eclipse.papyrus.views.validation.feature_2.0.0.201812120922.jar from http://download.eclipse.org/releases/2018-12/201812191000/features/ (12.98kB) [INFO] Fetching org.eclipse.platform_4.10.0.v20181206-0815.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (255.52kB) [INFO] Fetching org.eclipse.platform_4.10.0.v20181206-0815.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (255.52kB) [INFO] Fetching org.eclipse.ui.themes_1.2.300.v20181108-1102.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (29.1kB) [INFO] Fetching org.eclipse.ui.themes_1.2.300.v20181108-1102.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (29.1kB) [INFO] Fetching org.eclipse.wst.common.core_1.3.0.v201811122154.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (24.04kB) [INFO] Fetching org.eclipse.wst.common.core_1.3.0.v201811122154.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (24.04kB) [INFO] Fetching org.eclipse.wst.common.uriresolver_1.2.300.v201802151734.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (24.71kB) [INFO] Fetching org.eclipse.wst.common.uriresolver_1.2.300.v201802151734.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (24.71kB) [INFO] Fetching org.eclipse.wst.sse.core_1.2.100.v201810290944.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (155.06kB) [INFO] Fetching org.eclipse.wst.sse.core_1.2.100.v201810290944.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (155.06kB) [INFO] Fetching org.eclipse.xpand_2.2.0.v201605260315.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (80.37kB) [INFO] Fetching org.eclipse.xpand_2.2.0.v201605260315.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (80.37kB) [INFO] Fetching org.eclipse.xtend_2.2.0.v201605260315.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (148.58kB) [INFO] Fetching org.eclipse.xtend_2.2.0.v201605260315.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (148.58kB) [INFO] Fetching org.eclipse.xtend.lib_2.16.0.v20181203-0507.jar from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (102.26kB) [INFO] Fetching org.eclipse.xtend.lib_2.16.0.v20181203-0507.jar from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (102.26kB) [INFO] Fetching org.eclipse.xtend.lib.macro_2.16.0.v20181203-0507.jar from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (73.59kB) [INFO] Fetching org.eclipse.xtend.lib.macro_2.16.0.v20181203-0507.jar from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (73.59kB) [INFO] Fetching org.eclipse.xtend.typesystem.emf_2.2.0.v201605260315.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (26.12kB) [INFO] Fetching org.eclipse.xtend.typesystem.emf_2.2.0.v201605260315.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (26.12kB) [INFO] Fetching org.eclipse.xtext.smap_2.16.0.v20181203-0528.jar from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (18.68kB) [INFO] Fetching org.eclipse.xtext.smap_2.16.0.v20181203-0528.jar from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (18.68kB) [INFO] Fetching org.objectweb.asm_7.0.0.v20181030-2244.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (58.69kB) [INFO] Fetching org.objectweb.asm_7.0.0.v20181030-2244.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (58.69kB) [INFO] Fetching org.eclipse.xtext.common.types.edit_2.16.0.v20181203-1056.jar from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (246kB) [INFO] Fetching org.eclipse.xtext.common.types.edit_2.16.0.v20181203-1056.jar from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (246kB) [INFO] Fetching org.eclipse.xtext.ecore_2.16.0.v20181203-0528.jar from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (15.58kB) [INFO] Fetching org.eclipse.xtext.ecore_2.16.0.v20181203-0528.jar from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (15.58kB) [INFO] Fetching org.eclipse.xtext.generator_2.16.0.v20181203-0528.jar from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (845.8kB) [INFO] Fetching org.eclipse.xtext.generator_2.16.0.v20181203-0528.jar from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (845.8kB) [INFO] Fetching org.eclipse.xtext.xtext.generator_2.16.0.v20181203-0514.jar from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (1.04MB) [INFO] Fetching org.eclipse.xtext.xtext.generator_2.16.0.v20181203-0514.jar from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (1.04MB) [INFO] Fetching org.eclipse.xtext.ide_2.16.0.v20181203-0514.jar from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (489.34kB) [INFO] Fetching org.eclipse.xtext.ide_2.16.0.v20181203-0514.jar from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (489.34kB) [INFO] Fetching org.eclipse.xtext.ui.codetemplates_2.16.0.v20181203-1056.jar from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (191.56kB) [INFO] Fetching org.eclipse.xtext.ui.codetemplates_2.16.0.v20181203-1056.jar from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (191.56kB) [INFO] Fetching org.eclipse.xtext.ui.codetemplates.ide_2.16.0.v20181203-1056.jar from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (131.44kB) [INFO] Fetching org.eclipse.xtext.ui.codetemplates.ide_2.16.0.v20181203-1056.jar from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (131.44kB) [INFO] Resolving class path of MavenProject: org.polarsys.esf:org.polarsys.esf.core.releng:0.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/esf-infra-quality/core/releng/org.polarsys.esf.core.releng/pom.xml [INFO] Computing target platform for MavenProject: org.polarsys.esf:org.polarsys.esf.core.releng.branding:0.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/esf-infra-quality/core/releng/org.polarsys.esf.core.releng.branding/pom.xml [INFO] Resolving dependencies of MavenProject: org.polarsys.esf:org.polarsys.esf.core.releng.branding:0.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/esf-infra-quality/core/releng/org.polarsys.esf.core.releng.branding/pom.xml [INFO] Resolving class path of MavenProject: org.polarsys.esf:org.polarsys.esf.core.releng.branding:0.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/esf-infra-quality/core/releng/org.polarsys.esf.core.releng.branding/pom.xml [INFO] Computing target platform for MavenProject: org.polarsys.esf:org.polarsys.esf.core.resources.graphical:0.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/esf-infra-quality/core/resources/org.polarsys.esf.core.resources.graphical/pom.xml [INFO] Resolving dependencies of MavenProject: org.polarsys.esf:org.polarsys.esf.core.resources.graphical:0.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/esf-infra-quality/core/resources/org.polarsys.esf.core.resources.graphical/pom.xml [INFO] Fetching org.eclipse.emf.emfstore.common_1.9.0.v20170530-0703.jar from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (1.89MB) [INFO] Fetching org.eclipse.emf.emfstore.common_1.9.0.v20170530-0703.jar from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (1.89MB) [INFO] Resolving class path of MavenProject: org.polarsys.esf:org.polarsys.esf.core.resources.graphical:0.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/esf-infra-quality/core/resources/org.polarsys.esf.core.resources.graphical/pom.xml [INFO] Computing target platform for MavenProject: org.polarsys.esf:org.polarsys.esf.core.common:0.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/esf-infra-quality/core/org.polarsys.esf.core.common/pom.xml [INFO] Resolving dependencies of MavenProject: org.polarsys.esf:org.polarsys.esf.core.common:0.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/esf-infra-quality/core/org.polarsys.esf.core.common/pom.xml [INFO] Resolving class path of MavenProject: org.polarsys.esf:org.polarsys.esf.core.common:0.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/esf-infra-quality/core/org.polarsys.esf.core.common/pom.xml [INFO] Computing target platform for MavenProject: org.polarsys.esf:org.polarsys.esf.core.common.ui:0.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/esf-infra-quality/core/org.polarsys.esf.core.common.ui/pom.xml [INFO] Resolving dependencies of MavenProject: org.polarsys.esf:org.polarsys.esf.core.common.ui:0.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/esf-infra-quality/core/org.polarsys.esf.core.common.ui/pom.xml [INFO] Resolving class path of MavenProject: org.polarsys.esf:org.polarsys.esf.core.common.ui:0.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/esf-infra-quality/core/org.polarsys.esf.core.common.ui/pom.xml [INFO] Computing target platform for MavenProject: org.polarsys.esf:org.polarsys.esf.core.doc:0.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/esf-infra-quality/core/org.polarsys.esf.core.doc/pom.xml [INFO] Resolving dependencies of MavenProject: org.polarsys.esf:org.polarsys.esf.core.doc:0.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/esf-infra-quality/core/org.polarsys.esf.core.doc/pom.xml [INFO] Resolving class path of MavenProject: org.polarsys.esf:org.polarsys.esf.core.doc:0.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/esf-infra-quality/core/org.polarsys.esf.core.doc/pom.xml [INFO] Computing target platform for MavenProject: org.polarsys.esf:org.polarsys.esf.core.utils:0.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/esf-infra-quality/core/org.polarsys.esf.core.utils/pom.xml [INFO] Resolving dependencies of MavenProject: org.polarsys.esf:org.polarsys.esf.core.utils:0.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/esf-infra-quality/core/org.polarsys.esf.core.utils/pom.xml [INFO] Resolving class path of MavenProject: org.polarsys.esf:org.polarsys.esf.core.utils:0.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/esf-infra-quality/core/org.polarsys.esf.core.utils/pom.xml [INFO] Computing target platform for MavenProject: org.polarsys.esf:esf-infra.p2:0.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/esf-infra-quality/p2/pom.xml [INFO] Resolving dependencies of MavenProject: org.polarsys.esf:esf-infra.p2:0.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/esf-infra-quality/p2/pom.xml [INFO] Fetching ca.odell.glazedlists_1.9.0.v201303080712.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (262.51kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching ca.odell.glazedlists_1.9.0.v201303080712.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (262.51kB) [INFO] Fetching com.google.guava_21.0.0.v20170206-1425.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (676.21kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching com.google.guava_21.0.0.v20170206-1425.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (676.21kB) [INFO] Fetching com.google.inject_3.0.0.v201312141243.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (137.12kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching com.google.inject_3.0.0.v201312141243.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (137.12kB) [INFO] Fetching com.ibm.icu_63.1.0.v20181030-1705.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (9.35MB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching com.ibm.icu_63.1.0.v20181030-1705.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (9.35MB) [INFO] Fetching org.eclipse.osgi_3.13.200.v20181130-2106.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (454.7kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.osgi_3.13.200.v20181130-2106.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (454.7kB) [INFO] Fetching org.apache.ant_1.10.5.v20180808-0324.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (2.74MB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.apache.ant_1.10.5.v20180808-0324.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (2.74MB) [INFO] Fetching org.apache.batik.css_1.10.0.v20180703-1553.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (99.62kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.apache.batik.css_1.10.0.v20180703-1553.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (99.62kB) [INFO] Fetching org.apache.batik.util_1.10.0.v20180703-1553.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (63.37kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.apache.batik.util_1.10.0.v20180703-1553.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (63.37kB) [INFO] Fetching org.apache.batik.constants_1.10.0.v20180703-1553.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (13.04kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.apache.batik.constants_1.10.0.v20180703-1553.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (13.04kB) [INFO] Fetching org.apache.batik.i18n_1.10.0.v20180703-1553.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (14.51kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.apache.batik.i18n_1.10.0.v20180703-1553.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (14.51kB) [INFO] Fetching org.apache.xmlgraphics_2.2.0.v20180809-1640.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (248.02kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.apache.xmlgraphics_2.2.0.v20180809-1640.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (248.02kB) [INFO] Fetching org.w3c.dom.smil_1.0.1.v200903091627.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (14.95kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.w3c.dom.smil_1.0.1.v200903091627.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (14.95kB) [INFO] Fetching org.apache.commons.cli_1.2.0.v201404270220.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (24.42kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.apache.commons.cli_1.2.0.v201404270220.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (24.42kB) [INFO] Fetching org.apache.commons.lang_2.6.0.v201404270220.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (106.17kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.apache.commons.lang_2.6.0.v201404270220.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (106.17kB) [INFO] Fetching org.apache.commons.logging_1.2.0.v20180409-1502.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (33.71kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.apache.commons.logging_1.2.0.v20180409-1502.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (33.71kB) [INFO] Fetching org.apache.commons.codec_1.10.0.v20180409-1845.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (112.2kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.apache.commons.codec_1.10.0.v20180409-1845.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (112.2kB) [INFO] Fetching org.apache.commons.io_2.2.0.v201405211200.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (73.56kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.apache.commons.io_2.2.0.v201405211200.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (73.56kB) [INFO] Fetching org.apache.felix.scr_2.0.14.v20180822-1822.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (137.64kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.apache.felix.scr_2.0.14.v20180822-1822.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (137.64kB) [INFO] Fetching org.eclipse.osgi.services_3.7.100.v20180827-1536.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (43.25kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.osgi.services_3.7.100.v20180827-1536.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (43.25kB) [INFO] Fetching org.eclipse.osgi.util_3.5.100.v20180827-1536.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (30.61kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.osgi.util_3.5.100.v20180827-1536.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (30.61kB) [INFO] Fetching org.apache.xerces_2.9.0.v201101211617.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (405.11kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.apache.xerces_2.9.0.v201101211617.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (405.11kB) [INFO] Fetching org.apache.xml.resolver_1.2.0.v201005080400.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (42.52kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.apache.xml.resolver_1.2.0.v201005080400.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (42.52kB) [INFO] Fetching org.apache.xml.serializer_2.7.1.v201005080400.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (114.7kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.apache.xml.serializer_2.7.1.v201005080400.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (114.7kB) [INFO] Fetching org.eclipse.ant.core_3.5.200.v20180822-0553.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (70.96kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.ant.core_3.5.200.v20180822-0553.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (70.96kB) [INFO] Fetching org.eclipse.core.variables_3.4.300.v20181028-0627.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (18.04kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.core.variables_3.4.300.v20181028-0627.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (18.04kB) [INFO] Fetching org.eclipse.core.runtime_3.15.100.v20181107-1343.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (35.28kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.core.runtime_3.15.100.v20181107-1343.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (35.28kB) [INFO] Fetching org.eclipse.ant.launching_1.2.300.v20181113-0420.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (100.85kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.ant.launching_1.2.300.v20181113-0420.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (100.85kB) [INFO] Fetching org.eclipse.debug.core_3.13.100.v20181201-1650.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (125.32kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.debug.core_3.13.100.v20181201-1650.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (125.32kB) [INFO] Fetching org.eclipse.jdt.launching_3.12.0.v20181119-1621.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (270.56kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.jdt.launching_3.12.0.v20181119-1621.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (270.56kB) [INFO] Fetching org.eclipse.core.externaltools_1.1.200.v20180821-1744.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (20.51kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.core.externaltools_1.1.200.v20180821-1744.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (20.51kB) [INFO] Fetching org.eclipse.text_3.8.0.v20180923-1636.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (97.48kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.text_3.8.0.v20180923-1636.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (97.48kB) [INFO] Fetching org.eclipse.ant.ui_3.7.300.v20180914-0847.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (491.5kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.ant.ui_3.7.300.v20180914-0847.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (491.5kB) [INFO] Fetching org.eclipse.core.filesystem_1.7.200.v20180828-0158.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (27.76kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.core.filesystem_1.7.200.v20180828-0158.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (27.76kB) [INFO] Fetching org.eclipse.ui.externaltools_3.4.200.v20180821-1744.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (65.97kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.ui.externaltools_3.4.200.v20180821-1744.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (65.97kB) [INFO] Fetching org.eclipse.ui_3.111.0.v20181117-0847.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (361.66kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.ui_3.111.0.v20181117-0847.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (361.66kB) [INFO] Fetching org.eclipse.ui.console_3.8.300.v20181019-1609.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (82.35kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.ui.console_3.8.300.v20181019-1609.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (82.35kB) [INFO] Fetching org.eclipse.debug.ui_3.13.200.v20181026-1523.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (1,022.84kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.debug.ui_3.13.200.v20181026-1523.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (1,022.84kB) [INFO] Fetching org.eclipse.jdt.ui_3.16.0.v20181203-1249.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (4.02MB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.jdt.ui_3.16.0.v20181203-1249.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (4.02MB) [INFO] Fetching org.eclipse.team.core_3.8.400.v20181109-0825.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (126.2kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.team.core_3.8.400.v20181109-0825.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (126.2kB) [INFO] Fetching org.eclipse.ltk.core.refactoring_3.9.200.v20181024-1629.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (105.94kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.ltk.core.refactoring_3.9.200.v20181024-1629.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (105.94kB) [INFO] Fetching org.eclipse.core.expressions_3.6.200.v20180817-1401.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (33.74kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.core.expressions_3.6.200.v20180817-1401.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (33.74kB) [INFO] Fetching org.eclipse.jdt.junit_3.11.200.v20181016-1025.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (235.54kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.jdt.junit_3.11.200.v20181016-1025.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (235.54kB) [INFO] Fetching org.eclipse.compare_3.7.400.v20181109-1335.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (302.72kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.compare_3.7.400.v20181109-1335.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (302.72kB) [INFO] Fetching org.eclipse.jface.text_3.15.0.v20181119-1708.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (317.85kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.jface.text_3.15.0.v20181119-1708.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (317.85kB) [INFO] Fetching org.eclipse.ui.ide_3.14.200.v20181205-2143.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (962.71kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.ui.ide_3.14.200.v20181205-2143.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (962.71kB) [INFO] Fetching org.eclipse.ui.views_3.9.200.v20180828-0837.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (48.73kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.ui.views_3.9.200.v20180828-0837.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (48.73kB) [INFO] Fetching org.eclipse.ui.workbench.texteditor_3.11.200.v20181108-1458.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (229.01kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.ui.workbench.texteditor_3.11.200.v20181108-1458.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (229.01kB) [INFO] Fetching org.eclipse.ui.editors_3.11.300.v20180914-0606.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (194.84kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.ui.editors_3.11.300.v20180914-0606.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (194.84kB) [INFO] Fetching org.eclipse.ui.forms_3.7.400.v20181123-1505.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (123.16kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.ui.forms_3.7.400.v20181123-1505.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (123.16kB) [INFO] Fetching org.eclipse.compare.core_3.6.300.v20180827-1041.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (32.72kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.compare.core_3.6.300.v20180827-1041.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (32.72kB) [INFO] Fetching org.eclipse.core.commands_3.9.200.v20180827-1727.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (43.41kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.core.commands_3.9.200.v20180827-1727.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (43.41kB) [INFO] Fetching org.eclipse.equinox.common_3.10.200.v20181021-1645.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (52.02kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.equinox.common_3.10.200.v20181021-1645.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (52.02kB) [INFO] Fetching org.eclipse.core.contenttype_3.7.200.v20181107-1343.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (42.23kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.core.contenttype_3.7.200.v20181107-1343.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (42.23kB) [INFO] Fetching org.eclipse.equinox.preferences_3.7.200.v20180827-1235.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (54kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.equinox.preferences_3.7.200.v20180827-1235.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (54kB) [INFO] Fetching org.eclipse.equinox.registry_3.8.200.v20181008-1820.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (76.99kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.equinox.registry_3.8.200.v20181008-1820.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (76.99kB) [INFO] Fetching org.eclipse.core.databinding_1.7.100.v20181030-1443.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (58.01kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.core.databinding_1.7.100.v20181030-1443.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (58.01kB) [INFO] Fetching org.eclipse.core.databinding.observable_1.6.300.v20180827-2028.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (83.11kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.core.databinding.observable_1.6.300.v20180827-2028.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (83.11kB) [INFO] Fetching org.eclipse.core.databinding.property_1.6.300.v20180827-2028.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (45.1kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.core.databinding.property_1.6.300.v20180827-2028.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (45.1kB) [INFO] Fetching org.eclipse.core.databinding.beans_1.4.300.v20181030-1443.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (22.87kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.core.databinding.beans_1.4.300.v20181030-1443.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (22.87kB) [INFO] Fetching org.eclipse.core.filebuffers_3.6.400.v20181028-0633.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (42.04kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.core.filebuffers_3.6.400.v20181028-0633.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (42.04kB) [INFO] Fetching org.eclipse.core.jobs_3.10.200.v20180912-1356.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (46.05kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.core.jobs_3.10.200.v20180912-1356.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (46.05kB) [INFO] Fetching org.eclipse.equinox.app_1.4.0.v20181009-1752.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (41.76kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.equinox.app_1.4.0.v20181009-1752.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (41.76kB) [INFO] Fetching org.eclipse.help_3.8.200.v20180821-0700.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (122.44kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.help_3.8.200.v20180821-0700.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (122.44kB) [INFO] Fetching org.eclipse.draw2d_3.10.100.201606061308.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (215.67kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.draw2d_3.10.100.201606061308.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (215.67kB) [INFO] Fetching org.eclipse.swt_3.109.0.v20181204-1801.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (16.03kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.swt_3.109.0.v20181204-1801.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (16.03kB) [INFO] Fetching org.eclipse.e4.core.commands_0.12.400.v20181119-1026.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (13.78kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.e4.core.commands_0.12.400.v20181119-1026.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (13.78kB) [INFO] Fetching org.eclipse.e4.core.di_1.7.100.v20180817-1215.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (25.97kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.e4.core.di_1.7.100.v20180817-1215.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (25.97kB) [INFO] Fetching org.eclipse.e4.core.contexts_1.7.100.v20180817-1215.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (22.66kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.e4.core.contexts_1.7.100.v20180817-1215.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (22.66kB) [INFO] Fetching org.eclipse.e4.core.services_2.1.300.v20180930-0910.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (23.92kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.e4.core.services_2.1.300.v20180930-0910.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (23.92kB) [INFO] Fetching org.eclipse.e4.core.di.annotations_1.6.200.v20180817-1215.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (7.7kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.e4.core.di.annotations_1.6.200.v20180817-1215.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (7.7kB) [INFO] Fetching org.eclipse.e4.core.di.extensions_0.15.200.v20180817-1215.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (7.77kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.e4.core.di.extensions_0.15.200.v20180817-1215.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (7.77kB) [INFO] Fetching org.eclipse.e4.core.di.extensions.supplier_0.15.200.v20180817-1215.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (16.56kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.e4.core.di.extensions.supplier_0.15.200.v20180817-1215.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (16.56kB) [INFO] Fetching org.eclipse.e4.emf.xpath_0.2.200.v20180828-0227.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (21.21kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.e4.emf.xpath_0.2.200.v20180828-0227.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (21.21kB) [INFO] Fetching org.apache.commons.jxpath_1.3.0.v200911051830.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (98kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.apache.commons.jxpath_1.3.0.v200911051830.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (98kB) [INFO] Fetching org.eclipse.emf.ecore_2.16.0.v20181124-0637.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (485.15kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.emf.ecore_2.16.0.v20181124-0637.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (485.15kB) [INFO] Fetching org.eclipse.e4.ui.bindings_0.12.300.v20180913-1535.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (23.07kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.e4.ui.bindings_0.12.300.v20180913-1535.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (23.07kB) [INFO] Fetching org.eclipse.jface_3.15.0.v20181123-1505.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (354.7kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.jface_3.15.0.v20181123-1505.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (354.7kB) [INFO] Fetching org.eclipse.e4.ui.css.core_0.12.400.v20180917-1628.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (64.25kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.e4.ui.css.core_0.12.400.v20180917-1628.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (64.25kB) [INFO] Fetching org.eclipse.e4.ui.css.swt_0.13.300.v20181030-1443.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (79.76kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.e4.ui.css.swt_0.13.300.v20181030-1443.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (79.76kB) [INFO] Fetching org.eclipse.e4.ui.css.swt.theme_0.12.100.v20180828-0227.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (16.94kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.e4.ui.css.swt.theme_0.12.100.v20180828-0227.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (16.94kB) [INFO] Fetching org.eclipse.e4.ui.di_1.2.400.v20180920-1522.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (9.98kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.e4.ui.di_1.2.400.v20180920-1522.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (9.98kB) [INFO] Fetching org.eclipse.e4.ui.model.workbench_2.1.200.v20180920-1522.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (107.92kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.e4.ui.model.workbench_2.1.200.v20180920-1522.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (107.92kB) [INFO] Fetching org.eclipse.e4.ui.services_1.3.300.v20180920-1522.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (13.29kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.e4.ui.services_1.3.300.v20180920-1522.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (13.29kB) [INFO] Fetching org.eclipse.equinox.event_1.5.0.v20181008-1938.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (16.82kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.equinox.event_1.5.0.v20181008-1938.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (16.82kB) [INFO] Fetching org.eclipse.e4.ui.widgets_1.2.300.v20180920-1522.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (9.49kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.e4.ui.widgets_1.2.300.v20180920-1522.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (9.49kB) [INFO] Fetching org.eclipse.e4.ui.workbench_1.8.0.v20181119-1304.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (86.61kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.e4.ui.workbench_1.8.0.v20181119-1304.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (86.61kB) [INFO] Fetching org.eclipse.emf.ecore.xmi_2.15.0.v20180706-1146.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (84.16kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.emf.ecore.xmi_2.15.0.v20180706-1146.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (84.16kB) [INFO] Fetching org.eclipse.emf.ecore.change_2.13.0.v20180706-1146.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (50.94kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.emf.ecore.change_2.13.0.v20180706-1146.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (50.94kB) [INFO] Fetching org.eclipse.e4.ui.workbench.addons.swt_1.3.300.v20181102-1042.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (51.7kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.e4.ui.workbench.addons.swt_1.3.300.v20181102-1042.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (51.7kB) [INFO] Fetching org.eclipse.e4.ui.workbench.renderers.swt_0.14.400.v20181112-1716.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (93.84kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.e4.ui.workbench.renderers.swt_0.14.400.v20181112-1716.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (93.84kB) [INFO] Fetching org.eclipse.e4.ui.workbench.swt_0.14.400.v20181022-1348.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (71.16kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.e4.ui.workbench.swt_0.14.400.v20181022-1348.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (71.16kB) [INFO] Fetching org.eclipse.jface.databinding_1.8.400.v20181030-1443.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (69.03kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.jface.databinding_1.8.400.v20181030-1443.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (69.03kB) [INFO] Fetching org.eclipse.e4.ui.workbench3_0.14.200.v20180828-0227.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (7.93kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.e4.ui.workbench3_0.14.200.v20180828-0227.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (7.93kB) [INFO] Fetching org.eclipse.emf.codegen_2.15.0.v20181120-2156.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (110.57kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.emf.codegen_2.15.0.v20181120-2156.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (110.57kB) [INFO] Fetching org.eclipse.emf.common_2.15.0.v20180914-1817.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (114.93kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.emf.common_2.15.0.v20180914-1817.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (114.93kB) [INFO] Fetching org.eclipse.emf.codegen.ecore_2.16.0.v20181206-1055.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (414.93kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.emf.codegen.ecore_2.16.0.v20181206-1055.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (414.93kB) [INFO] Fetching org.eclipse.emf.codegen.ecore.ui_2.16.0.v20181104-0826.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (69kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.emf.codegen.ecore.ui_2.16.0.v20181104-0826.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (69kB) [INFO] Fetching org.eclipse.emf.edit.ui_2.16.0.v20181104-0733.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (108.79kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.emf.edit.ui_2.16.0.v20181104-0733.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (108.79kB) [INFO] Fetching org.eclipse.emf.ecore.edit_2.11.0.v20180823-0905.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (61.37kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.emf.ecore.edit_2.11.0.v20180823-0905.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (61.37kB) [INFO] Fetching org.eclipse.emf.codegen.ui_2.8.0.v20180706-1146.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (22.47kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.emf.codegen.ui_2.8.0.v20180706-1146.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (22.47kB) [INFO] Fetching org.eclipse.emf.common.ui_2.15.0.v20181104-0733.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (59.52kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.emf.common.ui_2.15.0.v20181104-0733.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (59.52kB) [INFO] Fetching org.eclipse.emf.converter_2.10.0.v20180706-1146.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (37.54kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.emf.converter_2.10.0.v20180706-1146.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (37.54kB) [INFO] Fetching org.eclipse.emf.databinding_1.5.0.v20180706-1146.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (30.5kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.emf.databinding_1.5.0.v20180706-1146.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (30.5kB) [INFO] Fetching org.eclipse.emf.edit_2.14.0.v20180823-0456.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (96.66kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.emf.edit_2.14.0.v20180823-0456.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (96.66kB) [INFO] Fetching org.eclipse.emf.ecore.editor_2.16.0.v20181104-0733.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (44.87kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.emf.ecore.editor_2.16.0.v20181104-0733.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (44.87kB) [INFO] Fetching org.eclipse.ui.workbench_3.112.100.v20181127-1518.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (1,019.57kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.ui.workbench_3.112.100.v20181127-1518.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (1,019.57kB) [INFO] Fetching org.eclipse.emf.mapping.ecore2xml_2.11.0.v20180706-1146.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (18.5kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.emf.mapping.ecore2xml_2.11.0.v20180706-1146.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (18.5kB) [INFO] Fetching org.eclipse.emf.mwe.core_1.3.21.201705291011.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (63.18kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.emf.mwe.core_1.3.21.201705291011.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (63.18kB) [INFO] Fetching org.eclipse.emf.mwe2.runtime_2.9.1.201705291011.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (8.88kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.emf.mwe2.runtime_2.9.1.201705291011.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (8.88kB) [INFO] Fetching org.eclipse.emf.mwe.utils_1.3.21.201705291011.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (19.36kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.emf.mwe.utils_1.3.21.201705291011.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (19.36kB) [INFO] Fetching org.eclipse.emf.mwe2.lib_2.9.1.201705291011.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (13.43kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.emf.mwe2.lib_2.9.1.201705291011.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (13.43kB) [INFO] Fetching org.apache.log4j_1.2.15.v201012070815.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (129.49kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.apache.log4j_1.2.15.v201012070815.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (129.49kB) [INFO] Fetching org.eclipse.ocl.ecore_3.10.100.v20181210-1441.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (110.54kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.ocl.ecore_3.10.100.v20181210-1441.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (110.54kB) [INFO] Fetching org.eclipse.equinox.bidi_1.1.200.v20180827-1235.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (23.16kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.equinox.bidi_1.1.200.v20180827-1235.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (23.16kB) [INFO] Fetching org.eclipse.equinox.frameworkadmin_2.1.100.v20180822-1258.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (19.39kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.equinox.frameworkadmin_2.1.100.v20180822-1258.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (19.39kB) [INFO] Fetching org.eclipse.equinox.frameworkadmin.equinox_1.1.100.v20180822-1258.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (33.94kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.equinox.frameworkadmin.equinox_1.1.100.v20180822-1258.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (33.94kB) [INFO] Fetching org.eclipse.equinox.p2.artifact.repository_1.2.200.v20181119-1308.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (57.8kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.equinox.p2.artifact.repository_1.2.200.v20181119-1308.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (57.8kB) [INFO] Fetching org.eclipse.equinox.p2.metadata_2.4.200.v20181102-0649.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (108.04kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.equinox.p2.metadata_2.4.200.v20181102-0649.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (108.04kB) [INFO] Fetching org.tukaani.xz_1.8.0.v20180207-1613.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (44.42kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.tukaani.xz_1.8.0.v20180207-1613.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (44.42kB) [INFO] Fetching org.eclipse.equinox.p2.core_2.5.100.v20180822-1532.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (31.95kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.equinox.p2.core_2.5.100.v20180822-1532.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (31.95kB) [INFO] Fetching org.eclipse.equinox.p2.jarprocessor_1.1.200.v20180921-1009.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (38.73kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.equinox.p2.jarprocessor_1.1.200.v20180921-1009.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (38.73kB) [INFO] Fetching org.eclipse.equinox.p2.repository_2.4.200.v20181005-1131.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (55.17kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.equinox.p2.repository_2.4.200.v20181005-1131.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (55.17kB) [INFO] Fetching org.eclipse.equinox.p2.director_2.4.200.v20181102-0649.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (48.14kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.equinox.p2.director_2.4.200.v20181102-0649.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (48.14kB) [INFO] Fetching org.sat4j.core_2.3.5.v201308161310.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (103.26kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.sat4j.core_2.3.5.v201308161310.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (103.26kB) [INFO] Fetching org.sat4j.pb_2.3.5.v201404071733.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (72.9kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.sat4j.pb_2.3.5.v201404071733.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (72.9kB) [INFO] Fetching org.eclipse.equinox.simpleconfigurator_1.3.200.v20181101-1115.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (23.9kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.equinox.simpleconfigurator_1.3.200.v20181101-1115.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (23.9kB) [INFO] Fetching org.eclipse.equinox.p2.engine_2.6.100.v20180822-1302.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (74.83kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.equinox.p2.engine_2.6.100.v20180822-1302.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (74.83kB) [INFO] Fetching org.eclipse.equinox.p2.director.app_1.1.200.v20180822-1302.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (37.87kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.equinox.p2.director.app_1.1.200.v20180822-1302.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (37.87kB) [INFO] Fetching org.eclipse.equinox.p2.metadata.repository_1.3.100.v20180822-1302.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (51.01kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.equinox.p2.metadata.repository_1.3.100.v20180822-1302.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (51.01kB) [INFO] Fetching org.eclipse.equinox.p2.garbagecollector_1.1.100.v20180822-1302.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (14kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.equinox.p2.garbagecollector_1.1.100.v20180822-1302.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (14kB) [INFO] Fetching org.eclipse.equinox.p2.operations_2.5.200.v20180928-1359.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (31.98kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.equinox.p2.operations_2.5.200.v20180928-1359.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (31.98kB) [INFO] Fetching org.eclipse.equinox.p2.publisher_1.5.100.v20180822-1302.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (42.87kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.equinox.p2.publisher_1.5.100.v20180822-1302.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (42.87kB) [INFO] Fetching org.eclipse.equinox.p2.publisher.eclipse_1.3.100.v20180822-1354.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (104.08kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.equinox.p2.publisher.eclipse_1.3.100.v20180822-1354.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (104.08kB) [INFO] Fetching org.eclipse.equinox.simpleconfigurator.manipulator_2.1.200.v20181123-1405.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (16.46kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.equinox.simpleconfigurator.manipulator_2.1.200.v20181123-1405.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (16.46kB) [INFO] Fetching org.eclipse.equinox.security_1.3.0.v20181115-0746.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (44.47kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.equinox.security_1.3.0.v20181115-0746.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (44.47kB) [INFO] Fetching org.eclipse.equinox.p2.repository.tools_2.2.200.v20181102-0649.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (121.81kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.equinox.p2.repository.tools_2.2.200.v20181102-0649.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (121.81kB) [INFO] Fetching org.eclipse.equinox.p2.touchpoint.eclipse_2.2.200.v20181123-1405.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (46.17kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.equinox.p2.touchpoint.eclipse_2.2.200.v20181123-1405.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (46.17kB) [INFO] Fetching org.eclipse.equinox.p2.ui_2.5.400.v20181113-1303.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (284.88kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.equinox.p2.ui_2.5.400.v20181113-1303.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (284.88kB) [INFO] Fetching org.eclipse.equinox.security.ui_1.2.200.v20181108-1420.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (72.14kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.equinox.security.ui_1.2.200.v20181108-1420.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (72.14kB) [INFO] Fetching org.eclipse.gef_3.11.0.201606061308.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (366.65kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.gef_3.11.0.201606061308.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (366.65kB) [INFO] Fetching org.eclipse.ui.views.properties.tabbed_3.8.300.v20180921-1036.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (40.71kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.ui.views.properties.tabbed_3.8.300.v20180921-1036.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (40.71kB) [INFO] Fetching org.eclipse.jdt.core.manipulation_1.11.0.v20181126-0647.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (241.8kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.jdt.core.manipulation_1.11.0.v20181126-0647.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (241.8kB) [INFO] Fetching org.eclipse.jdt.debug_3.12.100.v20181116-1959.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (926.33kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.jdt.debug_3.12.100.v20181116-1959.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (926.33kB) [INFO] Fetching org.eclipse.search_3.11.400.v20181028-0633.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (216.5kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.search_3.11.400.v20181028-0633.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (216.5kB) [INFO] Fetching org.eclipse.jdt.junit.runtime_3.4.900.v20181012-1045.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (24.45kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.jdt.junit.runtime_3.4.900.v20181012-1045.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (24.45kB) [INFO] Fetching org.eclipse.ltk.ui.refactoring_3.9.200.v20180828-0626.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (181.37kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.ltk.ui.refactoring_3.9.200.v20180828-0626.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (181.37kB) [INFO] Fetching org.eclipse.jdt.junit.core_3.10.200.v20181025-0713.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (65.59kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.jdt.junit.core_3.10.200.v20181025-0713.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (65.59kB) [INFO] Fetching org.junit_4.12.0.v201504281640.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (283.72kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.junit_4.12.0.v201504281640.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (283.72kB) [INFO] Fetching org.eclipse.team.ui_3.8.300.v20181030-1259.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (492.55kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.team.ui_3.8.300.v20181030-1259.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (492.55kB) [INFO] Fetching org.eclipse.ui.navigator_3.7.300.v20181016-1531.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (132.43kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.ui.navigator_3.7.300.v20181016-1531.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (132.43kB) [INFO] Fetching org.eclipse.ui.navigator.resources_3.6.300.v20181110-1011.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (68.71kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.ui.navigator.resources_3.6.300.v20181110-1011.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (68.71kB) [INFO] Fetching org.eclipse.m2m.qvt.oml.common_3.9.0.v20181210-1559.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (23.95kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.m2m.qvt.oml.common_3.9.0.v20181210-1559.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (23.95kB) [INFO] Fetching org.eclipse.m2m.qvt.oml.cst.parser_3.9.0.v20181210-1559.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (269.8kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.m2m.qvt.oml.cst.parser_3.9.0.v20181210-1559.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (269.8kB) [INFO] Fetching org.eclipse.m2m.qvt.oml.ecore.imperativeocl_3.9.0.v20181210-1559.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (39.47kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.m2m.qvt.oml.ecore.imperativeocl_3.9.0.v20181210-1559.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (39.47kB) [INFO] Fetching org.eclipse.m2m.qvt.oml.emf.util_3.9.0.v20181210-1559.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (27.75kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.m2m.qvt.oml.emf.util_3.9.0.v20181210-1559.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (27.75kB) [INFO] Fetching org.eclipse.m2m.qvt.oml.project_3.9.0.v20181210-1559.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (23.89kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.m2m.qvt.oml.project_3.9.0.v20181210-1559.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (23.89kB) [INFO] Fetching org.eclipse.m2m.qvt.oml.runtime_3.9.1.v20181210-1559.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (99.35kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.m2m.qvt.oml.runtime_3.9.1.v20181210-1559.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (99.35kB) [INFO] Fetching org.eclipse.swt.win32.win32.x86_64_3.109.0.v20181204-1801.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (1.09MB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.swt.win32.win32.x86_64_3.109.0.v20181204-1801.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (1.09MB) [INFO] Fetching lpg.runtime.java_2.0.17.v201004271640.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (48.92kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching lpg.runtime.java_2.0.17.v201004271640.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (48.92kB) [INFO] Fetching org.eclipse.ocl.common_1.8.100.v20181210-1441.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (14.79kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.ocl.common_1.8.100.v20181210-1441.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (14.79kB) [INFO] Fetching org.eclipse.ocl.common.ui_1.8.100.v20181210-1441.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (14.18kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.ocl.common.ui_1.8.100.v20181210-1441.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (14.18kB) [INFO] Fetching org.eclipse.ocl.examples.debug_2.6.0.v20181210-1441.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (31.73kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.ocl.examples.debug_2.6.0.v20181210-1441.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (31.73kB) [INFO] Fetching org.eclipse.ocl.xtext.completeocl_1.6.0.v20181210-1441.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (157.74kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.ocl.xtext.completeocl_1.6.0.v20181210-1441.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (157.74kB) [INFO] Fetching org.eclipse.ocl.xtext.oclinecore_1.6.0.v20181210-1441.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (167.45kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.ocl.xtext.oclinecore_1.6.0.v20181210-1441.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (167.45kB) [INFO] Fetching org.eclipse.ocl.xtext.oclstdlib_1.6.0.v20181210-1441.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (167.11kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.ocl.xtext.oclstdlib_1.6.0.v20181210-1441.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (167.11kB) [INFO] Fetching org.eclipse.ocl.examples.debug.vm_2.6.0.v20181210-1441.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (71.37kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.ocl.examples.debug.vm_2.6.0.v20181210-1441.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (71.37kB) [INFO] Fetching org.eclipse.ocl.xtext.base_1.6.0.v20181210-1441.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (157.53kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.ocl.xtext.base_1.6.0.v20181210-1441.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (157.53kB) [INFO] Fetching org.eclipse.ocl.examples.debug.vm.ui_2.6.0.v20181210-1441.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (31.07kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.ocl.examples.debug.vm.ui_2.6.0.v20181210-1441.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (31.07kB) [INFO] Fetching org.eclipse.ocl.examples.emf.validation.validity_2.6.0.v20181210-1441.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (57.69kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.ocl.examples.emf.validation.validity_2.6.0.v20181210-1441.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (57.69kB) [INFO] Fetching org.eclipse.ocl.pivot_1.6.0.v20181210-1441.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (930.86kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.ocl.pivot_1.6.0.v20181210-1441.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (930.86kB) [INFO] Fetching org.eclipse.ocl.examples.emf.validation.validity.ui_2.6.0.v20181210-1441.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (58.96kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.ocl.examples.emf.validation.validity.ui_2.6.0.v20181210-1441.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (58.96kB) [INFO] Fetching org.eclipse.ocl.examples.ui_1.8.100.v20181210-1441.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (8.72kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.ocl.examples.ui_1.8.100.v20181210-1441.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (8.72kB) [INFO] Fetching org.eclipse.ocl.examples.xtext.console_4.6.0.v20181210-1441.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (40.15kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.ocl.examples.xtext.console_4.6.0.v20181210-1441.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (40.15kB) [INFO] Fetching org.eclipse.uml2.uml_5.5.0.v20181203-1331.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (1.03MB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.uml2.uml_5.5.0.v20181203-1331.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (1.03MB) [INFO] Fetching org.eclipse.ocl.xtext.essentialocl.ui_1.6.0.v20181210-1441.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (106.52kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.ocl.xtext.essentialocl.ui_1.6.0.v20181210-1441.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (106.52kB) [INFO] Fetching org.eclipse.ocl.pivot.ui_1.6.0.v20181210-1441.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (12.67kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.ocl.pivot.ui_1.6.0.v20181210-1441.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (12.67kB) [INFO] Fetching org.eclipse.ocl.xtext.completeocl.ui_1.6.0.v20181210-1441.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (140.84kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.ocl.xtext.completeocl.ui_1.6.0.v20181210-1441.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (140.84kB) [INFO] Fetching org.eclipse.ocl.xtext.oclstdlib.ui_1.6.0.v20181210-1441.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (160.56kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.ocl.xtext.oclstdlib.ui_1.6.0.v20181210-1441.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (160.56kB) [INFO] Fetching org.eclipse.ocl.pivot.uml_1.6.0.v20181210-1441.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (92.04kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.ocl.pivot.uml_1.6.0.v20181210-1441.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (92.04kB) [INFO] Fetching org.eclipse.uml2.codegen.ecore_2.5.0.v20181203-1331.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (144.05kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.uml2.codegen.ecore_2.5.0.v20181203-1331.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (144.05kB) [INFO] Fetching org.eclipse.uml2.uml.resources_5.5.0.v20181203-1331.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (243.5kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.uml2.uml.resources_5.5.0.v20181203-1331.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (243.5kB) [INFO] Fetching org.eclipse.ocl.xtext.base.ui_1.6.0.v20181210-1441.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (74.98kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.ocl.xtext.base.ui_1.6.0.v20181210-1441.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (74.98kB) [INFO] Fetching org.eclipse.ocl.xtext.essentialocl_1.6.0.v20181210-1441.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (223.52kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.ocl.xtext.essentialocl_1.6.0.v20181210-1441.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (223.52kB) [INFO] Fetching org.eclipse.ocl.xtext.oclinecore.ui_1.6.0.v20181210-1441.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (190.98kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.ocl.xtext.oclinecore.ui_1.6.0.v20181210-1441.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (190.98kB) [INFO] Fetching org.eclipse.ocl.xtext.markup.ui_1.6.0.v20181210-1441.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (38.17kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.ocl.xtext.markup.ui_1.6.0.v20181210-1441.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (38.17kB) [INFO] Fetching org.eclipse.ocl.xtext.markup_1.6.0.v20181210-1441.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (62.35kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.ocl.xtext.markup_1.6.0.v20181210-1441.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (62.35kB) [INFO] Fetching org.eclipse.papyrus.copypaste.ui.doc_1.2.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (65.27kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.copypaste.ui.doc_1.2.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (65.27kB) [INFO] Fetching org.eclipse.papyrus.infra.doc_1.2.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (16.49kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.infra.doc_1.2.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (16.49kB) [INFO] Fetching org.eclipse.papyrus.dsml.validation.doc_1.2.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (278.93kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.dsml.validation.doc_1.2.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (278.93kB) [INFO] Fetching org.eclipse.papyrus.infra.emf.expressions.doc_1.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (180.01kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.infra.emf.expressions.doc_1.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (180.01kB) [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.common.doc_1.2.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (2.91MB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.common.doc_1.2.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (2.91MB) [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.css.doc_1.2.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (364.43kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.css.doc_1.2.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (364.43kB) [INFO] Fetching org.eclipse.papyrus.infra.internationalization.doc_1.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (72.51kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.infra.internationalization.doc_1.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (72.51kB) [INFO] Fetching org.eclipse.papyrus.infra.nattable.doc_1.3.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (4.51MB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.infra.nattable.doc_1.3.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (4.51MB) [INFO] Fetching org.eclipse.papyrus.infra.newchild.doc_1.2.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (372.56kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.infra.newchild.doc_1.2.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (372.56kB) [INFO] Fetching org.eclipse.papyrus.infra.services.controlmode.doc_1.2.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (367.61kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.infra.services.controlmode.doc_1.2.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (367.61kB) [INFO] Fetching org.eclipse.papyrus.infra.services.decoration.doc_1.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (912.92kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.infra.services.decoration.doc_1.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (912.92kB) [INFO] Fetching org.eclipse.papyrus.infra.architecture.doc_1.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (810.18kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.infra.architecture.doc_1.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (810.18kB) [INFO] Fetching org.eclipse.papyrus.infra.types.doc_3.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (458.75kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.infra.types.doc_3.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (458.75kB) [INFO] Fetching org.eclipse.papyrus.req.reqif.doc_1.2.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (1.23MB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.req.reqif.doc_1.2.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (1.23MB) [INFO] Fetching org.eclipse.papyrus.uml.decoratormodel.doc_1.2.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (2.32MB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.uml.decoratormodel.doc_1.2.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (2.32MB) [INFO] Fetching org.eclipse.papyrus.uml.diagram.common.doc_1.2.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (2.03MB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.uml.diagram.common.doc_1.2.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (2.03MB) [INFO] Fetching org.eclipse.papyrus.uml.diagram.profile.doc_1.2.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (3.08MB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.uml.diagram.profile.doc_1.2.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (3.08MB) [INFO] Fetching org.eclipse.papyrus.uml.doc_1.2.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (3.16MB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.uml.doc_1.2.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (3.16MB) [INFO] Fetching org.eclipse.papyrus.uml.modelrepair.doc_1.2.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (56.05kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.uml.modelrepair.doc_1.2.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (56.05kB) [INFO] Fetching org.eclipse.papyrus.uml.profile.assistants.doc_1.2.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (886.62kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.uml.profile.assistants.doc_1.2.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (886.62kB) [INFO] Fetching org.eclipse.papyrus.uml.search.ui.doc_1.2.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (1.18MB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.uml.search.ui.doc_1.2.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (1.18MB) [INFO] Fetching org.eclipse.papyrus.views.properties.doc_1.3.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (903.03kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.views.properties.doc_1.3.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (903.03kB) [INFO] Fetching org.eclipse.papyrus.emf.facet.aggregate.doc_1.2.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (82.4kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.emf.facet.aggregate.doc_1.2.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (82.4kB) [INFO] Fetching org.eclipse.papyrus.emf.facet.custom.doc_1.2.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (144.25kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.emf.facet.custom.doc_1.2.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (144.25kB) [INFO] Fetching org.eclipse.papyrus.emf.facet.custom.metamodel.editor.doc_1.2.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (506.14kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.emf.facet.custom.metamodel.editor.doc_1.2.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (506.14kB) [INFO] Fetching org.eclipse.papyrus.emf.facet.doc_1.2.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (157.83kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.emf.facet.doc_1.2.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (157.83kB) [INFO] Fetching org.eclipse.papyrus.emf.facet.efacet.doc_1.2.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (322.23kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.emf.facet.efacet.doc_1.2.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (322.23kB) [INFO] Fetching org.eclipse.papyrus.emf.facet.util.emf.doc_1.2.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (121.24kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.emf.facet.util.emf.doc_1.2.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (121.24kB) [INFO] Fetching org.eclipse.papyrus.toolsmiths.profilemigration.doc_0.7.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (567.54kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.toolsmiths.profilemigration.doc_0.7.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (567.54kB) [INFO] Fetching org.eclipse.papyrus.views.references.doc_1.2.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (41.04kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.views.references.doc_1.2.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (41.04kB) [INFO] Fetching org.eclipse.papyrus.views.documentation.doc_1.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (79.6kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.views.documentation.doc_1.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (79.6kB) [INFO] Fetching org.eclipse.papyrus.eclipse.project.editors_2.1.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (29.95kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.eclipse.project.editors_2.1.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (29.95kB) [INFO] Fetching org.eclipse.papyrus.infra.widgets_3.4.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (570.45kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.infra.widgets_3.4.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (570.45kB) [INFO] Fetching org.eclipse.pde.ui_3.10.500.v20181121-1530.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (1.46MB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.pde.ui_3.10.500.v20181121-1530.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (1.46MB) [INFO] Fetching org.eclipse.papyrus.editor_2.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (14.45kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.editor_2.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (14.45kB) [INFO] Fetching org.eclipse.papyrus.infra.ui_2.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (102.34kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.infra.ui_2.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (102.34kB) [INFO] Fetching org.eclipse.papyrus.infra.emf_3.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (76.97kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.infra.emf_3.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (76.97kB) [INFO] Fetching org.eclipse.papyrus.infra.internationalization.utils_1.0.100.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (10.81kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.infra.internationalization.utils_1.0.100.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (10.81kB) [INFO] Fetching org.eclipse.papyrus.editor.perspectiveconfiguration_1.2.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (13.45kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.editor.perspectiveconfiguration_1.2.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (13.45kB) [INFO] Fetching org.eclipse.papyrus.infra.core.log_1.2.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (9.14kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.infra.core.log_1.2.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (9.14kB) [INFO] Fetching org.eclipse.papyrus.emf_1.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (9.49kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.emf_1.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (9.49kB) [INFO] Fetching org.eclipse.papyrus.emf.facet.common.core_1.2.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (10.28kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.emf.facet.common.core_1.2.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (10.28kB) [INFO] Fetching org.eclipse.papyrus.emf.facet.common.sdk.core_1.2.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (15.97kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.emf.facet.common.sdk.core_1.2.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (15.97kB) [INFO] Fetching org.eclipse.papyrus.emf.facet.util.emf.catalog_1.2.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (13.19kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.emf.facet.util.emf.catalog_1.2.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (13.19kB) [INFO] Fetching org.eclipse.papyrus.emf.facet.util.core_1.2.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (15.37kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.emf.facet.util.core_1.2.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (15.37kB) [INFO] Fetching org.eclipse.papyrus.emf.facet.common.ui_1.2.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (15.92kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.emf.facet.common.ui_1.2.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (15.92kB) [INFO] Fetching org.eclipse.papyrus.emf.facet.custom.core_3.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (16.2kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.emf.facet.custom.core_3.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (16.2kB) [INFO] Fetching org.eclipse.papyrus.emf.facet.custom.metamodel_1.4.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (34.95kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.emf.facet.custom.metamodel_1.4.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (34.95kB) [INFO] Fetching org.eclipse.papyrus.emf.facet.efacet.core_2.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (50.68kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.emf.facet.efacet.core_2.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (50.68kB) [INFO] Fetching org.eclipse.papyrus.emf.facet.efacet.metamodel_1.3.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (308.59kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.emf.facet.efacet.metamodel_1.3.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (308.59kB) [INFO] Fetching org.eclipse.papyrus.emf.facet.custom.metamodel.edit_1.3.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (15.35kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.emf.facet.custom.metamodel.edit_1.3.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (15.35kB) [INFO] Fetching org.eclipse.papyrus.emf.facet.efacet.metamodel.edit_1.2.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (44.15kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.emf.facet.efacet.metamodel.edit_1.2.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (44.15kB) [INFO] Fetching org.eclipse.papyrus.emf.facet.custom.metamodel.editor_1.3.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (57.74kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.emf.facet.custom.metamodel.editor_1.3.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (57.74kB) [INFO] Fetching org.eclipse.papyrus.emf.facet.efacet.sdk.ui_2.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (71.65kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.emf.facet.efacet.sdk.ui_2.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (71.65kB) [INFO] Fetching org.eclipse.papyrus.emf.facet.custom.sdk.ui_1.2.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (35.49kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.emf.facet.custom.sdk.ui_1.2.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (35.49kB) [INFO] Fetching org.eclipse.papyrus.emf.facet.custom.ui_3.1.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (52.82kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.emf.facet.custom.ui_3.1.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (52.82kB) [INFO] Fetching org.eclipse.papyrus.emf.facet.query.java.metamodel_1.3.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (12.95kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.emf.facet.query.java.metamodel_1.3.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (12.95kB) [INFO] Fetching org.eclipse.papyrus.emf.facet.query.ocl.metamodel_1.2.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (12.86kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.emf.facet.query.ocl.metamodel_1.2.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (12.86kB) [INFO] Fetching org.eclipse.papyrus.emf.facet.custom.sdk.core_1.2.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (12.55kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.emf.facet.custom.sdk.core_1.2.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (12.55kB) [INFO] Fetching org.eclipse.papyrus.emf.facet.util.pde.core_1.2.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (19.82kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.emf.facet.util.pde.core_1.2.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (19.82kB) [INFO] Fetching org.eclipse.papyrus.emf.facet.widgets.celleditors_1.2.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (44.78kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.emf.facet.widgets.celleditors_1.2.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (44.78kB) [INFO] Fetching org.eclipse.papyrus.emf.facet.efacet.ui_3.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (73.41kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.emf.facet.efacet.ui_3.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (73.41kB) [INFO] Fetching org.eclipse.papyrus.emf.facet.query.java.core_2.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (12.91kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.emf.facet.query.java.core_2.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (12.91kB) [INFO] Fetching org.eclipse.papyrus.emf.facet.util.ui_2.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (42.39kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.emf.facet.util.ui_2.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (42.39kB) [INFO] Fetching org.eclipse.papyrus.emf.facet.util.swt_1.2.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (11.45kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.emf.facet.util.swt_1.2.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (11.45kB) [INFO] Fetching org.eclipse.papyrus.emf.facet.util.jface.ui_2.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (9.13kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.emf.facet.util.jface.ui_2.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (9.13kB) [INFO] Fetching org.eclipse.papyrus.emf.facet.efacet_1.2.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (33.42kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.emf.facet.efacet_1.2.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (33.42kB) [INFO] Fetching org.eclipse.papyrus.emf.facet.efacet.catalog_1.2.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (14.13kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.emf.facet.efacet.catalog_1.2.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (14.13kB) [INFO] Fetching org.eclipse.papyrus.emf.facet.util.emf.core_1.2.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (26.11kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.emf.facet.util.emf.core_1.2.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (26.11kB) [INFO] Fetching org.eclipse.papyrus.emf.facet.util.emf.ui_2.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (33.79kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.emf.facet.util.emf.ui_2.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (33.79kB) [INFO] Fetching org.eclipse.papyrus.emf.facet.efacet.edit_1.2.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (23.25kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.emf.facet.efacet.edit_1.2.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (23.25kB) [INFO] Fetching org.eclipse.papyrus.emf.facet.efacet.editor_1.2.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (21.91kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.emf.facet.efacet.editor_1.2.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (21.91kB) [INFO] Fetching org.eclipse.papyrus.emf.facet.query.java_1.2.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (12.72kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.emf.facet.query.java_1.2.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (12.72kB) [INFO] Fetching org.eclipse.papyrus.emf.facet.query.java.sdk.ui_1.2.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (19.33kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.emf.facet.query.java.sdk.ui_1.2.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (19.33kB) [INFO] Fetching org.eclipse.papyrus.emf.facet.query.ocl.core_1.2.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (10.86kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.emf.facet.query.ocl.core_1.2.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (10.86kB) [INFO] Fetching org.eclipse.papyrus.emf.facet.query.ocl.sdk.ui_2.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (13.57kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.emf.facet.query.ocl.sdk.ui_2.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (13.57kB) [INFO] Fetching org.eclipse.papyrus.emf.facet.widgets_1.2.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (23.7kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.emf.facet.widgets_1.2.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (23.7kB) [INFO] Fetching org.eclipse.papyrus.emf.facet.widgets.celleditors.ecore_1.2.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (25.35kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.emf.facet.widgets.celleditors.ecore_1.2.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (25.35kB) [INFO] Fetching org.eclipse.papyrus.infra.tools_3.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (37.28kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.infra.tools_3.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (37.28kB) [INFO] Fetching org.eclipse.emf_2.8.0.v20180706-1146.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (10.56kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.emf_2.8.0.v20180706-1146.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (10.56kB) [INFO] Fetching org.eclipse.papyrus.extensionpoints.editors_3.1.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (14.52kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.extensionpoints.editors_3.1.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (14.52kB) [INFO] Fetching org.eclipse.papyrus.infra.constraints_2.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (30.06kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.infra.constraints_2.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (30.06kB) [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.extensionpoints.editors_1.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (30.03kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.extensionpoints.editors_1.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (30.03kB) [INFO] Fetching org.eclipse.papyrus.infra.architecture_2.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (19.57kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.infra.architecture_2.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (19.57kB) [INFO] Fetching org.eclipse.papyrus.infra.core.architecture_2.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (42.62kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.infra.core.architecture_2.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (42.62kB) [INFO] Fetching org.eclipse.papyrus.infra.services.edit_3.1.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (19.7kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.infra.services.edit_3.1.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (19.7kB) [INFO] Fetching org.eclipse.papyrus.infra.core_3.0.100.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (99.96kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.infra.core_3.0.100.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (99.96kB) [INFO] Fetching org.eclipse.papyrus.infra.types_4.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (40.23kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.infra.types_4.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (40.23kB) [INFO] Fetching org.eclipse.papyrus.infra.architecture.representation_2.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (22.08kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.infra.architecture.representation_2.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (22.08kB) [INFO] Fetching org.eclipse.papyrus.infra.architecture.representation.edit_1.1.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (17.71kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.infra.architecture.representation.edit_1.1.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (17.71kB) [INFO] Fetching org.eclipse.papyrus.infra.core.architecture.edit_2.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (20.12kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.infra.core.architecture.edit_2.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (20.12kB) [INFO] Fetching org.eclipse.papyrus.infra.constraints.edit_2.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (15.05kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.infra.constraints.edit_2.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (15.05kB) [INFO] Fetching org.eclipse.papyrus.infra.types.edit_4.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (19.07kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.infra.types.edit_4.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (19.07kB) [INFO] Fetching org.eclipse.papyrus.infra.constraints.editor_2.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (36.14kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.infra.constraints.editor_2.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (36.14kB) [INFO] Fetching org.eclipse.papyrus.infra.constraints.ui_2.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (8.59kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.infra.constraints.ui_2.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (8.59kB) [INFO] Fetching org.eclipse.papyrus.infra.core.sashwindows.di_1.2.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (52.37kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.infra.core.sashwindows.di_1.2.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (52.37kB) [INFO] Fetching org.eclipse.papyrus.infra.core.sasheditor_2.1.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (60.96kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.infra.core.sasheditor_2.1.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (60.96kB) [INFO] Fetching org.eclipse.papyrus.infra.core.sasheditor.di_2.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (20.23kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.infra.core.sasheditor.di_2.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (20.23kB) [INFO] Fetching org.eclipse.uml2.types_2.5.0.v20181203-1331.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (11.51kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.uml2.types_2.5.0.v20181203-1331.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (11.51kB) [INFO] Fetching org.eclipse.uml2.common_2.5.0.v20181203-1331.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (35.09kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.uml2.common_2.5.0.v20181203-1331.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (35.09kB) [INFO] Fetching org.eclipse.papyrus.infra.editor.welcome_2.0.100.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (54.51kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.infra.editor.welcome_2.0.100.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (54.51kB) [INFO] Fetching org.eclipse.papyrus.infra.properties.ui_3.4.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (81.09kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.infra.properties.ui_3.4.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (81.09kB) [INFO] Fetching org.eclipse.papyrus.infra.editor.welcome.internationalization_2.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (15.22kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.infra.editor.welcome.internationalization_2.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (15.22kB) [INFO] Fetching org.eclipse.papyrus.infra.services.navigation_3.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (14.38kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.infra.services.navigation_3.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (14.38kB) [INFO] Fetching org.eclipse.papyrus.infra.internationalization_1.0.100.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (36.02kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.infra.internationalization_1.0.100.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (36.02kB) [INFO] Fetching org.eclipse.papyrus.infra.internationalization.common_1.100.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (15.44kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.infra.internationalization.common_1.100.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (15.44kB) [INFO] Fetching org.eclipse.papyrus.infra.internationalization.ui_1.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (12.58kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.infra.internationalization.ui_1.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (12.58kB) [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.common_3.101.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (311.08kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.common_3.101.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (311.08kB) [INFO] Fetching org.eclipse.papyrus.infra.editor.welcome.nattable_3.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (23.73kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.infra.editor.welcome.nattable_3.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (23.73kB) [INFO] Fetching org.eclipse.papyrus.infra.emf.appearance_2.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (10.95kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.infra.emf.appearance_2.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (10.95kB) [INFO] Fetching org.eclipse.papyrus.infra.emf.diagram.common_2.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (9.38kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.infra.emf.diagram.common_2.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (9.38kB) [INFO] Fetching org.eclipse.papyrus.infra.emf.gmf_1.2.100.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (27.7kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.infra.emf.gmf_1.2.100.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (27.7kB) [INFO] Fetching org.eclipse.papyrus.infra.emf.expressions_1.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (36.94kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.infra.emf.expressions_1.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (36.94kB) [INFO] Fetching org.eclipse.papyrus.infra.emf.expressions.edit_1.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (15.59kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.infra.emf.expressions.edit_1.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (15.59kB) [INFO] Fetching org.eclipse.papyrus.infra.emf.expressions.editor_1.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (34.84kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.infra.emf.expressions.editor_1.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (34.84kB) [INFO] Fetching org.eclipse.papyrus.infra.emf.expressions.properties_1.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (16.32kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.infra.emf.expressions.properties_1.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (16.32kB) [INFO] Fetching org.eclipse.papyrus.infra.emf.readonly_3.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (25.31kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.infra.emf.readonly_3.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (25.31kB) [INFO] Fetching org.eclipse.papyrus.infra.emf.types_4.1.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (37.61kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.infra.emf.types_4.1.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (37.61kB) [INFO] Fetching org.eclipse.papyrus.infra.emf.types.ui_4.1.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (20.77kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.infra.emf.types.ui_4.1.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (20.77kB) [INFO] Fetching org.eclipse.papyrus.infra.emf.nattable_5.1.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (35.87kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.infra.emf.nattable_5.1.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (35.87kB) [INFO] Fetching org.eclipse.papyrus.infra.nattable_6.1.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (320.96kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.infra.nattable_6.1.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (320.96kB) [INFO] Fetching org.eclipse.papyrus.infra.onefile_2.2.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (16kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.infra.onefile_2.2.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (16kB) [INFO] Fetching org.eclipse.papyrus.infra.types.rulebased_4.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (30.54kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.infra.types.rulebased_4.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (30.54kB) [INFO] Fetching org.eclipse.papyrus.infra.properties.edit_3.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (35.42kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.infra.properties.edit_3.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (35.42kB) [INFO] Fetching org.eclipse.uml2.uml.edit_5.5.0.v20181203-1331.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (171.71kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.uml2.uml.edit_5.5.0.v20181203-1331.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (171.71kB) [INFO] Fetching org.eclipse.papyrus.infra.types.core_4.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (34.88kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.infra.types.core_4.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (34.88kB) [INFO] Fetching org.eclipse.papyrus.infra.hyperlink_3.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (43.13kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.infra.hyperlink_3.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (43.13kB) [INFO] Fetching org.eclipse.papyrus.infra.psf_1.2.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (17.36kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.infra.psf_1.2.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (17.36kB) [INFO] Fetching org.eclipse.papyrus.infra.newchild_4.1.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (33.41kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.infra.newchild_4.1.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (33.41kB) [INFO] Fetching org.eclipse.papyrus.infra.newchild.edit_4.1.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (13.93kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.infra.newchild.edit_4.1.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (13.93kB) [INFO] Fetching org.eclipse.papyrus.infra.sync_2.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (34.99kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.infra.sync_2.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (34.99kB) [INFO] Fetching org.eclipse.papyrus.infra.filters_1.3.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (23.08kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.infra.filters_1.3.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (23.08kB) [INFO] Fetching org.eclipse.papyrus.infra.filters.edit_1.4.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (13.25kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.infra.filters.edit_1.4.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (13.25kB) [INFO] Fetching org.eclipse.papyrus.infra.properties_3.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (48.16kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.infra.properties_3.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (48.16kB) [INFO] Fetching org.eclipse.papyrus.infra.properties.editor_3.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (42.42kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.infra.properties.editor_3.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (42.42kB) [INFO] Fetching org.eclipse.uml2.common.edit_2.5.0.v20181203-1331.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (15.75kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.uml2.common.edit_2.5.0.v20181203-1331.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (15.75kB) [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.assistant_1.4.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (48.65kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.assistant_1.4.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (48.65kB) [INFO] Fetching org.eclipse.papyrus.infra.viewpoints.policy_3.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (38.27kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.infra.viewpoints.policy_3.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (38.27kB) [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.assistant.edit_1.3.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (23.3kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.assistant.edit_1.3.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (23.3kB) [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.assistant.editor_1.3.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (31.05kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.assistant.editor_1.3.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (31.05kB) [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.assistant.ui_1.2.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (9.36kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.assistant.ui_1.2.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (9.36kB) [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.canonical_2.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (30.36kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.canonical_2.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (30.36kB) [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.commands_3.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (23.32kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.commands_3.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (23.32kB) [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.representation_2.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (22.79kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.representation_2.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (22.79kB) [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.tooling.runtime_3.1.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (87.59kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.tooling.runtime_3.1.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (87.59kB) [INFO] Fetching org.eclipse.papyrus.infra.services.decoration_2.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (15.08kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.infra.services.decoration_2.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (15.08kB) [INFO] Fetching org.eclipse.papyrus.infra.services.edit.ui_3.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (12.3kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.infra.services.edit.ui_3.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (12.3kB) [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.style_2.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (13.27kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.style_2.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (13.27kB) [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.paletteconfiguration_4.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (39.99kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.paletteconfiguration_4.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (39.99kB) [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.controlmode_1.2.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (10.42kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.controlmode_1.2.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (10.42kB) [INFO] Fetching org.eclipse.papyrus.infra.services.controlmode_2.0.100.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (43.32kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.infra.services.controlmode_2.0.100.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (43.32kB) [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.css_2.3.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (75.21kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.css_2.3.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (75.21kB) [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.css.model_1.3.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (22.09kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.css.model_1.3.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (22.09kB) [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.css.configuration_2.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (25.55kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.css.configuration_2.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (25.55kB) [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.css.properties_3.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (40.96kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.css.properties_3.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (40.96kB) [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.css3.xtext_3.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (107.82kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.css3.xtext_3.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (107.82kB) [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui_3.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (88.48kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui_3.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (88.48kB) [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.css.theme_1.2.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (9.42kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.css.theme_1.2.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (9.42kB) [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.css.model.edit_1.3.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (12.88kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.css.model.edit_1.3.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (12.88kB) [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.properties_4.0.100.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (67.88kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.properties_4.0.100.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (67.88kB) [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.dnd_1.4.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (26.79kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.dnd_1.4.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (26.79kB) [INFO] Fetching org.antlr.runtime_3.2.0.v201101311130.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (99.04kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.antlr.runtime_3.2.0.v201101311130.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (99.04kB) [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.expansion_3.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (54.31kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.expansion_3.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (54.31kB) [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.export_2.1.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (24.38kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.export_2.1.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (24.38kB) [INFO] Fetching org.eclipse.papyrus.infra.services.validation_3.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (26.98kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.infra.services.validation_3.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (26.98kB) [INFO] Fetching org.eclipse.papyrus.infra.services.semantic_2.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (9.68kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.infra.services.semantic_2.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (9.68kB) [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.navigation_2.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (31.09kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.navigation_2.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (31.09kB) [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.outline_2.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (15.57kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.outline_2.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (15.57kB) [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.preferences_3.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (35.66kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.preferences_3.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (35.66kB) [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.widgets_1.2.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (13.3kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.widgets_1.2.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (13.3kB) [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.gef_1.2.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (9.32kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.gef_1.2.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (9.32kB) [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.modelexplorer_1.2.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (17.12kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.modelexplorer_1.2.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (17.12kB) [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.hyperlink_3.0.100.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (34.28kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.hyperlink_3.0.100.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (34.28kB) [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.viewersearcher_1.2.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (9.34kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.viewersearcher_1.2.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (9.34kB) [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.gmfmenu.filter_1.2.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (10.06kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.gmfmenu.filter_1.2.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (10.06kB) [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.menu_1.2.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (19.66kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.menu_1.2.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (19.66kB) [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.welcome_1.2.100.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (17.24kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.welcome_1.2.100.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (17.24kB) [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.representation.edit_2.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (23.34kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.representation.edit_2.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (23.34kB) [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.style.edit_2.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (10.88kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.style.edit_2.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (10.88kB) [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.paletteconfiguration.edit_4.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (26.04kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.paletteconfiguration.edit_4.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (26.04kB) [INFO] Fetching org.eclipse.papyrus.infra.nattable.representation_2.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (12.99kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.infra.nattable.representation_2.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (12.99kB) [INFO] Fetching org.eclipse.papyrus.views.modelexplorer_3.0.100.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (84.86kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.views.modelexplorer_3.0.100.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (84.86kB) [INFO] Fetching org.eclipse.papyrus.infra.internationalization.edit_1.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (11.35kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.infra.internationalization.edit_1.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (11.35kB) [INFO] Fetching org.eclipse.papyrus.infra.widgets.toolbox_2.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (38.59kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.infra.widgets.toolbox_2.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (38.59kB) [INFO] Fetching org.eclipse.papyrus.infra.services.openelement_3.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (11.42kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.infra.services.openelement_3.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (11.42kB) [INFO] Fetching org.eclipse.papyrus.infra.services.viewersearch_3.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (11.03kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.infra.services.viewersearch_3.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (11.03kB) [INFO] Fetching org.eclipse.papyrus.views.properties_4.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (34.35kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.views.properties_4.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (34.35kB) [INFO] Fetching org.eclipse.papyrus.infra.ui.emf_2.1.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (50.17kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.infra.ui.emf_2.1.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (50.17kB) [INFO] Fetching org.eclipse.papyrus.views.search_2.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (19.91kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.views.search_2.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (19.91kB) [INFO] Fetching org.eclipse.papyrus.infra.nattable.model_4.1.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (110.1kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.infra.nattable.model_4.1.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (110.1kB) [INFO] Fetching org.eclipse.papyrus.infra.internationalization.controlmode_1.0.100.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (14.63kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.infra.internationalization.controlmode_1.0.100.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (14.63kB) [INFO] Fetching org.eclipse.papyrus.infra.internationalization.readonly_1.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (8.31kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.infra.internationalization.readonly_1.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (8.31kB) [INFO] Fetching org.eclipse.papyrus.infra.services.labelprovider_2.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (13.21kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.infra.services.labelprovider_2.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (13.21kB) [INFO] Fetching org.eclipse.papyrus.infra.nattable.common_5.1.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (42.64kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.infra.nattable.common_5.1.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (42.64kB) [INFO] Fetching org.eclipse.papyrus.infra.nattable.controlmode_2.0.100.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (10.66kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.infra.nattable.controlmode_2.0.100.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (10.66kB) [INFO] Fetching org.eclipse.papyrus.infra.nattable.model.edit_4.0.100.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (44.18kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.infra.nattable.model.edit_4.0.100.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (44.18kB) [INFO] Fetching org.eclipse.papyrus.infra.nattable.model.editor_5.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (78.05kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.infra.nattable.model.editor_5.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (78.05kB) [INFO] Fetching org.eclipse.papyrus.infra.nattable.modelexplorer_4.0.100.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (18.25kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.infra.nattable.modelexplorer_4.0.100.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (18.25kB) [INFO] Fetching org.eclipse.papyrus.infra.nattable.views.config_5.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (16.25kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.infra.nattable.views.config_5.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (16.25kB) [INFO] Fetching org.eclipse.papyrus.infra.nattable.views.editor_1.2.100.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (8.05kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.infra.nattable.views.editor_1.2.100.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (8.05kB) [INFO] Fetching org.eclipse.papyrus.infra.nattable.properties_2.3.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (47.19kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.infra.nattable.properties_2.3.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (47.19kB) [INFO] Fetching org.eclipse.papyrus.infra.nattable.gmfdiag_1.2.100.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (13.05kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.infra.nattable.gmfdiag_1.2.100.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (13.05kB) [INFO] Fetching org.eclipse.papyrus.infra.nattable.representation.edit_2.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (11.76kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.infra.nattable.representation.edit_2.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (11.76kB) [INFO] Fetching org.eclipse.papyrus.infra.newchild.editor_3.1.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (30.38kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.infra.newchild.editor_3.1.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (30.38kB) [INFO] Fetching org.eclipse.papyrus.infra.newchild.ui_2.0.100.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (13.32kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.infra.newchild.ui_2.0.100.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (13.32kB) [INFO] Fetching org.eclipse.papyrus.infra.onefile.ui_1.2.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (37.74kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.infra.onefile.ui_1.2.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (37.74kB) [INFO] Fetching org.eclipse.papyrus.infra.services.architecture_1.0.100.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (8.38kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.infra.services.architecture_1.0.100.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (8.38kB) [INFO] Fetching org.eclipse.papyrus.infra.services.controlmode.history_2.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (16.97kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.infra.services.controlmode.history_2.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (16.97kB) [INFO] Fetching org.eclipse.papyrus.infra.services.markerlistener_2.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (23.81kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.infra.services.markerlistener_2.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (23.81kB) [INFO] Fetching org.eclipse.papyrus.infra.services.resourceloading_3.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (20.95kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.infra.services.resourceloading_3.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (20.95kB) [INFO] Fetching org.eclipse.papyrus.infra.services.viewlabelprovider_1.2.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (9.2kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.infra.services.viewlabelprovider_1.2.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (9.2kB) [INFO] Fetching org.eclipse.papyrus.infra.services.localizer_2.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (9.98kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.infra.services.localizer_2.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (9.98kB) [INFO] Fetching org.eclipse.papyrus.infra.services.resourceloading.ui_1.2.100.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (24.84kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.infra.services.resourceloading.ui_1.2.100.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (24.84kB) [INFO] Fetching org.eclipse.papyrus.infra.types.editor_3.1.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (30.96kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.infra.types.editor_3.1.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (30.96kB) [INFO] Fetching org.eclipse.papyrus.infra.types.ui_3.0.100.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (13.34kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.infra.types.ui_3.0.100.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (13.34kB) [INFO] Fetching org.eclipse.papyrus.infra.ui.architecture_2.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (47.35kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.infra.ui.architecture_2.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (47.35kB) [INFO] Fetching org.eclipse.papyrus.infra.ui.resources_1.2.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (21.1kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.infra.ui.resources_1.2.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (21.1kB) [INFO] Fetching org.eclipse.papyrus.infra.ui.fonts_1.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (315.49kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.infra.ui.fonts_1.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (315.49kB) [INFO] Fetching org.eclipse.pde_3.13.400.v20181206-0815.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (46.81kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.pde_3.13.400.v20181206-0815.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (46.81kB) [INFO] Fetching org.eclipse.papyrus.sdk_4.2.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (10.19kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.sdk_4.2.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (10.19kB) [INFO] Fetching org.eclipse.papyrus.uml.alf_3.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (556.53kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.uml.alf_3.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (556.53kB) [INFO] Fetching org.eclipse.papyrus.uml.tools.utils_3.4.100.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (52.17kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.uml.tools.utils_3.4.100.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (52.17kB) [INFO] Fetching org.eclipse.papyrus.uml.extensionpoints_1.3.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (30.1kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.uml.extensionpoints_1.3.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (30.1kB) [INFO] Fetching org.eclipse.papyrus.uml.alf.libraries_2.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (394.37kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.uml.alf.libraries_2.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (394.37kB) [INFO] Fetching org.eclipse.papyrus.uml.alf.common_2.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (13.75kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.uml.alf.common_2.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (13.75kB) [INFO] Fetching org.eclipse.papyrus.uml.alf.common.ui_2.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (10.71kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.uml.alf.common.ui_2.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (10.71kB) [INFO] Fetching org.eclipse.papyrus.uml.alf.to.fuml_1.2.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (55.39kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.uml.alf.to.fuml_1.2.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (55.39kB) [INFO] Fetching org.eclipse.papyrus.uml.alf.ui_3.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (205.92kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.uml.alf.ui_3.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (205.92kB) [INFO] Fetching org.eclipse.papyrus.uml.xtext.integration.ui_2.1.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (41.74kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.uml.xtext.integration.ui_2.1.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (41.74kB) [INFO] Fetching org.eclipse.papyrus.uml.service.validation_2.1.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (13.39kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.uml.service.validation_2.1.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (13.39kB) [INFO] Fetching org.eclipse.papyrus.uml.appearance_2.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (11.05kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.uml.appearance_2.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (11.05kB) [INFO] Fetching org.eclipse.papyrus.uml.architecture_1.1.200.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (20.66kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.uml.architecture_1.1.200.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (20.66kB) [INFO] Fetching org.eclipse.papyrus.uml.service.types_4.1.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (166.42kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.uml.service.types_4.1.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (166.42kB) [INFO] Fetching org.eclipse.papyrus.uml.diagram.activity_3.4.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (950.77kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.uml.diagram.activity_3.4.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (950.77kB) [INFO] Fetching org.eclipse.papyrus.uml.diagram.clazz_3.0.200.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (398.72kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.uml.diagram.clazz_3.0.200.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (398.72kB) [INFO] Fetching org.eclipse.papyrus.uml.diagram.communication_4.0.100.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (230.4kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.uml.diagram.communication_4.0.100.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (230.4kB) [INFO] Fetching org.eclipse.papyrus.uml.diagram.component_3.2.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (208.66kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.uml.diagram.component_3.2.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (208.66kB) [INFO] Fetching org.eclipse.papyrus.uml.diagram.composite_3.1.100.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (456.59kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.uml.diagram.composite_3.1.100.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (456.59kB) [INFO] Fetching org.eclipse.papyrus.uml.diagram.deployment_3.1.200.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (179.63kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.uml.diagram.deployment_3.1.200.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (179.63kB) [INFO] Fetching org.eclipse.papyrus.uml.diagram.interactionoverview_3.0.100.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (53.9kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.uml.diagram.interactionoverview_3.0.100.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (53.9kB) [INFO] Fetching org.eclipse.papyrus.uml.diagram.profile_3.1.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (216.42kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.uml.diagram.profile_3.1.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (216.42kB) [INFO] Fetching org.eclipse.papyrus.uml.diagram.sequence_5.1.100.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (460.88kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.uml.diagram.sequence_5.1.100.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (460.88kB) [INFO] Fetching org.eclipse.papyrus.uml.diagram.statemachine_3.1.100.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (217.44kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.uml.diagram.statemachine_3.1.100.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (217.44kB) [INFO] Fetching org.eclipse.papyrus.uml.diagram.stereotype.edition_2.0.100.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (30.55kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.uml.diagram.stereotype.edition_2.0.100.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (30.55kB) [INFO] Fetching org.eclipse.papyrus.uml.diagram.timing_1.4.200.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (271.74kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.uml.diagram.timing_1.4.200.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (271.74kB) [INFO] Fetching org.eclipse.papyrus.uml.diagram.usecase_4.0.200.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (210.7kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.uml.diagram.usecase_4.0.200.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (210.7kB) [INFO] Fetching org.eclipse.papyrus.uml.nattable.generic.config_1.2.100.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (10.06kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.uml.nattable.generic.config_1.2.100.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (10.06kB) [INFO] Fetching org.eclipse.papyrus.uml.service.types.ui_2.1.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (35.61kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.uml.service.types.ui_2.1.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (35.61kB) [INFO] Fetching org.eclipse.papyrus.uml.commands_1.3.100.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (15.43kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.uml.commands_1.3.100.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (15.43kB) [INFO] Fetching org.eclipse.papyrus.uml.tools_4.1.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (92.77kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.uml.tools_4.1.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (92.77kB) [INFO] Fetching org.eclipse.papyrus.uml.internationalization.utils_1.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (9.32kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.uml.internationalization.utils_1.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (9.32kB) [INFO] Fetching org.eclipse.papyrus.uml.controlmode.profile_2.0.100.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (19.42kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.uml.controlmode.profile_2.0.100.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (19.42kB) [INFO] Fetching org.eclipse.papyrus.uml.decoratormodel_2.2.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (50.94kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.uml.decoratormodel_2.2.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (50.94kB) [INFO] Fetching org.eclipse.papyrus.uml.decoratormodel.controlmode_1.2.200.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (21.17kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.uml.decoratormodel.controlmode_1.2.200.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (21.17kB) [INFO] Fetching org.eclipse.papyrus.uml.decoratormodel.ui_2.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (44.54kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.uml.decoratormodel.ui_2.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (44.54kB) [INFO] Fetching org.eclipse.papyrus.uml.decoratormodel.properties_4.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (27.38kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.uml.decoratormodel.properties_4.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (27.38kB) [INFO] Fetching org.eclipse.papyrus.uml.properties_3.2.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (224.79kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.uml.properties_3.2.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (224.79kB) [INFO] Fetching org.eclipse.papyrus.uml.profile_3.1.100.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (72.34kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.uml.profile_3.1.100.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (72.34kB) [INFO] Fetching org.eclipse.papyrus.uml.diagram.common_3.3.100.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (574.5kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.uml.diagram.common_3.3.100.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (574.5kB) [INFO] Fetching org.eclipse.papyrus.uml.internationalization.edit_1.100.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (34.16kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.uml.internationalization.edit_1.100.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (34.16kB) [INFO] Fetching org.eclipse.papyrus.uml.diagram.wizards_3.2.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (66.05kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.uml.diagram.wizards_3.2.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (66.05kB) [INFO] Fetching org.eclipse.papyrus.uml.diagram.navigation_2.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (13.01kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.uml.diagram.navigation_2.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (13.01kB) [INFO] Fetching org.eclipse.papyrus.uml.modelrepair_2.0.100.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (65.42kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.uml.modelrepair_2.0.100.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (65.42kB) [INFO] Fetching org.eclipse.papyrus.uml.diagram.common.groups_2.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (41.23kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.uml.diagram.common.groups_2.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (41.23kB) [INFO] Fetching org.eclipse.papyrus.uml.diagram.menu_2.0.100.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (84.59kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.uml.diagram.menu_2.0.100.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (84.59kB) [INFO] Fetching org.eclipse.papyrus.uml.diagram.css_2.0.100.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (16.48kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.uml.diagram.css_2.0.100.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (16.48kB) [INFO] Fetching org.eclipse.papyrus.uml.diagram.dnd_1.3.100.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (25.9kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.uml.diagram.dnd_1.3.100.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (25.9kB) [INFO] Fetching org.eclipse.papyrus.uml.diagram.icons_1.2.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (286.75kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.uml.diagram.icons_1.2.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (286.75kB) [INFO] Fetching org.eclipse.papyrus.uml.diagram.modelexplorer_1.2.100.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (10.56kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.uml.diagram.modelexplorer_1.2.100.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (10.56kB) [INFO] Fetching org.eclipse.papyrus.uml.diagram.symbols_1.2.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (18.44kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.uml.diagram.symbols_1.2.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (18.44kB) [INFO] Fetching org.eclipse.papyrus.uml.diagram.symbols.properties_1.2.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (8.84kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.uml.diagram.symbols.properties_1.2.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (8.84kB) [INFO] Fetching org.eclipse.papyrus.uml.diagram.linklf_2.0.100.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (18.9kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.uml.diagram.linklf_2.0.100.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (18.9kB) [INFO] Fetching org.eclipse.papyrus.uml.diagram.sequence.restrictions_1.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (8.17kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.uml.diagram.sequence.restrictions_1.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (8.17kB) [INFO] Fetching org.eclipse.uml2.uml.editor_5.5.0.v20181203-1331.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (65.47kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.uml2.uml.editor_5.5.0.v20181203-1331.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (65.47kB) [INFO] Fetching org.eclipse.ui.intro_3.5.400.v20181107-2118.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (141.99kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.ui.intro_3.5.400.v20181107-2118.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (141.99kB) [INFO] Fetching org.eclipse.papyrus.uml.documentation.profile_1.3.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (14.92kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.uml.documentation.profile_1.3.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (14.92kB) [INFO] Fetching org.eclipse.papyrus.uml.export_1.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (37.25kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.uml.export_1.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (37.25kB) [INFO] Fetching org.eclipse.papyrus.uml.expressions_2.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (25.5kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.uml.expressions_2.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (25.5kB) [INFO] Fetching org.eclipse.papyrus.uml.expressions.edit_2.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (15.06kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.uml.expressions.edit_2.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (15.06kB) [INFO] Fetching org.eclipse.papyrus.uml.expressions.properties_1.0.100.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (12.39kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.uml.expressions.properties_1.0.100.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (12.39kB) [INFO] Fetching org.eclipse.papyrus.uml.icons_1.2.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (1.45MB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.uml.icons_1.2.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (1.45MB) [INFO] Fetching org.eclipse.papyrus.uml.import_1.2.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (15.27kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.uml.import_1.2.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (15.27kB) [INFO] Fetching org.eclipse.papyrus.uml.perspective_1.2.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (9.45kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.uml.perspective_1.2.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (9.45kB) [INFO] Fetching org.eclipse.papyrus.uml.profile.drafter_1.3.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (53.86kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.uml.profile.drafter_1.3.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (53.86kB) [INFO] Fetching org.eclipse.papyrus.uml.resourceloading.profile_1.2.100.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (8.92kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.uml.resourceloading.profile_1.2.100.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (8.92kB) [INFO] Fetching org.eclipse.papyrus.uml.templaterepository_2.0.100.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (9.14kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.uml.templaterepository_2.0.100.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (9.14kB) [INFO] Fetching org.eclipse.papyrus.uml.oclconstraintevaluation_1.2.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (10.82kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.uml.oclconstraintevaluation_1.2.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (10.82kB) [INFO] Fetching org.eclipse.papyrus.uml.navigation_1.2.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (15.46kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.uml.navigation_1.2.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (15.46kB) [INFO] Fetching org.eclipse.papyrus.uml.services.decoration_1.2.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (9.45kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.uml.services.decoration_1.2.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (9.45kB) [INFO] Fetching org.eclipse.papyrus.uml.filters_1.3.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (16.45kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.uml.filters_1.3.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (16.45kB) [INFO] Fetching org.eclipse.papyrus.uml.filters.edit_1.3.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (11.67kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.uml.filters.edit_1.3.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (11.67kB) [INFO] Fetching org.eclipse.papyrus.uml.types.core_4.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (62.11kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.uml.types.core_4.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (62.11kB) [INFO] Fetching org.eclipse.papyrus.uml.internationalization_1.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (10.18kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.uml.internationalization_1.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (10.18kB) [INFO] Fetching org.eclipse.papyrus.uml.m2m.qvto.common_1.0.100.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (62.77kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.uml.m2m.qvto.common_1.0.100.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (62.77kB) [INFO] Fetching org.eclipse.papyrus.uml.m2m.qvto.common.blackboxes_1.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (10.62kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.uml.m2m.qvto.common.blackboxes_1.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (10.62kB) [INFO] Fetching org.eclipse.papyrus.uml.modelexplorer_2.0.100.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (61.25kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.uml.modelexplorer_2.0.100.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (61.25kB) [INFO] Fetching org.eclipse.papyrus.uml.modelexplorer.widgets_2.0.100.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (9.01kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.uml.modelexplorer.widgets_2.0.100.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (9.01kB) [INFO] Fetching org.eclipse.papyrus.views.modelexplorer.widgets_2.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (9.59kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.views.modelexplorer.widgets_2.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (9.59kB) [INFO] Fetching org.eclipse.papyrus.uml.nattable_5.2.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (66.4kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.uml.nattable_5.2.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (66.4kB) [INFO] Fetching org.eclipse.papyrus.uml.nattable.clazz.config_5.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (10.06kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.uml.nattable.clazz.config_5.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (10.06kB) [INFO] Fetching org.eclipse.papyrus.uml.nattable.generic_1.2.100.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (8.36kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.uml.nattable.generic_1.2.100.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (8.36kB) [INFO] Fetching org.eclipse.papyrus.uml.nattable.matrix_1.0.200.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (20.45kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.uml.nattable.matrix_1.0.200.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (20.45kB) [INFO] Fetching org.eclipse.papyrus.uml.nattable.properties_1.0.200.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (23.35kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.uml.nattable.properties_1.0.200.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (23.35kB) [INFO] Fetching org.eclipse.papyrus.uml.nattable.menu_1.2.200.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (41.45kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.uml.nattable.menu_1.2.200.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (41.45kB) [INFO] Fetching org.eclipse.papyrus.uml.nattable.xtext.integration_2.0.100.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (10.18kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.uml.nattable.xtext.integration_2.0.100.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (10.18kB) [INFO] Fetching org.eclipse.papyrus.uml.nattable.xtext.valuespecification_5.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (10.98kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.uml.nattable.xtext.valuespecification_5.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (10.98kB) [INFO] Fetching org.eclipse.papyrus.uml.nattable.stereotype.display_3.0.100.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (20.11kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.uml.nattable.stereotype.display_3.0.100.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (20.11kB) [INFO] Fetching org.eclipse.papyrus.uml.nattable.richtext_2.1.100.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (11.68kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.uml.nattable.richtext_2.1.100.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (11.68kB) [INFO] Fetching org.eclipse.papyrus.uml.ui_1.3.100.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (12.74kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.uml.ui_1.3.100.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (12.74kB) [INFO] Fetching org.eclipse.papyrus.uml.textedit.valuespecification.xtext.utils_1.4.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (13.89kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.uml.textedit.valuespecification.xtext.utils_1.4.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (13.89kB) [INFO] Fetching org.eclipse.papyrus.uml.textedit.valuespecification.xtext.ui_2.1.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (27.09kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.uml.textedit.valuespecification.xtext.ui_2.1.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (27.09kB) [INFO] Fetching org.eclipse.papyrus.views.validation_2.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (23.16kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.views.validation_2.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (23.16kB) [INFO] Fetching org.eclipse.papyrus.uml.properties.xtext_1.3.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (19.4kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.uml.properties.xtext_1.3.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (19.4kB) [INFO] Fetching org.eclipse.papyrus.uml.search.ui_2.0.100.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (55.68kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.uml.search.ui_2.0.100.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (55.68kB) [INFO] Fetching org.eclipse.uml2.uml.profile.standard_1.5.0.v20181203-1331.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (37.71kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.uml2.uml.profile.standard_1.5.0.v20181203-1331.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (37.71kB) [INFO] Fetching org.eclipse.papyrus.uml.textedit.collaborationuse.xtext_2.1.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (33.41kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.uml.textedit.collaborationuse.xtext_2.1.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (33.41kB) [INFO] Fetching org.eclipse.papyrus.uml.textedit.common.xtext_2.1.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (38.36kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.uml.textedit.common.xtext_2.1.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (38.36kB) [INFO] Fetching org.eclipse.papyrus.uml.textedit.collaborationuse.xtext.ui_2.1.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (26.19kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.uml.textedit.collaborationuse.xtext.ui_2.1.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (26.19kB) [INFO] Fetching org.eclipse.papyrus.uml.textedit.common.xtext.ui_2.1.100.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (24.99kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.uml.textedit.common.xtext.ui_2.1.100.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (24.99kB) [INFO] Fetching org.eclipse.papyrus.uml.xtext.integration.core_2.1.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (8.68kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.uml.xtext.integration.core_2.1.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (8.68kB) [INFO] Fetching org.eclipse.papyrus.uml.textedit.connectionpointreference.xtext_2.1.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (30.56kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.uml.textedit.connectionpointreference.xtext_2.1.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (30.56kB) [INFO] Fetching org.eclipse.papyrus.uml.textedit.connectionpointreference.xtext.ui_2.1.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (24.13kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.uml.textedit.connectionpointreference.xtext.ui_2.1.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (24.13kB) [INFO] Fetching org.eclipse.papyrus.uml.textedit.constraintwithessentialocl.xtext_1.3.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (13.65kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.uml.textedit.constraintwithessentialocl.xtext_1.3.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (13.65kB) [INFO] Fetching org.eclipse.papyrus.uml.textedit.message.xtext_2.1.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (32.61kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.uml.textedit.message.xtext_2.1.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (32.61kB) [INFO] Fetching org.eclipse.papyrus.uml.textedit.message.xtext.ui_2.1.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (25.06kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.uml.textedit.message.xtext.ui_2.1.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (25.06kB) [INFO] Fetching org.eclipse.papyrus.uml.textedit.parameter.xtext_2.1.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (55.8kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.uml.textedit.parameter.xtext_2.1.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (55.8kB) [INFO] Fetching org.eclipse.papyrus.uml.textedit.parameter.xtext.ui_2.1.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (38.95kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.uml.textedit.parameter.xtext.ui_2.1.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (38.95kB) [INFO] Fetching org.eclipse.papyrus.uml.textedit.property.xtext_2.1.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (62.8kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.uml.textedit.property.xtext_2.1.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (62.8kB) [INFO] Fetching org.eclipse.papyrus.uml.textedit.property.xtext.ui_2.1.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (38.15kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.uml.textedit.property.xtext.ui_2.1.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (38.15kB) [INFO] Fetching org.eclipse.papyrus.uml.textedit.state.xtext_2.1.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (42.51kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.uml.textedit.state.xtext_2.1.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (42.51kB) [INFO] Fetching org.eclipse.papyrus.uml.textedit.state.xtext.ui_2.1.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (30.51kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.uml.textedit.state.xtext.ui_2.1.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (30.51kB) [INFO] Fetching org.eclipse.papyrus.uml.textedit.transition.xtext_1.4.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (42.21kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.uml.textedit.transition.xtext_1.4.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (42.21kB) [INFO] Fetching org.eclipse.papyrus.uml.textedit.transition.xtext.ui_2.1.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (30.08kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.uml.textedit.transition.xtext.ui_2.1.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (30.08kB) [INFO] Fetching org.eclipse.papyrus.uml.textedit.javaconstraint_2.0.100.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (9.95kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.uml.textedit.javaconstraint_2.0.100.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (9.95kB) [INFO] Fetching org.eclipse.papyrus.uml.textedit.port.xtext_1.4.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (64.2kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.uml.textedit.port.xtext_1.4.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (64.2kB) [INFO] Fetching org.eclipse.papyrus.uml.textedit.port.xtext.ui_2.1.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (39.95kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.uml.textedit.port.xtext.ui_2.1.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (39.95kB) [INFO] Fetching org.eclipse.papyrus.uml.textedit.valuespecification.xtext_1.4.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (40.96kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.uml.textedit.valuespecification.xtext_1.4.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (40.96kB) [INFO] Fetching org.eclipse.papyrus.uml.textedit.stereotypeproperty.xtext_3.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (161.1kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.uml.textedit.stereotypeproperty.xtext_3.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (161.1kB) [INFO] Fetching org.eclipse.papyrus.uml.textedit.stereotypeproperty.xtext.ui_3.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (198.87kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.uml.textedit.stereotypeproperty.xtext.ui_3.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (198.87kB) [INFO] Fetching org.eclipse.uml2.uml.validation_5.5.0.v20181203-1331.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (12.86kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.uml2.uml.validation_5.5.0.v20181203-1331.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (12.86kB) [INFO] Fetching org.eclipse.papyrus.uml.xtext.integration.validation_2.1.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (8.44kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.uml.xtext.integration.validation_2.1.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (8.44kB) [INFO] Fetching org.eclipse.papyrus.views.documentation_1.0.100.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (21.31kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.views.documentation_1.0.100.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (21.31kB) [INFO] Fetching org.eclipse.papyrus.views.modelexplorer.resourceloading_2.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (13.17kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.views.modelexplorer.resourceloading_2.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (13.17kB) [INFO] Fetching org.eclipse.papyrus.views.modelexplorer.newchild_1.2.100.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (12.71kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.views.modelexplorer.newchild_1.2.100.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (12.71kB) [INFO] Fetching org.eclipse.papyrus.views.properties.model.xwt_2.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (28.09kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.views.properties.model.xwt_2.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (28.09kB) [INFO] Fetching org.eclipse.wst.xml.core_1.2.200.v201811122127.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (254.74kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.wst.xml.core_1.2.200.v201811122127.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (254.74kB) [INFO] Fetching org.eclipse.papyrus.views.references_2.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (18.5kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.views.references_2.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (18.5kB) [INFO] Fetching org.eclipse.update.configurator_3.4.100.v20180821-1913.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (43.11kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.update.configurator_3.4.100.v20180821-1913.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (43.11kB) [INFO] Fetching org.eclipse.pde.launching_3.7.300.v20181121-0613.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (51.16kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.pde.launching_3.7.300.v20181121-0613.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (51.16kB) [INFO] Fetching org.eclipse.ui.cheatsheets_3.5.300.v20180823-1505.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (118.64kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.ui.cheatsheets_3.5.300.v20180823-1505.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (118.64kB) [INFO] Fetching org.eclipse.ui.views.log_1.2.400.v20181102-1400.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (83.95kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.ui.views.log_1.2.400.v20181102-1400.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (83.95kB) [INFO] Fetching org.eclipse.ui.trace_1.1.300.v20181119-1957.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (26.35kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.ui.trace_1.1.300.v20181119-1957.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (26.35kB) [INFO] Fetching org.eclipse.ui.genericeditor_1.1.200.v20180921-0739.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (42.6kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.ui.genericeditor_1.1.200.v20180921-0739.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (42.6kB) [INFO] Fetching org.eclipse.platform_4.10.0.v20181206-0815.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (255.52kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.platform_4.10.0.v20181206-0815.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (255.52kB) [INFO] Fetching org.eclipse.ui.themes_1.2.300.v20181108-1102.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (29.1kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.ui.themes_1.2.300.v20181108-1102.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (29.1kB) [INFO] Fetching org.eclipse.wst.common.core_1.3.0.v201811122154.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (24.04kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.wst.common.core_1.3.0.v201811122154.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (24.04kB) [INFO] Fetching org.eclipse.wst.common.uriresolver_1.2.300.v201802151734.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (24.71kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.wst.common.uriresolver_1.2.300.v201802151734.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (24.71kB) [INFO] Fetching org.eclipse.wst.sse.core_1.2.100.v201810290944.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (155.06kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.wst.sse.core_1.2.100.v201810290944.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (155.06kB) [INFO] Fetching org.eclipse.xpand_2.2.0.v201605260315.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (80.37kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.xpand_2.2.0.v201605260315.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (80.37kB) [INFO] Fetching org.eclipse.xtend_2.2.0.v201605260315.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (148.58kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.xtend_2.2.0.v201605260315.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (148.58kB) [INFO] Fetching org.eclipse.xtend.typesystem.emf_2.2.0.v201605260315.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (26.12kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.xtend.typesystem.emf_2.2.0.v201605260315.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (26.12kB) [INFO] Fetching org.objectweb.asm_7.0.0.v20181030-2244.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (58.69kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.objectweb.asm_7.0.0.v20181030-2244.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (58.69kB) [INFO] Fetching org.hamcrest.core_1.3.0.v20180420-1519.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (29.18kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.hamcrest.core_1.3.0.v20180420-1519.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (29.18kB) [INFO] Fetching org.apache.commons.lang3_3.1.0.v201403281430.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (124.12kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.apache.commons.lang3_3.1.0.v201403281430.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (124.12kB) [INFO] Resolving class path of MavenProject: org.polarsys.esf:esf-infra.p2:0.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/esf-infra-quality/p2/pom.xml [INFO] ------------------------------------------------------------------------ [INFO] Reactor Build Order: [INFO] [INFO] ESF [pom] [INFO] ESF Core [pom] [INFO] ESF Diagram [pom] [INFO] org.polarsys.esf.core.common [eclipse-plugin] [INFO] org.polarsys.esf.core.common.ui [eclipse-plugin] [INFO] ESF Profile [pom] [INFO] ESFCore Profile [eclipse-plugin] [INFO] ESFArchitectureConcepts Profile [eclipse-plugin] [INFO] org.polarsys.esf.core.utils [eclipse-plugin] [INFO] ESF Core Resources [pom] [INFO] ESF Core Graphical Resources [eclipse-plugin] [INFO] org.polarsys.esf.core.diagram.esfarchitectureconcepts [eclipse-plugin] [INFO] ESF Meta-model [pom] [INFO] ESFArchitectureConcepts Meta-model [eclipse-plugin] [INFO] ESFCore Meta-model [eclipse-plugin] [INFO] ESFBehaviours Meta-model [eclipse-plugin] [INFO] ESFProperties Meta-model [eclipse-plugin] [INFO] ESFSafetyConcepts Meta-model [eclipse-plugin] [INFO] ESFArchitectureConcepts Profile test [eclipse-test-plugin] [INFO] org.polarsys.esf.core.profile.esfarchitectureconcepts.application [eclipse-plugin] [INFO] ESFProperties Profile [eclipse-plugin] [INFO] ESFBehaviours Profile [eclipse-plugin] [INFO] ESFSafetyConcepts Profile [eclipse-plugin] [INFO] ESF Releng [pom] [INFO] org.polarsys.esf.core.doc [eclipse-plugin] [INFO] ESF Core branding [eclipse-plugin] [INFO] ESF Core feature [eclipse-feature] [INFO] esf-infra.p2 [eclipse-repository] [INFO] [INFO] ---------------------< org.polarsys.esf:esf-infra >--------------------- [INFO] Building ESF 0.7.0-SNAPSHOT [1/28] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ esf-infra --- Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-plugin-api/2.0.6/maven-plugin-api-2.0.6.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/2.0.6/maven-plugin-api-2.0.6.pom Progress (1): 1.5 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/2.0.6/maven-plugin-api-2.0.6.pom (1.5 kB at 73 kB/s) Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven/2.0.6/maven-2.0.6.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/2.0.6/maven-2.0.6.pom Progress (1): 4.1 kB Progress (1): 8.2 kB Progress (1): 9.0 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/2.0.6/maven-2.0.6.pom (9.0 kB at 362 kB/s) Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-parent/5/maven-parent-5.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/5/maven-parent-5.pom Progress (1): 4.1 kB Progress (1): 8.2 kB Progress (1): 12 kB Progress (1): 15 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/5/maven-parent-5.pom (15 kB at 635 kB/s) Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/apache/3/apache-3.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/3/apache-3.pom Progress (1): 3.4 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/3/apache-3.pom (3.4 kB at 163 kB/s) Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-utils/3.0/plexus-utils-3.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0/plexus-utils-3.0.pom Progress (1): 4.1 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0/plexus-utils-3.0.pom (4.1 kB at 92 kB/s) Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/spice/spice-parent/16/spice-parent-16.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/spice/spice-parent/16/spice-parent-16.pom Progress (1): 4.1 kB Progress (1): 8.2 kB Progress (1): 8.4 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/spice/spice-parent/16/spice-parent-16.pom (8.4 kB at 220 kB/s) Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-plugin-api/2.0.6/maven-plugin-api-2.0.6.jar Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-utils/3.0/plexus-utils-3.0.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/2.0.6/maven-plugin-api-2.0.6.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0/plexus-utils-3.0.jar Progress (1): 4.1/226 kB Progress (1): 7.7/226 kB Progress (1): 12/226 kB Progress (1): 16/226 kB Progress (1): 20/226 kB Progress (1): 24/226 kB Progress (1): 28/226 kB Progress (1): 32/226 kB Progress (1): 36/226 kB Progress (2): 36/226 kB | 4.1/13 kB Progress (2): 40/226 kB | 4.1/13 kB Progress (2): 40/226 kB | 7.7/13 kB Progress (2): 45/226 kB | 7.7/13 kB Progress (2): 45/226 kB | 12/13 kB Progress (2): 49/226 kB | 12/13 kB Progress (2): 49/226 kB | 13 kB Progress (2): 53/226 kB | 13 kB Progress (2): 57/226 kB | 13 kB Progress (2): 61/226 kB | 13 kB Progress (2): 65/226 kB | 13 kB Progress (2): 69/226 kB | 13 kB Progress (2): 73/226 kB | 13 kB Progress (2): 77/226 kB | 13 kB Progress (2): 81/226 kB | 13 kB Progress (2): 85/226 kB | 13 kB Progress (2): 90/226 kB | 13 kB Progress (2): 94/226 kB | 13 kB Progress (2): 98/226 kB | 13 kB Progress (2): 102/226 kB | 13 kB Progress (2): 106/226 kB | 13 kB Progress (2): 110/226 kB | 13 kB Progress (2): 114/226 kB | 13 kB Progress (2): 118/226 kB | 13 kB Progress (2): 122/226 kB | 13 kB Progress (2): 126/226 kB | 13 kB Progress (2): 131/226 kB | 13 kB Progress (2): 135/226 kB | 13 kB Progress (2): 139/226 kB | 13 kB Progress (2): 143/226 kB | 13 kB Progress (2): 147/226 kB | 13 kB Progress (2): 151/226 kB | 13 kB Progress (2): 155/226 kB | 13 kB Progress (2): 159/226 kB | 13 kB Progress (2): 163/226 kB | 13 kB Progress (2): 167/226 kB | 13 kB Progress (2): 171/226 kB | 13 kB Progress (2): 176/226 kB | 13 kB Progress (2): 180/226 kB | 13 kB Progress (2): 184/226 kB | 13 kB Progress (2): 188/226 kB | 13 kB Progress (2): 192/226 kB | 13 kB Progress (2): 196/226 kB | 13 kB Progress (2): 200/226 kB | 13 kB Progress (2): 204/226 kB | 13 kB Progress (2): 208/226 kB | 13 kB Progress (2): 212/226 kB | 13 kB Progress (2): 217/226 kB | 13 kB Progress (2): 221/226 kB | 13 kB Progress (2): 225/226 kB | 13 kB Progress (2): 226 kB | 13 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0/plexus-utils-3.0.jar (226 kB at 4.2 MB/s) Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/2.0.6/maven-plugin-api-2.0.6.jar (13 kB at 211 kB/s) [INFO] [INFO] --- license-maven-plugin:2.11:check (default) @ esf-infra --- Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-plugin-api/3.1.0/maven-plugin-api-3.1.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/3.1.0/maven-plugin-api-3.1.0.pom Progress (1): 3.0 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/3.1.0/maven-plugin-api-3.1.0.pom (3.0 kB at 761 kB/s) Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven/3.1.0/maven-3.1.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/3.1.0/maven-3.1.0.pom Progress (1): 4.1 kB Progress (1): 8.2 kB Progress (1): 12 kB Progress (1): 16 kB Progress (1): 20 kB Progress (1): 22 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/3.1.0/maven-3.1.0.pom (22 kB at 908 kB/s) Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-model/3.1.0/maven-model-3.1.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/3.1.0/maven-model-3.1.0.pom Progress (1): 3.8 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/3.1.0/maven-model-3.1.0.pom (3.8 kB at 158 kB/s) Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-utils/3.0.10/plexus-utils-3.0.10.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.10/plexus-utils-3.0.10.pom Progress (1): 3.1 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.10/plexus-utils-3.0.10.pom (3.1 kB at 175 kB/s) Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus/3.3/plexus-3.3.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/3.3/plexus-3.3.pom Progress (1): 4.1 kB Progress (1): 8.2 kB Progress (1): 12 kB Progress (1): 16 kB Progress (1): 20 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/3.3/plexus-3.3.pom (20 kB at 737 kB/s) Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-artifact/3.1.0/maven-artifact-3.1.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/3.1.0/maven-artifact-3.1.0.pom Progress (1): 1.6 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/3.1.0/maven-artifact-3.1.0.pom (1.6 kB at 102 kB/s) Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/sisu/org.eclipse.sisu.plexus/0.0.0.M2a/org.eclipse.sisu.plexus-0.0.0.M2a.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/org.eclipse.sisu.plexus/0.0.0.M2a/org.eclipse.sisu.plexus-0.0.0.M2a.pom Progress (1): 4.1 kB Progress (1): 5.9 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/org.eclipse.sisu.plexus/0.0.0.M2a/org.eclipse.sisu.plexus-0.0.0.M2a.pom (5.9 kB at 246 kB/s) Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/sisu/sisu-plexus/0.0.0.M2a/sisu-plexus-0.0.0.M2a.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/sisu-plexus/0.0.0.M2a/sisu-plexus-0.0.0.M2a.pom Progress (1): 4.1 kB Progress (1): 7.9 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/sisu-plexus/0.0.0.M2a/sisu-plexus-0.0.0.M2a.pom (7.9 kB at 360 kB/s) Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/oss/oss-parent/7/oss-parent-7.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/oss/oss-parent/7/oss-parent-7.pom Progress (1): 4.1 kB Progress (1): 4.8 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/oss/oss-parent/7/oss-parent-7.pom (4.8 kB at 134 kB/s) Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/javax/enterprise/cdi-api/1.0/cdi-api-1.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/enterprise/cdi-api/1.0/cdi-api-1.0.pom Progress (1): 1.4 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/enterprise/cdi-api/1.0/cdi-api-1.0.pom (1.4 kB at 62 kB/s) Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/jboss/weld/weld-api-parent/1.0/weld-api-parent-1.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/weld/weld-api-parent/1.0/weld-api-parent-1.0.pom Progress (1): 2.4 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/weld/weld-api-parent/1.0/weld-api-parent-1.0.pom (2.4 kB at 87 kB/s) Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/jboss/weld/weld-api-bom/1.0/weld-api-bom-1.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/weld/weld-api-bom/1.0/weld-api-bom-1.0.pom Progress (1): 4.1 kB Progress (1): 7.9 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/weld/weld-api-bom/1.0/weld-api-bom-1.0.pom (7.9 kB at 329 kB/s) Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/jboss/weld/weld-parent/6/weld-parent-6.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/weld/weld-parent/6/weld-parent-6.pom Progress (1): 4.1 kB Progress (1): 8.2 kB Progress (1): 12 kB Progress (1): 16 kB Progress (1): 20 kB Progress (1): 21 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/weld/weld-parent/6/weld-parent-6.pom (21 kB at 985 kB/s) Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/javax/annotation/jsr250-api/1.0/jsr250-api-1.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/annotation/jsr250-api/1.0/jsr250-api-1.0.pom Progress (1): 1.0 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/annotation/jsr250-api/1.0/jsr250-api-1.0.pom (1.0 kB at 57 kB/s) Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/javax/inject/javax.inject/1/javax.inject-1.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/inject/javax.inject/1/javax.inject-1.pom Progress (1): 612 B Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/inject/javax.inject/1/javax.inject-1.pom (612 B at 44 kB/s) Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/com/google/guava/guava/10.0.1/guava-10.0.1.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava/10.0.1/guava-10.0.1.pom Progress (1): 4.1 kB Progress (1): 5.4 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava/10.0.1/guava-10.0.1.pom (5.4 kB at 283 kB/s) Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/com/google/guava/guava-parent/10.0.1/guava-parent-10.0.1.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava-parent/10.0.1/guava-parent-10.0.1.pom Progress (1): 2.0 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava-parent/10.0.1/guava-parent-10.0.1.pom (2.0 kB at 63 kB/s) Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/com/google/code/findbugs/jsr305/1.3.9/jsr305-1.3.9.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/code/findbugs/jsr305/1.3.9/jsr305-1.3.9.pom Progress (1): 965 B Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/code/findbugs/jsr305/1.3.9/jsr305-1.3.9.pom (965 B at 34 kB/s) Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/sisu/sisu-guice/3.1.0/sisu-guice-3.1.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-guice/3.1.0/sisu-guice-3.1.0.pom Progress (1): 4.1 kB Progress (1): 8.2 kB Progress (1): 10 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-guice/3.1.0/sisu-guice-3.1.0.pom (10 kB at 267 kB/s) Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/sisu/inject/guice-parent/3.1.0/guice-parent-3.1.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/inject/guice-parent/3.1.0/guice-parent-3.1.0.pom Progress (1): 4.1 kB Progress (1): 8.2 kB Progress (1): 11 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/inject/guice-parent/3.1.0/guice-parent-3.1.0.pom (11 kB at 546 kB/s) Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/aopalliance/aopalliance/1.0/aopalliance-1.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/aopalliance/aopalliance/1.0/aopalliance-1.0.pom Progress (1): 363 B Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/aopalliance/aopalliance/1.0/aopalliance-1.0.pom (363 B at 21 kB/s) Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/sisu/org.eclipse.sisu.inject/0.0.0.M2a/org.eclipse.sisu.inject-0.0.0.M2a.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/org.eclipse.sisu.inject/0.0.0.M2a/org.eclipse.sisu.inject-0.0.0.M2a.pom Progress (1): 4.1 kB Progress (1): 5.0 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/org.eclipse.sisu.inject/0.0.0.M2a/org.eclipse.sisu.inject-0.0.0.M2a.pom (5.0 kB at 184 kB/s) Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/sisu/sisu-inject/0.0.0.M2a/sisu-inject-0.0.0.M2a.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/sisu-inject/0.0.0.M2a/sisu-inject-0.0.0.M2a.pom Progress (1): 4.1 kB Progress (1): 7.8 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/sisu-inject/0.0.0.M2a/sisu-inject-0.0.0.M2a.pom (7.8 kB at 520 kB/s) Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/asm/asm/3.3.1/asm-3.3.1.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/asm/asm/3.3.1/asm-3.3.1.pom Progress (1): 266 B Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/asm/asm/3.3.1/asm-3.3.1.pom (266 B at 12 kB/s) Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/asm/asm-parent/3.3.1/asm-parent-3.3.1.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/asm/asm-parent/3.3.1/asm-parent-3.3.1.pom Progress (1): 4.1 kB Progress (1): 4.3 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/asm/asm-parent/3.3.1/asm-parent-3.3.1.pom (4.3 kB at 206 kB/s) Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-component-annotations/1.5.5/plexus-component-annotations-1.5.5.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-component-annotations/1.5.5/plexus-component-annotations-1.5.5.pom Progress (1): 815 B Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-component-annotations/1.5.5/plexus-component-annotations-1.5.5.pom (815 B at 20 kB/s) Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-containers/1.5.5/plexus-containers-1.5.5.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-containers/1.5.5/plexus-containers-1.5.5.pom Progress (1): 4.1 kB Progress (1): 4.2 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-containers/1.5.5/plexus-containers-1.5.5.pom (4.2 kB at 87 kB/s) Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-classworlds/2.4/plexus-classworlds-2.4.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-classworlds/2.4/plexus-classworlds-2.4.pom Progress (1): 3.9 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-classworlds/2.4/plexus-classworlds-2.4.pom (3.9 kB at 176 kB/s) Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-utils/2.1/plexus-utils-2.1.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/2.1/plexus-utils-2.1.pom Progress (1): 4.0 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/2.1/plexus-utils-2.1.pom (4.0 kB at 192 kB/s) Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-project/3.0-alpha-2/maven-project-3.0-alpha-2.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-project/3.0-alpha-2/maven-project-3.0-alpha-2.pom Progress (1): 3.3 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-project/3.0-alpha-2/maven-project-3.0-alpha-2.pom (3.3 kB at 73 kB/s) Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven/3.0-alpha-2/maven-3.0-alpha-2.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/3.0-alpha-2/maven-3.0-alpha-2.pom Progress (1): 4.1 kB Progress (1): 8.2 kB Progress (1): 12 kB Progress (1): 16 kB Progress (1): 20 kB Progress (1): 21 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/3.0-alpha-2/maven-3.0-alpha-2.pom (21 kB at 85 kB/s) Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-parent/10/maven-parent-10.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/10/maven-parent-10.pom Progress (1): 4.1 kB Progress (1): 8.2 kB Progress (1): 12 kB Progress (1): 16 kB Progress (1): 20 kB Progress (1): 25 kB Progress (1): 29 kB Progress (1): 32 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/10/maven-parent-10.pom (32 kB at 930 kB/s) Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/apache/4/apache-4.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/4/apache-4.pom Progress (1): 4.1 kB Progress (1): 4.5 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/4/apache-4.pom (4.5 kB at 145 kB/s) Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-model/3.0-alpha-2/maven-model-3.0-alpha-2.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/3.0-alpha-2/maven-model-3.0-alpha-2.pom Progress (1): 3.5 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/3.0-alpha-2/maven-model-3.0-alpha-2.pom (3.5 kB at 55 kB/s) Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-utils/1.5.6/plexus-utils-1.5.6.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.5.6/plexus-utils-1.5.6.pom Progress (1): 4.1 kB Progress (1): 5.3 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.5.6/plexus-utils-1.5.6.pom (5.3 kB at 87 kB/s) Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus/1.0.12/plexus-1.0.12.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/1.0.12/plexus-1.0.12.pom Progress (1): 4.1 kB Progress (1): 8.2 kB Progress (1): 9.8 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/1.0.12/plexus-1.0.12.pom (9.8 kB at 223 kB/s) Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-interpolation/1.1/plexus-interpolation-1.1.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.1/plexus-interpolation-1.1.pom Progress (1): 1.4 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.1/plexus-interpolation-1.1.pom (1.4 kB at 55 kB/s) Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus/1.0.11/plexus-1.0.11.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/1.0.11/plexus-1.0.11.pom Progress (1): 4.1 kB Progress (1): 8.2 kB Progress (1): 9.0 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/1.0.11/plexus-1.0.11.pom (9.0 kB at 498 kB/s) Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-compat/3.0-alpha-2/maven-compat-3.0-alpha-2.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-compat/3.0-alpha-2/maven-compat-3.0-alpha-2.pom Progress (1): 2.9 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-compat/3.0-alpha-2/maven-compat-3.0-alpha-2.pom (2.9 kB at 52 kB/s) Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-container-default/1.0-beta-3.0.5/plexus-container-default-1.0-beta-3.0.5.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-container-default/1.0-beta-3.0.5/plexus-container-default-1.0-beta-3.0.5.pom Progress (1): 1.4 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-container-default/1.0-beta-3.0.5/plexus-container-default-1.0-beta-3.0.5.pom (1.4 kB at 33 kB/s) Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-containers/1.0-beta-3.0.5/plexus-containers-1.0-beta-3.0.5.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-containers/1.0-beta-3.0.5/plexus-containers-1.0-beta-3.0.5.pom Progress (1): 4.1 kB Progress (1): 4.1 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-containers/1.0-beta-3.0.5/plexus-containers-1.0-beta-3.0.5.pom (4.1 kB at 105 kB/s) Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-utils/1.4.5/plexus-utils-1.4.5.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.4.5/plexus-utils-1.4.5.pom Progress (1): 2.3 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.4.5/plexus-utils-1.4.5.pom (2.3 kB at 55 kB/s) Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-classworlds/1.4/plexus-classworlds-1.4.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-classworlds/1.4/plexus-classworlds-1.4.pom Progress (1): 4.1 kB Progress (1): 4.7 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-classworlds/1.4/plexus-classworlds-1.4.pom (4.7 kB at 97 kB/s) Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus/2.0.0/plexus-2.0.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/2.0.0/plexus-2.0.0.pom Progress (1): 4.1 kB Progress (1): 8.0 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/2.0.0/plexus-2.0.0.pom (8.0 kB at 170 kB/s) Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/xbean/xbean-reflect/3.4/xbean-reflect-3.4.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/xbean/xbean-reflect/3.4/xbean-reflect-3.4.pom Progress (1): 2.8 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/xbean/xbean-reflect/3.4/xbean-reflect-3.4.pom (2.8 kB at 97 kB/s) Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/xbean/xbean/3.4/xbean-3.4.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/xbean/xbean/3.4/xbean-3.4.pom Progress (1): 4.1 kB Progress (1): 8.2 kB Progress (1): 12 kB Progress (1): 16 kB Progress (1): 19 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/xbean/xbean/3.4/xbean-3.4.pom (19 kB at 741 kB/s) Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/log4j/log4j/1.2.12/log4j-1.2.12.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/log4j/log4j/1.2.12/log4j-1.2.12.pom Progress (1): 145 B Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/log4j/log4j/1.2.12/log4j-1.2.12.pom (145 B at 7.6 kB/s) Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/commons-logging/commons-logging-api/1.1/commons-logging-api-1.1.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-logging/commons-logging-api/1.1/commons-logging-api-1.1.pom Progress (1): 4.1 kB Progress (1): 5.3 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-logging/commons-logging-api/1.1/commons-logging-api-1.1.pom (5.3 kB at 281 kB/s) Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/com/google/code/google-collections/google-collect/snapshot-20080530/google-collect-snapshot-20080530.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/code/google-collections/google-collect/snapshot-20080530/google-collect-snapshot-20080530.pom Progress (1): 1.5 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/code/google-collections/google-collect/snapshot-20080530/google-collect-snapshot-20080530.pom (1.5 kB at 22 kB/s) Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/junit/junit/4.12/junit-4.12.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/junit/junit/4.12/junit-4.12.pom Progress (1): 4.1 kB Progress (1): 8.2 kB Progress (1): 12 kB Progress (1): 16 kB Progress (1): 20 kB Progress (1): 24 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/junit/junit/4.12/junit-4.12.pom (24 kB at 324 kB/s) Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/hamcrest/hamcrest-core/1.3/hamcrest-core-1.3.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/hamcrest/hamcrest-core/1.3/hamcrest-core-1.3.pom Progress (1): 766 B Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/hamcrest/hamcrest-core/1.3/hamcrest-core-1.3.pom (766 B at 31 kB/s) Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/hamcrest/hamcrest-parent/1.3/hamcrest-parent-1.3.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/hamcrest/hamcrest-parent/1.3/hamcrest-parent-1.3.pom Progress (1): 2.0 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/hamcrest/hamcrest-parent/1.3/hamcrest-parent-1.3.pom (2.0 kB at 116 kB/s) Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-component-annotations/1.0-beta-3.0.5/plexus-component-annotations-1.0-beta-3.0.5.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-component-annotations/1.0-beta-3.0.5/plexus-component-annotations-1.0-beta-3.0.5.pom Progress (1): 602 B Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-component-annotations/1.0-beta-3.0.5/plexus-component-annotations-1.0-beta-3.0.5.pom (602 B at 7.3 kB/s) Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/wagon/wagon-provider-api/1.0-beta-4/wagon-provider-api-1.0-beta-4.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon-provider-api/1.0-beta-4/wagon-provider-api-1.0-beta-4.pom Progress (1): 906 B Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon-provider-api/1.0-beta-4/wagon-provider-api-1.0-beta-4.pom (906 B at 17 kB/s) Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/wagon/wagon/1.0-beta-4/wagon-1.0-beta-4.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon/1.0-beta-4/wagon-1.0-beta-4.pom Progress (1): 4.1 kB Progress (1): 8.2 kB Progress (1): 10 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon/1.0-beta-4/wagon-1.0-beta-4.pom (10 kB at 244 kB/s) Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-parent/8/maven-parent-8.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/8/maven-parent-8.pom Progress (1): 4.1 kB Progress (1): 8.2 kB Progress (1): 12 kB Progress (1): 16 kB Progress (1): 20 kB Progress (1): 24 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/8/maven-parent-8.pom (24 kB at 513 kB/s) Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-utils/1.4.2/plexus-utils-1.4.2.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.4.2/plexus-utils-1.4.2.pom Progress (1): 2.0 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.4.2/plexus-utils-1.4.2.pom (2.0 kB at 93 kB/s) Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/woodstox/wstx-asl/3.2.6/wstx-asl-3.2.6.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/woodstox/wstx-asl/3.2.6/wstx-asl-3.2.6.pom Progress (1): 1.3 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/woodstox/wstx-asl/3.2.6/wstx-asl-3.2.6.pom (1.3 kB at 23 kB/s) Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/stax/stax-api/1.0.1/stax-api-1.0.1.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/stax/stax-api/1.0.1/stax-api-1.0.1.pom Progress (1): 1.5 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/stax/stax-api/1.0.1/stax-api-1.0.1.pom (1.5 kB at 24 kB/s) Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/spice/model-builder/1.3/model-builder-1.3.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/spice/model-builder/1.3/model-builder-1.3.pom Progress (1): 2.9 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/spice/model-builder/1.3/model-builder-1.3.pom (2.9 kB at 36 kB/s) Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/spice/spice-parent/10/spice-parent-10.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/spice/spice-parent/10/spice-parent-10.pom Progress (1): 3.0 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/spice/spice-parent/10/spice-parent-10.pom (3.0 kB at 39 kB/s) Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/forge/forge-parent/3/forge-parent-3.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/forge/forge-parent/3/forge-parent-3.pom Progress (1): 4.1 kB Progress (1): 5.0 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/forge/forge-parent/3/forge-parent-3.pom (5.0 kB at 17 kB/s) Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-project-builder/3.0-alpha-2/maven-project-builder-3.0-alpha-2.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-project-builder/3.0-alpha-2/maven-project-builder-3.0-alpha-2.pom Progress (1): 1.7 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-project-builder/3.0-alpha-2/maven-project-builder-3.0-alpha-2.pom (1.7 kB at 29 kB/s) Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-settings/3.0.4/maven-settings-3.0.4.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/3.0.4/maven-settings-3.0.4.pom Progress (1): 1.8 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/3.0.4/maven-settings-3.0.4.pom (1.8 kB at 50 kB/s) Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven/3.0.4/maven-3.0.4.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/3.0.4/maven-3.0.4.pom Progress (1): 4.1 kB Progress (1): 8.2 kB Progress (1): 12 kB Progress (1): 16 kB Progress (1): 20 kB Progress (1): 22 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/3.0.4/maven-3.0.4.pom (22 kB at 474 kB/s) Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-utils/2.0.6/plexus-utils-2.0.6.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/2.0.6/plexus-utils-2.0.6.pom Progress (1): 2.9 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/2.0.6/plexus-utils-2.0.6.pom (2.9 kB at 83 kB/s) Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-settings-builder/3.0.4/maven-settings-builder-3.0.4.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings-builder/3.0.4/maven-settings-builder-3.0.4.pom Progress (1): 2.3 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings-builder/3.0.4/maven-settings-builder-3.0.4.pom (2.3 kB at 58 kB/s) Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-utils/1.5.5/plexus-utils-1.5.5.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.5.5/plexus-utils-1.5.5.pom Progress (1): 4.1 kB Progress (1): 5.1 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.5.5/plexus-utils-1.5.5.pom (5.1 kB at 177 kB/s) Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/plexus/plexus-cipher/1.4/plexus-cipher-1.4.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plexus/plexus-cipher/1.4/plexus-cipher-1.4.pom Progress (1): 2.1 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plexus/plexus-cipher/1.4/plexus-cipher-1.4.pom (2.1 kB at 67 kB/s) Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/springframework/spring-core/3.1.3.RELEASE/spring-core-3.1.3.RELEASE.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/spring-core/3.1.3.RELEASE/spring-core-3.1.3.RELEASE.pom Progress (1): 2.6 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/spring-core/3.1.3.RELEASE/spring-core-3.1.3.RELEASE.pom (2.6 kB at 71 kB/s) Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/springframework/spring-parent/3.1.3.RELEASE/spring-parent-3.1.3.RELEASE.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/spring-parent/3.1.3.RELEASE/spring-parent-3.1.3.RELEASE.pom Progress (1): 4.1 kB Progress (1): 8.2 kB Progress (1): 8.7 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/spring-parent/3.1.3.RELEASE/spring-parent-3.1.3.RELEASE.pom (8.7 kB at 282 kB/s) Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/springframework/spring-asm/3.1.3.RELEASE/spring-asm-3.1.3.RELEASE.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/spring-asm/3.1.3.RELEASE/spring-asm-3.1.3.RELEASE.pom Progress (1): 2.5 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/spring-asm/3.1.3.RELEASE/spring-asm-3.1.3.RELEASE.pom (2.5 kB at 84 kB/s) Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/commons-logging/commons-logging/1.1.1/commons-logging-1.1.1.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-logging/commons-logging/1.1.1/commons-logging-1.1.1.pom Progress (1): 4.1 kB Progress (1): 8.2 kB Progress (1): 12 kB Progress (1): 16 kB Progress (1): 18 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-logging/commons-logging/1.1.1/commons-logging-1.1.1.pom (18 kB at 1.1 MB/s) Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/commons/commons-parent/5/commons-parent-5.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/5/commons-parent-5.pom Progress (1): 4.1 kB Progress (1): 8.2 kB Progress (1): 12 kB Progress (1): 16 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/5/commons-parent-5.pom (16 kB at 668 kB/s) Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/com/mycila/mycila-xmltool/4.4.ga/mycila-xmltool-4.4.ga.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/mycila/mycila-xmltool/4.4.ga/mycila-xmltool-4.4.ga.pom Progress (1): 2.8 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/mycila/mycila-xmltool/4.4.ga/mycila-xmltool-4.4.ga.pom (2.8 kB at 62 kB/s) Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/commons/commons-pool2/2.2/commons-pool2-2.2.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-pool2/2.2/commons-pool2-2.2.pom Progress (1): 4.1 kB Progress (1): 8.2 kB Progress (1): 12 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-pool2/2.2/commons-pool2-2.2.pom (12 kB at 237 kB/s) Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/commons/commons-parent/33/commons-parent-33.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/33/commons-parent-33.pom Progress (1): 4.1 kB Progress (1): 8.2 kB Progress (1): 12 kB Progress (1): 16 kB Progress (1): 20 kB Progress (1): 25 kB Progress (1): 29 kB Progress (1): 33 kB Progress (1): 37 kB Progress (1): 41 kB Progress (1): 45 kB Progress (1): 49 kB Progress (1): 53 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/33/commons-parent-33.pom (53 kB at 931 kB/s) Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-plugin-api/3.1.0/maven-plugin-api-3.1.0.jar Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-artifact/3.1.0/maven-artifact-3.1.0.jar Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/javax/enterprise/cdi-api/1.0/cdi-api-1.0.jar Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/sisu/org.eclipse.sisu.plexus/0.0.0.M2a/org.eclipse.sisu.plexus-0.0.0.M2a.jar Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-model/3.1.0/maven-model-3.1.0.jar Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/javax/annotation/jsr250-api/1.0/jsr250-api-1.0.jar Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/javax/inject/javax.inject/1/javax.inject-1.jar Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/com/google/guava/guava/10.0.1/guava-10.0.1.jar Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/com/google/code/findbugs/jsr305/1.3.9/jsr305-1.3.9.jar Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/sisu/sisu-guice/3.1.0/sisu-guice-3.1.0-no_aop.jar Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/aopalliance/aopalliance/1.0/aopalliance-1.0.jar Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/sisu/org.eclipse.sisu.inject/0.0.0.M2a/org.eclipse.sisu.inject-0.0.0.M2a.jar Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/asm/asm/3.3.1/asm-3.3.1.jar Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-classworlds/2.4/plexus-classworlds-2.4.jar Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-project/3.0-alpha-2/maven-project-3.0-alpha-2.jar Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-utils/1.5.6/plexus-utils-1.5.6.jar Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-interpolation/1.1/plexus-interpolation-1.1.jar Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-compat/3.0-alpha-2/maven-compat-3.0-alpha-2.jar Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/wagon/wagon-provider-api/1.0-beta-4/wagon-provider-api-1.0-beta-4.jar Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-container-default/1.0-beta-3.0.5/plexus-container-default-1.0-beta-3.0.5.jar Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/xbean/xbean-reflect/3.4/xbean-reflect-3.4.jar Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/log4j/log4j/1.2.12/log4j-1.2.12.jar Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/commons-logging/commons-logging-api/1.1/commons-logging-api-1.1.jar Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/com/google/code/google-collections/google-collect/snapshot-20080530/google-collect-snapshot-20080530.jar Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/junit/junit/4.12/junit-4.12.jar Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/hamcrest/hamcrest-core/1.3/hamcrest-core-1.3.jar Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/woodstox/wstx-asl/3.2.6/wstx-asl-3.2.6.jar Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/stax/stax-api/1.0.1/stax-api-1.0.1.jar Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/spice/model-builder/1.3/model-builder-1.3.jar Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-project-builder/3.0-alpha-2/maven-project-builder-3.0-alpha-2.jar Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-settings/3.0.4/maven-settings-3.0.4.jar Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-settings-builder/3.0.4/maven-settings-builder-3.0.4.jar Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-component-annotations/1.5.5/plexus-component-annotations-1.5.5.jar Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/plexus/plexus-cipher/1.4/plexus-cipher-1.4.jar Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/springframework/spring-core/3.1.3.RELEASE/spring-core-3.1.3.RELEASE.jar Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/springframework/spring-asm/3.1.3.RELEASE/spring-asm-3.1.3.RELEASE.jar Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/commons-logging/commons-logging/1.1.1/commons-logging-1.1.1.jar Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/com/mycila/mycila-xmltool/4.4.ga/mycila-xmltool-4.4.ga.jar Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/commons/commons-pool2/2.2/commons-pool2-2.2.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/3.1.0/maven-plugin-api-3.1.0.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/org.eclipse.sisu.plexus/0.0.0.M2a/org.eclipse.sisu.plexus-0.0.0.M2a.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/3.1.0/maven-artifact-3.1.0.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/3.1.0/maven-model-3.1.0.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/enterprise/cdi-api/1.0/cdi-api-1.0.jar Progress (1): 4.1/45 kB Progress (1): 7.7/45 kB Progress (1): 12/45 kB Progress (1): 16/45 kB Progress (1): 20/45 kB Progress (1): 24/45 kB Progress (1): 28/45 kB Progress (1): 32/45 kB Progress (1): 36/45 kB Progress (1): 40/45 kB Progress (1): 45/45 kB Progress (1): 45 kB Progress (2): 45 kB | 4.1/50 kB Progress (2): 45 kB | 7.7/50 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/enterprise/cdi-api/1.0/cdi-api-1.0.jar (45 kB at 1.7 MB/s) Progress (2): 7.7/50 kB | 4.1/52 kB Progress (2): 12/50 kB | 4.1/52 kB Progress (2): 12/50 kB | 7.7/52 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/annotation/jsr250-api/1.0/jsr250-api-1.0.jar Progress (2): 12/50 kB | 12/52 kB Progress (2): 16/50 kB | 12/52 kB Progress (2): 16/50 kB | 16/52 kB Progress (2): 20/50 kB | 16/52 kB Progress (2): 20/50 kB | 20/52 kB Progress (2): 24/50 kB | 20/52 kB Progress (2): 24/50 kB | 24/52 kB Progress (2): 28/50 kB | 24/52 kB Progress (2): 28/50 kB | 28/52 kB Progress (2): 32/50 kB | 28/52 kB Progress (2): 32/50 kB | 32/52 kB Progress (3): 32/50 kB | 32/52 kB | 4.1/202 kB Progress (3): 32/50 kB | 32/52 kB | 7.7/202 kB Progress (3): 32/50 kB | 32/52 kB | 12/202 kB Progress (3): 32/50 kB | 36/52 kB | 12/202 kB Progress (3): 36/50 kB | 36/52 kB | 12/202 kB Progress (3): 36/50 kB | 40/52 kB | 12/202 kB Progress (3): 36/50 kB | 40/52 kB | 16/202 kB Progress (3): 36/50 kB | 45/52 kB | 16/202 kB Progress (3): 40/50 kB | 45/52 kB | 16/202 kB Progress (3): 40/50 kB | 49/52 kB | 16/202 kB Progress (3): 45/50 kB | 49/52 kB | 16/202 kB Progress (3): 49/50 kB | 49/52 kB | 16/202 kB Progress (3): 49/50 kB | 49/52 kB | 20/202 kB Progress (3): 49/50 kB | 52 kB | 20/202 kB Progress (3): 49/50 kB | 52 kB | 24/202 kB Progress (3): 50 kB | 52 kB | 24/202 kB Progress (3): 50 kB | 52 kB | 28/202 kB Progress (3): 50 kB | 52 kB | 32/202 kB Progress (4): 50 kB | 52 kB | 32/202 kB | 4.1/164 kB Progress (4): 50 kB | 52 kB | 32/202 kB | 7.7/164 kB Progress (4): 50 kB | 52 kB | 36/202 kB | 7.7/164 kB Progress (4): 50 kB | 52 kB | 36/202 kB | 12/164 kB Progress (4): 50 kB | 52 kB | 40/202 kB | 12/164 kB Progress (4): 50 kB | 52 kB | 40/202 kB | 16/164 kB Progress (4): 50 kB | 52 kB | 45/202 kB | 16/164 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/3.1.0/maven-artifact-3.1.0.jar (52 kB at 1.6 MB/s) Progress (3): 50 kB | 45/202 kB | 20/164 kB Progress (3): 50 kB | 49/202 kB | 20/164 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/3.1.0/maven-plugin-api-3.1.0.jar (50 kB at 1.5 MB/s) Progress (2): 49/202 kB | 24/164 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/inject/javax.inject/1/javax.inject-1.jar Progress (2): 49/202 kB | 28/164 kB Progress (2): 53/202 kB | 28/164 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava/10.0.1/guava-10.0.1.jar Progress (3): 53/202 kB | 28/164 kB | 4.1/5.8 kB Progress (3): 57/202 kB | 28/164 kB | 4.1/5.8 kB Progress (3): 57/202 kB | 32/164 kB | 4.1/5.8 kB Progress (3): 61/202 kB | 32/164 kB | 4.1/5.8 kB Progress (4): 61/202 kB | 32/164 kB | 4.1/5.8 kB | 2.5 kB Progress (4): 61/202 kB | 32/164 kB | 5.8 kB | 2.5 kB Progress (4): 65/202 kB | 32/164 kB | 5.8 kB | 2.5 kB Progress (4): 65/202 kB | 36/164 kB | 5.8 kB | 2.5 kB Progress (4): 69/202 kB | 36/164 kB | 5.8 kB | 2.5 kB Progress (4): 69/202 kB | 40/164 kB | 5.8 kB | 2.5 kB Progress (4): 73/202 kB | 40/164 kB | 5.8 kB | 2.5 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/inject/javax.inject/1/javax.inject-1.jar (2.5 kB at 62 kB/s) Progress (3): 73/202 kB | 45/164 kB | 5.8 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/code/findbugs/jsr305/1.3.9/jsr305-1.3.9.jar Progress (3): 77/202 kB | 45/164 kB | 5.8 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/annotation/jsr250-api/1.0/jsr250-api-1.0.jar (5.8 kB at 143 kB/s) Progress (2): 81/202 kB | 45/164 kB Progress (2): 81/202 kB | 49/164 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-guice/3.1.0/sisu-guice-3.1.0-no_aop.jar Progress (2): 85/202 kB | 49/164 kB Progress (2): 85/202 kB | 53/164 kB Progress (2): 90/202 kB | 53/164 kB Progress (2): 90/202 kB | 57/164 kB Progress (2): 94/202 kB | 57/164 kB Progress (2): 94/202 kB | 61/164 kB Progress (2): 98/202 kB | 61/164 kB Progress (3): 98/202 kB | 61/164 kB | 4.1/33 kB Progress (3): 98/202 kB | 65/164 kB | 4.1/33 kB Progress (3): 98/202 kB | 65/164 kB | 7.7/33 kB Progress (3): 98/202 kB | 65/164 kB | 12/33 kB Progress (3): 102/202 kB | 65/164 kB | 12/33 kB Progress (3): 102/202 kB | 65/164 kB | 16/33 kB Progress (3): 106/202 kB | 65/164 kB | 16/33 kB Progress (3): 106/202 kB | 69/164 kB | 16/33 kB Progress (3): 110/202 kB | 69/164 kB | 16/33 kB Progress (3): 110/202 kB | 73/164 kB | 16/33 kB Progress (3): 114/202 kB | 73/164 kB | 16/33 kB Progress (4): 114/202 kB | 73/164 kB | 16/33 kB | 4.1/357 kB Progress (4): 114/202 kB | 77/164 kB | 16/33 kB | 4.1/357 kB Progress (4): 114/202 kB | 77/164 kB | 20/33 kB | 4.1/357 kB Progress (4): 118/202 kB | 77/164 kB | 20/33 kB | 4.1/357 kB Progress (5): 118/202 kB | 77/164 kB | 20/33 kB | 4.1/357 kB | 0/1.5 MB Progress (5): 118/202 kB | 81/164 kB | 20/33 kB | 4.1/357 kB | 0/1.5 MB Progress (5): 118/202 kB | 81/164 kB | 20/33 kB | 7.7/357 kB | 0/1.5 MB Progress (5): 118/202 kB | 81/164 kB | 20/33 kB | 7.7/357 kB | 0/1.5 MB Progress (5): 122/202 kB | 81/164 kB | 20/33 kB | 7.7/357 kB | 0/1.5 MB Progress (5): 122/202 kB | 81/164 kB | 24/33 kB | 7.7/357 kB | 0/1.5 MB Progress (5): 126/202 kB | 81/164 kB | 24/33 kB | 7.7/357 kB | 0/1.5 MB Progress (5): 126/202 kB | 85/164 kB | 24/33 kB | 7.7/357 kB | 0/1.5 MB Progress (5): 126/202 kB | 85/164 kB | 24/33 kB | 12/357 kB | 0/1.5 MB Progress (5): 126/202 kB | 90/164 kB | 24/33 kB | 12/357 kB | 0/1.5 MB Progress (5): 131/202 kB | 90/164 kB | 24/33 kB | 12/357 kB | 0/1.5 MB Progress (5): 131/202 kB | 90/164 kB | 24/33 kB | 12/357 kB | 0/1.5 MB Progress (5): 131/202 kB | 90/164 kB | 28/33 kB | 12/357 kB | 0/1.5 MB Progress (5): 131/202 kB | 90/164 kB | 28/33 kB | 12/357 kB | 0/1.5 MB Progress (5): 131/202 kB | 94/164 kB | 28/33 kB | 12/357 kB | 0/1.5 MB Progress (5): 131/202 kB | 94/164 kB | 28/33 kB | 16/357 kB | 0/1.5 MB Progress (5): 131/202 kB | 98/164 kB | 28/33 kB | 16/357 kB | 0/1.5 MB Progress (5): 135/202 kB | 98/164 kB | 28/33 kB | 16/357 kB | 0/1.5 MB Progress (5): 135/202 kB | 98/164 kB | 32/33 kB | 16/357 kB | 0/1.5 MB Progress (5): 139/202 kB | 98/164 kB | 32/33 kB | 16/357 kB | 0/1.5 MB Progress (5): 139/202 kB | 98/164 kB | 32/33 kB | 16/357 kB | 0/1.5 MB Progress (5): 143/202 kB | 98/164 kB | 32/33 kB | 16/357 kB | 0/1.5 MB Progress (5): 143/202 kB | 102/164 kB | 32/33 kB | 16/357 kB | 0/1.5 MB Progress (5): 143/202 kB | 102/164 kB | 33 kB | 16/357 kB | 0/1.5 MB Progress (5): 143/202 kB | 106/164 kB | 33 kB | 16/357 kB | 0/1.5 MB Progress (5): 147/202 kB | 106/164 kB | 33 kB | 16/357 kB | 0/1.5 MB Progress (5): 147/202 kB | 106/164 kB | 33 kB | 16/357 kB | 0/1.5 MB Progress (5): 147/202 kB | 106/164 kB | 33 kB | 20/357 kB | 0/1.5 MB Progress (5): 147/202 kB | 110/164 kB | 33 kB | 20/357 kB | 0/1.5 MB Progress (5): 151/202 kB | 110/164 kB | 33 kB | 20/357 kB | 0/1.5 MB Progress (5): 151/202 kB | 110/164 kB | 33 kB | 20/357 kB | 0.1/1.5 MB Progress (5): 151/202 kB | 110/164 kB | 33 kB | 24/357 kB | 0.1/1.5 MB Progress (5): 151/202 kB | 110/164 kB | 33 kB | 28/357 kB | 0.1/1.5 MB Progress (5): 151/202 kB | 110/164 kB | 33 kB | 32/357 kB | 0.1/1.5 MB Progress (5): 151/202 kB | 110/164 kB | 33 kB | 36/357 kB | 0.1/1.5 MB Progress (5): 151/202 kB | 110/164 kB | 33 kB | 40/357 kB | 0.1/1.5 MB Progress (5): 151/202 kB | 110/164 kB | 33 kB | 45/357 kB | 0.1/1.5 MB Progress (5): 151/202 kB | 110/164 kB | 33 kB | 49/357 kB | 0.1/1.5 MB Progress (5): 151/202 kB | 110/164 kB | 33 kB | 53/357 kB | 0.1/1.5 MB Progress (5): 151/202 kB | 110/164 kB | 33 kB | 57/357 kB | 0.1/1.5 MB Progress (5): 151/202 kB | 110/164 kB | 33 kB | 61/357 kB | 0.1/1.5 MB Progress (5): 151/202 kB | 110/164 kB | 33 kB | 65/357 kB | 0.1/1.5 MB Progress (5): 151/202 kB | 110/164 kB | 33 kB | 65/357 kB | 0.1/1.5 MB Progress (5): 155/202 kB | 110/164 kB | 33 kB | 65/357 kB | 0.1/1.5 MB Progress (5): 155/202 kB | 114/164 kB | 33 kB | 65/357 kB | 0.1/1.5 MB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/code/findbugs/jsr305/1.3.9/jsr305-1.3.9.jar (33 kB at 271 kB/s) Progress (4): 155/202 kB | 118/164 kB | 65/357 kB | 0.1/1.5 MB Progress (4): 155/202 kB | 118/164 kB | 69/357 kB | 0.1/1.5 MB Progress (4): 155/202 kB | 118/164 kB | 69/357 kB | 0.1/1.5 MB Progress (4): 159/202 kB | 118/164 kB | 69/357 kB | 0.1/1.5 MB Progress (4): 159/202 kB | 118/164 kB | 69/357 kB | 0.1/1.5 MB Progress (4): 159/202 kB | 118/164 kB | 73/357 kB | 0.1/1.5 MB Progress (4): 159/202 kB | 122/164 kB | 73/357 kB | 0.1/1.5 MB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/aopalliance/aopalliance/1.0/aopalliance-1.0.jar Progress (4): 159/202 kB | 122/164 kB | 73/357 kB | 0.1/1.5 MB Progress (4): 159/202 kB | 126/164 kB | 73/357 kB | 0.1/1.5 MB Progress (4): 159/202 kB | 126/164 kB | 77/357 kB | 0.1/1.5 MB Progress (4): 163/202 kB | 126/164 kB | 77/357 kB | 0.1/1.5 MB Progress (4): 163/202 kB | 126/164 kB | 81/357 kB | 0.1/1.5 MB Progress (4): 163/202 kB | 131/164 kB | 81/357 kB | 0.1/1.5 MB Progress (4): 163/202 kB | 131/164 kB | 81/357 kB | 0.1/1.5 MB Progress (4): 167/202 kB | 131/164 kB | 81/357 kB | 0.1/1.5 MB Progress (4): 171/202 kB | 131/164 kB | 81/357 kB | 0.1/1.5 MB Progress (4): 176/202 kB | 131/164 kB | 81/357 kB | 0.1/1.5 MB Progress (4): 176/202 kB | 131/164 kB | 81/357 kB | 0.1/1.5 MB Progress (4): 176/202 kB | 131/164 kB | 85/357 kB | 0.1/1.5 MB Progress (4): 176/202 kB | 131/164 kB | 85/357 kB | 0.1/1.5 MB Progress (4): 176/202 kB | 135/164 kB | 85/357 kB | 0.1/1.5 MB Progress (4): 180/202 kB | 135/164 kB | 85/357 kB | 0.1/1.5 MB Progress (4): 180/202 kB | 139/164 kB | 85/357 kB | 0.1/1.5 MB Progress (4): 180/202 kB | 139/164 kB | 90/357 kB | 0.1/1.5 MB Progress (4): 180/202 kB | 139/164 kB | 90/357 kB | 0.1/1.5 MB Progress (4): 180/202 kB | 143/164 kB | 90/357 kB | 0.1/1.5 MB Progress (4): 180/202 kB | 143/164 kB | 90/357 kB | 0.1/1.5 MB Progress (4): 184/202 kB | 143/164 kB | 90/357 kB | 0.1/1.5 MB Progress (4): 184/202 kB | 143/164 kB | 94/357 kB | 0.1/1.5 MB Progress (4): 188/202 kB | 143/164 kB | 94/357 kB | 0.1/1.5 MB Progress (4): 188/202 kB | 147/164 kB | 94/357 kB | 0.1/1.5 MB Progress (4): 192/202 kB | 147/164 kB | 94/357 kB | 0.1/1.5 MB Progress (4): 192/202 kB | 147/164 kB | 94/357 kB | 0.1/1.5 MB Progress (4): 192/202 kB | 147/164 kB | 98/357 kB | 0.1/1.5 MB Progress (4): 192/202 kB | 147/164 kB | 98/357 kB | 0.1/1.5 MB Progress (4): 196/202 kB | 147/164 kB | 98/357 kB | 0.1/1.5 MB Progress (4): 196/202 kB | 151/164 kB | 98/357 kB | 0.1/1.5 MB Progress (4): 196/202 kB | 155/164 kB | 98/357 kB | 0.1/1.5 MB Progress (4): 196/202 kB | 155/164 kB | 102/357 kB | 0.1/1.5 MB Progress (4): 196/202 kB | 155/164 kB | 102/357 kB | 0.2/1.5 MB Progress (4): 200/202 kB | 155/164 kB | 102/357 kB | 0.2/1.5 MB Progress (4): 200/202 kB | 155/164 kB | 102/357 kB | 0.2/1.5 MB Progress (4): 200/202 kB | 155/164 kB | 106/357 kB | 0.2/1.5 MB Progress (4): 200/202 kB | 159/164 kB | 106/357 kB | 0.2/1.5 MB Progress (4): 200/202 kB | 159/164 kB | 110/357 kB | 0.2/1.5 MB Progress (4): 202 kB | 159/164 kB | 110/357 kB | 0.2/1.5 MB Progress (4): 202 kB | 159/164 kB | 114/357 kB | 0.2/1.5 MB Progress (4): 202 kB | 159/164 kB | 114/357 kB | 0.2/1.5 MB Progress (4): 202 kB | 163/164 kB | 114/357 kB | 0.2/1.5 MB Progress (4): 202 kB | 163/164 kB | 114/357 kB | 0.2/1.5 MB Progress (4): 202 kB | 164 kB | 114/357 kB | 0.2/1.5 MB Progress (4): 202 kB | 164 kB | 118/357 kB | 0.2/1.5 MB Progress (5): 202 kB | 164 kB | 118/357 kB | 0.2/1.5 MB | 4.1/4.5 kB Progress (5): 202 kB | 164 kB | 118/357 kB | 0.2/1.5 MB | 4.1/4.5 kB Progress (5): 202 kB | 164 kB | 122/357 kB | 0.2/1.5 MB | 4.1/4.5 kB Progress (5): 202 kB | 164 kB | 122/357 kB | 0.2/1.5 MB | 4.1/4.5 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/org.eclipse.sisu.plexus/0.0.0.M2a/org.eclipse.sisu.plexus-0.0.0.M2a.jar (202 kB at 1.5 MB/s) Progress (4): 164 kB | 122/357 kB | 0.2/1.5 MB | 4.5 kB Progress (4): 164 kB | 122/357 kB | 0.2/1.5 MB | 4.5 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/org.eclipse.sisu.inject/0.0.0.M2a/org.eclipse.sisu.inject-0.0.0.M2a.jar Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/3.1.0/maven-model-3.1.0.jar (164 kB at 1.2 MB/s) Progress (3): 126/357 kB | 0.2/1.5 MB | 4.5 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/asm/asm/3.3.1/asm-3.3.1.jar Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/aopalliance/aopalliance/1.0/aopalliance-1.0.jar (4.5 kB at 33 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-classworlds/2.4/plexus-classworlds-2.4.jar Progress (2): 126/357 kB | 0.2/1.5 MB Progress (3): 126/357 kB | 0.2/1.5 MB | 4.1/202 kB Progress (3): 131/357 kB | 0.2/1.5 MB | 4.1/202 kB Progress (3): 131/357 kB | 0.2/1.5 MB | 4.1/202 kB Progress (3): 131/357 kB | 0.2/1.5 MB | 7.7/202 kB Progress (3): 131/357 kB | 0.2/1.5 MB | 7.7/202 kB Progress (4): 131/357 kB | 0.2/1.5 MB | 7.7/202 kB | 4.1/44 kB Progress (4): 135/357 kB | 0.2/1.5 MB | 7.7/202 kB | 4.1/44 kB Progress (4): 135/357 kB | 0.2/1.5 MB | 7.7/202 kB | 7.7/44 kB Progress (4): 135/357 kB | 0.2/1.5 MB | 12/202 kB | 7.7/44 kB Progress (4): 135/357 kB | 0.2/1.5 MB | 12/202 kB | 7.7/44 kB Progress (4): 135/357 kB | 0.2/1.5 MB | 12/202 kB | 12/44 kB Progress (5): 135/357 kB | 0.2/1.5 MB | 12/202 kB | 12/44 kB | 4.1/47 kB Progress (5): 139/357 kB | 0.2/1.5 MB | 12/202 kB | 12/44 kB | 4.1/47 kB Progress (5): 139/357 kB | 0.2/1.5 MB | 12/202 kB | 12/44 kB | 7.7/47 kB Progress (5): 139/357 kB | 0.2/1.5 MB | 12/202 kB | 16/44 kB | 7.7/47 kB Progress (5): 139/357 kB | 0.2/1.5 MB | 12/202 kB | 16/44 kB | 7.7/47 kB Progress (5): 139/357 kB | 0.2/1.5 MB | 16/202 kB | 16/44 kB | 7.7/47 kB Progress (5): 139/357 kB | 0.2/1.5 MB | 16/202 kB | 16/44 kB | 12/47 kB Progress (5): 143/357 kB | 0.2/1.5 MB | 16/202 kB | 16/44 kB | 12/47 kB Progress (5): 143/357 kB | 0.2/1.5 MB | 16/202 kB | 16/44 kB | 16/47 kB Progress (5): 143/357 kB | 0.2/1.5 MB | 16/202 kB | 20/44 kB | 16/47 kB Progress (5): 143/357 kB | 0.2/1.5 MB | 20/202 kB | 20/44 kB | 16/47 kB Progress (5): 147/357 kB | 0.2/1.5 MB | 20/202 kB | 20/44 kB | 16/47 kB Progress (5): 147/357 kB | 0.3/1.5 MB | 20/202 kB | 20/44 kB | 16/47 kB Progress (5): 147/357 kB | 0.3/1.5 MB | 20/202 kB | 20/44 kB | 20/47 kB Progress (5): 147/357 kB | 0.3/1.5 MB | 24/202 kB | 20/44 kB | 20/47 kB Progress (5): 147/357 kB | 0.3/1.5 MB | 24/202 kB | 24/44 kB | 20/47 kB Progress (5): 147/357 kB | 0.3/1.5 MB | 28/202 kB | 24/44 kB | 20/47 kB Progress (5): 151/357 kB | 0.3/1.5 MB | 28/202 kB | 24/44 kB | 20/47 kB Progress (5): 151/357 kB | 0.3/1.5 MB | 28/202 kB | 24/44 kB | 24/47 kB Progress (5): 151/357 kB | 0.3/1.5 MB | 28/202 kB | 24/44 kB | 24/47 kB Progress (5): 151/357 kB | 0.3/1.5 MB | 28/202 kB | 24/44 kB | 28/47 kB Progress (5): 155/357 kB | 0.3/1.5 MB | 28/202 kB | 24/44 kB | 28/47 kB Progress (5): 155/357 kB | 0.3/1.5 MB | 32/202 kB | 24/44 kB | 28/47 kB Progress (5): 155/357 kB | 0.3/1.5 MB | 32/202 kB | 28/44 kB | 28/47 kB Progress (5): 155/357 kB | 0.3/1.5 MB | 32/202 kB | 28/44 kB | 28/47 kB Progress (5): 159/357 kB | 0.3/1.5 MB | 32/202 kB | 28/44 kB | 28/47 kB Progress (5): 159/357 kB | 0.3/1.5 MB | 32/202 kB | 28/44 kB | 32/47 kB Progress (5): 159/357 kB | 0.3/1.5 MB | 36/202 kB | 28/44 kB | 32/47 kB Progress (5): 163/357 kB | 0.3/1.5 MB | 36/202 kB | 28/44 kB | 32/47 kB Progress (5): 163/357 kB | 0.3/1.5 MB | 36/202 kB | 28/44 kB | 32/47 kB Progress (5): 163/357 kB | 0.3/1.5 MB | 36/202 kB | 32/44 kB | 32/47 kB Progress (5): 163/357 kB | 0.3/1.5 MB | 36/202 kB | 32/44 kB | 36/47 kB Progress (5): 163/357 kB | 0.3/1.5 MB | 40/202 kB | 32/44 kB | 36/47 kB Progress (5): 163/357 kB | 0.3/1.5 MB | 40/202 kB | 32/44 kB | 36/47 kB Progress (5): 163/357 kB | 0.3/1.5 MB | 40/202 kB | 32/44 kB | 40/47 kB Progress (5): 167/357 kB | 0.3/1.5 MB | 40/202 kB | 32/44 kB | 40/47 kB Progress (5): 167/357 kB | 0.3/1.5 MB | 40/202 kB | 32/44 kB | 45/47 kB Progress (5): 167/357 kB | 0.3/1.5 MB | 40/202 kB | 32/44 kB | 45/47 kB Progress (5): 167/357 kB | 0.3/1.5 MB | 40/202 kB | 36/44 kB | 45/47 kB Progress (5): 167/357 kB | 0.3/1.5 MB | 45/202 kB | 36/44 kB | 45/47 kB Progress (5): 167/357 kB | 0.3/1.5 MB | 45/202 kB | 40/44 kB | 45/47 kB Progress (5): 167/357 kB | 0.3/1.5 MB | 45/202 kB | 40/44 kB | 47 kB Progress (5): 171/357 kB | 0.3/1.5 MB | 45/202 kB | 40/44 kB | 47 kB Progress (5): 171/357 kB | 0.3/1.5 MB | 45/202 kB | 40/44 kB | 47 kB Progress (5): 171/357 kB | 0.3/1.5 MB | 45/202 kB | 44 kB | 47 kB Progress (5): 171/357 kB | 0.3/1.5 MB | 49/202 kB | 44 kB | 47 kB Progress (5): 171/357 kB | 0.3/1.5 MB | 49/202 kB | 44 kB | 47 kB Progress (5): 176/357 kB | 0.3/1.5 MB | 49/202 kB | 44 kB | 47 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-classworlds/2.4/plexus-classworlds-2.4.jar (47 kB at 314 kB/s) Progress (4): 176/357 kB | 0.3/1.5 MB | 49/202 kB | 44 kB Progress (4): 176/357 kB | 0.3/1.5 MB | 53/202 kB | 44 kB Progress (4): 180/357 kB | 0.3/1.5 MB | 53/202 kB | 44 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/asm/asm/3.3.1/asm-3.3.1.jar (44 kB at 289 kB/s) Progress (3): 180/357 kB | 0.3/1.5 MB | 57/202 kB Progress (3): 180/357 kB | 0.3/1.5 MB | 57/202 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-project/3.0-alpha-2/maven-project-3.0-alpha-2.jar Progress (3): 180/357 kB | 0.3/1.5 MB | 61/202 kB Progress (3): 184/357 kB | 0.3/1.5 MB | 61/202 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.5.6/plexus-utils-1.5.6.jar Progress (3): 188/357 kB | 0.3/1.5 MB | 61/202 kB Progress (3): 188/357 kB | 0.3/1.5 MB | 65/202 kB Progress (3): 188/357 kB | 0.3/1.5 MB | 65/202 kB Progress (3): 192/357 kB | 0.3/1.5 MB | 65/202 kB Progress (3): 192/357 kB | 0.3/1.5 MB | 65/202 kB Progress (3): 196/357 kB | 0.3/1.5 MB | 65/202 kB Progress (3): 196/357 kB | 0.3/1.5 MB | 69/202 kB Progress (3): 196/357 kB | 0.3/1.5 MB | 73/202 kB Progress (3): 196/357 kB | 0.3/1.5 MB | 77/202 kB Progress (3): 200/357 kB | 0.3/1.5 MB | 77/202 kB Progress (3): 200/357 kB | 0.3/1.5 MB | 81/202 kB Progress (3): 200/357 kB | 0.4/1.5 MB | 81/202 kB Progress (4): 200/357 kB | 0.4/1.5 MB | 81/202 kB | 4.1/251 kB Progress (4): 200/357 kB | 0.4/1.5 MB | 81/202 kB | 7.7/251 kB Progress (4): 200/357 kB | 0.4/1.5 MB | 85/202 kB | 7.7/251 kB Progress (4): 200/357 kB | 0.4/1.5 MB | 90/202 kB | 7.7/251 kB Progress (4): 200/357 kB | 0.4/1.5 MB | 94/202 kB | 7.7/251 kB Progress (4): 200/357 kB | 0.4/1.5 MB | 98/202 kB | 7.7/251 kB Progress (4): 204/357 kB | 0.4/1.5 MB | 98/202 kB | 7.7/251 kB Progress (4): 204/357 kB | 0.4/1.5 MB | 98/202 kB | 12/251 kB Progress (4): 204/357 kB | 0.4/1.5 MB | 98/202 kB | 12/251 kB Progress (4): 204/357 kB | 0.4/1.5 MB | 98/202 kB | 16/251 kB Progress (4): 208/357 kB | 0.4/1.5 MB | 98/202 kB | 16/251 kB Progress (4): 208/357 kB | 0.4/1.5 MB | 102/202 kB | 16/251 kB Progress (4): 212/357 kB | 0.4/1.5 MB | 102/202 kB | 16/251 kB Progress (5): 212/357 kB | 0.4/1.5 MB | 102/202 kB | 16/251 kB | 4.1/143 kB Progress (5): 212/357 kB | 0.4/1.5 MB | 102/202 kB | 20/251 kB | 4.1/143 kB Progress (5): 212/357 kB | 0.4/1.5 MB | 102/202 kB | 20/251 kB | 4.1/143 kB Progress (5): 212/357 kB | 0.4/1.5 MB | 106/202 kB | 20/251 kB | 4.1/143 kB Progress (5): 212/357 kB | 0.4/1.5 MB | 106/202 kB | 20/251 kB | 4.1/143 kB Progress (5): 217/357 kB | 0.4/1.5 MB | 106/202 kB | 20/251 kB | 4.1/143 kB Progress (5): 217/357 kB | 0.4/1.5 MB | 106/202 kB | 24/251 kB | 4.1/143 kB Progress (5): 217/357 kB | 0.4/1.5 MB | 106/202 kB | 24/251 kB | 7.7/143 kB Progress (5): 217/357 kB | 0.4/1.5 MB | 106/202 kB | 24/251 kB | 7.7/143 kB Progress (5): 217/357 kB | 0.4/1.5 MB | 106/202 kB | 28/251 kB | 7.7/143 kB Progress (5): 221/357 kB | 0.4/1.5 MB | 106/202 kB | 28/251 kB | 7.7/143 kB Progress (5): 221/357 kB | 0.4/1.5 MB | 110/202 kB | 28/251 kB | 7.7/143 kB Progress (5): 225/357 kB | 0.4/1.5 MB | 110/202 kB | 28/251 kB | 7.7/143 kB Progress (5): 225/357 kB | 0.4/1.5 MB | 110/202 kB | 32/251 kB | 7.7/143 kB Progress (5): 225/357 kB | 0.4/1.5 MB | 110/202 kB | 32/251 kB | 7.7/143 kB Progress (5): 225/357 kB | 0.4/1.5 MB | 110/202 kB | 32/251 kB | 12/143 kB Progress (5): 229/357 kB | 0.4/1.5 MB | 110/202 kB | 32/251 kB | 12/143 kB Progress (5): 229/357 kB | 0.4/1.5 MB | 114/202 kB | 32/251 kB | 12/143 kB Progress (5): 229/357 kB | 0.4/1.5 MB | 114/202 kB | 32/251 kB | 12/143 kB Progress (5): 229/357 kB | 0.4/1.5 MB | 114/202 kB | 36/251 kB | 12/143 kB Progress (5): 229/357 kB | 0.4/1.5 MB | 114/202 kB | 36/251 kB | 16/143 kB Progress (5): 229/357 kB | 0.4/1.5 MB | 118/202 kB | 36/251 kB | 16/143 kB Progress (5): 229/357 kB | 0.4/1.5 MB | 118/202 kB | 40/251 kB | 16/143 kB Progress (5): 233/357 kB | 0.4/1.5 MB | 118/202 kB | 40/251 kB | 16/143 kB Progress (5): 233/357 kB | 0.4/1.5 MB | 118/202 kB | 40/251 kB | 16/143 kB Progress (5): 237/357 kB | 0.4/1.5 MB | 118/202 kB | 40/251 kB | 16/143 kB Progress (5): 237/357 kB | 0.4/1.5 MB | 118/202 kB | 40/251 kB | 20/143 kB Progress (5): 237/357 kB | 0.4/1.5 MB | 118/202 kB | 45/251 kB | 20/143 kB Progress (5): 237/357 kB | 0.4/1.5 MB | 118/202 kB | 45/251 kB | 20/143 kB Progress (5): 237/357 kB | 0.4/1.5 MB | 122/202 kB | 45/251 kB | 20/143 kB Progress (5): 237/357 kB | 0.4/1.5 MB | 122/202 kB | 45/251 kB | 20/143 kB Progress (5): 237/357 kB | 0.4/1.5 MB | 122/202 kB | 49/251 kB | 20/143 kB Progress (5): 237/357 kB | 0.4/1.5 MB | 122/202 kB | 49/251 kB | 24/143 kB Progress (5): 241/357 kB | 0.4/1.5 MB | 122/202 kB | 49/251 kB | 24/143 kB Progress (5): 241/357 kB | 0.4/1.5 MB | 122/202 kB | 49/251 kB | 28/143 kB Progress (5): 241/357 kB | 0.4/1.5 MB | 126/202 kB | 49/251 kB | 28/143 kB Progress (5): 241/357 kB | 0.4/1.5 MB | 126/202 kB | 49/251 kB | 32/143 kB Progress (5): 241/357 kB | 0.4/1.5 MB | 126/202 kB | 53/251 kB | 32/143 kB Progress (5): 245/357 kB | 0.4/1.5 MB | 126/202 kB | 53/251 kB | 32/143 kB Progress (5): 245/357 kB | 0.4/1.5 MB | 126/202 kB | 53/251 kB | 32/143 kB Progress (5): 245/357 kB | 0.4/1.5 MB | 126/202 kB | 53/251 kB | 36/143 kB Progress (5): 245/357 kB | 0.4/1.5 MB | 126/202 kB | 57/251 kB | 36/143 kB Progress (5): 245/357 kB | 0.4/1.5 MB | 131/202 kB | 57/251 kB | 36/143 kB Progress (5): 245/357 kB | 0.4/1.5 MB | 131/202 kB | 61/251 kB | 36/143 kB Progress (5): 249/357 kB | 0.4/1.5 MB | 131/202 kB | 61/251 kB | 36/143 kB Progress (5): 249/357 kB | 0.4/1.5 MB | 131/202 kB | 61/251 kB | 40/143 kB Progress (5): 249/357 kB | 0.4/1.5 MB | 135/202 kB | 61/251 kB | 40/143 kB Progress (5): 249/357 kB | 0.4/1.5 MB | 135/202 kB | 61/251 kB | 40/143 kB Progress (5): 249/357 kB | 0.4/1.5 MB | 139/202 kB | 61/251 kB | 40/143 kB Progress (5): 249/357 kB | 0.4/1.5 MB | 139/202 kB | 61/251 kB | 45/143 kB Progress (5): 253/357 kB | 0.4/1.5 MB | 139/202 kB | 61/251 kB | 45/143 kB Progress (5): 253/357 kB | 0.4/1.5 MB | 139/202 kB | 65/251 kB | 45/143 kB Progress (5): 258/357 kB | 0.4/1.5 MB | 139/202 kB | 65/251 kB | 45/143 kB Progress (5): 258/357 kB | 0.5/1.5 MB | 139/202 kB | 65/251 kB | 45/143 kB Progress (5): 258/357 kB | 0.5/1.5 MB | 139/202 kB | 65/251 kB | 49/143 kB Progress (5): 258/357 kB | 0.5/1.5 MB | 143/202 kB | 65/251 kB | 49/143 kB Progress (5): 258/357 kB | 0.5/1.5 MB | 143/202 kB | 69/251 kB | 49/143 kB Progress (5): 258/357 kB | 0.5/1.5 MB | 143/202 kB | 69/251 kB | 49/143 kB Progress (5): 262/357 kB | 0.5/1.5 MB | 143/202 kB | 69/251 kB | 49/143 kB Progress (5): 262/357 kB | 0.5/1.5 MB | 143/202 kB | 69/251 kB | 53/143 kB Progress (5): 262/357 kB | 0.5/1.5 MB | 143/202 kB | 73/251 kB | 53/143 kB Progress (5): 262/357 kB | 0.5/1.5 MB | 147/202 kB | 73/251 kB | 53/143 kB Progress (5): 262/357 kB | 0.5/1.5 MB | 147/202 kB | 73/251 kB | 53/143 kB Progress (5): 262/357 kB | 0.5/1.5 MB | 147/202 kB | 77/251 kB | 53/143 kB Progress (5): 262/357 kB | 0.5/1.5 MB | 147/202 kB | 77/251 kB | 57/143 kB Progress (5): 262/357 kB | 0.5/1.5 MB | 151/202 kB | 77/251 kB | 57/143 kB Progress (5): 262/357 kB | 0.5/1.5 MB | 151/202 kB | 81/251 kB | 57/143 kB Progress (5): 262/357 kB | 0.5/1.5 MB | 151/202 kB | 81/251 kB | 57/143 kB Progress (5): 266/357 kB | 0.5/1.5 MB | 151/202 kB | 81/251 kB | 57/143 kB Progress (5): 266/357 kB | 0.5/1.5 MB | 155/202 kB | 81/251 kB | 57/143 kB Progress (5): 266/357 kB | 0.5/1.5 MB | 155/202 kB | 81/251 kB | 61/143 kB Progress (5): 266/357 kB | 0.5/1.5 MB | 159/202 kB | 81/251 kB | 61/143 kB Progress (5): 266/357 kB | 0.5/1.5 MB | 159/202 kB | 85/251 kB | 61/143 kB Progress (5): 270/357 kB | 0.5/1.5 MB | 159/202 kB | 85/251 kB | 61/143 kB Progress (5): 270/357 kB | 0.5/1.5 MB | 159/202 kB | 90/251 kB | 61/143 kB Progress (5): 270/357 kB | 0.5/1.5 MB | 163/202 kB | 90/251 kB | 61/143 kB Progress (5): 270/357 kB | 0.5/1.5 MB | 163/202 kB | 90/251 kB | 65/143 kB Progress (5): 270/357 kB | 0.5/1.5 MB | 163/202 kB | 90/251 kB | 65/143 kB Progress (5): 270/357 kB | 0.5/1.5 MB | 163/202 kB | 94/251 kB | 65/143 kB Progress (5): 274/357 kB | 0.5/1.5 MB | 163/202 kB | 94/251 kB | 65/143 kB Progress (5): 274/357 kB | 0.5/1.5 MB | 163/202 kB | 94/251 kB | 69/143 kB Progress (5): 274/357 kB | 0.5/1.5 MB | 163/202 kB | 98/251 kB | 69/143 kB Progress (5): 274/357 kB | 0.5/1.5 MB | 167/202 kB | 98/251 kB | 69/143 kB Progress (5): 274/357 kB | 0.5/1.5 MB | 167/202 kB | 98/251 kB | 69/143 kB Progress (5): 274/357 kB | 0.5/1.5 MB | 171/202 kB | 98/251 kB | 69/143 kB Progress (5): 274/357 kB | 0.5/1.5 MB | 171/202 kB | 98/251 kB | 73/143 kB Progress (5): 278/357 kB | 0.5/1.5 MB | 171/202 kB | 98/251 kB | 73/143 kB Progress (5): 278/357 kB | 0.5/1.5 MB | 171/202 kB | 98/251 kB | 77/143 kB Progress (5): 278/357 kB | 0.5/1.5 MB | 176/202 kB | 98/251 kB | 77/143 kB Progress (5): 278/357 kB | 0.5/1.5 MB | 176/202 kB | 102/251 kB | 77/143 kB Progress (5): 282/357 kB | 0.5/1.5 MB | 176/202 kB | 102/251 kB | 77/143 kB Progress (5): 282/357 kB | 0.5/1.5 MB | 180/202 kB | 102/251 kB | 77/143 kB Progress (5): 282/357 kB | 0.5/1.5 MB | 180/202 kB | 102/251 kB | 81/143 kB Progress (5): 282/357 kB | 0.5/1.5 MB | 180/202 kB | 102/251 kB | 81/143 kB Progress (5): 286/357 kB | 0.5/1.5 MB | 180/202 kB | 102/251 kB | 81/143 kB Progress (5): 286/357 kB | 0.5/1.5 MB | 180/202 kB | 106/251 kB | 81/143 kB Progress (5): 290/357 kB | 0.5/1.5 MB | 180/202 kB | 106/251 kB | 81/143 kB Progress (5): 290/357 kB | 0.5/1.5 MB | 184/202 kB | 106/251 kB | 81/143 kB Progress (5): 290/357 kB | 0.5/1.5 MB | 184/202 kB | 106/251 kB | 81/143 kB Progress (5): 290/357 kB | 0.5/1.5 MB | 188/202 kB | 106/251 kB | 81/143 kB Progress (5): 294/357 kB | 0.5/1.5 MB | 188/202 kB | 106/251 kB | 81/143 kB Progress (5): 294/357 kB | 0.5/1.5 MB | 188/202 kB | 110/251 kB | 81/143 kB Progress (5): 294/357 kB | 0.5/1.5 MB | 188/202 kB | 110/251 kB | 85/143 kB Progress (5): 294/357 kB | 0.5/1.5 MB | 188/202 kB | 114/251 kB | 85/143 kB Progress (5): 294/357 kB | 0.5/1.5 MB | 188/202 kB | 114/251 kB | 85/143 kB Progress (5): 294/357 kB | 0.5/1.5 MB | 192/202 kB | 114/251 kB | 85/143 kB Progress (5): 294/357 kB | 0.5/1.5 MB | 192/202 kB | 114/251 kB | 85/143 kB Progress (5): 298/357 kB | 0.5/1.5 MB | 192/202 kB | 114/251 kB | 85/143 kB Progress (5): 298/357 kB | 0.5/1.5 MB | 192/202 kB | 114/251 kB | 90/143 kB Progress (5): 303/357 kB | 0.5/1.5 MB | 192/202 kB | 114/251 kB | 90/143 kB Progress (5): 303/357 kB | 0.5/1.5 MB | 192/202 kB | 118/251 kB | 90/143 kB Progress (5): 303/357 kB | 0.5/1.5 MB | 196/202 kB | 118/251 kB | 90/143 kB Progress (5): 303/357 kB | 0.5/1.5 MB | 196/202 kB | 122/251 kB | 90/143 kB Progress (5): 307/357 kB | 0.5/1.5 MB | 196/202 kB | 122/251 kB | 90/143 kB Progress (5): 307/357 kB | 0.5/1.5 MB | 196/202 kB | 122/251 kB | 90/143 kB Progress (5): 307/357 kB | 0.5/1.5 MB | 196/202 kB | 122/251 kB | 94/143 kB Progress (5): 307/357 kB | 0.5/1.5 MB | 196/202 kB | 122/251 kB | 94/143 kB Progress (5): 311/357 kB | 0.5/1.5 MB | 196/202 kB | 122/251 kB | 94/143 kB Progress (5): 311/357 kB | 0.5/1.5 MB | 200/202 kB | 122/251 kB | 94/143 kB Progress (5): 311/357 kB | 0.5/1.5 MB | 200/202 kB | 126/251 kB | 94/143 kB Progress (5): 311/357 kB | 0.5/1.5 MB | 200/202 kB | 126/251 kB | 94/143 kB Progress (5): 315/357 kB | 0.5/1.5 MB | 200/202 kB | 126/251 kB | 94/143 kB Progress (5): 315/357 kB | 0.5/1.5 MB | 202 kB | 126/251 kB | 94/143 kB Progress (5): 315/357 kB | 0.5/1.5 MB | 202 kB | 126/251 kB | 98/143 kB Progress (5): 319/357 kB | 0.5/1.5 MB | 202 kB | 126/251 kB | 98/143 kB Progress (5): 319/357 kB | 0.6/1.5 MB | 202 kB | 126/251 kB | 98/143 kB Progress (5): 319/357 kB | 0.6/1.5 MB | 202 kB | 131/251 kB | 98/143 kB Progress (5): 323/357 kB | 0.6/1.5 MB | 202 kB | 131/251 kB | 98/143 kB Progress (5): 323/357 kB | 0.6/1.5 MB | 202 kB | 131/251 kB | 102/143 kB Progress (5): 323/357 kB | 0.6/1.5 MB | 202 kB | 131/251 kB | 102/143 kB Progress (5): 327/357 kB | 0.6/1.5 MB | 202 kB | 131/251 kB | 102/143 kB Progress (5): 327/357 kB | 0.6/1.5 MB | 202 kB | 131/251 kB | 102/143 kB Progress (5): 327/357 kB | 0.6/1.5 MB | 202 kB | 135/251 kB | 102/143 kB Progress (5): 327/357 kB | 0.6/1.5 MB | 202 kB | 135/251 kB | 106/143 kB Progress (5): 331/357 kB | 0.6/1.5 MB | 202 kB | 135/251 kB | 106/143 kB Progress (5): 331/357 kB | 0.6/1.5 MB | 202 kB | 135/251 kB | 110/143 kB Progress (5): 331/357 kB | 0.6/1.5 MB | 202 kB | 139/251 kB | 110/143 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/org.eclipse.sisu.inject/0.0.0.M2a/org.eclipse.sisu.inject-0.0.0.M2a.jar (202 kB at 809 kB/s) Progress (4): 331/357 kB | 0.6/1.5 MB | 143/251 kB | 110/143 kB Progress (4): 331/357 kB | 0.6/1.5 MB | 143/251 kB | 114/143 kB Progress (4): 335/357 kB | 0.6/1.5 MB | 143/251 kB | 114/143 kB Progress (4): 335/357 kB | 0.6/1.5 MB | 143/251 kB | 114/143 kB Progress (4): 339/357 kB | 0.6/1.5 MB | 143/251 kB | 114/143 kB Progress (4): 339/357 kB | 0.6/1.5 MB | 143/251 kB | 118/143 kB Progress (4): 339/357 kB | 0.6/1.5 MB | 147/251 kB | 118/143 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.1/plexus-interpolation-1.1.jar Progress (4): 339/357 kB | 0.6/1.5 MB | 151/251 kB | 118/143 kB Progress (4): 339/357 kB | 0.6/1.5 MB | 151/251 kB | 122/143 kB Progress (4): 344/357 kB | 0.6/1.5 MB | 151/251 kB | 122/143 kB Progress (4): 344/357 kB | 0.6/1.5 MB | 151/251 kB | 122/143 kB Progress (4): 344/357 kB | 0.6/1.5 MB | 151/251 kB | 126/143 kB Progress (4): 344/357 kB | 0.6/1.5 MB | 155/251 kB | 126/143 kB Progress (4): 344/357 kB | 0.6/1.5 MB | 159/251 kB | 126/143 kB Progress (4): 344/357 kB | 0.6/1.5 MB | 163/251 kB | 126/143 kB Progress (4): 344/357 kB | 0.6/1.5 MB | 167/251 kB | 126/143 kB Progress (4): 344/357 kB | 0.6/1.5 MB | 171/251 kB | 126/143 kB Progress (4): 344/357 kB | 0.6/1.5 MB | 176/251 kB | 126/143 kB Progress (4): 344/357 kB | 0.6/1.5 MB | 180/251 kB | 126/143 kB Progress (4): 348/357 kB | 0.6/1.5 MB | 180/251 kB | 126/143 kB Progress (4): 348/357 kB | 0.6/1.5 MB | 180/251 kB | 131/143 kB Progress (4): 352/357 kB | 0.6/1.5 MB | 180/251 kB | 131/143 kB Progress (5): 352/357 kB | 0.6/1.5 MB | 180/251 kB | 131/143 kB | 4.1/35 kB Progress (5): 352/357 kB | 0.6/1.5 MB | 180/251 kB | 131/143 kB | 4.1/35 kB Progress (5): 352/357 kB | 0.6/1.5 MB | 180/251 kB | 131/143 kB | 7.7/35 kB Progress (5): 352/357 kB | 0.6/1.5 MB | 180/251 kB | 135/143 kB | 7.7/35 kB Progress (5): 356/357 kB | 0.6/1.5 MB | 180/251 kB | 135/143 kB | 7.7/35 kB Progress (5): 356/357 kB | 0.6/1.5 MB | 184/251 kB | 135/143 kB | 7.7/35 kB Progress (5): 357 kB | 0.6/1.5 MB | 184/251 kB | 135/143 kB | 7.7/35 kB Progress (5): 357 kB | 0.6/1.5 MB | 184/251 kB | 139/143 kB | 7.7/35 kB Progress (5): 357 kB | 0.6/1.5 MB | 184/251 kB | 139/143 kB | 12/35 kB Progress (5): 357 kB | 0.6/1.5 MB | 184/251 kB | 139/143 kB | 12/35 kB Progress (5): 357 kB | 0.6/1.5 MB | 184/251 kB | 139/143 kB | 16/35 kB Progress (5): 357 kB | 0.6/1.5 MB | 184/251 kB | 143 kB | 16/35 kB Progress (5): 357 kB | 0.6/1.5 MB | 188/251 kB | 143 kB | 16/35 kB Progress (5): 357 kB | 0.6/1.5 MB | 192/251 kB | 143 kB | 16/35 kB Progress (5): 357 kB | 0.6/1.5 MB | 192/251 kB | 143 kB | 20/35 kB Progress (5): 357 kB | 0.6/1.5 MB | 192/251 kB | 143 kB | 20/35 kB Progress (5): 357 kB | 0.6/1.5 MB | 192/251 kB | 143 kB | 24/35 kB Progress (5): 357 kB | 0.6/1.5 MB | 196/251 kB | 143 kB | 24/35 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-guice/3.1.0/sisu-guice-3.1.0-no_aop.jar (357 kB at 1.1 MB/s) Progress (4): 0.6/1.5 MB | 196/251 kB | 143 kB | 28/35 kB Progress (4): 0.6/1.5 MB | 196/251 kB | 143 kB | 28/35 kB Progress (4): 0.6/1.5 MB | 196/251 kB | 143 kB | 32/35 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-compat/3.0-alpha-2/maven-compat-3.0-alpha-2.jar Progress (4): 0.6/1.5 MB | 200/251 kB | 143 kB | 32/35 kB Progress (4): 0.6/1.5 MB | 200/251 kB | 143 kB | 32/35 kB Progress (4): 0.6/1.5 MB | 200/251 kB | 143 kB | 35 kB Progress (4): 0.6/1.5 MB | 200/251 kB | 143 kB | 35 kB Progress (4): 0.6/1.5 MB | 204/251 kB | 143 kB | 35 kB Progress (4): 0.6/1.5 MB | 208/251 kB | 143 kB | 35 kB Progress (4): 0.6/1.5 MB | 212/251 kB | 143 kB | 35 kB Progress (4): 0.6/1.5 MB | 212/251 kB | 143 kB | 35 kB Progress (4): 0.7/1.5 MB | 212/251 kB | 143 kB | 35 kB Progress (4): 0.7/1.5 MB | 217/251 kB | 143 kB | 35 kB Progress (4): 0.7/1.5 MB | 221/251 kB | 143 kB | 35 kB Progress (4): 0.7/1.5 MB | 225/251 kB | 143 kB | 35 kB Progress (4): 0.7/1.5 MB | 229/251 kB | 143 kB | 35 kB Progress (4): 0.7/1.5 MB | 229/251 kB | 143 kB | 35 kB Progress (4): 0.7/1.5 MB | 229/251 kB | 143 kB | 35 kB Progress (4): 0.7/1.5 MB | 233/251 kB | 143 kB | 35 kB Progress (4): 0.7/1.5 MB | 237/251 kB | 143 kB | 35 kB Progress (4): 0.7/1.5 MB | 241/251 kB | 143 kB | 35 kB Progress (4): 0.7/1.5 MB | 241/251 kB | 143 kB | 35 kB Progress (4): 0.7/1.5 MB | 245/251 kB | 143 kB | 35 kB Progress (4): 0.7/1.5 MB | 245/251 kB | 143 kB | 35 kB Progress (4): 0.7/1.5 MB | 249/251 kB | 143 kB | 35 kB Progress (4): 0.7/1.5 MB | 251 kB | 143 kB | 35 kB Progress (4): 0.7/1.5 MB | 251 kB | 143 kB | 35 kB Progress (4): 0.7/1.5 MB | 251 kB | 143 kB | 35 kB Progress (4): 0.7/1.5 MB | 251 kB | 143 kB | 35 kB Progress (4): 0.7/1.5 MB | 251 kB | 143 kB | 35 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.5.6/plexus-utils-1.5.6.jar (251 kB at 752 kB/s) Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-project/3.0-alpha-2/maven-project-3.0-alpha-2.jar (143 kB at 427 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon-provider-api/1.0-beta-4/wagon-provider-api-1.0-beta-4.jar Progress (2): 0.7/1.5 MB | 35 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-container-default/1.0-beta-3.0.5/plexus-container-default-1.0-beta-3.0.5.jar Progress (2): 0.7/1.5 MB | 35 kB Progress (2): 0.7/1.5 MB | 35 kB Progress (2): 0.8/1.5 MB | 35 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.1/plexus-interpolation-1.1.jar (35 kB at 106 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/xbean/xbean-reflect/3.4/xbean-reflect-3.4.jar Progress (1): 0.8/1.5 MB Progress (1): 0.8/1.5 MB Progress (1): 0.8/1.5 MB Progress (1): 0.8/1.5 MB Progress (1): 0.8/1.5 MB Progress (1): 0.8/1.5 MB Progress (2): 0.8/1.5 MB | 4.1/238 kB Progress (2): 0.8/1.5 MB | 7.7/238 kB Progress (2): 0.8/1.5 MB | 7.7/238 kB Progress (2): 0.8/1.5 MB | 12/238 kB Progress (2): 0.8/1.5 MB | 12/238 kB Progress (2): 0.8/1.5 MB | 16/238 kB Progress (2): 0.8/1.5 MB | 16/238 kB Progress (2): 0.8/1.5 MB | 20/238 kB Progress (2): 0.8/1.5 MB | 20/238 kB Progress (2): 0.8/1.5 MB | 24/238 kB Progress (2): 0.8/1.5 MB | 28/238 kB Progress (2): 0.8/1.5 MB | 32/238 kB Progress (2): 0.8/1.5 MB | 32/238 kB Progress (2): 0.9/1.5 MB | 32/238 kB Progress (2): 0.9/1.5 MB | 36/238 kB Progress (2): 0.9/1.5 MB | 40/238 kB Progress (2): 0.9/1.5 MB | 45/238 kB Progress (2): 0.9/1.5 MB | 49/238 kB Progress (2): 0.9/1.5 MB | 49/238 kB Progress (2): 0.9/1.5 MB | 49/238 kB Progress (2): 0.9/1.5 MB | 53/238 kB Progress (2): 0.9/1.5 MB | 57/238 kB Progress (2): 0.9/1.5 MB | 61/238 kB Progress (2): 0.9/1.5 MB | 61/238 kB Progress (2): 0.9/1.5 MB | 65/238 kB Progress (2): 0.9/1.5 MB | 65/238 kB Progress (2): 0.9/1.5 MB | 69/238 kB Progress (2): 0.9/1.5 MB | 69/238 kB Progress (2): 0.9/1.5 MB | 73/238 kB Progress (2): 0.9/1.5 MB | 73/238 kB Progress (2): 0.9/1.5 MB | 77/238 kB Progress (3): 0.9/1.5 MB | 77/238 kB | 4.1/52 kB Progress (3): 0.9/1.5 MB | 81/238 kB | 4.1/52 kB Progress (3): 0.9/1.5 MB | 81/238 kB | 7.7/52 kB Progress (3): 0.9/1.5 MB | 81/238 kB | 12/52 kB Progress (3): 0.9/1.5 MB | 81/238 kB | 12/52 kB Progress (3): 0.9/1.5 MB | 81/238 kB | 16/52 kB Progress (3): 0.9/1.5 MB | 81/238 kB | 16/52 kB Progress (3): 0.9/1.5 MB | 85/238 kB | 16/52 kB Progress (3): 0.9/1.5 MB | 90/238 kB | 16/52 kB Progress (4): 0.9/1.5 MB | 90/238 kB | 16/52 kB | 4.1/209 kB Progress (4): 0.9/1.5 MB | 90/238 kB | 20/52 kB | 4.1/209 kB Progress (4): 0.9/1.5 MB | 94/238 kB | 20/52 kB | 4.1/209 kB Progress (4): 0.9/1.5 MB | 94/238 kB | 24/52 kB | 4.1/209 kB Progress (4): 0.9/1.5 MB | 94/238 kB | 28/52 kB | 4.1/209 kB Progress (4): 0.9/1.5 MB | 94/238 kB | 28/52 kB | 7.7/209 kB Progress (4): 0.9/1.5 MB | 94/238 kB | 28/52 kB | 7.7/209 kB Progress (4): 0.9/1.5 MB | 94/238 kB | 28/52 kB | 12/209 kB Progress (4): 0.9/1.5 MB | 94/238 kB | 32/52 kB | 12/209 kB Progress (4): 0.9/1.5 MB | 98/238 kB | 32/52 kB | 12/209 kB Progress (4): 0.9/1.5 MB | 98/238 kB | 32/52 kB | 16/209 kB Progress (4): 0.9/1.5 MB | 98/238 kB | 32/52 kB | 16/209 kB Progress (4): 0.9/1.5 MB | 98/238 kB | 36/52 kB | 16/209 kB Progress (4): 0.9/1.5 MB | 102/238 kB | 36/52 kB | 16/209 kB Progress (4): 0.9/1.5 MB | 102/238 kB | 40/52 kB | 16/209 kB Progress (4): 0.9/1.5 MB | 106/238 kB | 40/52 kB | 16/209 kB Progress (4): 0.9/1.5 MB | 106/238 kB | 40/52 kB | 20/209 kB Progress (4): 0.9/1.5 MB | 110/238 kB | 40/52 kB | 20/209 kB Progress (4): 0.9/1.5 MB | 110/238 kB | 40/52 kB | 20/209 kB Progress (4): 0.9/1.5 MB | 110/238 kB | 45/52 kB | 20/209 kB Progress (4): 0.9/1.5 MB | 110/238 kB | 45/52 kB | 20/209 kB Progress (4): 0.9/1.5 MB | 114/238 kB | 45/52 kB | 20/209 kB Progress (4): 0.9/1.5 MB | 114/238 kB | 45/52 kB | 24/209 kB Progress (4): 0.9/1.5 MB | 114/238 kB | 49/52 kB | 24/209 kB Progress (4): 0.9/1.5 MB | 114/238 kB | 49/52 kB | 28/209 kB Progress (4): 1.0/1.5 MB | 114/238 kB | 49/52 kB | 28/209 kB Progress (4): 1.0/1.5 MB | 118/238 kB | 49/52 kB | 28/209 kB Progress (4): 1.0/1.5 MB | 118/238 kB | 49/52 kB | 32/209 kB Progress (4): 1.0/1.5 MB | 118/238 kB | 52 kB | 32/209 kB Progress (4): 1.0/1.5 MB | 122/238 kB | 52 kB | 32/209 kB Progress (4): 1.0/1.5 MB | 122/238 kB | 52 kB | 32/209 kB Progress (4): 1.0/1.5 MB | 126/238 kB | 52 kB | 32/209 kB Progress (4): 1.0/1.5 MB | 126/238 kB | 52 kB | 36/209 kB Progress (4): 1.0/1.5 MB | 131/238 kB | 52 kB | 36/209 kB Progress (4): 1.0/1.5 MB | 131/238 kB | 52 kB | 40/209 kB Progress (4): 1.0/1.5 MB | 131/238 kB | 52 kB | 40/209 kB Progress (4): 1.0/1.5 MB | 131/238 kB | 52 kB | 45/209 kB Progress (4): 1.0/1.5 MB | 131/238 kB | 52 kB | 45/209 kB Progress (4): 1.0/1.5 MB | 135/238 kB | 52 kB | 45/209 kB Progress (4): 1.0/1.5 MB | 135/238 kB | 52 kB | 49/209 kB Progress (4): 1.0/1.5 MB | 139/238 kB | 52 kB | 49/209 kB Progress (4): 1.0/1.5 MB | 143/238 kB | 52 kB | 49/209 kB Progress (4): 1.0/1.5 MB | 143/238 kB | 52 kB | 49/209 kB Progress (4): 1.0/1.5 MB | 147/238 kB | 52 kB | 49/209 kB Progress (4): 1.0/1.5 MB | 147/238 kB | 52 kB | 53/209 kB Progress (4): 1.0/1.5 MB | 147/238 kB | 52 kB | 53/209 kB Progress (4): 1.0/1.5 MB | 147/238 kB | 52 kB | 57/209 kB Progress (4): 1.0/1.5 MB | 147/238 kB | 52 kB | 61/209 kB Progress (4): 1.0/1.5 MB | 151/238 kB | 52 kB | 61/209 kB Progress (4): 1.0/1.5 MB | 151/238 kB | 52 kB | 65/209 kB Progress (4): 1.0/1.5 MB | 151/238 kB | 52 kB | 65/209 kB Progress (4): 1.0/1.5 MB | 155/238 kB | 52 kB | 65/209 kB Progress (4): 1.0/1.5 MB | 159/238 kB | 52 kB | 65/209 kB Progress (4): 1.0/1.5 MB | 163/238 kB | 52 kB | 65/209 kB Progress (4): 1.0/1.5 MB | 167/238 kB | 52 kB | 65/209 kB Progress (4): 1.0/1.5 MB | 171/238 kB | 52 kB | 65/209 kB Progress (4): 1.0/1.5 MB | 176/238 kB | 52 kB | 65/209 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon-provider-api/1.0-beta-4/wagon-provider-api-1.0-beta-4.jar (52 kB at 141 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/log4j/log4j/1.2.12/log4j-1.2.12.jar Progress (3): 1.0/1.5 MB | 176/238 kB | 65/209 kB Progress (3): 1.0/1.5 MB | 180/238 kB | 65/209 kB Progress (4): 1.0/1.5 MB | 180/238 kB | 65/209 kB | 4.1/134 kB Progress (4): 1.0/1.5 MB | 180/238 kB | 69/209 kB | 4.1/134 kB Progress (4): 1.0/1.5 MB | 180/238 kB | 69/209 kB | 7.7/134 kB Progress (4): 1.0/1.5 MB | 180/238 kB | 69/209 kB | 7.7/134 kB Progress (4): 1.0/1.5 MB | 180/238 kB | 73/209 kB | 7.7/134 kB Progress (4): 1.0/1.5 MB | 180/238 kB | 73/209 kB | 7.7/134 kB Progress (4): 1.0/1.5 MB | 180/238 kB | 73/209 kB | 12/134 kB Progress (4): 1.0/1.5 MB | 184/238 kB | 73/209 kB | 12/134 kB Progress (4): 1.0/1.5 MB | 184/238 kB | 73/209 kB | 16/134 kB Progress (4): 1.0/1.5 MB | 184/238 kB | 77/209 kB | 16/134 kB Progress (4): 1.0/1.5 MB | 184/238 kB | 77/209 kB | 16/134 kB Progress (4): 1.0/1.5 MB | 188/238 kB | 77/209 kB | 16/134 kB Progress (4): 1.0/1.5 MB | 188/238 kB | 77/209 kB | 16/134 kB Progress (4): 1.0/1.5 MB | 188/238 kB | 81/209 kB | 16/134 kB Progress (4): 1.0/1.5 MB | 188/238 kB | 81/209 kB | 20/134 kB Progress (4): 1.0/1.5 MB | 192/238 kB | 81/209 kB | 20/134 kB Progress (4): 1.0/1.5 MB | 192/238 kB | 81/209 kB | 24/134 kB Progress (4): 1.1/1.5 MB | 192/238 kB | 81/209 kB | 24/134 kB Progress (4): 1.1/1.5 MB | 196/238 kB | 81/209 kB | 24/134 kB Progress (4): 1.1/1.5 MB | 196/238 kB | 81/209 kB | 24/134 kB Progress (4): 1.1/1.5 MB | 196/238 kB | 85/209 kB | 24/134 kB Progress (4): 1.1/1.5 MB | 196/238 kB | 85/209 kB | 28/134 kB Progress (4): 1.1/1.5 MB | 196/238 kB | 90/209 kB | 28/134 kB Progress (4): 1.1/1.5 MB | 200/238 kB | 90/209 kB | 28/134 kB Progress (4): 1.1/1.5 MB | 200/238 kB | 90/209 kB | 32/134 kB Progress (4): 1.1/1.5 MB | 204/238 kB | 90/209 kB | 32/134 kB Progress (4): 1.1/1.5 MB | 204/238 kB | 90/209 kB | 32/134 kB Progress (4): 1.1/1.5 MB | 204/238 kB | 94/209 kB | 32/134 kB Progress (4): 1.1/1.5 MB | 204/238 kB | 94/209 kB | 32/134 kB Progress (4): 1.1/1.5 MB | 208/238 kB | 94/209 kB | 32/134 kB Progress (4): 1.1/1.5 MB | 208/238 kB | 94/209 kB | 36/134 kB Progress (4): 1.1/1.5 MB | 208/238 kB | 98/209 kB | 36/134 kB Progress (4): 1.1/1.5 MB | 208/238 kB | 98/209 kB | 40/134 kB Progress (4): 1.1/1.5 MB | 212/238 kB | 98/209 kB | 40/134 kB Progress (4): 1.1/1.5 MB | 212/238 kB | 98/209 kB | 45/134 kB Progress (4): 1.1/1.5 MB | 212/238 kB | 98/209 kB | 45/134 kB Progress (4): 1.1/1.5 MB | 212/238 kB | 98/209 kB | 49/134 kB Progress (4): 1.1/1.5 MB | 212/238 kB | 102/209 kB | 49/134 kB Progress (4): 1.1/1.5 MB | 217/238 kB | 102/209 kB | 49/134 kB Progress (4): 1.1/1.5 MB | 217/238 kB | 102/209 kB | 49/134 kB Progress (4): 1.1/1.5 MB | 221/238 kB | 102/209 kB | 49/134 kB Progress (4): 1.1/1.5 MB | 221/238 kB | 106/209 kB | 49/134 kB Progress (4): 1.1/1.5 MB | 225/238 kB | 106/209 kB | 49/134 kB Progress (4): 1.1/1.5 MB | 225/238 kB | 106/209 kB | 53/134 kB Progress (4): 1.1/1.5 MB | 225/238 kB | 106/209 kB | 53/134 kB Progress (4): 1.1/1.5 MB | 229/238 kB | 106/209 kB | 53/134 kB Progress (4): 1.1/1.5 MB | 229/238 kB | 110/209 kB | 53/134 kB Progress (4): 1.1/1.5 MB | 229/238 kB | 110/209 kB | 53/134 kB Progress (4): 1.1/1.5 MB | 229/238 kB | 110/209 kB | 57/134 kB Progress (4): 1.1/1.5 MB | 233/238 kB | 110/209 kB | 57/134 kB Progress (4): 1.1/1.5 MB | 233/238 kB | 114/209 kB | 57/134 kB Progress (4): 1.1/1.5 MB | 237/238 kB | 114/209 kB | 57/134 kB Progress (4): 1.1/1.5 MB | 237/238 kB | 114/209 kB | 61/134 kB Progress (4): 1.1/1.5 MB | 238 kB | 114/209 kB | 61/134 kB Progress (4): 1.1/1.5 MB | 238 kB | 114/209 kB | 61/134 kB Progress (4): 1.1/1.5 MB | 238 kB | 118/209 kB | 61/134 kB Progress (4): 1.1/1.5 MB | 238 kB | 118/209 kB | 65/134 kB Progress (4): 1.1/1.5 MB | 238 kB | 122/209 kB | 65/134 kB Progress (4): 1.1/1.5 MB | 238 kB | 122/209 kB | 65/134 kB Progress (4): 1.1/1.5 MB | 238 kB | 126/209 kB | 65/134 kB Progress (4): 1.1/1.5 MB | 238 kB | 131/209 kB | 65/134 kB Progress (4): 1.1/1.5 MB | 238 kB | 131/209 kB | 69/134 kB Progress (4): 1.1/1.5 MB | 238 kB | 131/209 kB | 69/134 kB Progress (4): 1.1/1.5 MB | 238 kB | 131/209 kB | 73/134 kB Progress (4): 1.1/1.5 MB | 238 kB | 131/209 kB | 73/134 kB Progress (4): 1.1/1.5 MB | 238 kB | 131/209 kB | 77/134 kB Progress (4): 1.1/1.5 MB | 238 kB | 135/209 kB | 77/134 kB Progress (4): 1.1/1.5 MB | 238 kB | 135/209 kB | 81/134 kB Progress (4): 1.1/1.5 MB | 238 kB | 139/209 kB | 81/134 kB Progress (4): 1.2/1.5 MB | 238 kB | 139/209 kB | 81/134 kB Progress (4): 1.2/1.5 MB | 238 kB | 143/209 kB | 81/134 kB Progress (4): 1.2/1.5 MB | 238 kB | 143/209 kB | 81/134 kB Progress (4): 1.2/1.5 MB | 238 kB | 147/209 kB | 81/134 kB Progress (4): 1.2/1.5 MB | 238 kB | 147/209 kB | 85/134 kB Progress (4): 1.2/1.5 MB | 238 kB | 147/209 kB | 90/134 kB Progress (4): 1.2/1.5 MB | 238 kB | 147/209 kB | 90/134 kB Progress (4): 1.2/1.5 MB | 238 kB | 147/209 kB | 94/134 kB Progress (4): 1.2/1.5 MB | 238 kB | 147/209 kB | 94/134 kB Progress (4): 1.2/1.5 MB | 238 kB | 147/209 kB | 98/134 kB Progress (4): 1.2/1.5 MB | 238 kB | 151/209 kB | 98/134 kB Progress (4): 1.2/1.5 MB | 238 kB | 155/209 kB | 98/134 kB Progress (4): 1.2/1.5 MB | 238 kB | 155/209 kB | 98/134 kB Progress (4): 1.2/1.5 MB | 238 kB | 159/209 kB | 98/134 kB Progress (4): 1.2/1.5 MB | 238 kB | 159/209 kB | 98/134 kB Progress (4): 1.2/1.5 MB | 238 kB | 159/209 kB | 102/134 kB Progress (4): 1.2/1.5 MB | 238 kB | 163/209 kB | 102/134 kB Progress (4): 1.2/1.5 MB | 238 kB | 163/209 kB | 106/134 kB Progress (4): 1.2/1.5 MB | 238 kB | 163/209 kB | 106/134 kB Progress (4): 1.2/1.5 MB | 238 kB | 163/209 kB | 110/134 kB Progress (4): 1.2/1.5 MB | 238 kB | 163/209 kB | 110/134 kB Progress (4): 1.2/1.5 MB | 238 kB | 163/209 kB | 114/134 kB Progress (4): 1.2/1.5 MB | 238 kB | 167/209 kB | 114/134 kB Progress (4): 1.2/1.5 MB | 238 kB | 171/209 kB | 114/134 kB Progress (4): 1.2/1.5 MB | 238 kB | 171/209 kB | 114/134 kB Progress (4): 1.2/1.5 MB | 238 kB | 176/209 kB | 114/134 kB Progress (4): 1.2/1.5 MB | 238 kB | 176/209 kB | 114/134 kB Progress (4): 1.2/1.5 MB | 238 kB | 180/209 kB | 114/134 kB Progress (4): 1.2/1.5 MB | 238 kB | 180/209 kB | 118/134 kB Progress (5): 1.2/1.5 MB | 238 kB | 180/209 kB | 118/134 kB | 4.1/358 kB Progress (5): 1.2/1.5 MB | 238 kB | 180/209 kB | 122/134 kB | 4.1/358 kB Progress (5): 1.2/1.5 MB | 238 kB | 180/209 kB | 122/134 kB | 7.7/358 kB Progress (5): 1.2/1.5 MB | 238 kB | 180/209 kB | 122/134 kB | 7.7/358 kB Progress (5): 1.2/1.5 MB | 238 kB | 180/209 kB | 122/134 kB | 12/358 kB Progress (5): 1.2/1.5 MB | 238 kB | 184/209 kB | 122/134 kB | 12/358 kB Progress (5): 1.2/1.5 MB | 238 kB | 184/209 kB | 126/134 kB | 12/358 kB Progress (5): 1.2/1.5 MB | 238 kB | 188/209 kB | 126/134 kB | 12/358 kB Progress (5): 1.2/1.5 MB | 238 kB | 188/209 kB | 126/134 kB | 16/358 kB Progress (5): 1.2/1.5 MB | 238 kB | 188/209 kB | 126/134 kB | 16/358 kB Progress (5): 1.2/1.5 MB | 238 kB | 192/209 kB | 126/134 kB | 16/358 kB Progress (5): 1.2/1.5 MB | 238 kB | 192/209 kB | 131/134 kB | 16/358 kB Progress (5): 1.2/1.5 MB | 238 kB | 196/209 kB | 131/134 kB | 16/358 kB Progress (5): 1.2/1.5 MB | 238 kB | 196/209 kB | 134 kB | 16/358 kB Progress (5): 1.3/1.5 MB | 238 kB | 196/209 kB | 134 kB | 16/358 kB Progress (5): 1.3/1.5 MB | 238 kB | 196/209 kB | 134 kB | 16/358 kB Progress (5): 1.3/1.5 MB | 238 kB | 200/209 kB | 134 kB | 16/358 kB Progress (5): 1.3/1.5 MB | 238 kB | 204/209 kB | 134 kB | 16/358 kB Progress (5): 1.3/1.5 MB | 238 kB | 208/209 kB | 134 kB | 16/358 kB Progress (5): 1.3/1.5 MB | 238 kB | 208/209 kB | 134 kB | 16/358 kB Progress (5): 1.3/1.5 MB | 238 kB | 209 kB | 134 kB | 16/358 kB Progress (5): 1.3/1.5 MB | 238 kB | 209 kB | 134 kB | 16/358 kB Progress (5): 1.3/1.5 MB | 238 kB | 209 kB | 134 kB | 16/358 kB Progress (5): 1.3/1.5 MB | 238 kB | 209 kB | 134 kB | 16/358 kB Progress (5): 1.3/1.5 MB | 238 kB | 209 kB | 134 kB | 16/358 kB Progress (5): 1.3/1.5 MB | 238 kB | 209 kB | 134 kB | 16/358 kB Progress (5): 1.3/1.5 MB | 238 kB | 209 kB | 134 kB | 16/358 kB Progress (5): 1.3/1.5 MB | 238 kB | 209 kB | 134 kB | 16/358 kB Progress (5): 1.3/1.5 MB | 238 kB | 209 kB | 134 kB | 16/358 kB Progress (5): 1.3/1.5 MB | 238 kB | 209 kB | 134 kB | 16/358 kB Progress (5): 1.4/1.5 MB | 238 kB | 209 kB | 134 kB | 16/358 kB Progress (5): 1.4/1.5 MB | 238 kB | 209 kB | 134 kB | 16/358 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-compat/3.0-alpha-2/maven-compat-3.0-alpha-2.jar (238 kB at 529 kB/s) Progress (4): 1.4/1.5 MB | 209 kB | 134 kB | 16/358 kB Progress (4): 1.4/1.5 MB | 209 kB | 134 kB | 20/358 kB Progress (4): 1.4/1.5 MB | 209 kB | 134 kB | 20/358 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-logging/commons-logging-api/1.1/commons-logging-api-1.1.jar Progress (4): 1.4/1.5 MB | 209 kB | 134 kB | 24/358 kB Progress (4): 1.4/1.5 MB | 209 kB | 134 kB | 24/358 kB Progress (4): 1.4/1.5 MB | 209 kB | 134 kB | 28/358 kB Progress (4): 1.4/1.5 MB | 209 kB | 134 kB | 28/358 kB Progress (4): 1.4/1.5 MB | 209 kB | 134 kB | 32/358 kB Progress (4): 1.4/1.5 MB | 209 kB | 134 kB | 32/358 kB Progress (4): 1.4/1.5 MB | 209 kB | 134 kB | 36/358 kB Progress (4): 1.4/1.5 MB | 209 kB | 134 kB | 36/358 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/xbean/xbean-reflect/3.4/xbean-reflect-3.4.jar (134 kB at 296 kB/s) Progress (3): 1.4/1.5 MB | 209 kB | 36/358 kB Progress (3): 1.4/1.5 MB | 209 kB | 40/358 kB Progress (3): 1.4/1.5 MB | 209 kB | 40/358 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/code/google-collections/google-collect/snapshot-20080530/google-collect-snapshot-20080530.jar Progress (3): 1.4/1.5 MB | 209 kB | 45/358 kB Progress (3): 1.4/1.5 MB | 209 kB | 45/358 kB Progress (3): 1.4/1.5 MB | 209 kB | 49/358 kB Progress (3): 1.4/1.5 MB | 209 kB | 53/358 kB Progress (3): 1.4/1.5 MB | 209 kB | 57/358 kB Progress (3): 1.4/1.5 MB | 209 kB | 61/358 kB Progress (3): 1.4/1.5 MB | 209 kB | 65/358 kB Progress (3): 1.4/1.5 MB | 209 kB | 69/358 kB Progress (3): 1.4/1.5 MB | 209 kB | 73/358 kB Progress (3): 1.4/1.5 MB | 209 kB | 77/358 kB Progress (3): 1.4/1.5 MB | 209 kB | 81/358 kB Progress (3): 1.4/1.5 MB | 209 kB | 81/358 kB Progress (3): 1.4/1.5 MB | 209 kB | 85/358 kB Progress (4): 1.4/1.5 MB | 209 kB | 85/358 kB | 4.1/45 kB Progress (4): 1.4/1.5 MB | 209 kB | 85/358 kB | 4.1/45 kB Progress (4): 1.4/1.5 MB | 209 kB | 90/358 kB | 4.1/45 kB Progress (4): 1.5/1.5 MB | 209 kB | 90/358 kB | 4.1/45 kB Progress (4): 1.5/1.5 MB | 209 kB | 90/358 kB | 7.7/45 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-container-default/1.0-beta-3.0.5/plexus-container-default-1.0-beta-3.0.5.jar (209 kB at 400 kB/s) Progress (3): 1.5/1.5 MB | 90/358 kB | 7.7/45 kB Progress (3): 1.5/1.5 MB | 90/358 kB | 12/45 kB Progress (3): 1.5/1.5 MB | 94/358 kB | 12/45 kB Progress (3): 1.5/1.5 MB | 94/358 kB | 16/45 kB Progress (3): 1.5/1.5 MB | 94/358 kB | 16/45 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/junit/junit/4.12/junit-4.12.jar Progress (3): 1.5/1.5 MB | 98/358 kB | 16/45 kB Progress (3): 1.5/1.5 MB | 98/358 kB | 20/45 kB Progress (3): 1.5/1.5 MB | 98/358 kB | 20/45 kB Progress (3): 1.5/1.5 MB | 98/358 kB | 24/45 kB Progress (3): 1.5/1.5 MB | 98/358 kB | 24/45 kB Progress (3): 1.5/1.5 MB | 98/358 kB | 28/45 kB Progress (3): 1.5/1.5 MB | 102/358 kB | 28/45 kB Progress (3): 1.5/1.5 MB | 102/358 kB | 32/45 kB Progress (3): 1.5/1.5 MB | 106/358 kB | 32/45 kB Progress (3): 1.5/1.5 MB | 106/358 kB | 32/45 kB Progress (3): 1.5/1.5 MB | 110/358 kB | 32/45 kB Progress (3): 1.5 MB | 110/358 kB | 32/45 kB Progress (3): 1.5 MB | 114/358 kB | 32/45 kB Progress (3): 1.5 MB | 114/358 kB | 36/45 kB Progress (3): 1.5 MB | 114/358 kB | 40/45 kB Progress (3): 1.5 MB | 114/358 kB | 45/45 kB Progress (3): 1.5 MB | 118/358 kB | 45/45 kB Progress (3): 1.5 MB | 118/358 kB | 45 kB Progress (3): 1.5 MB | 122/358 kB | 45 kB Progress (3): 1.5 MB | 126/358 kB | 45 kB Progress (3): 1.5 MB | 131/358 kB | 45 kB Progress (3): 1.5 MB | 135/358 kB | 45 kB Progress (3): 1.5 MB | 139/358 kB | 45 kB Progress (3): 1.5 MB | 143/358 kB | 45 kB Progress (3): 1.5 MB | 147/358 kB | 45 kB Progress (3): 1.5 MB | 151/358 kB | 45 kB Progress (3): 1.5 MB | 155/358 kB | 45 kB Progress (3): 1.5 MB | 159/358 kB | 45 kB Progress (3): 1.5 MB | 163/358 kB | 45 kB Progress (3): 1.5 MB | 167/358 kB | 45 kB Progress (3): 1.5 MB | 171/358 kB | 45 kB Progress (3): 1.5 MB | 176/358 kB | 45 kB Progress (3): 1.5 MB | 180/358 kB | 45 kB Progress (3): 1.5 MB | 184/358 kB | 45 kB Progress (3): 1.5 MB | 188/358 kB | 45 kB Progress (3): 1.5 MB | 192/358 kB | 45 kB Progress (3): 1.5 MB | 196/358 kB | 45 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava/10.0.1/guava-10.0.1.jar (1.5 MB at 2.8 MB/s) Progress (2): 200/358 kB | 45 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/hamcrest/hamcrest-core/1.3/hamcrest-core-1.3.jar Progress (2): 204/358 kB | 45 kB Progress (2): 208/358 kB | 45 kB Progress (2): 212/358 kB | 45 kB Progress (2): 217/358 kB | 45 kB Progress (2): 221/358 kB | 45 kB Progress (2): 225/358 kB | 45 kB Progress (2): 229/358 kB | 45 kB Progress (2): 233/358 kB | 45 kB Progress (3): 233/358 kB | 45 kB | 4.1/45 kB Progress (3): 237/358 kB | 45 kB | 4.1/45 kB Progress (3): 237/358 kB | 45 kB | 7.7/45 kB Progress (3): 241/358 kB | 45 kB | 7.7/45 kB Progress (3): 241/358 kB | 45 kB | 12/45 kB Progress (3): 245/358 kB | 45 kB | 12/45 kB Progress (3): 245/358 kB | 45 kB | 16/45 kB Progress (3): 249/358 kB | 45 kB | 16/45 kB Progress (3): 249/358 kB | 45 kB | 20/45 kB Progress (3): 253/358 kB | 45 kB | 20/45 kB Progress (3): 253/358 kB | 45 kB | 24/45 kB Progress (3): 258/358 kB | 45 kB | 24/45 kB Progress (3): 258/358 kB | 45 kB | 28/45 kB Progress (3): 262/358 kB | 45 kB | 28/45 kB Progress (3): 262/358 kB | 45 kB | 32/45 kB Progress (3): 266/358 kB | 45 kB | 32/45 kB Progress (3): 266/358 kB | 45 kB | 36/45 kB Progress (3): 270/358 kB | 45 kB | 36/45 kB Progress (3): 270/358 kB | 45 kB | 40/45 kB Progress (3): 274/358 kB | 45 kB | 40/45 kB Progress (3): 274/358 kB | 45 kB | 45/45 kB Progress (3): 278/358 kB | 45 kB | 45/45 kB Progress (3): 278/358 kB | 45 kB | 45 kB Progress (3): 282/358 kB | 45 kB | 45 kB Progress (3): 286/358 kB | 45 kB | 45 kB Progress (3): 290/358 kB | 45 kB | 45 kB Progress (3): 294/358 kB | 45 kB | 45 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/hamcrest/hamcrest-core/1.3/hamcrest-core-1.3.jar (45 kB at 84 kB/s) Progress (2): 298/358 kB | 45 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/woodstox/wstx-asl/3.2.6/wstx-asl-3.2.6.jar Progress (2): 303/358 kB | 45 kB Progress (2): 307/358 kB | 45 kB Progress (2): 311/358 kB | 45 kB Progress (2): 315/358 kB | 45 kB Progress (2): 319/358 kB | 45 kB Progress (2): 323/358 kB | 45 kB Progress (2): 327/358 kB | 45 kB Progress (2): 331/358 kB | 45 kB Progress (2): 335/358 kB | 45 kB Progress (2): 339/358 kB | 45 kB Progress (2): 344/358 kB | 45 kB Progress (2): 348/358 kB | 45 kB Progress (2): 352/358 kB | 45 kB Progress (2): 356/358 kB | 45 kB Progress (2): 358 kB | 45 kB Progress (3): 358 kB | 45 kB | 4.1/315 kB Progress (3): 358 kB | 45 kB | 7.7/315 kB Progress (3): 358 kB | 45 kB | 12/315 kB Progress (3): 358 kB | 45 kB | 16/315 kB Progress (3): 358 kB | 45 kB | 20/315 kB Progress (3): 358 kB | 45 kB | 24/315 kB Progress (3): 358 kB | 45 kB | 28/315 kB Progress (3): 358 kB | 45 kB | 32/315 kB Progress (3): 358 kB | 45 kB | 36/315 kB Progress (3): 358 kB | 45 kB | 40/315 kB Progress (3): 358 kB | 45 kB | 45/315 kB Progress (3): 358 kB | 45 kB | 49/315 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-logging/commons-logging-api/1.1/commons-logging-api-1.1.jar (45 kB at 80 kB/s) Progress (2): 358 kB | 53/315 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/log4j/log4j/1.2.12/log4j-1.2.12.jar (358 kB at 643 kB/s) Progress (1): 57/315 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/stax/stax-api/1.0.1/stax-api-1.0.1.jar Progress (1): 61/315 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/spice/model-builder/1.3/model-builder-1.3.jar Progress (1): 65/315 kB Progress (1): 69/315 kB Progress (1): 73/315 kB Progress (1): 77/315 kB Progress (1): 81/315 kB Progress (1): 85/315 kB Progress (1): 90/315 kB Progress (1): 94/315 kB Progress (1): 98/315 kB Progress (2): 98/315 kB | 4.1/520 kB Progress (2): 98/315 kB | 7.7/520 kB Progress (2): 98/315 kB | 12/520 kB Progress (2): 98/315 kB | 16/520 kB Progress (2): 102/315 kB | 16/520 kB Progress (2): 106/315 kB | 16/520 kB Progress (2): 110/315 kB | 16/520 kB Progress (2): 114/315 kB | 16/520 kB Progress (2): 114/315 kB | 20/520 kB Progress (2): 114/315 kB | 24/520 kB Progress (2): 114/315 kB | 28/520 kB Progress (2): 114/315 kB | 32/520 kB Progress (2): 118/315 kB | 32/520 kB Progress (2): 122/315 kB | 32/520 kB Progress (2): 126/315 kB | 32/520 kB Progress (2): 131/315 kB | 32/520 kB Progress (2): 131/315 kB | 36/520 kB Progress (2): 131/315 kB | 40/520 kB Progress (2): 131/315 kB | 45/520 kB Progress (2): 131/315 kB | 49/520 kB Progress (2): 135/315 kB | 49/520 kB Progress (2): 139/315 kB | 49/520 kB Progress (2): 143/315 kB | 49/520 kB Progress (2): 147/315 kB | 49/520 kB Progress (2): 147/315 kB | 53/520 kB Progress (2): 147/315 kB | 57/520 kB Progress (2): 147/315 kB | 61/520 kB Progress (2): 147/315 kB | 65/520 kB Progress (2): 151/315 kB | 65/520 kB Progress (2): 155/315 kB | 65/520 kB Progress (2): 159/315 kB | 65/520 kB Progress (2): 163/315 kB | 65/520 kB Progress (2): 163/315 kB | 69/520 kB Progress (2): 163/315 kB | 73/520 kB Progress (2): 163/315 kB | 77/520 kB Progress (2): 163/315 kB | 81/520 kB Progress (2): 167/315 kB | 81/520 kB Progress (3): 167/315 kB | 81/520 kB | 4.1/36 kB Progress (3): 171/315 kB | 81/520 kB | 4.1/36 kB Progress (3): 171/315 kB | 81/520 kB | 7.7/36 kB Progress (3): 176/315 kB | 81/520 kB | 7.7/36 kB Progress (3): 176/315 kB | 81/520 kB | 12/36 kB Progress (3): 180/315 kB | 81/520 kB | 12/36 kB Progress (3): 180/315 kB | 85/520 kB | 12/36 kB Progress (3): 180/315 kB | 85/520 kB | 16/36 kB Progress (3): 180/315 kB | 90/520 kB | 16/36 kB Progress (3): 180/315 kB | 94/520 kB | 16/36 kB Progress (3): 180/315 kB | 98/520 kB | 16/36 kB Progress (3): 180/315 kB | 98/520 kB | 20/36 kB Progress (4): 180/315 kB | 98/520 kB | 20/36 kB | 4.1/27 kB Progress (4): 180/315 kB | 98/520 kB | 24/36 kB | 4.1/27 kB Progress (4): 184/315 kB | 98/520 kB | 24/36 kB | 4.1/27 kB Progress (4): 184/315 kB | 102/520 kB | 24/36 kB | 4.1/27 kB Progress (4): 184/315 kB | 102/520 kB | 28/36 kB | 4.1/27 kB Progress (4): 184/315 kB | 102/520 kB | 28/36 kB | 7.7/27 kB Progress (4): 184/315 kB | 102/520 kB | 32/36 kB | 7.7/27 kB Progress (4): 184/315 kB | 106/520 kB | 32/36 kB | 7.7/27 kB Progress (4): 188/315 kB | 106/520 kB | 32/36 kB | 7.7/27 kB Progress (4): 188/315 kB | 106/520 kB | 36 kB | 7.7/27 kB Progress (4): 188/315 kB | 110/520 kB | 36 kB | 7.7/27 kB Progress (4): 188/315 kB | 110/520 kB | 36 kB | 12/27 kB Progress (4): 188/315 kB | 114/520 kB | 36 kB | 12/27 kB Progress (4): 192/315 kB | 114/520 kB | 36 kB | 12/27 kB Progress (4): 192/315 kB | 114/520 kB | 36 kB | 16/27 kB Progress (4): 196/315 kB | 114/520 kB | 36 kB | 16/27 kB Progress (4): 196/315 kB | 118/520 kB | 36 kB | 16/27 kB Progress (4): 196/315 kB | 122/520 kB | 36 kB | 16/27 kB Progress (4): 196/315 kB | 122/520 kB | 36 kB | 20/27 kB Progress (4): 196/315 kB | 126/520 kB | 36 kB | 20/27 kB Progress (4): 196/315 kB | 126/520 kB | 36 kB | 24/27 kB Progress (4): 196/315 kB | 131/520 kB | 36 kB | 24/27 kB Progress (4): 200/315 kB | 131/520 kB | 36 kB | 24/27 kB Progress (4): 200/315 kB | 131/520 kB | 36 kB | 27 kB Progress (4): 204/315 kB | 131/520 kB | 36 kB | 27 kB Progress (4): 208/315 kB | 131/520 kB | 36 kB | 27 kB Progress (4): 208/315 kB | 135/520 kB | 36 kB | 27 kB Progress (4): 212/315 kB | 135/520 kB | 36 kB | 27 kB Progress (4): 212/315 kB | 139/520 kB | 36 kB | 27 kB Progress (4): 212/315 kB | 143/520 kB | 36 kB | 27 kB Progress (4): 212/315 kB | 147/520 kB | 36 kB | 27 kB Progress (4): 217/315 kB | 147/520 kB | 36 kB | 27 kB Progress (4): 221/315 kB | 147/520 kB | 36 kB | 27 kB Progress (4): 225/315 kB | 147/520 kB | 36 kB | 27 kB Progress (4): 229/315 kB | 147/520 kB | 36 kB | 27 kB Progress (4): 229/315 kB | 151/520 kB | 36 kB | 27 kB Progress (4): 229/315 kB | 155/520 kB | 36 kB | 27 kB Progress (4): 229/315 kB | 159/520 kB | 36 kB | 27 kB Progress (4): 233/315 kB | 159/520 kB | 36 kB | 27 kB Progress (4): 233/315 kB | 163/520 kB | 36 kB | 27 kB Progress (4): 237/315 kB | 163/520 kB | 36 kB | 27 kB Progress (4): 241/315 kB | 163/520 kB | 36 kB | 27 kB Progress (4): 245/315 kB | 163/520 kB | 36 kB | 27 kB Progress (4): 245/315 kB | 167/520 kB | 36 kB | 27 kB Progress (4): 245/315 kB | 171/520 kB | 36 kB | 27 kB Progress (4): 245/315 kB | 176/520 kB | 36 kB | 27 kB Progress (4): 249/315 kB | 176/520 kB | 36 kB | 27 kB Progress (4): 249/315 kB | 180/520 kB | 36 kB | 27 kB Progress (4): 253/315 kB | 180/520 kB | 36 kB | 27 kB Progress (4): 258/315 kB | 180/520 kB | 36 kB | 27 kB Progress (4): 262/315 kB | 180/520 kB | 36 kB | 27 kB Progress (4): 262/315 kB | 184/520 kB | 36 kB | 27 kB Progress (4): 262/315 kB | 188/520 kB | 36 kB | 27 kB Progress (4): 262/315 kB | 192/520 kB | 36 kB | 27 kB Progress (4): 266/315 kB | 192/520 kB | 36 kB | 27 kB Progress (4): 266/315 kB | 196/520 kB | 36 kB | 27 kB Progress (4): 270/315 kB | 196/520 kB | 36 kB | 27 kB Progress (4): 274/315 kB | 196/520 kB | 36 kB | 27 kB Progress (4): 278/315 kB | 196/520 kB | 36 kB | 27 kB Progress (4): 278/315 kB | 200/520 kB | 36 kB | 27 kB Progress (4): 278/315 kB | 204/520 kB | 36 kB | 27 kB Progress (4): 278/315 kB | 208/520 kB | 36 kB | 27 kB Progress (4): 282/315 kB | 208/520 kB | 36 kB | 27 kB Progress (4): 282/315 kB | 212/520 kB | 36 kB | 27 kB Progress (4): 286/315 kB | 212/520 kB | 36 kB | 27 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/spice/model-builder/1.3/model-builder-1.3.jar (36 kB at 56 kB/s) Progress (3): 286/315 kB | 217/520 kB | 27 kB Progress (3): 290/315 kB | 217/520 kB | 27 kB Progress (3): 290/315 kB | 221/520 kB | 27 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/stax/stax-api/1.0.1/stax-api-1.0.1.jar (27 kB at 42 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-project-builder/3.0-alpha-2/maven-project-builder-3.0-alpha-2.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/3.0.4/maven-settings-3.0.4.jar Progress (2): 290/315 kB | 225/520 kB Progress (2): 294/315 kB | 225/520 kB Progress (2): 294/315 kB | 229/520 kB Progress (2): 298/315 kB | 229/520 kB Progress (2): 298/315 kB | 233/520 kB Progress (2): 303/315 kB | 233/520 kB Progress (2): 303/315 kB | 237/520 kB Progress (2): 307/315 kB | 237/520 kB Progress (2): 307/315 kB | 241/520 kB Progress (2): 311/315 kB | 241/520 kB Progress (2): 311/315 kB | 245/520 kB Progress (2): 315/315 kB | 245/520 kB Progress (2): 315 kB | 245/520 kB Progress (2): 315 kB | 249/520 kB Progress (2): 315 kB | 253/520 kB Progress (2): 315 kB | 258/520 kB Progress (2): 315 kB | 262/520 kB Progress (2): 315 kB | 266/520 kB Progress (2): 315 kB | 270/520 kB Progress (2): 315 kB | 274/520 kB Progress (2): 315 kB | 278/520 kB Progress (2): 315 kB | 282/520 kB Progress (2): 315 kB | 286/520 kB Progress (2): 315 kB | 290/520 kB Progress (2): 315 kB | 294/520 kB Progress (2): 315 kB | 298/520 kB Progress (2): 315 kB | 303/520 kB Progress (2): 315 kB | 307/520 kB Progress (2): 315 kB | 311/520 kB Progress (2): 315 kB | 315/520 kB Progress (2): 315 kB | 319/520 kB Progress (2): 315 kB | 323/520 kB Progress (2): 315 kB | 327/520 kB Progress (2): 315 kB | 331/520 kB Progress (2): 315 kB | 335/520 kB Progress (2): 315 kB | 339/520 kB Progress (2): 315 kB | 344/520 kB Progress (2): 315 kB | 348/520 kB Progress (2): 315 kB | 352/520 kB Progress (2): 315 kB | 356/520 kB Progress (2): 315 kB | 360/520 kB Progress (2): 315 kB | 364/520 kB Progress (2): 315 kB | 368/520 kB Progress (2): 315 kB | 372/520 kB Progress (2): 315 kB | 376/520 kB Progress (2): 315 kB | 380/520 kB Progress (2): 315 kB | 384/520 kB Progress (2): 315 kB | 389/520 kB Progress (2): 315 kB | 393/520 kB Progress (2): 315 kB | 397/520 kB Progress (2): 315 kB | 401/520 kB Progress (2): 315 kB | 405/520 kB Progress (2): 315 kB | 409/520 kB Progress (2): 315 kB | 413/520 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/junit/junit/4.12/junit-4.12.jar (315 kB at 485 kB/s) Progress (2): 413/520 kB | 4.1/47 kB Progress (2): 417/520 kB | 4.1/47 kB Progress (2): 417/520 kB | 7.7/47 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings-builder/3.0.4/maven-settings-builder-3.0.4.jar Progress (2): 417/520 kB | 12/47 kB Progress (2): 421/520 kB | 12/47 kB Progress (2): 421/520 kB | 16/47 kB Progress (3): 421/520 kB | 16/47 kB | 4.1/169 kB Progress (3): 425/520 kB | 16/47 kB | 4.1/169 kB Progress (3): 425/520 kB | 16/47 kB | 7.7/169 kB Progress (3): 425/520 kB | 16/47 kB | 12/169 kB Progress (3): 425/520 kB | 20/47 kB | 12/169 kB Progress (3): 425/520 kB | 20/47 kB | 16/169 kB Progress (3): 425/520 kB | 24/47 kB | 16/169 kB Progress (3): 430/520 kB | 24/47 kB | 16/169 kB Progress (3): 430/520 kB | 28/47 kB | 16/169 kB Progress (3): 434/520 kB | 28/47 kB | 16/169 kB Progress (3): 434/520 kB | 28/47 kB | 20/169 kB Progress (3): 434/520 kB | 32/47 kB | 20/169 kB Progress (3): 434/520 kB | 32/47 kB | 24/169 kB Progress (3): 438/520 kB | 32/47 kB | 24/169 kB Progress (3): 438/520 kB | 32/47 kB | 28/169 kB Progress (3): 442/520 kB | 32/47 kB | 28/169 kB Progress (3): 442/520 kB | 32/47 kB | 32/169 kB Progress (3): 442/520 kB | 36/47 kB | 32/169 kB Progress (3): 442/520 kB | 40/47 kB | 32/169 kB Progress (3): 442/520 kB | 45/47 kB | 32/169 kB Progress (3): 446/520 kB | 45/47 kB | 32/169 kB Progress (3): 446/520 kB | 47 kB | 32/169 kB Progress (3): 446/520 kB | 47 kB | 36/169 kB Progress (3): 450/520 kB | 47 kB | 36/169 kB Progress (3): 450/520 kB | 47 kB | 40/169 kB Progress (3): 454/520 kB | 47 kB | 40/169 kB Progress (3): 454/520 kB | 47 kB | 45/169 kB Progress (3): 458/520 kB | 47 kB | 45/169 kB Progress (3): 458/520 kB | 47 kB | 49/169 kB Progress (3): 462/520 kB | 47 kB | 49/169 kB Progress (3): 462/520 kB | 47 kB | 53/169 kB Progress (3): 466/520 kB | 47 kB | 53/169 kB Progress (3): 466/520 kB | 47 kB | 57/169 kB Progress (3): 471/520 kB | 47 kB | 57/169 kB Progress (3): 471/520 kB | 47 kB | 61/169 kB Progress (3): 475/520 kB | 47 kB | 61/169 kB Progress (3): 475/520 kB | 47 kB | 65/169 kB Progress (3): 479/520 kB | 47 kB | 65/169 kB Progress (3): 479/520 kB | 47 kB | 69/169 kB Progress (3): 483/520 kB | 47 kB | 69/169 kB Progress (3): 483/520 kB | 47 kB | 73/169 kB Progress (3): 487/520 kB | 47 kB | 73/169 kB Progress (3): 487/520 kB | 47 kB | 77/169 kB Progress (3): 491/520 kB | 47 kB | 77/169 kB Progress (3): 491/520 kB | 47 kB | 81/169 kB Progress (3): 495/520 kB | 47 kB | 81/169 kB Progress (3): 495/520 kB | 47 kB | 85/169 kB Progress (3): 499/520 kB | 47 kB | 85/169 kB Progress (3): 499/520 kB | 47 kB | 90/169 kB Progress (3): 503/520 kB | 47 kB | 90/169 kB Progress (3): 503/520 kB | 47 kB | 94/169 kB Progress (3): 507/520 kB | 47 kB | 94/169 kB Progress (3): 507/520 kB | 47 kB | 98/169 kB Progress (3): 511/520 kB | 47 kB | 98/169 kB Progress (3): 516/520 kB | 47 kB | 98/169 kB Progress (3): 516/520 kB | 47 kB | 102/169 kB Progress (3): 516/520 kB | 47 kB | 106/169 kB Progress (3): 516/520 kB | 47 kB | 110/169 kB Progress (3): 516/520 kB | 47 kB | 114/169 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/3.0.4/maven-settings-3.0.4.jar (47 kB at 70 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-component-annotations/1.5.5/plexus-component-annotations-1.5.5.jar Progress (2): 520/520 kB | 114/169 kB Progress (2): 520 kB | 114/169 kB Progress (2): 520 kB | 118/169 kB Progress (2): 520 kB | 122/169 kB Progress (2): 520 kB | 126/169 kB Progress (2): 520 kB | 131/169 kB Progress (2): 520 kB | 135/169 kB Progress (2): 520 kB | 139/169 kB Progress (2): 520 kB | 143/169 kB Progress (2): 520 kB | 147/169 kB Progress (2): 520 kB | 151/169 kB Progress (2): 520 kB | 155/169 kB Progress (2): 520 kB | 159/169 kB Progress (2): 520 kB | 163/169 kB Progress (3): 520 kB | 163/169 kB | 4.1/41 kB Progress (3): 520 kB | 167/169 kB | 4.1/41 kB Progress (3): 520 kB | 167/169 kB | 7.7/41 kB Progress (3): 520 kB | 169 kB | 7.7/41 kB Progress (3): 520 kB | 169 kB | 12/41 kB Progress (3): 520 kB | 169 kB | 16/41 kB Progress (3): 520 kB | 169 kB | 20/41 kB Progress (3): 520 kB | 169 kB | 24/41 kB Progress (3): 520 kB | 169 kB | 28/41 kB Progress (3): 520 kB | 169 kB | 32/41 kB Progress (3): 520 kB | 169 kB | 36/41 kB Progress (3): 520 kB | 169 kB | 40/41 kB Progress (3): 520 kB | 169 kB | 41 kB Progress (4): 520 kB | 169 kB | 41 kB | 4.1/4.2 kB Progress (4): 520 kB | 169 kB | 41 kB | 4.2 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-component-annotations/1.5.5/plexus-component-annotations-1.5.5.jar (4.2 kB at 5.8 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plexus/plexus-cipher/1.4/plexus-cipher-1.4.jar Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-project-builder/3.0-alpha-2/maven-project-builder-3.0-alpha-2.jar (169 kB at 230 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/spring-core/3.1.3.RELEASE/spring-core-3.1.3.RELEASE.jar Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/woodstox/wstx-asl/3.2.6/wstx-asl-3.2.6.jar (520 kB at 706 kB/s) Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings-builder/3.0.4/maven-settings-builder-3.0.4.jar (41 kB at 56 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-logging/commons-logging/1.1.1/commons-logging-1.1.1.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/spring-asm/3.1.3.RELEASE/spring-asm-3.1.3.RELEASE.jar Progress (1): 4.1/13 kB Progress (1): 7.7/13 kB Progress (1): 12/13 kB Progress (1): 13 kB Progress (2): 13 kB | 4.1/61 kB Progress (2): 13 kB | 7.7/61 kB Progress (2): 13 kB | 12/61 kB Progress (2): 13 kB | 16/61 kB Progress (2): 13 kB | 20/61 kB Progress (2): 13 kB | 24/61 kB Progress (2): 13 kB | 28/61 kB Progress (2): 13 kB | 32/61 kB Progress (2): 13 kB | 36/61 kB Progress (2): 13 kB | 40/61 kB Progress (2): 13 kB | 45/61 kB Progress (2): 13 kB | 49/61 kB Progress (2): 13 kB | 53/61 kB Progress (2): 13 kB | 57/61 kB Progress (2): 13 kB | 61 kB Progress (3): 13 kB | 61 kB | 4.1/53 kB Progress (3): 13 kB | 61 kB | 7.7/53 kB Progress (3): 13 kB | 61 kB | 12/53 kB Progress (3): 13 kB | 61 kB | 16/53 kB Progress (3): 13 kB | 61 kB | 20/53 kB Progress (3): 13 kB | 61 kB | 24/53 kB Progress (3): 13 kB | 61 kB | 28/53 kB Progress (3): 13 kB | 61 kB | 32/53 kB Progress (3): 13 kB | 61 kB | 36/53 kB Progress (3): 13 kB | 61 kB | 40/53 kB Progress (3): 13 kB | 61 kB | 45/53 kB Progress (3): 13 kB | 61 kB | 49/53 kB Progress (3): 13 kB | 61 kB | 53/53 kB Progress (3): 13 kB | 61 kB | 53 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-logging/commons-logging/1.1.1/commons-logging-1.1.1.jar (61 kB at 80 kB/s) Progress (3): 13 kB | 53 kB | 4.1/451 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/mycila/mycila-xmltool/4.4.ga/mycila-xmltool-4.4.ga.jar Progress (3): 13 kB | 53 kB | 7.7/451 kB Progress (3): 13 kB | 53 kB | 12/451 kB Progress (3): 13 kB | 53 kB | 16/451 kB Progress (3): 13 kB | 53 kB | 20/451 kB Progress (3): 13 kB | 53 kB | 24/451 kB Progress (3): 13 kB | 53 kB | 28/451 kB Progress (3): 13 kB | 53 kB | 32/451 kB Progress (3): 13 kB | 53 kB | 36/451 kB Progress (3): 13 kB | 53 kB | 40/451 kB Progress (3): 13 kB | 53 kB | 45/451 kB Progress (3): 13 kB | 53 kB | 49/451 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plexus/plexus-cipher/1.4/plexus-cipher-1.4.jar (13 kB at 18 kB/s) Progress (2): 53 kB | 53/451 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-pool2/2.2/commons-pool2-2.2.jar Progress (2): 53 kB | 57/451 kB Progress (2): 53 kB | 61/451 kB Progress (2): 53 kB | 65/451 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/spring-asm/3.1.3.RELEASE/spring-asm-3.1.3.RELEASE.jar (53 kB at 69 kB/s) Progress (1): 69/451 kB Progress (1): 73/451 kB Progress (1): 77/451 kB Progress (1): 81/451 kB Progress (1): 85/451 kB Progress (1): 90/451 kB Progress (1): 94/451 kB Progress (1): 98/451 kB Progress (1): 102/451 kB Progress (1): 106/451 kB Progress (1): 110/451 kB Progress (1): 114/451 kB Progress (1): 118/451 kB Progress (1): 122/451 kB Progress (1): 126/451 kB Progress (1): 131/451 kB Progress (1): 135/451 kB Progress (1): 139/451 kB Progress (1): 143/451 kB Progress (1): 147/451 kB Progress (1): 151/451 kB Progress (1): 155/451 kB Progress (1): 159/451 kB Progress (1): 163/451 kB Progress (1): 167/451 kB Progress (1): 171/451 kB Progress (1): 176/451 kB Progress (1): 180/451 kB Progress (1): 184/451 kB Progress (1): 188/451 kB Progress (1): 192/451 kB Progress (1): 196/451 kB Progress (1): 200/451 kB Progress (1): 204/451 kB Progress (1): 208/451 kB Progress (1): 212/451 kB Progress (1): 217/451 kB Progress (1): 221/451 kB Progress (1): 225/451 kB Progress (1): 229/451 kB Progress (2): 229/451 kB | 4.1/60 kB Progress (2): 233/451 kB | 4.1/60 kB Progress (2): 233/451 kB | 7.7/60 kB Progress (2): 237/451 kB | 7.7/60 kB Progress (2): 237/451 kB | 12/60 kB Progress (2): 241/451 kB | 12/60 kB Progress (2): 241/451 kB | 16/60 kB Progress (2): 245/451 kB | 16/60 kB Progress (2): 245/451 kB | 20/60 kB Progress (2): 245/451 kB | 24/60 kB Progress (2): 245/451 kB | 28/60 kB Progress (2): 249/451 kB | 28/60 kB Progress (2): 249/451 kB | 32/60 kB Progress (3): 249/451 kB | 32/60 kB | 4.1/108 kB Progress (3): 253/451 kB | 32/60 kB | 4.1/108 kB Progress (3): 253/451 kB | 32/60 kB | 7.7/108 kB Progress (3): 258/451 kB | 32/60 kB | 7.7/108 kB Progress (3): 258/451 kB | 32/60 kB | 12/108 kB Progress (3): 262/451 kB | 32/60 kB | 12/108 kB Progress (3): 262/451 kB | 32/60 kB | 16/108 kB Progress (3): 262/451 kB | 36/60 kB | 16/108 kB Progress (3): 262/451 kB | 40/60 kB | 16/108 kB Progress (3): 266/451 kB | 40/60 kB | 16/108 kB Progress (3): 266/451 kB | 45/60 kB | 16/108 kB Progress (3): 270/451 kB | 45/60 kB | 16/108 kB Progress (3): 270/451 kB | 49/60 kB | 16/108 kB Progress (3): 274/451 kB | 49/60 kB | 16/108 kB Progress (3): 274/451 kB | 49/60 kB | 20/108 kB Progress (3): 278/451 kB | 49/60 kB | 20/108 kB Progress (3): 278/451 kB | 49/60 kB | 24/108 kB Progress (3): 278/451 kB | 53/60 kB | 24/108 kB Progress (3): 278/451 kB | 53/60 kB | 28/108 kB Progress (3): 278/451 kB | 57/60 kB | 28/108 kB Progress (3): 282/451 kB | 57/60 kB | 28/108 kB Progress (3): 282/451 kB | 57/60 kB | 32/108 kB Progress (3): 286/451 kB | 57/60 kB | 32/108 kB Progress (3): 286/451 kB | 60 kB | 32/108 kB Progress (3): 290/451 kB | 60 kB | 32/108 kB Progress (3): 294/451 kB | 60 kB | 32/108 kB Progress (3): 294/451 kB | 60 kB | 36/108 kB Progress (3): 294/451 kB | 60 kB | 40/108 kB Progress (3): 298/451 kB | 60 kB | 40/108 kB Progress (3): 298/451 kB | 60 kB | 45/108 kB Progress (3): 303/451 kB | 60 kB | 45/108 kB Progress (3): 303/451 kB | 60 kB | 49/108 kB Progress (3): 307/451 kB | 60 kB | 49/108 kB Progress (3): 311/451 kB | 60 kB | 49/108 kB Progress (3): 311/451 kB | 60 kB | 53/108 kB Progress (3): 311/451 kB | 60 kB | 57/108 kB Progress (3): 315/451 kB | 60 kB | 57/108 kB Progress (3): 315/451 kB | 60 kB | 61/108 kB Progress (3): 319/451 kB | 60 kB | 61/108 kB Progress (3): 319/451 kB | 60 kB | 65/108 kB Progress (3): 323/451 kB | 60 kB | 65/108 kB Progress (3): 327/451 kB | 60 kB | 65/108 kB Progress (3): 327/451 kB | 60 kB | 69/108 kB Progress (3): 327/451 kB | 60 kB | 73/108 kB Progress (3): 331/451 kB | 60 kB | 73/108 kB Progress (3): 331/451 kB | 60 kB | 77/108 kB Progress (3): 335/451 kB | 60 kB | 77/108 kB Progress (3): 335/451 kB | 60 kB | 81/108 kB Progress (3): 339/451 kB | 60 kB | 81/108 kB Progress (3): 344/451 kB | 60 kB | 81/108 kB Progress (3): 344/451 kB | 60 kB | 85/108 kB Progress (3): 344/451 kB | 60 kB | 90/108 kB Progress (3): 348/451 kB | 60 kB | 90/108 kB Progress (3): 348/451 kB | 60 kB | 94/108 kB Progress (3): 352/451 kB | 60 kB | 94/108 kB Progress (3): 352/451 kB | 60 kB | 98/108 kB Progress (3): 356/451 kB | 60 kB | 98/108 kB Progress (3): 360/451 kB | 60 kB | 98/108 kB Progress (3): 360/451 kB | 60 kB | 102/108 kB Progress (3): 360/451 kB | 60 kB | 106/108 kB Progress (3): 360/451 kB | 60 kB | 108 kB Progress (3): 364/451 kB | 60 kB | 108 kB Progress (3): 368/451 kB | 60 kB | 108 kB Progress (3): 372/451 kB | 60 kB | 108 kB Progress (3): 376/451 kB | 60 kB | 108 kB Progress (3): 380/451 kB | 60 kB | 108 kB Progress (3): 384/451 kB | 60 kB | 108 kB Progress (3): 389/451 kB | 60 kB | 108 kB Progress (3): 393/451 kB | 60 kB | 108 kB Progress (3): 397/451 kB | 60 kB | 108 kB Progress (3): 401/451 kB | 60 kB | 108 kB Progress (3): 405/451 kB | 60 kB | 108 kB Progress (3): 409/451 kB | 60 kB | 108 kB Progress (3): 413/451 kB | 60 kB | 108 kB Progress (3): 417/451 kB | 60 kB | 108 kB Progress (3): 421/451 kB | 60 kB | 108 kB Progress (3): 425/451 kB | 60 kB | 108 kB Progress (3): 430/451 kB | 60 kB | 108 kB Progress (3): 434/451 kB | 60 kB | 108 kB Progress (3): 438/451 kB | 60 kB | 108 kB Progress (3): 442/451 kB | 60 kB | 108 kB Progress (3): 446/451 kB | 60 kB | 108 kB Progress (3): 450/451 kB | 60 kB | 108 kB Progress (3): 451 kB | 60 kB | 108 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-pool2/2.2/commons-pool2-2.2.jar (108 kB at 129 kB/s) Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/spring-core/3.1.3.RELEASE/spring-core-3.1.3.RELEASE.jar (451 kB at 532 kB/s) Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/mycila/mycila-xmltool/4.4.ga/mycila-xmltool-4.4.ga.jar (60 kB at 71 kB/s) Progress (1): 4.1/502 kB Progress (1): 7.7/502 kB Progress (1): 12/502 kB Progress (1): 16/502 kB Progress (1): 20/502 kB Progress (1): 24/502 kB Progress (1): 28/502 kB Progress (1): 32/502 kB Progress (1): 36/502 kB Progress (1): 40/502 kB Progress (1): 45/502 kB Progress (1): 49/502 kB Progress (1): 53/502 kB Progress (1): 57/502 kB Progress (1): 61/502 kB Progress (1): 65/502 kB Progress (1): 69/502 kB Progress (1): 73/502 kB Progress (1): 77/502 kB Progress (1): 81/502 kB Progress (1): 85/502 kB Progress (1): 90/502 kB Progress (1): 94/502 kB Progress (1): 98/502 kB Progress (1): 102/502 kB Progress (1): 106/502 kB Progress (1): 110/502 kB Progress (1): 114/502 kB Progress (1): 118/502 kB Progress (1): 122/502 kB Progress (1): 126/502 kB Progress (1): 131/502 kB Progress (1): 135/502 kB Progress (1): 139/502 kB Progress (1): 143/502 kB Progress (1): 147/502 kB Progress (1): 151/502 kB Progress (1): 155/502 kB Progress (1): 159/502 kB Progress (1): 163/502 kB Progress (1): 167/502 kB Progress (1): 171/502 kB Progress (1): 176/502 kB Progress (1): 180/502 kB Progress (1): 184/502 kB Progress (1): 188/502 kB Progress (1): 192/502 kB Progress (1): 196/502 kB Progress (1): 200/502 kB Progress (1): 204/502 kB Progress (1): 208/502 kB Progress (1): 212/502 kB Progress (1): 217/502 kB Progress (1): 221/502 kB Progress (1): 225/502 kB Progress (1): 229/502 kB Progress (1): 233/502 kB Progress (1): 237/502 kB Progress (1): 241/502 kB Progress (1): 245/502 kB Progress (1): 249/502 kB Progress (1): 253/502 kB Progress (1): 258/502 kB Progress (1): 262/502 kB Progress (1): 266/502 kB Progress (1): 270/502 kB Progress (1): 274/502 kB Progress (1): 278/502 kB Progress (1): 282/502 kB Progress (1): 286/502 kB Progress (1): 290/502 kB Progress (1): 294/502 kB Progress (1): 298/502 kB Progress (1): 303/502 kB Progress (1): 307/502 kB Progress (1): 311/502 kB Progress (1): 315/502 kB Progress (1): 319/502 kB Progress (1): 323/502 kB Progress (1): 327/502 kB Progress (1): 331/502 kB Progress (1): 335/502 kB Progress (1): 339/502 kB Progress (1): 344/502 kB Progress (1): 348/502 kB Progress (1): 352/502 kB Progress (1): 356/502 kB Progress (1): 360/502 kB Progress (1): 364/502 kB Progress (1): 368/502 kB Progress (1): 372/502 kB Progress (1): 376/502 kB Progress (1): 380/502 kB Progress (1): 384/502 kB Progress (1): 389/502 kB Progress (1): 393/502 kB Progress (1): 397/502 kB Progress (1): 401/502 kB Progress (1): 405/502 kB Progress (1): 409/502 kB Progress (1): 413/502 kB Progress (1): 417/502 kB Progress (1): 421/502 kB Progress (1): 425/502 kB Progress (1): 430/502 kB Progress (1): 434/502 kB Progress (1): 438/502 kB Progress (1): 442/502 kB Progress (1): 446/502 kB Progress (1): 450/502 kB Progress (1): 454/502 kB Progress (1): 458/502 kB Progress (1): 462/502 kB Progress (1): 466/502 kB Progress (1): 471/502 kB Progress (1): 475/502 kB Progress (1): 479/502 kB Progress (1): 483/502 kB Progress (1): 487/502 kB Progress (1): 491/502 kB Progress (1): 495/502 kB Progress (1): 499/502 kB Progress (1): 502 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/code/google-collections/google-collect/snapshot-20080530/google-collect-snapshot-20080530.jar (502 kB at 325 kB/s) [INFO] Checking licenses... [WARNING] Property 'strictCheck' is not enabled. Please consider adding true in your pom.xml file. [WARNING] See http://mycila.github.io/license-maven-plugin for more information. [INFO] [INFO] ------------------< org.polarsys.esf:esf-infra.core >------------------- [INFO] Building ESF Core 0.7.0-SNAPSHOT [2/28] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ esf-infra.core --- [INFO] [INFO] --- license-maven-plugin:2.11:check (default) @ esf-infra.core --- [INFO] Checking licenses... [WARNING] Property 'strictCheck' is not enabled. Please consider adding true in your pom.xml file. [WARNING] See http://mycila.github.io/license-maven-plugin for more information. [INFO] [INFO] --------------< org.polarsys.esf:esf-infra.core.diagram >--------------- [INFO] Building ESF Diagram 0.7.0-SNAPSHOT [3/28] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ esf-infra.core.diagram --- [INFO] [INFO] --- license-maven-plugin:2.11:check (default) @ esf-infra.core.diagram --- [INFO] Checking licenses... [WARNING] Property 'strictCheck' is not enabled. Please consider adding true in your pom.xml file. [WARNING] See http://mycila.github.io/license-maven-plugin for more information. [INFO] [INFO] -----------< org.polarsys.esf:org.polarsys.esf.core.common >------------ [INFO] Building org.polarsys.esf.core.common 0.7.0-SNAPSHOT [4/28] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.esf.core.common --- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier (default-build-qualifier) @ org.polarsys.esf.core.common --- [INFO] The project's OSGi version is 0.7.0.202005280741 [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.polarsys.esf.core.common --- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.polarsys.esf.core.common --- [INFO] [INFO] --- license-maven-plugin:2.11:check (default) @ org.polarsys.esf.core.common --- [INFO] Checking licenses... [WARNING] Property 'strictCheck' is not enabled. Please consider adding true in your pom.xml file. [WARNING] See http://mycila.github.io/license-maven-plugin for more information. [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.esf.core.common --- Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-project/2.0.6/maven-project-2.0.6.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-project/2.0.6/maven-project-2.0.6.pom Progress (1): 2.6 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-project/2.0.6/maven-project-2.0.6.pom (2.6 kB at 176 kB/s) Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-settings/2.0.6/maven-settings-2.0.6.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/2.0.6/maven-settings-2.0.6.pom Progress (1): 2.0 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/2.0.6/maven-settings-2.0.6.pom (2.0 kB at 200 kB/s) Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-model/2.0.6/maven-model-2.0.6.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/2.0.6/maven-model-2.0.6.pom Progress (1): 3.0 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/2.0.6/maven-model-2.0.6.pom (3.0 kB at 1.0 MB/s) Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-utils/1.4.1/plexus-utils-1.4.1.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.4.1/plexus-utils-1.4.1.pom Progress (1): 1.9 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.4.1/plexus-utils-1.4.1.pom (1.9 kB at 212 kB/s) Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-container-default/1.0-alpha-9-stable-1/plexus-container-default-1.0-alpha-9-stable-1.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-container-default/1.0-alpha-9-stable-1/plexus-container-default-1.0-alpha-9-stable-1.pom Progress (1): 3.9 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-container-default/1.0-alpha-9-stable-1/plexus-container-default-1.0-alpha-9-stable-1.pom (3.9 kB at 49 kB/s) Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-containers/1.0.3/plexus-containers-1.0.3.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-containers/1.0.3/plexus-containers-1.0.3.pom Progress (1): 492 B Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-containers/1.0.3/plexus-containers-1.0.3.pom (492 B at 6.6 kB/s) Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus/1.0.4/plexus-1.0.4.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/1.0.4/plexus-1.0.4.pom Progress (1): 4.1 kB Progress (1): 5.7 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/1.0.4/plexus-1.0.4.pom (5.7 kB at 79 kB/s) Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/junit/junit/3.8.1/junit-3.8.1.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/junit/junit/3.8.1/junit-3.8.1.pom Progress (1): 998 B Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/junit/junit/3.8.1/junit-3.8.1.pom (998 B at 55 kB/s) Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-utils/1.0.4/plexus-utils-1.0.4.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.0.4/plexus-utils-1.0.4.pom Progress (1): 4.1 kB Progress (1): 6.9 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.0.4/plexus-utils-1.0.4.pom (6.9 kB at 298 kB/s) Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/classworlds/classworlds/1.1-alpha-2/classworlds-1.1-alpha-2.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/classworlds/classworlds/1.1-alpha-2/classworlds-1.1-alpha-2.pom Progress (1): 3.1 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/classworlds/classworlds/1.1-alpha-2/classworlds-1.1-alpha-2.pom (3.1 kB at 43 kB/s) Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-profile/2.0.6/maven-profile-2.0.6.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-profile/2.0.6/maven-profile-2.0.6.pom Progress (1): 2.0 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-profile/2.0.6/maven-profile-2.0.6.pom (2.0 kB at 104 kB/s) Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-artifact-manager/2.0.6/maven-artifact-manager-2.0.6.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact-manager/2.0.6/maven-artifact-manager-2.0.6.pom Progress (1): 2.6 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact-manager/2.0.6/maven-artifact-manager-2.0.6.pom (2.6 kB at 175 kB/s) Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-repository-metadata/2.0.6/maven-repository-metadata-2.0.6.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/2.0.6/maven-repository-metadata-2.0.6.pom Progress (1): 1.9 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/2.0.6/maven-repository-metadata-2.0.6.pom (1.9 kB at 69 kB/s) Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-artifact/2.0.6/maven-artifact-2.0.6.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/2.0.6/maven-artifact-2.0.6.pom Progress (1): 1.6 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/2.0.6/maven-artifact-2.0.6.pom (1.6 kB at 79 kB/s) Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-plugin-registry/2.0.6/maven-plugin-registry-2.0.6.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-registry/2.0.6/maven-plugin-registry-2.0.6.pom Progress (1): 1.9 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-registry/2.0.6/maven-plugin-registry-2.0.6.pom (1.9 kB at 122 kB/s) Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-core/2.0.6/maven-core-2.0.6.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/2.0.6/maven-core-2.0.6.pom Progress (1): 4.1 kB Progress (1): 6.7 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/2.0.6/maven-core-2.0.6.pom (6.7 kB at 268 kB/s) Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-plugin-parameter-documenter/2.0.6/maven-plugin-parameter-documenter-2.0.6.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-parameter-documenter/2.0.6/maven-plugin-parameter-documenter-2.0.6.pom Progress (1): 1.9 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-parameter-documenter/2.0.6/maven-plugin-parameter-documenter-2.0.6.pom (1.9 kB at 80 kB/s) Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/reporting/maven-reporting-api/2.0.6/maven-reporting-api-2.0.6.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting-api/2.0.6/maven-reporting-api-2.0.6.pom Progress (1): 1.8 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting-api/2.0.6/maven-reporting-api-2.0.6.pom (1.8 kB at 55 kB/s) Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/reporting/maven-reporting/2.0.6/maven-reporting-2.0.6.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting/2.0.6/maven-reporting-2.0.6.pom Progress (1): 1.4 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting/2.0.6/maven-reporting-2.0.6.pom (1.4 kB at 60 kB/s) Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/doxia/doxia-sink-api/1.0-alpha-7/doxia-sink-api-1.0-alpha-7.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-sink-api/1.0-alpha-7/doxia-sink-api-1.0-alpha-7.pom Progress (1): 424 B Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-sink-api/1.0-alpha-7/doxia-sink-api-1.0-alpha-7.pom (424 B at 16 kB/s) Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/doxia/doxia/1.0-alpha-7/doxia-1.0-alpha-7.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia/1.0-alpha-7/doxia-1.0-alpha-7.pom Progress (1): 3.9 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia/1.0-alpha-7/doxia-1.0-alpha-7.pom (3.9 kB at 130 kB/s) Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-error-diagnostics/2.0.6/maven-error-diagnostics-2.0.6.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-error-diagnostics/2.0.6/maven-error-diagnostics-2.0.6.pom Progress (1): 1.7 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-error-diagnostics/2.0.6/maven-error-diagnostics-2.0.6.pom (1.7 kB at 85 kB/s) Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/commons-cli/commons-cli/1.0/commons-cli-1.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-cli/commons-cli/1.0/commons-cli-1.0.pom Progress (1): 2.1 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-cli/commons-cli/1.0/commons-cli-1.0.pom (2.1 kB at 49 kB/s) Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-plugin-descriptor/2.0.6/maven-plugin-descriptor-2.0.6.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-descriptor/2.0.6/maven-plugin-descriptor-2.0.6.pom Progress (1): 2.0 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-descriptor/2.0.6/maven-plugin-descriptor-2.0.6.pom (2.0 kB at 75 kB/s) Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-interactivity-api/1.0-alpha-4/plexus-interactivity-api-1.0-alpha-4.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interactivity-api/1.0-alpha-4/plexus-interactivity-api-1.0-alpha-4.pom Progress (1): 4.1 kB Progress (1): 7.1 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interactivity-api/1.0-alpha-4/plexus-interactivity-api-1.0-alpha-4.pom (7.1 kB at 215 kB/s) Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-monitor/2.0.6/maven-monitor-2.0.6.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-monitor/2.0.6/maven-monitor-2.0.6.pom Progress (1): 1.3 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-monitor/2.0.6/maven-monitor-2.0.6.pom (1.3 kB at 52 kB/s) Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/classworlds/classworlds/1.1/classworlds-1.1.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/classworlds/classworlds/1.1/classworlds-1.1.pom Progress (1): 3.3 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/classworlds/classworlds/1.1/classworlds-1.1.pom (3.3 kB at 58 kB/s) Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-utils/2.0.5/plexus-utils-2.0.5.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/2.0.5/plexus-utils-2.0.5.pom Progress (1): 3.3 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/2.0.5/plexus-utils-2.0.5.pom (3.3 kB at 128 kB/s) Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/shared/maven-filtering/1.0-beta-4/maven-filtering-1.0-beta-4.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-filtering/1.0-beta-4/maven-filtering-1.0-beta-4.pom Progress (1): 4.1 kB Progress (1): 4.7 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-filtering/1.0-beta-4/maven-filtering-1.0-beta-4.pom (4.7 kB at 111 kB/s) Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/shared/maven-shared-components/15/maven-shared-components-15.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-components/15/maven-shared-components-15.pom Progress (1): 4.1 kB Progress (1): 8.2 kB Progress (1): 9.3 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-components/15/maven-shared-components-15.pom (9.3 kB at 207 kB/s) Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-utils/1.5.15/plexus-utils-1.5.15.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.5.15/plexus-utils-1.5.15.pom Progress (1): 4.1 kB Progress (1): 6.8 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.5.15/plexus-utils-1.5.15.pom (6.8 kB at 149 kB/s) Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-interpolation/1.12/plexus-interpolation-1.12.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.12/plexus-interpolation-1.12.pom Progress (1): 889 B Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.12/plexus-interpolation-1.12.pom (889 B at 27 kB/s) Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/plexus/plexus-build-api/0.0.4/plexus-build-api-0.0.4.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plexus/plexus-build-api/0.0.4/plexus-build-api-0.0.4.pom Progress (1): 2.9 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plexus/plexus-build-api/0.0.4/plexus-build-api-0.0.4.pom (2.9 kB at 75 kB/s) Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-utils/1.5.8/plexus-utils-1.5.8.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.5.8/plexus-utils-1.5.8.pom Progress (1): 4.1 kB Progress (1): 8.1 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.5.8/plexus-utils-1.5.8.pom (8.1 kB at 218 kB/s) Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-interpolation/1.13/plexus-interpolation-1.13.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.13/plexus-interpolation-1.13.pom Progress (1): 890 B Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.13/plexus-interpolation-1.13.pom (890 B at 40 kB/s) Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-components/1.1.15/plexus-components-1.1.15.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-components/1.1.15/plexus-components-1.1.15.pom Progress (1): 2.8 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-components/1.1.15/plexus-components-1.1.15.pom (2.8 kB at 168 kB/s) Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus/2.0.3/plexus-2.0.3.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/2.0.3/plexus-2.0.3.pom Progress (1): 4.1 kB Progress (1): 8.2 kB Progress (1): 12 kB Progress (1): 15 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/2.0.3/plexus-2.0.3.pom (15 kB at 442 kB/s) Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-project/2.0.6/maven-project-2.0.6.jar Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-artifact-manager/2.0.6/maven-artifact-manager-2.0.6.jar Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-profile/2.0.6/maven-profile-2.0.6.jar Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-core/2.0.6/maven-core-2.0.6.jar Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-plugin-registry/2.0.6/maven-plugin-registry-2.0.6.jar Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-plugin-parameter-documenter/2.0.6/maven-plugin-parameter-documenter-2.0.6.jar Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/reporting/maven-reporting-api/2.0.6/maven-reporting-api-2.0.6.jar Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/doxia/doxia-sink-api/1.0-alpha-7/doxia-sink-api-1.0-alpha-7.jar Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-repository-metadata/2.0.6/maven-repository-metadata-2.0.6.jar Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-error-diagnostics/2.0.6/maven-error-diagnostics-2.0.6.jar Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/commons-cli/commons-cli/1.0/commons-cli-1.0.jar Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-plugin-descriptor/2.0.6/maven-plugin-descriptor-2.0.6.jar Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-interactivity-api/1.0-alpha-4/plexus-interactivity-api-1.0-alpha-4.jar Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/classworlds/classworlds/1.1/classworlds-1.1.jar Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-artifact/2.0.6/maven-artifact-2.0.6.jar Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-settings/2.0.6/maven-settings-2.0.6.jar Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-model/2.0.6/maven-model-2.0.6.jar Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-monitor/2.0.6/maven-monitor-2.0.6.jar Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-container-default/1.0-alpha-9-stable-1/plexus-container-default-1.0-alpha-9-stable-1.jar Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/junit/junit/3.8.1/junit-3.8.1.jar Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-utils/2.0.5/plexus-utils-2.0.5.jar Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/shared/maven-filtering/1.0-beta-4/maven-filtering-1.0-beta-4.jar Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/plexus/plexus-build-api/0.0.4/plexus-build-api-0.0.4.jar Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-interpolation/1.13/plexus-interpolation-1.13.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-project/2.0.6/maven-project-2.0.6.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/2.0.6/maven-core-2.0.6.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-registry/2.0.6/maven-plugin-registry-2.0.6.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact-manager/2.0.6/maven-artifact-manager-2.0.6.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-profile/2.0.6/maven-profile-2.0.6.jar Progress (1): 4.1/29 kB Progress (1): 7.7/29 kB Progress (1): 12/29 kB Progress (1): 16/29 kB Progress (2): 16/29 kB | 4.1/35 kB Progress (2): 16/29 kB | 7.7/35 kB Progress (2): 16/29 kB | 12/35 kB Progress (2): 20/29 kB | 12/35 kB Progress (2): 20/29 kB | 16/35 kB Progress (2): 24/29 kB | 16/35 kB Progress (2): 28/29 kB | 16/35 kB Progress (2): 29 kB | 16/35 kB Progress (2): 29 kB | 20/35 kB Progress (2): 29 kB | 24/35 kB Progress (2): 29 kB | 28/35 kB Progress (2): 29 kB | 32/35 kB Progress (2): 29 kB | 35 kB Progress (3): 29 kB | 35 kB | 4.1/116 kB Progress (3): 29 kB | 35 kB | 7.7/116 kB Progress (4): 29 kB | 35 kB | 7.7/116 kB | 4.1/152 kB Progress (4): 29 kB | 35 kB | 12/116 kB | 4.1/152 kB Progress (4): 29 kB | 35 kB | 12/116 kB | 7.7/152 kB Progress (4): 29 kB | 35 kB | 16/116 kB | 7.7/152 kB Progress (4): 29 kB | 35 kB | 16/116 kB | 12/152 kB Progress (4): 29 kB | 35 kB | 16/116 kB | 16/152 kB Progress (4): 29 kB | 35 kB | 20/116 kB | 16/152 kB Progress (4): 29 kB | 35 kB | 24/116 kB | 16/152 kB Progress (4): 29 kB | 35 kB | 28/116 kB | 16/152 kB Progress (4): 29 kB | 35 kB | 28/116 kB | 20/152 kB Progress (4): 29 kB | 35 kB | 32/116 kB | 20/152 kB Progress (4): 29 kB | 35 kB | 32/116 kB | 24/152 kB Progress (4): 29 kB | 35 kB | 32/116 kB | 28/152 kB Progress (4): 29 kB | 35 kB | 32/116 kB | 32/152 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-registry/2.0.6/maven-plugin-registry-2.0.6.jar (29 kB at 526 kB/s) Progress (3): 35 kB | 32/116 kB | 36/152 kB Progress (3): 35 kB | 36/116 kB | 36/152 kB Progress (3): 35 kB | 36/116 kB | 40/152 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-parameter-documenter/2.0.6/maven-plugin-parameter-documenter-2.0.6.jar Progress (3): 35 kB | 36/116 kB | 45/152 kB Progress (3): 35 kB | 40/116 kB | 45/152 kB Progress (3): 35 kB | 40/116 kB | 49/152 kB Progress (3): 35 kB | 45/116 kB | 49/152 kB Progress (3): 35 kB | 49/116 kB | 49/152 kB Progress (3): 35 kB | 49/116 kB | 53/152 kB Progress (3): 35 kB | 49/116 kB | 57/152 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-profile/2.0.6/maven-profile-2.0.6.jar (35 kB at 618 kB/s) Progress (2): 53/116 kB | 57/152 kB Progress (2): 53/116 kB | 61/152 kB Progress (2): 57/116 kB | 61/152 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting-api/2.0.6/maven-reporting-api-2.0.6.jar Progress (2): 61/116 kB | 61/152 kB Progress (2): 61/116 kB | 65/152 kB Progress (2): 65/116 kB | 65/152 kB Progress (2): 65/116 kB | 69/152 kB Progress (2): 65/116 kB | 73/152 kB Progress (2): 69/116 kB | 73/152 kB Progress (2): 69/116 kB | 77/152 kB Progress (2): 73/116 kB | 77/152 kB Progress (2): 73/116 kB | 81/152 kB Progress (2): 77/116 kB | 81/152 kB Progress (2): 81/116 kB | 81/152 kB Progress (2): 81/116 kB | 85/152 kB Progress (2): 81/116 kB | 90/152 kB Progress (2): 81/116 kB | 94/152 kB Progress (2): 85/116 kB | 94/152 kB Progress (2): 85/116 kB | 98/152 kB Progress (2): 90/116 kB | 98/152 kB Progress (2): 94/116 kB | 98/152 kB Progress (2): 98/116 kB | 98/152 kB Progress (2): 98/116 kB | 102/152 kB Progress (2): 98/116 kB | 106/152 kB Progress (2): 98/116 kB | 110/152 kB Progress (2): 98/116 kB | 114/152 kB Progress (2): 102/116 kB | 114/152 kB Progress (2): 106/116 kB | 114/152 kB Progress (3): 106/116 kB | 114/152 kB | 4.1/57 kB Progress (3): 106/116 kB | 118/152 kB | 4.1/57 kB Progress (3): 110/116 kB | 118/152 kB | 4.1/57 kB Progress (3): 110/116 kB | 122/152 kB | 4.1/57 kB Progress (3): 110/116 kB | 122/152 kB | 7.7/57 kB Progress (3): 110/116 kB | 126/152 kB | 7.7/57 kB Progress (3): 114/116 kB | 126/152 kB | 7.7/57 kB Progress (3): 114/116 kB | 131/152 kB | 7.7/57 kB Progress (3): 114/116 kB | 131/152 kB | 12/57 kB Progress (3): 116 kB | 131/152 kB | 12/57 kB Progress (3): 116 kB | 131/152 kB | 16/57 kB Progress (3): 116 kB | 135/152 kB | 16/57 kB Progress (3): 116 kB | 139/152 kB | 16/57 kB Progress (3): 116 kB | 143/152 kB | 16/57 kB Progress (3): 116 kB | 147/152 kB | 16/57 kB Progress (3): 116 kB | 151/152 kB | 16/57 kB Progress (3): 116 kB | 151/152 kB | 20/57 kB Progress (3): 116 kB | 152 kB | 20/57 kB Progress (3): 116 kB | 152 kB | 24/57 kB Progress (3): 116 kB | 152 kB | 28/57 kB Progress (3): 116 kB | 152 kB | 32/57 kB Progress (3): 116 kB | 152 kB | 36/57 kB Progress (3): 116 kB | 152 kB | 40/57 kB Progress (3): 116 kB | 152 kB | 45/57 kB Progress (3): 116 kB | 152 kB | 49/57 kB Progress (3): 116 kB | 152 kB | 53/57 kB Progress (3): 116 kB | 152 kB | 57 kB Progress (4): 116 kB | 152 kB | 57 kB | 4.1/21 kB Progress (4): 116 kB | 152 kB | 57 kB | 7.7/21 kB Progress (4): 116 kB | 152 kB | 57 kB | 12/21 kB Progress (4): 116 kB | 152 kB | 57 kB | 16/21 kB Progress (4): 116 kB | 152 kB | 57 kB | 20/21 kB Progress (4): 116 kB | 152 kB | 57 kB | 21 kB Progress (5): 116 kB | 152 kB | 57 kB | 21 kB | 4.1/9.9 kB Progress (5): 116 kB | 152 kB | 57 kB | 21 kB | 7.7/9.9 kB Progress (5): 116 kB | 152 kB | 57 kB | 21 kB | 9.9 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-project/2.0.6/maven-project-2.0.6.jar (116 kB at 1.5 MB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-sink-api/1.0-alpha-7/doxia-sink-api-1.0-alpha-7.jar Progress (5): 152 kB | 57 kB | 21 kB | 9.9 kB | 4.1/5.9 kB Progress (5): 152 kB | 57 kB | 21 kB | 9.9 kB | 5.9 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-sink-api/1.0-alpha-7/doxia-sink-api-1.0-alpha-7.jar (5.9 kB at 74 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/2.0.6/maven-repository-metadata-2.0.6.jar Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting-api/2.0.6/maven-reporting-api-2.0.6.jar (9.9 kB at 113 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-error-diagnostics/2.0.6/maven-error-diagnostics-2.0.6.jar Progress (4): 152 kB | 57 kB | 21 kB | 4.1/24 kB Progress (4): 152 kB | 57 kB | 21 kB | 7.7/24 kB Progress (4): 152 kB | 57 kB | 21 kB | 12/24 kB Progress (4): 152 kB | 57 kB | 21 kB | 16/24 kB Progress (4): 152 kB | 57 kB | 21 kB | 20/24 kB Progress (4): 152 kB | 57 kB | 21 kB | 24/24 kB Progress (4): 152 kB | 57 kB | 21 kB | 24 kB Progress (5): 152 kB | 57 kB | 21 kB | 24 kB | 4.1/14 kB Progress (5): 152 kB | 57 kB | 21 kB | 24 kB | 7.7/14 kB Progress (5): 152 kB | 57 kB | 21 kB | 24 kB | 12/14 kB Progress (5): 152 kB | 57 kB | 21 kB | 24 kB | 14 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-error-diagnostics/2.0.6/maven-error-diagnostics-2.0.6.jar (14 kB at 128 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-cli/commons-cli/1.0/commons-cli-1.0.jar Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/2.0.6/maven-repository-metadata-2.0.6.jar (24 kB at 217 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-descriptor/2.0.6/maven-plugin-descriptor-2.0.6.jar Progress (4): 152 kB | 57 kB | 21 kB | 4.1/30 kB Progress (4): 152 kB | 57 kB | 21 kB | 7.7/30 kB Progress (4): 152 kB | 57 kB | 21 kB | 12/30 kB Progress (4): 152 kB | 57 kB | 21 kB | 16/30 kB Progress (5): 152 kB | 57 kB | 21 kB | 16/30 kB | 4.1/37 kB Progress (5): 152 kB | 57 kB | 21 kB | 16/30 kB | 7.7/37 kB Progress (5): 152 kB | 57 kB | 21 kB | 16/30 kB | 12/37 kB Progress (5): 152 kB | 57 kB | 21 kB | 20/30 kB | 12/37 kB Progress (5): 152 kB | 57 kB | 21 kB | 20/30 kB | 16/37 kB Progress (5): 152 kB | 57 kB | 21 kB | 24/30 kB | 16/37 kB Progress (5): 152 kB | 57 kB | 21 kB | 28/30 kB | 16/37 kB Progress (5): 152 kB | 57 kB | 21 kB | 30 kB | 16/37 kB Progress (5): 152 kB | 57 kB | 21 kB | 30 kB | 20/37 kB Progress (5): 152 kB | 57 kB | 21 kB | 30 kB | 24/37 kB Progress (5): 152 kB | 57 kB | 21 kB | 30 kB | 28/37 kB Progress (5): 152 kB | 57 kB | 21 kB | 30 kB | 32/37 kB Progress (5): 152 kB | 57 kB | 21 kB | 30 kB | 36/37 kB Progress (5): 152 kB | 57 kB | 21 kB | 30 kB | 37 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-cli/commons-cli/1.0/commons-cli-1.0.jar (30 kB at 218 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interactivity-api/1.0-alpha-4/plexus-interactivity-api-1.0-alpha-4.jar Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-descriptor/2.0.6/maven-plugin-descriptor-2.0.6.jar (37 kB at 233 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/classworlds/classworlds/1.1/classworlds-1.1.jar Progress (4): 152 kB | 57 kB | 21 kB | 4.1/13 kB Progress (4): 152 kB | 57 kB | 21 kB | 7.7/13 kB Progress (4): 152 kB | 57 kB | 21 kB | 12/13 kB Progress (4): 152 kB | 57 kB | 21 kB | 13 kB Progress (5): 152 kB | 57 kB | 21 kB | 13 kB | 4.1/38 kB Progress (5): 152 kB | 57 kB | 21 kB | 13 kB | 7.7/38 kB Progress (5): 152 kB | 57 kB | 21 kB | 13 kB | 12/38 kB Progress (5): 152 kB | 57 kB | 21 kB | 13 kB | 16/38 kB Progress (5): 152 kB | 57 kB | 21 kB | 13 kB | 20/38 kB Progress (5): 152 kB | 57 kB | 21 kB | 13 kB | 24/38 kB Progress (5): 152 kB | 57 kB | 21 kB | 13 kB | 28/38 kB Progress (5): 152 kB | 57 kB | 21 kB | 13 kB | 32/38 kB Progress (5): 152 kB | 57 kB | 21 kB | 13 kB | 36/38 kB Progress (5): 152 kB | 57 kB | 21 kB | 13 kB | 38 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/classworlds/classworlds/1.1/classworlds-1.1.jar (38 kB at 228 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/2.0.6/maven-artifact-2.0.6.jar Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interactivity-api/1.0-alpha-4/plexus-interactivity-api-1.0-alpha-4.jar (13 kB at 80 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/2.0.6/maven-settings-2.0.6.jar Progress (4): 152 kB | 57 kB | 21 kB | 4.1/49 kB Progress (4): 152 kB | 57 kB | 21 kB | 7.7/49 kB Progress (4): 152 kB | 57 kB | 21 kB | 12/49 kB Progress (4): 152 kB | 57 kB | 21 kB | 16/49 kB Progress (4): 152 kB | 57 kB | 21 kB | 20/49 kB Progress (4): 152 kB | 57 kB | 21 kB | 24/49 kB Progress (4): 152 kB | 57 kB | 21 kB | 28/49 kB Progress (4): 152 kB | 57 kB | 21 kB | 32/49 kB Progress (4): 152 kB | 57 kB | 21 kB | 36/49 kB Progress (4): 152 kB | 57 kB | 21 kB | 40/49 kB Progress (4): 152 kB | 57 kB | 21 kB | 45/49 kB Progress (4): 152 kB | 57 kB | 21 kB | 49/49 kB Progress (4): 152 kB | 57 kB | 21 kB | 49 kB Progress (5): 152 kB | 57 kB | 21 kB | 49 kB | 4.1/87 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/2.0.6/maven-settings-2.0.6.jar (49 kB at 258 kB/s) Progress (4): 152 kB | 57 kB | 21 kB | 7.7/87 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/2.0.6/maven-model-2.0.6.jar Progress (4): 152 kB | 57 kB | 21 kB | 12/87 kB Progress (4): 152 kB | 57 kB | 21 kB | 16/87 kB Progress (4): 152 kB | 57 kB | 21 kB | 20/87 kB Progress (4): 152 kB | 57 kB | 21 kB | 24/87 kB Progress (4): 152 kB | 57 kB | 21 kB | 28/87 kB Progress (4): 152 kB | 57 kB | 21 kB | 32/87 kB Progress (4): 152 kB | 57 kB | 21 kB | 36/87 kB Progress (4): 152 kB | 57 kB | 21 kB | 40/87 kB Progress (4): 152 kB | 57 kB | 21 kB | 45/87 kB Progress (4): 152 kB | 57 kB | 21 kB | 49/87 kB Progress (4): 152 kB | 57 kB | 21 kB | 53/87 kB Progress (4): 152 kB | 57 kB | 21 kB | 57/87 kB Progress (4): 152 kB | 57 kB | 21 kB | 61/87 kB Progress (4): 152 kB | 57 kB | 21 kB | 65/87 kB Progress (4): 152 kB | 57 kB | 21 kB | 69/87 kB Progress (4): 152 kB | 57 kB | 21 kB | 73/87 kB Progress (4): 152 kB | 57 kB | 21 kB | 77/87 kB Progress (4): 152 kB | 57 kB | 21 kB | 81/87 kB Progress (4): 152 kB | 57 kB | 21 kB | 85/87 kB Progress (4): 152 kB | 57 kB | 21 kB | 87 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/2.0.6/maven-artifact-2.0.6.jar (87 kB at 420 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-monitor/2.0.6/maven-monitor-2.0.6.jar Progress (4): 152 kB | 57 kB | 21 kB | 4.1/86 kB Progress (4): 152 kB | 57 kB | 21 kB | 7.7/86 kB Progress (4): 152 kB | 57 kB | 21 kB | 12/86 kB Progress (4): 152 kB | 57 kB | 21 kB | 16/86 kB Progress (4): 152 kB | 57 kB | 21 kB | 20/86 kB Progress (4): 152 kB | 57 kB | 21 kB | 24/86 kB Progress (4): 152 kB | 57 kB | 21 kB | 28/86 kB Progress (4): 152 kB | 57 kB | 21 kB | 32/86 kB Progress (4): 152 kB | 57 kB | 21 kB | 36/86 kB Progress (4): 152 kB | 57 kB | 21 kB | 40/86 kB Progress (4): 152 kB | 57 kB | 21 kB | 45/86 kB Progress (4): 152 kB | 57 kB | 21 kB | 49/86 kB Progress (4): 152 kB | 57 kB | 21 kB | 53/86 kB Progress (4): 152 kB | 57 kB | 21 kB | 57/86 kB Progress (4): 152 kB | 57 kB | 21 kB | 61/86 kB Progress (4): 152 kB | 57 kB | 21 kB | 65/86 kB Progress (4): 152 kB | 57 kB | 21 kB | 69/86 kB Progress (4): 152 kB | 57 kB | 21 kB | 73/86 kB Progress (4): 152 kB | 57 kB | 21 kB | 77/86 kB Progress (4): 152 kB | 57 kB | 21 kB | 81/86 kB Progress (4): 152 kB | 57 kB | 21 kB | 85/86 kB Progress (4): 152 kB | 57 kB | 21 kB | 86 kB Progress (5): 152 kB | 57 kB | 21 kB | 86 kB | 4.1/10 kB Progress (5): 152 kB | 57 kB | 21 kB | 86 kB | 7.7/10 kB Progress (5): 152 kB | 57 kB | 21 kB | 86 kB | 10 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-monitor/2.0.6/maven-monitor-2.0.6.jar (10 kB at 43 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-container-default/1.0-alpha-9-stable-1/plexus-container-default-1.0-alpha-9-stable-1.jar Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/2.0.6/maven-model-2.0.6.jar (86 kB at 358 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/junit/junit/3.8.1/junit-3.8.1.jar Progress (4): 152 kB | 57 kB | 21 kB | 4.1/194 kB Progress (4): 152 kB | 57 kB | 21 kB | 7.7/194 kB Progress (4): 152 kB | 57 kB | 21 kB | 12/194 kB Progress (4): 152 kB | 57 kB | 21 kB | 16/194 kB Progress (4): 152 kB | 57 kB | 21 kB | 20/194 kB Progress (4): 152 kB | 57 kB | 21 kB | 24/194 kB Progress (4): 152 kB | 57 kB | 21 kB | 28/194 kB Progress (4): 152 kB | 57 kB | 21 kB | 32/194 kB Progress (4): 152 kB | 57 kB | 21 kB | 36/194 kB Progress (4): 152 kB | 57 kB | 21 kB | 40/194 kB Progress (4): 152 kB | 57 kB | 21 kB | 45/194 kB Progress (4): 152 kB | 57 kB | 21 kB | 49/194 kB Progress (5): 152 kB | 57 kB | 21 kB | 49/194 kB | 4.1/121 kB Progress (5): 152 kB | 57 kB | 21 kB | 49/194 kB | 7.7/121 kB Progress (5): 152 kB | 57 kB | 21 kB | 49/194 kB | 12/121 kB Progress (5): 152 kB | 57 kB | 21 kB | 53/194 kB | 12/121 kB Progress (5): 152 kB | 57 kB | 21 kB | 53/194 kB | 16/121 kB Progress (5): 152 kB | 57 kB | 21 kB | 57/194 kB | 16/121 kB Progress (5): 152 kB | 57 kB | 21 kB | 61/194 kB | 16/121 kB Progress (5): 152 kB | 57 kB | 21 kB | 65/194 kB | 16/121 kB Progress (5): 152 kB | 57 kB | 21 kB | 65/194 kB | 20/121 kB Progress (5): 152 kB | 57 kB | 21 kB | 65/194 kB | 24/121 kB Progress (5): 152 kB | 57 kB | 21 kB | 69/194 kB | 24/121 kB Progress (5): 152 kB | 57 kB | 21 kB | 69/194 kB | 28/121 kB Progress (5): 152 kB | 57 kB | 21 kB | 73/194 kB | 28/121 kB Progress (5): 152 kB | 57 kB | 21 kB | 73/194 kB | 32/121 kB Progress (5): 152 kB | 57 kB | 21 kB | 77/194 kB | 32/121 kB Progress (5): 152 kB | 57 kB | 21 kB | 81/194 kB | 32/121 kB Progress (5): 152 kB | 57 kB | 21 kB | 81/194 kB | 36/121 kB Progress (5): 152 kB | 57 kB | 21 kB | 81/194 kB | 40/121 kB Progress (5): 152 kB | 57 kB | 21 kB | 85/194 kB | 40/121 kB Progress (5): 152 kB | 57 kB | 21 kB | 85/194 kB | 45/121 kB Progress (5): 152 kB | 57 kB | 21 kB | 90/194 kB | 45/121 kB Progress (5): 152 kB | 57 kB | 21 kB | 90/194 kB | 49/121 kB Progress (5): 152 kB | 57 kB | 21 kB | 94/194 kB | 49/121 kB Progress (5): 152 kB | 57 kB | 21 kB | 98/194 kB | 49/121 kB Progress (5): 152 kB | 57 kB | 21 kB | 98/194 kB | 53/121 kB Progress (5): 152 kB | 57 kB | 21 kB | 98/194 kB | 57/121 kB Progress (5): 152 kB | 57 kB | 21 kB | 102/194 kB | 57/121 kB Progress (5): 152 kB | 57 kB | 21 kB | 102/194 kB | 61/121 kB Progress (5): 152 kB | 57 kB | 21 kB | 106/194 kB | 61/121 kB Progress (5): 152 kB | 57 kB | 21 kB | 106/194 kB | 65/121 kB Progress (5): 152 kB | 57 kB | 21 kB | 110/194 kB | 65/121 kB Progress (5): 152 kB | 57 kB | 21 kB | 114/194 kB | 65/121 kB Progress (5): 152 kB | 57 kB | 21 kB | 114/194 kB | 69/121 kB Progress (5): 152 kB | 57 kB | 21 kB | 114/194 kB | 73/121 kB Progress (5): 152 kB | 57 kB | 21 kB | 118/194 kB | 73/121 kB Progress (5): 152 kB | 57 kB | 21 kB | 118/194 kB | 77/121 kB Progress (5): 152 kB | 57 kB | 21 kB | 122/194 kB | 77/121 kB Progress (5): 152 kB | 57 kB | 21 kB | 122/194 kB | 81/121 kB Progress (5): 152 kB | 57 kB | 21 kB | 126/194 kB | 81/121 kB Progress (5): 152 kB | 57 kB | 21 kB | 131/194 kB | 81/121 kB Progress (5): 152 kB | 57 kB | 21 kB | 131/194 kB | 85/121 kB Progress (5): 152 kB | 57 kB | 21 kB | 131/194 kB | 90/121 kB Progress (5): 152 kB | 57 kB | 21 kB | 131/194 kB | 94/121 kB Progress (5): 152 kB | 57 kB | 21 kB | 135/194 kB | 94/121 kB Progress (5): 152 kB | 57 kB | 21 kB | 135/194 kB | 98/121 kB Progress (5): 152 kB | 57 kB | 21 kB | 139/194 kB | 98/121 kB Progress (5): 152 kB | 57 kB | 21 kB | 143/194 kB | 98/121 kB Progress (5): 152 kB | 57 kB | 21 kB | 147/194 kB | 98/121 kB Progress (5): 152 kB | 57 kB | 21 kB | 147/194 kB | 102/121 kB Progress (5): 152 kB | 57 kB | 21 kB | 147/194 kB | 106/121 kB Progress (5): 152 kB | 57 kB | 21 kB | 147/194 kB | 110/121 kB Progress (5): 152 kB | 57 kB | 21 kB | 147/194 kB | 114/121 kB Progress (5): 152 kB | 57 kB | 21 kB | 151/194 kB | 114/121 kB Progress (5): 152 kB | 57 kB | 21 kB | 155/194 kB | 114/121 kB Progress (5): 152 kB | 57 kB | 21 kB | 155/194 kB | 118/121 kB Progress (5): 152 kB | 57 kB | 21 kB | 159/194 kB | 118/121 kB Progress (5): 152 kB | 57 kB | 21 kB | 159/194 kB | 121 kB Progress (5): 152 kB | 57 kB | 21 kB | 163/194 kB | 121 kB Progress (5): 152 kB | 57 kB | 21 kB | 167/194 kB | 121 kB Progress (5): 152 kB | 57 kB | 21 kB | 171/194 kB | 121 kB Progress (5): 152 kB | 57 kB | 21 kB | 176/194 kB | 121 kB Progress (5): 152 kB | 57 kB | 21 kB | 180/194 kB | 121 kB Progress (5): 152 kB | 57 kB | 21 kB | 184/194 kB | 121 kB Progress (5): 152 kB | 57 kB | 21 kB | 188/194 kB | 121 kB Progress (5): 152 kB | 57 kB | 21 kB | 192/194 kB | 121 kB Progress (5): 152 kB | 57 kB | 21 kB | 194 kB | 121 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/junit/junit/3.8.1/junit-3.8.1.jar (121 kB at 445 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/2.0.5/plexus-utils-2.0.5.jar Progress (5): 152 kB | 57 kB | 21 kB | 194 kB | 4.1/223 kB Progress (5): 152 kB | 57 kB | 21 kB | 194 kB | 7.7/223 kB Progress (5): 152 kB | 57 kB | 21 kB | 194 kB | 12/223 kB Progress (5): 152 kB | 57 kB | 21 kB | 194 kB | 16/223 kB Progress (5): 152 kB | 57 kB | 21 kB | 194 kB | 20/223 kB Progress (5): 152 kB | 57 kB | 21 kB | 194 kB | 24/223 kB Progress (5): 152 kB | 57 kB | 21 kB | 194 kB | 28/223 kB Progress (5): 152 kB | 57 kB | 21 kB | 194 kB | 32/223 kB Progress (5): 152 kB | 57 kB | 21 kB | 194 kB | 36/223 kB Progress (5): 152 kB | 57 kB | 21 kB | 194 kB | 40/223 kB Progress (5): 152 kB | 57 kB | 21 kB | 194 kB | 45/223 kB Progress (5): 152 kB | 57 kB | 21 kB | 194 kB | 49/223 kB Progress (5): 152 kB | 57 kB | 21 kB | 194 kB | 53/223 kB Progress (5): 152 kB | 57 kB | 21 kB | 194 kB | 57/223 kB Progress (5): 152 kB | 57 kB | 21 kB | 194 kB | 61/223 kB Progress (5): 152 kB | 57 kB | 21 kB | 194 kB | 65/223 kB Progress (5): 152 kB | 57 kB | 21 kB | 194 kB | 69/223 kB Progress (5): 152 kB | 57 kB | 21 kB | 194 kB | 73/223 kB Progress (5): 152 kB | 57 kB | 21 kB | 194 kB | 77/223 kB Progress (5): 152 kB | 57 kB | 21 kB | 194 kB | 81/223 kB Progress (5): 152 kB | 57 kB | 21 kB | 194 kB | 85/223 kB Progress (5): 152 kB | 57 kB | 21 kB | 194 kB | 90/223 kB Progress (5): 152 kB | 57 kB | 21 kB | 194 kB | 94/223 kB Progress (5): 152 kB | 57 kB | 21 kB | 194 kB | 98/223 kB Progress (5): 152 kB | 57 kB | 21 kB | 194 kB | 102/223 kB Progress (5): 152 kB | 57 kB | 21 kB | 194 kB | 106/223 kB Progress (5): 152 kB | 57 kB | 21 kB | 194 kB | 110/223 kB Progress (5): 152 kB | 57 kB | 21 kB | 194 kB | 114/223 kB Progress (5): 152 kB | 57 kB | 21 kB | 194 kB | 118/223 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-parameter-documenter/2.0.6/maven-plugin-parameter-documenter-2.0.6.jar (21 kB at 73 kB/s) Progress (4): 152 kB | 57 kB | 194 kB | 122/223 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-filtering/1.0-beta-4/maven-filtering-1.0-beta-4.jar Progress (4): 152 kB | 57 kB | 194 kB | 126/223 kB Progress (4): 152 kB | 57 kB | 194 kB | 131/223 kB Progress (4): 152 kB | 57 kB | 194 kB | 135/223 kB Progress (4): 152 kB | 57 kB | 194 kB | 139/223 kB Progress (4): 152 kB | 57 kB | 194 kB | 143/223 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/2.0.6/maven-core-2.0.6.jar (152 kB at 530 kB/s) Progress (3): 57 kB | 194 kB | 147/223 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plexus/plexus-build-api/0.0.4/plexus-build-api-0.0.4.jar Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-container-default/1.0-alpha-9-stable-1/plexus-container-default-1.0-alpha-9-stable-1.jar (194 kB at 679 kB/s) Progress (2): 57 kB | 151/223 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.13/plexus-interpolation-1.13.jar Progress (2): 57 kB | 155/223 kB Progress (2): 57 kB | 159/223 kB Progress (2): 57 kB | 163/223 kB Progress (2): 57 kB | 167/223 kB Progress (2): 57 kB | 171/223 kB Progress (2): 57 kB | 176/223 kB Progress (2): 57 kB | 180/223 kB Progress (3): 57 kB | 180/223 kB | 4.1/61 kB Progress (3): 57 kB | 180/223 kB | 7.7/61 kB Progress (3): 57 kB | 184/223 kB | 7.7/61 kB Progress (3): 57 kB | 184/223 kB | 12/61 kB Progress (3): 57 kB | 188/223 kB | 12/61 kB Progress (3): 57 kB | 188/223 kB | 16/61 kB Progress (3): 57 kB | 192/223 kB | 16/61 kB Progress (3): 57 kB | 196/223 kB | 16/61 kB Progress (3): 57 kB | 196/223 kB | 20/61 kB Progress (3): 57 kB | 196/223 kB | 24/61 kB Progress (3): 57 kB | 200/223 kB | 24/61 kB Progress (3): 57 kB | 200/223 kB | 28/61 kB Progress (3): 57 kB | 204/223 kB | 28/61 kB Progress (3): 57 kB | 204/223 kB | 32/61 kB Progress (3): 57 kB | 208/223 kB | 32/61 kB Progress (3): 57 kB | 212/223 kB | 32/61 kB Progress (3): 57 kB | 212/223 kB | 36/61 kB Progress (3): 57 kB | 217/223 kB | 36/61 kB Progress (3): 57 kB | 217/223 kB | 40/61 kB Progress (3): 57 kB | 221/223 kB | 40/61 kB Progress (3): 57 kB | 221/223 kB | 45/61 kB Progress (3): 57 kB | 223 kB | 45/61 kB Progress (3): 57 kB | 223 kB | 49/61 kB Progress (3): 57 kB | 223 kB | 53/61 kB Progress (3): 57 kB | 223 kB | 57/61 kB Progress (3): 57 kB | 223 kB | 61/61 kB Progress (3): 57 kB | 223 kB | 61 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/2.0.5/plexus-utils-2.0.5.jar (223 kB at 757 kB/s) Progress (3): 57 kB | 61 kB | 4.1/35 kB Progress (3): 57 kB | 61 kB | 7.7/35 kB Progress (3): 57 kB | 61 kB | 12/35 kB Progress (3): 57 kB | 61 kB | 16/35 kB Progress (3): 57 kB | 61 kB | 20/35 kB Progress (3): 57 kB | 61 kB | 24/35 kB Progress (3): 57 kB | 61 kB | 28/35 kB Progress (3): 57 kB | 61 kB | 32/35 kB Progress (3): 57 kB | 61 kB | 35 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.13/plexus-interpolation-1.13.jar (61 kB at 200 kB/s) Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-filtering/1.0-beta-4/maven-filtering-1.0-beta-4.jar (35 kB at 113 kB/s) Progress (2): 57 kB | 4.1/6.8 kB Progress (2): 57 kB | 6.8 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plexus/plexus-build-api/0.0.4/plexus-build-api-0.0.4.jar (6.8 kB at 21 kB/s) Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact-manager/2.0.6/maven-artifact-manager-2.0.6.jar (57 kB at 52 kB/s) [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources [INFO] [INFO] --- tycho-compiler-plugin:1.3.0:compile (default-compile) @ org.polarsys.esf.core.common --- Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-compiler-manager/2.2/plexus-compiler-manager-2.2.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler-manager/2.2/plexus-compiler-manager-2.2.pom Progress (1): 690 B Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler-manager/2.2/plexus-compiler-manager-2.2.pom (690 B at 36 kB/s) Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-compiler/2.2/plexus-compiler-2.2.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler/2.2/plexus-compiler-2.2.pom Progress (1): 3.6 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler/2.2/plexus-compiler-2.2.pom (3.6 kB at 172 kB/s) Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-components/1.3.1/plexus-components-1.3.1.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-components/1.3.1/plexus-components-1.3.1.pom Progress (1): 3.1 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-components/1.3.1/plexus-components-1.3.1.pom (3.1 kB at 133 kB/s) Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-compiler-api/2.2/plexus-compiler-api-2.2.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler-api/2.2/plexus-compiler-api-2.2.pom Progress (1): 865 B Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler-api/2.2/plexus-compiler-api-2.2.pom (865 B at 51 kB/s) Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/tycho-compiler-jdt/1.3.0/tycho-compiler-jdt-1.3.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-compiler-jdt/1.3.0/tycho-compiler-jdt-1.3.0.pom Progress (1): 2.4 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-compiler-jdt/1.3.0/tycho-compiler-jdt-1.3.0.pom (2.4 kB at 53 kB/s) Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/tycho-lib-detector/1.3.0/tycho-lib-detector-1.3.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-lib-detector/1.3.0/tycho-lib-detector-1.3.0.pom Progress (1): 1.6 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-lib-detector/1.3.0/tycho-lib-detector-1.3.0.pom (1.6 kB at 52 kB/s) Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/jdt/ecj/3.15.1/ecj-3.15.1.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jdt/ecj/3.15.1/ecj-3.15.1.pom Progress (1): 1.7 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jdt/ecj/3.15.1/ecj-3.15.1.pom (1.7 kB at 32 kB/s) Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-compiler-manager/2.2/plexus-compiler-manager-2.2.jar Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/jdt/ecj/3.15.1/ecj-3.15.1.jar Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/tycho-lib-detector/1.3.0/tycho-lib-detector-1.3.0.jar Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/tycho-compiler-jdt/1.3.0/tycho-compiler-jdt-1.3.0.jar Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-compiler-api/2.2/plexus-compiler-api-2.2.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler-manager/2.2/plexus-compiler-manager-2.2.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jdt/ecj/3.15.1/ecj-3.15.1.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-lib-detector/1.3.0/tycho-lib-detector-1.3.0.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-compiler-jdt/1.3.0/tycho-compiler-jdt-1.3.0.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler-api/2.2/plexus-compiler-api-2.2.jar Progress (1): 4.1/4.6 kB Progress (1): 4.6 kB Progress (2): 4.6 kB | 3.6 kB Progress (3): 4.6 kB | 3.6 kB | 0/2.8 MB Progress (3): 4.6 kB | 3.6 kB | 0/2.8 MB Progress (3): 4.6 kB | 3.6 kB | 0/2.8 MB Progress (3): 4.6 kB | 3.6 kB | 0.1/2.8 MB Progress (4): 4.6 kB | 3.6 kB | 0.1/2.8 MB | 4.1/18 kB Progress (4): 4.6 kB | 3.6 kB | 0.1/2.8 MB | 4.1/18 kB Progress (4): 4.6 kB | 3.6 kB | 0.1/2.8 MB | 7.7/18 kB Progress (4): 4.6 kB | 3.6 kB | 0.1/2.8 MB | 12/18 kB Progress (4): 4.6 kB | 3.6 kB | 0.1/2.8 MB | 16/18 kB Progress (4): 4.6 kB | 3.6 kB | 0.1/2.8 MB | 18 kB Progress (4): 4.6 kB | 3.6 kB | 0.1/2.8 MB | 18 kB Progress (4): 4.6 kB | 3.6 kB | 0.1/2.8 MB | 18 kB Progress (4): 4.6 kB | 3.6 kB | 0.1/2.8 MB | 18 kB Progress (5): 4.6 kB | 3.6 kB | 0.1/2.8 MB | 18 kB | 4.1/25 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-lib-detector/1.3.0/tycho-lib-detector-1.3.0.jar (3.6 kB at 72 kB/s) Progress (4): 4.6 kB | 0.1/2.8 MB | 18 kB | 4.1/25 kB Progress (4): 4.6 kB | 0.1/2.8 MB | 18 kB | 7.7/25 kB Progress (4): 4.6 kB | 0.1/2.8 MB | 18 kB | 12/25 kB Progress (4): 4.6 kB | 0.1/2.8 MB | 18 kB | 16/25 kB Progress (4): 4.6 kB | 0.2/2.8 MB | 18 kB | 16/25 kB Progress (4): 4.6 kB | 0.2/2.8 MB | 18 kB | 20/25 kB Progress (4): 4.6 kB | 0.2/2.8 MB | 18 kB | 24/25 kB Progress (4): 4.6 kB | 0.2/2.8 MB | 18 kB | 25 kB Progress (4): 4.6 kB | 0.2/2.8 MB | 18 kB | 25 kB Progress (4): 4.6 kB | 0.2/2.8 MB | 18 kB | 25 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-compiler-jdt/1.3.0/tycho-compiler-jdt-1.3.0.jar (18 kB at 326 kB/s) Progress (3): 4.6 kB | 0.2/2.8 MB | 25 kB Progress (3): 4.6 kB | 0.2/2.8 MB | 25 kB Progress (3): 4.6 kB | 0.2/2.8 MB | 25 kB Progress (3): 4.6 kB | 0.3/2.8 MB | 25 kB Progress (3): 4.6 kB | 0.3/2.8 MB | 25 kB Progress (3): 4.6 kB | 0.3/2.8 MB | 25 kB Progress (3): 4.6 kB | 0.3/2.8 MB | 25 kB Progress (3): 4.6 kB | 0.3/2.8 MB | 25 kB Progress (3): 4.6 kB | 0.3/2.8 MB | 25 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler-api/2.2/plexus-compiler-api-2.2.jar (25 kB at 379 kB/s) Progress (2): 4.6 kB | 0.4/2.8 MB Progress (2): 4.6 kB | 0.4/2.8 MB Progress (2): 4.6 kB | 0.4/2.8 MB Progress (2): 4.6 kB | 0.4/2.8 MB Progress (2): 4.6 kB | 0.4/2.8 MB Progress (2): 4.6 kB | 0.4/2.8 MB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler-manager/2.2/plexus-compiler-manager-2.2.jar (4.6 kB at 58 kB/s) Progress (1): 0.5/2.8 MB Progress (1): 0.5/2.8 MB Progress (1): 0.5/2.8 MB Progress (1): 0.5/2.8 MB Progress (1): 0.5/2.8 MB Progress (1): 0.5/2.8 MB Progress (1): 0.6/2.8 MB Progress (1): 0.6/2.8 MB Progress (1): 0.6/2.8 MB Progress (1): 0.6/2.8 MB Progress (1): 0.6/2.8 MB Progress (1): 0.6/2.8 MB Progress (1): 0.7/2.8 MB Progress (1): 0.7/2.8 MB Progress (1): 0.7/2.8 MB Progress (1): 0.7/2.8 MB Progress (1): 0.7/2.8 MB Progress (1): 0.7/2.8 MB Progress (1): 0.8/2.8 MB Progress (1): 0.8/2.8 MB Progress (1): 0.8/2.8 MB Progress (1): 0.8/2.8 MB Progress (1): 0.8/2.8 MB Progress (1): 0.8/2.8 MB Progress (1): 0.9/2.8 MB Progress (1): 0.9/2.8 MB Progress (1): 0.9/2.8 MB Progress (1): 0.9/2.8 MB Progress (1): 0.9/2.8 MB Progress (1): 0.9/2.8 MB Progress (1): 0.9/2.8 MB Progress (1): 1.0/2.8 MB Progress (1): 1.0/2.8 MB Progress (1): 1.0/2.8 MB Progress (1): 1.0/2.8 MB Progress (1): 1.0/2.8 MB Progress (1): 1.0/2.8 MB Progress (1): 1.1/2.8 MB Progress (1): 1.1/2.8 MB Progress (1): 1.1/2.8 MB Progress (1): 1.1/2.8 MB Progress (1): 1.1/2.8 MB Progress (1): 1.1/2.8 MB Progress (1): 1.2/2.8 MB Progress (1): 1.2/2.8 MB Progress (1): 1.2/2.8 MB Progress (1): 1.2/2.8 MB Progress (1): 1.2/2.8 MB Progress (1): 1.2/2.8 MB Progress (1): 1.3/2.8 MB Progress (1): 1.3/2.8 MB Progress (1): 1.3/2.8 MB Progress (1): 1.3/2.8 MB Progress (1): 1.3/2.8 MB Progress (1): 1.3/2.8 MB Progress (1): 1.4/2.8 MB Progress (1): 1.4/2.8 MB Progress (1): 1.4/2.8 MB Progress (1): 1.4/2.8 MB Progress (1): 1.4/2.8 MB Progress (1): 1.4/2.8 MB Progress (1): 1.5/2.8 MB Progress (1): 1.5/2.8 MB Progress (1): 1.5/2.8 MB Progress (1): 1.5/2.8 MB Progress (1): 1.5/2.8 MB Progress (1): 1.5/2.8 MB Progress (1): 1.6/2.8 MB Progress (1): 1.6/2.8 MB Progress (1): 1.6/2.8 MB Progress (1): 1.6/2.8 MB Progress (1): 1.6/2.8 MB Progress (1): 1.6/2.8 MB Progress (1): 1.7/2.8 MB Progress (1): 1.7/2.8 MB Progress (1): 1.7/2.8 MB Progress (1): 1.7/2.8 MB Progress (1): 1.7/2.8 MB Progress (1): 1.7/2.8 MB Progress (1): 1.8/2.8 MB Progress (1): 1.8/2.8 MB Progress (1): 1.8/2.8 MB Progress (1): 1.8/2.8 MB Progress (1): 1.8/2.8 MB Progress (1): 1.8/2.8 MB Progress (1): 1.9/2.8 MB Progress (1): 1.9/2.8 MB Progress (1): 1.9/2.8 MB Progress (1): 1.9/2.8 MB Progress (1): 1.9/2.8 MB Progress (1): 1.9/2.8 MB Progress (1): 1.9/2.8 MB Progress (1): 2.0/2.8 MB Progress (1): 2.0/2.8 MB Progress (1): 2.0/2.8 MB Progress (1): 2.0/2.8 MB Progress (1): 2.0/2.8 MB Progress (1): 2.0/2.8 MB Progress (1): 2.1/2.8 MB Progress (1): 2.1/2.8 MB Progress (1): 2.1/2.8 MB Progress (1): 2.1/2.8 MB Progress (1): 2.1/2.8 MB Progress (1): 2.1/2.8 MB Progress (1): 2.2/2.8 MB Progress (1): 2.2/2.8 MB Progress (1): 2.2/2.8 MB Progress (1): 2.2/2.8 MB Progress (1): 2.2/2.8 MB Progress (1): 2.2/2.8 MB Progress (1): 2.3/2.8 MB Progress (1): 2.3/2.8 MB Progress (1): 2.3/2.8 MB Progress (1): 2.3/2.8 MB Progress (1): 2.3/2.8 MB Progress (1): 2.3/2.8 MB Progress (1): 2.4/2.8 MB Progress (1): 2.4/2.8 MB Progress (1): 2.4/2.8 MB Progress (1): 2.4/2.8 MB Progress (1): 2.4/2.8 MB Progress (1): 2.4/2.8 MB Progress (1): 2.5/2.8 MB Progress (1): 2.5/2.8 MB Progress (1): 2.5/2.8 MB Progress (1): 2.5/2.8 MB Progress (1): 2.5/2.8 MB Progress (1): 2.5/2.8 MB Progress (1): 2.6/2.8 MB Progress (1): 2.6/2.8 MB Progress (1): 2.6/2.8 MB Progress (1): 2.6/2.8 MB Progress (1): 2.6/2.8 MB Progress (1): 2.6/2.8 MB Progress (1): 2.7/2.8 MB Progress (1): 2.7/2.8 MB Progress (1): 2.7/2.8 MB Progress (1): 2.7/2.8 MB Progress (1): 2.7/2.8 MB Progress (1): 2.7/2.8 MB Progress (1): 2.8/2.8 MB Progress (1): 2.8/2.8 MB Progress (1): 2.8/2.8 MB Progress (1): 2.8/2.8 MB Progress (1): 2.8 MB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jdt/ecj/3.15.1/ecj-3.15.1.jar (2.8 MB at 13 MB/s) [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/esf-infra-quality/core/org.polarsys.esf.core.common/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 14 source files to /home/jenkins/agent/workspace/esf-infra-quality/core/org.polarsys.esf.core.common/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.esf.core.common --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/esf-infra-quality/core/org.polarsys.esf.core.common/src/test/resources [INFO] [INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.polarsys.esf.core.common --- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:package-plugin (default-package-plugin) @ org.polarsys.esf.core.common --- [INFO] Building jar: /home/jenkins/agent/workspace/esf-infra-quality/core/org.polarsys.esf.core.common/target/org.polarsys.esf.core.common-0.7.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.esf.core.common --- [INFO] [INFO] ----------< org.polarsys.esf:org.polarsys.esf.core.common.ui >---------- [INFO] Building org.polarsys.esf.core.common.ui 0.7.0-SNAPSHOT [5/28] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.esf.core.common.ui --- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier (default-build-qualifier) @ org.polarsys.esf.core.common.ui --- [INFO] The project's OSGi version is 0.7.0.202005280741 [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.polarsys.esf.core.common.ui --- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.polarsys.esf.core.common.ui --- [INFO] [INFO] --- license-maven-plugin:2.11:check (default) @ org.polarsys.esf.core.common.ui --- [INFO] Checking licenses... [WARNING] Property 'strictCheck' is not enabled. Please consider adding true in your pom.xml file. [WARNING] See http://mycila.github.io/license-maven-plugin for more information. [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.esf.core.common.ui --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 26 resources [INFO] [INFO] --- tycho-compiler-plugin:1.3.0:compile (default-compile) @ org.polarsys.esf.core.common.ui --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/esf-infra-quality/core/org.polarsys.esf.core.common.ui/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 40 source files to /home/jenkins/agent/workspace/esf-infra-quality/core/org.polarsys.esf.core.common.ui/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.esf.core.common.ui --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/esf-infra-quality/core/org.polarsys.esf.core.common.ui/src/test/resources [INFO] [INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.polarsys.esf.core.common.ui --- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:package-plugin (default-package-plugin) @ org.polarsys.esf.core.common.ui --- [INFO] Building jar: /home/jenkins/agent/workspace/esf-infra-quality/core/org.polarsys.esf.core.common.ui/target/org.polarsys.esf.core.common.ui-0.7.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.esf.core.common.ui --- [INFO] [INFO] --------------< org.polarsys.esf:esf-infra.core.profile >--------------- [INFO] Building ESF Profile 0.7.0-SNAPSHOT [6/28] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ esf-infra.core.profile --- [INFO] [INFO] --- license-maven-plugin:2.11:check (default) @ esf-infra.core.profile --- [INFO] Checking licenses... [WARNING] Property 'strictCheck' is not enabled. Please consider adding true in your pom.xml file. [WARNING] See http://mycila.github.io/license-maven-plugin for more information. [INFO] [INFO] -------< org.polarsys.esf:org.polarsys.esf.core.profile.esfcore >------- [INFO] Building ESFCore Profile 0.7.0-SNAPSHOT [7/28] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.esf.core.profile.esfcore --- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier (default-build-qualifier) @ org.polarsys.esf.core.profile.esfcore --- [INFO] The project's OSGi version is 0.7.0.202005280741 [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.polarsys.esf.core.profile.esfcore --- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.polarsys.esf.core.profile.esfcore --- [INFO] [INFO] --- license-maven-plugin:2.11:check (default) @ org.polarsys.esf.core.profile.esfcore --- [INFO] Checking licenses... [WARNING] Property 'strictCheck' is not enabled. Please consider adding true in your pom.xml file. [WARNING] See http://mycila.github.io/license-maven-plugin for more information. [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.esf.core.profile.esfcore --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 7 resources [INFO] [INFO] --- tycho-compiler-plugin:1.3.0:compile (default-compile) @ org.polarsys.esf.core.profile.esfcore --- [INFO] Compiling 20 source files to /home/jenkins/agent/workspace/esf-infra-quality/core/profile/org.polarsys.esf.core.profile.esfcore/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.esf.core.profile.esfcore --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/esf-infra-quality/core/profile/org.polarsys.esf.core.profile.esfcore/src/test/resources [INFO] [INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.polarsys.esf.core.profile.esfcore --- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:package-plugin (default-package-plugin) @ org.polarsys.esf.core.profile.esfcore --- [INFO] Building jar: /home/jenkins/agent/workspace/esf-infra-quality/core/profile/org.polarsys.esf.core.profile.esfcore/target/org.polarsys.esf.core.profile.esfcore-0.7.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.esf.core.profile.esfcore --- [INFO] [INFO] --< org.polarsys.esf:org.polarsys.esf.core.profile.esfarchitectureconcepts >-- [INFO] Building ESFArchitectureConcepts Profile 0.7.0-SNAPSHOT [8/28] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.esf.core.profile.esfarchitectureconcepts --- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier (default-build-qualifier) @ org.polarsys.esf.core.profile.esfarchitectureconcepts --- [INFO] The project's OSGi version is 0.7.0.202005280741 [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.polarsys.esf.core.profile.esfarchitectureconcepts --- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.polarsys.esf.core.profile.esfarchitectureconcepts --- [INFO] [INFO] --- license-maven-plugin:2.11:check (default) @ org.polarsys.esf.core.profile.esfarchitectureconcepts --- [INFO] Checking licenses... [WARNING] Property 'strictCheck' is not enabled. Please consider adding true in your pom.xml file. [WARNING] See http://mycila.github.io/license-maven-plugin for more information. [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.esf.core.profile.esfarchitectureconcepts --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 7 resources [INFO] [INFO] --- tycho-compiler-plugin:1.3.0:compile (default-compile) @ org.polarsys.esf.core.profile.esfarchitectureconcepts --- [INFO] Compiling 39 source files to /home/jenkins/agent/workspace/esf-infra-quality/core/profile/org.polarsys.esf.core.profile.esfarchitectureconcepts/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.esf.core.profile.esfarchitectureconcepts --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/esf-infra-quality/core/profile/org.polarsys.esf.core.profile.esfarchitectureconcepts/src/test/resources [INFO] [INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.polarsys.esf.core.profile.esfarchitectureconcepts --- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:package-plugin (default-package-plugin) @ org.polarsys.esf.core.profile.esfarchitectureconcepts --- [INFO] Building jar: /home/jenkins/agent/workspace/esf-infra-quality/core/profile/org.polarsys.esf.core.profile.esfarchitectureconcepts/target/org.polarsys.esf.core.profile.esfarchitectureconcepts-0.7.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.esf.core.profile.esfarchitectureconcepts --- [INFO] [INFO] ------------< org.polarsys.esf:org.polarsys.esf.core.utils >------------ [INFO] Building org.polarsys.esf.core.utils 0.7.0-SNAPSHOT [9/28] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.esf.core.utils --- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier (default-build-qualifier) @ org.polarsys.esf.core.utils --- [INFO] The project's OSGi version is 0.7.0.202005280741 [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.polarsys.esf.core.utils --- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.polarsys.esf.core.utils --- [INFO] [INFO] --- license-maven-plugin:2.11:check (default) @ org.polarsys.esf.core.utils --- [INFO] Checking licenses... [WARNING] Property 'strictCheck' is not enabled. Please consider adding true in your pom.xml file. [WARNING] See http://mycila.github.io/license-maven-plugin for more information. [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.esf.core.utils --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources [INFO] [INFO] --- tycho-compiler-plugin:1.3.0:compile (default-compile) @ org.polarsys.esf.core.utils --- [INFO] Compiling 5 source files to /home/jenkins/agent/workspace/esf-infra-quality/core/org.polarsys.esf.core.utils/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.esf.core.utils --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/esf-infra-quality/core/org.polarsys.esf.core.utils/src/test/resources [INFO] [INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.polarsys.esf.core.utils --- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:package-plugin (default-package-plugin) @ org.polarsys.esf.core.utils --- [INFO] Building jar: /home/jenkins/agent/workspace/esf-infra-quality/core/org.polarsys.esf.core.utils/target/org.polarsys.esf.core.utils-0.7.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.esf.core.utils --- [INFO] [INFO] -------------< org.polarsys.esf:esf-infra.core.resources >-------------- [INFO] Building ESF Core Resources 0.7.0-SNAPSHOT [10/28] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ esf-infra.core.resources --- [INFO] [INFO] --- license-maven-plugin:2.11:check (default) @ esf-infra.core.resources --- [INFO] Checking licenses... [WARNING] Property 'strictCheck' is not enabled. Please consider adding true in your pom.xml file. [WARNING] See http://mycila.github.io/license-maven-plugin for more information. [INFO] [INFO] -----< org.polarsys.esf:org.polarsys.esf.core.resources.graphical >----- [INFO] Building ESF Core Graphical Resources 0.7.0-SNAPSHOT [11/28] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.esf.core.resources.graphical --- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier (default-build-qualifier) @ org.polarsys.esf.core.resources.graphical --- [INFO] The project's OSGi version is 0.7.0.202005280741 [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.polarsys.esf.core.resources.graphical --- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.polarsys.esf.core.resources.graphical --- [INFO] [INFO] --- license-maven-plugin:2.11:check (default) @ org.polarsys.esf.core.resources.graphical --- [INFO] Checking licenses... [WARNING] Property 'strictCheck' is not enabled. Please consider adding true in your pom.xml file. [WARNING] See http://mycila.github.io/license-maven-plugin for more information. [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.esf.core.resources.graphical --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 25 resources [INFO] [INFO] --- tycho-compiler-plugin:1.3.0:compile (default-compile) @ org.polarsys.esf.core.resources.graphical --- [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/esf-infra-quality/core/resources/org.polarsys.esf.core.resources.graphical/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.esf.core.resources.graphical --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/esf-infra-quality/core/resources/org.polarsys.esf.core.resources.graphical/src/test/resources [INFO] [INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.polarsys.esf.core.resources.graphical --- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:package-plugin (default-package-plugin) @ org.polarsys.esf.core.resources.graphical --- [INFO] Building jar: /home/jenkins/agent/workspace/esf-infra-quality/core/resources/org.polarsys.esf.core.resources.graphical/target/org.polarsys.esf.core.resources.graphical-0.7.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.esf.core.resources.graphical --- [INFO] [INFO] --< org.polarsys.esf:org.polarsys.esf.core.diagram.esfarchitectureconcepts >-- [INFO] Building org.polarsys.esf.core.diagram.esfarchitectureconcepts 0.7.0-SNAPSHOT [12/28] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.esf.core.diagram.esfarchitectureconcepts --- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier (default-build-qualifier) @ org.polarsys.esf.core.diagram.esfarchitectureconcepts --- [INFO] The project's OSGi version is 0.7.0.202005280741 [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.polarsys.esf.core.diagram.esfarchitectureconcepts --- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.polarsys.esf.core.diagram.esfarchitectureconcepts --- [INFO] [INFO] --- license-maven-plugin:2.11:check (default) @ org.polarsys.esf.core.diagram.esfarchitectureconcepts --- [INFO] Checking licenses... [WARNING] Property 'strictCheck' is not enabled. Please consider adding true in your pom.xml file. [WARNING] See http://mycila.github.io/license-maven-plugin for more information. [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.esf.core.diagram.esfarchitectureconcepts --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 27 resources [INFO] [INFO] --- tycho-compiler-plugin:1.3.0:compile (default-compile) @ org.polarsys.esf.core.diagram.esfarchitectureconcepts --- [INFO] Compiling 10 source files to /home/jenkins/agent/workspace/esf-infra-quality/core/diagram/org.polarsys.esf.core.diagram.esfarchitectureconcepts/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.esf.core.diagram.esfarchitectureconcepts --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/esf-infra-quality/core/diagram/org.polarsys.esf.core.diagram.esfarchitectureconcepts/src/test/resources [INFO] [INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.polarsys.esf.core.diagram.esfarchitectureconcepts --- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:package-plugin (default-package-plugin) @ org.polarsys.esf.core.diagram.esfarchitectureconcepts --- [INFO] Building jar: /home/jenkins/agent/workspace/esf-infra-quality/core/diagram/org.polarsys.esf.core.diagram.esfarchitectureconcepts/target/org.polarsys.esf.core.diagram.esfarchitectureconcepts-0.7.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.esf.core.diagram.esfarchitectureconcepts --- [INFO] [INFO] -------------< org.polarsys.esf:esf-infra.core.metamodel >-------------- [INFO] Building ESF Meta-model 0.7.0-SNAPSHOT [13/28] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ esf-infra.core.metamodel --- [INFO] [INFO] --- license-maven-plugin:2.11:check (default) @ esf-infra.core.metamodel --- [INFO] Checking licenses... [WARNING] Property 'strictCheck' is not enabled. Please consider adding true in your pom.xml file. [WARNING] See http://mycila.github.io/license-maven-plugin for more information. [INFO] [INFO] --< org.polarsys.esf:org.polarsys.esf.core.metamodel.esfarchitectureconcepts >-- [INFO] Building ESFArchitectureConcepts Meta-model 0.7.0-SNAPSHOT [14/28] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.esf.core.metamodel.esfarchitectureconcepts --- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier (default-build-qualifier) @ org.polarsys.esf.core.metamodel.esfarchitectureconcepts --- [INFO] The project's OSGi version is 0.7.0.202005280741 [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.polarsys.esf.core.metamodel.esfarchitectureconcepts --- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.polarsys.esf.core.metamodel.esfarchitectureconcepts --- [INFO] [INFO] --- license-maven-plugin:2.11:check (default) @ org.polarsys.esf.core.metamodel.esfarchitectureconcepts --- [INFO] Checking licenses... [WARNING] Property 'strictCheck' is not enabled. Please consider adding true in your pom.xml file. [WARNING] See http://mycila.github.io/license-maven-plugin for more information. [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.esf.core.metamodel.esfarchitectureconcepts --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 4 resources [INFO] [INFO] --- tycho-compiler-plugin:1.3.0:compile (default-compile) @ org.polarsys.esf.core.metamodel.esfarchitectureconcepts --- [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/esf-infra-quality/core/metamodel/org.polarsys.esf.core.metamodel.esfarchitectureconcepts/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.esf.core.metamodel.esfarchitectureconcepts --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/esf-infra-quality/core/metamodel/org.polarsys.esf.core.metamodel.esfarchitectureconcepts/src/test/resources [INFO] [INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.polarsys.esf.core.metamodel.esfarchitectureconcepts --- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:package-plugin (default-package-plugin) @ org.polarsys.esf.core.metamodel.esfarchitectureconcepts --- [INFO] Building jar: /home/jenkins/agent/workspace/esf-infra-quality/core/metamodel/org.polarsys.esf.core.metamodel.esfarchitectureconcepts/target/org.polarsys.esf.core.metamodel.esfarchitectureconcepts-0.7.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.esf.core.metamodel.esfarchitectureconcepts --- [INFO] [INFO] ------< org.polarsys.esf:org.polarsys.esf.core.metamodel.esfcore >------ [INFO] Building ESFCore Meta-model 0.7.0-SNAPSHOT [15/28] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.esf.core.metamodel.esfcore --- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier (default-build-qualifier) @ org.polarsys.esf.core.metamodel.esfcore --- [INFO] The project's OSGi version is 0.7.0.202005280741 [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.polarsys.esf.core.metamodel.esfcore --- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.polarsys.esf.core.metamodel.esfcore --- [INFO] [INFO] --- license-maven-plugin:2.11:check (default) @ org.polarsys.esf.core.metamodel.esfcore --- [INFO] Checking licenses... [WARNING] Property 'strictCheck' is not enabled. Please consider adding true in your pom.xml file. [WARNING] See http://mycila.github.io/license-maven-plugin for more information. [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.esf.core.metamodel.esfcore --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 4 resources [INFO] [INFO] --- tycho-compiler-plugin:1.3.0:compile (default-compile) @ org.polarsys.esf.core.metamodel.esfcore --- [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/esf-infra-quality/core/metamodel/org.polarsys.esf.core.metamodel.esfcore/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.esf.core.metamodel.esfcore --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/esf-infra-quality/core/metamodel/org.polarsys.esf.core.metamodel.esfcore/src/test/resources [INFO] [INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.polarsys.esf.core.metamodel.esfcore --- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:package-plugin (default-package-plugin) @ org.polarsys.esf.core.metamodel.esfcore --- [INFO] Building jar: /home/jenkins/agent/workspace/esf-infra-quality/core/metamodel/org.polarsys.esf.core.metamodel.esfcore/target/org.polarsys.esf.core.metamodel.esfcore-0.7.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.esf.core.metamodel.esfcore --- [INFO] [INFO] ---< org.polarsys.esf:org.polarsys.esf.core.metamodel.esfbehaviours >--- [INFO] Building ESFBehaviours Meta-model 0.7.0-SNAPSHOT [16/28] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.esf.core.metamodel.esfbehaviours --- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier (default-build-qualifier) @ org.polarsys.esf.core.metamodel.esfbehaviours --- [INFO] The project's OSGi version is 0.7.0.202005280741 [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.polarsys.esf.core.metamodel.esfbehaviours --- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.polarsys.esf.core.metamodel.esfbehaviours --- [INFO] [INFO] --- license-maven-plugin:2.11:check (default) @ org.polarsys.esf.core.metamodel.esfbehaviours --- [INFO] Checking licenses... [WARNING] Property 'strictCheck' is not enabled. Please consider adding true in your pom.xml file. [WARNING] See http://mycila.github.io/license-maven-plugin for more information. [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.esf.core.metamodel.esfbehaviours --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 4 resources [INFO] [INFO] --- tycho-compiler-plugin:1.3.0:compile (default-compile) @ org.polarsys.esf.core.metamodel.esfbehaviours --- [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/esf-infra-quality/core/metamodel/org.polarsys.esf.core.metamodel.esfbehaviours/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.esf.core.metamodel.esfbehaviours --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/esf-infra-quality/core/metamodel/org.polarsys.esf.core.metamodel.esfbehaviours/src/test/resources [INFO] [INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.polarsys.esf.core.metamodel.esfbehaviours --- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:package-plugin (default-package-plugin) @ org.polarsys.esf.core.metamodel.esfbehaviours --- [INFO] Building jar: /home/jenkins/agent/workspace/esf-infra-quality/core/metamodel/org.polarsys.esf.core.metamodel.esfbehaviours/target/org.polarsys.esf.core.metamodel.esfbehaviours-0.7.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.esf.core.metamodel.esfbehaviours --- [INFO] [INFO] ---< org.polarsys.esf:org.polarsys.esf.core.metamodel.esfproperties >--- [INFO] Building ESFProperties Meta-model 0.7.0-SNAPSHOT [17/28] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.esf.core.metamodel.esfproperties --- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier (default-build-qualifier) @ org.polarsys.esf.core.metamodel.esfproperties --- [INFO] The project's OSGi version is 0.7.0.202005280741 [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.polarsys.esf.core.metamodel.esfproperties --- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.polarsys.esf.core.metamodel.esfproperties --- [INFO] [INFO] --- license-maven-plugin:2.11:check (default) @ org.polarsys.esf.core.metamodel.esfproperties --- [INFO] Checking licenses... [WARNING] Property 'strictCheck' is not enabled. Please consider adding true in your pom.xml file. [WARNING] See http://mycila.github.io/license-maven-plugin for more information. [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.esf.core.metamodel.esfproperties --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 4 resources [INFO] [INFO] --- tycho-compiler-plugin:1.3.0:compile (default-compile) @ org.polarsys.esf.core.metamodel.esfproperties --- [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/esf-infra-quality/core/metamodel/org.polarsys.esf.core.metamodel.esfproperties/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.esf.core.metamodel.esfproperties --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/esf-infra-quality/core/metamodel/org.polarsys.esf.core.metamodel.esfproperties/src/test/resources [INFO] [INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.polarsys.esf.core.metamodel.esfproperties --- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:package-plugin (default-package-plugin) @ org.polarsys.esf.core.metamodel.esfproperties --- [INFO] Building jar: /home/jenkins/agent/workspace/esf-infra-quality/core/metamodel/org.polarsys.esf.core.metamodel.esfproperties/target/org.polarsys.esf.core.metamodel.esfproperties-0.7.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.esf.core.metamodel.esfproperties --- [INFO] [INFO] --< org.polarsys.esf:org.polarsys.esf.core.metamodel.esfsafetyconcepts >-- [INFO] Building ESFSafetyConcepts Meta-model 0.7.0-SNAPSHOT [18/28] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.esf.core.metamodel.esfsafetyconcepts --- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier (default-build-qualifier) @ org.polarsys.esf.core.metamodel.esfsafetyconcepts --- [INFO] The project's OSGi version is 0.7.0.202005280741 [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.polarsys.esf.core.metamodel.esfsafetyconcepts --- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.polarsys.esf.core.metamodel.esfsafetyconcepts --- [INFO] [INFO] --- license-maven-plugin:2.11:check (default) @ org.polarsys.esf.core.metamodel.esfsafetyconcepts --- [INFO] Checking licenses... [WARNING] Property 'strictCheck' is not enabled. Please consider adding true in your pom.xml file. [WARNING] See http://mycila.github.io/license-maven-plugin for more information. [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.esf.core.metamodel.esfsafetyconcepts --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 4 resources [INFO] [INFO] --- tycho-compiler-plugin:1.3.0:compile (default-compile) @ org.polarsys.esf.core.metamodel.esfsafetyconcepts --- [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/esf-infra-quality/core/metamodel/org.polarsys.esf.core.metamodel.esfsafetyconcepts/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.esf.core.metamodel.esfsafetyconcepts --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/esf-infra-quality/core/metamodel/org.polarsys.esf.core.metamodel.esfsafetyconcepts/src/test/resources [INFO] [INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.polarsys.esf.core.metamodel.esfsafetyconcepts --- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:package-plugin (default-package-plugin) @ org.polarsys.esf.core.metamodel.esfsafetyconcepts --- [INFO] Building jar: /home/jenkins/agent/workspace/esf-infra-quality/core/metamodel/org.polarsys.esf.core.metamodel.esfsafetyconcepts/target/org.polarsys.esf.core.metamodel.esfsafetyconcepts-0.7.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.esf.core.metamodel.esfsafetyconcepts --- [INFO] [INFO] --< org.polarsys.esf:org.polarsys.esf.core.profile.esfarchitectureconcepts.tests >-- [INFO] Building ESFArchitectureConcepts Profile test 0.7.0-SNAPSHOT [19/28] [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.esf.core.profile.esfarchitectureconcepts.tests --- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier (default-build-qualifier) @ org.polarsys.esf.core.profile.esfarchitectureconcepts.tests --- [INFO] The project's OSGi version is 0.7.0.202005280741 [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.polarsys.esf.core.profile.esfarchitectureconcepts.tests --- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.polarsys.esf.core.profile.esfarchitectureconcepts.tests --- [INFO] [INFO] --- license-maven-plugin:2.11:check (default) @ org.polarsys.esf.core.profile.esfarchitectureconcepts.tests --- [INFO] Checking licenses... [WARNING] Property 'strictCheck' is not enabled. Please consider adding true in your pom.xml file. [WARNING] See http://mycila.github.io/license-maven-plugin for more information. [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.esf.core.profile.esfarchitectureconcepts.tests --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/esf-infra-quality/core/profile/org.polarsys.esf.core.profile.esfarchitectureconcepts.tests/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.3.0:compile (default-compile) @ org.polarsys.esf.core.profile.esfarchitectureconcepts.tests --- [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/esf-infra-quality/core/profile/org.polarsys.esf.core.profile.esfarchitectureconcepts.tests/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.esf.core.profile.esfarchitectureconcepts.tests --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/esf-infra-quality/core/profile/org.polarsys.esf.core.profile.esfarchitectureconcepts.tests/src/test/resources [INFO] [INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.polarsys.esf.core.profile.esfarchitectureconcepts.tests --- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:package-plugin (default-package-plugin) @ org.polarsys.esf.core.profile.esfarchitectureconcepts.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/esf-infra-quality/core/profile/org.polarsys.esf.core.profile.esfarchitectureconcepts.tests/target/org.polarsys.esf.core.profile.esfarchitectureconcepts.tests-0.7.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.esf.core.profile.esfarchitectureconcepts.tests --- [INFO] [INFO] --- tycho-surefire-plugin:1.3.0:test (default-test) @ org.polarsys.esf.core.profile.esfarchitectureconcepts.tests --- [INFO] Expected eclipse log file: /home/jenkins/agent/workspace/esf-infra-quality/core/profile/org.polarsys.esf.core.profile.esfarchitectureconcepts.tests/target/work/data/.metadata/.log [INFO] Command line: [/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/bin/java, -Dosgi.noShutdown=false, -Dosgi.os=linux, -Dosgi.ws=gtk, -Dosgi.arch=x86_64, -Dosgi.clean=true, -jar, /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.5.200.v20180922-1751/org.eclipse.equinox.launcher-1.5.200.v20180922-1751.jar, -data, /home/jenkins/agent/workspace/esf-infra-quality/core/profile/org.polarsys.esf.core.profile.esfarchitectureconcepts.tests/target/work/data, -install, /home/jenkins/agent/workspace/esf-infra-quality/core/profile/org.polarsys.esf.core.profile.esfarchitectureconcepts.tests/target/work, -configuration, /home/jenkins/agent/workspace/esf-infra-quality/core/profile/org.polarsys.esf.core.profile.esfarchitectureconcepts.tests/target/work/configuration, -application, org.eclipse.tycho.surefire.osgibooter.headlesstest, -testproperties, /home/jenkins/agent/workspace/esf-infra-quality/core/profile/org.polarsys.esf.core.profile.esfarchitectureconcepts.tests/target/surefire.properties] Picked up JAVA_TOOL_OPTIONS: -XX:+IgnoreUnrecognizedVMOptions -XX:+UseContainerSupport -XX:+UnlockExperimentalVMOptions -XX:+UseCGroupMemoryLimitForHeap Picked up _JAVA_OPTIONS: -XX:MaxRAMPercentage=64.0 Running org.polarsys.esf.core.profile.esfarchitectureconcepts.tests.impl.MSBlockTest Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.894 s - in org.polarsys.esf.core.profile.esfarchitectureconcepts.tests.impl.MSBlockTest testBasicGetSModel(org.polarsys.esf.core.profile.esfarchitectureconcepts.tests.impl.MSBlockTest) Time elapsed: 0.865 s Results: Tests run: 1, Failures: 0, Errors: 0, Skipped: 0 [INFO] All tests passed! [INFO] [INFO] --< org.polarsys.esf:org.polarsys.esf.core.profile.esfarchitectureconcepts.application >-- [INFO] Building org.polarsys.esf.core.profile.esfarchitectureconcepts.application 0.7.0-SNAPSHOT [20/28] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.esf.core.profile.esfarchitectureconcepts.application --- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier (default-build-qualifier) @ org.polarsys.esf.core.profile.esfarchitectureconcepts.application --- [INFO] The project's OSGi version is 0.7.0.202005280741 [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.polarsys.esf.core.profile.esfarchitectureconcepts.application --- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.polarsys.esf.core.profile.esfarchitectureconcepts.application --- [INFO] [INFO] --- license-maven-plugin:2.11:check (default) @ org.polarsys.esf.core.profile.esfarchitectureconcepts.application --- [INFO] Checking licenses... [WARNING] Property 'strictCheck' is not enabled. Please consider adding true in your pom.xml file. [WARNING] See http://mycila.github.io/license-maven-plugin for more information. [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.esf.core.profile.esfarchitectureconcepts.application --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 1 resource [INFO] [INFO] --- tycho-compiler-plugin:1.3.0:compile (default-compile) @ org.polarsys.esf.core.profile.esfarchitectureconcepts.application --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/esf-infra-quality/core/profile/org.polarsys.esf.core.profile.esfarchitectureconcepts.application/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 4 source files to /home/jenkins/agent/workspace/esf-infra-quality/core/profile/org.polarsys.esf.core.profile.esfarchitectureconcepts.application/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.esf.core.profile.esfarchitectureconcepts.application --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/esf-infra-quality/core/profile/org.polarsys.esf.core.profile.esfarchitectureconcepts.application/src/test/resources [INFO] [INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.polarsys.esf.core.profile.esfarchitectureconcepts.application --- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:package-plugin (default-package-plugin) @ org.polarsys.esf.core.profile.esfarchitectureconcepts.application --- [INFO] Building jar: /home/jenkins/agent/workspace/esf-infra-quality/core/profile/org.polarsys.esf.core.profile.esfarchitectureconcepts.application/target/org.polarsys.esf.core.profile.esfarchitectureconcepts.application-0.7.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.esf.core.profile.esfarchitectureconcepts.application --- [INFO] [INFO] ----< org.polarsys.esf:org.polarsys.esf.core.profile.esfproperties >---- [INFO] Building ESFProperties Profile 0.7.0-SNAPSHOT [21/28] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.esf.core.profile.esfproperties --- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier (default-build-qualifier) @ org.polarsys.esf.core.profile.esfproperties --- [INFO] The project's OSGi version is 0.7.0.202005280741 [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.polarsys.esf.core.profile.esfproperties --- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.polarsys.esf.core.profile.esfproperties --- [INFO] [INFO] --- license-maven-plugin:2.11:check (default) @ org.polarsys.esf.core.profile.esfproperties --- [INFO] Checking licenses... [WARNING] Property 'strictCheck' is not enabled. Please consider adding true in your pom.xml file. [WARNING] See http://mycila.github.io/license-maven-plugin for more information. [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.esf.core.profile.esfproperties --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 7 resources [INFO] [INFO] --- tycho-compiler-plugin:1.3.0:compile (default-compile) @ org.polarsys.esf.core.profile.esfproperties --- [INFO] Compiling 21 source files to /home/jenkins/agent/workspace/esf-infra-quality/core/profile/org.polarsys.esf.core.profile.esfproperties/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.esf.core.profile.esfproperties --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/esf-infra-quality/core/profile/org.polarsys.esf.core.profile.esfproperties/src/test/resources [INFO] [INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.polarsys.esf.core.profile.esfproperties --- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:package-plugin (default-package-plugin) @ org.polarsys.esf.core.profile.esfproperties --- [INFO] Building jar: /home/jenkins/agent/workspace/esf-infra-quality/core/profile/org.polarsys.esf.core.profile.esfproperties/target/org.polarsys.esf.core.profile.esfproperties-0.7.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.esf.core.profile.esfproperties --- [INFO] [INFO] ----< org.polarsys.esf:org.polarsys.esf.core.profile.esfbehaviours >---- [INFO] Building ESFBehaviours Profile 0.7.0-SNAPSHOT [22/28] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.esf.core.profile.esfbehaviours --- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier (default-build-qualifier) @ org.polarsys.esf.core.profile.esfbehaviours --- [INFO] The project's OSGi version is 0.7.0.202005280741 [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.polarsys.esf.core.profile.esfbehaviours --- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.polarsys.esf.core.profile.esfbehaviours --- [INFO] [INFO] --- license-maven-plugin:2.11:check (default) @ org.polarsys.esf.core.profile.esfbehaviours --- [INFO] Checking licenses... [WARNING] Property 'strictCheck' is not enabled. Please consider adding true in your pom.xml file. [WARNING] See http://mycila.github.io/license-maven-plugin for more information. [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.esf.core.profile.esfbehaviours --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 7 resources [INFO] [INFO] --- tycho-compiler-plugin:1.3.0:compile (default-compile) @ org.polarsys.esf.core.profile.esfbehaviours --- [INFO] Compiling 13 source files to /home/jenkins/agent/workspace/esf-infra-quality/core/profile/org.polarsys.esf.core.profile.esfbehaviours/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.esf.core.profile.esfbehaviours --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/esf-infra-quality/core/profile/org.polarsys.esf.core.profile.esfbehaviours/src/test/resources [INFO] [INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.polarsys.esf.core.profile.esfbehaviours --- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:package-plugin (default-package-plugin) @ org.polarsys.esf.core.profile.esfbehaviours --- [INFO] Building jar: /home/jenkins/agent/workspace/esf-infra-quality/core/profile/org.polarsys.esf.core.profile.esfbehaviours/target/org.polarsys.esf.core.profile.esfbehaviours-0.7.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.esf.core.profile.esfbehaviours --- [INFO] [INFO] --< org.polarsys.esf:org.polarsys.esf.core.profile.esfsafetyconcepts >-- [INFO] Building ESFSafetyConcepts Profile 0.7.0-SNAPSHOT [23/28] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.esf.core.profile.esfsafetyconcepts --- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier (default-build-qualifier) @ org.polarsys.esf.core.profile.esfsafetyconcepts --- [INFO] The project's OSGi version is 0.7.0.202005280741 [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.polarsys.esf.core.profile.esfsafetyconcepts --- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.polarsys.esf.core.profile.esfsafetyconcepts --- [INFO] [INFO] --- license-maven-plugin:2.11:check (default) @ org.polarsys.esf.core.profile.esfsafetyconcepts --- [INFO] Checking licenses... [WARNING] Property 'strictCheck' is not enabled. Please consider adding true in your pom.xml file. [WARNING] See http://mycila.github.io/license-maven-plugin for more information. [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.esf.core.profile.esfsafetyconcepts --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 7 resources [INFO] [INFO] --- tycho-compiler-plugin:1.3.0:compile (default-compile) @ org.polarsys.esf.core.profile.esfsafetyconcepts --- [INFO] Compiling 52 source files to /home/jenkins/agent/workspace/esf-infra-quality/core/profile/org.polarsys.esf.core.profile.esfsafetyconcepts/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.esf.core.profile.esfsafetyconcepts --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/esf-infra-quality/core/profile/org.polarsys.esf.core.profile.esfsafetyconcepts/src/test/resources [INFO] [INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.polarsys.esf.core.profile.esfsafetyconcepts --- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:package-plugin (default-package-plugin) @ org.polarsys.esf.core.profile.esfsafetyconcepts --- [INFO] Building jar: /home/jenkins/agent/workspace/esf-infra-quality/core/profile/org.polarsys.esf.core.profile.esfsafetyconcepts/target/org.polarsys.esf.core.profile.esfsafetyconcepts-0.7.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.esf.core.profile.esfsafetyconcepts --- [INFO] [INFO] ---------------< org.polarsys.esf:esf-infra.core.releng >--------------- [INFO] Building ESF Releng 0.7.0-SNAPSHOT [24/28] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ esf-infra.core.releng --- [INFO] [INFO] --- license-maven-plugin:2.11:check (default) @ esf-infra.core.releng --- [INFO] Checking licenses... [WARNING] Property 'strictCheck' is not enabled. Please consider adding true in your pom.xml file. [WARNING] See http://mycila.github.io/license-maven-plugin for more information. [INFO] [INFO] -------------< org.polarsys.esf:org.polarsys.esf.core.doc >------------- [INFO] Building org.polarsys.esf.core.doc 0.7.0-SNAPSHOT [25/28] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.esf.core.doc --- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier (default-build-qualifier) @ org.polarsys.esf.core.doc --- [INFO] The project's OSGi version is 0.7.0.202005280741 [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.polarsys.esf.core.doc --- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.polarsys.esf.core.doc --- [INFO] [INFO] --- license-maven-plugin:2.11:check (default) @ org.polarsys.esf.core.doc --- [INFO] Checking licenses... [WARNING] Property 'strictCheck' is not enabled. Please consider adding true in your pom.xml file. [WARNING] See http://mycila.github.io/license-maven-plugin for more information. [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.esf.core.doc --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 21 resources [INFO] [INFO] --- tycho-compiler-plugin:1.3.0:compile (default-compile) @ org.polarsys.esf.core.doc --- [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.esf.core.doc --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/esf-infra-quality/core/org.polarsys.esf.core.doc/src/test/resources [INFO] [INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.polarsys.esf.core.doc --- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:package-plugin (default-package-plugin) @ org.polarsys.esf.core.doc --- [INFO] Building jar: /home/jenkins/agent/workspace/esf-infra-quality/core/org.polarsys.esf.core.doc/target/org.polarsys.esf.core.doc-0.7.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.esf.core.doc --- [INFO] [INFO] -------< org.polarsys.esf:org.polarsys.esf.core.releng.branding >------- [INFO] Building ESF Core branding 0.7.0-SNAPSHOT [26/28] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.esf.core.releng.branding --- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier (default-build-qualifier) @ org.polarsys.esf.core.releng.branding --- [INFO] The project's OSGi version is 0.7.0.202005280741 [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.polarsys.esf.core.releng.branding --- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.polarsys.esf.core.releng.branding --- [INFO] [INFO] --- license-maven-plugin:2.11:check (default) @ org.polarsys.esf.core.releng.branding --- [INFO] Checking licenses... [WARNING] Property 'strictCheck' is not enabled. Please consider adding true in your pom.xml file. [WARNING] See http://mycila.github.io/license-maven-plugin for more information. [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.esf.core.releng.branding --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources [INFO] [INFO] --- tycho-compiler-plugin:1.3.0:compile (default-compile) @ org.polarsys.esf.core.releng.branding --- [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.esf.core.releng.branding --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/esf-infra-quality/core/releng/org.polarsys.esf.core.releng.branding/src/test/resources [INFO] [INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.polarsys.esf.core.releng.branding --- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:package-plugin (default-package-plugin) @ org.polarsys.esf.core.releng.branding --- [INFO] Building jar: /home/jenkins/agent/workspace/esf-infra-quality/core/releng/org.polarsys.esf.core.releng.branding/target/org.polarsys.esf.core.releng.branding-0.7.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.esf.core.releng.branding --- [INFO] [INFO] -----------< org.polarsys.esf:org.polarsys.esf.core.releng >------------ [INFO] Building ESF Core feature 0.7.0-SNAPSHOT [27/28] [INFO] --------------------------[ eclipse-feature ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.esf.core.releng --- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.polarsys.esf.core.releng --- [INFO] The project's OSGi version is 0.7.0.202005280741 [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.polarsys.esf.core.releng --- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.polarsys.esf.core.releng --- [INFO] [INFO] --- license-maven-plugin:2.11:check (default) @ org.polarsys.esf.core.releng --- [INFO] Checking licenses... [WARNING] Property 'strictCheck' is not enabled. Please consider adding true in your pom.xml file. [WARNING] See http://mycila.github.io/license-maven-plugin for more information. [INFO] [INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.polarsys.esf.core.releng --- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:package-feature (default-package-feature) @ org.polarsys.esf.core.releng --- [INFO] Building jar: /home/jenkins/agent/workspace/esf-infra-quality/core/releng/org.polarsys.esf.core.releng/target/org.polarsys.esf.core.releng-0.7.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.esf.core.releng --- [INFO] [INFO] --- tycho-p2-plugin:1.3.0:feature-p2-metadata (default-feature-p2-metadata) @ org.polarsys.esf.core.releng --- [INFO] [INFO] -------------------< org.polarsys.esf:esf-infra.p2 >-------------------- [INFO] Building esf-infra.p2 0.7.0-SNAPSHOT [28/28] [INFO] -------------------------[ eclipse-repository ]------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ esf-infra.p2 --- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ esf-infra.p2 --- [INFO] The project's OSGi version is 0.7.0.202005280741 [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean-1) @ esf-infra.p2 --- [INFO] [INFO] --- license-maven-plugin:2.11:check (default) @ esf-infra.p2 --- [INFO] Checking licenses... [WARNING] Property 'strictCheck' is not enabled. Please consider adding true in your pom.xml file. [WARNING] See http://mycila.github.io/license-maven-plugin for more information. [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ esf-infra.p2 --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/esf-infra-quality/p2/src/main/resources [INFO] [INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ esf-infra.p2 --- [INFO] [INFO] --- tycho-p2-publisher-plugin:1.3.0:publish-osgi-ee (default-publish-osgi-ee) @ esf-infra.p2 --- [INFO] Published profile IUs: [a.jre.javase 10.0.0, config.a.jre.javase 10.0.0] [INFO] Published profile IUs: [a.jre.javase 11.0.0, config.a.jre.javase 11.0.0] [INFO] [INFO] --- tycho-p2-publisher-plugin:1.3.0:publish-products (default-publish-products) @ esf-infra.p2 --- [INFO] [INFO] --- tycho-p2-publisher-plugin:1.3.0:publish-categories (default-publish-categories) @ esf-infra.p2 --- [INFO] [INFO] --- tycho-p2-publisher-plugin:1.3.0:attach-artifacts (default-attach-artifacts) @ esf-infra.p2 --- [INFO] [INFO] --- tycho-p2-repository-plugin:1.3.0:assemble-repository (default-assemble-repository) @ esf-infra.p2 --- [INFO] [INFO] --- tycho-p2-repository-plugin:1.3.0:archive-repository (default-archive-repository) @ esf-infra.p2 --- [INFO] Building zip: /home/jenkins/agent/workspace/esf-infra-quality/p2/target/esf-infra.p2-0.7.0-SNAPSHOT.zip [INFO] ------------------------------------------------------------------------ [INFO] Reactor Summary for ESF 0.7.0-SNAPSHOT: [INFO] [INFO] ESF ................................................ SUCCESS [ 7.133 s] [INFO] ESF Core ........................................... SUCCESS [ 0.177 s] [INFO] ESF Diagram ........................................ SUCCESS [ 0.011 s] [INFO] org.polarsys.esf.core.common ....................... SUCCESS [ 5.700 s] [INFO] org.polarsys.esf.core.common.ui .................... SUCCESS [ 0.929 s] [INFO] ESF Profile ........................................ SUCCESS [ 0.071 s] [INFO] ESFCore Profile .................................... SUCCESS [ 0.626 s] [INFO] ESFArchitectureConcepts Profile .................... SUCCESS [ 0.763 s] [INFO] org.polarsys.esf.core.utils ........................ SUCCESS [ 0.448 s] [INFO] ESF Core Resources ................................. SUCCESS [ 0.036 s] [INFO] ESF Core Graphical Resources ....................... SUCCESS [ 0.247 s] [INFO] org.polarsys.esf.core.diagram.esfarchitectureconcepts SUCCESS [ 0.656 s] [INFO] ESF Meta-model ..................................... SUCCESS [ 0.010 s] [INFO] ESFArchitectureConcepts Meta-model ................. SUCCESS [ 0.104 s] [INFO] ESFCore Meta-model ................................. SUCCESS [ 0.102 s] [INFO] ESFBehaviours Meta-model ........................... SUCCESS [ 0.101 s] [INFO] ESFProperties Meta-model ........................... SUCCESS [ 0.107 s] [INFO] ESFSafetyConcepts Meta-model ....................... SUCCESS [ 0.196 s] [INFO] ESFArchitectureConcepts Profile test ............... SUCCESS [ 6.426 s] [INFO] org.polarsys.esf.core.profile.esfarchitectureconcepts.application SUCCESS [ 0.619 s] [INFO] ESFProperties Profile .............................. SUCCESS [ 0.537 s] [INFO] ESFBehaviours Profile .............................. SUCCESS [ 0.454 s] [INFO] ESFSafetyConcepts Profile .......................... SUCCESS [ 0.781 s] [INFO] ESF Releng ......................................... SUCCESS [ 0.004 s] [INFO] org.polarsys.esf.core.doc .......................... SUCCESS [ 0.078 s] [INFO] ESF Core branding .................................. SUCCESS [ 0.027 s] [INFO] ESF Core feature ................................... SUCCESS [ 0.646 s] [INFO] esf-infra.p2 ....................................... SUCCESS [ 6.240 s] [INFO] ------------------------------------------------------------------------ [INFO] BUILD SUCCESS [INFO] ------------------------------------------------------------------------ [INFO] Total time: 05:20 min [INFO] Finished at: 2020-05-28T07:46:51Z [INFO] ------------------------------------------------------------------------ [esf-infra-quality] $ /opt/tools/apache-maven/latest/bin/mvn -f /home/jenkins/agent/workspace/esf-infra-quality/pom.xml -e -B org.sonarsource.scanner.maven:sonar-maven-plugin:3.3.0.603:sonar -Dsonar.jdbc.url=jdbc:mysql://dbmaster:3306/sonar?autoReconnect=true&useUnicode=true&characterEncoding=utf8 ******** ******** -Dsonar.host.url=https://sonar.eclipse.org Picked up JAVA_TOOL_OPTIONS: -XX:+IgnoreUnrecognizedVMOptions -XX:+UseContainerSupport -XX:+UnlockExperimentalVMOptions -XX:+UseCGroupMemoryLimitForHeap Picked up _JAVA_OPTIONS: -XX:MaxRAMPercentage=64.0 [INFO] Error stacktraces are turned on. [INFO] Scanning for projects... [INFO] Computing target platform for MavenProject: org.polarsys.esf:org.polarsys.esf.core.diagram.esfarchitectureconcepts:0.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/esf-infra-quality/core/diagram/org.polarsys.esf.core.diagram.esfarchitectureconcepts/pom.xml [INFO] Fetching p2.index from http://download.eclipse.org/releases/2018-12/ [INFO] Fetching p2.index from http://download.eclipse.org/releases/2018-12/ [INFO] Adding repository http://download.eclipse.org/releases/2018-12 [INFO] Fetching p2.index from https://download.eclipse.org/technology/epp/packages/2018-12/ [INFO] Fetching p2.index from https://download.eclipse.org/technology/epp/packages/2018-12/ [INFO] Fetching p2.index from http://download.eclipse.org/releases/2018-12/201812191000/ [INFO] Fetching p2.index from http://download.eclipse.org/releases/2018-12/201812191000/ [INFO] Resolving dependencies of MavenProject: org.polarsys.esf:org.polarsys.esf.core.diagram.esfarchitectureconcepts:0.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/esf-infra-quality/core/diagram/org.polarsys.esf.core.diagram.esfarchitectureconcepts/pom.xml [INFO] Resolving class path of MavenProject: org.polarsys.esf:org.polarsys.esf.core.diagram.esfarchitectureconcepts:0.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/esf-infra-quality/core/diagram/org.polarsys.esf.core.diagram.esfarchitectureconcepts/pom.xml [INFO] Computing target platform for MavenProject: org.polarsys.esf:org.polarsys.esf.core.metamodel.esfarchitectureconcepts:0.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/esf-infra-quality/core/metamodel/org.polarsys.esf.core.metamodel.esfarchitectureconcepts/pom.xml [INFO] Resolving dependencies of MavenProject: org.polarsys.esf:org.polarsys.esf.core.metamodel.esfarchitectureconcepts:0.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/esf-infra-quality/core/metamodel/org.polarsys.esf.core.metamodel.esfarchitectureconcepts/pom.xml [INFO] Resolving class path of MavenProject: org.polarsys.esf:org.polarsys.esf.core.metamodel.esfarchitectureconcepts:0.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/esf-infra-quality/core/metamodel/org.polarsys.esf.core.metamodel.esfarchitectureconcepts/pom.xml [INFO] Computing target platform for MavenProject: org.polarsys.esf:org.polarsys.esf.core.metamodel.esfcore:0.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/esf-infra-quality/core/metamodel/org.polarsys.esf.core.metamodel.esfcore/pom.xml [INFO] Resolving dependencies of MavenProject: org.polarsys.esf:org.polarsys.esf.core.metamodel.esfcore:0.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/esf-infra-quality/core/metamodel/org.polarsys.esf.core.metamodel.esfcore/pom.xml [INFO] Resolving class path of MavenProject: org.polarsys.esf:org.polarsys.esf.core.metamodel.esfcore:0.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/esf-infra-quality/core/metamodel/org.polarsys.esf.core.metamodel.esfcore/pom.xml [INFO] Computing target platform for MavenProject: org.polarsys.esf:org.polarsys.esf.core.metamodel.esfbehaviours:0.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/esf-infra-quality/core/metamodel/org.polarsys.esf.core.metamodel.esfbehaviours/pom.xml [INFO] Resolving dependencies of MavenProject: org.polarsys.esf:org.polarsys.esf.core.metamodel.esfbehaviours:0.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/esf-infra-quality/core/metamodel/org.polarsys.esf.core.metamodel.esfbehaviours/pom.xml [INFO] Resolving class path of MavenProject: org.polarsys.esf:org.polarsys.esf.core.metamodel.esfbehaviours:0.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/esf-infra-quality/core/metamodel/org.polarsys.esf.core.metamodel.esfbehaviours/pom.xml [INFO] Computing target platform for MavenProject: org.polarsys.esf:org.polarsys.esf.core.metamodel.esfproperties:0.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/esf-infra-quality/core/metamodel/org.polarsys.esf.core.metamodel.esfproperties/pom.xml [INFO] Resolving dependencies of MavenProject: org.polarsys.esf:org.polarsys.esf.core.metamodel.esfproperties:0.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/esf-infra-quality/core/metamodel/org.polarsys.esf.core.metamodel.esfproperties/pom.xml [INFO] Resolving class path of MavenProject: org.polarsys.esf:org.polarsys.esf.core.metamodel.esfproperties:0.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/esf-infra-quality/core/metamodel/org.polarsys.esf.core.metamodel.esfproperties/pom.xml [INFO] Computing target platform for MavenProject: org.polarsys.esf:org.polarsys.esf.core.metamodel.esfsafetyconcepts:0.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/esf-infra-quality/core/metamodel/org.polarsys.esf.core.metamodel.esfsafetyconcepts/pom.xml [INFO] Resolving dependencies of MavenProject: org.polarsys.esf:org.polarsys.esf.core.metamodel.esfsafetyconcepts:0.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/esf-infra-quality/core/metamodel/org.polarsys.esf.core.metamodel.esfsafetyconcepts/pom.xml [INFO] Resolving class path of MavenProject: org.polarsys.esf:org.polarsys.esf.core.metamodel.esfsafetyconcepts:0.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/esf-infra-quality/core/metamodel/org.polarsys.esf.core.metamodel.esfsafetyconcepts/pom.xml [INFO] Computing target platform for MavenProject: org.polarsys.esf:org.polarsys.esf.core.profile.esfarchitectureconcepts:0.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/esf-infra-quality/core/profile/org.polarsys.esf.core.profile.esfarchitectureconcepts/pom.xml [INFO] Resolving dependencies of MavenProject: org.polarsys.esf:org.polarsys.esf.core.profile.esfarchitectureconcepts:0.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/esf-infra-quality/core/profile/org.polarsys.esf.core.profile.esfarchitectureconcepts/pom.xml [INFO] Resolving class path of MavenProject: org.polarsys.esf:org.polarsys.esf.core.profile.esfarchitectureconcepts:0.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/esf-infra-quality/core/profile/org.polarsys.esf.core.profile.esfarchitectureconcepts/pom.xml [INFO] Computing target platform for MavenProject: org.polarsys.esf:org.polarsys.esf.core.profile.esfarchitectureconcepts.tests:0.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/esf-infra-quality/core/profile/org.polarsys.esf.core.profile.esfarchitectureconcepts.tests/pom.xml [INFO] Resolving dependencies of MavenProject: org.polarsys.esf:org.polarsys.esf.core.profile.esfarchitectureconcepts.tests:0.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/esf-infra-quality/core/profile/org.polarsys.esf.core.profile.esfarchitectureconcepts.tests/pom.xml [INFO] Resolving class path of MavenProject: org.polarsys.esf:org.polarsys.esf.core.profile.esfarchitectureconcepts.tests:0.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/esf-infra-quality/core/profile/org.polarsys.esf.core.profile.esfarchitectureconcepts.tests/pom.xml [INFO] Computing target platform for MavenProject: org.polarsys.esf:org.polarsys.esf.core.profile.esfarchitectureconcepts.application:0.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/esf-infra-quality/core/profile/org.polarsys.esf.core.profile.esfarchitectureconcepts.application/pom.xml [INFO] Resolving dependencies of MavenProject: org.polarsys.esf:org.polarsys.esf.core.profile.esfarchitectureconcepts.application:0.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/esf-infra-quality/core/profile/org.polarsys.esf.core.profile.esfarchitectureconcepts.application/pom.xml [INFO] Resolving class path of MavenProject: org.polarsys.esf:org.polarsys.esf.core.profile.esfarchitectureconcepts.application:0.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/esf-infra-quality/core/profile/org.polarsys.esf.core.profile.esfarchitectureconcepts.application/pom.xml [INFO] Computing target platform for MavenProject: org.polarsys.esf:org.polarsys.esf.core.profile.esfbehaviours:0.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/esf-infra-quality/core/profile/org.polarsys.esf.core.profile.esfbehaviours/pom.xml [INFO] Resolving dependencies of MavenProject: org.polarsys.esf:org.polarsys.esf.core.profile.esfbehaviours:0.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/esf-infra-quality/core/profile/org.polarsys.esf.core.profile.esfbehaviours/pom.xml [INFO] Resolving class path of MavenProject: org.polarsys.esf:org.polarsys.esf.core.profile.esfbehaviours:0.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/esf-infra-quality/core/profile/org.polarsys.esf.core.profile.esfbehaviours/pom.xml [INFO] Computing target platform for MavenProject: org.polarsys.esf:org.polarsys.esf.core.profile.esfcore:0.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/esf-infra-quality/core/profile/org.polarsys.esf.core.profile.esfcore/pom.xml [INFO] Resolving dependencies of MavenProject: org.polarsys.esf:org.polarsys.esf.core.profile.esfcore:0.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/esf-infra-quality/core/profile/org.polarsys.esf.core.profile.esfcore/pom.xml [INFO] Resolving class path of MavenProject: org.polarsys.esf:org.polarsys.esf.core.profile.esfcore:0.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/esf-infra-quality/core/profile/org.polarsys.esf.core.profile.esfcore/pom.xml [INFO] Computing target platform for MavenProject: org.polarsys.esf:org.polarsys.esf.core.profile.esfproperties:0.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/esf-infra-quality/core/profile/org.polarsys.esf.core.profile.esfproperties/pom.xml [INFO] Resolving dependencies of MavenProject: org.polarsys.esf:org.polarsys.esf.core.profile.esfproperties:0.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/esf-infra-quality/core/profile/org.polarsys.esf.core.profile.esfproperties/pom.xml [INFO] Resolving class path of MavenProject: org.polarsys.esf:org.polarsys.esf.core.profile.esfproperties:0.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/esf-infra-quality/core/profile/org.polarsys.esf.core.profile.esfproperties/pom.xml [INFO] Computing target platform for MavenProject: org.polarsys.esf:org.polarsys.esf.core.profile.esfsafetyconcepts:0.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/esf-infra-quality/core/profile/org.polarsys.esf.core.profile.esfsafetyconcepts/pom.xml [INFO] Resolving dependencies of MavenProject: org.polarsys.esf:org.polarsys.esf.core.profile.esfsafetyconcepts:0.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/esf-infra-quality/core/profile/org.polarsys.esf.core.profile.esfsafetyconcepts/pom.xml [INFO] Resolving class path of MavenProject: org.polarsys.esf:org.polarsys.esf.core.profile.esfsafetyconcepts:0.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/esf-infra-quality/core/profile/org.polarsys.esf.core.profile.esfsafetyconcepts/pom.xml [INFO] Computing target platform for MavenProject: org.polarsys.esf:org.polarsys.esf.core.releng:0.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/esf-infra-quality/core/releng/org.polarsys.esf.core.releng/pom.xml [INFO] Resolving dependencies of MavenProject: org.polarsys.esf:org.polarsys.esf.core.releng:0.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/esf-infra-quality/core/releng/org.polarsys.esf.core.releng/pom.xml [INFO] Resolving class path of MavenProject: org.polarsys.esf:org.polarsys.esf.core.releng:0.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/esf-infra-quality/core/releng/org.polarsys.esf.core.releng/pom.xml [INFO] Computing target platform for MavenProject: org.polarsys.esf:org.polarsys.esf.core.releng.branding:0.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/esf-infra-quality/core/releng/org.polarsys.esf.core.releng.branding/pom.xml [INFO] Resolving dependencies of MavenProject: org.polarsys.esf:org.polarsys.esf.core.releng.branding:0.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/esf-infra-quality/core/releng/org.polarsys.esf.core.releng.branding/pom.xml [INFO] Resolving class path of MavenProject: org.polarsys.esf:org.polarsys.esf.core.releng.branding:0.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/esf-infra-quality/core/releng/org.polarsys.esf.core.releng.branding/pom.xml [INFO] Computing target platform for MavenProject: org.polarsys.esf:org.polarsys.esf.core.resources.graphical:0.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/esf-infra-quality/core/resources/org.polarsys.esf.core.resources.graphical/pom.xml [INFO] Resolving dependencies of MavenProject: org.polarsys.esf:org.polarsys.esf.core.resources.graphical:0.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/esf-infra-quality/core/resources/org.polarsys.esf.core.resources.graphical/pom.xml [INFO] Resolving class path of MavenProject: org.polarsys.esf:org.polarsys.esf.core.resources.graphical:0.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/esf-infra-quality/core/resources/org.polarsys.esf.core.resources.graphical/pom.xml [INFO] Computing target platform for MavenProject: org.polarsys.esf:org.polarsys.esf.core.common:0.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/esf-infra-quality/core/org.polarsys.esf.core.common/pom.xml [INFO] Resolving dependencies of MavenProject: org.polarsys.esf:org.polarsys.esf.core.common:0.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/esf-infra-quality/core/org.polarsys.esf.core.common/pom.xml [INFO] Resolving class path of MavenProject: org.polarsys.esf:org.polarsys.esf.core.common:0.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/esf-infra-quality/core/org.polarsys.esf.core.common/pom.xml [INFO] Computing target platform for MavenProject: org.polarsys.esf:org.polarsys.esf.core.common.ui:0.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/esf-infra-quality/core/org.polarsys.esf.core.common.ui/pom.xml [INFO] Resolving dependencies of MavenProject: org.polarsys.esf:org.polarsys.esf.core.common.ui:0.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/esf-infra-quality/core/org.polarsys.esf.core.common.ui/pom.xml [INFO] Resolving class path of MavenProject: org.polarsys.esf:org.polarsys.esf.core.common.ui:0.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/esf-infra-quality/core/org.polarsys.esf.core.common.ui/pom.xml [INFO] Computing target platform for MavenProject: org.polarsys.esf:org.polarsys.esf.core.doc:0.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/esf-infra-quality/core/org.polarsys.esf.core.doc/pom.xml [INFO] Resolving dependencies of MavenProject: org.polarsys.esf:org.polarsys.esf.core.doc:0.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/esf-infra-quality/core/org.polarsys.esf.core.doc/pom.xml [INFO] Resolving class path of MavenProject: org.polarsys.esf:org.polarsys.esf.core.doc:0.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/esf-infra-quality/core/org.polarsys.esf.core.doc/pom.xml [INFO] Computing target platform for MavenProject: org.polarsys.esf:org.polarsys.esf.core.utils:0.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/esf-infra-quality/core/org.polarsys.esf.core.utils/pom.xml [INFO] Resolving dependencies of MavenProject: org.polarsys.esf:org.polarsys.esf.core.utils:0.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/esf-infra-quality/core/org.polarsys.esf.core.utils/pom.xml [INFO] Resolving class path of MavenProject: org.polarsys.esf:org.polarsys.esf.core.utils:0.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/esf-infra-quality/core/org.polarsys.esf.core.utils/pom.xml [INFO] Computing target platform for MavenProject: org.polarsys.esf:esf-infra.p2:0.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/esf-infra-quality/p2/pom.xml [INFO] Resolving dependencies of MavenProject: org.polarsys.esf:esf-infra.p2:0.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/esf-infra-quality/p2/pom.xml [INFO] Resolving class path of MavenProject: org.polarsys.esf:esf-infra.p2:0.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/esf-infra-quality/p2/pom.xml [INFO] ------------------------------------------------------------------------ [INFO] Reactor Build Order: [INFO] [INFO] ESF [pom] [INFO] ESF Core [pom] [INFO] ESF Diagram [pom] [INFO] org.polarsys.esf.core.common [eclipse-plugin] [INFO] org.polarsys.esf.core.common.ui [eclipse-plugin] [INFO] ESF Profile [pom] [INFO] ESFCore Profile [eclipse-plugin] [INFO] ESFArchitectureConcepts Profile [eclipse-plugin] [INFO] org.polarsys.esf.core.utils [eclipse-plugin] [INFO] ESF Core Resources [pom] [INFO] ESF Core Graphical Resources [eclipse-plugin] [INFO] org.polarsys.esf.core.diagram.esfarchitectureconcepts [eclipse-plugin] [INFO] ESF Meta-model [pom] [INFO] ESFArchitectureConcepts Meta-model [eclipse-plugin] [INFO] ESFCore Meta-model [eclipse-plugin] [INFO] ESFBehaviours Meta-model [eclipse-plugin] [INFO] ESFProperties Meta-model [eclipse-plugin] [INFO] ESFSafetyConcepts Meta-model [eclipse-plugin] [INFO] ESFArchitectureConcepts Profile test [eclipse-test-plugin] [INFO] org.polarsys.esf.core.profile.esfarchitectureconcepts.application [eclipse-plugin] [INFO] ESFProperties Profile [eclipse-plugin] [INFO] ESFBehaviours Profile [eclipse-plugin] [INFO] ESFSafetyConcepts Profile [eclipse-plugin] [INFO] ESF Releng [pom] [INFO] org.polarsys.esf.core.doc [eclipse-plugin] [INFO] ESF Core branding [eclipse-plugin] [INFO] ESF Core feature [eclipse-feature] [INFO] esf-infra.p2 [eclipse-repository] [INFO] [INFO] ---------------------< org.polarsys.esf:esf-infra >--------------------- [INFO] Building ESF 0.7.0-SNAPSHOT [1/28] [INFO] --------------------------------[ pom ]--------------------------------- [WARNING] The following dependencies could not be resolved at this point of the build but seem to be part of the reactor: [WARNING] o org.polarsys.esf:org.polarsys.esf.core.common:jar:0.7.0-SNAPSHOT (provided) [WARNING] Try running the build up to the lifecycle phase "package" [WARNING] The following dependencies could not be resolved at this point of the build but seem to be part of the reactor: [WARNING] o org.polarsys.esf:org.polarsys.esf.core.profile.esfcore:jar:0.7.0-SNAPSHOT (provided) [WARNING] Try running the build up to the lifecycle phase "package" [WARNING] The following dependencies could not be resolved at this point of the build but seem to be part of the reactor: [WARNING] o org.polarsys.esf:org.polarsys.esf.core.common:jar:0.7.0-SNAPSHOT (provided) [WARNING] Try running the build up to the lifecycle phase "package" [WARNING] The following dependencies could not be resolved at this point of the build but seem to be part of the reactor: [WARNING] o org.polarsys.esf:org.polarsys.esf.core.common:jar:0.7.0-SNAPSHOT (provided) [WARNING] o org.polarsys.esf:org.polarsys.esf.core.common.ui:jar:0.7.0-SNAPSHOT (provided) [WARNING] o org.polarsys.esf:org.polarsys.esf.core.profile.esfarchitectureconcepts:jar:0.7.0-SNAPSHOT (provided) [WARNING] o org.polarsys.esf:org.polarsys.esf.core.utils:jar:0.7.0-SNAPSHOT (provided) [WARNING] o org.polarsys.esf:org.polarsys.esf.core.resources.graphical:jar:0.7.0-SNAPSHOT (provided) [WARNING] o org.polarsys.esf:org.polarsys.esf.core.profile.esfcore:jar:0.7.0-SNAPSHOT (provided) [WARNING] Try running the build up to the lifecycle phase "package" [WARNING] The following dependencies could not be resolved at this point of the build but seem to be part of the reactor: [WARNING] o org.polarsys.esf:org.polarsys.esf.core.profile.esfarchitectureconcepts:jar:0.7.0-SNAPSHOT (provided) [WARNING] o org.polarsys.esf:org.polarsys.esf.core.profile.esfcore:jar:0.7.0-SNAPSHOT (provided) [WARNING] Try running the build up to the lifecycle phase "package" [WARNING] The following dependencies could not be resolved at this point of the build but seem to be part of the reactor: [WARNING] o org.polarsys.esf:org.polarsys.esf.core.common:jar:0.7.0-SNAPSHOT (provided) [WARNING] o org.polarsys.esf:org.polarsys.esf.core.common.ui:jar:0.7.0-SNAPSHOT (provided) [WARNING] o org.polarsys.esf:org.polarsys.esf.core.profile.esfarchitectureconcepts:jar:0.7.0-SNAPSHOT (provided) [WARNING] o org.polarsys.esf:org.polarsys.esf.core.profile.esfcore:jar:0.7.0-SNAPSHOT (provided) [WARNING] o org.polarsys.esf:org.polarsys.esf.core.utils:jar:0.7.0-SNAPSHOT (provided) [WARNING] Try running the build up to the lifecycle phase "package" [WARNING] The following dependencies could not be resolved at this point of the build but seem to be part of the reactor: [WARNING] o org.polarsys.esf:org.polarsys.esf.core.profile.esfcore:jar:0.7.0-SNAPSHOT (provided) [WARNING] Try running the build up to the lifecycle phase "package" [WARNING] The following dependencies could not be resolved at this point of the build but seem to be part of the reactor: [WARNING] o org.polarsys.esf:org.polarsys.esf.core.profile.esfcore:jar:0.7.0-SNAPSHOT (provided) [WARNING] o org.polarsys.esf:org.polarsys.esf.core.profile.esfproperties:jar:0.7.0-SNAPSHOT (provided) [WARNING] Try running the build up to the lifecycle phase "package" [WARNING] The following dependencies could not be resolved at this point of the build but seem to be part of the reactor: [WARNING] o org.polarsys.esf:org.polarsys.esf.core.common:jar:0.7.0-SNAPSHOT (provided) [WARNING] o org.polarsys.esf:org.polarsys.esf.core.profile.esfbehaviours:jar:0.7.0-SNAPSHOT (provided) [WARNING] o org.polarsys.esf:org.polarsys.esf.core.profile.esfcore:jar:0.7.0-SNAPSHOT (provided) [WARNING] o org.polarsys.esf:org.polarsys.esf.core.profile.esfproperties:jar:0.7.0-SNAPSHOT (provided) [WARNING] o org.polarsys.esf:org.polarsys.esf.core.utils:jar:0.7.0-SNAPSHOT (provided) [WARNING] Try running the build up to the lifecycle phase "package" [WARNING] The following dependencies could not be resolved at this point of the build but seem to be part of the reactor: [WARNING] o org.polarsys.esf:org.polarsys.esf.core.common:jar:0.7.0-SNAPSHOT (provided) [WARNING] o org.polarsys.esf:org.polarsys.esf.core.common.ui:jar:0.7.0-SNAPSHOT (provided) [WARNING] o org.polarsys.esf:org.polarsys.esf.core.diagram.esfarchitectureconcepts:jar:0.7.0-SNAPSHOT (provided) [WARNING] o org.polarsys.esf:org.polarsys.esf.core.profile.esfarchitectureconcepts:jar:0.7.0-SNAPSHOT (provided) [WARNING] o org.polarsys.esf:org.polarsys.esf.core.utils:jar:0.7.0-SNAPSHOT (provided) [WARNING] o org.polarsys.esf:org.polarsys.esf.core.resources.graphical:jar:0.7.0-SNAPSHOT (provided) [WARNING] o org.polarsys.esf:org.polarsys.esf.core.doc:jar:0.7.0-SNAPSHOT (provided) [WARNING] o org.polarsys.esf:org.polarsys.esf.core.metamodel.esfarchitectureconcepts:jar:0.7.0-SNAPSHOT (provided) [WARNING] o org.polarsys.esf:org.polarsys.esf.core.metamodel.esfbehaviours:jar:0.7.0-SNAPSHOT (provided) [WARNING] o org.polarsys.esf:org.polarsys.esf.core.metamodel.esfcore:jar:0.7.0-SNAPSHOT (provided) [WARNING] o org.polarsys.esf:org.polarsys.esf.core.metamodel.esfproperties:jar:0.7.0-SNAPSHOT (provided) [WARNING] o org.polarsys.esf:org.polarsys.esf.core.metamodel.esfsafetyconcepts:jar:0.7.0-SNAPSHOT (provided) [WARNING] o org.polarsys.esf:org.polarsys.esf.core.profile.esfcore:jar:0.7.0-SNAPSHOT (provided) [WARNING] o org.polarsys.esf:org.polarsys.esf.core.profile.esfarchitectureconcepts.application:jar:0.7.0-SNAPSHOT (provided) [WARNING] o org.polarsys.esf:org.polarsys.esf.core.profile.esfbehaviours:jar:0.7.0-SNAPSHOT (provided) [WARNING] o org.polarsys.esf:org.polarsys.esf.core.profile.esfproperties:jar:0.7.0-SNAPSHOT (provided) [WARNING] o org.polarsys.esf:org.polarsys.esf.core.profile.esfsafetyconcepts:jar:0.7.0-SNAPSHOT (provided) [WARNING] o org.polarsys.esf:org.polarsys.esf.core.releng.branding:jar:0.7.0-SNAPSHOT (provided) [WARNING] Try running the build up to the lifecycle phase "package" [WARNING] The following dependencies could not be resolved at this point of the build but seem to be part of the reactor: [WARNING] o org.polarsys.esf:org.polarsys.esf.core.releng:jar:0.7.0-SNAPSHOT (provided) [WARNING] o org.polarsys.esf:org.polarsys.esf.core.common:jar:0.7.0-SNAPSHOT (provided) [WARNING] o org.polarsys.esf:org.polarsys.esf.core.common.ui:jar:0.7.0-SNAPSHOT (provided) [WARNING] o org.polarsys.esf:org.polarsys.esf.core.diagram.esfarchitectureconcepts:jar:0.7.0-SNAPSHOT (provided) [WARNING] o org.polarsys.esf:org.polarsys.esf.core.profile.esfarchitectureconcepts:jar:0.7.0-SNAPSHOT (provided) [WARNING] o org.polarsys.esf:org.polarsys.esf.core.utils:jar:0.7.0-SNAPSHOT (provided) [WARNING] o org.polarsys.esf:org.polarsys.esf.core.resources.graphical:jar:0.7.0-SNAPSHOT (provided) [WARNING] o org.polarsys.esf:org.polarsys.esf.core.doc:jar:0.7.0-SNAPSHOT (provided) [WARNING] o org.polarsys.esf:org.polarsys.esf.core.metamodel.esfarchitectureconcepts:jar:0.7.0-SNAPSHOT (provided) [WARNING] o org.polarsys.esf:org.polarsys.esf.core.metamodel.esfbehaviours:jar:0.7.0-SNAPSHOT (provided) [WARNING] o org.polarsys.esf:org.polarsys.esf.core.metamodel.esfcore:jar:0.7.0-SNAPSHOT (provided) [WARNING] o org.polarsys.esf:org.polarsys.esf.core.metamodel.esfproperties:jar:0.7.0-SNAPSHOT (provided) [WARNING] o org.polarsys.esf:org.polarsys.esf.core.metamodel.esfsafetyconcepts:jar:0.7.0-SNAPSHOT (provided) [WARNING] o org.polarsys.esf:org.polarsys.esf.core.profile.esfcore:jar:0.7.0-SNAPSHOT (provided) [WARNING] o org.polarsys.esf:org.polarsys.esf.core.profile.esfarchitectureconcepts.application:jar:0.7.0-SNAPSHOT (provided) [WARNING] o org.polarsys.esf:org.polarsys.esf.core.profile.esfbehaviours:jar:0.7.0-SNAPSHOT (provided) [WARNING] o org.polarsys.esf:org.polarsys.esf.core.profile.esfproperties:jar:0.7.0-SNAPSHOT (provided) [WARNING] o org.polarsys.esf:org.polarsys.esf.core.profile.esfsafetyconcepts:jar:0.7.0-SNAPSHOT (provided) [WARNING] o org.polarsys.esf:org.polarsys.esf.core.releng.branding:jar:0.7.0-SNAPSHOT (provided) [WARNING] Try running the build up to the lifecycle phase "package" [INFO] [INFO] --- sonar-maven-plugin:3.3.0.603:sonar (default-cli) @ esf-infra --- [INFO] User cache: /home/jenkins/.sonar/cache [INFO] SonarQube version: 4.5.7 [INFO] Default locale: "en_US", source code encoding: "UTF-8" 07:47:42.078 INFO - Load global referentials... 07:47:42.222 INFO - Load global referentials done: 145 ms 07:47:42.310 INFO - User cache: /home/jenkins/.sonar/cache 07:47:42.318 INFO - Install plugins 07:47:42.324 INFO - Download sonar-core-plugin-4.5.7.jar 07:47:42.346 INFO - Download sonar-email-notifications-plugin-4.5.7.jar 07:47:42.630 INFO - Download sonar-findbugs-plugin-3.3.jar 07:47:43.343 INFO - Download sonar-java-plugin-3.9.jar 07:47:43.502 INFO - Download sonar-ldap-plugin-1.4.jar 07:47:43.510 INFO - Download sonar-pmd-plugin-2.6.jar 07:47:43.720 INFO - Download sonar-cpd-plugin-4.5.7.jar 07:47:43.726 INFO - Download sonar-dbcleaner-plugin-4.5.7.jar 07:47:43.731 INFO - Download sonar-design-plugin-4.5.7.jar 07:47:43.736 INFO - Download sonar-l10n-en-plugin-4.5.7.jar 07:47:43.739 INFO - Download sonar-checkstyle-plugin-2.3.jar 07:47:44.044 INFO - Install JDBC driver 07:47:44.048 INFO - Download mysql-connector-java-5.1.27.jar 07:47:44.118 INFO - Create JDBC datasource for jdbc:mysql://dbmaster:3306/sonar?autoReconnect=true&useUnicode=true&characterEncoding=utf8 [INFO] ------------------------------------------------------------------------ [INFO] Reactor Summary for ESF 0.7.0-SNAPSHOT: [INFO] [INFO] ESF ................................................ FAILURE [ 13.593 s] [INFO] ESF Core ........................................... SKIPPED [INFO] ESF Diagram ........................................ SKIPPED [INFO] org.polarsys.esf.core.common ....................... SKIPPED [INFO] org.polarsys.esf.core.common.ui .................... SKIPPED [INFO] ESF Profile ........................................ SKIPPED [INFO] ESFCore Profile .................................... SKIPPED [INFO] ESFArchitectureConcepts Profile .................... SKIPPED [INFO] org.polarsys.esf.core.utils ........................ SKIPPED [INFO] ESF Core Resources ................................. SKIPPED [INFO] ESF Core Graphical Resources ....................... SKIPPED [INFO] org.polarsys.esf.core.diagram.esfarchitectureconcepts SKIPPED [INFO] ESF Meta-model ..................................... SKIPPED [INFO] ESFArchitectureConcepts Meta-model ................. SKIPPED [INFO] ESFCore Meta-model ................................. SKIPPED [INFO] ESFBehaviours Meta-model ........................... SKIPPED [INFO] ESFProperties Meta-model ........................... SKIPPED [INFO] ESFSafetyConcepts Meta-model ....................... SKIPPED [INFO] ESFArchitectureConcepts Profile test ............... SKIPPED [INFO] org.polarsys.esf.core.profile.esfarchitectureconcepts.application SKIPPED [INFO] ESFProperties Profile .............................. SKIPPED [INFO] ESFBehaviours Profile .............................. SKIPPED [INFO] ESFSafetyConcepts Profile .......................... SKIPPED [INFO] ESF Releng ......................................... SKIPPED [INFO] org.polarsys.esf.core.doc .......................... SKIPPED [INFO] ESF Core branding .................................. SKIPPED [INFO] ESF Core feature ................................... SKIPPED [INFO] esf-infra.p2 ....................................... SKIPPED [INFO] ------------------------------------------------------------------------ [INFO] BUILD FAILURE [INFO] ------------------------------------------------------------------------ [INFO] Total time: 53.923 s [INFO] Finished at: 2020-05-28T07:47:48Z [INFO] ------------------------------------------------------------------------ [ERROR] Failed to execute goal org.sonarsource.scanner.maven:sonar-maven-plugin:3.3.0.603:sonar (default-cli) on project esf-infra: Fail to connect to database: Cannot create PoolableConnectionFactory (Could not create connection to database server. Attempted reconnect 3 times. Giving up.): Unknown database 'sonar' -> [Help 1] org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.sonarsource.scanner.maven:sonar-maven-plugin:3.3.0.603:sonar (default-cli) on project esf-infra: Fail to connect to database at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:215) at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:156) at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:148) at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117) at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81) at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56) at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128) at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305) at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192) at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105) at org.apache.maven.cli.MavenCli.execute (MavenCli.java:957) at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:289) at org.apache.maven.cli.MavenCli.main (MavenCli.java:193) 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:282) at org.codehaus.plexus.classworlds.launcher.Launcher.launch (Launcher.java:225) at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode (Launcher.java:406) at org.codehaus.plexus.classworlds.launcher.Launcher.main (Launcher.java:347) Caused by: org.apache.maven.plugin.MojoExecutionException: Fail to connect to database at org.sonarsource.scanner.maven.bootstrap.ExceptionHandling.handle (ExceptionHandling.java:36) at org.sonarsource.scanner.maven.bootstrap.ScannerBootstrapper.execute (ScannerBootstrapper.java:80) at org.sonarsource.scanner.maven.SonarQubeMojo.execute (SonarQubeMojo.java:139) at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo (DefaultBuildPluginManager.java:137) at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:210) at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:156) at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:148) at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117) at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81) at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56) at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128) at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305) at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192) at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105) at org.apache.maven.cli.MavenCli.execute (MavenCli.java:957) at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:289) at org.apache.maven.cli.MavenCli.main (MavenCli.java:193) 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:282) at org.codehaus.plexus.classworlds.launcher.Launcher.launch (Launcher.java:225) at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode (Launcher.java:406) at org.codehaus.plexus.classworlds.launcher.Launcher.main (Launcher.java:347) Caused by: java.lang.IllegalStateException: Fail to connect to database at org.sonar.core.persistence.DefaultDatabase.start (DefaultDatabase.java:77) 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.picocontainer.lifecycle.ReflectionLifecycleStrategy.invokeMethod (ReflectionLifecycleStrategy.java:110) at org.picocontainer.lifecycle.ReflectionLifecycleStrategy.start (ReflectionLifecycleStrategy.java:89) at org.picocontainer.injectors.AbstractInjectionFactory$LifecycleAdapter.start (AbstractInjectionFactory.java:84) at org.picocontainer.behaviors.AbstractBehavior.start (AbstractBehavior.java:169) at org.picocontainer.behaviors.Stored$RealComponentLifecycle.start (Stored.java:132) at org.picocontainer.behaviors.Stored.start (Stored.java:110) at org.picocontainer.DefaultPicoContainer.potentiallyStartAdapter (DefaultPicoContainer.java:1015) at org.picocontainer.DefaultPicoContainer.startAdapters (DefaultPicoContainer.java:1008) at org.picocontainer.DefaultPicoContainer.start (DefaultPicoContainer.java:766) at org.sonar.api.platform.ComponentContainer.startComponents (ComponentContainer.java:92) at org.sonar.batch.bootstrapper.Batch.start (Batch.java:81) at org.sonar.batch.bootstrapper.Batch.execute (Batch.java:67) at org.sonarsource.scanner.api.internal.batch.BatchIsolatedLauncher.executeOldVersion (BatchIsolatedLauncher.java:71) 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.sonarsource.scanner.api.internal.IsolatedLauncherProxy.invoke (IsolatedLauncherProxy.java:60) at com.sun.proxy.$Proxy26.executeOldVersion (Unknown Source) at org.sonarsource.scanner.api.EmbeddedScanner.doExecute (EmbeddedScanner.java:238) at org.sonarsource.scanner.api.EmbeddedScanner.runAnalysis (EmbeddedScanner.java:151) at org.sonarsource.scanner.maven.bootstrap.ScannerBootstrapper.execute (ScannerBootstrapper.java:77) at org.sonarsource.scanner.maven.SonarQubeMojo.execute (SonarQubeMojo.java:139) at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo (DefaultBuildPluginManager.java:137) at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:210) at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:156) at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:148) at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117) at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81) at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56) at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128) at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305) at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192) at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105) at org.apache.maven.cli.MavenCli.execute (MavenCli.java:957) at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:289) at org.apache.maven.cli.MavenCli.main (MavenCli.java:193) 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:282) at org.codehaus.plexus.classworlds.launcher.Launcher.launch (Launcher.java:225) at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode (Launcher.java:406) at org.codehaus.plexus.classworlds.launcher.Launcher.main (Launcher.java:347) Caused by: org.apache.commons.dbcp.SQLNestedException: Cannot create PoolableConnectionFactory (Could not create connection to database server. Attempted reconnect 3 times. Giving up.) at org.apache.commons.dbcp.BasicDataSource.createPoolableConnectionFactory (BasicDataSource.java:1549) at org.apache.commons.dbcp.BasicDataSource.createDataSource (BasicDataSource.java:1388) at org.apache.commons.dbcp.BasicDataSource.getLogWriter (BasicDataSource.java:1098) at org.apache.commons.dbcp.BasicDataSourceFactory.createDataSource (BasicDataSourceFactory.java:350) at org.sonar.core.persistence.DefaultDatabase.initDatasource (DefaultDatabase.java:103) at org.sonar.core.persistence.DefaultDatabase.start (DefaultDatabase.java:72) 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.picocontainer.lifecycle.ReflectionLifecycleStrategy.invokeMethod (ReflectionLifecycleStrategy.java:110) at org.picocontainer.lifecycle.ReflectionLifecycleStrategy.start (ReflectionLifecycleStrategy.java:89) at org.picocontainer.injectors.AbstractInjectionFactory$LifecycleAdapter.start (AbstractInjectionFactory.java:84) at org.picocontainer.behaviors.AbstractBehavior.start (AbstractBehavior.java:169) at org.picocontainer.behaviors.Stored$RealComponentLifecycle.start (Stored.java:132) at org.picocontainer.behaviors.Stored.start (Stored.java:110) at org.picocontainer.DefaultPicoContainer.potentiallyStartAdapter (DefaultPicoContainer.java:1015) at org.picocontainer.DefaultPicoContainer.startAdapters (DefaultPicoContainer.java:1008) at org.picocontainer.DefaultPicoContainer.start (DefaultPicoContainer.java:766) at org.sonar.api.platform.ComponentContainer.startComponents (ComponentContainer.java:92) at org.sonar.batch.bootstrapper.Batch.start (Batch.java:81) at org.sonar.batch.bootstrapper.Batch.execute (Batch.java:67) at org.sonarsource.scanner.api.internal.batch.BatchIsolatedLauncher.executeOldVersion (BatchIsolatedLauncher.java:71) 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.sonarsource.scanner.api.internal.IsolatedLauncherProxy.invoke (IsolatedLauncherProxy.java:60) at com.sun.proxy.$Proxy26.executeOldVersion (Unknown Source) at org.sonarsource.scanner.api.EmbeddedScanner.doExecute (EmbeddedScanner.java:238) at org.sonarsource.scanner.api.EmbeddedScanner.runAnalysis (EmbeddedScanner.java:151) at org.sonarsource.scanner.maven.bootstrap.ScannerBootstrapper.execute (ScannerBootstrapper.java:77) at org.sonarsource.scanner.maven.SonarQubeMojo.execute (SonarQubeMojo.java:139) at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo (DefaultBuildPluginManager.java:137) at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:210) at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:156) at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:148) at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117) at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81) at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56) at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128) at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305) at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192) at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105) at org.apache.maven.cli.MavenCli.execute (MavenCli.java:957) at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:289) at org.apache.maven.cli.MavenCli.main (MavenCli.java:193) 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:282) at org.codehaus.plexus.classworlds.launcher.Launcher.launch (Launcher.java:225) at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode (Launcher.java:406) at org.codehaus.plexus.classworlds.launcher.Launcher.main (Launcher.java:347) Caused by: com.mysql.jdbc.exceptions.jdbc4.MySQLNonTransientConnectionException: Could not create connection to database server. Attempted reconnect 3 times. Giving up. at sun.reflect.NativeConstructorAccessorImpl.newInstance0 (Native Method) at sun.reflect.NativeConstructorAccessorImpl.newInstance (NativeConstructorAccessorImpl.java:62) at sun.reflect.DelegatingConstructorAccessorImpl.newInstance (DelegatingConstructorAccessorImpl.java:45) at java.lang.reflect.Constructor.newInstance (Constructor.java:423) at com.mysql.jdbc.Util.handleNewInstance (Util.java:411) at com.mysql.jdbc.Util.getInstance (Util.java:386) at com.mysql.jdbc.SQLError.createSQLException (SQLError.java:1015) at com.mysql.jdbc.SQLError.createSQLException (SQLError.java:989) at com.mysql.jdbc.SQLError.createSQLException (SQLError.java:975) at com.mysql.jdbc.SQLError.createSQLException (SQLError.java:920) at com.mysql.jdbc.ConnectionImpl.connectWithRetries (ConnectionImpl.java:2395) at com.mysql.jdbc.ConnectionImpl.createNewIO (ConnectionImpl.java:2316) at com.mysql.jdbc.ConnectionImpl. (ConnectionImpl.java:834) at com.mysql.jdbc.JDBC4Connection. (JDBC4Connection.java:47) at sun.reflect.NativeConstructorAccessorImpl.newInstance0 (Native Method) at sun.reflect.NativeConstructorAccessorImpl.newInstance (NativeConstructorAccessorImpl.java:62) at sun.reflect.DelegatingConstructorAccessorImpl.newInstance (DelegatingConstructorAccessorImpl.java:45) at java.lang.reflect.Constructor.newInstance (Constructor.java:423) at com.mysql.jdbc.Util.handleNewInstance (Util.java:411) at com.mysql.jdbc.ConnectionImpl.getInstance (ConnectionImpl.java:416) at com.mysql.jdbc.NonRegisteringDriver.connect (NonRegisteringDriver.java:347) at org.apache.commons.dbcp.DriverConnectionFactory.createConnection (DriverConnectionFactory.java:38) at org.apache.commons.dbcp.PoolableConnectionFactory.makeObject (PoolableConnectionFactory.java:582) at org.apache.commons.dbcp.BasicDataSource.validateConnectionFactory (BasicDataSource.java:1556) at org.apache.commons.dbcp.BasicDataSource.createPoolableConnectionFactory (BasicDataSource.java:1545) at org.apache.commons.dbcp.BasicDataSource.createDataSource (BasicDataSource.java:1388) at org.apache.commons.dbcp.BasicDataSource.getLogWriter (BasicDataSource.java:1098) at org.apache.commons.dbcp.BasicDataSourceFactory.createDataSource (BasicDataSourceFactory.java:350) at org.sonar.core.persistence.DefaultDatabase.initDatasource (DefaultDatabase.java:103) at org.sonar.core.persistence.DefaultDatabase.start (DefaultDatabase.java:72) 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.picocontainer.lifecycle.ReflectionLifecycleStrategy.invokeMethod (ReflectionLifecycleStrategy.java:110) at org.picocontainer.lifecycle.ReflectionLifecycleStrategy.start (ReflectionLifecycleStrategy.java:89) at org.picocontainer.injectors.AbstractInjectionFactory$LifecycleAdapter.start (AbstractInjectionFactory.java:84) at org.picocontainer.behaviors.AbstractBehavior.start (AbstractBehavior.java:169) at org.picocontainer.behaviors.Stored$RealComponentLifecycle.start (Stored.java:132) at org.picocontainer.behaviors.Stored.start (Stored.java:110) at org.picocontainer.DefaultPicoContainer.potentiallyStartAdapter (DefaultPicoContainer.java:1015) at org.picocontainer.DefaultPicoContainer.startAdapters (DefaultPicoContainer.java:1008) at org.picocontainer.DefaultPicoContainer.start (DefaultPicoContainer.java:766) at org.sonar.api.platform.ComponentContainer.startComponents (ComponentContainer.java:92) at org.sonar.batch.bootstrapper.Batch.start (Batch.java:81) at org.sonar.batch.bootstrapper.Batch.execute (Batch.java:67) at org.sonarsource.scanner.api.internal.batch.BatchIsolatedLauncher.executeOldVersion (BatchIsolatedLauncher.java:71) 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.sonarsource.scanner.api.internal.IsolatedLauncherProxy.invoke (IsolatedLauncherProxy.java:60) at com.sun.proxy.$Proxy26.executeOldVersion (Unknown Source) at org.sonarsource.scanner.api.EmbeddedScanner.doExecute (EmbeddedScanner.java:238) at org.sonarsource.scanner.api.EmbeddedScanner.runAnalysis (EmbeddedScanner.java:151) at org.sonarsource.scanner.maven.bootstrap.ScannerBootstrapper.execute (ScannerBootstrapper.java:77) at org.sonarsource.scanner.maven.SonarQubeMojo.execute (SonarQubeMojo.java:139) at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo (DefaultBuildPluginManager.java:137) at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:210) at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:156) at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:148) at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117) at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81) at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56) at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128) at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305) at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192) at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105) at org.apache.maven.cli.MavenCli.execute (MavenCli.java:957) at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:289) at org.apache.maven.cli.MavenCli.main (MavenCli.java:193) 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:282) at org.codehaus.plexus.classworlds.launcher.Launcher.launch (Launcher.java:225) at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode (Launcher.java:406) at org.codehaus.plexus.classworlds.launcher.Launcher.main (Launcher.java:347) Caused by: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Unknown database 'sonar' at sun.reflect.NativeConstructorAccessorImpl.newInstance0 (Native Method) at sun.reflect.NativeConstructorAccessorImpl.newInstance (NativeConstructorAccessorImpl.java:62) at sun.reflect.DelegatingConstructorAccessorImpl.newInstance (DelegatingConstructorAccessorImpl.java:45) at java.lang.reflect.Constructor.newInstance (Constructor.java:423) at com.mysql.jdbc.Util.handleNewInstance (Util.java:411) at com.mysql.jdbc.Util.getInstance (Util.java:386) at com.mysql.jdbc.SQLError.createSQLException (SQLError.java:1054) at com.mysql.jdbc.MysqlIO.checkErrorPacket (MysqlIO.java:4237) at com.mysql.jdbc.MysqlIO.checkErrorPacket (MysqlIO.java:4169) at com.mysql.jdbc.MysqlIO.checkErrorPacket (MysqlIO.java:928) at com.mysql.jdbc.MysqlIO.proceedHandshakeWithPluggableAuthentication (MysqlIO.java:1750) at com.mysql.jdbc.MysqlIO.doHandshake (MysqlIO.java:1290) at com.mysql.jdbc.ConnectionImpl.coreConnect (ConnectionImpl.java:2493) at com.mysql.jdbc.ConnectionImpl.connectWithRetries (ConnectionImpl.java:2334) at com.mysql.jdbc.ConnectionImpl.createNewIO (ConnectionImpl.java:2316) at com.mysql.jdbc.ConnectionImpl. (ConnectionImpl.java:834) at com.mysql.jdbc.JDBC4Connection. (JDBC4Connection.java:47) at sun.reflect.NativeConstructorAccessorImpl.newInstance0 (Native Method) at sun.reflect.NativeConstructorAccessorImpl.newInstance (NativeConstructorAccessorImpl.java:62) at sun.reflect.DelegatingConstructorAccessorImpl.newInstance (DelegatingConstructorAccessorImpl.java:45) at java.lang.reflect.Constructor.newInstance (Constructor.java:423) at com.mysql.jdbc.Util.handleNewInstance (Util.java:411) at com.mysql.jdbc.ConnectionImpl.getInstance (ConnectionImpl.java:416) at com.mysql.jdbc.NonRegisteringDriver.connect (NonRegisteringDriver.java:347) at org.apache.commons.dbcp.DriverConnectionFactory.createConnection (DriverConnectionFactory.java:38) at org.apache.commons.dbcp.PoolableConnectionFactory.makeObject (PoolableConnectionFactory.java:582) at org.apache.commons.dbcp.BasicDataSource.validateConnectionFactory (BasicDataSource.java:1556) at org.apache.commons.dbcp.BasicDataSource.createPoolableConnectionFactory (BasicDataSource.java:1545) at org.apache.commons.dbcp.BasicDataSource.createDataSource (BasicDataSource.java:1388) at org.apache.commons.dbcp.BasicDataSource.getLogWriter (BasicDataSource.java:1098) at org.apache.commons.dbcp.BasicDataSourceFactory.createDataSource (BasicDataSourceFactory.java:350) at org.sonar.core.persistence.DefaultDatabase.initDatasource (DefaultDatabase.java:103) at org.sonar.core.persistence.DefaultDatabase.start (DefaultDatabase.java:72) 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.picocontainer.lifecycle.ReflectionLifecycleStrategy.invokeMethod (ReflectionLifecycleStrategy.java:110) at org.picocontainer.lifecycle.ReflectionLifecycleStrategy.start (ReflectionLifecycleStrategy.java:89) at org.picocontainer.injectors.AbstractInjectionFactory$LifecycleAdapter.start (AbstractInjectionFactory.java:84) at org.picocontainer.behaviors.AbstractBehavior.start (AbstractBehavior.java:169) at org.picocontainer.behaviors.Stored$RealComponentLifecycle.start (Stored.java:132) at org.picocontainer.behaviors.Stored.start (Stored.java:110) at org.picocontainer.DefaultPicoContainer.potentiallyStartAdapter (DefaultPicoContainer.java:1015) at org.picocontainer.DefaultPicoContainer.startAdapters (DefaultPicoContainer.java:1008) at org.picocontainer.DefaultPicoContainer.start (DefaultPicoContainer.java:766) at org.sonar.api.platform.ComponentContainer.startComponents (ComponentContainer.java:92) at org.sonar.batch.bootstrapper.Batch.start (Batch.java:81) at org.sonar.batch.bootstrapper.Batch.execute (Batch.java:67) at org.sonarsource.scanner.api.internal.batch.BatchIsolatedLauncher.executeOldVersion (BatchIsolatedLauncher.java:71) 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.sonarsource.scanner.api.internal.IsolatedLauncherProxy.invoke (IsolatedLauncherProxy.java:60) at com.sun.proxy.$Proxy26.executeOldVersion (Unknown Source) at org.sonarsource.scanner.api.EmbeddedScanner.doExecute (EmbeddedScanner.java:238) at org.sonarsource.scanner.api.EmbeddedScanner.runAnalysis (EmbeddedScanner.java:151) at org.sonarsource.scanner.maven.bootstrap.ScannerBootstrapper.execute (ScannerBootstrapper.java:77) at org.sonarsource.scanner.maven.SonarQubeMojo.execute (SonarQubeMojo.java:139) at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo (DefaultBuildPluginManager.java:137) at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:210) at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:156) at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:148) at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117) at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81) at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56) at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128) at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305) at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192) at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105) at org.apache.maven.cli.MavenCli.execute (MavenCli.java:957) at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:289) at org.apache.maven.cli.MavenCli.main (MavenCli.java:193) 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:282) at org.codehaus.plexus.classworlds.launcher.Launcher.launch (Launcher.java:225) at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode (Launcher.java:406) at org.codehaus.plexus.classworlds.launcher.Launcher.main (Launcher.java:347) [ERROR] [ERROR] Re-run Maven using the -X switch to enable full debug logging. [ERROR] [ERROR] For more information about the errors and possible solutions, please read the following articles: [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException SonarQube analysis completed: FAILURE Build step 'SonarQube analysis with Maven' changed build result to FAILURE Build step 'SonarQube analysis with Maven' marked build as failure Sending e-mails to: ansgar.radermacher@cea.fr Archiving artifacts Finished: FAILURE