Started by timer Running as SYSTEM Agent default-agent-spgtn is provisioned from template Kubernetes Pod Template --- apiVersion: "v1" kind: "Pod" metadata: annotations: {} labels: jenkins: "slave" name: "default-agent-spgtn" 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-spgtn" - name: "MAVEN_CONFIG" value: "-B -e" - name: "JENKINS_NAME" value: "default-agent-spgtn" - 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-spgtn 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 sonar 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 17 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 259 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 56 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 84 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 30 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 240 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 105 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 30 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 118 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 203 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 18 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 27 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 3.4 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 13 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 52 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 293 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 1.8 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 99 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 67 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 131 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 175 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 14 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 106 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 113 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 6.2 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 38 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 38 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 5.1 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 8.5 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 6.5 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 13 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 127 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 4.6 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 3.8 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 322 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 67 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 191 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 40 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 33 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 36 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 109 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 30 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 46 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 31 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 60 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 12 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 417 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 165 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 204 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 666 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 433 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 246 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 795 kB/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 42 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 9.6 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 168 kB/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 326 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 52 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 184 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 24 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 4.0 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 16 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 42 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 24 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 8.8 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 27 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 22 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 8.6 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 49 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 8.2 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 55 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 2.2 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 55 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 4.6 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 177 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 270 kB/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 5.8 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 52 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 18 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 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.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 9.1 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-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-model/3.0/maven-model-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-core/3.0/maven-core-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-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/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/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-cipher/1.7/plexus-cipher-1.7.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/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-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 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 Progress (1): 4.1/5.6 kB Progress (1): 5.6 kB Progress (2): 5.6 kB | 4.1/165 kB Progress (2): 5.6 kB | 7.7/165 kB Progress (2): 5.6 kB | 12/165 kB Progress (2): 5.6 kB | 16/165 kB Progress (2): 5.6 kB | 20/165 kB Progress (2): 5.6 kB | 24/165 kB Progress (2): 5.6 kB | 28/165 kB Progress (2): 5.6 kB | 32/165 kB Progress (3): 5.6 kB | 32/165 kB | 4.1/202 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 64 kB/s) Progress (2): 36/165 kB | 4.1/202 kB Progress (2): 40/165 kB | 4.1/202 kB Progress (2): 40/165 kB | 7.7/202 kB Progress (2): 40/165 kB | 12/202 kB Progress (2): 40/165 kB | 16/202 kB Progress (2): 45/165 kB | 16/202 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 (2): 45/165 kB | 20/202 kB Progress (2): 45/165 kB | 24/202 kB Progress (2): 45/165 kB | 28/202 kB Progress (2): 45/165 kB | 32/202 kB Progress (2): 49/165 kB | 32/202 kB Progress (2): 49/165 kB | 36/202 kB Progress (2): 49/165 kB | 40/202 kB Progress (2): 49/165 kB | 45/202 kB Progress (2): 53/165 kB | 45/202 kB Progress (2): 53/165 kB | 49/202 kB Progress (2): 57/165 kB | 49/202 kB Progress (2): 61/165 kB | 49/202 kB Progress (2): 61/165 kB | 53/202 kB Progress (2): 65/165 kB | 53/202 kB Progress (2): 65/165 kB | 57/202 kB Progress (2): 65/165 kB | 61/202 kB Progress (2): 69/165 kB | 61/202 kB Progress (2): 69/165 kB | 65/202 kB Progress (2): 73/165 kB | 65/202 kB Progress (2): 73/165 kB | 69/202 kB Progress (2): 73/165 kB | 73/202 kB Progress (2): 73/165 kB | 77/202 kB Progress (2): 73/165 kB | 81/202 kB Progress (2): 77/165 kB | 81/202 kB Progress (2): 77/165 kB | 85/202 kB Progress (2): 77/165 kB | 90/202 kB Progress (2): 77/165 kB | 94/202 kB Progress (2): 77/165 kB | 98/202 kB Progress (2): 77/165 kB | 102/202 kB Progress (2): 77/165 kB | 106/202 kB Progress (2): 77/165 kB | 110/202 kB Progress (2): 77/165 kB | 114/202 kB Progress (2): 77/165 kB | 118/202 kB Progress (2): 77/165 kB | 122/202 kB Progress (2): 77/165 kB | 126/202 kB Progress (2): 77/165 kB | 131/202 kB Progress (2): 77/165 kB | 135/202 kB Progress (2): 77/165 kB | 139/202 kB Progress (2): 77/165 kB | 143/202 kB Progress (2): 77/165 kB | 147/202 kB Progress (2): 77/165 kB | 151/202 kB Progress (2): 81/165 kB | 151/202 kB Progress (2): 81/165 kB | 155/202 kB Progress (2): 81/165 kB | 159/202 kB Progress (2): 81/165 kB | 163/202 kB Progress (2): 81/165 kB | 167/202 kB Progress (3): 81/165 kB | 167/202 kB | 4.1/47 kB Progress (4): 81/165 kB | 167/202 kB | 4.1/47 kB | 4.1/527 kB Progress (4): 81/165 kB | 167/202 kB | 7.7/47 kB | 4.1/527 kB Progress (4): 81/165 kB | 167/202 kB | 12/47 kB | 4.1/527 kB Progress (4): 81/165 kB | 167/202 kB | 16/47 kB | 4.1/527 kB Progress (4): 81/165 kB | 167/202 kB | 20/47 kB | 4.1/527 kB Progress (4): 81/165 kB | 171/202 kB | 20/47 kB | 4.1/527 kB Progress (4): 81/165 kB | 176/202 kB | 20/47 kB | 4.1/527 kB Progress (4): 81/165 kB | 180/202 kB | 20/47 kB | 4.1/527 kB Progress (4): 85/165 kB | 180/202 kB | 20/47 kB | 4.1/527 kB Progress (4): 85/165 kB | 180/202 kB | 24/47 kB | 4.1/527 kB Progress (5): 85/165 kB | 180/202 kB | 24/47 kB | 4.1/527 kB | 4.1/38 kB Progress (5): 85/165 kB | 180/202 kB | 24/47 kB | 4.1/527 kB | 7.7/38 kB Progress (5): 85/165 kB | 180/202 kB | 24/47 kB | 7.7/527 kB | 7.7/38 kB Progress (5): 85/165 kB | 180/202 kB | 24/47 kB | 7.7/527 kB | 12/38 kB Progress (5): 85/165 kB | 180/202 kB | 24/47 kB | 7.7/527 kB | 16/38 kB Progress (5): 85/165 kB | 180/202 kB | 28/47 kB | 7.7/527 kB | 16/38 kB Progress (5): 85/165 kB | 184/202 kB | 28/47 kB | 7.7/527 kB | 16/38 kB Progress (5): 85/165 kB | 188/202 kB | 28/47 kB | 7.7/527 kB | 16/38 kB Progress (5): 90/165 kB | 188/202 kB | 28/47 kB | 7.7/527 kB | 16/38 kB Progress (5): 90/165 kB | 192/202 kB | 28/47 kB | 7.7/527 kB | 16/38 kB Progress (5): 90/165 kB | 196/202 kB | 28/47 kB | 7.7/527 kB | 16/38 kB Progress (5): 90/165 kB | 196/202 kB | 32/47 kB | 7.7/527 kB | 16/38 kB Progress (5): 90/165 kB | 196/202 kB | 32/47 kB | 7.7/527 kB | 20/38 kB Progress (5): 90/165 kB | 196/202 kB | 32/47 kB | 7.7/527 kB | 24/38 kB Progress (5): 90/165 kB | 196/202 kB | 32/47 kB | 7.7/527 kB | 28/38 kB Progress (5): 90/165 kB | 196/202 kB | 32/47 kB | 12/527 kB | 28/38 kB Progress (5): 90/165 kB | 196/202 kB | 32/47 kB | 12/527 kB | 32/38 kB Progress (5): 90/165 kB | 196/202 kB | 36/47 kB | 12/527 kB | 32/38 kB Progress (5): 90/165 kB | 200/202 kB | 36/47 kB | 12/527 kB | 32/38 kB Progress (5): 94/165 kB | 200/202 kB | 36/47 kB | 12/527 kB | 32/38 kB Progress (5): 94/165 kB | 202 kB | 36/47 kB | 12/527 kB | 32/38 kB Progress (5): 94/165 kB | 202 kB | 40/47 kB | 12/527 kB | 32/38 kB Progress (5): 94/165 kB | 202 kB | 40/47 kB | 12/527 kB | 36/38 kB Progress (5): 94/165 kB | 202 kB | 40/47 kB | 12/527 kB | 38 kB Progress (5): 94/165 kB | 202 kB | 40/47 kB | 16/527 kB | 38 kB Progress (5): 94/165 kB | 202 kB | 45/47 kB | 16/527 kB | 38 kB Progress (5): 94/165 kB | 202 kB | 47 kB | 16/527 kB | 38 kB Progress (5): 98/165 kB | 202 kB | 47 kB | 16/527 kB | 38 kB Progress (5): 98/165 kB | 202 kB | 47 kB | 20/527 kB | 38 kB Progress (5): 98/165 kB | 202 kB | 47 kB | 24/527 kB | 38 kB Progress (5): 98/165 kB | 202 kB | 47 kB | 28/527 kB | 38 kB Progress (5): 102/165 kB | 202 kB | 47 kB | 28/527 kB | 38 kB Progress (5): 102/165 kB | 202 kB | 47 kB | 32/527 kB | 38 kB Progress (5): 106/165 kB | 202 kB | 47 kB | 32/527 kB | 38 kB Progress (5): 110/165 kB | 202 kB | 47 kB | 32/527 kB | 38 kB Progress (5): 110/165 kB | 202 kB | 47 kB | 36/527 kB | 38 kB Progress (5): 114/165 kB | 202 kB | 47 kB | 36/527 kB | 38 kB Progress (5): 114/165 kB | 202 kB | 47 kB | 40/527 kB | 38 kB Progress (5): 114/165 kB | 202 kB | 47 kB | 45/527 kB | 38 kB Progress (5): 118/165 kB | 202 kB | 47 kB | 45/527 kB | 38 kB Progress (5): 122/165 kB | 202 kB | 47 kB | 45/527 kB | 38 kB Progress (5): 122/165 kB | 202 kB | 47 kB | 49/527 kB | 38 kB Progress (5): 126/165 kB | 202 kB | 47 kB | 49/527 kB | 38 kB Progress (5): 131/165 kB | 202 kB | 47 kB | 49/527 kB | 38 kB Progress (5): 131/165 kB | 202 kB | 47 kB | 53/527 kB | 38 kB Progress (5): 131/165 kB | 202 kB | 47 kB | 57/527 kB | 38 kB Progress (5): 135/165 kB | 202 kB | 47 kB | 57/527 kB | 38 kB Progress (5): 135/165 kB | 202 kB | 47 kB | 61/527 kB | 38 kB Progress (5): 139/165 kB | 202 kB | 47 kB | 61/527 kB | 38 kB Progress (5): 139/165 kB | 202 kB | 47 kB | 65/527 kB | 38 kB Progress (5): 143/165 kB | 202 kB | 47 kB | 65/527 kB | 38 kB Progress (5): 143/165 kB | 202 kB | 47 kB | 69/527 kB | 38 kB Progress (5): 143/165 kB | 202 kB | 47 kB | 73/527 kB | 38 kB Progress (5): 143/165 kB | 202 kB | 47 kB | 77/527 kB | 38 kB Progress (5): 143/165 kB | 202 kB | 47 kB | 81/527 kB | 38 kB Progress (5): 147/165 kB | 202 kB | 47 kB | 81/527 kB | 38 kB Progress (5): 147/165 kB | 202 kB | 47 kB | 85/527 kB | 38 kB Progress (5): 147/165 kB | 202 kB | 47 kB | 90/527 kB | 38 kB Progress (5): 151/165 kB | 202 kB | 47 kB | 90/527 kB | 38 kB Progress (5): 151/165 kB | 202 kB | 47 kB | 94/527 kB | 38 kB Progress (5): 155/165 kB | 202 kB | 47 kB | 94/527 kB | 38 kB Progress (5): 155/165 kB | 202 kB | 47 kB | 98/527 kB | 38 kB Progress (5): 159/165 kB | 202 kB | 47 kB | 98/527 kB | 38 kB Progress (5): 163/165 kB | 202 kB | 47 kB | 98/527 kB | 38 kB Progress (5): 163/165 kB | 202 kB | 47 kB | 102/527 kB | 38 kB Progress (5): 165 kB | 202 kB | 47 kB | 102/527 kB | 38 kB Progress (5): 165 kB | 202 kB | 47 kB | 106/527 kB | 38 kB Progress (5): 165 kB | 202 kB | 47 kB | 110/527 kB | 38 kB Progress (5): 165 kB | 202 kB | 47 kB | 114/527 kB | 38 kB Progress (5): 165 kB | 202 kB | 47 kB | 118/527 kB | 38 kB Progress (5): 165 kB | 202 kB | 47 kB | 122/527 kB | 38 kB Progress (5): 165 kB | 202 kB | 47 kB | 126/527 kB | 38 kB Progress (5): 165 kB | 202 kB | 47 kB | 131/527 kB | 38 kB Progress (5): 165 kB | 202 kB | 47 kB | 135/527 kB | 38 kB Progress (5): 165 kB | 202 kB | 47 kB | 139/527 kB | 38 kB Progress (5): 165 kB | 202 kB | 47 kB | 143/527 kB | 38 kB Progress (5): 165 kB | 202 kB | 47 kB | 147/527 kB | 38 kB Progress (5): 165 kB | 202 kB | 47 kB | 151/527 kB | 38 kB Progress (5): 165 kB | 202 kB | 47 kB | 155/527 kB | 38 kB Progress (5): 165 kB | 202 kB | 47 kB | 159/527 kB | 38 kB Progress (5): 165 kB | 202 kB | 47 kB | 163/527 kB | 38 kB Progress (5): 165 kB | 202 kB | 47 kB | 167/527 kB | 38 kB Progress (5): 165 kB | 202 kB | 47 kB | 171/527 kB | 38 kB Progress (5): 165 kB | 202 kB | 47 kB | 176/527 kB | 38 kB Progress (5): 165 kB | 202 kB | 47 kB | 180/527 kB | 38 kB Progress (5): 165 kB | 202 kB | 47 kB | 184/527 kB | 38 kB Progress (5): 165 kB | 202 kB | 47 kB | 188/527 kB | 38 kB Progress (5): 165 kB | 202 kB | 47 kB | 192/527 kB | 38 kB Progress (5): 165 kB | 202 kB | 47 kB | 196/527 kB | 38 kB Progress (5): 165 kB | 202 kB | 47 kB | 200/527 kB | 38 kB Progress (5): 165 kB | 202 kB | 47 kB | 204/527 kB | 38 kB Progress (5): 165 kB | 202 kB | 47 kB | 208/527 kB | 38 kB Progress (5): 165 kB | 202 kB | 47 kB | 212/527 kB | 38 kB Progress (5): 165 kB | 202 kB | 47 kB | 217/527 kB | 38 kB Progress (5): 165 kB | 202 kB | 47 kB | 221/527 kB | 38 kB Progress (5): 165 kB | 202 kB | 47 kB | 225/527 kB | 38 kB Progress (5): 165 kB | 202 kB | 47 kB | 229/527 kB | 38 kB Progress (5): 165 kB | 202 kB | 47 kB | 233/527 kB | 38 kB Progress (5): 165 kB | 202 kB | 47 kB | 237/527 kB | 38 kB Progress (5): 165 kB | 202 kB | 47 kB | 241/527 kB | 38 kB Progress (5): 165 kB | 202 kB | 47 kB | 245/527 kB | 38 kB Progress (5): 165 kB | 202 kB | 47 kB | 249/527 kB | 38 kB Progress (5): 165 kB | 202 kB | 47 kB | 253/527 kB | 38 kB Progress (5): 165 kB | 202 kB | 47 kB | 258/527 kB | 38 kB Progress (5): 165 kB | 202 kB | 47 kB | 262/527 kB | 38 kB Progress (5): 165 kB | 202 kB | 47 kB | 266/527 kB | 38 kB Progress (5): 165 kB | 202 kB | 47 kB | 270/527 kB | 38 kB Progress (5): 165 kB | 202 kB | 47 kB | 274/527 kB | 38 kB Progress (5): 165 kB | 202 kB | 47 kB | 278/527 kB | 38 kB Progress (5): 165 kB | 202 kB | 47 kB | 282/527 kB | 38 kB Progress (5): 165 kB | 202 kB | 47 kB | 286/527 kB | 38 kB Progress (5): 165 kB | 202 kB | 47 kB | 290/527 kB | 38 kB Progress (5): 165 kB | 202 kB | 47 kB | 294/527 kB | 38 kB Progress (5): 165 kB | 202 kB | 47 kB | 298/527 kB | 38 kB Progress (5): 165 kB | 202 kB | 47 kB | 303/527 kB | 38 kB Progress (5): 165 kB | 202 kB | 47 kB | 307/527 kB | 38 kB Progress (5): 165 kB | 202 kB | 47 kB | 311/527 kB | 38 kB Progress (5): 165 kB | 202 kB | 47 kB | 315/527 kB | 38 kB Progress (5): 165 kB | 202 kB | 47 kB | 319/527 kB | 38 kB Progress (5): 165 kB | 202 kB | 47 kB | 323/527 kB | 38 kB Progress (5): 165 kB | 202 kB | 47 kB | 327/527 kB | 38 kB Progress (5): 165 kB | 202 kB | 47 kB | 331/527 kB | 38 kB Progress (5): 165 kB | 202 kB | 47 kB | 335/527 kB | 38 kB Progress (5): 165 kB | 202 kB | 47 kB | 339/527 kB | 38 kB Progress (5): 165 kB | 202 kB | 47 kB | 344/527 kB | 38 kB Progress (5): 165 kB | 202 kB | 47 kB | 348/527 kB | 38 kB Progress (5): 165 kB | 202 kB | 47 kB | 352/527 kB | 38 kB Progress (5): 165 kB | 202 kB | 47 kB | 356/527 kB | 38 kB Progress (5): 165 kB | 202 kB | 47 kB | 360/527 kB | 38 kB Progress (5): 165 kB | 202 kB | 47 kB | 364/527 kB | 38 kB Progress (5): 165 kB | 202 kB | 47 kB | 368/527 kB | 38 kB Progress (5): 165 kB | 202 kB | 47 kB | 372/527 kB | 38 kB Progress (5): 165 kB | 202 kB | 47 kB | 376/527 kB | 38 kB Progress (5): 165 kB | 202 kB | 47 kB | 380/527 kB | 38 kB Progress (5): 165 kB | 202 kB | 47 kB | 384/527 kB | 38 kB Progress (5): 165 kB | 202 kB | 47 kB | 389/527 kB | 38 kB Progress (5): 165 kB | 202 kB | 47 kB | 393/527 kB | 38 kB Progress (5): 165 kB | 202 kB | 47 kB | 397/527 kB | 38 kB Progress (5): 165 kB | 202 kB | 47 kB | 401/527 kB | 38 kB Progress (5): 165 kB | 202 kB | 47 kB | 405/527 kB | 38 kB Progress (5): 165 kB | 202 kB | 47 kB | 409/527 kB | 38 kB Progress (5): 165 kB | 202 kB | 47 kB | 413/527 kB | 38 kB Progress (5): 165 kB | 202 kB | 47 kB | 417/527 kB | 38 kB Progress (5): 165 kB | 202 kB | 47 kB | 421/527 kB | 38 kB Progress (5): 165 kB | 202 kB | 47 kB | 425/527 kB | 38 kB Progress (5): 165 kB | 202 kB | 47 kB | 430/527 kB | 38 kB Progress (5): 165 kB | 202 kB | 47 kB | 434/527 kB | 38 kB Progress (5): 165 kB | 202 kB | 47 kB | 438/527 kB | 38 kB Progress (5): 165 kB | 202 kB | 47 kB | 442/527 kB | 38 kB Progress (5): 165 kB | 202 kB | 47 kB | 446/527 kB | 38 kB Progress (5): 165 kB | 202 kB | 47 kB | 450/527 kB | 38 kB Progress (5): 165 kB | 202 kB | 47 kB | 454/527 kB | 38 kB Progress (5): 165 kB | 202 kB | 47 kB | 458/527 kB | 38 kB Progress (5): 165 kB | 202 kB | 47 kB | 462/527 kB | 38 kB Progress (5): 165 kB | 202 kB | 47 kB | 466/527 kB | 38 kB Progress (5): 165 kB | 202 kB | 47 kB | 471/527 kB | 38 kB Progress (5): 165 kB | 202 kB | 47 kB | 475/527 kB | 38 kB Progress (5): 165 kB | 202 kB | 47 kB | 479/527 kB | 38 kB Progress (5): 165 kB | 202 kB | 47 kB | 483/527 kB | 38 kB Progress (5): 165 kB | 202 kB | 47 kB | 487/527 kB | 38 kB Progress (5): 165 kB | 202 kB | 47 kB | 491/527 kB | 38 kB Progress (5): 165 kB | 202 kB | 47 kB | 495/527 kB | 38 kB Progress (5): 165 kB | 202 kB | 47 kB | 499/527 kB | 38 kB Progress (5): 165 kB | 202 kB | 47 kB | 503/527 kB | 38 kB Progress (5): 165 kB | 202 kB | 47 kB | 507/527 kB | 38 kB Progress (5): 165 kB | 202 kB | 47 kB | 511/527 kB | 38 kB Progress (5): 165 kB | 202 kB | 47 kB | 516/527 kB | 38 kB Progress (5): 165 kB | 202 kB | 47 kB | 520/527 kB | 38 kB Progress (5): 165 kB | 202 kB | 47 kB | 524/527 kB | 38 kB Progress (5): 165 kB | 202 kB | 47 kB | 527 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 52 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/3.0/maven-repository-metadata-3.0.jar 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 63 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/3.0/maven-artifact-3.0.jar 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 222 kB/s) 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 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 271 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-aether-provider/3.0/maven-aether-provider-3.0.jar Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/3.0/maven-core-3.0.jar (527 kB at 704 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-impl/1.7/aether-impl-1.7.jar Progress (1): 4.1/30 kB Progress (1): 7.7/30 kB Progress (1): 12/30 kB Progress (1): 16/30 kB Progress (2): 16/30 kB | 4.1/52 kB Progress (2): 16/30 kB | 7.7/52 kB Progress (2): 16/30 kB | 12/52 kB Progress (2): 20/30 kB | 12/52 kB Progress (3): 20/30 kB | 12/52 kB | 4.1/51 kB Progress (3): 20/30 kB | 16/52 kB | 4.1/51 kB Progress (3): 20/30 kB | 16/52 kB | 7.7/51 kB Progress (3): 24/30 kB | 16/52 kB | 7.7/51 kB Progress (3): 24/30 kB | 16/52 kB | 12/51 kB Progress (3): 24/30 kB | 16/52 kB | 16/51 kB Progress (3): 28/30 kB | 16/52 kB | 16/51 kB Progress (3): 28/30 kB | 16/52 kB | 20/51 kB Progress (3): 28/30 kB | 20/52 kB | 20/51 kB Progress (3): 28/30 kB | 24/52 kB | 20/51 kB Progress (3): 28/30 kB | 24/52 kB | 24/51 kB Progress (4): 28/30 kB | 24/52 kB | 24/51 kB | 4.1/148 kB Progress (4): 30 kB | 24/52 kB | 24/51 kB | 4.1/148 kB Progress (5): 30 kB | 24/52 kB | 24/51 kB | 4.1/148 kB | 4.1/106 kB Progress (5): 30 kB | 24/52 kB | 24/51 kB | 7.7/148 kB | 4.1/106 kB Progress (5): 30 kB | 24/52 kB | 24/51 kB | 12/148 kB | 4.1/106 kB Progress (5): 30 kB | 24/52 kB | 24/51 kB | 16/148 kB | 4.1/106 kB Progress (5): 30 kB | 24/52 kB | 24/51 kB | 20/148 kB | 4.1/106 kB Progress (5): 30 kB | 24/52 kB | 24/51 kB | 24/148 kB | 4.1/106 kB Progress (5): 30 kB | 24/52 kB | 24/51 kB | 28/148 kB | 4.1/106 kB Progress (5): 30 kB | 24/52 kB | 24/51 kB | 32/148 kB | 4.1/106 kB Progress (5): 30 kB | 24/52 kB | 24/51 kB | 36/148 kB | 4.1/106 kB Progress (5): 30 kB | 24/52 kB | 24/51 kB | 40/148 kB | 4.1/106 kB Progress (5): 30 kB | 24/52 kB | 24/51 kB | 45/148 kB | 4.1/106 kB Progress (5): 30 kB | 28/52 kB | 24/51 kB | 45/148 kB | 4.1/106 kB Progress (5): 30 kB | 32/52 kB | 24/51 kB | 45/148 kB | 4.1/106 kB Progress (5): 30 kB | 32/52 kB | 28/51 kB | 45/148 kB | 4.1/106 kB Progress (5): 30 kB | 36/52 kB | 28/51 kB | 45/148 kB | 4.1/106 kB Progress (5): 30 kB | 40/52 kB | 28/51 kB | 45/148 kB | 4.1/106 kB Progress (5): 30 kB | 45/52 kB | 28/51 kB | 45/148 kB | 4.1/106 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 18 kB/s) Progress (4): 45/52 kB | 28/51 kB | 49/148 kB | 4.1/106 kB Progress (4): 45/52 kB | 28/51 kB | 49/148 kB | 7.7/106 kB Progress (4): 45/52 kB | 28/51 kB | 49/148 kB | 12/106 kB Progress (4): 45/52 kB | 28/51 kB | 49/148 kB | 16/106 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 (4): 49/52 kB | 28/51 kB | 49/148 kB | 16/106 kB Progress (4): 49/52 kB | 32/51 kB | 49/148 kB | 16/106 kB Progress (4): 52 kB | 32/51 kB | 49/148 kB | 16/106 kB Progress (4): 52 kB | 32/51 kB | 53/148 kB | 16/106 kB Progress (4): 52 kB | 32/51 kB | 53/148 kB | 20/106 kB Progress (4): 52 kB | 32/51 kB | 57/148 kB | 20/106 kB Progress (4): 52 kB | 32/51 kB | 61/148 kB | 20/106 kB Progress (4): 52 kB | 32/51 kB | 65/148 kB | 20/106 kB Progress (4): 52 kB | 36/51 kB | 65/148 kB | 20/106 kB Progress (5): 52 kB | 36/51 kB | 65/148 kB | 20/106 kB | 4.1/14 kB Progress (5): 52 kB | 36/51 kB | 69/148 kB | 20/106 kB | 4.1/14 kB Progress (5): 52 kB | 36/51 kB | 69/148 kB | 24/106 kB | 4.1/14 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 29 kB/s) Progress (4): 36/51 kB | 73/148 kB | 24/106 kB | 4.1/14 kB Progress (4): 36/51 kB | 73/148 kB | 24/106 kB | 7.7/14 kB Progress (4): 36/51 kB | 73/148 kB | 24/106 kB | 12/14 kB Progress (4): 40/51 kB | 73/148 kB | 24/106 kB | 12/14 kB Progress (4): 40/51 kB | 73/148 kB | 24/106 kB | 14 kB Progress (4): 40/51 kB | 77/148 kB | 24/106 kB | 14 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-api/1.7/aether-api-1.7.jar Progress (4): 40/51 kB | 77/148 kB | 28/106 kB | 14 kB Progress (4): 40/51 kB | 77/148 kB | 32/106 kB | 14 kB Progress (4): 40/51 kB | 81/148 kB | 32/106 kB | 14 kB Progress (4): 45/51 kB | 81/148 kB | 32/106 kB | 14 kB Progress (4): 49/51 kB | 81/148 kB | 32/106 kB | 14 kB Progress (4): 49/51 kB | 85/148 kB | 32/106 kB | 14 kB Progress (4): 49/51 kB | 90/148 kB | 32/106 kB | 14 kB Progress (4): 49/51 kB | 94/148 kB | 32/106 kB | 14 kB Progress (4): 49/51 kB | 98/148 kB | 32/106 kB | 14 kB Progress (4): 49/51 kB | 102/148 kB | 32/106 kB | 14 kB Progress (4): 49/51 kB | 106/148 kB | 32/106 kB | 14 kB Progress (4): 49/51 kB | 110/148 kB | 32/106 kB | 14 kB Progress (4): 49/51 kB | 114/148 kB | 32/106 kB | 14 kB Progress (4): 49/51 kB | 114/148 kB | 36/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 7.5 kB/s) Progress (3): 51 kB | 114/148 kB | 36/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): 51 kB | 118/148 kB | 36/106 kB Progress (3): 51 kB | 122/148 kB | 36/106 kB Progress (3): 51 kB | 122/148 kB | 40/106 kB Progress (3): 51 kB | 126/148 kB | 40/106 kB Progress (3): 51 kB | 131/148 kB | 40/106 kB Progress (4): 51 kB | 131/148 kB | 40/106 kB | 4.1/74 kB Progress (4): 51 kB | 135/148 kB | 40/106 kB | 4.1/74 kB Progress (4): 51 kB | 139/148 kB | 40/106 kB | 4.1/74 kB Progress (4): 51 kB | 143/148 kB | 40/106 kB | 4.1/74 kB Progress (4): 51 kB | 143/148 kB | 45/106 kB | 4.1/74 kB Progress (4): 51 kB | 147/148 kB | 45/106 kB | 4.1/74 kB Progress (4): 51 kB | 147/148 kB | 45/106 kB | 7.7/74 kB Progress (4): 51 kB | 148 kB | 45/106 kB | 7.7/74 kB Progress (4): 51 kB | 148 kB | 49/106 kB | 7.7/74 kB Progress (4): 51 kB | 148 kB | 49/106 kB | 12/74 kB Progress (4): 51 kB | 148 kB | 49/106 kB | 16/74 kB Progress (4): 51 kB | 148 kB | 53/106 kB | 16/74 kB Progress (4): 51 kB | 148 kB | 57/106 kB | 16/74 kB Progress (4): 51 kB | 148 kB | 57/106 kB | 20/74 kB Progress (4): 51 kB | 148 kB | 61/106 kB | 20/74 kB Progress (4): 51 kB | 148 kB | 61/106 kB | 24/74 kB Progress (4): 51 kB | 148 kB | 65/106 kB | 24/74 kB Progress (4): 51 kB | 148 kB | 65/106 kB | 28/74 kB Progress (4): 51 kB | 148 kB | 65/106 kB | 32/74 kB Progress (4): 51 kB | 148 kB | 69/106 kB | 32/74 kB Progress (4): 51 kB | 148 kB | 73/106 kB | 32/74 kB Progress (5): 51 kB | 148 kB | 73/106 kB | 32/74 kB | 4.1/108 kB Progress (5): 51 kB | 148 kB | 77/106 kB | 32/74 kB | 4.1/108 kB Progress (5): 51 kB | 148 kB | 77/106 kB | 36/74 kB | 4.1/108 kB Progress (5): 51 kB | 148 kB | 81/106 kB | 36/74 kB | 4.1/108 kB Progress (5): 51 kB | 148 kB | 81/106 kB | 36/74 kB | 7.7/108 kB Progress (5): 51 kB | 148 kB | 81/106 kB | 36/74 kB | 12/108 kB Progress (5): 51 kB | 148 kB | 81/106 kB | 36/74 kB | 16/108 kB Progress (5): 51 kB | 148 kB | 81/106 kB | 36/74 kB | 20/108 kB Progress (5): 51 kB | 148 kB | 81/106 kB | 36/74 kB | 24/108 kB Progress (5): 51 kB | 148 kB | 81/106 kB | 36/74 kB | 28/108 kB Progress (5): 51 kB | 148 kB | 81/106 kB | 36/74 kB | 32/108 kB Progress (5): 51 kB | 148 kB | 81/106 kB | 36/74 kB | 36/108 kB Progress (5): 51 kB | 148 kB | 81/106 kB | 36/74 kB | 40/108 kB Progress (5): 51 kB | 148 kB | 81/106 kB | 36/74 kB | 45/108 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 27 kB/s) Progress (4): 148 kB | 85/106 kB | 36/74 kB | 45/108 kB Progress (4): 148 kB | 85/106 kB | 40/74 kB | 45/108 kB Progress (4): 148 kB | 90/106 kB | 40/74 kB | 45/108 kB Progress (4): 148 kB | 94/106 kB | 40/74 kB | 45/108 kB Progress (4): 148 kB | 98/106 kB | 40/74 kB | 45/108 kB Progress (4): 148 kB | 102/106 kB | 40/74 kB | 45/108 kB Progress (4): 148 kB | 106/106 kB | 40/74 kB | 45/108 kB Progress (4): 148 kB | 106 kB | 40/74 kB | 45/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): 148 kB | 106 kB | 40/74 kB | 49/108 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 77 kB/s) Progress (3): 106 kB | 40/74 kB | 53/108 kB Progress (3): 106 kB | 45/74 kB | 53/108 kB Progress (3): 106 kB | 45/74 kB | 57/108 kB Progress (3): 106 kB | 45/74 kB | 61/108 kB Progress (3): 106 kB | 45/74 kB | 65/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 55 kB/s) 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 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 (2): 45/74 kB | 69/108 kB Progress (3): 45/74 kB | 69/108 kB | 4.1/202 kB Progress (3): 49/74 kB | 69/108 kB | 4.1/202 kB Progress (3): 49/74 kB | 69/108 kB | 7.7/202 kB Progress (3): 49/74 kB | 69/108 kB | 12/202 kB Progress (3): 49/74 kB | 73/108 kB | 12/202 kB Progress (3): 53/74 kB | 73/108 kB | 12/202 kB Progress (3): 53/74 kB | 73/108 kB | 16/202 kB Progress (3): 57/74 kB | 73/108 kB | 16/202 kB Progress (3): 57/74 kB | 77/108 kB | 16/202 kB Progress (3): 57/74 kB | 77/108 kB | 20/202 kB Progress (3): 61/74 kB | 77/108 kB | 20/202 kB Progress (3): 61/74 kB | 77/108 kB | 24/202 kB Progress (3): 61/74 kB | 81/108 kB | 24/202 kB Progress (3): 61/74 kB | 81/108 kB | 28/202 kB Progress (3): 65/74 kB | 81/108 kB | 28/202 kB Progress (3): 65/74 kB | 85/108 kB | 28/202 kB Progress (3): 65/74 kB | 85/108 kB | 32/202 kB Progress (3): 69/74 kB | 85/108 kB | 32/202 kB Progress (3): 69/74 kB | 90/108 kB | 32/202 kB Progress (3): 69/74 kB | 94/108 kB | 32/202 kB Progress (3): 69/74 kB | 94/108 kB | 36/202 kB Progress (3): 73/74 kB | 94/108 kB | 36/202 kB Progress (3): 74 kB | 94/108 kB | 36/202 kB Progress (3): 74 kB | 94/108 kB | 40/202 kB Progress (3): 74 kB | 98/108 kB | 40/202 kB Progress (3): 74 kB | 98/108 kB | 45/202 kB Progress (3): 74 kB | 98/108 kB | 49/202 kB Progress (3): 74 kB | 102/108 kB | 49/202 kB Progress (3): 74 kB | 106/108 kB | 49/202 kB Progress (3): 74 kB | 108 kB | 49/202 kB Progress (3): 74 kB | 108 kB | 53/202 kB Progress (3): 74 kB | 108 kB | 57/202 kB Progress (3): 74 kB | 108 kB | 61/202 kB Progress (4): 74 kB | 108 kB | 61/202 kB | 4.1/472 kB Progress (4): 74 kB | 108 kB | 65/202 kB | 4.1/472 kB Progress (4): 74 kB | 108 kB | 65/202 kB | 7.7/472 kB Progress (4): 74 kB | 108 kB | 65/202 kB | 12/472 kB Progress (4): 74 kB | 108 kB | 69/202 kB | 12/472 kB Progress (4): 74 kB | 108 kB | 73/202 kB | 12/472 kB Progress (4): 74 kB | 108 kB | 77/202 kB | 12/472 kB Progress (4): 74 kB | 108 kB | 81/202 kB | 12/472 kB Progress (4): 74 kB | 108 kB | 81/202 kB | 16/472 kB Progress (4): 74 kB | 108 kB | 85/202 kB | 16/472 kB Progress (4): 74 kB | 108 kB | 90/202 kB | 16/472 kB Progress (4): 74 kB | 108 kB | 90/202 kB | 20/472 kB Progress (4): 74 kB | 108 kB | 90/202 kB | 24/472 kB Progress (4): 74 kB | 108 kB | 90/202 kB | 28/472 kB Progress (4): 74 kB | 108 kB | 90/202 kB | 32/472 kB Progress (4): 74 kB | 108 kB | 94/202 kB | 32/472 kB Progress (4): 74 kB | 108 kB | 98/202 kB | 32/472 kB Progress (4): 74 kB | 108 kB | 98/202 kB | 36/472 kB Progress (4): 74 kB | 108 kB | 102/202 kB | 36/472 kB Progress (4): 74 kB | 108 kB | 102/202 kB | 40/472 kB Progress (4): 74 kB | 108 kB | 106/202 kB | 40/472 kB Progress (4): 74 kB | 108 kB | 106/202 kB | 45/472 kB Progress (4): 74 kB | 108 kB | 106/202 kB | 49/472 kB Progress (4): 74 kB | 108 kB | 110/202 kB | 49/472 kB Progress (4): 74 kB | 108 kB | 114/202 kB | 49/472 kB Progress (4): 74 kB | 108 kB | 114/202 kB | 53/472 kB Progress (4): 74 kB | 108 kB | 114/202 kB | 57/472 kB Progress (4): 74 kB | 108 kB | 114/202 kB | 61/472 kB Progress (4): 74 kB | 108 kB | 114/202 kB | 65/472 kB Progress (4): 74 kB | 108 kB | 118/202 kB | 65/472 kB Progress (4): 74 kB | 108 kB | 122/202 kB | 65/472 kB Progress (4): 74 kB | 108 kB | 122/202 kB | 69/472 kB Progress (4): 74 kB | 108 kB | 122/202 kB | 73/472 kB Progress (4): 74 kB | 108 kB | 122/202 kB | 77/472 kB Progress (4): 74 kB | 108 kB | 126/202 kB | 77/472 kB Progress (4): 74 kB | 108 kB | 126/202 kB | 81/472 kB Progress (4): 74 kB | 108 kB | 131/202 kB | 81/472 kB Progress (4): 74 kB | 108 kB | 131/202 kB | 85/472 kB Progress (4): 74 kB | 108 kB | 135/202 kB | 85/472 kB Progress (4): 74 kB | 108 kB | 135/202 kB | 90/472 kB Progress (4): 74 kB | 108 kB | 139/202 kB | 90/472 kB Progress (4): 74 kB | 108 kB | 139/202 kB | 94/472 kB Progress (4): 74 kB | 108 kB | 143/202 kB | 94/472 kB Progress (4): 74 kB | 108 kB | 143/202 kB | 98/472 kB Progress (4): 74 kB | 108 kB | 147/202 kB | 98/472 kB Progress (4): 74 kB | 108 kB | 147/202 kB | 102/472 kB Progress (4): 74 kB | 108 kB | 151/202 kB | 102/472 kB Progress (4): 74 kB | 108 kB | 151/202 kB | 106/472 kB Progress (4): 74 kB | 108 kB | 155/202 kB | 106/472 kB Progress (4): 74 kB | 108 kB | 155/202 kB | 110/472 kB Progress (4): 74 kB | 108 kB | 159/202 kB | 110/472 kB Progress (4): 74 kB | 108 kB | 159/202 kB | 114/472 kB Progress (4): 74 kB | 108 kB | 163/202 kB | 114/472 kB Progress (4): 74 kB | 108 kB | 163/202 kB | 118/472 kB Progress (4): 74 kB | 108 kB | 167/202 kB | 118/472 kB Progress (4): 74 kB | 108 kB | 167/202 kB | 122/472 kB Progress (4): 74 kB | 108 kB | 171/202 kB | 122/472 kB Progress (4): 74 kB | 108 kB | 171/202 kB | 126/472 kB Progress (4): 74 kB | 108 kB | 176/202 kB | 126/472 kB Progress (4): 74 kB | 108 kB | 176/202 kB | 131/472 kB Progress (4): 74 kB | 108 kB | 180/202 kB | 131/472 kB Progress (4): 74 kB | 108 kB | 180/202 kB | 135/472 kB Progress (4): 74 kB | 108 kB | 184/202 kB | 135/472 kB Progress (4): 74 kB | 108 kB | 184/202 kB | 139/472 kB Progress (4): 74 kB | 108 kB | 188/202 kB | 139/472 kB Progress (4): 74 kB | 108 kB | 188/202 kB | 143/472 kB Progress (4): 74 kB | 108 kB | 192/202 kB | 143/472 kB Progress (4): 74 kB | 108 kB | 192/202 kB | 147/472 kB Progress (4): 74 kB | 108 kB | 196/202 kB | 147/472 kB Progress (4): 74 kB | 108 kB | 200/202 kB | 147/472 kB Progress (4): 74 kB | 108 kB | 200/202 kB | 151/472 kB Progress (4): 74 kB | 108 kB | 202 kB | 151/472 kB Progress (4): 74 kB | 108 kB | 202 kB | 155/472 kB Progress (4): 74 kB | 108 kB | 202 kB | 159/472 kB Progress (4): 74 kB | 108 kB | 202 kB | 163/472 kB Progress (4): 74 kB | 108 kB | 202 kB | 167/472 kB Progress (4): 74 kB | 108 kB | 202 kB | 171/472 kB Progress (4): 74 kB | 108 kB | 202 kB | 176/472 kB Progress (4): 74 kB | 108 kB | 202 kB | 180/472 kB Progress (4): 74 kB | 108 kB | 202 kB | 184/472 kB Progress (4): 74 kB | 108 kB | 202 kB | 188/472 kB Progress (4): 74 kB | 108 kB | 202 kB | 192/472 kB Progress (4): 74 kB | 108 kB | 202 kB | 196/472 kB Progress (4): 74 kB | 108 kB | 202 kB | 200/472 kB Progress (4): 74 kB | 108 kB | 202 kB | 204/472 kB Progress (4): 74 kB | 108 kB | 202 kB | 208/472 kB Progress (4): 74 kB | 108 kB | 202 kB | 212/472 kB Progress (4): 74 kB | 108 kB | 202 kB | 217/472 kB Progress (4): 74 kB | 108 kB | 202 kB | 221/472 kB Progress (4): 74 kB | 108 kB | 202 kB | 225/472 kB Progress (4): 74 kB | 108 kB | 202 kB | 229/472 kB Progress (4): 74 kB | 108 kB | 202 kB | 233/472 kB Progress (4): 74 kB | 108 kB | 202 kB | 237/472 kB Progress (4): 74 kB | 108 kB | 202 kB | 241/472 kB Progress (4): 74 kB | 108 kB | 202 kB | 245/472 kB Progress (4): 74 kB | 108 kB | 202 kB | 249/472 kB Progress (4): 74 kB | 108 kB | 202 kB | 253/472 kB Progress (4): 74 kB | 108 kB | 202 kB | 258/472 kB Progress (4): 74 kB | 108 kB | 202 kB | 262/472 kB Progress (4): 74 kB | 108 kB | 202 kB | 266/472 kB Progress (4): 74 kB | 108 kB | 202 kB | 270/472 kB Progress (4): 74 kB | 108 kB | 202 kB | 274/472 kB Progress (4): 74 kB | 108 kB | 202 kB | 278/472 kB Progress (4): 74 kB | 108 kB | 202 kB | 282/472 kB Progress (4): 74 kB | 108 kB | 202 kB | 286/472 kB Progress (4): 74 kB | 108 kB | 202 kB | 290/472 kB Progress (4): 74 kB | 108 kB | 202 kB | 294/472 kB Progress (4): 74 kB | 108 kB | 202 kB | 298/472 kB Progress (4): 74 kB | 108 kB | 202 kB | 303/472 kB Progress (4): 74 kB | 108 kB | 202 kB | 307/472 kB Progress (4): 74 kB | 108 kB | 202 kB | 311/472 kB Progress (4): 74 kB | 108 kB | 202 kB | 315/472 kB Progress (4): 74 kB | 108 kB | 202 kB | 319/472 kB Progress (4): 74 kB | 108 kB | 202 kB | 323/472 kB Progress (4): 74 kB | 108 kB | 202 kB | 327/472 kB Progress (4): 74 kB | 108 kB | 202 kB | 331/472 kB Progress (4): 74 kB | 108 kB | 202 kB | 335/472 kB Progress (4): 74 kB | 108 kB | 202 kB | 339/472 kB Progress (4): 74 kB | 108 kB | 202 kB | 344/472 kB Progress (4): 74 kB | 108 kB | 202 kB | 348/472 kB Progress (4): 74 kB | 108 kB | 202 kB | 352/472 kB Progress (4): 74 kB | 108 kB | 202 kB | 356/472 kB Progress (4): 74 kB | 108 kB | 202 kB | 360/472 kB Progress (4): 74 kB | 108 kB | 202 kB | 364/472 kB Progress (4): 74 kB | 108 kB | 202 kB | 368/472 kB Progress (4): 74 kB | 108 kB | 202 kB | 372/472 kB Progress (4): 74 kB | 108 kB | 202 kB | 376/472 kB Progress (4): 74 kB | 108 kB | 202 kB | 380/472 kB Progress (4): 74 kB | 108 kB | 202 kB | 384/472 kB Progress (4): 74 kB | 108 kB | 202 kB | 389/472 kB Progress (4): 74 kB | 108 kB | 202 kB | 393/472 kB Progress (4): 74 kB | 108 kB | 202 kB | 397/472 kB Progress (4): 74 kB | 108 kB | 202 kB | 401/472 kB Progress (4): 74 kB | 108 kB | 202 kB | 405/472 kB Progress (4): 74 kB | 108 kB | 202 kB | 409/472 kB Progress (4): 74 kB | 108 kB | 202 kB | 413/472 kB Progress (4): 74 kB | 108 kB | 202 kB | 417/472 kB Progress (4): 74 kB | 108 kB | 202 kB | 421/472 kB Progress (4): 74 kB | 108 kB | 202 kB | 425/472 kB Progress (4): 74 kB | 108 kB | 202 kB | 430/472 kB Progress (4): 74 kB | 108 kB | 202 kB | 434/472 kB Progress (4): 74 kB | 108 kB | 202 kB | 438/472 kB Progress (4): 74 kB | 108 kB | 202 kB | 442/472 kB Progress (4): 74 kB | 108 kB | 202 kB | 446/472 kB Progress (4): 74 kB | 108 kB | 202 kB | 450/472 kB Progress (4): 74 kB | 108 kB | 202 kB | 454/472 kB Progress (4): 74 kB | 108 kB | 202 kB | 458/472 kB Progress (4): 74 kB | 108 kB | 202 kB | 462/472 kB Progress (4): 74 kB | 108 kB | 202 kB | 466/472 kB Progress (4): 74 kB | 108 kB | 202 kB | 471/472 kB Progress (4): 74 kB | 108 kB | 202 kB | 472 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 214 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.14/plexus-interpolation-1.14.jar 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 25 kB/s) 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 37 kB/s) 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 69 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plexus/plexus-cipher/1.7/plexus-cipher-1.7.jar 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/codehaus/plexus/plexus-classworlds/2.2.3/plexus-classworlds-2.2.3.jar Progress (1): 4.1/153 kB Progress (1): 7.7/153 kB Progress (1): 12/153 kB Progress (1): 16/153 kB Progress (2): 16/153 kB | 4.1/61 kB Progress (2): 16/153 kB | 7.7/61 kB Progress (2): 16/153 kB | 12/61 kB Progress (2): 16/153 kB | 16/61 kB Progress (2): 20/153 kB | 16/61 kB Progress (2): 24/153 kB | 16/61 kB Progress (2): 28/153 kB | 16/61 kB Progress (2): 32/153 kB | 16/61 kB Progress (2): 32/153 kB | 20/61 kB Progress (2): 32/153 kB | 24/61 kB Progress (2): 36/153 kB | 24/61 kB Progress (2): 36/153 kB | 28/61 kB Progress (2): 40/153 kB | 28/61 kB Progress (2): 45/153 kB | 28/61 kB Progress (2): 49/153 kB | 28/61 kB Progress (2): 49/153 kB | 32/61 kB Progress (2): 53/153 kB | 32/61 kB Progress (2): 57/153 kB | 32/61 kB Progress (2): 61/153 kB | 32/61 kB Progress (2): 61/153 kB | 36/61 kB Progress (3): 61/153 kB | 36/61 kB | 4.1/46 kB Progress (3): 61/153 kB | 36/61 kB | 7.7/46 kB Progress (3): 61/153 kB | 36/61 kB | 12/46 kB Progress (3): 61/153 kB | 36/61 kB | 16/46 kB Progress (3): 61/153 kB | 36/61 kB | 20/46 kB Progress (3): 61/153 kB | 36/61 kB | 24/46 kB Progress (3): 61/153 kB | 36/61 kB | 28/46 kB Progress (3): 61/153 kB | 36/61 kB | 32/46 kB Progress (3): 61/153 kB | 36/61 kB | 36/46 kB Progress (3): 61/153 kB | 36/61 kB | 40/46 kB Progress (3): 61/153 kB | 36/61 kB | 45/46 kB Progress (3): 61/153 kB | 36/61 kB | 46 kB Progress (3): 65/153 kB | 36/61 kB | 46 kB Progress (4): 65/153 kB | 36/61 kB | 46 kB | 4.1/29 kB Progress (4): 69/153 kB | 36/61 kB | 46 kB | 4.1/29 kB Progress (4): 69/153 kB | 40/61 kB | 46 kB | 4.1/29 kB Progress (4): 73/153 kB | 40/61 kB | 46 kB | 4.1/29 kB Progress (4): 73/153 kB | 40/61 kB | 46 kB | 7.7/29 kB Progress (4): 77/153 kB | 40/61 kB | 46 kB | 7.7/29 kB Progress (4): 77/153 kB | 45/61 kB | 46 kB | 7.7/29 kB Progress (4): 77/153 kB | 49/61 kB | 46 kB | 7.7/29 kB Progress (4): 77/153 kB | 53/61 kB | 46 kB | 7.7/29 kB Progress (4): 77/153 kB | 57/61 kB | 46 kB | 7.7/29 kB Progress (4): 77/153 kB | 61/61 kB | 46 kB | 7.7/29 kB Progress (4): 77/153 kB | 61 kB | 46 kB | 7.7/29 kB Progress (4): 81/153 kB | 61 kB | 46 kB | 7.7/29 kB Progress (4): 81/153 kB | 61 kB | 46 kB | 12/29 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 15 kB/s) Progress (3): 85/153 kB | 61 kB | 12/29 kB Progress (3): 90/153 kB | 61 kB | 12/29 kB Progress (3): 90/153 kB | 61 kB | 16/29 kB Progress (3): 94/153 kB | 61 kB | 16/29 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/3.0/maven-plugin-api-3.0.jar Progress (3): 94/153 kB | 61 kB | 20/29 kB Progress (3): 98/153 kB | 61 kB | 20/29 kB Progress (3): 98/153 kB | 61 kB | 24/29 kB Progress (3): 98/153 kB | 61 kB | 28/29 kB Progress (3): 102/153 kB | 61 kB | 28/29 kB Progress (3): 102/153 kB | 61 kB | 29 kB Progress (3): 106/153 kB | 61 kB | 29 kB Progress (3): 110/153 kB | 61 kB | 29 kB Progress (3): 114/153 kB | 61 kB | 29 kB Progress (3): 118/153 kB | 61 kB | 29 kB Progress (3): 122/153 kB | 61 kB | 29 kB Progress (3): 126/153 kB | 61 kB | 29 kB Progress (3): 131/153 kB | 61 kB | 29 kB Progress (3): 135/153 kB | 61 kB | 29 kB Progress (3): 139/153 kB | 61 kB | 29 kB Progress (3): 143/153 kB | 61 kB | 29 kB Progress (3): 147/153 kB | 61 kB | 29 kB Progress (3): 151/153 kB | 61 kB | 29 kB Progress (3): 153 kB | 61 kB | 29 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.14/plexus-interpolation-1.14.jar (61 kB at 20 kB/s) Progress (3): 153 kB | 29 kB | 4.1/49 kB 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): 153 kB | 29 kB | 7.7/49 kB Progress (3): 153 kB | 29 kB | 12/49 kB Progress (3): 153 kB | 29 kB | 16/49 kB Progress (3): 153 kB | 29 kB | 20/49 kB Progress (3): 153 kB | 29 kB | 24/49 kB Progress (3): 153 kB | 29 kB | 28/49 kB Progress (3): 153 kB | 29 kB | 32/49 kB Progress (3): 153 kB | 29 kB | 36/49 kB Progress (3): 153 kB | 29 kB | 40/49 kB Progress (3): 153 kB | 29 kB | 45/49 kB Progress (3): 153 kB | 29 kB | 49/49 kB Progress (3): 153 kB | 29 kB | 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 9.5 kB/s) Progress (3): 153 kB | 49 kB | 4.1/247 kB 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): 153 kB | 49 kB | 7.7/247 kB Progress (3): 153 kB | 49 kB | 12/247 kB Progress (3): 153 kB | 49 kB | 16/247 kB Progress (3): 153 kB | 49 kB | 20/247 kB Progress (3): 153 kB | 49 kB | 24/247 kB Progress (3): 153 kB | 49 kB | 28/247 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 51 kB/s) 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 16 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-io/commons-io/2.5/commons-io-2.5.jar Progress (1): 32/247 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 (1): 36/247 kB Progress (1): 40/247 kB Progress (1): 45/247 kB Progress (1): 49/247 kB Progress (1): 53/247 kB Progress (1): 57/247 kB Progress (1): 61/247 kB Progress (1): 65/247 kB Progress (1): 69/247 kB Progress (1): 73/247 kB Progress (1): 77/247 kB Progress (1): 81/247 kB Progress (1): 85/247 kB Progress (1): 90/247 kB Progress (1): 94/247 kB Progress (1): 98/247 kB Progress (1): 102/247 kB Progress (1): 106/247 kB Progress (1): 110/247 kB Progress (1): 114/247 kB Progress (1): 118/247 kB Progress (1): 122/247 kB Progress (1): 126/247 kB Progress (1): 131/247 kB Progress (1): 135/247 kB Progress (1): 139/247 kB Progress (1): 143/247 kB Progress (1): 147/247 kB Progress (1): 151/247 kB Progress (1): 155/247 kB Progress (1): 159/247 kB Progress (1): 163/247 kB Progress (1): 167/247 kB Progress (1): 171/247 kB Progress (1): 176/247 kB Progress (1): 180/247 kB Progress (1): 184/247 kB Progress (1): 188/247 kB Progress (1): 192/247 kB Progress (1): 196/247 kB Progress (1): 200/247 kB Progress (1): 204/247 kB Progress (1): 208/247 kB Progress (1): 212/247 kB Progress (1): 217/247 kB Progress (1): 221/247 kB Progress (1): 225/247 kB Progress (1): 229/247 kB Progress (1): 233/247 kB Progress (1): 237/247 kB Progress (1): 241/247 kB Progress (1): 245/247 kB Progress (1): 247 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 77 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 (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/209 kB Progress (2): 13 kB | 7.7/209 kB Progress (2): 13 kB | 12/209 kB Progress (2): 13 kB | 16/209 kB Progress (2): 13 kB | 20/209 kB Progress (2): 13 kB | 24/209 kB Progress (2): 13 kB | 28/209 kB Progress (2): 13 kB | 32/209 kB Progress (2): 13 kB | 36/209 kB Progress (2): 13 kB | 40/209 kB Progress (2): 13 kB | 45/209 kB Progress (2): 13 kB | 49/209 kB Progress (2): 13 kB | 53/209 kB Progress (2): 13 kB | 57/209 kB Progress (2): 13 kB | 61/209 kB Progress (2): 13 kB | 65/209 kB Progress (2): 13 kB | 69/209 kB Progress (2): 13 kB | 73/209 kB Progress (2): 13 kB | 77/209 kB Progress (2): 13 kB | 81/209 kB Progress (2): 13 kB | 85/209 kB Progress (2): 13 kB | 90/209 kB Progress (2): 13 kB | 94/209 kB Progress (2): 13 kB | 98/209 kB Progress (2): 13 kB | 102/209 kB Progress (2): 13 kB | 106/209 kB Progress (3): 13 kB | 106/209 kB | 4.1/86 kB Progress (3): 13 kB | 106/209 kB | 7.7/86 kB Progress (3): 13 kB | 106/209 kB | 12/86 kB Progress (3): 13 kB | 110/209 kB | 12/86 kB Progress (3): 13 kB | 110/209 kB | 16/86 kB Progress (3): 13 kB | 114/209 kB | 16/86 kB Progress (3): 13 kB | 114/209 kB | 20/86 kB Progress (3): 13 kB | 118/209 kB | 20/86 kB Progress (3): 13 kB | 122/209 kB | 20/86 kB Progress (3): 13 kB | 126/209 kB | 20/86 kB Progress (3): 13 kB | 126/209 kB | 24/86 kB Progress (3): 13 kB | 131/209 kB | 24/86 kB Progress (3): 13 kB | 131/209 kB | 28/86 kB Progress (3): 13 kB | 131/209 kB | 32/86 kB Progress (3): 13 kB | 135/209 kB | 32/86 kB Progress (3): 13 kB | 139/209 kB | 32/86 kB Progress (3): 13 kB | 139/209 kB | 36/86 kB Progress (3): 13 kB | 143/209 kB | 36/86 kB Progress (3): 13 kB | 143/209 kB | 40/86 kB Progress (3): 13 kB | 147/209 kB | 40/86 kB Progress (3): 13 kB | 147/209 kB | 45/86 kB Progress (3): 13 kB | 147/209 kB | 49/86 kB Progress (3): 13 kB | 151/209 kB | 49/86 kB Progress (3): 13 kB | 151/209 kB | 53/86 kB Progress (3): 13 kB | 155/209 kB | 53/86 kB Progress (3): 13 kB | 155/209 kB | 57/86 kB Progress (3): 13 kB | 159/209 kB | 57/86 kB Progress (3): 13 kB | 159/209 kB | 61/86 kB Progress (3): 13 kB | 163/209 kB | 61/86 kB Progress (3): 13 kB | 163/209 kB | 65/86 kB Progress (3): 13 kB | 167/209 kB | 65/86 kB Progress (3): 13 kB | 167/209 kB | 69/86 kB Progress (3): 13 kB | 171/209 kB | 69/86 kB Progress (3): 13 kB | 171/209 kB | 73/86 kB Progress (3): 13 kB | 171/209 kB | 77/86 kB Progress (3): 13 kB | 171/209 kB | 81/86 kB Progress (3): 13 kB | 176/209 kB | 81/86 kB Progress (3): 13 kB | 176/209 kB | 85/86 kB Progress (3): 13 kB | 180/209 kB | 85/86 kB Progress (3): 13 kB | 180/209 kB | 86 kB Progress (3): 13 kB | 184/209 kB | 86 kB Progress (3): 13 kB | 188/209 kB | 86 kB Progress (3): 13 kB | 192/209 kB | 86 kB Progress (3): 13 kB | 196/209 kB | 86 kB Progress (3): 13 kB | 200/209 kB | 86 kB Progress (3): 13 kB | 204/209 kB | 86 kB Progress (3): 13 kB | 208/209 kB | 86 kB Progress (3): 13 kB | 209 kB | 86 kB Progress (4): 13 kB | 209 kB | 86 kB | 4.1/532 kB Progress (4): 13 kB | 209 kB | 86 kB | 7.7/532 kB Progress (4): 13 kB | 209 kB | 86 kB | 12/532 kB Progress (4): 13 kB | 209 kB | 86 kB | 16/532 kB Progress (4): 13 kB | 209 kB | 86 kB | 20/532 kB Progress (4): 13 kB | 209 kB | 86 kB | 24/532 kB Progress (4): 13 kB | 209 kB | 86 kB | 28/532 kB Progress (4): 13 kB | 209 kB | 86 kB | 32/532 kB Progress (5): 13 kB | 209 kB | 86 kB | 32/532 kB | 4.1/187 kB Progress (5): 13 kB | 209 kB | 86 kB | 32/532 kB | 7.7/187 kB Progress (5): 13 kB | 209 kB | 86 kB | 32/532 kB | 12/187 kB Progress (5): 13 kB | 209 kB | 86 kB | 32/532 kB | 16/187 kB Progress (5): 13 kB | 209 kB | 86 kB | 32/532 kB | 20/187 kB Progress (5): 13 kB | 209 kB | 86 kB | 32/532 kB | 24/187 kB Progress (5): 13 kB | 209 kB | 86 kB | 32/532 kB | 28/187 kB Progress (5): 13 kB | 209 kB | 86 kB | 32/532 kB | 32/187 kB Progress (5): 13 kB | 209 kB | 86 kB | 36/532 kB | 32/187 kB Progress (5): 13 kB | 209 kB | 86 kB | 40/532 kB | 32/187 kB Progress (5): 13 kB | 209 kB | 86 kB | 40/532 kB | 36/187 kB Progress (5): 13 kB | 209 kB | 86 kB | 45/532 kB | 36/187 kB Progress (5): 13 kB | 209 kB | 86 kB | 45/532 kB | 40/187 kB Progress (5): 13 kB | 209 kB | 86 kB | 49/532 kB | 40/187 kB Progress (5): 13 kB | 209 kB | 86 kB | 49/532 kB | 45/187 kB Progress (5): 13 kB | 209 kB | 86 kB | 49/532 kB | 49/187 kB Progress (5): 13 kB | 209 kB | 86 kB | 53/532 kB | 49/187 kB Progress (5): 13 kB | 209 kB | 86 kB | 57/532 kB | 49/187 kB Progress (5): 13 kB | 209 kB | 86 kB | 61/532 kB | 49/187 kB Progress (5): 13 kB | 209 kB | 86 kB | 61/532 kB | 53/187 kB Progress (5): 13 kB | 209 kB | 86 kB | 65/532 kB | 53/187 kB Progress (5): 13 kB | 209 kB | 86 kB | 65/532 kB | 57/187 kB Progress (5): 13 kB | 209 kB | 86 kB | 69/532 kB | 57/187 kB Progress (5): 13 kB | 209 kB | 86 kB | 69/532 kB | 61/187 kB Progress (5): 13 kB | 209 kB | 86 kB | 73/532 kB | 61/187 kB Progress (5): 13 kB | 209 kB | 86 kB | 73/532 kB | 65/187 kB Progress (5): 13 kB | 209 kB | 86 kB | 77/532 kB | 65/187 kB Progress (5): 13 kB | 209 kB | 86 kB | 81/532 kB | 65/187 kB Progress (5): 13 kB | 209 kB | 86 kB | 81/532 kB | 69/187 kB Progress (5): 13 kB | 209 kB | 86 kB | 81/532 kB | 73/187 kB Progress (5): 13 kB | 209 kB | 86 kB | 85/532 kB | 73/187 kB Progress (5): 13 kB | 209 kB | 86 kB | 85/532 kB | 77/187 kB Progress (5): 13 kB | 209 kB | 86 kB | 85/532 kB | 81/187 kB Progress (5): 13 kB | 209 kB | 86 kB | 90/532 kB | 81/187 kB Progress (5): 13 kB | 209 kB | 86 kB | 94/532 kB | 81/187 kB Progress (5): 13 kB | 209 kB | 86 kB | 94/532 kB | 85/187 kB Progress (5): 13 kB | 209 kB | 86 kB | 98/532 kB | 85/187 kB Progress (5): 13 kB | 209 kB | 86 kB | 98/532 kB | 90/187 kB Progress (5): 13 kB | 209 kB | 86 kB | 98/532 kB | 94/187 kB Progress (5): 13 kB | 209 kB | 86 kB | 98/532 kB | 98/187 kB Progress (5): 13 kB | 209 kB | 86 kB | 98/532 kB | 102/187 kB Progress (5): 13 kB | 209 kB | 86 kB | 98/532 kB | 106/187 kB Progress (5): 13 kB | 209 kB | 86 kB | 98/532 kB | 110/187 kB Progress (5): 13 kB | 209 kB | 86 kB | 98/532 kB | 114/187 kB Progress (5): 13 kB | 209 kB | 86 kB | 98/532 kB | 118/187 kB Progress (5): 13 kB | 209 kB | 86 kB | 98/532 kB | 122/187 kB Progress (5): 13 kB | 209 kB | 86 kB | 98/532 kB | 126/187 kB Progress (5): 13 kB | 209 kB | 86 kB | 98/532 kB | 131/187 kB Progress (5): 13 kB | 209 kB | 86 kB | 98/532 kB | 135/187 kB Progress (5): 13 kB | 209 kB | 86 kB | 98/532 kB | 139/187 kB Progress (5): 13 kB | 209 kB | 86 kB | 98/532 kB | 143/187 kB Progress (5): 13 kB | 209 kB | 86 kB | 98/532 kB | 147/187 kB Progress (5): 13 kB | 209 kB | 86 kB | 98/532 kB | 151/187 kB Progress (5): 13 kB | 209 kB | 86 kB | 98/532 kB | 155/187 kB Progress (5): 13 kB | 209 kB | 86 kB | 98/532 kB | 159/187 kB Progress (5): 13 kB | 209 kB | 86 kB | 98/532 kB | 163/187 kB Progress (5): 13 kB | 209 kB | 86 kB | 98/532 kB | 167/187 kB Progress (5): 13 kB | 209 kB | 86 kB | 98/532 kB | 171/187 kB Progress (5): 13 kB | 209 kB | 86 kB | 98/532 kB | 176/187 kB Progress (5): 13 kB | 209 kB | 86 kB | 98/532 kB | 180/187 kB Progress (5): 13 kB | 209 kB | 86 kB | 98/532 kB | 184/187 kB Progress (5): 13 kB | 209 kB | 86 kB | 98/532 kB | 187 kB Progress (5): 13 kB | 209 kB | 86 kB | 102/532 kB | 187 kB Progress (5): 13 kB | 209 kB | 86 kB | 106/532 kB | 187 kB Progress (5): 13 kB | 209 kB | 86 kB | 110/532 kB | 187 kB Progress (5): 13 kB | 209 kB | 86 kB | 114/532 kB | 187 kB Progress (5): 13 kB | 209 kB | 86 kB | 118/532 kB | 187 kB Progress (5): 13 kB | 209 kB | 86 kB | 122/532 kB | 187 kB Progress (5): 13 kB | 209 kB | 86 kB | 126/532 kB | 187 kB Progress (5): 13 kB | 209 kB | 86 kB | 131/532 kB | 187 kB Progress (5): 13 kB | 209 kB | 86 kB | 135/532 kB | 187 kB Progress (5): 13 kB | 209 kB | 86 kB | 139/532 kB | 187 kB Progress (5): 13 kB | 209 kB | 86 kB | 143/532 kB | 187 kB Progress (5): 13 kB | 209 kB | 86 kB | 147/532 kB | 187 kB Progress (5): 13 kB | 209 kB | 86 kB | 151/532 kB | 187 kB Progress (5): 13 kB | 209 kB | 86 kB | 155/532 kB | 187 kB Progress (5): 13 kB | 209 kB | 86 kB | 159/532 kB | 187 kB Progress (5): 13 kB | 209 kB | 86 kB | 163/532 kB | 187 kB Progress (5): 13 kB | 209 kB | 86 kB | 167/532 kB | 187 kB Progress (5): 13 kB | 209 kB | 86 kB | 171/532 kB | 187 kB Progress (5): 13 kB | 209 kB | 86 kB | 176/532 kB | 187 kB Progress (5): 13 kB | 209 kB | 86 kB | 180/532 kB | 187 kB Progress (5): 13 kB | 209 kB | 86 kB | 184/532 kB | 187 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-archiver/3.4/plexus-archiver-3.4.jar (187 kB at 46 kB/s) 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): 13 kB | 209 kB | 86 kB | 188/532 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-io/commons-io/2.5/commons-io-2.5.jar (209 kB at 51 kB/s) 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 21 kB/s) 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 3.3 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/tukaani/xz/1.5/xz-1.5.jar 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 (1): 192/532 kB Progress (1): 196/532 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 Progress (1): 200/532 kB 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 (1): 286/532 kB Progress (1): 290/532 kB Progress (1): 294/532 kB Progress (1): 298/532 kB Progress (1): 303/532 kB Progress (1): 307/532 kB Progress (1): 311/532 kB Progress (1): 315/532 kB Progress (1): 319/532 kB Progress (1): 323/532 kB Progress (1): 327/532 kB Progress (1): 331/532 kB Progress (1): 335/532 kB Progress (1): 339/532 kB Progress (1): 344/532 kB Progress (1): 348/532 kB Progress (1): 352/532 kB Progress (1): 356/532 kB Progress (1): 360/532 kB Progress (1): 364/532 kB Progress (1): 368/532 kB Progress (1): 372/532 kB Progress (1): 376/532 kB Progress (1): 380/532 kB Progress (1): 384/532 kB Progress (1): 389/532 kB Progress (1): 393/532 kB Progress (1): 397/532 kB Progress (1): 401/532 kB Progress (1): 405/532 kB Progress (1): 409/532 kB Progress (1): 413/532 kB Progress (1): 417/532 kB Progress (1): 421/532 kB Progress (1): 425/532 kB Progress (1): 430/532 kB Progress (1): 434/532 kB Progress (1): 438/532 kB Progress (1): 442/532 kB Progress (1): 446/532 kB Progress (1): 450/532 kB Progress (1): 454/532 kB Progress (1): 458/532 kB Progress (1): 462/532 kB Progress (1): 466/532 kB Progress (1): 471/532 kB Progress (1): 475/532 kB Progress (1): 479/532 kB Progress (1): 483/532 kB Progress (1): 487/532 kB Progress (1): 491/532 kB Progress (1): 495/532 kB Progress (1): 499/532 kB Progress (1): 503/532 kB Progress (1): 507/532 kB Progress (1): 511/532 kB Progress (1): 516/532 kB Progress (1): 520/532 kB Progress (1): 524/532 kB Progress (1): 528/532 kB Progress (1): 532/532 kB Progress (1): 532 kB Progress (2): 532 kB | 4.1/245 kB Progress (3): 532 kB | 4.1/245 kB | 4.1/58 kB Progress (3): 532 kB | 7.7/245 kB | 4.1/58 kB Progress (3): 532 kB | 12/245 kB | 4.1/58 kB Progress (3): 532 kB | 16/245 kB | 4.1/58 kB Progress (4): 532 kB | 16/245 kB | 4.1/58 kB | 4.1/56 kB Progress (4): 532 kB | 16/245 kB | 7.7/58 kB | 4.1/56 kB Progress (4): 532 kB | 16/245 kB | 12/58 kB | 4.1/56 kB Progress (4): 532 kB | 20/245 kB | 12/58 kB | 4.1/56 kB Progress (4): 532 kB | 24/245 kB | 12/58 kB | 4.1/56 kB Progress (4): 532 kB | 28/245 kB | 12/58 kB | 4.1/56 kB Progress (4): 532 kB | 32/245 kB | 12/58 kB | 4.1/56 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 110 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/sisu-equinox-embedder/1.3.0/sisu-equinox-embedder-1.3.0.jar Progress (4): 32/245 kB | 12/58 kB | 4.1/56 kB | 4.1/100 kB Progress (4): 32/245 kB | 12/58 kB | 4.1/56 kB | 7.7/100 kB Progress (4): 32/245 kB | 12/58 kB | 7.7/56 kB | 7.7/100 kB Progress (4): 32/245 kB | 12/58 kB | 12/56 kB | 7.7/100 kB Progress (4): 32/245 kB | 12/58 kB | 16/56 kB | 7.7/100 kB Progress (4): 32/245 kB | 12/58 kB | 16/56 kB | 12/100 kB Progress (4): 36/245 kB | 12/58 kB | 16/56 kB | 12/100 kB Progress (4): 40/245 kB | 12/58 kB | 16/56 kB | 12/100 kB Progress (4): 45/245 kB | 12/58 kB | 16/56 kB | 12/100 kB Progress (4): 45/245 kB | 16/58 kB | 16/56 kB | 12/100 kB Progress (4): 49/245 kB | 16/58 kB | 16/56 kB | 12/100 kB Progress (4): 49/245 kB | 16/58 kB | 20/56 kB | 12/100 kB Progress (4): 49/245 kB | 20/58 kB | 20/56 kB | 12/100 kB Progress (4): 49/245 kB | 24/58 kB | 20/56 kB | 12/100 kB Progress (4): 49/245 kB | 28/58 kB | 20/56 kB | 12/100 kB Progress (4): 49/245 kB | 32/58 kB | 20/56 kB | 12/100 kB Progress (4): 49/245 kB | 32/58 kB | 20/56 kB | 16/100 kB Progress (4): 53/245 kB | 32/58 kB | 20/56 kB | 16/100 kB Progress (4): 57/245 kB | 32/58 kB | 20/56 kB | 16/100 kB Progress (4): 61/245 kB | 32/58 kB | 20/56 kB | 16/100 kB Progress (4): 65/245 kB | 32/58 kB | 20/56 kB | 16/100 kB Progress (4): 65/245 kB | 32/58 kB | 24/56 kB | 16/100 kB Progress (4): 69/245 kB | 32/58 kB | 24/56 kB | 16/100 kB Progress (4): 73/245 kB | 32/58 kB | 24/56 kB | 16/100 kB Progress (4): 77/245 kB | 32/58 kB | 24/56 kB | 16/100 kB Progress (4): 81/245 kB | 32/58 kB | 24/56 kB | 16/100 kB Progress (4): 81/245 kB | 32/58 kB | 24/56 kB | 20/100 kB Progress (4): 81/245 kB | 36/58 kB | 24/56 kB | 20/100 kB Progress (4): 81/245 kB | 40/58 kB | 24/56 kB | 20/100 kB Progress (4): 81/245 kB | 45/58 kB | 24/56 kB | 20/100 kB Progress (4): 81/245 kB | 49/58 kB | 24/56 kB | 20/100 kB Progress (4): 81/245 kB | 49/58 kB | 24/56 kB | 24/100 kB Progress (4): 81/245 kB | 49/58 kB | 24/56 kB | 28/100 kB Progress (4): 81/245 kB | 49/58 kB | 24/56 kB | 32/100 kB Progress (4): 81/245 kB | 49/58 kB | 24/56 kB | 36/100 kB Progress (4): 81/245 kB | 49/58 kB | 24/56 kB | 40/100 kB Progress (4): 85/245 kB | 49/58 kB | 24/56 kB | 40/100 kB Progress (4): 90/245 kB | 49/58 kB | 24/56 kB | 40/100 kB Progress (4): 94/245 kB | 49/58 kB | 24/56 kB | 40/100 kB Progress (4): 98/245 kB | 49/58 kB | 24/56 kB | 40/100 kB Progress (4): 98/245 kB | 49/58 kB | 28/56 kB | 40/100 kB Progress (4): 102/245 kB | 49/58 kB | 28/56 kB | 40/100 kB Progress (4): 106/245 kB | 49/58 kB | 28/56 kB | 40/100 kB Progress (4): 110/245 kB | 49/58 kB | 28/56 kB | 40/100 kB Progress (4): 114/245 kB | 49/58 kB | 28/56 kB | 40/100 kB Progress (5): 114/245 kB | 49/58 kB | 28/56 kB | 40/100 kB | 4.1/13 kB Progress (5): 114/245 kB | 49/58 kB | 28/56 kB | 45/100 kB | 4.1/13 kB Progress (5): 114/245 kB | 49/58 kB | 28/56 kB | 49/100 kB | 4.1/13 kB Progress (5): 114/245 kB | 53/58 kB | 28/56 kB | 49/100 kB | 4.1/13 kB Progress (5): 114/245 kB | 57/58 kB | 28/56 kB | 49/100 kB | 4.1/13 kB Progress (5): 114/245 kB | 58 kB | 28/56 kB | 49/100 kB | 4.1/13 kB Progress (5): 114/245 kB | 58 kB | 28/56 kB | 49/100 kB | 7.7/13 kB Progress (5): 114/245 kB | 58 kB | 28/56 kB | 49/100 kB | 12/13 kB Progress (5): 114/245 kB | 58 kB | 28/56 kB | 49/100 kB | 13 kB Progress (5): 118/245 kB | 58 kB | 28/56 kB | 49/100 kB | 13 kB Progress (5): 122/245 kB | 58 kB | 28/56 kB | 49/100 kB | 13 kB Progress (5): 126/245 kB | 58 kB | 28/56 kB | 49/100 kB | 13 kB Progress (5): 131/245 kB | 58 kB | 28/56 kB | 49/100 kB | 13 kB Progress (5): 131/245 kB | 58 kB | 32/56 kB | 49/100 kB | 13 kB Progress (5): 131/245 kB | 58 kB | 32/56 kB | 53/100 kB | 13 kB Progress (5): 135/245 kB | 58 kB | 32/56 kB | 53/100 kB | 13 kB Progress (5): 135/245 kB | 58 kB | 36/56 kB | 53/100 kB | 13 kB Progress (5): 135/245 kB | 58 kB | 36/56 kB | 57/100 kB | 13 kB Progress (5): 135/245 kB | 58 kB | 40/56 kB | 57/100 kB | 13 kB Progress (5): 139/245 kB | 58 kB | 40/56 kB | 57/100 kB | 13 kB Progress (5): 143/245 kB | 58 kB | 40/56 kB | 57/100 kB | 13 kB Progress (5): 147/245 kB | 58 kB | 40/56 kB | 57/100 kB | 13 kB Progress (5): 147/245 kB | 58 kB | 45/56 kB | 57/100 kB | 13 kB Progress (5): 147/245 kB | 58 kB | 45/56 kB | 61/100 kB | 13 kB Progress (5): 147/245 kB | 58 kB | 45/56 kB | 65/100 kB | 13 kB Progress (5): 147/245 kB | 58 kB | 49/56 kB | 65/100 kB | 13 kB Progress (5): 151/245 kB | 58 kB | 49/56 kB | 65/100 kB | 13 kB Progress (5): 155/245 kB | 58 kB | 49/56 kB | 65/100 kB | 13 kB Progress (5): 155/245 kB | 58 kB | 53/56 kB | 65/100 kB | 13 kB Progress (5): 155/245 kB | 58 kB | 56 kB | 65/100 kB | 13 kB Progress (5): 155/245 kB | 58 kB | 56 kB | 69/100 kB | 13 kB Progress (5): 159/245 kB | 58 kB | 56 kB | 69/100 kB | 13 kB Progress (5): 163/245 kB | 58 kB | 56 kB | 69/100 kB | 13 kB Progress (5): 163/245 kB | 58 kB | 56 kB | 73/100 kB | 13 kB Progress (5): 163/245 kB | 58 kB | 56 kB | 77/100 kB | 13 kB Progress (5): 163/245 kB | 58 kB | 56 kB | 81/100 kB | 13 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/sisu-equinox-embedder/1.3.0/sisu-equinox-embedder-1.3.0.jar (13 kB at 2.7 kB/s) Progress (4): 163/245 kB | 58 kB | 56 kB | 85/100 kB Progress (4): 167/245 kB | 58 kB | 56 kB | 85/100 kB Progress (4): 167/245 kB | 58 kB | 56 kB | 90/100 kB Progress (4): 167/245 kB | 58 kB | 56 kB | 94/100 kB Progress (4): 167/245 kB | 58 kB | 56 kB | 98/100 kB Progress (4): 167/245 kB | 58 kB | 56 kB | 100 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/tukaani/xz/1.5/xz-1.5.jar (100 kB at 20 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/sisu-equinox-api/1.3.0/sisu-equinox-api-1.3.0.jar 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 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 11 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-metadata-model/1.3.0/tycho-metadata-model-1.3.0.jar Progress (2): 171/245 kB | 58 kB Progress (2): 176/245 kB | 58 kB Progress (2): 180/245 kB | 58 kB Progress (2): 184/245 kB | 58 kB Progress (2): 188/245 kB | 58 kB Progress (2): 192/245 kB | 58 kB Progress (2): 196/245 kB | 58 kB Progress (2): 200/245 kB | 58 kB Progress (2): 204/245 kB | 58 kB Progress (2): 208/245 kB | 58 kB Progress (2): 212/245 kB | 58 kB Progress (2): 217/245 kB | 58 kB Progress (2): 221/245 kB | 58 kB Progress (2): 225/245 kB | 58 kB Progress (2): 229/245 kB | 58 kB Progress (2): 233/245 kB | 58 kB Progress (3): 233/245 kB | 58 kB | 4.1/37 kB Progress (3): 237/245 kB | 58 kB | 4.1/37 kB Progress (3): 237/245 kB | 58 kB | 7.7/37 kB Progress (3): 241/245 kB | 58 kB | 7.7/37 kB Progress (3): 241/245 kB | 58 kB | 12/37 kB Progress (3): 241/245 kB | 58 kB | 16/37 kB Progress (3): 241/245 kB | 58 kB | 20/37 kB Progress (3): 241/245 kB | 58 kB | 24/37 kB Progress (3): 241/245 kB | 58 kB | 28/37 kB Progress (3): 241/245 kB | 58 kB | 32/37 kB Progress (3): 245 kB | 58 kB | 32/37 kB Progress (3): 245 kB | 58 kB | 36/37 kB Progress (3): 245 kB | 58 kB | 37 kB Progress (4): 245 kB | 58 kB | 37 kB | 0/1.4 MB Progress (4): 245 kB | 58 kB | 37 kB | 0/1.4 MB Progress (4): 245 kB | 58 kB | 37 kB | 0/1.4 MB Progress (4): 245 kB | 58 kB | 37 kB | 0/1.4 MB Progress (4): 245 kB | 58 kB | 37 kB | 0/1.4 MB Progress (4): 245 kB | 58 kB | 37 kB | 0/1.4 MB 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 11 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/de/pdark/decentxml/1.3/decentxml-1.3.jar Progress (3): 245 kB | 37 kB | 0.1/1.4 MB 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 7.2 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-embedder-api/1.3.0/tycho-embedder-api-1.3.0.jar Progress (2): 245 kB | 0.1/1.4 MB Progress (3): 245 kB | 0.1/1.4 MB | 3.2 kB Progress (3): 245 kB | 0.1/1.4 MB | 3.2 kB Progress (3): 245 kB | 0.1/1.4 MB | 3.2 kB Progress (3): 245 kB | 0.1/1.4 MB | 3.2 kB Progress (3): 245 kB | 0.1/1.4 MB | 3.2 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 48 kB/s) Progress (2): 0.1/1.4 MB | 3.2 kB 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 (2): 0.1/1.4 MB | 3.2 kB Progress (2): 0.1/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 626 B/s) Progress (2): 0.1/1.4 MB | 4.1/7.2 kB Progress (2): 0.1/1.4 MB | 7.2 kB Progress (2): 0.1/1.4 MB | 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 (2): 0.1/1.4 MB | 7.2 kB Progress (2): 0.1/1.4 MB | 7.2 kB Progress (3): 0.1/1.4 MB | 7.2 kB | 4.1/9.4 kB Progress (3): 0.1/1.4 MB | 7.2 kB | 7.7/9.4 kB Progress (3): 0.1/1.4 MB | 7.2 kB | 9.4 kB Progress (3): 0.2/1.4 MB | 7.2 kB | 9.4 kB Progress (3): 0.2/1.4 MB | 7.2 kB | 9.4 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.embedder.shared/1.3.0/org.eclipse.tycho.embedder.shared-1.3.0.jar (9.4 kB at 1.8 kB/s) 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 1.4 kB/s) Progress (2): 0.2/1.4 MB | 4.1/37 kB Progress (3): 0.2/1.4 MB | 4.1/37 kB | 4.1/112 kB Progress (3): 0.2/1.4 MB | 4.1/37 kB | 4.1/112 kB Progress (3): 0.2/1.4 MB | 4.1/37 kB | 7.7/112 kB Progress (3): 0.2/1.4 MB | 7.7/37 kB | 7.7/112 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 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 (3): 0.2/1.4 MB | 12/37 kB | 7.7/112 kB Progress (3): 0.2/1.4 MB | 12/37 kB | 12/112 kB Progress (3): 0.2/1.4 MB | 12/37 kB | 12/112 kB Progress (3): 0.2/1.4 MB | 12/37 kB | 16/112 kB Progress (3): 0.2/1.4 MB | 12/37 kB | 20/112 kB Progress (3): 0.2/1.4 MB | 16/37 kB | 20/112 kB Progress (3): 0.2/1.4 MB | 16/37 kB | 24/112 kB Progress (3): 0.2/1.4 MB | 16/37 kB | 28/112 kB Progress (3): 0.2/1.4 MB | 20/37 kB | 28/112 kB Progress (3): 0.2/1.4 MB | 20/37 kB | 28/112 kB Progress (3): 0.2/1.4 MB | 24/37 kB | 28/112 kB Progress (3): 0.2/1.4 MB | 24/37 kB | 32/112 kB Progress (3): 0.2/1.4 MB | 28/37 kB | 32/112 kB Progress (3): 0.2/1.4 MB | 32/37 kB | 32/112 kB Progress (3): 0.2/1.4 MB | 36/37 kB | 32/112 kB Progress (3): 0.2/1.4 MB | 37 kB | 32/112 kB Progress (3): 0.2/1.4 MB | 37 kB | 32/112 kB Progress (3): 0.2/1.4 MB | 37 kB | 36/112 kB Progress (3): 0.2/1.4 MB | 37 kB | 40/112 kB Progress (3): 0.2/1.4 MB | 37 kB | 45/112 kB Progress (3): 0.2/1.4 MB | 37 kB | 45/112 kB Progress (3): 0.2/1.4 MB | 37 kB | 49/112 kB Progress (3): 0.2/1.4 MB | 37 kB | 49/112 kB Progress (3): 0.2/1.4 MB | 37 kB | 53/112 kB Progress (3): 0.2/1.4 MB | 37 kB | 57/112 kB Progress (3): 0.2/1.4 MB | 37 kB | 61/112 kB Progress (3): 0.2/1.4 MB | 37 kB | 61/112 kB Progress (3): 0.2/1.4 MB | 37 kB | 65/112 kB Progress (3): 0.2/1.4 MB | 37 kB | 69/112 kB Progress (3): 0.2/1.4 MB | 37 kB | 73/112 kB Progress (3): 0.2/1.4 MB | 37 kB | 77/112 kB Progress (3): 0.2/1.4 MB | 37 kB | 81/112 kB Progress (3): 0.2/1.4 MB | 37 kB | 85/112 kB Progress (3): 0.2/1.4 MB | 37 kB | 90/112 kB Progress (3): 0.2/1.4 MB | 37 kB | 94/112 kB Progress (3): 0.2/1.4 MB | 37 kB | 98/112 kB Progress (3): 0.2/1.4 MB | 37 kB | 102/112 kB Progress (3): 0.2/1.4 MB | 37 kB | 106/112 kB Progress (3): 0.2/1.4 MB | 37 kB | 110/112 kB Progress (3): 0.2/1.4 MB | 37 kB | 112 kB Progress (3): 0.2/1.4 MB | 37 kB | 112 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 7.0 kB/s) 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 (3): 0.2/1.4 MB | 112 kB | 4.1/285 kB Progress (3): 0.2/1.4 MB | 112 kB | 4.1/285 kB Progress (3): 0.2/1.4 MB | 112 kB | 4.1/285 kB Progress (3): 0.2/1.4 MB | 112 kB | 7.7/285 kB Progress (3): 0.3/1.4 MB | 112 kB | 7.7/285 kB Progress (3): 0.3/1.4 MB | 112 kB | 7.7/285 kB Progress (3): 0.3/1.4 MB | 112 kB | 12/285 kB Progress (3): 0.3/1.4 MB | 112 kB | 12/285 kB Progress (3): 0.3/1.4 MB | 112 kB | 12/285 kB Progress (3): 0.3/1.4 MB | 112 kB | 16/285 kB Progress (3): 0.3/1.4 MB | 112 kB | 16/285 kB Progress (3): 0.3/1.4 MB | 112 kB | 16/285 kB Progress (3): 0.3/1.4 MB | 112 kB | 20/285 kB Progress (3): 0.3/1.4 MB | 112 kB | 24/285 kB Progress (3): 0.3/1.4 MB | 112 kB | 24/285 kB Progress (3): 0.3/1.4 MB | 112 kB | 24/285 kB Progress (3): 0.3/1.4 MB | 112 kB | 28/285 kB Progress (3): 0.3/1.4 MB | 112 kB | 28/285 kB Progress (3): 0.3/1.4 MB | 112 kB | 28/285 kB Progress (3): 0.3/1.4 MB | 112 kB | 32/285 kB Progress (3): 0.3/1.4 MB | 112 kB | 32/285 kB Progress (3): 0.3/1.4 MB | 112 kB | 32/285 kB Progress (3): 0.3/1.4 MB | 112 kB | 36/285 kB Progress (3): 0.3/1.4 MB | 112 kB | 40/285 kB Progress (3): 0.3/1.4 MB | 112 kB | 45/285 kB Progress (3): 0.4/1.4 MB | 112 kB | 45/285 kB Progress (3): 0.4/1.4 MB | 112 kB | 45/285 kB Progress (3): 0.4/1.4 MB | 112 kB | 49/285 kB Progress (3): 0.4/1.4 MB | 112 kB | 49/285 kB Progress (3): 0.4/1.4 MB | 112 kB | 49/285 kB Progress (4): 0.4/1.4 MB | 112 kB | 49/285 kB | 4.1/38 kB Progress (4): 0.4/1.4 MB | 112 kB | 49/285 kB | 4.1/38 kB Progress (4): 0.4/1.4 MB | 112 kB | 49/285 kB | 4.1/38 kB Progress (4): 0.4/1.4 MB | 112 kB | 53/285 kB | 4.1/38 kB Progress (4): 0.4/1.4 MB | 112 kB | 53/285 kB | 4.1/38 kB Progress (4): 0.4/1.4 MB | 112 kB | 53/285 kB | 4.1/38 kB Progress (4): 0.4/1.4 MB | 112 kB | 53/285 kB | 7.7/38 kB Progress (4): 0.4/1.4 MB | 112 kB | 53/285 kB | 12/38 kB Progress (4): 0.4/1.4 MB | 112 kB | 53/285 kB | 16/38 kB Progress (4): 0.4/1.4 MB | 112 kB | 57/285 kB | 16/38 kB Progress (4): 0.4/1.4 MB | 112 kB | 57/285 kB | 20/38 kB Progress (4): 0.4/1.4 MB | 112 kB | 57/285 kB | 20/38 kB Progress (4): 0.4/1.4 MB | 112 kB | 57/285 kB | 24/38 kB Progress (4): 0.4/1.4 MB | 112 kB | 61/285 kB | 24/38 kB Progress (4): 0.4/1.4 MB | 112 kB | 61/285 kB | 28/38 kB Progress (4): 0.4/1.4 MB | 112 kB | 61/285 kB | 28/38 kB Progress (4): 0.4/1.4 MB | 112 kB | 61/285 kB | 32/38 kB Progress (4): 0.4/1.4 MB | 112 kB | 65/285 kB | 32/38 kB Progress (4): 0.4/1.4 MB | 112 kB | 65/285 kB | 36/38 kB Progress (4): 0.4/1.4 MB | 112 kB | 65/285 kB | 36/38 kB Progress (4): 0.4/1.4 MB | 112 kB | 65/285 kB | 38 kB Progress (4): 0.4/1.4 MB | 112 kB | 69/285 kB | 38 kB Progress (4): 0.4/1.4 MB | 112 kB | 69/285 kB | 38 kB Progress (4): 0.4/1.4 MB | 112 kB | 73/285 kB | 38 kB Progress (4): 0.4/1.4 MB | 112 kB | 77/285 kB | 38 kB Progress (4): 0.5/1.4 MB | 112 kB | 77/285 kB | 38 kB Progress (4): 0.5/1.4 MB | 112 kB | 81/285 kB | 38 kB Progress (4): 0.5/1.4 MB | 112 kB | 81/285 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 7.0 kB/s) 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): 0.5/1.4 MB | 112 kB | 85/285 kB Progress (3): 0.5/1.4 MB | 112 kB | 90/285 kB Progress (3): 0.5/1.4 MB | 112 kB | 94/285 kB Progress (3): 0.5/1.4 MB | 112 kB | 98/285 kB Progress (3): 0.5/1.4 MB | 112 kB | 98/285 kB Progress (3): 0.5/1.4 MB | 112 kB | 102/285 kB Progress (3): 0.5/1.4 MB | 112 kB | 106/285 kB Progress (3): 0.5/1.4 MB | 112 kB | 110/285 kB Progress (3): 0.5/1.4 MB | 112 kB | 114/285 kB Progress (3): 0.5/1.4 MB | 112 kB | 118/285 kB Progress (3): 0.5/1.4 MB | 112 kB | 122/285 kB Progress (3): 0.5/1.4 MB | 112 kB | 126/285 kB Progress (3): 0.5/1.4 MB | 112 kB | 131/285 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 21 kB/s) 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 (3): 0.5/1.4 MB | 131/285 kB | 4.1/53 kB Progress (3): 0.5/1.4 MB | 135/285 kB | 4.1/53 kB Progress (3): 0.5/1.4 MB | 139/285 kB | 4.1/53 kB Progress (3): 0.5/1.4 MB | 143/285 kB | 4.1/53 kB Progress (3): 0.5/1.4 MB | 147/285 kB | 4.1/53 kB Progress (3): 0.5/1.4 MB | 147/285 kB | 4.1/53 kB Progress (3): 0.5/1.4 MB | 147/285 kB | 7.7/53 kB Progress (3): 0.5/1.4 MB | 151/285 kB | 7.7/53 kB Progress (3): 0.5/1.4 MB | 155/285 kB | 7.7/53 kB Progress (3): 0.5/1.4 MB | 155/285 kB | 12/53 kB Progress (3): 0.5/1.4 MB | 159/285 kB | 12/53 kB Progress (3): 0.5/1.4 MB | 159/285 kB | 12/53 kB Progress (3): 0.5/1.4 MB | 163/285 kB | 12/53 kB Progress (3): 0.5/1.4 MB | 163/285 kB | 16/53 kB Progress (3): 0.5/1.4 MB | 163/285 kB | 16/53 kB Progress (3): 0.5/1.4 MB | 167/285 kB | 16/53 kB Progress (3): 0.5/1.4 MB | 167/285 kB | 20/53 kB Progress (3): 0.5/1.4 MB | 171/285 kB | 20/53 kB Progress (3): 0.5/1.4 MB | 176/285 kB | 20/53 kB Progress (3): 0.5/1.4 MB | 180/285 kB | 20/53 kB Progress (3): 0.5/1.4 MB | 180/285 kB | 20/53 kB Progress (3): 0.5/1.4 MB | 180/285 kB | 24/53 kB Progress (3): 0.5/1.4 MB | 180/285 kB | 28/53 kB Progress (3): 0.5/1.4 MB | 180/285 kB | 32/53 kB Progress (3): 0.5/1.4 MB | 180/285 kB | 32/53 kB Progress (3): 0.5/1.4 MB | 184/285 kB | 32/53 kB Progress (3): 0.5/1.4 MB | 184/285 kB | 36/53 kB Progress (4): 0.5/1.4 MB | 184/285 kB | 36/53 kB | 4.1/4.3 kB Progress (4): 0.5/1.4 MB | 184/285 kB | 36/53 kB | 4.1/4.3 kB Progress (4): 0.5/1.4 MB | 184/285 kB | 40/53 kB | 4.1/4.3 kB Progress (4): 0.5/1.4 MB | 188/285 kB | 40/53 kB | 4.1/4.3 kB Progress (4): 0.5/1.4 MB | 188/285 kB | 45/53 kB | 4.1/4.3 kB Progress (4): 0.5/1.4 MB | 188/285 kB | 45/53 kB | 4.1/4.3 kB Progress (4): 0.5/1.4 MB | 188/285 kB | 45/53 kB | 4.3 kB Progress (4): 0.5/1.4 MB | 188/285 kB | 49/53 kB | 4.3 kB Progress (4): 0.5/1.4 MB | 192/285 kB | 49/53 kB | 4.3 kB Progress (4): 0.5/1.4 MB | 192/285 kB | 53/53 kB | 4.3 kB Progress (4): 0.5/1.4 MB | 192/285 kB | 53/53 kB | 4.3 kB Progress (4): 0.5/1.4 MB | 192/285 kB | 53/53 kB | 4.3 kB Progress (4): 0.5/1.4 MB | 192/285 kB | 53/53 kB | 4.3 kB Progress (4): 0.6/1.4 MB | 192/285 kB | 53/53 kB | 4.3 kB Progress (4): 0.6/1.4 MB | 192/285 kB | 53/53 kB | 4.3 kB Progress (4): 0.6/1.4 MB | 192/285 kB | 53/53 kB | 4.3 kB Progress (4): 0.6/1.4 MB | 192/285 kB | 53 kB | 4.3 kB Progress (4): 0.6/1.4 MB | 196/285 kB | 53 kB | 4.3 kB Progress (4): 0.6/1.4 MB | 196/285 kB | 53 kB | 4.3 kB Progress (4): 0.6/1.4 MB | 196/285 kB | 53 kB | 4.3 kB Progress (4): 0.6/1.4 MB | 196/285 kB | 53 kB | 4.3 kB Progress (4): 0.6/1.4 MB | 200/285 kB | 53 kB | 4.3 kB Progress (4): 0.6/1.4 MB | 200/285 kB | 53 kB | 4.3 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-component-annotations/1.7.1/plexus-component-annotations-1.7.1.jar (4.3 kB at 781 B/s) Progress (3): 0.6/1.4 MB | 204/285 kB | 53 kB Progress (3): 0.6/1.4 MB | 208/285 kB | 53 kB Progress (4): 0.6/1.4 MB | 208/285 kB | 53 kB | 4.1/29 kB Progress (4): 0.6/1.4 MB | 208/285 kB | 53 kB | 7.7/29 kB Progress (4): 0.6/1.4 MB | 208/285 kB | 53 kB | 12/29 kB Progress (4): 0.6/1.4 MB | 208/285 kB | 53 kB | 16/29 kB Progress (4): 0.6/1.4 MB | 208/285 kB | 53 kB | 20/29 kB Progress (4): 0.6/1.4 MB | 208/285 kB | 53 kB | 24/29 kB Progress (4): 0.6/1.4 MB | 208/285 kB | 53 kB | 28/29 kB Progress (4): 0.6/1.4 MB | 208/285 kB | 53 kB | 29 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.p2.tools.shared/1.3.0/org.eclipse.tycho.p2.tools.shared-1.3.0.jar Progress (4): 0.6/1.4 MB | 208/285 kB | 53 kB | 29 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 9.7 kB/s) Progress (3): 0.6/1.4 MB | 212/285 kB | 29 kB Progress (3): 0.6/1.4 MB | 212/285 kB | 29 kB Progress (3): 0.6/1.4 MB | 217/285 kB | 29 kB Progress (3): 0.6/1.4 MB | 221/285 kB | 29 kB Progress (3): 0.6/1.4 MB | 221/285 kB | 29 kB Progress (3): 0.6/1.4 MB | 225/285 kB | 29 kB Progress (3): 0.6/1.4 MB | 225/285 kB | 29 kB Progress (3): 0.6/1.4 MB | 229/285 kB | 29 kB Progress (3): 0.6/1.4 MB | 229/285 kB | 29 kB Progress (3): 0.6/1.4 MB | 233/285 kB | 29 kB Progress (3): 0.7/1.4 MB | 233/285 kB | 29 kB Progress (3): 0.7/1.4 MB | 237/285 kB | 29 kB Progress (3): 0.7/1.4 MB | 241/285 kB | 29 kB Progress (3): 0.7/1.4 MB | 245/285 kB | 29 kB Progress (3): 0.7/1.4 MB | 245/285 kB | 29 kB Progress (3): 0.7/1.4 MB | 245/285 kB | 29 kB Progress (3): 0.7/1.4 MB | 249/285 kB | 29 kB Progress (3): 0.7/1.4 MB | 253/285 kB | 29 kB Progress (3): 0.7/1.4 MB | 258/285 kB | 29 kB Progress (3): 0.7/1.4 MB | 258/285 kB | 29 kB Progress (3): 0.7/1.4 MB | 262/285 kB | 29 kB Progress (3): 0.7/1.4 MB | 262/285 kB | 29 kB Progress (3): 0.7/1.4 MB | 266/285 kB | 29 kB Progress (3): 0.7/1.4 MB | 270/285 kB | 29 kB Progress (3): 0.7/1.4 MB | 270/285 kB | 29 kB Progress (3): 0.7/1.4 MB | 274/285 kB | 29 kB Progress (3): 0.7/1.4 MB | 274/285 kB | 29 kB Progress (3): 0.7/1.4 MB | 278/285 kB | 29 kB Progress (3): 0.7/1.4 MB | 282/285 kB | 29 kB Progress (3): 0.7/1.4 MB | 282/285 kB | 29 kB Progress (3): 0.7/1.4 MB | 282/285 kB | 29 kB Progress (3): 0.7/1.4 MB | 285 kB | 29 kB Progress (3): 0.7/1.4 MB | 285 kB | 29 kB Progress (3): 0.7/1.4 MB | 285 kB | 29 kB Progress (3): 0.7/1.4 MB | 285 kB | 29 kB Progress (3): 0.8/1.4 MB | 285 kB | 29 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 5.2 kB/s) Progress (2): 0.8/1.4 MB | 285 kB Progress (2): 0.8/1.4 MB | 285 kB Progress (2): 0.8/1.4 MB | 285 kB Progress (2): 0.8/1.4 MB | 285 kB Progress (2): 0.8/1.4 MB | 285 kB Progress (3): 0.8/1.4 MB | 285 kB | 4.1/21 kB Progress (3): 0.8/1.4 MB | 285 kB | 7.7/21 kB Progress (3): 0.8/1.4 MB | 285 kB | 12/21 kB Progress (3): 0.8/1.4 MB | 285 kB | 16/21 kB Progress (3): 0.8/1.4 MB | 285 kB | 20/21 kB Progress (3): 0.8/1.4 MB | 285 kB | 21 kB Progress (3): 0.8/1.4 MB | 285 kB | 21 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 51 kB/s) Progress (2): 0.8/1.4 MB | 21 kB Progress (2): 0.8/1.4 MB | 21 kB Progress (2): 0.8/1.4 MB | 21 kB Progress (2): 0.8/1.4 MB | 21 kB Progress (2): 0.8/1.4 MB | 21 kB Progress (2): 0.9/1.4 MB | 21 kB Progress (2): 0.9/1.4 MB | 21 kB Progress (2): 0.9/1.4 MB | 21 kB Progress (2): 0.9/1.4 MB | 21 kB Progress (2): 0.9/1.4 MB | 21 kB Progress (2): 0.9/1.4 MB | 21 kB Progress (2): 0.9/1.4 MB | 21 kB Progress (2): 0.9/1.4 MB | 21 kB Progress (2): 0.9/1.4 MB | 21 kB Progress (2): 0.9/1.4 MB | 21 kB Progress (2): 0.9/1.4 MB | 21 kB Progress (2): 0.9/1.4 MB | 21 kB Progress (2): 0.9/1.4 MB | 21 kB Progress (2): 1.0/1.4 MB | 21 kB Progress (2): 1.0/1.4 MB | 21 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.p2.tools.shared/1.3.0/org.eclipse.tycho.p2.tools.shared-1.3.0.jar (21 kB at 3.7 kB/s) Progress (1): 1.0/1.4 MB Progress (1): 1.0/1.4 MB Progress (1): 1.0/1.4 MB Progress (1): 1.0/1.4 MB Progress (1): 1.0/1.4 MB Progress (1): 1.0/1.4 MB Progress (1): 1.0/1.4 MB Progress (1): 1.0/1.4 MB Progress (1): 1.0/1.4 MB Progress (1): 1.0/1.4 MB Progress (1): 1.1/1.4 MB Progress (1): 1.1/1.4 MB Progress (1): 1.1/1.4 MB Progress (1): 1.1/1.4 MB Progress (1): 1.1/1.4 MB Progress (1): 1.1/1.4 MB Progress (1): 1.1/1.4 MB Progress (1): 1.1/1.4 MB Progress (1): 1.1/1.4 MB Progress (1): 1.1/1.4 MB Progress (1): 1.1/1.4 MB Progress (1): 1.1/1.4 MB Progress (1): 1.2/1.4 MB Progress (1): 1.2/1.4 MB Progress (1): 1.2/1.4 MB Progress (1): 1.2/1.4 MB Progress (1): 1.2/1.4 MB Progress (1): 1.2/1.4 MB Progress (1): 1.2/1.4 MB Progress (1): 1.2/1.4 MB Progress (1): 1.2/1.4 MB Progress (1): 1.2/1.4 MB Progress (1): 1.2/1.4 MB Progress (1): 1.2/1.4 MB Progress (1): 1.3/1.4 MB Progress (1): 1.3/1.4 MB Progress (1): 1.3/1.4 MB Progress (1): 1.3/1.4 MB Progress (1): 1.3/1.4 MB Progress (1): 1.3/1.4 MB Progress (1): 1.3/1.4 MB Progress (1): 1.3/1.4 MB Progress (1): 1.3/1.4 MB Progress (1): 1.3/1.4 MB Progress (1): 1.3/1.4 MB Progress (1): 1.3/1.4 MB Progress (1): 1.4/1.4 MB Progress (1): 1.4/1.4 MB Progress (1): 1.4/1.4 MB Progress (1): 1.4/1.4 MB Progress (1): 1.4/1.4 MB Progress (1): 1.4/1.4 MB Progress (1): 1.4/1.4 MB Progress (1): 1.4/1.4 MB Progress (1): 1.4/1.4 MB Progress (1): 1.4/1.4 MB Progress (1): 1.4 MB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.osgi/3.13.0.v20180226-1711/org.eclipse.osgi-3.13.0.v20180226-1711.jar (1.4 MB at 249 kB/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 11 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.7 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 2.7 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 318 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 7.5 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 68 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 14 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 13 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 740 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 65 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 21 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 246 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 864 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.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 54 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 176 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 329 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 260 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 277 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 106 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 217 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 388 kB/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 262 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 461 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 38 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 1.5 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 40 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 286 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 47 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 176 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 1.1 MB/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 203 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 9.1 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 24 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 60 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 176 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/apache/commons/commons-exec/1.2/commons-exec-1.2.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 eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/sisu-equinox-launching/1.3.0/sisu-equinox-launching-1.3.0.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-exec/1.2/commons-exec-1.2.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/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 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/28 kB Progress (2): 53/379 kB | 4.1/28 kB Progress (2): 53/379 kB | 7.7/28 kB Progress (2): 53/379 kB | 12/28 kB Progress (3): 53/379 kB | 12/28 kB | 4.1/21 kB Progress (3): 57/379 kB | 12/28 kB | 4.1/21 kB Progress (3): 61/379 kB | 12/28 kB | 4.1/21 kB Progress (3): 65/379 kB | 12/28 kB | 4.1/21 kB Progress (3): 65/379 kB | 12/28 kB | 7.7/21 kB Progress (3): 65/379 kB | 12/28 kB | 12/21 kB Progress (3): 65/379 kB | 12/28 kB | 16/21 kB Progress (3): 65/379 kB | 16/28 kB | 16/21 kB Progress (3): 65/379 kB | 16/28 kB | 20/21 kB Progress (3): 65/379 kB | 16/28 kB | 21 kB Progress (3): 69/379 kB | 16/28 kB | 21 kB Progress (3): 73/379 kB | 16/28 kB | 21 kB Progress (3): 77/379 kB | 16/28 kB | 21 kB Progress (3): 81/379 kB | 16/28 kB | 21 kB Progress (3): 81/379 kB | 20/28 kB | 21 kB Progress (3): 81/379 kB | 24/28 kB | 21 kB Progress (3): 85/379 kB | 24/28 kB | 21 kB Progress (3): 85/379 kB | 28 kB | 21 kB Progress (3): 90/379 kB | 28 kB | 21 kB Progress (3): 94/379 kB | 28 kB | 21 kB Progress (3): 98/379 kB | 28 kB | 21 kB Progress (3): 102/379 kB | 28 kB | 21 kB Progress (3): 106/379 kB | 28 kB | 21 kB Progress (3): 110/379 kB | 28 kB | 21 kB Progress (3): 114/379 kB | 28 kB | 21 kB Progress (3): 118/379 kB | 28 kB | 21 kB Progress (3): 122/379 kB | 28 kB | 21 kB Progress (3): 126/379 kB | 28 kB | 21 kB Progress (3): 131/379 kB | 28 kB | 21 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-artifactcomparator/1.3.0/tycho-artifactcomparator-1.3.0.jar (21 kB at 338 kB/s) Progress (2): 135/379 kB | 28 kB Progress (2): 139/379 kB | 28 kB Progress (2): 143/379 kB | 28 kB Progress (2): 147/379 kB | 28 kB Progress (2): 151/379 kB | 28 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 426 kB/s) Progress (1): 155/379 kB Progress (1): 159/379 kB Progress (1): 163/379 kB Progress (1): 167/379 kB Progress (1): 171/379 kB Progress (1): 176/379 kB Progress (1): 180/379 kB Progress (1): 184/379 kB Progress (1): 188/379 kB Progress (1): 192/379 kB Progress (1): 196/379 kB Progress (1): 200/379 kB Progress (1): 204/379 kB Progress (1): 208/379 kB Progress (1): 212/379 kB Progress (1): 217/379 kB Progress (1): 221/379 kB Progress (1): 225/379 kB Progress (1): 229/379 kB Progress (1): 233/379 kB Progress (1): 237/379 kB Progress (1): 241/379 kB Progress (1): 245/379 kB Progress (1): 249/379 kB Progress (1): 253/379 kB Progress (1): 258/379 kB Progress (1): 262/379 kB Progress (1): 266/379 kB Progress (1): 270/379 kB Progress (1): 274/379 kB Progress (1): 278/379 kB Progress (1): 282/379 kB Progress (1): 286/379 kB Progress (2): 286/379 kB | 4.1/54 kB Progress (2): 290/379 kB | 4.1/54 kB Progress (2): 294/379 kB | 4.1/54 kB Progress (2): 294/379 kB | 7.7/54 kB Progress (2): 294/379 kB | 12/54 kB Progress (2): 298/379 kB | 12/54 kB Progress (2): 303/379 kB | 12/54 kB Progress (2): 307/379 kB | 12/54 kB Progress (2): 307/379 kB | 16/54 kB Progress (2): 311/379 kB | 16/54 kB Progress (2): 311/379 kB | 20/54 kB Progress (2): 315/379 kB | 20/54 kB Progress (2): 315/379 kB | 24/54 kB Progress (2): 319/379 kB | 24/54 kB Progress (2): 323/379 kB | 24/54 kB Progress (2): 323/379 kB | 28/54 kB Progress (2): 327/379 kB | 28/54 kB Progress (2): 327/379 kB | 32/54 kB Progress (2): 331/379 kB | 32/54 kB Progress (2): 335/379 kB | 32/54 kB Progress (2): 335/379 kB | 36/54 kB Progress (2): 339/379 kB | 36/54 kB Progress (2): 339/379 kB | 40/54 kB Progress (2): 344/379 kB | 40/54 kB Progress (2): 344/379 kB | 45/54 kB Progress (2): 344/379 kB | 49/54 kB Progress (2): 348/379 kB | 49/54 kB Progress (2): 348/379 kB | 53/54 kB Progress (2): 352/379 kB | 53/54 kB Progress (2): 352/379 kB | 54 kB Progress (2): 356/379 kB | 54 kB Progress (2): 360/379 kB | 54 kB Progress (2): 364/379 kB | 54 kB Progress (2): 368/379 kB | 54 kB Progress (2): 372/379 kB | 54 kB Progress (2): 376/379 kB | 54 kB Progress (2): 379 kB | 54 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-debug-all/5.0.3/asm-debug-all-5.0.3.jar (379 kB at 2.4 MB/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 329 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.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 97 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.3 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 222 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 129 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.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 71 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 249 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 316 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 320 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 216 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 562 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.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 1.6 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 99 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 464 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.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 71 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 6.2 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 59 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 6.2 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 36 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 19 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 13 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 37 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 414 kB/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 700 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 352 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 33 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 203 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 8.2 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 256 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 127 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 29 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 380 kB/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 8.1 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 8.7 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 104 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 359 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 96 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 359 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 203 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 469 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 384 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 67 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 52 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 62 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 34 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 19 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 97 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 247 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 61 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 4.1 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 11 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 16 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 71 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 31 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 42 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 58 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 244 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 240 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 113 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.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.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.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.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.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.junit/1.3.0/org.eclipse.tycho.surefire.junit-1.3.0.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.surefire.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.junit5/1.3.0/org.eclipse.tycho.surefire.junit5-1.3.0.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.surefire.junit47/1.3.0/org.eclipse.tycho.surefire.junit47-1.3.0.jar Progress (1): 7.7/920 kB Progress (1): 16/920 kB Progress (1): 24/920 kB Progress (1): 32/920 kB Progress (1): 40/920 kB Progress (1): 49/920 kB Progress (1): 57/920 kB Progress (1): 65/920 kB Progress (1): 73/920 kB Progress (1): 81/920 kB Progress (1): 90/920 kB Progress (1): 98/920 kB Progress (1): 106/920 kB Progress (1): 114/920 kB Progress (1): 122/920 kB Progress (1): 131/920 kB Progress (1): 139/920 kB Progress (1): 147/920 kB Progress (1): 155/920 kB Progress (1): 163/920 kB Progress (2): 163/920 kB | 4.1/26 kB Progress (2): 163/920 kB | 7.7/26 kB Progress (2): 171/920 kB | 7.7/26 kB Progress (2): 171/920 kB | 12/26 kB Progress (2): 180/920 kB | 12/26 kB Progress (2): 180/920 kB | 16/26 kB Progress (2): 188/920 kB | 16/26 kB Progress (2): 196/920 kB | 16/26 kB Progress (2): 196/920 kB | 20/26 kB Progress (2): 196/920 kB | 24/26 kB Progress (2): 204/920 kB | 24/26 kB Progress (2): 212/920 kB | 24/26 kB Progress (2): 221/920 kB | 24/26 kB Progress (2): 221/920 kB | 26 kB Progress (2): 229/920 kB | 26 kB Progress (2): 237/920 kB | 26 kB Progress (2): 245/920 kB | 26 kB Progress (2): 253/920 kB | 26 kB Progress (2): 262/920 kB | 26 kB Progress (2): 270/920 kB | 26 kB Progress (3): 270/920 kB | 26 kB | 4.1/429 kB Progress (3): 270/920 kB | 26 kB | 7.7/429 kB Progress (3): 278/920 kB | 26 kB | 7.7/429 kB Progress (3): 278/920 kB | 26 kB | 12/429 kB Progress (3): 278/920 kB | 26 kB | 16/429 kB Progress (3): 286/920 kB | 26 kB | 16/429 kB Progress (3): 294/920 kB | 26 kB | 16/429 kB Progress (3): 294/920 kB | 26 kB | 20/429 kB Progress (3): 294/920 kB | 26 kB | 24/429 kB Progress (3): 294/920 kB | 26 kB | 28/429 kB Progress (3): 303/920 kB | 26 kB | 28/429 kB Progress (3): 303/920 kB | 26 kB | 32/429 kB Progress (3): 311/920 kB | 26 kB | 32/429 kB Progress (4): 311/920 kB | 26 kB | 32/429 kB | 4.1/65 kB Progress (4): 311/920 kB | 26 kB | 36/429 kB | 4.1/65 kB Progress (4): 311/920 kB | 26 kB | 36/429 kB | 7.7/65 kB Progress (4): 319/920 kB | 26 kB | 36/429 kB | 7.7/65 kB Progress (4): 319/920 kB | 26 kB | 40/429 kB | 7.7/65 kB Progress (4): 327/920 kB | 26 kB | 40/429 kB | 7.7/65 kB Progress (4): 327/920 kB | 26 kB | 40/429 kB | 12/65 kB Progress (4): 327/920 kB | 26 kB | 45/429 kB | 12/65 kB Progress (4): 335/920 kB | 26 kB | 45/429 kB | 12/65 kB Progress (4): 344/920 kB | 26 kB | 45/429 kB | 12/65 kB Progress (4): 344/920 kB | 26 kB | 45/429 kB | 16/65 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 185 kB/s) Progress (3): 344/920 kB | 49/429 kB | 16/65 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 (3): 344/920 kB | 49/429 kB | 20/65 kB Progress (3): 352/920 kB | 49/429 kB | 20/65 kB Progress (3): 352/920 kB | 49/429 kB | 24/65 kB Progress (4): 352/920 kB | 49/429 kB | 24/65 kB | 4.1/187 kB Progress (4): 352/920 kB | 53/429 kB | 24/65 kB | 4.1/187 kB Progress (4): 352/920 kB | 53/429 kB | 24/65 kB | 7.7/187 kB Progress (4): 352/920 kB | 53/429 kB | 28/65 kB | 7.7/187 kB Progress (4): 352/920 kB | 53/429 kB | 32/65 kB | 7.7/187 kB Progress (4): 360/920 kB | 53/429 kB | 32/65 kB | 7.7/187 kB Progress (4): 360/920 kB | 53/429 kB | 36/65 kB | 7.7/187 kB Progress (4): 360/920 kB | 53/429 kB | 40/65 kB | 7.7/187 kB Progress (4): 360/920 kB | 53/429 kB | 45/65 kB | 7.7/187 kB Progress (4): 360/920 kB | 53/429 kB | 49/65 kB | 7.7/187 kB Progress (4): 360/920 kB | 57/429 kB | 49/65 kB | 7.7/187 kB Progress (4): 360/920 kB | 57/429 kB | 49/65 kB | 12/187 kB Progress (4): 360/920 kB | 57/429 kB | 49/65 kB | 16/187 kB Progress (5): 360/920 kB | 57/429 kB | 49/65 kB | 16/187 kB | 4.1/112 kB Progress (5): 360/920 kB | 57/429 kB | 53/65 kB | 16/187 kB | 4.1/112 kB Progress (5): 360/920 kB | 57/429 kB | 57/65 kB | 16/187 kB | 4.1/112 kB Progress (5): 360/920 kB | 57/429 kB | 61/65 kB | 16/187 kB | 4.1/112 kB Progress (5): 360/920 kB | 57/429 kB | 65/65 kB | 16/187 kB | 4.1/112 kB Progress (5): 360/920 kB | 61/429 kB | 65/65 kB | 16/187 kB | 4.1/112 kB Progress (5): 368/920 kB | 61/429 kB | 65/65 kB | 16/187 kB | 4.1/112 kB Progress (5): 368/920 kB | 65/429 kB | 65/65 kB | 16/187 kB | 4.1/112 kB Progress (5): 368/920 kB | 65/429 kB | 65 kB | 16/187 kB | 4.1/112 kB Progress (5): 368/920 kB | 65/429 kB | 65 kB | 16/187 kB | 7.7/112 kB Progress (5): 368/920 kB | 65/429 kB | 65 kB | 20/187 kB | 7.7/112 kB Progress (5): 368/920 kB | 65/429 kB | 65 kB | 20/187 kB | 12/112 kB Progress (5): 368/920 kB | 69/429 kB | 65 kB | 20/187 kB | 12/112 kB Progress (5): 376/920 kB | 69/429 kB | 65 kB | 20/187 kB | 12/112 kB Progress (5): 376/920 kB | 73/429 kB | 65 kB | 20/187 kB | 12/112 kB Progress (5): 376/920 kB | 73/429 kB | 65 kB | 20/187 kB | 16/112 kB Progress (5): 376/920 kB | 73/429 kB | 65 kB | 24/187 kB | 16/112 kB Progress (5): 376/920 kB | 73/429 kB | 65 kB | 28/187 kB | 16/112 kB Progress (5): 376/920 kB | 73/429 kB | 65 kB | 28/187 kB | 20/112 kB Progress (5): 376/920 kB | 73/429 kB | 65 kB | 28/187 kB | 24/112 kB Progress (5): 384/920 kB | 73/429 kB | 65 kB | 28/187 kB | 24/112 kB Progress (5): 384/920 kB | 77/429 kB | 65 kB | 28/187 kB | 24/112 kB Progress (5): 393/920 kB | 77/429 kB | 65 kB | 28/187 kB | 24/112 kB Progress (5): 393/920 kB | 77/429 kB | 65 kB | 28/187 kB | 28/112 kB Progress (5): 401/920 kB | 77/429 kB | 65 kB | 28/187 kB | 28/112 kB Progress (5): 401/920 kB | 77/429 kB | 65 kB | 32/187 kB | 28/112 kB Progress (5): 409/920 kB | 77/429 kB | 65 kB | 32/187 kB | 28/112 kB Progress (5): 409/920 kB | 77/429 kB | 65 kB | 32/187 kB | 32/112 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.surefire.junit4/1.3.0/org.eclipse.tycho.surefire.junit4-1.3.0.jar (65 kB at 295 kB/s) Progress (4): 409/920 kB | 81/429 kB | 32/187 kB | 32/112 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-api/2.22.0/surefire-api-2.22.0.jar Progress (4): 409/920 kB | 81/429 kB | 32/187 kB | 36/112 kB Progress (4): 417/920 kB | 81/429 kB | 32/187 kB | 36/112 kB Progress (4): 425/920 kB | 81/429 kB | 32/187 kB | 36/112 kB Progress (4): 425/920 kB | 81/429 kB | 36/187 kB | 36/112 kB Progress (4): 425/920 kB | 81/429 kB | 36/187 kB | 40/112 kB Progress (4): 425/920 kB | 85/429 kB | 36/187 kB | 40/112 kB Progress (4): 434/920 kB | 85/429 kB | 36/187 kB | 40/112 kB Progress (4): 434/920 kB | 85/429 kB | 36/187 kB | 45/112 kB Progress (4): 434/920 kB | 85/429 kB | 40/187 kB | 45/112 kB Progress (4): 434/920 kB | 85/429 kB | 40/187 kB | 49/112 kB Progress (4): 442/920 kB | 85/429 kB | 40/187 kB | 49/112 kB Progress (4): 442/920 kB | 90/429 kB | 40/187 kB | 49/112 kB Progress (4): 442/920 kB | 90/429 kB | 40/187 kB | 53/112 kB Progress (4): 442/920 kB | 90/429 kB | 45/187 kB | 53/112 kB Progress (4): 442/920 kB | 90/429 kB | 49/187 kB | 53/112 kB Progress (4): 450/920 kB | 90/429 kB | 49/187 kB | 53/112 kB Progress (4): 450/920 kB | 90/429 kB | 49/187 kB | 57/112 kB Progress (4): 450/920 kB | 94/429 kB | 49/187 kB | 57/112 kB Progress (4): 450/920 kB | 94/429 kB | 49/187 kB | 61/112 kB Progress (4): 458/920 kB | 94/429 kB | 49/187 kB | 61/112 kB Progress (4): 458/920 kB | 94/429 kB | 53/187 kB | 61/112 kB Progress (4): 458/920 kB | 94/429 kB | 53/187 kB | 65/112 kB Progress (4): 458/920 kB | 98/429 kB | 53/187 kB | 65/112 kB Progress (4): 466/920 kB | 98/429 kB | 53/187 kB | 65/112 kB Progress (4): 475/920 kB | 98/429 kB | 53/187 kB | 65/112 kB Progress (5): 475/920 kB | 98/429 kB | 53/187 kB | 65/112 kB | 4.1/186 kB Progress (5): 475/920 kB | 98/429 kB | 57/187 kB | 65/112 kB | 4.1/186 kB Progress (5): 475/920 kB | 98/429 kB | 57/187 kB | 65/112 kB | 7.7/186 kB Progress (5): 483/920 kB | 98/429 kB | 57/187 kB | 65/112 kB | 7.7/186 kB Progress (5): 483/920 kB | 102/429 kB | 57/187 kB | 65/112 kB | 7.7/186 kB Progress (5): 483/920 kB | 102/429 kB | 57/187 kB | 69/112 kB | 7.7/186 kB Progress (5): 483/920 kB | 106/429 kB | 57/187 kB | 69/112 kB | 7.7/186 kB Progress (5): 491/920 kB | 106/429 kB | 57/187 kB | 69/112 kB | 7.7/186 kB Progress (5): 491/920 kB | 106/429 kB | 57/187 kB | 69/112 kB | 12/186 kB Progress (5): 491/920 kB | 106/429 kB | 61/187 kB | 69/112 kB | 12/186 kB Progress (5): 491/920 kB | 106/429 kB | 65/187 kB | 69/112 kB | 12/186 kB Progress (5): 491/920 kB | 106/429 kB | 65/187 kB | 69/112 kB | 16/186 kB Progress (5): 499/920 kB | 106/429 kB | 65/187 kB | 69/112 kB | 16/186 kB Progress (5): 499/920 kB | 110/429 kB | 65/187 kB | 69/112 kB | 16/186 kB Progress (5): 499/920 kB | 110/429 kB | 65/187 kB | 73/112 kB | 16/186 kB Progress (5): 499/920 kB | 110/429 kB | 65/187 kB | 73/112 kB | 20/186 kB Progress (5): 499/920 kB | 110/429 kB | 65/187 kB | 73/112 kB | 24/186 kB Progress (5): 499/920 kB | 114/429 kB | 65/187 kB | 73/112 kB | 24/186 kB Progress (5): 507/920 kB | 114/429 kB | 65/187 kB | 73/112 kB | 24/186 kB Progress (5): 507/920 kB | 118/429 kB | 65/187 kB | 73/112 kB | 24/186 kB Progress (5): 507/920 kB | 122/429 kB | 65/187 kB | 73/112 kB | 24/186 kB Progress (5): 507/920 kB | 122/429 kB | 69/187 kB | 73/112 kB | 24/186 kB Progress (5): 507/920 kB | 126/429 kB | 69/187 kB | 73/112 kB | 24/186 kB Progress (5): 516/920 kB | 126/429 kB | 69/187 kB | 73/112 kB | 24/186 kB Progress (5): 524/920 kB | 126/429 kB | 69/187 kB | 73/112 kB | 24/186 kB Progress (5): 524/920 kB | 126/429 kB | 69/187 kB | 73/112 kB | 28/186 kB Progress (5): 524/920 kB | 126/429 kB | 69/187 kB | 77/112 kB | 28/186 kB Progress (5): 524/920 kB | 126/429 kB | 69/187 kB | 77/112 kB | 32/186 kB Progress (5): 532/920 kB | 126/429 kB | 69/187 kB | 77/112 kB | 32/186 kB Progress (5): 532/920 kB | 131/429 kB | 69/187 kB | 77/112 kB | 32/186 kB Progress (5): 532/920 kB | 131/429 kB | 73/187 kB | 77/112 kB | 32/186 kB Progress (5): 532/920 kB | 131/429 kB | 77/187 kB | 77/112 kB | 32/186 kB Progress (5): 532/920 kB | 131/429 kB | 81/187 kB | 77/112 kB | 32/186 kB Progress (5): 540/920 kB | 131/429 kB | 81/187 kB | 77/112 kB | 32/186 kB Progress (5): 540/920 kB | 131/429 kB | 81/187 kB | 81/112 kB | 32/186 kB Progress (5): 548/920 kB | 131/429 kB | 81/187 kB | 81/112 kB | 32/186 kB Progress (5): 548/920 kB | 131/429 kB | 85/187 kB | 81/112 kB | 32/186 kB Progress (5): 548/920 kB | 135/429 kB | 85/187 kB | 81/112 kB | 32/186 kB Progress (5): 548/920 kB | 139/429 kB | 85/187 kB | 81/112 kB | 32/186 kB Progress (5): 548/920 kB | 143/429 kB | 85/187 kB | 81/112 kB | 32/186 kB Progress (5): 548/920 kB | 147/429 kB | 85/187 kB | 81/112 kB | 32/186 kB Progress (5): 548/920 kB | 147/429 kB | 85/187 kB | 81/112 kB | 36/186 kB Progress (5): 548/920 kB | 151/429 kB | 85/187 kB | 81/112 kB | 36/186 kB Progress (5): 548/920 kB | 151/429 kB | 90/187 kB | 81/112 kB | 36/186 kB Progress (5): 548/920 kB | 151/429 kB | 94/187 kB | 81/112 kB | 36/186 kB Progress (5): 548/920 kB | 151/429 kB | 94/187 kB | 85/112 kB | 36/186 kB Progress (5): 557/920 kB | 151/429 kB | 94/187 kB | 85/112 kB | 36/186 kB Progress (5): 557/920 kB | 151/429 kB | 94/187 kB | 90/112 kB | 36/186 kB Progress (5): 557/920 kB | 151/429 kB | 98/187 kB | 90/112 kB | 36/186 kB Progress (5): 557/920 kB | 155/429 kB | 98/187 kB | 90/112 kB | 36/186 kB Progress (5): 557/920 kB | 159/429 kB | 98/187 kB | 90/112 kB | 36/186 kB Progress (5): 557/920 kB | 159/429 kB | 98/187 kB | 90/112 kB | 40/186 kB Progress (5): 557/920 kB | 163/429 kB | 98/187 kB | 90/112 kB | 40/186 kB Progress (5): 557/920 kB | 163/429 kB | 102/187 kB | 90/112 kB | 40/186 kB Progress (5): 557/920 kB | 163/429 kB | 106/187 kB | 90/112 kB | 40/186 kB Progress (5): 557/920 kB | 163/429 kB | 110/187 kB | 90/112 kB | 40/186 kB Progress (5): 557/920 kB | 163/429 kB | 114/187 kB | 90/112 kB | 40/186 kB Progress (5): 557/920 kB | 163/429 kB | 118/187 kB | 90/112 kB | 40/186 kB Progress (5): 557/920 kB | 163/429 kB | 122/187 kB | 90/112 kB | 40/186 kB Progress (5): 557/920 kB | 163/429 kB | 126/187 kB | 90/112 kB | 40/186 kB Progress (5): 557/920 kB | 163/429 kB | 131/187 kB | 90/112 kB | 40/186 kB Progress (5): 557/920 kB | 163/429 kB | 135/187 kB | 90/112 kB | 40/186 kB Progress (5): 557/920 kB | 163/429 kB | 139/187 kB | 90/112 kB | 40/186 kB Progress (5): 557/920 kB | 163/429 kB | 143/187 kB | 90/112 kB | 40/186 kB Progress (5): 557/920 kB | 163/429 kB | 147/187 kB | 90/112 kB | 40/186 kB Progress (5): 557/920 kB | 163/429 kB | 151/187 kB | 90/112 kB | 40/186 kB Progress (5): 557/920 kB | 163/429 kB | 155/187 kB | 90/112 kB | 40/186 kB Progress (5): 557/920 kB | 163/429 kB | 159/187 kB | 90/112 kB | 40/186 kB Progress (5): 557/920 kB | 163/429 kB | 163/187 kB | 90/112 kB | 40/186 kB Progress (5): 565/920 kB | 163/429 kB | 163/187 kB | 90/112 kB | 40/186 kB Progress (5): 565/920 kB | 163/429 kB | 163/187 kB | 94/112 kB | 40/186 kB Progress (5): 573/920 kB | 163/429 kB | 163/187 kB | 94/112 kB | 40/186 kB Progress (5): 573/920 kB | 163/429 kB | 167/187 kB | 94/112 kB | 40/186 kB Progress (5): 573/920 kB | 167/429 kB | 167/187 kB | 94/112 kB | 40/186 kB Progress (5): 573/920 kB | 167/429 kB | 167/187 kB | 94/112 kB | 45/186 kB Progress (5): 573/920 kB | 171/429 kB | 167/187 kB | 94/112 kB | 45/186 kB Progress (5): 581/920 kB | 171/429 kB | 167/187 kB | 94/112 kB | 45/186 kB Progress (5): 581/920 kB | 171/429 kB | 171/187 kB | 94/112 kB | 45/186 kB Progress (5): 581/920 kB | 171/429 kB | 171/187 kB | 98/112 kB | 45/186 kB Progress (5): 581/920 kB | 171/429 kB | 176/187 kB | 98/112 kB | 45/186 kB Progress (5): 589/920 kB | 171/429 kB | 176/187 kB | 98/112 kB | 45/186 kB Progress (5): 589/920 kB | 176/429 kB | 176/187 kB | 98/112 kB | 45/186 kB Progress (5): 589/920 kB | 180/429 kB | 176/187 kB | 98/112 kB | 45/186 kB Progress (5): 589/920 kB | 180/429 kB | 176/187 kB | 98/112 kB | 49/186 kB Progress (5): 589/920 kB | 184/429 kB | 176/187 kB | 98/112 kB | 49/186 kB Progress (5): 597/920 kB | 184/429 kB | 176/187 kB | 98/112 kB | 49/186 kB Progress (5): 597/920 kB | 184/429 kB | 176/187 kB | 102/112 kB | 49/186 kB Progress (5): 597/920 kB | 184/429 kB | 180/187 kB | 102/112 kB | 49/186 kB Progress (5): 597/920 kB | 184/429 kB | 180/187 kB | 106/112 kB | 49/186 kB Progress (5): 606/920 kB | 184/429 kB | 180/187 kB | 106/112 kB | 49/186 kB Progress (5): 606/920 kB | 184/429 kB | 180/187 kB | 106/112 kB | 53/186 kB Progress (5): 606/920 kB | 184/429 kB | 180/187 kB | 106/112 kB | 57/186 kB Progress (5): 606/920 kB | 188/429 kB | 180/187 kB | 106/112 kB | 57/186 kB Progress (5): 606/920 kB | 188/429 kB | 180/187 kB | 106/112 kB | 61/186 kB Progress (5): 614/920 kB | 188/429 kB | 180/187 kB | 106/112 kB | 61/186 kB Progress (5): 614/920 kB | 188/429 kB | 180/187 kB | 110/112 kB | 61/186 kB Progress (5): 614/920 kB | 188/429 kB | 184/187 kB | 110/112 kB | 61/186 kB Progress (5): 614/920 kB | 188/429 kB | 184/187 kB | 112 kB | 61/186 kB Progress (5): 622/920 kB | 188/429 kB | 184/187 kB | 112 kB | 61/186 kB Progress (5): 622/920 kB | 188/429 kB | 184/187 kB | 112 kB | 65/186 kB Progress (5): 630/920 kB | 188/429 kB | 184/187 kB | 112 kB | 65/186 kB Progress (5): 638/920 kB | 188/429 kB | 184/187 kB | 112 kB | 65/186 kB Progress (5): 638/920 kB | 192/429 kB | 184/187 kB | 112 kB | 65/186 kB Progress (5): 647/920 kB | 192/429 kB | 184/187 kB | 112 kB | 65/186 kB Progress (5): 647/920 kB | 192/429 kB | 184/187 kB | 112 kB | 69/186 kB Progress (5): 647/920 kB | 192/429 kB | 187 kB | 112 kB | 69/186 kB Progress (5): 647/920 kB | 192/429 kB | 187 kB | 112 kB | 73/186 kB Progress (5): 655/920 kB | 192/429 kB | 187 kB | 112 kB | 73/186 kB Progress (5): 655/920 kB | 196/429 kB | 187 kB | 112 kB | 73/186 kB Progress (5): 663/920 kB | 196/429 kB | 187 kB | 112 kB | 73/186 kB Progress (5): 671/920 kB | 196/429 kB | 187 kB | 112 kB | 73/186 kB Progress (5): 671/920 kB | 196/429 kB | 187 kB | 112 kB | 77/186 kB Progress (5): 679/920 kB | 196/429 kB | 187 kB | 112 kB | 77/186 kB Progress (5): 679/920 kB | 200/429 kB | 187 kB | 112 kB | 77/186 kB Progress (5): 688/920 kB | 200/429 kB | 187 kB | 112 kB | 77/186 kB Progress (5): 688/920 kB | 200/429 kB | 187 kB | 112 kB | 81/186 kB Progress (5): 696/920 kB | 200/429 kB | 187 kB | 112 kB | 81/186 kB Progress (5): 704/920 kB | 200/429 kB | 187 kB | 112 kB | 81/186 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.surefire.testng/1.3.0/org.eclipse.tycho.surefire.testng-1.3.0.jar (112 kB at 283 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-logger-api/2.22.0/surefire-logger-api-2.22.0.jar Progress (4): 704/920 kB | 204/429 kB | 187 kB | 81/186 kB Progress (4): 712/920 kB | 204/429 kB | 187 kB | 81/186 kB Progress (4): 712/920 kB | 204/429 kB | 187 kB | 85/186 kB Progress (4): 720/920 kB | 204/429 kB | 187 kB | 85/186 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 427 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/maven-surefire-common/2.22.0/maven-surefire-common-2.22.0.jar Progress (3): 720/920 kB | 208/429 kB | 85/186 kB Progress (3): 729/920 kB | 208/429 kB | 85/186 kB Progress (3): 729/920 kB | 208/429 kB | 90/186 kB Progress (3): 737/920 kB | 208/429 kB | 90/186 kB Progress (3): 737/920 kB | 212/429 kB | 90/186 kB Progress (3): 745/920 kB | 212/429 kB | 90/186 kB Progress (3): 745/920 kB | 212/429 kB | 94/186 kB Progress (3): 753/920 kB | 212/429 kB | 94/186 kB Progress (3): 753/920 kB | 217/429 kB | 94/186 kB Progress (3): 753/920 kB | 221/429 kB | 94/186 kB Progress (3): 753/920 kB | 221/429 kB | 98/186 kB Progress (3): 753/920 kB | 225/429 kB | 98/186 kB Progress (3): 761/920 kB | 225/429 kB | 98/186 kB Progress (3): 761/920 kB | 225/429 kB | 102/186 kB Progress (3): 761/920 kB | 229/429 kB | 102/186 kB Progress (3): 761/920 kB | 229/429 kB | 106/186 kB Progress (3): 770/920 kB | 229/429 kB | 106/186 kB Progress (3): 770/920 kB | 233/429 kB | 106/186 kB Progress (3): 770/920 kB | 237/429 kB | 106/186 kB Progress (3): 778/920 kB | 237/429 kB | 106/186 kB Progress (3): 778/920 kB | 237/429 kB | 110/186 kB Progress (3): 786/920 kB | 237/429 kB | 110/186 kB Progress (3): 786/920 kB | 241/429 kB | 110/186 kB Progress (3): 786/920 kB | 245/429 kB | 110/186 kB Progress (3): 786/920 kB | 245/429 kB | 114/186 kB Progress (3): 794/920 kB | 245/429 kB | 114/186 kB Progress (3): 794/920 kB | 249/429 kB | 114/186 kB Progress (3): 794/920 kB | 253/429 kB | 114/186 kB Progress (3): 802/920 kB | 253/429 kB | 114/186 kB Progress (3): 802/920 kB | 258/429 kB | 114/186 kB Progress (3): 802/920 kB | 258/429 kB | 118/186 kB Progress (3): 802/920 kB | 258/429 kB | 122/186 kB Progress (3): 810/920 kB | 258/429 kB | 122/186 kB Progress (3): 810/920 kB | 262/429 kB | 122/186 kB Progress (3): 819/920 kB | 262/429 kB | 122/186 kB Progress (3): 819/920 kB | 262/429 kB | 126/186 kB Progress (3): 819/920 kB | 262/429 kB | 131/186 kB Progress (3): 827/920 kB | 262/429 kB | 131/186 kB Progress (3): 835/920 kB | 262/429 kB | 131/186 kB Progress (3): 835/920 kB | 266/429 kB | 131/186 kB Progress (3): 835/920 kB | 270/429 kB | 131/186 kB Progress (3): 835/920 kB | 274/429 kB | 131/186 kB Progress (3): 835/920 kB | 278/429 kB | 131/186 kB Progress (3): 835/920 kB | 278/429 kB | 135/186 kB Progress (3): 835/920 kB | 278/429 kB | 139/186 kB Progress (3): 835/920 kB | 278/429 kB | 143/186 kB Progress (3): 835/920 kB | 278/429 kB | 147/186 kB Progress (3): 843/920 kB | 278/429 kB | 147/186 kB Progress (3): 851/920 kB | 278/429 kB | 147/186 kB Progress (3): 851/920 kB | 282/429 kB | 147/186 kB Progress (3): 851/920 kB | 286/429 kB | 147/186 kB Progress (3): 851/920 kB | 290/429 kB | 147/186 kB Progress (3): 851/920 kB | 294/429 kB | 147/186 kB Progress (3): 851/920 kB | 294/429 kB | 151/186 kB Progress (3): 851/920 kB | 298/429 kB | 151/186 kB Progress (3): 851/920 kB | 303/429 kB | 151/186 kB Progress (3): 851/920 kB | 307/429 kB | 151/186 kB Progress (3): 851/920 kB | 311/429 kB | 151/186 kB Progress (3): 851/920 kB | 315/429 kB | 151/186 kB Progress (3): 851/920 kB | 319/429 kB | 151/186 kB Progress (3): 851/920 kB | 323/429 kB | 151/186 kB Progress (3): 851/920 kB | 327/429 kB | 151/186 kB Progress (3): 851/920 kB | 331/429 kB | 151/186 kB Progress (3): 851/920 kB | 335/429 kB | 151/186 kB Progress (3): 851/920 kB | 339/429 kB | 151/186 kB Progress (3): 851/920 kB | 344/429 kB | 151/186 kB Progress (3): 851/920 kB | 348/429 kB | 151/186 kB Progress (3): 851/920 kB | 352/429 kB | 151/186 kB Progress (3): 851/920 kB | 356/429 kB | 151/186 kB Progress (3): 851/920 kB | 360/429 kB | 151/186 kB Progress (3): 860/920 kB | 360/429 kB | 151/186 kB Progress (4): 860/920 kB | 360/429 kB | 151/186 kB | 4.1/524 kB Progress (4): 860/920 kB | 360/429 kB | 155/186 kB | 4.1/524 kB Progress (4): 860/920 kB | 364/429 kB | 155/186 kB | 4.1/524 kB Progress (4): 860/920 kB | 368/429 kB | 155/186 kB | 4.1/524 kB Progress (4): 860/920 kB | 372/429 kB | 155/186 kB | 4.1/524 kB Progress (4): 860/920 kB | 376/429 kB | 155/186 kB | 4.1/524 kB Progress (4): 860/920 kB | 380/429 kB | 155/186 kB | 4.1/524 kB Progress (4): 860/920 kB | 384/429 kB | 155/186 kB | 4.1/524 kB Progress (4): 860/920 kB | 389/429 kB | 155/186 kB | 4.1/524 kB Progress (4): 860/920 kB | 389/429 kB | 155/186 kB | 7.7/524 kB Progress (4): 868/920 kB | 389/429 kB | 155/186 kB | 7.7/524 kB Progress (5): 868/920 kB | 389/429 kB | 155/186 kB | 7.7/524 kB | 4.1/13 kB Progress (5): 868/920 kB | 389/429 kB | 155/186 kB | 12/524 kB | 4.1/13 kB Progress (5): 868/920 kB | 393/429 kB | 155/186 kB | 12/524 kB | 4.1/13 kB Progress (5): 868/920 kB | 393/429 kB | 159/186 kB | 12/524 kB | 4.1/13 kB Progress (5): 868/920 kB | 393/429 kB | 159/186 kB | 16/524 kB | 4.1/13 kB Progress (5): 868/920 kB | 393/429 kB | 159/186 kB | 16/524 kB | 7.7/13 kB Progress (5): 876/920 kB | 393/429 kB | 159/186 kB | 16/524 kB | 7.7/13 kB Progress (5): 876/920 kB | 393/429 kB | 159/186 kB | 16/524 kB | 12/13 kB Progress (5): 876/920 kB | 393/429 kB | 159/186 kB | 20/524 kB | 12/13 kB Progress (5): 876/920 kB | 397/429 kB | 159/186 kB | 20/524 kB | 12/13 kB Progress (5): 876/920 kB | 397/429 kB | 163/186 kB | 20/524 kB | 12/13 kB Progress (5): 876/920 kB | 401/429 kB | 163/186 kB | 20/524 kB | 12/13 kB Progress (5): 876/920 kB | 401/429 kB | 163/186 kB | 24/524 kB | 12/13 kB Progress (5): 876/920 kB | 401/429 kB | 163/186 kB | 24/524 kB | 13 kB Progress (5): 884/920 kB | 401/429 kB | 163/186 kB | 24/524 kB | 13 kB Progress (5): 884/920 kB | 401/429 kB | 163/186 kB | 28/524 kB | 13 kB Progress (5): 884/920 kB | 401/429 kB | 163/186 kB | 32/524 kB | 13 kB Progress (5): 884/920 kB | 405/429 kB | 163/186 kB | 32/524 kB | 13 kB Progress (5): 884/920 kB | 405/429 kB | 167/186 kB | 32/524 kB | 13 kB Progress (5): 884/920 kB | 409/429 kB | 167/186 kB | 32/524 kB | 13 kB Progress (5): 884/920 kB | 409/429 kB | 167/186 kB | 36/524 kB | 13 kB Progress (5): 892/920 kB | 409/429 kB | 167/186 kB | 36/524 kB | 13 kB Progress (5): 892/920 kB | 413/429 kB | 167/186 kB | 36/524 kB | 13 kB Progress (5): 892/920 kB | 413/429 kB | 167/186 kB | 40/524 kB | 13 kB Progress (5): 892/920 kB | 413/429 kB | 171/186 kB | 40/524 kB | 13 kB Progress (5): 892/920 kB | 413/429 kB | 171/186 kB | 45/524 kB | 13 kB Progress (5): 892/920 kB | 413/429 kB | 171/186 kB | 49/524 kB | 13 kB Progress (5): 892/920 kB | 413/429 kB | 171/186 kB | 53/524 kB | 13 kB Progress (5): 892/920 kB | 417/429 kB | 171/186 kB | 53/524 kB | 13 kB Progress (5): 901/920 kB | 417/429 kB | 171/186 kB | 53/524 kB | 13 kB Progress (5): 901/920 kB | 421/429 kB | 171/186 kB | 53/524 kB | 13 kB Progress (5): 901/920 kB | 421/429 kB | 171/186 kB | 57/524 kB | 13 kB Progress (5): 901/920 kB | 421/429 kB | 176/186 kB | 57/524 kB | 13 kB Progress (5): 901/920 kB | 421/429 kB | 176/186 kB | 61/524 kB | 13 kB Progress (5): 901/920 kB | 421/429 kB | 176/186 kB | 65/524 kB | 13 kB Progress (5): 901/920 kB | 425/429 kB | 176/186 kB | 65/524 kB | 13 kB Progress (5): 909/920 kB | 425/429 kB | 176/186 kB | 65/524 kB | 13 kB Progress (5): 909/920 kB | 429 kB | 176/186 kB | 65/524 kB | 13 kB Progress (5): 909/920 kB | 429 kB | 176/186 kB | 69/524 kB | 13 kB Progress (5): 909/920 kB | 429 kB | 176/186 kB | 73/524 kB | 13 kB Progress (5): 909/920 kB | 429 kB | 176/186 kB | 77/524 kB | 13 kB Progress (5): 909/920 kB | 429 kB | 176/186 kB | 81/524 kB | 13 kB Progress (5): 909/920 kB | 429 kB | 180/186 kB | 81/524 kB | 13 kB Progress (5): 917/920 kB | 429 kB | 180/186 kB | 81/524 kB | 13 kB Progress (5): 917/920 kB | 429 kB | 184/186 kB | 81/524 kB | 13 kB Progress (5): 917/920 kB | 429 kB | 184/186 kB | 85/524 kB | 13 kB Progress (5): 917/920 kB | 429 kB | 184/186 kB | 90/524 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 20 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-booter/2.22.0/surefire-booter-2.22.0.jar Progress (4): 917/920 kB | 429 kB | 186 kB | 90/524 kB Progress (4): 920 kB | 429 kB | 186 kB | 90/524 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 609 kB/s) Progress (3): 920 kB | 186 kB | 94/524 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 (3): 920 kB | 186 kB | 98/524 kB Progress (3): 920 kB | 186 kB | 102/524 kB Progress (3): 920 kB | 186 kB | 106/524 kB Progress (3): 920 kB | 186 kB | 110/524 kB Progress (3): 920 kB | 186 kB | 114/524 kB Progress (3): 920 kB | 186 kB | 118/524 kB Progress (3): 920 kB | 186 kB | 122/524 kB Progress (3): 920 kB | 186 kB | 126/524 kB Progress (3): 920 kB | 186 kB | 131/524 kB Progress (3): 920 kB | 186 kB | 135/524 kB Progress (3): 920 kB | 186 kB | 139/524 kB Progress (4): 920 kB | 186 kB | 139/524 kB | 4.1/273 kB Progress (4): 920 kB | 186 kB | 143/524 kB | 4.1/273 kB Progress (4): 920 kB | 186 kB | 147/524 kB | 4.1/273 kB Progress (4): 920 kB | 186 kB | 147/524 kB | 7.7/273 kB Progress (4): 920 kB | 186 kB | 147/524 kB | 12/273 kB Progress (4): 920 kB | 186 kB | 147/524 kB | 16/273 kB Progress (4): 920 kB | 186 kB | 151/524 kB | 16/273 kB Progress (4): 920 kB | 186 kB | 155/524 kB | 16/273 kB Progress (4): 920 kB | 186 kB | 159/524 kB | 16/273 kB Progress (4): 920 kB | 186 kB | 163/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 269 kB/s) 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) 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 (2): 167/524 kB | 16/273 kB Progress (2): 171/524 kB | 16/273 kB Progress (2): 176/524 kB | 16/273 kB Progress (2): 180/524 kB | 16/273 kB Progress (2): 180/524 kB | 20/273 kB Progress (2): 184/524 kB | 20/273 kB Progress (2): 188/524 kB | 20/273 kB Progress (2): 192/524 kB | 20/273 kB Progress (2): 196/524 kB | 20/273 kB Progress (3): 196/524 kB | 20/273 kB | 4.1/39 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 (3): 196/524 kB | 20/273 kB | 7.7/39 kB Progress (3): 200/524 kB | 20/273 kB | 7.7/39 kB Progress (3): 200/524 kB | 24/273 kB | 7.7/39 kB Progress (3): 200/524 kB | 28/273 kB | 7.7/39 kB Progress (3): 204/524 kB | 28/273 kB | 7.7/39 kB Progress (3): 204/524 kB | 28/273 kB | 12/39 kB Progress (3): 204/524 kB | 28/273 kB | 16/39 kB Progress (3): 208/524 kB | 28/273 kB | 16/39 kB Progress (3): 212/524 kB | 28/273 kB | 16/39 kB Progress (3): 217/524 kB | 28/273 kB | 16/39 kB Progress (3): 221/524 kB | 28/273 kB | 16/39 kB Progress (3): 225/524 kB | 28/273 kB | 16/39 kB Progress (3): 225/524 kB | 28/273 kB | 20/39 kB Progress (3): 225/524 kB | 28/273 kB | 24/39 kB Progress (3): 225/524 kB | 32/273 kB | 24/39 kB Progress (3): 225/524 kB | 32/273 kB | 28/39 kB Progress (3): 225/524 kB | 32/273 kB | 32/39 kB Progress (4): 225/524 kB | 32/273 kB | 32/39 kB | 4.1/156 kB Progress (4): 225/524 kB | 32/273 kB | 32/39 kB | 7.7/156 kB Progress (4): 225/524 kB | 32/273 kB | 32/39 kB | 12/156 kB Progress (4): 225/524 kB | 32/273 kB | 32/39 kB | 16/156 kB Progress (4): 229/524 kB | 32/273 kB | 32/39 kB | 16/156 kB Progress (5): 229/524 kB | 32/273 kB | 32/39 kB | 16/156 kB | 4.1/35 kB Progress (5): 229/524 kB | 32/273 kB | 36/39 kB | 16/156 kB | 4.1/35 kB Progress (5): 229/524 kB | 36/273 kB | 36/39 kB | 16/156 kB | 4.1/35 kB Progress (5): 229/524 kB | 36/273 kB | 39 kB | 16/156 kB | 4.1/35 kB Progress (5): 229/524 kB | 36/273 kB | 39 kB | 20/156 kB | 4.1/35 kB Progress (5): 229/524 kB | 36/273 kB | 39 kB | 24/156 kB | 4.1/35 kB Progress (5): 229/524 kB | 36/273 kB | 39 kB | 24/156 kB | 7.7/35 kB Progress (5): 233/524 kB | 36/273 kB | 39 kB | 24/156 kB | 7.7/35 kB Progress (5): 233/524 kB | 36/273 kB | 39 kB | 24/156 kB | 12/35 kB Progress (5): 233/524 kB | 36/273 kB | 39 kB | 24/156 kB | 16/35 kB Progress (5): 233/524 kB | 36/273 kB | 39 kB | 28/156 kB | 16/35 kB Progress (5): 233/524 kB | 36/273 kB | 39 kB | 32/156 kB | 16/35 kB Progress (5): 233/524 kB | 40/273 kB | 39 kB | 32/156 kB | 16/35 kB Progress (5): 233/524 kB | 45/273 kB | 39 kB | 32/156 kB | 16/35 kB Progress (5): 233/524 kB | 49/273 kB | 39 kB | 32/156 kB | 16/35 kB Progress (5): 233/524 kB | 49/273 kB | 39 kB | 32/156 kB | 20/35 kB Progress (5): 233/524 kB | 49/273 kB | 39 kB | 32/156 kB | 24/35 kB Progress (5): 233/524 kB | 49/273 kB | 39 kB | 32/156 kB | 28/35 kB Progress (5): 233/524 kB | 49/273 kB | 39 kB | 32/156 kB | 32/35 kB Progress (5): 237/524 kB | 49/273 kB | 39 kB | 32/156 kB | 32/35 kB Progress (5): 237/524 kB | 49/273 kB | 39 kB | 32/156 kB | 35 kB Progress (5): 237/524 kB | 53/273 kB | 39 kB | 32/156 kB | 35 kB Progress (5): 237/524 kB | 57/273 kB | 39 kB | 32/156 kB | 35 kB Progress (5): 237/524 kB | 61/273 kB | 39 kB | 32/156 kB | 35 kB Progress (5): 237/524 kB | 65/273 kB | 39 kB | 32/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 45 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact-manager/2.2.1/maven-artifact-manager-2.2.1.jar Progress (4): 237/524 kB | 65/273 kB | 39 kB | 36/156 kB Progress (4): 237/524 kB | 69/273 kB | 39 kB | 36/156 kB Progress (4): 237/524 kB | 73/273 kB | 39 kB | 36/156 kB Progress (4): 237/524 kB | 77/273 kB | 39 kB | 36/156 kB Progress (4): 241/524 kB | 77/273 kB | 39 kB | 36/156 kB Progress (4): 241/524 kB | 81/273 kB | 39 kB | 36/156 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 49 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/backport-util-concurrent/backport-util-concurrent/3.1/backport-util-concurrent-3.1.jar Progress (3): 241/524 kB | 81/273 kB | 40/156 kB Progress (4): 241/524 kB | 81/273 kB | 40/156 kB | 4.1/68 kB Progress (4): 241/524 kB | 85/273 kB | 40/156 kB | 4.1/68 kB Progress (4): 245/524 kB | 85/273 kB | 40/156 kB | 4.1/68 kB Progress (4): 245/524 kB | 90/273 kB | 40/156 kB | 4.1/68 kB Progress (4): 249/524 kB | 90/273 kB | 40/156 kB | 4.1/68 kB Progress (4): 249/524 kB | 90/273 kB | 40/156 kB | 7.7/68 kB Progress (4): 249/524 kB | 90/273 kB | 45/156 kB | 7.7/68 kB Progress (4): 249/524 kB | 90/273 kB | 45/156 kB | 12/68 kB Progress (4): 249/524 kB | 94/273 kB | 45/156 kB | 12/68 kB Progress (4): 249/524 kB | 98/273 kB | 45/156 kB | 12/68 kB Progress (4): 253/524 kB | 98/273 kB | 45/156 kB | 12/68 kB Progress (4): 253/524 kB | 102/273 kB | 45/156 kB | 12/68 kB Progress (4): 253/524 kB | 102/273 kB | 45/156 kB | 16/68 kB Progress (4): 253/524 kB | 102/273 kB | 49/156 kB | 16/68 kB Progress (4): 253/524 kB | 106/273 kB | 49/156 kB | 16/68 kB Progress (4): 253/524 kB | 110/273 kB | 49/156 kB | 16/68 kB Progress (4): 253/524 kB | 114/273 kB | 49/156 kB | 16/68 kB Progress (4): 258/524 kB | 114/273 kB | 49/156 kB | 16/68 kB Progress (4): 258/524 kB | 118/273 kB | 49/156 kB | 16/68 kB Progress (4): 258/524 kB | 118/273 kB | 53/156 kB | 16/68 kB Progress (4): 258/524 kB | 118/273 kB | 53/156 kB | 20/68 kB Progress (4): 258/524 kB | 118/273 kB | 57/156 kB | 20/68 kB Progress (4): 258/524 kB | 122/273 kB | 57/156 kB | 20/68 kB Progress (4): 262/524 kB | 122/273 kB | 57/156 kB | 20/68 kB Progress (4): 262/524 kB | 126/273 kB | 57/156 kB | 20/68 kB Progress (4): 262/524 kB | 126/273 kB | 61/156 kB | 20/68 kB Progress (4): 262/524 kB | 126/273 kB | 61/156 kB | 24/68 kB Progress (4): 262/524 kB | 126/273 kB | 65/156 kB | 24/68 kB Progress (4): 266/524 kB | 126/273 kB | 65/156 kB | 24/68 kB Progress (4): 266/524 kB | 131/273 kB | 65/156 kB | 24/68 kB Progress (4): 266/524 kB | 131/273 kB | 69/156 kB | 24/68 kB Progress (4): 270/524 kB | 131/273 kB | 69/156 kB | 24/68 kB Progress (5): 270/524 kB | 131/273 kB | 69/156 kB | 24/68 kB | 4.1/332 kB Progress (5): 270/524 kB | 131/273 kB | 69/156 kB | 28/68 kB | 4.1/332 kB Progress (5): 270/524 kB | 131/273 kB | 69/156 kB | 28/68 kB | 7.7/332 kB Progress (5): 274/524 kB | 131/273 kB | 69/156 kB | 28/68 kB | 7.7/332 kB Progress (5): 274/524 kB | 135/273 kB | 69/156 kB | 28/68 kB | 7.7/332 kB Progress (5): 274/524 kB | 135/273 kB | 73/156 kB | 28/68 kB | 7.7/332 kB Progress (5): 274/524 kB | 139/273 kB | 73/156 kB | 28/68 kB | 7.7/332 kB Progress (5): 278/524 kB | 139/273 kB | 73/156 kB | 28/68 kB | 7.7/332 kB Progress (5): 278/524 kB | 139/273 kB | 73/156 kB | 28/68 kB | 12/332 kB Progress (5): 278/524 kB | 139/273 kB | 73/156 kB | 28/68 kB | 16/332 kB Progress (5): 282/524 kB | 139/273 kB | 73/156 kB | 28/68 kB | 16/332 kB Progress (5): 282/524 kB | 139/273 kB | 73/156 kB | 32/68 kB | 16/332 kB Progress (5): 282/524 kB | 139/273 kB | 73/156 kB | 36/68 kB | 16/332 kB Progress (5): 282/524 kB | 139/273 kB | 73/156 kB | 40/68 kB | 16/332 kB Progress (5): 282/524 kB | 139/273 kB | 73/156 kB | 45/68 kB | 16/332 kB Progress (5): 282/524 kB | 139/273 kB | 73/156 kB | 49/68 kB | 16/332 kB Progress (5): 282/524 kB | 139/273 kB | 73/156 kB | 53/68 kB | 16/332 kB Progress (5): 282/524 kB | 139/273 kB | 73/156 kB | 57/68 kB | 16/332 kB Progress (5): 282/524 kB | 139/273 kB | 73/156 kB | 61/68 kB | 16/332 kB Progress (5): 282/524 kB | 139/273 kB | 73/156 kB | 65/68 kB | 16/332 kB Progress (5): 282/524 kB | 139/273 kB | 73/156 kB | 68 kB | 16/332 kB Progress (5): 282/524 kB | 139/273 kB | 73/156 kB | 68 kB | 20/332 kB Progress (5): 282/524 kB | 139/273 kB | 73/156 kB | 68 kB | 24/332 kB Progress (5): 282/524 kB | 139/273 kB | 73/156 kB | 68 kB | 28/332 kB Progress (5): 286/524 kB | 139/273 kB | 73/156 kB | 68 kB | 28/332 kB Progress (5): 286/524 kB | 143/273 kB | 73/156 kB | 68 kB | 28/332 kB Progress (5): 286/524 kB | 143/273 kB | 77/156 kB | 68 kB | 28/332 kB Progress (5): 286/524 kB | 147/273 kB | 77/156 kB | 68 kB | 28/332 kB Progress (5): 290/524 kB | 147/273 kB | 77/156 kB | 68 kB | 28/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 75 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-registry/2.2.1/maven-plugin-registry-2.2.1.jar Progress (4): 290/524 kB | 147/273 kB | 77/156 kB | 32/332 kB Progress (4): 294/524 kB | 147/273 kB | 77/156 kB | 32/332 kB Progress (4): 294/524 kB | 151/273 kB | 77/156 kB | 32/332 kB Progress (4): 294/524 kB | 151/273 kB | 81/156 kB | 32/332 kB Progress (4): 294/524 kB | 155/273 kB | 81/156 kB | 32/332 kB Progress (4): 294/524 kB | 155/273 kB | 81/156 kB | 36/332 kB Progress (4): 294/524 kB | 155/273 kB | 85/156 kB | 36/332 kB Progress (4): 294/524 kB | 159/273 kB | 85/156 kB | 36/332 kB Progress (4): 298/524 kB | 159/273 kB | 85/156 kB | 36/332 kB Progress (5): 298/524 kB | 159/273 kB | 85/156 kB | 36/332 kB | 4.1/30 kB Progress (5): 298/524 kB | 163/273 kB | 85/156 kB | 36/332 kB | 4.1/30 kB Progress (5): 298/524 kB | 163/273 kB | 90/156 kB | 36/332 kB | 4.1/30 kB Progress (5): 298/524 kB | 163/273 kB | 90/156 kB | 40/332 kB | 4.1/30 kB Progress (5): 298/524 kB | 167/273 kB | 90/156 kB | 40/332 kB | 4.1/30 kB Progress (5): 298/524 kB | 167/273 kB | 94/156 kB | 40/332 kB | 4.1/30 kB Progress (5): 298/524 kB | 167/273 kB | 98/156 kB | 40/332 kB | 4.1/30 kB Progress (5): 298/524 kB | 167/273 kB | 98/156 kB | 40/332 kB | 7.7/30 kB Progress (5): 303/524 kB | 167/273 kB | 98/156 kB | 40/332 kB | 7.7/30 kB Progress (5): 303/524 kB | 167/273 kB | 98/156 kB | 40/332 kB | 12/30 kB Progress (5): 303/524 kB | 167/273 kB | 98/156 kB | 40/332 kB | 16/30 kB Progress (5): 303/524 kB | 167/273 kB | 102/156 kB | 40/332 kB | 16/30 kB Progress (5): 303/524 kB | 171/273 kB | 102/156 kB | 40/332 kB | 16/30 kB Progress (5): 303/524 kB | 171/273 kB | 102/156 kB | 45/332 kB | 16/30 kB Progress (5): 303/524 kB | 176/273 kB | 102/156 kB | 45/332 kB | 16/30 kB Progress (5): 303/524 kB | 176/273 kB | 102/156 kB | 45/332 kB | 20/30 kB Progress (5): 303/524 kB | 176/273 kB | 106/156 kB | 45/332 kB | 20/30 kB Progress (5): 303/524 kB | 176/273 kB | 110/156 kB | 45/332 kB | 20/30 kB Progress (5): 307/524 kB | 176/273 kB | 110/156 kB | 45/332 kB | 20/30 kB Progress (5): 307/524 kB | 176/273 kB | 114/156 kB | 45/332 kB | 20/30 kB Progress (5): 307/524 kB | 176/273 kB | 118/156 kB | 45/332 kB | 20/30 kB Progress (5): 307/524 kB | 176/273 kB | 122/156 kB | 45/332 kB | 20/30 kB Progress (5): 307/524 kB | 176/273 kB | 126/156 kB | 45/332 kB | 20/30 kB Progress (5): 307/524 kB | 176/273 kB | 131/156 kB | 45/332 kB | 20/30 kB Progress (5): 307/524 kB | 176/273 kB | 135/156 kB | 45/332 kB | 20/30 kB Progress (5): 307/524 kB | 176/273 kB | 139/156 kB | 45/332 kB | 20/30 kB Progress (5): 307/524 kB | 176/273 kB | 143/156 kB | 45/332 kB | 20/30 kB Progress (5): 307/524 kB | 176/273 kB | 147/156 kB | 45/332 kB | 20/30 kB Progress (5): 307/524 kB | 176/273 kB | 151/156 kB | 45/332 kB | 20/30 kB Progress (5): 307/524 kB | 176/273 kB | 155/156 kB | 45/332 kB | 20/30 kB Progress (5): 307/524 kB | 176/273 kB | 156 kB | 45/332 kB | 20/30 kB Progress (5): 307/524 kB | 176/273 kB | 156 kB | 45/332 kB | 24/30 kB Progress (5): 307/524 kB | 180/273 kB | 156 kB | 45/332 kB | 24/30 kB Progress (5): 307/524 kB | 180/273 kB | 156 kB | 49/332 kB | 24/30 kB Progress (5): 307/524 kB | 180/273 kB | 156 kB | 49/332 kB | 28/30 kB Progress (5): 311/524 kB | 180/273 kB | 156 kB | 49/332 kB | 28/30 kB Progress (5): 311/524 kB | 180/273 kB | 156 kB | 53/332 kB | 28/30 kB Progress (5): 311/524 kB | 180/273 kB | 156 kB | 53/332 kB | 30 kB Progress (5): 311/524 kB | 184/273 kB | 156 kB | 53/332 kB | 30 kB Progress (5): 311/524 kB | 188/273 kB | 156 kB | 53/332 kB | 30 kB Progress (5): 311/524 kB | 192/273 kB | 156 kB | 53/332 kB | 30 kB Progress (5): 311/524 kB | 196/273 kB | 156 kB | 53/332 kB | 30 kB Progress (5): 311/524 kB | 200/273 kB | 156 kB | 53/332 kB | 30 kB Progress (5): 311/524 kB | 204/273 kB | 156 kB | 53/332 kB | 30 kB Progress (5): 311/524 kB | 208/273 kB | 156 kB | 53/332 kB | 30 kB Progress (5): 315/524 kB | 208/273 kB | 156 kB | 53/332 kB | 30 kB Progress (5): 315/524 kB | 208/273 kB | 156 kB | 57/332 kB | 30 kB Progress (5): 319/524 kB | 208/273 kB | 156 kB | 57/332 kB | 30 kB Progress (5): 319/524 kB | 212/273 kB | 156 kB | 57/332 kB | 30 kB Progress (5): 323/524 kB | 212/273 kB | 156 kB | 57/332 kB | 30 kB Progress (5): 327/524 kB | 212/273 kB | 156 kB | 57/332 kB | 30 kB Progress (5): 331/524 kB | 212/273 kB | 156 kB | 57/332 kB | 30 kB Progress (5): 335/524 kB | 212/273 kB | 156 kB | 57/332 kB | 30 kB Progress (5): 339/524 kB | 212/273 kB | 156 kB | 57/332 kB | 30 kB Progress (5): 344/524 kB | 212/273 kB | 156 kB | 57/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 28 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-toolchain/2.2.1/maven-toolchain-2.2.1.jar Progress (4): 344/524 kB | 212/273 kB | 156 kB | 61/332 kB Progress (4): 348/524 kB | 212/273 kB | 156 kB | 61/332 kB Progress (4): 348/524 kB | 217/273 kB | 156 kB | 61/332 kB Progress (4): 352/524 kB | 217/273 kB | 156 kB | 61/332 kB Progress (4): 352/524 kB | 217/273 kB | 156 kB | 65/332 kB Progress (4): 356/524 kB | 217/273 kB | 156 kB | 65/332 kB Progress (4): 356/524 kB | 221/273 kB | 156 kB | 65/332 kB Progress (4): 356/524 kB | 221/273 kB | 156 kB | 69/332 kB Progress (4): 360/524 kB | 221/273 kB | 156 kB | 69/332 kB Progress (4): 360/524 kB | 221/273 kB | 156 kB | 73/332 kB Progress (4): 360/524 kB | 225/273 kB | 156 kB | 73/332 kB Progress (4): 364/524 kB | 225/273 kB | 156 kB | 73/332 kB Progress (4): 364/524 kB | 225/273 kB | 156 kB | 77/332 kB Progress (4): 368/524 kB | 225/273 kB | 156 kB | 77/332 kB Progress (4): 368/524 kB | 229/273 kB | 156 kB | 77/332 kB Progress (4): 372/524 kB | 229/273 kB | 156 kB | 77/332 kB Progress (4): 372/524 kB | 229/273 kB | 156 kB | 81/332 kB Progress (4): 376/524 kB | 229/273 kB | 156 kB | 81/332 kB Progress (4): 376/524 kB | 233/273 kB | 156 kB | 81/332 kB Progress (4): 376/524 kB | 233/273 kB | 156 kB | 85/332 kB Progress (4): 376/524 kB | 233/273 kB | 156 kB | 90/332 kB Progress (4): 376/524 kB | 237/273 kB | 156 kB | 90/332 kB Progress (4): 376/524 kB | 241/273 kB | 156 kB | 90/332 kB Progress (4): 380/524 kB | 241/273 kB | 156 kB | 90/332 kB Progress (4): 380/524 kB | 241/273 kB | 156 kB | 94/332 kB Progress (4): 380/524 kB | 241/273 kB | 156 kB | 98/332 kB Progress (4): 384/524 kB | 241/273 kB | 156 kB | 98/332 kB Progress (4): 384/524 kB | 245/273 kB | 156 kB | 98/332 kB Progress (4): 384/524 kB | 245/273 kB | 156 kB | 102/332 kB Progress (4): 384/524 kB | 245/273 kB | 156 kB | 106/332 kB Progress (4): 384/524 kB | 245/273 kB | 156 kB | 110/332 kB Progress (4): 389/524 kB | 245/273 kB | 156 kB | 110/332 kB Progress (4): 393/524 kB | 245/273 kB | 156 kB | 110/332 kB Progress (4): 397/524 kB | 245/273 kB | 156 kB | 110/332 kB Progress (4): 401/524 kB | 245/273 kB | 156 kB | 110/332 kB Progress (4): 405/524 kB | 245/273 kB | 156 kB | 110/332 kB Progress (4): 409/524 kB | 245/273 kB | 156 kB | 110/332 kB Progress (4): 413/524 kB | 245/273 kB | 156 kB | 110/332 kB Progress (4): 417/524 kB | 245/273 kB | 156 kB | 110/332 kB Progress (4): 421/524 kB | 245/273 kB | 156 kB | 110/332 kB Progress (4): 425/524 kB | 245/273 kB | 156 kB | 110/332 kB Progress (4): 430/524 kB | 245/273 kB | 156 kB | 110/332 kB Progress (4): 434/524 kB | 245/273 kB | 156 kB | 110/332 kB Progress (4): 438/524 kB | 245/273 kB | 156 kB | 110/332 kB Progress (4): 442/524 kB | 245/273 kB | 156 kB | 110/332 kB Progress (4): 446/524 kB | 245/273 kB | 156 kB | 110/332 kB Progress (4): 450/524 kB | 245/273 kB | 156 kB | 110/332 kB Progress (4): 454/524 kB | 245/273 kB | 156 kB | 110/332 kB Progress (4): 458/524 kB | 245/273 kB | 156 kB | 110/332 kB Progress (5): 458/524 kB | 245/273 kB | 156 kB | 110/332 kB | 4.1/38 kB Progress (5): 458/524 kB | 249/273 kB | 156 kB | 110/332 kB | 4.1/38 kB Progress (5): 458/524 kB | 253/273 kB | 156 kB | 110/332 kB | 4.1/38 kB Progress (5): 458/524 kB | 258/273 kB | 156 kB | 110/332 kB | 4.1/38 kB Progress (5): 458/524 kB | 262/273 kB | 156 kB | 110/332 kB | 4.1/38 kB Progress (5): 458/524 kB | 262/273 kB | 156 kB | 110/332 kB | 7.7/38 kB Progress (5): 462/524 kB | 262/273 kB | 156 kB | 110/332 kB | 7.7/38 kB Progress (5): 466/524 kB | 262/273 kB | 156 kB | 110/332 kB | 7.7/38 kB Progress (5): 471/524 kB | 262/273 kB | 156 kB | 110/332 kB | 7.7/38 kB Progress (5): 475/524 kB | 262/273 kB | 156 kB | 110/332 kB | 7.7/38 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 142 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-java/0.9.8/plexus-java-0.9.8.jar Progress (4): 475/524 kB | 262/273 kB | 114/332 kB | 7.7/38 kB Progress (4): 479/524 kB | 262/273 kB | 114/332 kB | 7.7/38 kB Progress (4): 483/524 kB | 262/273 kB | 114/332 kB | 7.7/38 kB Progress (4): 483/524 kB | 262/273 kB | 118/332 kB | 7.7/38 kB Progress (4): 483/524 kB | 262/273 kB | 122/332 kB | 7.7/38 kB Progress (4): 483/524 kB | 262/273 kB | 126/332 kB | 7.7/38 kB Progress (4): 483/524 kB | 262/273 kB | 131/332 kB | 7.7/38 kB Progress (4): 483/524 kB | 262/273 kB | 131/332 kB | 12/38 kB Progress (4): 483/524 kB | 266/273 kB | 131/332 kB | 12/38 kB Progress (4): 483/524 kB | 270/273 kB | 131/332 kB | 12/38 kB Progress (4): 483/524 kB | 273 kB | 131/332 kB | 12/38 kB Progress (4): 483/524 kB | 273 kB | 131/332 kB | 16/38 kB Progress (4): 483/524 kB | 273 kB | 135/332 kB | 16/38 kB Progress (4): 483/524 kB | 273 kB | 139/332 kB | 16/38 kB Progress (4): 483/524 kB | 273 kB | 143/332 kB | 16/38 kB Progress (4): 483/524 kB | 273 kB | 147/332 kB | 16/38 kB Progress (4): 487/524 kB | 273 kB | 147/332 kB | 16/38 kB Progress (4): 491/524 kB | 273 kB | 147/332 kB | 16/38 kB Progress (4): 491/524 kB | 273 kB | 147/332 kB | 20/38 kB Progress (4): 491/524 kB | 273 kB | 147/332 kB | 24/38 kB Progress (4): 491/524 kB | 273 kB | 147/332 kB | 28/38 kB Progress (5): 491/524 kB | 273 kB | 147/332 kB | 28/38 kB | 4.1/35 kB Progress (5): 491/524 kB | 273 kB | 147/332 kB | 32/38 kB | 4.1/35 kB Progress (5): 495/524 kB | 273 kB | 147/332 kB | 32/38 kB | 4.1/35 kB Progress (5): 495/524 kB | 273 kB | 151/332 kB | 32/38 kB | 4.1/35 kB Progress (5): 499/524 kB | 273 kB | 151/332 kB | 32/38 kB | 4.1/35 kB Progress (5): 499/524 kB | 273 kB | 151/332 kB | 36/38 kB | 4.1/35 kB Progress (5): 499/524 kB | 273 kB | 151/332 kB | 36/38 kB | 7.7/35 kB Progress (5): 499/524 kB | 273 kB | 151/332 kB | 38 kB | 7.7/35 kB Progress (5): 503/524 kB | 273 kB | 151/332 kB | 38 kB | 7.7/35 kB Progress (5): 507/524 kB | 273 kB | 151/332 kB | 38 kB | 7.7/35 kB Progress (5): 507/524 kB | 273 kB | 155/332 kB | 38 kB | 7.7/35 kB Progress (5): 507/524 kB | 273 kB | 155/332 kB | 38 kB | 12/35 kB Progress (5): 511/524 kB | 273 kB | 155/332 kB | 38 kB | 12/35 kB Progress (5): 511/524 kB | 273 kB | 159/332 kB | 38 kB | 12/35 kB Progress (5): 516/524 kB | 273 kB | 159/332 kB | 38 kB | 12/35 kB Progress (5): 520/524 kB | 273 kB | 159/332 kB | 38 kB | 12/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 233 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm/6.1.1/asm-6.1.1.jar Progress (4): 520/524 kB | 159/332 kB | 38 kB | 16/35 kB Progress (4): 524/524 kB | 159/332 kB | 38 kB | 16/35 kB Progress (4): 524/524 kB | 163/332 kB | 38 kB | 16/35 kB Progress (4): 524 kB | 163/332 kB | 38 kB | 16/35 kB Progress (4): 524 kB | 163/332 kB | 38 kB | 20/35 kB Progress (4): 524 kB | 167/332 kB | 38 kB | 20/35 kB Progress (4): 524 kB | 167/332 kB | 38 kB | 24/35 kB Progress (4): 524 kB | 167/332 kB | 38 kB | 28/35 kB Progress (4): 524 kB | 171/332 kB | 38 kB | 28/35 kB Progress (4): 524 kB | 171/332 kB | 38 kB | 32/35 kB Progress (4): 524 kB | 176/332 kB | 38 kB | 32/35 kB Progress (4): 524 kB | 180/332 kB | 38 kB | 32/35 kB Progress (4): 524 kB | 184/332 kB | 38 kB | 32/35 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 32 kB/s) Progress (3): 524 kB | 184/332 kB | 35 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 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 439 kB/s) Progress (2): 188/332 kB | 35 kB Progress (2): 192/332 kB | 35 kB Progress (2): 196/332 kB | 35 kB Progress (2): 200/332 kB | 35 kB Progress (2): 204/332 kB | 35 kB Progress (2): 208/332 kB | 35 kB Progress (2): 212/332 kB | 35 kB Progress (2): 217/332 kB | 35 kB Progress (2): 221/332 kB | 35 kB Progress (2): 225/332 kB | 35 kB Progress (2): 229/332 kB | 35 kB Progress (2): 233/332 kB | 35 kB Progress (2): 237/332 kB | 35 kB Progress (2): 241/332 kB | 35 kB Progress (2): 245/332 kB | 35 kB Progress (2): 249/332 kB | 35 kB Progress (2): 253/332 kB | 35 kB Progress (2): 258/332 kB | 35 kB Progress (2): 262/332 kB | 35 kB Progress (3): 262/332 kB | 35 kB | 4.1/108 kB Progress (3): 266/332 kB | 35 kB | 4.1/108 kB Progress (3): 266/332 kB | 35 kB | 7.7/108 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 28 kB/s) Progress (2): 270/332 kB | 7.7/108 kB Progress (2): 274/332 kB | 7.7/108 kB Progress (2): 274/332 kB | 12/108 kB Progress (3): 274/332 kB | 12/108 kB | 4.1/315 kB Progress (3): 274/332 kB | 16/108 kB | 4.1/315 kB Progress (3): 278/332 kB | 16/108 kB | 4.1/315 kB Progress (3): 278/332 kB | 20/108 kB | 4.1/315 kB Progress (3): 282/332 kB | 20/108 kB | 4.1/315 kB Progress (3): 286/332 kB | 20/108 kB | 4.1/315 kB Progress (3): 290/332 kB | 20/108 kB | 4.1/315 kB Progress (3): 294/332 kB | 20/108 kB | 4.1/315 kB Progress (3): 294/332 kB | 20/108 kB | 7.7/315 kB Progress (3): 294/332 kB | 24/108 kB | 7.7/315 kB Progress (3): 294/332 kB | 24/108 kB | 12/315 kB Progress (3): 298/332 kB | 24/108 kB | 12/315 kB Progress (3): 298/332 kB | 28/108 kB | 12/315 kB Progress (3): 303/332 kB | 28/108 kB | 12/315 kB Progress (3): 303/332 kB | 28/108 kB | 16/315 kB Progress (3): 307/332 kB | 28/108 kB | 16/315 kB Progress (3): 307/332 kB | 32/108 kB | 16/315 kB Progress (3): 311/332 kB | 32/108 kB | 16/315 kB Progress (3): 311/332 kB | 32/108 kB | 20/315 kB Progress (3): 311/332 kB | 36/108 kB | 20/315 kB Progress (3): 315/332 kB | 36/108 kB | 20/315 kB Progress (3): 315/332 kB | 36/108 kB | 24/315 kB Progress (3): 319/332 kB | 36/108 kB | 24/315 kB Progress (3): 319/332 kB | 40/108 kB | 24/315 kB Progress (3): 323/332 kB | 40/108 kB | 24/315 kB Progress (3): 323/332 kB | 40/108 kB | 28/315 kB Progress (3): 327/332 kB | 40/108 kB | 28/315 kB Progress (3): 327/332 kB | 45/108 kB | 28/315 kB Progress (3): 331/332 kB | 45/108 kB | 28/315 kB Progress (3): 331/332 kB | 45/108 kB | 32/315 kB Progress (3): 332 kB | 45/108 kB | 32/315 kB Progress (3): 332 kB | 49/108 kB | 32/315 kB Progress (3): 332 kB | 53/108 kB | 32/315 kB Progress (3): 332 kB | 57/108 kB | 32/315 kB Progress (3): 332 kB | 61/108 kB | 32/315 kB Progress (3): 332 kB | 65/108 kB | 32/315 kB Progress (3): 332 kB | 65/108 kB | 36/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 257 kB/s) Progress (2): 65/108 kB | 40/315 kB Progress (2): 69/108 kB | 40/315 kB Progress (2): 73/108 kB | 40/315 kB Progress (2): 77/108 kB | 40/315 kB Progress (2): 81/108 kB | 40/315 kB Progress (2): 85/108 kB | 40/315 kB Progress (2): 90/108 kB | 40/315 kB Progress (2): 94/108 kB | 40/315 kB Progress (2): 98/108 kB | 40/315 kB Progress (2): 102/108 kB | 40/315 kB Progress (2): 106/108 kB | 40/315 kB Progress (2): 108 kB | 40/315 kB Progress (2): 108 kB | 45/315 kB Progress (2): 108 kB | 49/315 kB Progress (2): 108 kB | 53/315 kB Progress (2): 108 kB | 57/315 kB Progress (2): 108 kB | 61/315 kB Progress (2): 108 kB | 65/315 kB Progress (2): 108 kB | 69/315 kB Progress (2): 108 kB | 73/315 kB Progress (2): 108 kB | 77/315 kB Progress (2): 108 kB | 81/315 kB Progress (2): 108 kB | 85/315 kB Progress (2): 108 kB | 90/315 kB Progress (2): 108 kB | 94/315 kB Progress (2): 108 kB | 98/315 kB Progress (2): 108 kB | 102/315 kB Progress (2): 108 kB | 106/315 kB Progress (2): 108 kB | 110/315 kB Progress (2): 108 kB | 114/315 kB Progress (2): 108 kB | 118/315 kB Progress (2): 108 kB | 122/315 kB Progress (2): 108 kB | 126/315 kB Progress (2): 108 kB | 131/315 kB Progress (2): 108 kB | 135/315 kB Progress (2): 108 kB | 139/315 kB Progress (2): 108 kB | 143/315 kB Progress (2): 108 kB | 147/315 kB Progress (2): 108 kB | 151/315 kB Progress (2): 108 kB | 155/315 kB Progress (2): 108 kB | 159/315 kB Progress (2): 108 kB | 163/315 kB Progress (2): 108 kB | 167/315 kB Progress (2): 108 kB | 171/315 kB Progress (2): 108 kB | 176/315 kB Progress (2): 108 kB | 180/315 kB Progress (2): 108 kB | 184/315 kB Progress (2): 108 kB | 188/315 kB Progress (2): 108 kB | 192/315 kB Progress (2): 108 kB | 196/315 kB Progress (2): 108 kB | 200/315 kB Progress (2): 108 kB | 204/315 kB Progress (2): 108 kB | 208/315 kB Progress (2): 108 kB | 212/315 kB Progress (2): 108 kB | 217/315 kB Progress (2): 108 kB | 221/315 kB Progress (2): 108 kB | 225/315 kB Progress (2): 108 kB | 229/315 kB Progress (2): 108 kB | 233/315 kB Progress (2): 108 kB | 237/315 kB Progress (2): 108 kB | 241/315 kB Progress (2): 108 kB | 245/315 kB Progress (2): 108 kB | 249/315 kB Progress (2): 108 kB | 253/315 kB Progress (2): 108 kB | 258/315 kB Progress (2): 108 kB | 262/315 kB Progress (2): 108 kB | 266/315 kB Progress (2): 108 kB | 270/315 kB Progress (2): 108 kB | 274/315 kB Progress (2): 108 kB | 278/315 kB Progress (2): 108 kB | 282/315 kB Progress (2): 108 kB | 286/315 kB Progress (2): 108 kB | 290/315 kB Progress (2): 108 kB | 294/315 kB Progress (2): 108 kB | 298/315 kB Progress (2): 108 kB | 303/315 kB Progress (2): 108 kB | 307/315 kB Progress (2): 108 kB | 311/315 kB Progress (2): 108 kB | 315/315 kB Progress (2): 108 kB | 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 219 kB/s) 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 72 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 7.6 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 147 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 321 kB/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 723 kB/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 77 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 126 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 16 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 405 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 (2): 7.7/316 kB | 4.1/22 kB Progress (2): 12/316 kB | 4.1/22 kB Progress (2): 12/316 kB | 7.7/22 kB Progress (2): 12/316 kB | 12/22 kB Progress (2): 12/316 kB | 16/22 kB Progress (2): 16/316 kB | 16/22 kB Progress (2): 16/316 kB | 20/22 kB Progress (2): 16/316 kB | 22 kB Progress (2): 20/316 kB | 22 kB Progress (2): 24/316 kB | 22 kB Progress (2): 28/316 kB | 22 kB Progress (2): 32/316 kB | 22 kB Progress (2): 36/316 kB | 22 kB Progress (2): 40/316 kB | 22 kB Progress (2): 45/316 kB | 22 kB Progress (2): 49/316 kB | 22 kB Progress (2): 53/316 kB | 22 kB Progress (2): 57/316 kB | 22 kB Progress (2): 61/316 kB | 22 kB Progress (2): 65/316 kB | 22 kB Progress (2): 69/316 kB | 22 kB Progress (2): 73/316 kB | 22 kB Progress (2): 77/316 kB | 22 kB Progress (2): 81/316 kB | 22 kB Progress (2): 85/316 kB | 22 kB Progress (2): 90/316 kB | 22 kB Progress (2): 94/316 kB | 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 266 kB/s) 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 2.6 MB/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 2.4 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 37 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] 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 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.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.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.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.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.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.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.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.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.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.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.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] 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.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] 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.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] 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.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] 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.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] Reactor Summary for ESF 0.7.0-SNAPSHOT: [INFO] [INFO] ESF ................................................ FAILURE [ 0.006 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: 06:10 min [INFO] Finished at: 2020-06-03T07:47:53Z [INFO] ------------------------------------------------------------------------ [ERROR] Unknown lifecycle phase "sonar". You must specify a valid lifecycle phase or a goal in the format : or :[:]:. Available lifecycle phases are: validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy, pre-clean, clean, post-clean, pre-site, site, post-site, site-deploy. -> [Help 1] [ERROR] [ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch. [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/LifecyclePhaseNotFoundException Build step 'Invoke top-level Maven targets' marked build as failure Skipping sonar analysis due to bad build status FAILURE Sending e-mails to: ansgar.radermacher@cea.fr Archiving artifacts Finished: FAILURE