Started by timer Running as SYSTEM Agent default-agent-2qrrv is provisioned from template Kubernetes Pod Template --- apiVersion: "v1" kind: "Pod" metadata: annotations: {} labels: jenkins: "slave" name: "default-agent-2qrrv" 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-2qrrv" - name: "MAVEN_CONFIG" value: "-B -e" - name: "JENKINS_NAME" value: "default-agent-2qrrv" - 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-2qrrv in workspace /home/jenkins/agent/workspace/esf-infra-quality No credentials specified Cloning the remote Git repository Cloning repository git://git.eclipse.org/gitroot/esf/esf-infra > git init /home/jenkins/agent/workspace/esf-infra-quality # timeout=10 Fetching upstream changes from git://git.eclipse.org/gitroot/esf/esf-infra > git --version # timeout=10 > git fetch --tags --force --progress -- git://git.eclipse.org/gitroot/esf/esf-infra +refs/heads/*:refs/remotes/origin/* > git config remote.origin.url git://git.eclipse.org/gitroot/esf/esf-infra # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git://git.eclipse.org/gitroot/esf/esf-infra # timeout=10 Fetching upstream changes from git://git.eclipse.org/gitroot/esf/esf-infra > git fetch --tags --force --progress -- git://git.eclipse.org/gitroot/esf/esf-infra +refs/heads/*:refs/remotes/origin/* > git rev-parse refs/remotes/origin/master^{commit} # timeout=10 > git rev-parse refs/remotes/origin/origin/master^{commit} # timeout=10 Checking out Revision a2dee5fe17d7afff4eb4bd0b6e3618160e7471c4 (refs/remotes/origin/master) > git config core.sparsecheckout # timeout=10 > git checkout -f a2dee5fe17d7afff4eb4bd0b6e3618160e7471c4 Commit message: "[releng] Add automatic module name" > git rev-list --no-walk a2dee5fe17d7afff4eb4bd0b6e3618160e7471c4 # timeout=10 [esf-infra-quality] $ /opt/tools/apache-maven/latest/bin/mvn -f pom.xml clean verify Picked up JAVA_TOOL_OPTIONS: -XX:+IgnoreUnrecognizedVMOptions -XX:+UseContainerSupport -XX:+UnlockExperimentalVMOptions -XX:+UseCGroupMemoryLimitForHeap Picked up _JAVA_OPTIONS: -XX:MaxRAMPercentage=64.0 [INFO] Scanning for projects... Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/tycho-maven-plugin/1.3.0/tycho-maven-plugin-1.3.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-maven-plugin/1.3.0/tycho-maven-plugin-1.3.0.pom Progress (1): 2.1 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-maven-plugin/1.3.0/tycho-maven-plugin-1.3.0.pom (2.1 kB at 13 kB/s) Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/tycho/1.3.0/tycho-1.3.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho/1.3.0/tycho-1.3.0.pom Progress (1): 4.1 kB Progress (1): 8.2 kB Progress (1): 12 kB Progress (1): 16 kB Progress (1): 19 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho/1.3.0/tycho-1.3.0.pom (19 kB at 329 kB/s) Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/tycho-core/1.3.0/tycho-core-1.3.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-core/1.3.0/tycho-core-1.3.0.pom Progress (1): 4.1 kB Progress (1): 4.5 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-core/1.3.0/tycho-core-1.3.0.pom (4.5 kB at 90 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 130 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 561 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 471 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 312 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 66 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 88 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 341 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 209 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 33 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 60 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 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.18/plexus-components-1.1.18.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-components/1.1.18/plexus-components-1.1.18.pom Progress (1): 4.1 kB Progress (1): 5.4 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-components/1.1.18/plexus-components-1.1.18.pom (5.4 kB at 149 kB/s) Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus/2.0.7/plexus-2.0.7.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/2.0.7/plexus-2.0.7.pom Progress (1): 4.1 kB Progress (1): 8.2 kB Progress (1): 12 kB Progress (1): 16 kB Progress (1): 17 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/2.0.7/plexus-2.0.7.pom (17 kB at 384 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 987 B/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 152 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 20 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 189 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 200 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 104 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 220 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 204 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 30 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 47 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 51 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 168 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 53 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 67 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 34 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 120 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 316 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 87 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 466 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 101 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 299 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 52 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 47 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 6.8 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 140 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 42 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 109 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 39 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 157 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 61 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 436 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 161 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 240 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 750 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 421 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 332 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 911 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 244 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 409 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 999 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 435 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 70 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 459 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 255 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 60 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 24 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 46 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 26 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 4.7 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 38 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 34 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 116 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 6.9 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 68 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 11 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 126 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 8.0 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 191 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 579 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 132 kB/s) Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/tycho-p2-facade/1.3.0/tycho-p2-facade-1.3.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-p2-facade/1.3.0/tycho-p2-facade-1.3.0.pom Progress (1): 2.1 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-p2-facade/1.3.0/tycho-p2-facade-1.3.0.pom (2.1 kB at 37 kB/s) Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/tycho-p2/1.3.0/tycho-p2-1.3.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-p2/1.3.0/tycho-p2-1.3.0.pom Progress (1): 1.1 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-p2/1.3.0/tycho-p2-1.3.0.pom (1.1 kB at 17 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 29 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 14 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-core/3.0/maven-core-3.0.jar Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/tycho-core/1.3.0/tycho-core-1.3.0.jar Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-model/3.0/maven-model-3.0.jar Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-settings/3.0/maven-settings-3.0.jar Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-settings-builder/3.0/maven-settings-builder-3.0.jar Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-repository-metadata/3.0/maven-repository-metadata-3.0.jar Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-artifact/3.0/maven-artifact-3.0.jar Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-model-builder/3.0/maven-model-builder-3.0.jar Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-aether-provider/3.0/maven-aether-provider-3.0.jar Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/aether/aether-impl/1.7/aether-impl-1.7.jar Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/aether/aether-spi/1.7/aether-spi-1.7.jar Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/aether/aether-api/1.7/aether-api-1.7.jar Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/aether/aether-util/1.7/aether-util-1.7.jar Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/sisu/sisu-inject-plexus/1.4.2/sisu-inject-plexus-1.4.2.jar Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/sisu/sisu-inject-bean/1.4.2/sisu-inject-bean-1.4.2.jar Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/sisu/sisu-guice/2.1.7/sisu-guice-2.1.7-noaop.jar Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-interpolation/1.14/plexus-interpolation-1.14.jar Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-classworlds/2.2.3/plexus-classworlds-2.2.3.jar Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/plexus/plexus-sec-dispatcher/1.3/plexus-sec-dispatcher-1.3.jar Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/plexus/plexus-cipher/1.7/plexus-cipher-1.7.jar Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-plugin-api/3.0/maven-plugin-api-3.0.jar Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-utils/3.0.24/plexus-utils-3.0.24.jar Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-archiver/3.4/plexus-archiver-3.4.jar Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-io/2.7.1/plexus-io-2.7.1.jar Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/commons-io/commons-io/2.5/commons-io-2.5.jar Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/commons/commons-compress/1.15/commons-compress-1.15.jar Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/objenesis/objenesis/2.6/objenesis-2.6.jar Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/iq80/snappy/snappy/0.4/snappy-0.4.jar Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/tukaani/xz/1.5/xz-1.5.jar Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/org.eclipse.osgi.compatibility.state/1.1.100.v20180131-1413/org.eclipse.osgi.compatibility.state-1.1.100.v20180131-1413.jar Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/sisu-equinox-embedder/1.3.0/sisu-equinox-embedder-1.3.0.jar Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/org.eclipse.osgi/3.13.0.v20180226-1711/org.eclipse.osgi-3.13.0.v20180226-1711.jar Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/sisu-equinox-api/1.3.0/sisu-equinox-api-1.3.0.jar Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/tycho-metadata-model/1.3.0/tycho-metadata-model-1.3.0.jar Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/de/pdark/decentxml/1.3/decentxml-1.3.jar Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/tycho-embedder-api/1.3.0/tycho-embedder-api-1.3.0.jar Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/org.eclipse.tycho.embedder.shared/1.3.0/org.eclipse.tycho.embedder.shared-1.3.0.jar Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/org.eclipse.tycho.core.shared/1.3.0/org.eclipse.tycho.core.shared-1.3.0.jar Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-compat/3.0/maven-compat-3.0.jar Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/wagon/wagon-provider-api/1.0-beta-6/wagon-provider-api-1.0-beta-6.jar Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/tycho-p2-facade/1.3.0/tycho-p2-facade-1.3.0.jar Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-component-annotations/1.7.1/plexus-component-annotations-1.7.1.jar Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/org.eclipse.tycho.p2.resolver.shared/1.3.0/org.eclipse.tycho.p2.resolver.shared-1.3.0.jar Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/org.eclipse.tycho.p2.tools.shared/1.3.0/org.eclipse.tycho.p2.tools.shared-1.3.0.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-maven-plugin/1.3.0/tycho-maven-plugin-1.3.0.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-core/1.3.0/tycho-core-1.3.0.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/3.0/maven-settings-3.0.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/3.0/maven-core-3.0.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/3.0/maven-model-3.0.jar Progress (1): 4.1/165 kB Progress (1): 7.7/165 kB Progress (1): 12/165 kB Progress (1): 16/165 kB Progress (1): 20/165 kB Progress (1): 24/165 kB Progress (1): 28/165 kB Progress (1): 32/165 kB Progress (1): 36/165 kB Progress (1): 40/165 kB Progress (1): 45/165 kB Progress (1): 49/165 kB Progress (1): 53/165 kB Progress (1): 57/165 kB Progress (1): 61/165 kB Progress (1): 65/165 kB Progress (1): 69/165 kB Progress (1): 73/165 kB Progress (1): 77/165 kB Progress (1): 81/165 kB Progress (1): 85/165 kB Progress (1): 90/165 kB Progress (1): 94/165 kB Progress (1): 98/165 kB Progress (1): 102/165 kB Progress (1): 106/165 kB Progress (1): 110/165 kB Progress (1): 114/165 kB Progress (1): 118/165 kB Progress (1): 122/165 kB Progress (1): 126/165 kB Progress (1): 131/165 kB Progress (1): 135/165 kB Progress (1): 139/165 kB Progress (1): 143/165 kB Progress (1): 147/165 kB Progress (1): 151/165 kB Progress (1): 155/165 kB Progress (1): 159/165 kB Progress (1): 163/165 kB Progress (1): 165 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/3.0/maven-model-3.0.jar (165 kB at 2.3 MB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings-builder/3.0/maven-settings-builder-3.0.jar Progress (1): 4.1/38 kB Progress (1): 7.7/38 kB Progress (1): 12/38 kB Progress (1): 16/38 kB Progress (1): 20/38 kB Progress (1): 24/38 kB Progress (1): 28/38 kB Progress (1): 32/38 kB Progress (1): 36/38 kB Progress (1): 38 kB Progress (2): 38 kB | 4.1/5.6 kB Progress (2): 38 kB | 5.6 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 411 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/3.0/maven-repository-metadata-3.0.jar Progress (2): 5.6 kB | 4.1/47 kB Progress (2): 5.6 kB | 7.7/47 kB Progress (2): 5.6 kB | 12/47 kB Progress (2): 5.6 kB | 16/47 kB Progress (3): 5.6 kB | 16/47 kB | 4.1/202 kB Progress (3): 5.6 kB | 16/47 kB | 7.7/202 kB Progress (3): 5.6 kB | 20/47 kB | 7.7/202 kB Progress (3): 5.6 kB | 20/47 kB | 12/202 kB Progress (3): 5.6 kB | 24/47 kB | 12/202 kB Progress (3): 5.6 kB | 24/47 kB | 16/202 kB Progress (3): 5.6 kB | 28/47 kB | 16/202 kB Progress (3): 5.6 kB | 32/47 kB | 16/202 kB Progress (3): 5.6 kB | 32/47 kB | 20/202 kB Progress (3): 5.6 kB | 32/47 kB | 24/202 kB Progress (3): 5.6 kB | 36/47 kB | 24/202 kB Progress (3): 5.6 kB | 36/47 kB | 28/202 kB Progress (3): 5.6 kB | 40/47 kB | 28/202 kB Progress (3): 5.6 kB | 40/47 kB | 32/202 kB Progress (3): 5.6 kB | 45/47 kB | 32/202 kB Progress (3): 5.6 kB | 47 kB | 32/202 kB Progress (4): 5.6 kB | 47 kB | 32/202 kB | 4.1/30 kB Progress (4): 5.6 kB | 47 kB | 32/202 kB | 7.7/30 kB Progress (4): 5.6 kB | 47 kB | 32/202 kB | 12/30 kB Progress (4): 5.6 kB | 47 kB | 32/202 kB | 16/30 kB Progress (4): 5.6 kB | 47 kB | 32/202 kB | 20/30 kB Progress (4): 5.6 kB | 47 kB | 32/202 kB | 24/30 kB Progress (4): 5.6 kB | 47 kB | 32/202 kB | 28/30 kB Progress (4): 5.6 kB | 47 kB | 32/202 kB | 30 kB Progress (4): 5.6 kB | 47 kB | 36/202 kB | 30 kB Progress (4): 5.6 kB | 47 kB | 40/202 kB | 30 kB Progress (4): 5.6 kB | 47 kB | 45/202 kB | 30 kB Progress (4): 5.6 kB | 47 kB | 49/202 kB | 30 kB Progress (5): 5.6 kB | 47 kB | 49/202 kB | 30 kB | 4.1/527 kB Progress (5): 5.6 kB | 47 kB | 53/202 kB | 30 kB | 4.1/527 kB Progress (5): 5.6 kB | 47 kB | 53/202 kB | 30 kB | 7.7/527 kB Progress (5): 5.6 kB | 47 kB | 57/202 kB | 30 kB | 7.7/527 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 266 kB/s) Progress (4): 5.6 kB | 47 kB | 57/202 kB | 12/527 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/3.0/maven-artifact-3.0.jar Progress (4): 5.6 kB | 47 kB | 61/202 kB | 12/527 kB Progress (4): 5.6 kB | 47 kB | 61/202 kB | 16/527 kB Progress (4): 5.6 kB | 47 kB | 65/202 kB | 16/527 kB Progress (4): 5.6 kB | 47 kB | 69/202 kB | 16/527 kB Progress (4): 5.6 kB | 47 kB | 69/202 kB | 20/527 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 48 kB/s) Progress (3): 47 kB | 69/202 kB | 24/527 kB Progress (3): 47 kB | 73/202 kB | 24/527 kB Progress (3): 47 kB | 73/202 kB | 28/527 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model-builder/3.0/maven-model-builder-3.0.jar Progress (3): 47 kB | 73/202 kB | 32/527 kB Progress (3): 47 kB | 77/202 kB | 32/527 kB Progress (3): 47 kB | 81/202 kB | 32/527 kB Progress (3): 47 kB | 85/202 kB | 32/527 kB Progress (3): 47 kB | 85/202 kB | 36/527 kB Progress (3): 47 kB | 90/202 kB | 36/527 kB Progress (3): 47 kB | 90/202 kB | 40/527 kB Progress (3): 47 kB | 94/202 kB | 40/527 kB Progress (3): 47 kB | 94/202 kB | 45/527 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/3.0/maven-settings-3.0.jar (47 kB at 395 kB/s) Progress (2): 98/202 kB | 45/527 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-aether-provider/3.0/maven-aether-provider-3.0.jar Progress (2): 98/202 kB | 49/527 kB Progress (2): 102/202 kB | 49/527 kB Progress (2): 106/202 kB | 49/527 kB Progress (2): 110/202 kB | 49/527 kB Progress (2): 114/202 kB | 49/527 kB Progress (2): 114/202 kB | 53/527 kB Progress (2): 118/202 kB | 53/527 kB Progress (2): 118/202 kB | 57/527 kB Progress (2): 122/202 kB | 57/527 kB Progress (2): 122/202 kB | 61/527 kB Progress (2): 126/202 kB | 61/527 kB Progress (2): 126/202 kB | 65/527 kB Progress (2): 131/202 kB | 65/527 kB Progress (2): 135/202 kB | 65/527 kB Progress (2): 135/202 kB | 69/527 kB Progress (2): 139/202 kB | 69/527 kB Progress (2): 139/202 kB | 73/527 kB Progress (2): 143/202 kB | 73/527 kB Progress (2): 143/202 kB | 77/527 kB Progress (2): 147/202 kB | 77/527 kB Progress (2): 147/202 kB | 81/527 kB Progress (2): 151/202 kB | 81/527 kB Progress (2): 155/202 kB | 81/527 kB Progress (2): 159/202 kB | 81/527 kB Progress (2): 163/202 kB | 81/527 kB Progress (3): 163/202 kB | 81/527 kB | 4.1/52 kB Progress (3): 163/202 kB | 81/527 kB | 7.7/52 kB Progress (3): 167/202 kB | 81/527 kB | 7.7/52 kB Progress (3): 167/202 kB | 85/527 kB | 7.7/52 kB Progress (3): 171/202 kB | 85/527 kB | 7.7/52 kB Progress (4): 171/202 kB | 85/527 kB | 7.7/52 kB | 4.1/51 kB Progress (5): 171/202 kB | 85/527 kB | 7.7/52 kB | 4.1/51 kB | 4.1/148 kB Progress (5): 171/202 kB | 85/527 kB | 12/52 kB | 4.1/51 kB | 4.1/148 kB Progress (5): 171/202 kB | 85/527 kB | 12/52 kB | 4.1/51 kB | 7.7/148 kB Progress (5): 171/202 kB | 85/527 kB | 12/52 kB | 7.7/51 kB | 7.7/148 kB Progress (5): 176/202 kB | 85/527 kB | 12/52 kB | 7.7/51 kB | 7.7/148 kB Progress (5): 176/202 kB | 90/527 kB | 12/52 kB | 7.7/51 kB | 7.7/148 kB Progress (5): 180/202 kB | 90/527 kB | 12/52 kB | 7.7/51 kB | 7.7/148 kB Progress (5): 180/202 kB | 90/527 kB | 12/52 kB | 12/51 kB | 7.7/148 kB Progress (5): 180/202 kB | 90/527 kB | 12/52 kB | 12/51 kB | 12/148 kB Progress (5): 180/202 kB | 90/527 kB | 16/52 kB | 12/51 kB | 12/148 kB Progress (5): 180/202 kB | 90/527 kB | 16/52 kB | 12/51 kB | 16/148 kB Progress (5): 184/202 kB | 90/527 kB | 16/52 kB | 12/51 kB | 16/148 kB Progress (5): 184/202 kB | 90/527 kB | 16/52 kB | 16/51 kB | 16/148 kB Progress (5): 184/202 kB | 94/527 kB | 16/52 kB | 16/51 kB | 16/148 kB Progress (5): 184/202 kB | 94/527 kB | 20/52 kB | 16/51 kB | 16/148 kB Progress (5): 188/202 kB | 94/527 kB | 20/52 kB | 16/51 kB | 16/148 kB Progress (5): 188/202 kB | 94/527 kB | 20/52 kB | 16/51 kB | 20/148 kB Progress (5): 188/202 kB | 94/527 kB | 24/52 kB | 16/51 kB | 20/148 kB Progress (5): 188/202 kB | 94/527 kB | 24/52 kB | 20/51 kB | 20/148 kB Progress (5): 188/202 kB | 98/527 kB | 24/52 kB | 20/51 kB | 20/148 kB Progress (5): 188/202 kB | 98/527 kB | 24/52 kB | 24/51 kB | 20/148 kB Progress (5): 188/202 kB | 98/527 kB | 28/52 kB | 24/51 kB | 20/148 kB Progress (5): 188/202 kB | 98/527 kB | 28/52 kB | 24/51 kB | 24/148 kB Progress (5): 192/202 kB | 98/527 kB | 28/52 kB | 24/51 kB | 24/148 kB Progress (5): 192/202 kB | 98/527 kB | 28/52 kB | 24/51 kB | 28/148 kB Progress (5): 192/202 kB | 102/527 kB | 28/52 kB | 24/51 kB | 28/148 kB Progress (5): 192/202 kB | 102/527 kB | 32/52 kB | 24/51 kB | 28/148 kB Progress (5): 192/202 kB | 102/527 kB | 32/52 kB | 28/51 kB | 28/148 kB Progress (5): 192/202 kB | 106/527 kB | 32/52 kB | 28/51 kB | 28/148 kB Progress (5): 192/202 kB | 106/527 kB | 32/52 kB | 28/51 kB | 32/148 kB Progress (5): 196/202 kB | 106/527 kB | 32/52 kB | 28/51 kB | 32/148 kB Progress (5): 196/202 kB | 106/527 kB | 36/52 kB | 28/51 kB | 32/148 kB Progress (5): 196/202 kB | 110/527 kB | 36/52 kB | 28/51 kB | 32/148 kB Progress (5): 196/202 kB | 110/527 kB | 36/52 kB | 32/51 kB | 32/148 kB Progress (5): 196/202 kB | 114/527 kB | 36/52 kB | 32/51 kB | 32/148 kB Progress (5): 196/202 kB | 114/527 kB | 36/52 kB | 32/51 kB | 36/148 kB Progress (5): 196/202 kB | 114/527 kB | 40/52 kB | 32/51 kB | 36/148 kB Progress (5): 196/202 kB | 118/527 kB | 40/52 kB | 32/51 kB | 36/148 kB Progress (5): 200/202 kB | 118/527 kB | 40/52 kB | 32/51 kB | 36/148 kB Progress (5): 200/202 kB | 122/527 kB | 40/52 kB | 32/51 kB | 36/148 kB Progress (5): 200/202 kB | 122/527 kB | 45/52 kB | 32/51 kB | 36/148 kB Progress (5): 200/202 kB | 122/527 kB | 45/52 kB | 36/51 kB | 36/148 kB Progress (5): 200/202 kB | 122/527 kB | 45/52 kB | 36/51 kB | 40/148 kB Progress (5): 200/202 kB | 122/527 kB | 45/52 kB | 40/51 kB | 40/148 kB Progress (5): 200/202 kB | 122/527 kB | 49/52 kB | 40/51 kB | 40/148 kB Progress (5): 200/202 kB | 126/527 kB | 49/52 kB | 40/51 kB | 40/148 kB Progress (5): 202 kB | 126/527 kB | 49/52 kB | 40/51 kB | 40/148 kB Progress (5): 202 kB | 126/527 kB | 52 kB | 40/51 kB | 40/148 kB Progress (5): 202 kB | 131/527 kB | 52 kB | 40/51 kB | 40/148 kB Progress (5): 202 kB | 131/527 kB | 52 kB | 45/51 kB | 40/148 kB Progress (5): 202 kB | 131/527 kB | 52 kB | 45/51 kB | 45/148 kB Progress (5): 202 kB | 135/527 kB | 52 kB | 45/51 kB | 45/148 kB Progress (5): 202 kB | 135/527 kB | 52 kB | 49/51 kB | 45/148 kB Progress (5): 202 kB | 139/527 kB | 52 kB | 49/51 kB | 45/148 kB Progress (5): 202 kB | 139/527 kB | 52 kB | 49/51 kB | 49/148 kB Progress (5): 202 kB | 143/527 kB | 52 kB | 49/51 kB | 49/148 kB Progress (5): 202 kB | 143/527 kB | 52 kB | 51 kB | 49/148 kB Progress (5): 202 kB | 147/527 kB | 52 kB | 51 kB | 49/148 kB Progress (5): 202 kB | 147/527 kB | 52 kB | 51 kB | 53/148 kB Progress (5): 202 kB | 151/527 kB | 52 kB | 51 kB | 53/148 kB Progress (5): 202 kB | 151/527 kB | 52 kB | 51 kB | 57/148 kB Progress (5): 202 kB | 155/527 kB | 52 kB | 51 kB | 57/148 kB Progress (5): 202 kB | 155/527 kB | 52 kB | 51 kB | 61/148 kB Progress (5): 202 kB | 159/527 kB | 52 kB | 51 kB | 61/148 kB Progress (5): 202 kB | 159/527 kB | 52 kB | 51 kB | 65/148 kB Progress (5): 202 kB | 163/527 kB | 52 kB | 51 kB | 65/148 kB Progress (5): 202 kB | 167/527 kB | 52 kB | 51 kB | 65/148 kB Progress (5): 202 kB | 171/527 kB | 52 kB | 51 kB | 65/148 kB Progress (5): 202 kB | 171/527 kB | 52 kB | 51 kB | 69/148 kB Progress (5): 202 kB | 176/527 kB | 52 kB | 51 kB | 69/148 kB Progress (5): 202 kB | 176/527 kB | 52 kB | 51 kB | 73/148 kB Progress (5): 202 kB | 180/527 kB | 52 kB | 51 kB | 73/148 kB Progress (5): 202 kB | 180/527 kB | 52 kB | 51 kB | 77/148 kB Progress (5): 202 kB | 180/527 kB | 52 kB | 51 kB | 81/148 kB Progress (5): 202 kB | 184/527 kB | 52 kB | 51 kB | 81/148 kB Progress (5): 202 kB | 188/527 kB | 52 kB | 51 kB | 81/148 kB Progress (5): 202 kB | 192/527 kB | 52 kB | 51 kB | 81/148 kB Progress (5): 202 kB | 196/527 kB | 52 kB | 51 kB | 81/148 kB Progress (5): 202 kB | 196/527 kB | 52 kB | 51 kB | 85/148 kB Progress (5): 202 kB | 196/527 kB | 52 kB | 51 kB | 90/148 kB Progress (5): 202 kB | 200/527 kB | 52 kB | 51 kB | 90/148 kB Progress (5): 202 kB | 200/527 kB | 52 kB | 51 kB | 94/148 kB Progress (5): 202 kB | 204/527 kB | 52 kB | 51 kB | 94/148 kB Progress (5): 202 kB | 204/527 kB | 52 kB | 51 kB | 98/148 kB Progress (5): 202 kB | 208/527 kB | 52 kB | 51 kB | 98/148 kB Progress (5): 202 kB | 212/527 kB | 52 kB | 51 kB | 98/148 kB Progress (5): 202 kB | 212/527 kB | 52 kB | 51 kB | 102/148 kB Progress (5): 202 kB | 217/527 kB | 52 kB | 51 kB | 102/148 kB Progress (5): 202 kB | 217/527 kB | 52 kB | 51 kB | 106/148 kB Progress (5): 202 kB | 221/527 kB | 52 kB | 51 kB | 106/148 kB Progress (5): 202 kB | 221/527 kB | 52 kB | 51 kB | 110/148 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-core/1.3.0/tycho-core-1.3.0.jar (202 kB at 1.2 MB/s) Progress (4): 221/527 kB | 52 kB | 51 kB | 114/148 kB Progress (4): 225/527 kB | 52 kB | 51 kB | 114/148 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-impl/1.7/aether-impl-1.7.jar Progress (4): 229/527 kB | 52 kB | 51 kB | 114/148 kB Progress (4): 229/527 kB | 52 kB | 51 kB | 118/148 kB Progress (4): 229/527 kB | 52 kB | 51 kB | 122/148 kB Progress (4): 233/527 kB | 52 kB | 51 kB | 122/148 kB Progress (4): 233/527 kB | 52 kB | 51 kB | 126/148 kB Progress (4): 237/527 kB | 52 kB | 51 kB | 126/148 kB Progress (4): 237/527 kB | 52 kB | 51 kB | 131/148 kB Progress (4): 241/527 kB | 52 kB | 51 kB | 131/148 kB Progress (4): 245/527 kB | 52 kB | 51 kB | 131/148 kB Progress (4): 249/527 kB | 52 kB | 51 kB | 131/148 kB Progress (4): 249/527 kB | 52 kB | 51 kB | 135/148 kB Progress (4): 253/527 kB | 52 kB | 51 kB | 135/148 kB Progress (4): 253/527 kB | 52 kB | 51 kB | 139/148 kB Progress (4): 258/527 kB | 52 kB | 51 kB | 139/148 kB Progress (4): 258/527 kB | 52 kB | 51 kB | 143/148 kB Progress (4): 262/527 kB | 52 kB | 51 kB | 143/148 kB Progress (4): 262/527 kB | 52 kB | 51 kB | 147/148 kB Progress (4): 262/527 kB | 52 kB | 51 kB | 148 kB Progress (4): 266/527 kB | 52 kB | 51 kB | 148 kB Progress (4): 270/527 kB | 52 kB | 51 kB | 148 kB Progress (4): 274/527 kB | 52 kB | 51 kB | 148 kB Progress (4): 278/527 kB | 52 kB | 51 kB | 148 kB Progress (4): 282/527 kB | 52 kB | 51 kB | 148 kB Progress (4): 286/527 kB | 52 kB | 51 kB | 148 kB Progress (4): 290/527 kB | 52 kB | 51 kB | 148 kB Progress (4): 294/527 kB | 52 kB | 51 kB | 148 kB Progress (4): 298/527 kB | 52 kB | 51 kB | 148 kB Progress (4): 303/527 kB | 52 kB | 51 kB | 148 kB Progress (4): 307/527 kB | 52 kB | 51 kB | 148 kB Progress (4): 311/527 kB | 52 kB | 51 kB | 148 kB Progress (4): 315/527 kB | 52 kB | 51 kB | 148 kB Progress (4): 319/527 kB | 52 kB | 51 kB | 148 kB Progress (4): 323/527 kB | 52 kB | 51 kB | 148 kB Progress (4): 327/527 kB | 52 kB | 51 kB | 148 kB Progress (4): 331/527 kB | 52 kB | 51 kB | 148 kB Progress (4): 335/527 kB | 52 kB | 51 kB | 148 kB Progress (4): 339/527 kB | 52 kB | 51 kB | 148 kB Progress (4): 344/527 kB | 52 kB | 51 kB | 148 kB Progress (4): 348/527 kB | 52 kB | 51 kB | 148 kB Progress (4): 352/527 kB | 52 kB | 51 kB | 148 kB Progress (4): 356/527 kB | 52 kB | 51 kB | 148 kB Progress (4): 360/527 kB | 52 kB | 51 kB | 148 kB Progress (4): 364/527 kB | 52 kB | 51 kB | 148 kB Progress (4): 368/527 kB | 52 kB | 51 kB | 148 kB Progress (4): 372/527 kB | 52 kB | 51 kB | 148 kB Progress (4): 376/527 kB | 52 kB | 51 kB | 148 kB Progress (4): 380/527 kB | 52 kB | 51 kB | 148 kB Progress (4): 384/527 kB | 52 kB | 51 kB | 148 kB Progress (4): 389/527 kB | 52 kB | 51 kB | 148 kB Progress (4): 393/527 kB | 52 kB | 51 kB | 148 kB Progress (4): 397/527 kB | 52 kB | 51 kB | 148 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 592 kB/s) Progress (3): 401/527 kB | 52 kB | 51 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-spi/1.7/aether-spi-1.7.jar Progress (3): 405/527 kB | 52 kB | 51 kB Progress (3): 409/527 kB | 52 kB | 51 kB Progress (3): 413/527 kB | 52 kB | 51 kB Progress (3): 417/527 kB | 52 kB | 51 kB Progress (3): 421/527 kB | 52 kB | 51 kB Progress (3): 425/527 kB | 52 kB | 51 kB Progress (3): 430/527 kB | 52 kB | 51 kB Progress (3): 434/527 kB | 52 kB | 51 kB Progress (3): 438/527 kB | 52 kB | 51 kB Progress (3): 442/527 kB | 52 kB | 51 kB Progress (3): 446/527 kB | 52 kB | 51 kB Progress (3): 450/527 kB | 52 kB | 51 kB Progress (3): 454/527 kB | 52 kB | 51 kB Progress (3): 458/527 kB | 52 kB | 51 kB Progress (3): 462/527 kB | 52 kB | 51 kB Progress (3): 466/527 kB | 52 kB | 51 kB Progress (3): 471/527 kB | 52 kB | 51 kB Progress (3): 475/527 kB | 52 kB | 51 kB Progress (3): 479/527 kB | 52 kB | 51 kB Progress (3): 483/527 kB | 52 kB | 51 kB Progress (3): 487/527 kB | 52 kB | 51 kB Progress (3): 491/527 kB | 52 kB | 51 kB Progress (3): 495/527 kB | 52 kB | 51 kB Progress (3): 499/527 kB | 52 kB | 51 kB Progress (3): 503/527 kB | 52 kB | 51 kB Progress (3): 507/527 kB | 52 kB | 51 kB Progress (3): 511/527 kB | 52 kB | 51 kB Progress (3): 516/527 kB | 52 kB | 51 kB Progress (3): 520/527 kB | 52 kB | 51 kB Progress (3): 524/527 kB | 52 kB | 51 kB Progress (3): 527 kB | 52 kB | 51 kB Progress (4): 527 kB | 52 kB | 51 kB | 4.1/14 kB Progress (4): 527 kB | 52 kB | 51 kB | 7.7/14 kB Progress (4): 527 kB | 52 kB | 51 kB | 12/14 kB Progress (4): 527 kB | 52 kB | 51 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 49 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-api/1.7/aether-api-1.7.jar 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 111 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-util/1.7/aether-util-1.7.jar 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 104 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-inject-plexus/1.4.2/sisu-inject-plexus-1.4.2.jar Progress (2): 527 kB | 4.1/108 kB Progress (2): 527 kB | 7.7/108 kB Progress (2): 527 kB | 12/108 kB Progress (3): 527 kB | 12/108 kB | 4.1/106 kB Progress (3): 527 kB | 16/108 kB | 4.1/106 kB Progress (3): 527 kB | 16/108 kB | 7.7/106 kB Progress (3): 527 kB | 16/108 kB | 12/106 kB Progress (3): 527 kB | 16/108 kB | 16/106 kB Progress (3): 527 kB | 20/108 kB | 16/106 kB Progress (3): 527 kB | 24/108 kB | 16/106 kB Progress (3): 527 kB | 28/108 kB | 16/106 kB Progress (3): 527 kB | 32/108 kB | 16/106 kB Progress (3): 527 kB | 32/108 kB | 20/106 kB Progress (3): 527 kB | 32/108 kB | 24/106 kB Progress (3): 527 kB | 32/108 kB | 28/106 kB Progress (3): 527 kB | 36/108 kB | 28/106 kB Progress (3): 527 kB | 36/108 kB | 32/106 kB Progress (3): 527 kB | 40/108 kB | 32/106 kB Progress (3): 527 kB | 45/108 kB | 32/106 kB Progress (3): 527 kB | 49/108 kB | 32/106 kB Progress (3): 527 kB | 49/108 kB | 36/106 kB Progress (3): 527 kB | 53/108 kB | 36/106 kB Progress (3): 527 kB | 53/108 kB | 40/106 kB Progress (3): 527 kB | 57/108 kB | 40/106 kB Progress (3): 527 kB | 57/108 kB | 45/106 kB Progress (3): 527 kB | 61/108 kB | 45/106 kB Progress (3): 527 kB | 61/108 kB | 49/106 kB Progress (3): 527 kB | 65/108 kB | 49/106 kB Progress (3): 527 kB | 65/108 kB | 53/106 kB Progress (3): 527 kB | 69/108 kB | 53/106 kB Progress (3): 527 kB | 69/108 kB | 57/106 kB Progress (3): 527 kB | 73/108 kB | 57/106 kB Progress (3): 527 kB | 73/108 kB | 61/106 kB Progress (3): 527 kB | 77/108 kB | 61/106 kB Progress (3): 527 kB | 77/108 kB | 65/106 kB Progress (3): 527 kB | 81/108 kB | 65/106 kB Progress (3): 527 kB | 81/108 kB | 69/106 kB Progress (3): 527 kB | 85/108 kB | 69/106 kB Progress (3): 527 kB | 85/108 kB | 73/106 kB Progress (3): 527 kB | 90/108 kB | 73/106 kB Progress (3): 527 kB | 90/108 kB | 77/106 kB Progress (3): 527 kB | 94/108 kB | 77/106 kB Progress (3): 527 kB | 94/108 kB | 81/106 kB Progress (3): 527 kB | 98/108 kB | 81/106 kB Progress (3): 527 kB | 102/108 kB | 81/106 kB Progress (3): 527 kB | 102/108 kB | 85/106 kB Progress (3): 527 kB | 106/108 kB | 85/106 kB Progress (3): 527 kB | 106/108 kB | 90/106 kB Progress (3): 527 kB | 108 kB | 90/106 kB Progress (3): 527 kB | 108 kB | 94/106 kB Progress (3): 527 kB | 108 kB | 98/106 kB Progress (3): 527 kB | 108 kB | 102/106 kB Progress (3): 527 kB | 108 kB | 106/106 kB Progress (3): 527 kB | 108 kB | 106 kB Progress (4): 527 kB | 108 kB | 106 kB | 4.1/202 kB Progress (4): 527 kB | 108 kB | 106 kB | 7.7/202 kB Progress (4): 527 kB | 108 kB | 106 kB | 12/202 kB Progress (4): 527 kB | 108 kB | 106 kB | 16/202 kB Progress (4): 527 kB | 108 kB | 106 kB | 20/202 kB Progress (4): 527 kB | 108 kB | 106 kB | 24/202 kB Progress (4): 527 kB | 108 kB | 106 kB | 28/202 kB Progress (4): 527 kB | 108 kB | 106 kB | 32/202 kB Progress (4): 527 kB | 108 kB | 106 kB | 36/202 kB Progress (4): 527 kB | 108 kB | 106 kB | 40/202 kB Progress (4): 527 kB | 108 kB | 106 kB | 45/202 kB Progress (4): 527 kB | 108 kB | 106 kB | 49/202 kB Progress (4): 527 kB | 108 kB | 106 kB | 53/202 kB Progress (4): 527 kB | 108 kB | 106 kB | 57/202 kB Progress (4): 527 kB | 108 kB | 106 kB | 61/202 kB Progress (4): 527 kB | 108 kB | 106 kB | 65/202 kB Progress (4): 527 kB | 108 kB | 106 kB | 69/202 kB Progress (4): 527 kB | 108 kB | 106 kB | 73/202 kB Progress (4): 527 kB | 108 kB | 106 kB | 77/202 kB Progress (4): 527 kB | 108 kB | 106 kB | 81/202 kB Progress (4): 527 kB | 108 kB | 106 kB | 85/202 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 205 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 208 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 Progress (2): 527 kB | 90/202 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-guice/2.1.7/sisu-guice-2.1.7-noaop.jar Progress (2): 527 kB | 94/202 kB Progress (2): 527 kB | 98/202 kB Progress (2): 527 kB | 102/202 kB Progress (2): 527 kB | 106/202 kB Progress (2): 527 kB | 110/202 kB Progress (2): 527 kB | 114/202 kB Progress (2): 527 kB | 118/202 kB Progress (2): 527 kB | 122/202 kB Progress (2): 527 kB | 126/202 kB Progress (2): 527 kB | 131/202 kB Progress (2): 527 kB | 135/202 kB Progress (2): 527 kB | 139/202 kB Progress (2): 527 kB | 143/202 kB Progress (2): 527 kB | 147/202 kB Progress (2): 527 kB | 151/202 kB Progress (2): 527 kB | 155/202 kB Progress (2): 527 kB | 159/202 kB Progress (2): 527 kB | 163/202 kB Progress (2): 527 kB | 167/202 kB Progress (2): 527 kB | 171/202 kB Progress (2): 527 kB | 176/202 kB Progress (2): 527 kB | 180/202 kB Progress (2): 527 kB | 184/202 kB Progress (2): 527 kB | 188/202 kB Progress (2): 527 kB | 192/202 kB Progress (2): 527 kB | 196/202 kB Progress (2): 527 kB | 200/202 kB Progress (2): 527 kB | 202 kB Progress (3): 527 kB | 202 kB | 4.1/472 kB Progress (3): 527 kB | 202 kB | 7.7/472 kB Progress (3): 527 kB | 202 kB | 12/472 kB Progress (3): 527 kB | 202 kB | 16/472 kB Progress (3): 527 kB | 202 kB | 20/472 kB Progress (3): 527 kB | 202 kB | 24/472 kB Progress (3): 527 kB | 202 kB | 28/472 kB Progress (3): 527 kB | 202 kB | 32/472 kB Progress (3): 527 kB | 202 kB | 36/472 kB Progress (3): 527 kB | 202 kB | 40/472 kB Progress (3): 527 kB | 202 kB | 45/472 kB Progress (3): 527 kB | 202 kB | 49/472 kB Progress (4): 527 kB | 202 kB | 49/472 kB | 4.1/153 kB Progress (4): 527 kB | 202 kB | 53/472 kB | 4.1/153 kB Progress (4): 527 kB | 202 kB | 53/472 kB | 7.7/153 kB Progress (4): 527 kB | 202 kB | 57/472 kB | 7.7/153 kB Progress (4): 527 kB | 202 kB | 57/472 kB | 12/153 kB Progress (4): 527 kB | 202 kB | 61/472 kB | 12/153 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-inject-plexus/1.4.2/sisu-inject-plexus-1.4.2.jar (202 kB at 378 kB/s) Progress (3): 527 kB | 61/472 kB | 16/153 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.14/plexus-interpolation-1.14.jar Progress (3): 527 kB | 65/472 kB | 16/153 kB Progress (3): 527 kB | 65/472 kB | 20/153 kB Progress (3): 527 kB | 65/472 kB | 24/153 kB Progress (3): 527 kB | 65/472 kB | 28/153 kB Progress (3): 527 kB | 69/472 kB | 28/153 kB Progress (3): 527 kB | 69/472 kB | 32/153 kB Progress (4): 527 kB | 69/472 kB | 32/153 kB | 4.1/74 kB Progress (4): 527 kB | 73/472 kB | 32/153 kB | 4.1/74 kB Progress (4): 527 kB | 73/472 kB | 36/153 kB | 4.1/74 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/3.0/maven-core-3.0.jar (527 kB at 957 kB/s) Progress (3): 73/472 kB | 36/153 kB | 7.7/74 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-classworlds/2.2.3/plexus-classworlds-2.2.3.jar Progress (3): 73/472 kB | 40/153 kB | 7.7/74 kB Progress (3): 77/472 kB | 40/153 kB | 7.7/74 kB Progress (4): 77/472 kB | 40/153 kB | 7.7/74 kB | 4.1/61 kB Progress (4): 81/472 kB | 40/153 kB | 7.7/74 kB | 4.1/61 kB Progress (4): 81/472 kB | 45/153 kB | 7.7/74 kB | 4.1/61 kB Progress (4): 81/472 kB | 45/153 kB | 12/74 kB | 4.1/61 kB Progress (4): 81/472 kB | 49/153 kB | 12/74 kB | 4.1/61 kB Progress (4): 81/472 kB | 49/153 kB | 12/74 kB | 7.7/61 kB Progress (4): 81/472 kB | 49/153 kB | 16/74 kB | 7.7/61 kB Progress (4): 81/472 kB | 49/153 kB | 16/74 kB | 12/61 kB Progress (4): 85/472 kB | 49/153 kB | 16/74 kB | 12/61 kB Progress (4): 85/472 kB | 49/153 kB | 16/74 kB | 16/61 kB Progress (4): 85/472 kB | 53/153 kB | 16/74 kB | 16/61 kB Progress (4): 90/472 kB | 53/153 kB | 16/74 kB | 16/61 kB Progress (4): 90/472 kB | 57/153 kB | 16/74 kB | 16/61 kB Progress (4): 94/472 kB | 57/153 kB | 16/74 kB | 16/61 kB Progress (4): 94/472 kB | 57/153 kB | 20/74 kB | 16/61 kB Progress (4): 98/472 kB | 57/153 kB | 20/74 kB | 16/61 kB Progress (4): 98/472 kB | 61/153 kB | 20/74 kB | 16/61 kB Progress (4): 98/472 kB | 61/153 kB | 20/74 kB | 20/61 kB Progress (4): 98/472 kB | 65/153 kB | 20/74 kB | 20/61 kB Progress (4): 98/472 kB | 65/153 kB | 24/74 kB | 20/61 kB Progress (4): 98/472 kB | 65/153 kB | 24/74 kB | 24/61 kB Progress (4): 98/472 kB | 65/153 kB | 28/74 kB | 24/61 kB Progress (4): 102/472 kB | 65/153 kB | 28/74 kB | 24/61 kB Progress (4): 102/472 kB | 65/153 kB | 32/74 kB | 24/61 kB Progress (4): 102/472 kB | 69/153 kB | 32/74 kB | 24/61 kB Progress (4): 102/472 kB | 69/153 kB | 32/74 kB | 28/61 kB Progress (4): 102/472 kB | 73/153 kB | 32/74 kB | 28/61 kB Progress (4): 106/472 kB | 73/153 kB | 32/74 kB | 28/61 kB Progress (4): 106/472 kB | 77/153 kB | 32/74 kB | 28/61 kB Progress (4): 106/472 kB | 77/153 kB | 32/74 kB | 32/61 kB Progress (4): 106/472 kB | 77/153 kB | 36/74 kB | 32/61 kB Progress (4): 106/472 kB | 81/153 kB | 36/74 kB | 32/61 kB Progress (4): 110/472 kB | 81/153 kB | 36/74 kB | 32/61 kB Progress (4): 110/472 kB | 81/153 kB | 36/74 kB | 36/61 kB Progress (4): 110/472 kB | 81/153 kB | 40/74 kB | 36/61 kB Progress (4): 110/472 kB | 85/153 kB | 40/74 kB | 36/61 kB Progress (4): 110/472 kB | 85/153 kB | 40/74 kB | 40/61 kB Progress (4): 114/472 kB | 85/153 kB | 40/74 kB | 40/61 kB Progress (4): 114/472 kB | 85/153 kB | 40/74 kB | 45/61 kB Progress (4): 114/472 kB | 90/153 kB | 40/74 kB | 45/61 kB Progress (4): 114/472 kB | 90/153 kB | 45/74 kB | 45/61 kB Progress (4): 114/472 kB | 94/153 kB | 45/74 kB | 45/61 kB Progress (4): 114/472 kB | 94/153 kB | 45/74 kB | 49/61 kB Progress (4): 118/472 kB | 94/153 kB | 45/74 kB | 49/61 kB Progress (4): 118/472 kB | 98/153 kB | 45/74 kB | 49/61 kB Progress (4): 118/472 kB | 98/153 kB | 49/74 kB | 49/61 kB Progress (4): 118/472 kB | 98/153 kB | 49/74 kB | 53/61 kB Progress (4): 122/472 kB | 98/153 kB | 49/74 kB | 53/61 kB Progress (4): 122/472 kB | 98/153 kB | 49/74 kB | 57/61 kB Progress (4): 126/472 kB | 98/153 kB | 49/74 kB | 57/61 kB Progress (4): 126/472 kB | 102/153 kB | 49/74 kB | 57/61 kB Progress (4): 131/472 kB | 102/153 kB | 49/74 kB | 57/61 kB Progress (4): 131/472 kB | 102/153 kB | 49/74 kB | 61/61 kB Progress (4): 131/472 kB | 102/153 kB | 53/74 kB | 61/61 kB Progress (4): 131/472 kB | 106/153 kB | 53/74 kB | 61/61 kB Progress (4): 131/472 kB | 106/153 kB | 57/74 kB | 61/61 kB Progress (4): 131/472 kB | 106/153 kB | 57/74 kB | 61 kB Progress (4): 131/472 kB | 106/153 kB | 61/74 kB | 61 kB Progress (4): 131/472 kB | 110/153 kB | 61/74 kB | 61 kB Progress (4): 135/472 kB | 110/153 kB | 61/74 kB | 61 kB Progress (4): 135/472 kB | 114/153 kB | 61/74 kB | 61 kB Progress (4): 135/472 kB | 114/153 kB | 65/74 kB | 61 kB Progress (4): 139/472 kB | 114/153 kB | 65/74 kB | 61 kB Progress (4): 139/472 kB | 118/153 kB | 65/74 kB | 61 kB Progress (4): 139/472 kB | 118/153 kB | 69/74 kB | 61 kB Progress (4): 143/472 kB | 118/153 kB | 69/74 kB | 61 kB Progress (4): 143/472 kB | 118/153 kB | 73/74 kB | 61 kB Progress (4): 143/472 kB | 122/153 kB | 73/74 kB | 61 kB Progress (4): 143/472 kB | 122/153 kB | 74 kB | 61 kB Progress (4): 147/472 kB | 122/153 kB | 74 kB | 61 kB Progress (5): 147/472 kB | 122/153 kB | 74 kB | 61 kB | 4.1/46 kB Progress (5): 147/472 kB | 126/153 kB | 74 kB | 61 kB | 4.1/46 kB Progress (5): 147/472 kB | 131/153 kB | 74 kB | 61 kB | 4.1/46 kB Progress (5): 147/472 kB | 131/153 kB | 74 kB | 61 kB | 7.7/46 kB Progress (5): 151/472 kB | 131/153 kB | 74 kB | 61 kB | 7.7/46 kB Progress (5): 151/472 kB | 131/153 kB | 74 kB | 61 kB | 12/46 kB Progress (5): 151/472 kB | 135/153 kB | 74 kB | 61 kB | 12/46 kB Progress (5): 155/472 kB | 135/153 kB | 74 kB | 61 kB | 12/46 kB Progress (5): 155/472 kB | 139/153 kB | 74 kB | 61 kB | 12/46 kB Progress (5): 155/472 kB | 139/153 kB | 74 kB | 61 kB | 16/46 kB Progress (5): 155/472 kB | 143/153 kB | 74 kB | 61 kB | 16/46 kB Progress (5): 159/472 kB | 143/153 kB | 74 kB | 61 kB | 16/46 kB Progress (5): 159/472 kB | 147/153 kB | 74 kB | 61 kB | 16/46 kB Progress (5): 163/472 kB | 147/153 kB | 74 kB | 61 kB | 16/46 kB Progress (5): 163/472 kB | 151/153 kB | 74 kB | 61 kB | 16/46 kB Progress (5): 163/472 kB | 151/153 kB | 74 kB | 61 kB | 20/46 kB Progress (5): 163/472 kB | 153 kB | 74 kB | 61 kB | 20/46 kB Progress (5): 163/472 kB | 153 kB | 74 kB | 61 kB | 24/46 kB Progress (5): 167/472 kB | 153 kB | 74 kB | 61 kB | 24/46 kB Progress (5): 167/472 kB | 153 kB | 74 kB | 61 kB | 28/46 kB Progress (5): 171/472 kB | 153 kB | 74 kB | 61 kB | 28/46 kB Progress (5): 171/472 kB | 153 kB | 74 kB | 61 kB | 32/46 kB Progress (5): 176/472 kB | 153 kB | 74 kB | 61 kB | 32/46 kB Progress (5): 180/472 kB | 153 kB | 74 kB | 61 kB | 32/46 kB Progress (5): 180/472 kB | 153 kB | 74 kB | 61 kB | 36/46 kB Progress (5): 180/472 kB | 153 kB | 74 kB | 61 kB | 40/46 kB Progress (5): 180/472 kB | 153 kB | 74 kB | 61 kB | 45/46 kB Progress (5): 184/472 kB | 153 kB | 74 kB | 61 kB | 45/46 kB Progress (5): 184/472 kB | 153 kB | 74 kB | 61 kB | 46 kB Progress (5): 188/472 kB | 153 kB | 74 kB | 61 kB | 46 kB Progress (5): 192/472 kB | 153 kB | 74 kB | 61 kB | 46 kB Progress (5): 196/472 kB | 153 kB | 74 kB | 61 kB | 46 kB Progress (5): 200/472 kB | 153 kB | 74 kB | 61 kB | 46 kB Progress (5): 204/472 kB | 153 kB | 74 kB | 61 kB | 46 kB Progress (5): 208/472 kB | 153 kB | 74 kB | 61 kB | 46 kB Progress (5): 212/472 kB | 153 kB | 74 kB | 61 kB | 46 kB Progress (5): 217/472 kB | 153 kB | 74 kB | 61 kB | 46 kB Progress (5): 221/472 kB | 153 kB | 74 kB | 61 kB | 46 kB Progress (5): 225/472 kB | 153 kB | 74 kB | 61 kB | 46 kB Progress (5): 229/472 kB | 153 kB | 74 kB | 61 kB | 46 kB Progress (5): 233/472 kB | 153 kB | 74 kB | 61 kB | 46 kB Progress (5): 237/472 kB | 153 kB | 74 kB | 61 kB | 46 kB Progress (5): 241/472 kB | 153 kB | 74 kB | 61 kB | 46 kB Progress (5): 245/472 kB | 153 kB | 74 kB | 61 kB | 46 kB Progress (5): 249/472 kB | 153 kB | 74 kB | 61 kB | 46 kB Progress (5): 253/472 kB | 153 kB | 74 kB | 61 kB | 46 kB Progress (5): 258/472 kB | 153 kB | 74 kB | 61 kB | 46 kB Progress (5): 262/472 kB | 153 kB | 74 kB | 61 kB | 46 kB Progress (5): 266/472 kB | 153 kB | 74 kB | 61 kB | 46 kB Progress (5): 270/472 kB | 153 kB | 74 kB | 61 kB | 46 kB Progress (5): 274/472 kB | 153 kB | 74 kB | 61 kB | 46 kB Progress (5): 278/472 kB | 153 kB | 74 kB | 61 kB | 46 kB Progress (5): 282/472 kB | 153 kB | 74 kB | 61 kB | 46 kB Progress (5): 286/472 kB | 153 kB | 74 kB | 61 kB | 46 kB Progress (5): 290/472 kB | 153 kB | 74 kB | 61 kB | 46 kB Progress (5): 294/472 kB | 153 kB | 74 kB | 61 kB | 46 kB Progress (5): 298/472 kB | 153 kB | 74 kB | 61 kB | 46 kB Progress (5): 303/472 kB | 153 kB | 74 kB | 61 kB | 46 kB Progress (5): 307/472 kB | 153 kB | 74 kB | 61 kB | 46 kB Progress (5): 311/472 kB | 153 kB | 74 kB | 61 kB | 46 kB Progress (5): 315/472 kB | 153 kB | 74 kB | 61 kB | 46 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 80 kB/s) Progress (4): 319/472 kB | 153 kB | 74 kB | 61 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plexus/plexus-sec-dispatcher/1.3/plexus-sec-dispatcher-1.3.jar Progress (4): 323/472 kB | 153 kB | 74 kB | 61 kB Progress (4): 327/472 kB | 153 kB | 74 kB | 61 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 104 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 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 126 kB/s) 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 260 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/3.0/maven-plugin-api-3.0.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.24/plexus-utils-3.0.24.jar Progress (1): 331/472 kB Progress (1): 335/472 kB Progress (1): 339/472 kB Progress (1): 344/472 kB Progress (1): 348/472 kB Progress (1): 352/472 kB Progress (1): 356/472 kB Progress (1): 360/472 kB Progress (1): 364/472 kB Progress (1): 368/472 kB Progress (1): 372/472 kB Progress (1): 376/472 kB Progress (1): 380/472 kB Progress (1): 384/472 kB Progress (1): 389/472 kB Progress (1): 393/472 kB Progress (2): 393/472 kB | 4.1/29 kB Progress (2): 397/472 kB | 4.1/29 kB Progress (2): 397/472 kB | 7.7/29 kB Progress (2): 401/472 kB | 7.7/29 kB Progress (2): 401/472 kB | 12/29 kB Progress (2): 405/472 kB | 12/29 kB Progress (2): 405/472 kB | 16/29 kB Progress (2): 409/472 kB | 16/29 kB Progress (2): 413/472 kB | 16/29 kB Progress (2): 417/472 kB | 16/29 kB Progress (2): 417/472 kB | 20/29 kB Progress (2): 421/472 kB | 20/29 kB Progress (2): 421/472 kB | 24/29 kB Progress (2): 425/472 kB | 24/29 kB Progress (2): 425/472 kB | 28/29 kB Progress (2): 425/472 kB | 29 kB Progress (2): 430/472 kB | 29 kB Progress (2): 434/472 kB | 29 kB Progress (2): 438/472 kB | 29 kB Progress (2): 442/472 kB | 29 kB Progress (2): 446/472 kB | 29 kB Progress (2): 450/472 kB | 29 kB Progress (2): 454/472 kB | 29 kB Progress (2): 458/472 kB | 29 kB Progress (2): 462/472 kB | 29 kB Progress (2): 466/472 kB | 29 kB Progress (2): 471/472 kB | 29 kB Progress (2): 472 kB | 29 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 43 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-archiver/3.4/plexus-archiver-3.4.jar Progress (2): 472 kB | 4.1/13 kB Progress (2): 472 kB | 7.7/13 kB Progress (2): 472 kB | 12/13 kB Progress (2): 472 kB | 13 kB Progress (3): 472 kB | 13 kB | 4.1/49 kB Progress (3): 472 kB | 13 kB | 7.7/49 kB Progress (3): 472 kB | 13 kB | 12/49 kB Progress (3): 472 kB | 13 kB | 16/49 kB Progress (4): 472 kB | 13 kB | 16/49 kB | 4.1/247 kB Progress (4): 472 kB | 13 kB | 20/49 kB | 4.1/247 kB Progress (4): 472 kB | 13 kB | 20/49 kB | 7.7/247 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 704 kB/s) Progress (3): 13 kB | 20/49 kB | 12/247 kB Progress (3): 13 kB | 24/49 kB | 12/247 kB Progress (3): 13 kB | 24/49 kB | 16/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 (3): 13 kB | 28/49 kB | 16/247 kB Progress (3): 13 kB | 32/49 kB | 16/247 kB Progress (3): 13 kB | 32/49 kB | 20/247 kB Progress (3): 13 kB | 32/49 kB | 24/247 kB Progress (3): 13 kB | 32/49 kB | 28/247 kB Progress (3): 13 kB | 36/49 kB | 28/247 kB Progress (3): 13 kB | 36/49 kB | 32/247 kB Progress (3): 13 kB | 40/49 kB | 32/247 kB Progress (3): 13 kB | 45/49 kB | 32/247 kB Progress (3): 13 kB | 49/49 kB | 32/247 kB Progress (3): 13 kB | 49 kB | 32/247 kB Progress (3): 13 kB | 49 kB | 36/247 kB Progress (3): 13 kB | 49 kB | 40/247 kB Progress (3): 13 kB | 49 kB | 45/247 kB Progress (3): 13 kB | 49 kB | 49/247 kB Progress (3): 13 kB | 49 kB | 53/247 kB Progress (3): 13 kB | 49 kB | 57/247 kB Progress (3): 13 kB | 49 kB | 61/247 kB Progress (3): 13 kB | 49 kB | 65/247 kB Progress (3): 13 kB | 49 kB | 69/247 kB Progress (3): 13 kB | 49 kB | 73/247 kB Progress (3): 13 kB | 49 kB | 77/247 kB Progress (3): 13 kB | 49 kB | 81/247 kB Progress (3): 13 kB | 49 kB | 85/247 kB Progress (3): 13 kB | 49 kB | 90/247 kB Progress (3): 13 kB | 49 kB | 94/247 kB Progress (3): 13 kB | 49 kB | 98/247 kB Progress (4): 13 kB | 49 kB | 98/247 kB | 4.1/187 kB Progress (4): 13 kB | 49 kB | 102/247 kB | 4.1/187 kB Progress (4): 13 kB | 49 kB | 102/247 kB | 7.7/187 kB Progress (4): 13 kB | 49 kB | 106/247 kB | 7.7/187 kB Progress (4): 13 kB | 49 kB | 106/247 kB | 12/187 kB Progress (4): 13 kB | 49 kB | 110/247 kB | 12/187 kB Progress (4): 13 kB | 49 kB | 110/247 kB | 16/187 kB Progress (4): 13 kB | 49 kB | 114/247 kB | 16/187 kB Progress (4): 13 kB | 49 kB | 118/247 kB | 16/187 kB Progress (4): 13 kB | 49 kB | 118/247 kB | 20/187 kB Progress (4): 13 kB | 49 kB | 122/247 kB | 20/187 kB Progress (4): 13 kB | 49 kB | 122/247 kB | 24/187 kB Progress (4): 13 kB | 49 kB | 126/247 kB | 24/187 kB Progress (4): 13 kB | 49 kB | 126/247 kB | 28/187 kB Progress (4): 13 kB | 49 kB | 131/247 kB | 28/187 kB Progress (4): 13 kB | 49 kB | 131/247 kB | 32/187 kB Progress (4): 13 kB | 49 kB | 135/247 kB | 32/187 kB Progress (4): 13 kB | 49 kB | 139/247 kB | 32/187 kB Progress (4): 13 kB | 49 kB | 139/247 kB | 36/187 kB Progress (4): 13 kB | 49 kB | 143/247 kB | 36/187 kB Progress (4): 13 kB | 49 kB | 143/247 kB | 40/187 kB Progress (4): 13 kB | 49 kB | 147/247 kB | 40/187 kB Progress (4): 13 kB | 49 kB | 147/247 kB | 45/187 kB Progress (4): 13 kB | 49 kB | 147/247 kB | 49/187 kB Progress (4): 13 kB | 49 kB | 151/247 kB | 49/187 kB Progress (4): 13 kB | 49 kB | 155/247 kB | 49/187 kB Progress (4): 13 kB | 49 kB | 159/247 kB | 49/187 kB Progress (4): 13 kB | 49 kB | 159/247 kB | 53/187 kB Progress (4): 13 kB | 49 kB | 163/247 kB | 53/187 kB Progress (4): 13 kB | 49 kB | 163/247 kB | 57/187 kB Progress (4): 13 kB | 49 kB | 163/247 kB | 61/187 kB Progress (4): 13 kB | 49 kB | 163/247 kB | 65/187 kB Progress (4): 13 kB | 49 kB | 167/247 kB | 65/187 kB Progress (4): 13 kB | 49 kB | 171/247 kB | 65/187 kB Progress (4): 13 kB | 49 kB | 176/247 kB | 65/187 kB Progress (4): 13 kB | 49 kB | 176/247 kB | 69/187 kB Progress (4): 13 kB | 49 kB | 180/247 kB | 69/187 kB Progress (4): 13 kB | 49 kB | 180/247 kB | 73/187 kB Progress (4): 13 kB | 49 kB | 180/247 kB | 77/187 kB Progress (5): 13 kB | 49 kB | 180/247 kB | 77/187 kB | 4.1/86 kB Progress (5): 13 kB | 49 kB | 180/247 kB | 81/187 kB | 4.1/86 kB Progress (5): 13 kB | 49 kB | 180/247 kB | 81/187 kB | 7.7/86 kB Progress (5): 13 kB | 49 kB | 184/247 kB | 81/187 kB | 7.7/86 kB Progress (5): 13 kB | 49 kB | 184/247 kB | 81/187 kB | 12/86 kB Progress (5): 13 kB | 49 kB | 188/247 kB | 81/187 kB | 12/86 kB Progress (5): 13 kB | 49 kB | 188/247 kB | 85/187 kB | 12/86 kB Progress (5): 13 kB | 49 kB | 188/247 kB | 85/187 kB | 16/86 kB Progress (5): 13 kB | 49 kB | 188/247 kB | 90/187 kB | 16/86 kB Progress (5): 13 kB | 49 kB | 192/247 kB | 90/187 kB | 16/86 kB Progress (5): 13 kB | 49 kB | 192/247 kB | 94/187 kB | 16/86 kB Progress (5): 13 kB | 49 kB | 196/247 kB | 94/187 kB | 16/86 kB Progress (5): 13 kB | 49 kB | 196/247 kB | 94/187 kB | 20/86 kB Progress (5): 13 kB | 49 kB | 196/247 kB | 98/187 kB | 20/86 kB Progress (5): 13 kB | 49 kB | 196/247 kB | 98/187 kB | 24/86 kB Progress (5): 13 kB | 49 kB | 196/247 kB | 98/187 kB | 28/86 kB Progress (5): 13 kB | 49 kB | 200/247 kB | 98/187 kB | 28/86 kB Progress (5): 13 kB | 49 kB | 200/247 kB | 98/187 kB | 32/86 kB Progress (5): 13 kB | 49 kB | 204/247 kB | 98/187 kB | 32/86 kB Progress (5): 13 kB | 49 kB | 204/247 kB | 102/187 kB | 32/86 kB Progress (5): 13 kB | 49 kB | 208/247 kB | 102/187 kB | 32/86 kB Progress (5): 13 kB | 49 kB | 208/247 kB | 106/187 kB | 32/86 kB Progress (5): 13 kB | 49 kB | 208/247 kB | 106/187 kB | 36/86 kB Progress (5): 13 kB | 49 kB | 212/247 kB | 106/187 kB | 36/86 kB Progress (5): 13 kB | 49 kB | 212/247 kB | 106/187 kB | 40/86 kB Progress (5): 13 kB | 49 kB | 212/247 kB | 110/187 kB | 40/86 kB Progress (5): 13 kB | 49 kB | 212/247 kB | 110/187 kB | 45/86 kB Progress (5): 13 kB | 49 kB | 212/247 kB | 114/187 kB | 45/86 kB Progress (5): 13 kB | 49 kB | 217/247 kB | 114/187 kB | 45/86 kB Progress (5): 13 kB | 49 kB | 217/247 kB | 114/187 kB | 49/86 kB Progress (5): 13 kB | 49 kB | 221/247 kB | 114/187 kB | 49/86 kB Progress (5): 13 kB | 49 kB | 225/247 kB | 114/187 kB | 49/86 kB Progress (5): 13 kB | 49 kB | 225/247 kB | 118/187 kB | 49/86 kB Progress (5): 13 kB | 49 kB | 229/247 kB | 118/187 kB | 49/86 kB Progress (5): 13 kB | 49 kB | 229/247 kB | 122/187 kB | 49/86 kB Progress (5): 13 kB | 49 kB | 229/247 kB | 122/187 kB | 53/86 kB Progress (5): 13 kB | 49 kB | 229/247 kB | 126/187 kB | 53/86 kB Progress (5): 13 kB | 49 kB | 229/247 kB | 126/187 kB | 57/86 kB Progress (5): 13 kB | 49 kB | 233/247 kB | 126/187 kB | 57/86 kB Progress (5): 13 kB | 49 kB | 233/247 kB | 131/187 kB | 57/86 kB Progress (5): 13 kB | 49 kB | 237/247 kB | 131/187 kB | 57/86 kB Progress (5): 13 kB | 49 kB | 237/247 kB | 131/187 kB | 61/86 kB Progress (5): 13 kB | 49 kB | 241/247 kB | 131/187 kB | 61/86 kB Progress (5): 13 kB | 49 kB | 241/247 kB | 131/187 kB | 65/86 kB Progress (5): 13 kB | 49 kB | 245/247 kB | 131/187 kB | 65/86 kB Progress (5): 13 kB | 49 kB | 245/247 kB | 135/187 kB | 65/86 kB Progress (5): 13 kB | 49 kB | 247 kB | 135/187 kB | 65/86 kB Progress (5): 13 kB | 49 kB | 247 kB | 135/187 kB | 69/86 kB Progress (5): 13 kB | 49 kB | 247 kB | 139/187 kB | 69/86 kB Progress (5): 13 kB | 49 kB | 247 kB | 139/187 kB | 73/86 kB Progress (5): 13 kB | 49 kB | 247 kB | 143/187 kB | 73/86 kB Progress (5): 13 kB | 49 kB | 247 kB | 143/187 kB | 77/86 kB Progress (5): 13 kB | 49 kB | 247 kB | 147/187 kB | 77/86 kB Progress (5): 13 kB | 49 kB | 247 kB | 147/187 kB | 81/86 kB Progress (5): 13 kB | 49 kB | 247 kB | 147/187 kB | 85/86 kB Progress (5): 13 kB | 49 kB | 247 kB | 147/187 kB | 86 kB Progress (5): 13 kB | 49 kB | 247 kB | 151/187 kB | 86 kB Progress (5): 13 kB | 49 kB | 247 kB | 155/187 kB | 86 kB Progress (5): 13 kB | 49 kB | 247 kB | 159/187 kB | 86 kB Progress (5): 13 kB | 49 kB | 247 kB | 163/187 kB | 86 kB Progress (5): 13 kB | 49 kB | 247 kB | 167/187 kB | 86 kB Progress (5): 13 kB | 49 kB | 247 kB | 171/187 kB | 86 kB Progress (5): 13 kB | 49 kB | 247 kB | 176/187 kB | 86 kB Progress (5): 13 kB | 49 kB | 247 kB | 180/187 kB | 86 kB Progress (5): 13 kB | 49 kB | 247 kB | 184/187 kB | 86 kB Progress (5): 13 kB | 49 kB | 247 kB | 187 kB | 86 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-io/2.7.1/plexus-io-2.7.1.jar (86 kB at 121 kB/s) 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 330 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 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-compress/1.15/commons-compress-1.15.jar Progress (4): 13 kB | 49 kB | 187 kB | 4.1/532 kB Progress (5): 13 kB | 49 kB | 187 kB | 4.1/532 kB | 4.1/209 kB Progress (5): 13 kB | 49 kB | 187 kB | 7.7/532 kB | 4.1/209 kB Progress (5): 13 kB | 49 kB | 187 kB | 7.7/532 kB | 7.7/209 kB Progress (5): 13 kB | 49 kB | 187 kB | 12/532 kB | 7.7/209 kB Progress (5): 13 kB | 49 kB | 187 kB | 12/532 kB | 12/209 kB Progress (5): 13 kB | 49 kB | 187 kB | 16/532 kB | 12/209 kB Progress (5): 13 kB | 49 kB | 187 kB | 16/532 kB | 16/209 kB Progress (5): 13 kB | 49 kB | 187 kB | 20/532 kB | 16/209 kB Progress (5): 13 kB | 49 kB | 187 kB | 24/532 kB | 16/209 kB Progress (5): 13 kB | 49 kB | 187 kB | 24/532 kB | 20/209 kB Progress (5): 13 kB | 49 kB | 187 kB | 28/532 kB | 20/209 kB Progress (5): 13 kB | 49 kB | 187 kB | 28/532 kB | 24/209 kB Progress (5): 13 kB | 49 kB | 187 kB | 32/532 kB | 24/209 kB Progress (5): 13 kB | 49 kB | 187 kB | 32/532 kB | 28/209 kB Progress (5): 13 kB | 49 kB | 187 kB | 32/532 kB | 32/209 kB Progress (5): 13 kB | 49 kB | 187 kB | 36/532 kB | 32/209 kB Progress (5): 13 kB | 49 kB | 187 kB | 40/532 kB | 32/209 kB Progress (5): 13 kB | 49 kB | 187 kB | 45/532 kB | 32/209 kB Progress (5): 13 kB | 49 kB | 187 kB | 49/532 kB | 32/209 kB Progress (5): 13 kB | 49 kB | 187 kB | 49/532 kB | 36/209 kB Progress (5): 13 kB | 49 kB | 187 kB | 49/532 kB | 40/209 kB Progress (5): 13 kB | 49 kB | 187 kB | 49/532 kB | 45/209 kB Progress (5): 13 kB | 49 kB | 187 kB | 53/532 kB | 45/209 kB Progress (5): 13 kB | 49 kB | 187 kB | 53/532 kB | 49/209 kB Progress (5): 13 kB | 49 kB | 187 kB | 57/532 kB | 49/209 kB Progress (5): 13 kB | 49 kB | 187 kB | 61/532 kB | 49/209 kB Progress (5): 13 kB | 49 kB | 187 kB | 65/532 kB | 49/209 kB Progress (5): 13 kB | 49 kB | 187 kB | 65/532 kB | 53/209 kB Progress (5): 13 kB | 49 kB | 187 kB | 65/532 kB | 57/209 kB Progress (5): 13 kB | 49 kB | 187 kB | 69/532 kB | 57/209 kB Progress (5): 13 kB | 49 kB | 187 kB | 69/532 kB | 61/209 kB Progress (5): 13 kB | 49 kB | 187 kB | 73/532 kB | 61/209 kB Progress (5): 13 kB | 49 kB | 187 kB | 73/532 kB | 65/209 kB Progress (5): 13 kB | 49 kB | 187 kB | 77/532 kB | 65/209 kB Progress (5): 13 kB | 49 kB | 187 kB | 81/532 kB | 65/209 kB Progress (5): 13 kB | 49 kB | 187 kB | 81/532 kB | 69/209 kB Progress (5): 13 kB | 49 kB | 187 kB | 81/532 kB | 73/209 kB Progress (5): 13 kB | 49 kB | 187 kB | 85/532 kB | 73/209 kB Progress (5): 13 kB | 49 kB | 187 kB | 85/532 kB | 77/209 kB Progress (5): 13 kB | 49 kB | 187 kB | 90/532 kB | 77/209 kB Progress (5): 13 kB | 49 kB | 187 kB | 90/532 kB | 81/209 kB Progress (5): 13 kB | 49 kB | 187 kB | 94/532 kB | 81/209 kB Progress (5): 13 kB | 49 kB | 187 kB | 98/532 kB | 81/209 kB Progress (5): 13 kB | 49 kB | 187 kB | 98/532 kB | 85/209 kB Progress (5): 13 kB | 49 kB | 187 kB | 98/532 kB | 90/209 kB Progress (5): 13 kB | 49 kB | 187 kB | 102/532 kB | 90/209 kB Progress (5): 13 kB | 49 kB | 187 kB | 102/532 kB | 94/209 kB Progress (5): 13 kB | 49 kB | 187 kB | 106/532 kB | 94/209 kB Progress (5): 13 kB | 49 kB | 187 kB | 106/532 kB | 98/209 kB Progress (5): 13 kB | 49 kB | 187 kB | 110/532 kB | 98/209 kB Progress (5): 13 kB | 49 kB | 187 kB | 114/532 kB | 98/209 kB Progress (5): 13 kB | 49 kB | 187 kB | 114/532 kB | 102/209 kB Progress (5): 13 kB | 49 kB | 187 kB | 114/532 kB | 106/209 kB Progress (5): 13 kB | 49 kB | 187 kB | 118/532 kB | 106/209 kB Progress (5): 13 kB | 49 kB | 187 kB | 118/532 kB | 110/209 kB Progress (5): 13 kB | 49 kB | 187 kB | 122/532 kB | 110/209 kB Progress (5): 13 kB | 49 kB | 187 kB | 122/532 kB | 114/209 kB Progress (5): 13 kB | 49 kB | 187 kB | 126/532 kB | 114/209 kB Progress (5): 13 kB | 49 kB | 187 kB | 131/532 kB | 114/209 kB Progress (5): 13 kB | 49 kB | 187 kB | 131/532 kB | 118/209 kB Progress (5): 13 kB | 49 kB | 187 kB | 131/532 kB | 122/209 kB Progress (5): 13 kB | 49 kB | 187 kB | 135/532 kB | 122/209 kB Progress (5): 13 kB | 49 kB | 187 kB | 135/532 kB | 126/209 kB Progress (5): 13 kB | 49 kB | 187 kB | 139/532 kB | 126/209 kB Progress (5): 13 kB | 49 kB | 187 kB | 139/532 kB | 131/209 kB Progress (5): 13 kB | 49 kB | 187 kB | 143/532 kB | 131/209 kB Progress (5): 13 kB | 49 kB | 187 kB | 147/532 kB | 131/209 kB Progress (5): 13 kB | 49 kB | 187 kB | 147/532 kB | 135/209 kB Progress (5): 13 kB | 49 kB | 187 kB | 147/532 kB | 139/209 kB Progress (5): 13 kB | 49 kB | 187 kB | 151/532 kB | 139/209 kB Progress (5): 13 kB | 49 kB | 187 kB | 151/532 kB | 143/209 kB Progress (5): 13 kB | 49 kB | 187 kB | 155/532 kB | 143/209 kB Progress (5): 13 kB | 49 kB | 187 kB | 155/532 kB | 147/209 kB Progress (5): 13 kB | 49 kB | 187 kB | 159/532 kB | 147/209 kB Progress (5): 13 kB | 49 kB | 187 kB | 163/532 kB | 147/209 kB Progress (5): 13 kB | 49 kB | 187 kB | 163/532 kB | 151/209 kB Progress (5): 13 kB | 49 kB | 187 kB | 163/532 kB | 155/209 kB Progress (5): 13 kB | 49 kB | 187 kB | 167/532 kB | 155/209 kB Progress (5): 13 kB | 49 kB | 187 kB | 167/532 kB | 159/209 kB Progress (5): 13 kB | 49 kB | 187 kB | 171/532 kB | 159/209 kB Progress (5): 13 kB | 49 kB | 187 kB | 171/532 kB | 163/209 kB Progress (5): 13 kB | 49 kB | 187 kB | 176/532 kB | 163/209 kB Progress (5): 13 kB | 49 kB | 187 kB | 180/532 kB | 163/209 kB Progress (5): 13 kB | 49 kB | 187 kB | 180/532 kB | 167/209 kB Progress (5): 13 kB | 49 kB | 187 kB | 180/532 kB | 171/209 kB Progress (5): 13 kB | 49 kB | 187 kB | 184/532 kB | 171/209 kB Progress (5): 13 kB | 49 kB | 187 kB | 184/532 kB | 176/209 kB Progress (5): 13 kB | 49 kB | 187 kB | 188/532 kB | 176/209 kB Progress (5): 13 kB | 49 kB | 187 kB | 188/532 kB | 180/209 kB Progress (5): 13 kB | 49 kB | 187 kB | 192/532 kB | 180/209 kB Progress (5): 13 kB | 49 kB | 187 kB | 196/532 kB | 180/209 kB Progress (5): 13 kB | 49 kB | 187 kB | 196/532 kB | 184/209 kB Progress (5): 13 kB | 49 kB | 187 kB | 196/532 kB | 188/209 kB Progress (5): 13 kB | 49 kB | 187 kB | 200/532 kB | 188/209 kB Progress (5): 13 kB | 49 kB | 187 kB | 200/532 kB | 192/209 kB Progress (5): 13 kB | 49 kB | 187 kB | 204/532 kB | 192/209 kB Progress (5): 13 kB | 49 kB | 187 kB | 204/532 kB | 196/209 kB Progress (5): 13 kB | 49 kB | 187 kB | 208/532 kB | 196/209 kB Progress (5): 13 kB | 49 kB | 187 kB | 212/532 kB | 196/209 kB Progress (5): 13 kB | 49 kB | 187 kB | 212/532 kB | 200/209 kB Progress (5): 13 kB | 49 kB | 187 kB | 212/532 kB | 204/209 kB Progress (5): 13 kB | 49 kB | 187 kB | 212/532 kB | 208/209 kB Progress (5): 13 kB | 49 kB | 187 kB | 217/532 kB | 208/209 kB Progress (5): 13 kB | 49 kB | 187 kB | 217/532 kB | 209 kB Progress (5): 13 kB | 49 kB | 187 kB | 221/532 kB | 209 kB Progress (5): 13 kB | 49 kB | 187 kB | 225/532 kB | 209 kB Progress (5): 13 kB | 49 kB | 187 kB | 229/532 kB | 209 kB Progress (5): 13 kB | 49 kB | 187 kB | 233/532 kB | 209 kB Progress (5): 13 kB | 49 kB | 187 kB | 237/532 kB | 209 kB Progress (5): 13 kB | 49 kB | 187 kB | 241/532 kB | 209 kB Progress (5): 13 kB | 49 kB | 187 kB | 245/532 kB | 209 kB Progress (5): 13 kB | 49 kB | 187 kB | 249/532 kB | 209 kB Progress (5): 13 kB | 49 kB | 187 kB | 253/532 kB | 209 kB Progress (5): 13 kB | 49 kB | 187 kB | 258/532 kB | 209 kB Progress (5): 13 kB | 49 kB | 187 kB | 262/532 kB | 209 kB Progress (5): 13 kB | 49 kB | 187 kB | 266/532 kB | 209 kB Progress (5): 13 kB | 49 kB | 187 kB | 270/532 kB | 209 kB Progress (5): 13 kB | 49 kB | 187 kB | 274/532 kB | 209 kB Progress (5): 13 kB | 49 kB | 187 kB | 278/532 kB | 209 kB Progress (5): 13 kB | 49 kB | 187 kB | 282/532 kB | 209 kB Progress (5): 13 kB | 49 kB | 187 kB | 286/532 kB | 209 kB Progress (5): 13 kB | 49 kB | 187 kB | 290/532 kB | 209 kB Progress (5): 13 kB | 49 kB | 187 kB | 294/532 kB | 209 kB Progress (5): 13 kB | 49 kB | 187 kB | 298/532 kB | 209 kB Progress (5): 13 kB | 49 kB | 187 kB | 303/532 kB | 209 kB Progress (5): 13 kB | 49 kB | 187 kB | 307/532 kB | 209 kB Progress (5): 13 kB | 49 kB | 187 kB | 311/532 kB | 209 kB Progress (5): 13 kB | 49 kB | 187 kB | 315/532 kB | 209 kB Progress (5): 13 kB | 49 kB | 187 kB | 319/532 kB | 209 kB Progress (5): 13 kB | 49 kB | 187 kB | 323/532 kB | 209 kB Progress (5): 13 kB | 49 kB | 187 kB | 327/532 kB | 209 kB Progress (5): 13 kB | 49 kB | 187 kB | 331/532 kB | 209 kB Progress (5): 13 kB | 49 kB | 187 kB | 335/532 kB | 209 kB Progress (5): 13 kB | 49 kB | 187 kB | 339/532 kB | 209 kB Progress (5): 13 kB | 49 kB | 187 kB | 344/532 kB | 209 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 260 kB/s) Progress (4): 13 kB | 49 kB | 187 kB | 348/532 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/objenesis/objenesis/2.6/objenesis-2.6.jar Progress (4): 13 kB | 49 kB | 187 kB | 352/532 kB Progress (4): 13 kB | 49 kB | 187 kB | 356/532 kB Progress (4): 13 kB | 49 kB | 187 kB | 360/532 kB Progress (4): 13 kB | 49 kB | 187 kB | 364/532 kB Progress (4): 13 kB | 49 kB | 187 kB | 368/532 kB Progress (4): 13 kB | 49 kB | 187 kB | 372/532 kB Progress (4): 13 kB | 49 kB | 187 kB | 376/532 kB Progress (4): 13 kB | 49 kB | 187 kB | 380/532 kB Progress (4): 13 kB | 49 kB | 187 kB | 384/532 kB Progress (4): 13 kB | 49 kB | 187 kB | 389/532 kB Progress (4): 13 kB | 49 kB | 187 kB | 393/532 kB Progress (4): 13 kB | 49 kB | 187 kB | 397/532 kB Progress (4): 13 kB | 49 kB | 187 kB | 401/532 kB Progress (4): 13 kB | 49 kB | 187 kB | 405/532 kB Progress (4): 13 kB | 49 kB | 187 kB | 409/532 kB Progress (4): 13 kB | 49 kB | 187 kB | 413/532 kB Progress (4): 13 kB | 49 kB | 187 kB | 417/532 kB Progress (4): 13 kB | 49 kB | 187 kB | 421/532 kB Progress (4): 13 kB | 49 kB | 187 kB | 425/532 kB Progress (4): 13 kB | 49 kB | 187 kB | 430/532 kB Progress (4): 13 kB | 49 kB | 187 kB | 434/532 kB Progress (4): 13 kB | 49 kB | 187 kB | 438/532 kB Progress (4): 13 kB | 49 kB | 187 kB | 442/532 kB Progress (4): 13 kB | 49 kB | 187 kB | 446/532 kB Progress (4): 13 kB | 49 kB | 187 kB | 450/532 kB Progress (4): 13 kB | 49 kB | 187 kB | 454/532 kB Progress (4): 13 kB | 49 kB | 187 kB | 458/532 kB Progress (4): 13 kB | 49 kB | 187 kB | 462/532 kB Progress (4): 13 kB | 49 kB | 187 kB | 466/532 kB Progress (4): 13 kB | 49 kB | 187 kB | 471/532 kB Progress (4): 13 kB | 49 kB | 187 kB | 475/532 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/3.0/maven-plugin-api-3.0.jar (49 kB at 57 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/iq80/snappy/snappy/0.4/snappy-0.4.jar Progress (3): 13 kB | 187 kB | 479/532 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 218 kB/s) Progress (2): 13 kB | 483/532 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plexus/plexus-cipher/1.7/plexus-cipher-1.7.jar (13 kB at 16 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/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): 487/532 kB Progress (1): 491/532 kB Progress (1): 495/532 kB Progress (1): 499/532 kB Progress (1): 503/532 kB Progress (2): 503/532 kB | 4.1/56 kB Progress (2): 507/532 kB | 4.1/56 kB Progress (2): 507/532 kB | 7.7/56 kB Progress (2): 507/532 kB | 12/56 kB Progress (2): 507/532 kB | 16/56 kB Progress (2): 511/532 kB | 16/56 kB Progress (2): 516/532 kB | 16/56 kB Progress (2): 520/532 kB | 16/56 kB Progress (2): 524/532 kB | 16/56 kB Progress (2): 524/532 kB | 20/56 kB Progress (2): 524/532 kB | 24/56 kB Progress (2): 528/532 kB | 24/56 kB Progress (2): 528/532 kB | 28/56 kB Progress (2): 532/532 kB | 28/56 kB Progress (2): 532/532 kB | 32/56 kB Progress (2): 532 kB | 32/56 kB Progress (2): 532 kB | 36/56 kB Progress (2): 532 kB | 40/56 kB Progress (2): 532 kB | 45/56 kB Progress (2): 532 kB | 49/56 kB Progress (2): 532 kB | 53/56 kB Progress (2): 532 kB | 56 kB Progress (3): 532 kB | 56 kB | 4.1/100 kB Progress (3): 532 kB | 56 kB | 7.7/100 kB Progress (3): 532 kB | 56 kB | 12/100 kB Progress (3): 532 kB | 56 kB | 16/100 kB Progress (3): 532 kB | 56 kB | 20/100 kB Progress (3): 532 kB | 56 kB | 24/100 kB Progress (3): 532 kB | 56 kB | 28/100 kB Progress (3): 532 kB | 56 kB | 32/100 kB Progress (3): 532 kB | 56 kB | 36/100 kB Progress (3): 532 kB | 56 kB | 40/100 kB Progress (3): 532 kB | 56 kB | 45/100 kB Progress (3): 532 kB | 56 kB | 49/100 kB Progress (3): 532 kB | 56 kB | 53/100 kB Progress (3): 532 kB | 56 kB | 57/100 kB Progress (3): 532 kB | 56 kB | 61/100 kB Progress (3): 532 kB | 56 kB | 65/100 kB Progress (3): 532 kB | 56 kB | 69/100 kB Progress (3): 532 kB | 56 kB | 73/100 kB Progress (3): 532 kB | 56 kB | 77/100 kB Progress (3): 532 kB | 56 kB | 81/100 kB Progress (3): 532 kB | 56 kB | 85/100 kB Progress (3): 532 kB | 56 kB | 90/100 kB Progress (3): 532 kB | 56 kB | 94/100 kB Progress (3): 532 kB | 56 kB | 98/100 kB Progress (3): 532 kB | 56 kB | 100 kB Progress (4): 532 kB | 56 kB | 100 kB | 4.1/58 kB Progress (5): 532 kB | 56 kB | 100 kB | 4.1/58 kB | 4.1/245 kB Progress (5): 532 kB | 56 kB | 100 kB | 7.7/58 kB | 4.1/245 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 600 kB/s) 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 112 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 (3): 56 kB | 12/58 kB | 4.1/245 kB Progress (3): 56 kB | 12/58 kB | 7.7/245 kB Progress (3): 56 kB | 16/58 kB | 7.7/245 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.osgi/3.13.0.v20180226-1711/org.eclipse.osgi-3.13.0.v20180226-1711.jar Progress (3): 56 kB | 16/58 kB | 12/245 kB Progress (3): 56 kB | 16/58 kB | 16/245 kB Progress (3): 56 kB | 20/58 kB | 16/245 kB Progress (3): 56 kB | 24/58 kB | 16/245 kB Progress (3): 56 kB | 28/58 kB | 16/245 kB Progress (3): 56 kB | 28/58 kB | 20/245 kB Progress (3): 56 kB | 32/58 kB | 20/245 kB Progress (3): 56 kB | 32/58 kB | 24/245 kB Progress (3): 56 kB | 32/58 kB | 28/245 kB Progress (3): 56 kB | 32/58 kB | 32/245 kB Progress (3): 56 kB | 36/58 kB | 32/245 kB Progress (3): 56 kB | 40/58 kB | 32/245 kB Progress (3): 56 kB | 45/58 kB | 32/245 kB Progress (3): 56 kB | 49/58 kB | 32/245 kB Progress (3): 56 kB | 49/58 kB | 36/245 kB Progress (3): 56 kB | 49/58 kB | 40/245 kB Progress (3): 56 kB | 53/58 kB | 40/245 kB Progress (3): 56 kB | 53/58 kB | 45/245 kB Progress (3): 56 kB | 57/58 kB | 45/245 kB Progress (3): 56 kB | 57/58 kB | 49/245 kB Progress (3): 56 kB | 58 kB | 49/245 kB Progress (3): 56 kB | 58 kB | 53/245 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/objenesis/objenesis/2.6/objenesis-2.6.jar (56 kB at 63 kB/s) Progress (3): 58 kB | 53/245 kB | 4.1/13 kB Progress (4): 58 kB | 53/245 kB | 4.1/13 kB | 0/1.4 MB Progress (4): 58 kB | 57/245 kB | 4.1/13 kB | 0/1.4 MB Progress (4): 58 kB | 57/245 kB | 4.1/13 kB | 0/1.4 MB Progress (4): 58 kB | 57/245 kB | 7.7/13 kB | 0/1.4 MB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/sisu-equinox-api/1.3.0/sisu-equinox-api-1.3.0.jar Progress (4): 58 kB | 57/245 kB | 7.7/13 kB | 0/1.4 MB Progress (4): 58 kB | 57/245 kB | 12/13 kB | 0/1.4 MB Progress (4): 58 kB | 61/245 kB | 12/13 kB | 0/1.4 MB Progress (4): 58 kB | 61/245 kB | 13 kB | 0/1.4 MB Progress (4): 58 kB | 61/245 kB | 13 kB | 0/1.4 MB Progress (4): 58 kB | 65/245 kB | 13 kB | 0/1.4 MB Progress (4): 58 kB | 65/245 kB | 13 kB | 0/1.4 MB Progress (4): 58 kB | 69/245 kB | 13 kB | 0/1.4 MB Progress (4): 58 kB | 69/245 kB | 13 kB | 0/1.4 MB Progress (4): 58 kB | 73/245 kB | 13 kB | 0/1.4 MB Progress (4): 58 kB | 77/245 kB | 13 kB | 0/1.4 MB Progress (4): 58 kB | 81/245 kB | 13 kB | 0/1.4 MB Progress (4): 58 kB | 81/245 kB | 13 kB | 0.1/1.4 MB Progress (4): 58 kB | 81/245 kB | 13 kB | 0.1/1.4 MB Progress (4): 58 kB | 85/245 kB | 13 kB | 0.1/1.4 MB Progress (4): 58 kB | 90/245 kB | 13 kB | 0.1/1.4 MB Progress (4): 58 kB | 94/245 kB | 13 kB | 0.1/1.4 MB Progress (4): 58 kB | 98/245 kB | 13 kB | 0.1/1.4 MB Progress (4): 58 kB | 98/245 kB | 13 kB | 0.1/1.4 MB Progress (4): 58 kB | 98/245 kB | 13 kB | 0.1/1.4 MB Progress (4): 58 kB | 102/245 kB | 13 kB | 0.1/1.4 MB Progress (4): 58 kB | 106/245 kB | 13 kB | 0.1/1.4 MB Progress (4): 58 kB | 110/245 kB | 13 kB | 0.1/1.4 MB Progress (4): 58 kB | 110/245 kB | 13 kB | 0.1/1.4 MB Progress (4): 58 kB | 114/245 kB | 13 kB | 0.1/1.4 MB Progress (4): 58 kB | 114/245 kB | 13 kB | 0.1/1.4 MB Progress (4): 58 kB | 118/245 kB | 13 kB | 0.1/1.4 MB Progress (4): 58 kB | 122/245 kB | 13 kB | 0.1/1.4 MB Progress (4): 58 kB | 122/245 kB | 13 kB | 0.1/1.4 MB Progress (4): 58 kB | 126/245 kB | 13 kB | 0.1/1.4 MB Progress (4): 58 kB | 126/245 kB | 13 kB | 0.1/1.4 MB Progress (4): 58 kB | 131/245 kB | 13 kB | 0.1/1.4 MB Progress (4): 58 kB | 131/245 kB | 13 kB | 0.1/1.4 MB Progress (4): 58 kB | 135/245 kB | 13 kB | 0.1/1.4 MB Progress (4): 58 kB | 135/245 kB | 13 kB | 0.1/1.4 MB Progress (4): 58 kB | 139/245 kB | 13 kB | 0.1/1.4 MB Progress (4): 58 kB | 143/245 kB | 13 kB | 0.1/1.4 MB Progress (4): 58 kB | 147/245 kB | 13 kB | 0.1/1.4 MB Progress (4): 58 kB | 147/245 kB | 13 kB | 0.1/1.4 MB Progress (4): 58 kB | 147/245 kB | 13 kB | 0.1/1.4 MB Progress (4): 58 kB | 151/245 kB | 13 kB | 0.1/1.4 MB Progress (4): 58 kB | 155/245 kB | 13 kB | 0.1/1.4 MB Progress (4): 58 kB | 159/245 kB | 13 kB | 0.1/1.4 MB Progress (4): 58 kB | 163/245 kB | 13 kB | 0.1/1.4 MB Progress (4): 58 kB | 163/245 kB | 13 kB | 0.2/1.4 MB Progress (4): 58 kB | 163/245 kB | 13 kB | 0.2/1.4 MB Progress (4): 58 kB | 167/245 kB | 13 kB | 0.2/1.4 MB Progress (4): 58 kB | 171/245 kB | 13 kB | 0.2/1.4 MB Progress (4): 58 kB | 176/245 kB | 13 kB | 0.2/1.4 MB Progress (4): 58 kB | 176/245 kB | 13 kB | 0.2/1.4 MB Progress (4): 58 kB | 180/245 kB | 13 kB | 0.2/1.4 MB Progress (4): 58 kB | 180/245 kB | 13 kB | 0.2/1.4 MB Progress (4): 58 kB | 184/245 kB | 13 kB | 0.2/1.4 MB Progress (4): 58 kB | 188/245 kB | 13 kB | 0.2/1.4 MB Progress (4): 58 kB | 188/245 kB | 13 kB | 0.2/1.4 MB Progress (4): 58 kB | 192/245 kB | 13 kB | 0.2/1.4 MB Progress (4): 58 kB | 192/245 kB | 13 kB | 0.2/1.4 MB Progress (4): 58 kB | 196/245 kB | 13 kB | 0.2/1.4 MB Progress (4): 58 kB | 196/245 kB | 13 kB | 0.2/1.4 MB Progress (4): 58 kB | 200/245 kB | 13 kB | 0.2/1.4 MB Progress (4): 58 kB | 200/245 kB | 13 kB | 0.2/1.4 MB Progress (4): 58 kB | 204/245 kB | 13 kB | 0.2/1.4 MB Progress (4): 58 kB | 208/245 kB | 13 kB | 0.2/1.4 MB Progress (4): 58 kB | 212/245 kB | 13 kB | 0.2/1.4 MB Progress (4): 58 kB | 212/245 kB | 13 kB | 0.2/1.4 MB Progress (4): 58 kB | 212/245 kB | 13 kB | 0.2/1.4 MB Progress (4): 58 kB | 217/245 kB | 13 kB | 0.2/1.4 MB Progress (4): 58 kB | 221/245 kB | 13 kB | 0.2/1.4 MB Progress (4): 58 kB | 225/245 kB | 13 kB | 0.2/1.4 MB Progress (4): 58 kB | 229/245 kB | 13 kB | 0.2/1.4 MB Progress (4): 58 kB | 229/245 kB | 13 kB | 0.2/1.4 MB Progress (4): 58 kB | 229/245 kB | 13 kB | 0.2/1.4 MB Progress (4): 58 kB | 233/245 kB | 13 kB | 0.2/1.4 MB Progress (4): 58 kB | 237/245 kB | 13 kB | 0.2/1.4 MB Progress (4): 58 kB | 241/245 kB | 13 kB | 0.2/1.4 MB Progress (4): 58 kB | 245 kB | 13 kB | 0.2/1.4 MB Progress (4): 58 kB | 245 kB | 13 kB | 0.3/1.4 MB Progress (4): 58 kB | 245 kB | 13 kB | 0.3/1.4 MB Progress (4): 58 kB | 245 kB | 13 kB | 0.3/1.4 MB Progress (4): 58 kB | 245 kB | 13 kB | 0.3/1.4 MB Progress (4): 58 kB | 245 kB | 13 kB | 0.3/1.4 MB Progress (4): 58 kB | 245 kB | 13 kB | 0.3/1.4 MB Progress (4): 58 kB | 245 kB | 13 kB | 0.3/1.4 MB Progress (4): 58 kB | 245 kB | 13 kB | 0.3/1.4 MB Progress (4): 58 kB | 245 kB | 13 kB | 0.3/1.4 MB Progress (4): 58 kB | 245 kB | 13 kB | 0.3/1.4 MB Progress (4): 58 kB | 245 kB | 13 kB | 0.3/1.4 MB Progress (4): 58 kB | 245 kB | 13 kB | 0.3/1.4 MB Progress (4): 58 kB | 245 kB | 13 kB | 0.4/1.4 MB Progress (4): 58 kB | 245 kB | 13 kB | 0.4/1.4 MB Progress (4): 58 kB | 245 kB | 13 kB | 0.4/1.4 MB Progress (4): 58 kB | 245 kB | 13 kB | 0.4/1.4 MB Progress (4): 58 kB | 245 kB | 13 kB | 0.4/1.4 MB Progress (4): 58 kB | 245 kB | 13 kB | 0.4/1.4 MB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/sisu-equinox-embedder/1.3.0/sisu-equinox-embedder-1.3.0.jar (13 kB at 14 kB/s) Progress (3): 58 kB | 245 kB | 0.4/1.4 MB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-metadata-model/1.3.0/tycho-metadata-model-1.3.0.jar Progress (3): 58 kB | 245 kB | 0.4/1.4 MB Progress (3): 58 kB | 245 kB | 0.4/1.4 MB Progress (3): 58 kB | 245 kB | 0.4/1.4 MB Progress (3): 58 kB | 245 kB | 0.4/1.4 MB Progress (3): 58 kB | 245 kB | 0.4/1.4 MB Progress (3): 58 kB | 245 kB | 0.5/1.4 MB Progress (3): 58 kB | 245 kB | 0.5/1.4 MB Progress (3): 58 kB | 245 kB | 0.5/1.4 MB Progress (3): 58 kB | 245 kB | 0.5/1.4 MB Progress (3): 58 kB | 245 kB | 0.5/1.4 MB Progress (3): 58 kB | 245 kB | 0.5/1.4 MB Progress (3): 58 kB | 245 kB | 0.5/1.4 MB Progress (3): 58 kB | 245 kB | 0.5/1.4 MB Progress (3): 58 kB | 245 kB | 0.5/1.4 MB Progress (3): 58 kB | 245 kB | 0.5/1.4 MB Progress (3): 58 kB | 245 kB | 0.5/1.4 MB Progress (3): 58 kB | 245 kB | 0.5/1.4 MB Progress (3): 58 kB | 245 kB | 0.5/1.4 MB Progress (3): 58 kB | 245 kB | 0.6/1.4 MB Progress (3): 58 kB | 245 kB | 0.6/1.4 MB Progress (3): 58 kB | 245 kB | 0.6/1.4 MB Progress (3): 58 kB | 245 kB | 0.6/1.4 MB Progress (3): 58 kB | 245 kB | 0.6/1.4 MB Progress (3): 58 kB | 245 kB | 0.6/1.4 MB Progress (3): 58 kB | 245 kB | 0.6/1.4 MB Progress (3): 58 kB | 245 kB | 0.6/1.4 MB Progress (3): 58 kB | 245 kB | 0.6/1.4 MB Progress (3): 58 kB | 245 kB | 0.6/1.4 MB Progress (3): 58 kB | 245 kB | 0.6/1.4 MB Progress (3): 58 kB | 245 kB | 0.6/1.4 MB Progress (4): 58 kB | 245 kB | 0.6/1.4 MB | 4.1/37 kB Progress (4): 58 kB | 245 kB | 0.7/1.4 MB | 4.1/37 kB Progress (4): 58 kB | 245 kB | 0.7/1.4 MB | 7.7/37 kB Progress (4): 58 kB | 245 kB | 0.7/1.4 MB | 12/37 kB Progress (4): 58 kB | 245 kB | 0.7/1.4 MB | 16/37 kB Progress (4): 58 kB | 245 kB | 0.7/1.4 MB | 16/37 kB Progress (4): 58 kB | 245 kB | 0.7/1.4 MB | 16/37 kB Progress (4): 58 kB | 245 kB | 0.7/1.4 MB | 20/37 kB Progress (4): 58 kB | 245 kB | 0.7/1.4 MB | 24/37 kB Progress (4): 58 kB | 245 kB | 0.7/1.4 MB | 28/37 kB Progress (4): 58 kB | 245 kB | 0.7/1.4 MB | 32/37 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/iq80/snappy/snappy/0.4/snappy-0.4.jar (58 kB at 57 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 | 0.7/1.4 MB | 32/37 kB Progress (3): 245 kB | 0.7/1.4 MB | 32/37 kB Progress (3): 245 kB | 0.7/1.4 MB | 36/37 kB Progress (4): 245 kB | 0.7/1.4 MB | 36/37 kB | 4.1/112 kB Progress (4): 245 kB | 0.7/1.4 MB | 37 kB | 4.1/112 kB Progress (4): 245 kB | 0.7/1.4 MB | 37 kB | 7.7/112 kB Progress (5): 245 kB | 0.7/1.4 MB | 37 kB | 7.7/112 kB | 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 233 kB/s) Progress (4): 0.7/1.4 MB | 37 kB | 12/112 kB | 3.2 kB Progress (4): 0.7/1.4 MB | 37 kB | 12/112 kB | 3.2 kB Progress (4): 0.7/1.4 MB | 37 kB | 16/112 kB | 3.2 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-embedder-api/1.3.0/tycho-embedder-api-1.3.0.jar Progress (4): 0.7/1.4 MB | 37 kB | 16/112 kB | 3.2 kB Progress (4): 0.7/1.4 MB | 37 kB | 20/112 kB | 3.2 kB Progress (4): 0.7/1.4 MB | 37 kB | 24/112 kB | 3.2 kB Progress (4): 0.7/1.4 MB | 37 kB | 28/112 kB | 3.2 kB Progress (4): 0.7/1.4 MB | 37 kB | 32/112 kB | 3.2 kB Progress (4): 0.7/1.4 MB | 37 kB | 32/112 kB | 3.2 kB Progress (4): 0.7/1.4 MB | 37 kB | 32/112 kB | 3.2 kB Progress (4): 0.7/1.4 MB | 37 kB | 36/112 kB | 3.2 kB Progress (4): 0.7/1.4 MB | 37 kB | 40/112 kB | 3.2 kB Progress (4): 0.7/1.4 MB | 37 kB | 40/112 kB | 3.2 kB Progress (4): 0.7/1.4 MB | 37 kB | 45/112 kB | 3.2 kB Progress (4): 0.7/1.4 MB | 37 kB | 45/112 kB | 3.2 kB Progress (4): 0.7/1.4 MB | 37 kB | 49/112 kB | 3.2 kB Progress (4): 0.7/1.4 MB | 37 kB | 49/112 kB | 3.2 kB Progress (4): 0.7/1.4 MB | 37 kB | 53/112 kB | 3.2 kB Progress (4): 0.8/1.4 MB | 37 kB | 53/112 kB | 3.2 kB Progress (4): 0.8/1.4 MB | 37 kB | 57/112 kB | 3.2 kB Progress (4): 0.8/1.4 MB | 37 kB | 61/112 kB | 3.2 kB Progress (4): 0.8/1.4 MB | 37 kB | 65/112 kB | 3.2 kB Progress (4): 0.8/1.4 MB | 37 kB | 65/112 kB | 3.2 kB Progress (4): 0.8/1.4 MB | 37 kB | 65/112 kB | 3.2 kB Progress (4): 0.8/1.4 MB | 37 kB | 69/112 kB | 3.2 kB Progress (4): 0.8/1.4 MB | 37 kB | 73/112 kB | 3.2 kB Progress (4): 0.8/1.4 MB | 37 kB | 77/112 kB | 3.2 kB Progress (4): 0.8/1.4 MB | 37 kB | 81/112 kB | 3.2 kB Progress (4): 0.8/1.4 MB | 37 kB | 81/112 kB | 3.2 kB Progress (4): 0.8/1.4 MB | 37 kB | 81/112 kB | 3.2 kB Progress (4): 0.8/1.4 MB | 37 kB | 85/112 kB | 3.2 kB Progress (4): 0.8/1.4 MB | 37 kB | 90/112 kB | 3.2 kB Progress (4): 0.8/1.4 MB | 37 kB | 94/112 kB | 3.2 kB Progress (4): 0.8/1.4 MB | 37 kB | 94/112 kB | 3.2 kB Progress (4): 0.8/1.4 MB | 37 kB | 98/112 kB | 3.2 kB Progress (4): 0.8/1.4 MB | 37 kB | 98/112 kB | 3.2 kB Progress (4): 0.8/1.4 MB | 37 kB | 102/112 kB | 3.2 kB Progress (4): 0.8/1.4 MB | 37 kB | 106/112 kB | 3.2 kB Progress (4): 0.8/1.4 MB | 37 kB | 106/112 kB | 3.2 kB Progress (4): 0.8/1.4 MB | 37 kB | 110/112 kB | 3.2 kB Progress (4): 0.8/1.4 MB | 37 kB | 110/112 kB | 3.2 kB Progress (4): 0.8/1.4 MB | 37 kB | 112 kB | 3.2 kB Progress (4): 0.8/1.4 MB | 37 kB | 112 kB | 3.2 kB Progress (4): 0.8/1.4 MB | 37 kB | 112 kB | 3.2 kB Progress (4): 0.8/1.4 MB | 37 kB | 112 kB | 3.2 kB Progress (4): 0.9/1.4 MB | 37 kB | 112 kB | 3.2 kB Progress (4): 0.9/1.4 MB | 37 kB | 112 kB | 3.2 kB Progress (4): 0.9/1.4 MB | 37 kB | 112 kB | 3.2 kB Progress (4): 0.9/1.4 MB | 37 kB | 112 kB | 3.2 kB Progress (4): 0.9/1.4 MB | 37 kB | 112 kB | 3.2 kB Progress (4): 0.9/1.4 MB | 37 kB | 112 kB | 3.2 kB Progress (4): 0.9/1.4 MB | 37 kB | 112 kB | 3.2 kB Progress (4): 0.9/1.4 MB | 37 kB | 112 kB | 3.2 kB Progress (4): 0.9/1.4 MB | 37 kB | 112 kB | 3.2 kB Progress (5): 0.9/1.4 MB | 37 kB | 112 kB | 3.2 kB | 4.1/7.2 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-metadata-model/1.3.0/tycho-metadata-model-1.3.0.jar (37 kB at 35 kB/s) Progress (4): 0.9/1.4 MB | 112 kB | 3.2 kB | 4.1/7.2 kB Progress (4): 0.9/1.4 MB | 112 kB | 3.2 kB | 7.2 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/sisu-equinox-api/1.3.0/sisu-equinox-api-1.3.0.jar (3.2 kB at 3.0 kB/s) Progress (3): 0.9/1.4 MB | 112 kB | 7.2 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.embedder.shared/1.3.0/org.eclipse.tycho.embedder.shared-1.3.0.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.core.shared/1.3.0/org.eclipse.tycho.core.shared-1.3.0.jar Progress (3): 0.9/1.4 MB | 112 kB | 7.2 kB Progress (3): 0.9/1.4 MB | 112 kB | 7.2 kB Progress (3): 1.0/1.4 MB | 112 kB | 7.2 kB Progress (3): 1.0/1.4 MB | 112 kB | 7.2 kB Progress (3): 1.0/1.4 MB | 112 kB | 7.2 kB Progress (3): 1.0/1.4 MB | 112 kB | 7.2 kB Progress (3): 1.0/1.4 MB | 112 kB | 7.2 kB Progress (3): 1.0/1.4 MB | 112 kB | 7.2 kB Progress (3): 1.0/1.4 MB | 112 kB | 7.2 kB Progress (3): 1.0/1.4 MB | 112 kB | 7.2 kB Progress (3): 1.0/1.4 MB | 112 kB | 7.2 kB Progress (3): 1.0/1.4 MB | 112 kB | 7.2 kB Progress (3): 1.0/1.4 MB | 112 kB | 7.2 kB Progress (3): 1.0/1.4 MB | 112 kB | 7.2 kB Progress (3): 1.1/1.4 MB | 112 kB | 7.2 kB Progress (3): 1.1/1.4 MB | 112 kB | 7.2 kB Progress (3): 1.1/1.4 MB | 112 kB | 7.2 kB Progress (3): 1.1/1.4 MB | 112 kB | 7.2 kB Progress (3): 1.1/1.4 MB | 112 kB | 7.2 kB Progress (3): 1.1/1.4 MB | 112 kB | 7.2 kB Progress (3): 1.1/1.4 MB | 112 kB | 7.2 kB Progress (3): 1.1/1.4 MB | 112 kB | 7.2 kB Progress (3): 1.1/1.4 MB | 112 kB | 7.2 kB Progress (3): 1.1/1.4 MB | 112 kB | 7.2 kB Progress (3): 1.1/1.4 MB | 112 kB | 7.2 kB Progress (3): 1.1/1.4 MB | 112 kB | 7.2 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-embedder-api/1.3.0/tycho-embedder-api-1.3.0.jar (7.2 kB at 6.7 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-compat/3.0/maven-compat-3.0.jar Progress (2): 1.2/1.4 MB | 112 kB Progress (2): 1.2/1.4 MB | 112 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/de/pdark/decentxml/1.3/decentxml-1.3.jar (112 kB at 104 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon-provider-api/1.0-beta-6/wagon-provider-api-1.0-beta-6.jar Progress (1): 1.2/1.4 MB Progress (2): 1.2/1.4 MB | 4.1/9.4 kB Progress (2): 1.2/1.4 MB | 4.1/9.4 kB Progress (2): 1.2/1.4 MB | 7.7/9.4 kB Progress (2): 1.2/1.4 MB | 9.4 kB Progress (2): 1.2/1.4 MB | 9.4 kB Progress (2): 1.2/1.4 MB | 9.4 kB Progress (3): 1.2/1.4 MB | 9.4 kB | 4.1/37 kB Progress (3): 1.2/1.4 MB | 9.4 kB | 7.7/37 kB Progress (3): 1.2/1.4 MB | 9.4 kB | 7.7/37 kB Progress (3): 1.2/1.4 MB | 9.4 kB | 12/37 kB Progress (3): 1.2/1.4 MB | 9.4 kB | 12/37 kB Progress (3): 1.2/1.4 MB | 9.4 kB | 16/37 kB Progress (3): 1.2/1.4 MB | 9.4 kB | 16/37 kB Progress (3): 1.2/1.4 MB | 9.4 kB | 20/37 kB Progress (3): 1.2/1.4 MB | 9.4 kB | 20/37 kB Progress (3): 1.2/1.4 MB | 9.4 kB | 24/37 kB Progress (3): 1.2/1.4 MB | 9.4 kB | 28/37 kB Progress (3): 1.2/1.4 MB | 9.4 kB | 32/37 kB Progress (3): 1.2/1.4 MB | 9.4 kB | 36/37 kB Progress (3): 1.2/1.4 MB | 9.4 kB | 36/37 kB Progress (3): 1.2/1.4 MB | 9.4 kB | 37 kB Progress (3): 1.2/1.4 MB | 9.4 kB | 37 kB Progress (3): 1.3/1.4 MB | 9.4 kB | 37 kB Progress (3): 1.3/1.4 MB | 9.4 kB | 37 kB Progress (3): 1.3/1.4 MB | 9.4 kB | 37 kB Progress (3): 1.3/1.4 MB | 9.4 kB | 37 kB Progress (3): 1.3/1.4 MB | 9.4 kB | 37 kB Progress (3): 1.3/1.4 MB | 9.4 kB | 37 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 8.6 kB/s) Progress (2): 1.3/1.4 MB | 37 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-p2-facade/1.3.0/tycho-p2-facade-1.3.0.jar Progress (2): 1.3/1.4 MB | 37 kB Progress (3): 1.3/1.4 MB | 37 kB | 4.1/53 kB Progress (3): 1.3/1.4 MB | 37 kB | 7.7/53 kB Progress (3): 1.3/1.4 MB | 37 kB | 12/53 kB Progress (4): 1.3/1.4 MB | 37 kB | 12/53 kB | 4.1/285 kB Progress (4): 1.3/1.4 MB | 37 kB | 16/53 kB | 4.1/285 kB Progress (4): 1.3/1.4 MB | 37 kB | 16/53 kB | 4.1/285 kB Progress (4): 1.3/1.4 MB | 37 kB | 16/53 kB | 7.7/285 kB Progress (4): 1.3/1.4 MB | 37 kB | 16/53 kB | 7.7/285 kB Progress (4): 1.3/1.4 MB | 37 kB | 20/53 kB | 7.7/285 kB Progress (5): 1.3/1.4 MB | 37 kB | 20/53 kB | 7.7/285 kB | 4.1/38 kB Progress (5): 1.3/1.4 MB | 37 kB | 20/53 kB | 12/285 kB | 4.1/38 kB Progress (5): 1.3/1.4 MB | 37 kB | 20/53 kB | 12/285 kB | 7.7/38 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 32 kB/s) Progress (4): 1.3/1.4 MB | 24/53 kB | 12/285 kB | 7.7/38 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-component-annotations/1.7.1/plexus-component-annotations-1.7.1.jar Progress (4): 1.3/1.4 MB | 24/53 kB | 12/285 kB | 7.7/38 kB Progress (4): 1.3/1.4 MB | 24/53 kB | 12/285 kB | 12/38 kB Progress (4): 1.3/1.4 MB | 24/53 kB | 16/285 kB | 12/38 kB Progress (4): 1.3/1.4 MB | 24/53 kB | 16/285 kB | 16/38 kB Progress (4): 1.3/1.4 MB | 24/53 kB | 16/285 kB | 16/38 kB Progress (4): 1.3/1.4 MB | 28/53 kB | 16/285 kB | 16/38 kB Progress (4): 1.3/1.4 MB | 28/53 kB | 20/285 kB | 16/38 kB Progress (4): 1.3/1.4 MB | 32/53 kB | 20/285 kB | 16/38 kB Progress (4): 1.3/1.4 MB | 32/53 kB | 20/285 kB | 20/38 kB Progress (4): 1.3/1.4 MB | 32/53 kB | 24/285 kB | 20/38 kB Progress (4): 1.3/1.4 MB | 32/53 kB | 24/285 kB | 24/38 kB Progress (4): 1.4/1.4 MB | 32/53 kB | 24/285 kB | 24/38 kB Progress (4): 1.4/1.4 MB | 32/53 kB | 24/285 kB | 28/38 kB Progress (4): 1.4/1.4 MB | 32/53 kB | 28/285 kB | 28/38 kB Progress (4): 1.4/1.4 MB | 32/53 kB | 28/285 kB | 32/38 kB Progress (4): 1.4/1.4 MB | 32/53 kB | 28/285 kB | 32/38 kB Progress (4): 1.4/1.4 MB | 36/53 kB | 28/285 kB | 32/38 kB Progress (4): 1.4/1.4 MB | 36/53 kB | 28/285 kB | 36/38 kB Progress (4): 1.4/1.4 MB | 36/53 kB | 32/285 kB | 36/38 kB Progress (4): 1.4/1.4 MB | 36/53 kB | 32/285 kB | 38 kB Progress (4): 1.4/1.4 MB | 40/53 kB | 32/285 kB | 38 kB Progress (4): 1.4/1.4 MB | 40/53 kB | 32/285 kB | 38 kB Progress (4): 1.4/1.4 MB | 45/53 kB | 32/285 kB | 38 kB Progress (4): 1.4/1.4 MB | 45/53 kB | 32/285 kB | 38 kB Progress (4): 1.4/1.4 MB | 49/53 kB | 32/285 kB | 38 kB Progress (4): 1.4/1.4 MB | 49/53 kB | 36/285 kB | 38 kB Progress (4): 1.4/1.4 MB | 49/53 kB | 40/285 kB | 38 kB Progress (4): 1.4/1.4 MB | 53/53 kB | 40/285 kB | 38 kB Progress (4): 1.4/1.4 MB | 53/53 kB | 45/285 kB | 38 kB Progress (4): 1.4/1.4 MB | 53 kB | 45/285 kB | 38 kB Progress (4): 1.4/1.4 MB | 53 kB | 45/285 kB | 38 kB Progress (4): 1.4/1.4 MB | 53 kB | 49/285 kB | 38 kB Progress (4): 1.4/1.4 MB | 53 kB | 49/285 kB | 38 kB Progress (4): 1.4/1.4 MB | 53 kB | 53/285 kB | 38 kB Progress (4): 1.4/1.4 MB | 53 kB | 53/285 kB | 38 kB Progress (4): 1.4/1.4 MB | 53 kB | 57/285 kB | 38 kB Progress (4): 1.4/1.4 MB | 53 kB | 57/285 kB | 38 kB Progress (4): 1.4/1.4 MB | 53 kB | 61/285 kB | 38 kB Progress (4): 1.4/1.4 MB | 53 kB | 65/285 kB | 38 kB Progress (4): 1.4/1.4 MB | 53 kB | 65/285 kB | 38 kB Progress (4): 1.4/1.4 MB | 53 kB | 65/285 kB | 38 kB Progress (4): 1.4/1.4 MB | 53 kB | 69/285 kB | 38 kB Progress (4): 1.4/1.4 MB | 53 kB | 73/285 kB | 38 kB Progress (4): 1.4 MB | 53 kB | 73/285 kB | 38 kB Progress (4): 1.4 MB | 53 kB | 77/285 kB | 38 kB Progress (4): 1.4 MB | 53 kB | 81/285 kB | 38 kB Progress (4): 1.4 MB | 53 kB | 85/285 kB | 38 kB Progress (4): 1.4 MB | 53 kB | 90/285 kB | 38 kB Progress (4): 1.4 MB | 53 kB | 94/285 kB | 38 kB Progress (4): 1.4 MB | 53 kB | 98/285 kB | 38 kB Progress (4): 1.4 MB | 53 kB | 102/285 kB | 38 kB Progress (4): 1.4 MB | 53 kB | 106/285 kB | 38 kB Progress (4): 1.4 MB | 53 kB | 110/285 kB | 38 kB Progress (4): 1.4 MB | 53 kB | 114/285 kB | 38 kB Progress (4): 1.4 MB | 53 kB | 118/285 kB | 38 kB Progress (4): 1.4 MB | 53 kB | 122/285 kB | 38 kB Progress (4): 1.4 MB | 53 kB | 126/285 kB | 38 kB Progress (4): 1.4 MB | 53 kB | 131/285 kB | 38 kB Progress (4): 1.4 MB | 53 kB | 135/285 kB | 38 kB Progress (4): 1.4 MB | 53 kB | 139/285 kB | 38 kB Progress (4): 1.4 MB | 53 kB | 143/285 kB | 38 kB Progress (4): 1.4 MB | 53 kB | 147/285 kB | 38 kB Progress (4): 1.4 MB | 53 kB | 151/285 kB | 38 kB Progress (4): 1.4 MB | 53 kB | 155/285 kB | 38 kB Progress (4): 1.4 MB | 53 kB | 159/285 kB | 38 kB Progress (4): 1.4 MB | 53 kB | 163/285 kB | 38 kB Progress (4): 1.4 MB | 53 kB | 167/285 kB | 38 kB Progress (4): 1.4 MB | 53 kB | 171/285 kB | 38 kB Progress (4): 1.4 MB | 53 kB | 176/285 kB | 38 kB Progress (4): 1.4 MB | 53 kB | 180/285 kB | 38 kB Progress (4): 1.4 MB | 53 kB | 184/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 32 kB/s) 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 46 kB/s) Progress (3): 1.4 MB | 184/285 kB | 4.1/4.3 kB Progress (3): 1.4 MB | 188/285 kB | 4.1/4.3 kB Progress (3): 1.4 MB | 188/285 kB | 4.3 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 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 Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.osgi/3.13.0.v20180226-1711/org.eclipse.osgi-3.13.0.v20180226-1711.jar (1.4 MB at 1.2 MB/s) Progress (2): 192/285 kB | 4.3 kB Progress (2): 196/285 kB | 4.3 kB Progress (2): 200/285 kB | 4.3 kB Progress (2): 204/285 kB | 4.3 kB Progress (2): 208/285 kB | 4.3 kB Progress (2): 212/285 kB | 4.3 kB Progress (2): 217/285 kB | 4.3 kB Progress (2): 221/285 kB | 4.3 kB Progress (2): 225/285 kB | 4.3 kB Progress (2): 229/285 kB | 4.3 kB Progress (2): 233/285 kB | 4.3 kB Progress (2): 237/285 kB | 4.3 kB Progress (2): 241/285 kB | 4.3 kB Progress (2): 245/285 kB | 4.3 kB Progress (2): 249/285 kB | 4.3 kB Progress (2): 253/285 kB | 4.3 kB Progress (2): 258/285 kB | 4.3 kB Progress (2): 262/285 kB | 4.3 kB Progress (2): 266/285 kB | 4.3 kB Progress (2): 270/285 kB | 4.3 kB Progress (2): 274/285 kB | 4.3 kB Progress (2): 278/285 kB | 4.3 kB Progress (2): 282/285 kB | 4.3 kB Progress (2): 285 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 3.7 kB/s) Progress (2): 285 kB | 4.1/21 kB Progress (2): 285 kB | 7.7/21 kB Progress (2): 285 kB | 12/21 kB Progress (2): 285 kB | 16/21 kB Progress (3): 285 kB | 16/21 kB | 4.1/29 kB Progress (3): 285 kB | 16/21 kB | 7.7/29 kB Progress (3): 285 kB | 20/21 kB | 7.7/29 kB Progress (3): 285 kB | 20/21 kB | 12/29 kB Progress (3): 285 kB | 21 kB | 12/29 kB Progress (3): 285 kB | 21 kB | 16/29 kB Progress (3): 285 kB | 21 kB | 20/29 kB Progress (3): 285 kB | 21 kB | 24/29 kB Progress (3): 285 kB | 21 kB | 28/29 kB Progress (3): 285 kB | 21 kB | 29 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 18 kB/s) 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 24 kB/s) 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 195 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 16 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 4.3 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 549 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.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 302 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 1.9 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 49 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 41 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 25 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 2.1 MB/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 66 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 3.0 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 486 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 530 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 87 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 277 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 538 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 336 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 465 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 138 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 351 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 541 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 412 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 660 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 46 kB/s) Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/tycho-packaging-plugin/1.3.0/tycho-packaging-plugin-1.3.0.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-packaging-plugin/1.3.0/tycho-packaging-plugin-1.3.0.jar Progress (1): 4.1/129 kB Progress (1): 7.7/129 kB Progress (1): 12/129 kB Progress (1): 16/129 kB Progress (1): 20/129 kB Progress (1): 24/129 kB Progress (1): 28/129 kB Progress (1): 32/129 kB Progress (1): 36/129 kB Progress (1): 40/129 kB Progress (1): 45/129 kB Progress (1): 49/129 kB Progress (1): 53/129 kB Progress (1): 57/129 kB Progress (1): 61/129 kB Progress (1): 65/129 kB Progress (1): 69/129 kB Progress (1): 73/129 kB Progress (1): 77/129 kB Progress (1): 81/129 kB Progress (1): 85/129 kB Progress (1): 90/129 kB Progress (1): 94/129 kB Progress (1): 98/129 kB Progress (1): 102/129 kB Progress (1): 106/129 kB Progress (1): 110/129 kB Progress (1): 114/129 kB Progress (1): 118/129 kB Progress (1): 122/129 kB Progress (1): 126/129 kB Progress (1): 129 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-packaging-plugin/1.3.0/tycho-packaging-plugin-1.3.0.jar (129 kB at 2.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 60 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 549 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 37 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 341 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 895 kB/s) Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/apache/13/apache-13.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/13/apache-13.pom Progress (1): 4.1 kB Progress (1): 8.2 kB Progress (1): 12 kB Progress (1): 14 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/13/apache-13.pom (14 kB at 411 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 15 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 51 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 183 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 232 kB/s) Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/sisu-equinox-launching/1.3.0/sisu-equinox-launching-1.3.0.jar Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/ow2/asm/asm-debug-all/5.0.3/asm-debug-all-5.0.3.jar Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/tycho-artifactcomparator/1.3.0/tycho-artifactcomparator-1.3.0.jar Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/commons/commons-exec/1.2/commons-exec-1.2.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/sisu-equinox-launching/1.3.0/sisu-equinox-launching-1.3.0.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-artifactcomparator/1.3.0/tycho-artifactcomparator-1.3.0.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-debug-all/5.0.3/asm-debug-all-5.0.3.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-exec/1.2/commons-exec-1.2.jar Progress (1): 4.1/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/sisu-equinox-launching/1.3.0/sisu-equinox-launching-1.3.0.jar (28 kB at 721 kB/s) Progress (1): 4.1/54 kB Progress (1): 7.7/54 kB Progress (1): 12/54 kB Progress (1): 16/54 kB Progress (1): 20/54 kB Progress (1): 24/54 kB Progress (1): 28/54 kB Progress (1): 32/54 kB Progress (1): 36/54 kB Progress (1): 40/54 kB Progress (1): 45/54 kB Progress (1): 49/54 kB Progress (1): 53/54 kB Progress (1): 54 kB Progress (2): 54 kB | 4.1/21 kB Progress (2): 54 kB | 7.7/21 kB Progress (2): 54 kB | 12/21 kB Progress (2): 54 kB | 16/21 kB Progress (2): 54 kB | 20/21 kB Progress (2): 54 kB | 21 kB Progress (3): 54 kB | 21 kB | 4.1/379 kB Progress (3): 54 kB | 21 kB | 7.7/379 kB Progress (3): 54 kB | 21 kB | 12/379 kB Progress (3): 54 kB | 21 kB | 16/379 kB Progress (3): 54 kB | 21 kB | 20/379 kB Progress (3): 54 kB | 21 kB | 24/379 kB Progress (3): 54 kB | 21 kB | 28/379 kB Progress (3): 54 kB | 21 kB | 32/379 kB Progress (3): 54 kB | 21 kB | 36/379 kB Progress (3): 54 kB | 21 kB | 40/379 kB Progress (3): 54 kB | 21 kB | 45/379 kB Progress (3): 54 kB | 21 kB | 49/379 kB Progress (3): 54 kB | 21 kB | 53/379 kB Progress (3): 54 kB | 21 kB | 57/379 kB Progress (3): 54 kB | 21 kB | 61/379 kB Progress (3): 54 kB | 21 kB | 65/379 kB Progress (3): 54 kB | 21 kB | 69/379 kB Progress (3): 54 kB | 21 kB | 73/379 kB Progress (3): 54 kB | 21 kB | 77/379 kB Progress (3): 54 kB | 21 kB | 81/379 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-artifactcomparator/1.3.0/tycho-artifactcomparator-1.3.0.jar (21 kB at 327 kB/s) Progress (2): 54 kB | 85/379 kB Progress (2): 54 kB | 90/379 kB Progress (2): 54 kB | 94/379 kB Progress (2): 54 kB | 98/379 kB Progress (2): 54 kB | 102/379 kB Progress (2): 54 kB | 106/379 kB Progress (2): 54 kB | 110/379 kB Progress (2): 54 kB | 114/379 kB Progress (2): 54 kB | 118/379 kB Progress (2): 54 kB | 122/379 kB Progress (2): 54 kB | 126/379 kB Progress (2): 54 kB | 131/379 kB Progress (2): 54 kB | 135/379 kB Progress (2): 54 kB | 139/379 kB Progress (2): 54 kB | 143/379 kB Progress (2): 54 kB | 147/379 kB Progress (2): 54 kB | 151/379 kB Progress (2): 54 kB | 155/379 kB Progress (2): 54 kB | 159/379 kB Progress (2): 54 kB | 163/379 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-exec/1.2/commons-exec-1.2.jar (54 kB at 771 kB/s) Progress (1): 167/379 kB Progress (1): 171/379 kB Progress (1): 176/379 kB Progress (1): 180/379 kB Progress (1): 184/379 kB Progress (1): 188/379 kB Progress (1): 192/379 kB Progress (1): 196/379 kB Progress (1): 200/379 kB Progress (1): 204/379 kB Progress (1): 208/379 kB Progress (1): 212/379 kB Progress (1): 217/379 kB Progress (1): 221/379 kB Progress (1): 225/379 kB Progress (1): 229/379 kB Progress (1): 233/379 kB Progress (1): 237/379 kB Progress (1): 241/379 kB Progress (1): 245/379 kB Progress (1): 249/379 kB Progress (1): 253/379 kB Progress (1): 258/379 kB Progress (1): 262/379 kB Progress (1): 266/379 kB Progress (1): 270/379 kB Progress (1): 274/379 kB Progress (1): 278/379 kB Progress (1): 282/379 kB Progress (1): 286/379 kB Progress (1): 290/379 kB Progress (1): 294/379 kB Progress (1): 298/379 kB Progress (1): 303/379 kB Progress (1): 307/379 kB Progress (1): 311/379 kB Progress (1): 315/379 kB Progress (1): 319/379 kB Progress (1): 323/379 kB Progress (1): 327/379 kB Progress (1): 331/379 kB Progress (1): 335/379 kB Progress (1): 339/379 kB Progress (1): 344/379 kB Progress (1): 348/379 kB Progress (1): 352/379 kB Progress (1): 356/379 kB Progress (1): 360/379 kB Progress (1): 364/379 kB Progress (1): 368/379 kB Progress (1): 372/379 kB Progress (1): 376/379 kB Progress (1): 379 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-debug-all/5.0.3/asm-debug-all-5.0.3.jar (379 kB at 3.9 MB/s) Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/tycho-compiler-plugin/1.3.0/tycho-compiler-plugin-1.3.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-compiler-plugin/1.3.0/tycho-compiler-plugin-1.3.0.pom Progress (1): 2.5 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-compiler-plugin/1.3.0/tycho-compiler-plugin-1.3.0.pom (2.5 kB at 126 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.9 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 104 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 414 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 154 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 316 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 436 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 408 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 264 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 150 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 3.0 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 88 kB/s) Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/tycho-surefire-plugin/1.3.0/tycho-surefire-plugin-1.3.0.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-surefire-plugin/1.3.0/tycho-surefire-plugin-1.3.0.jar Progress (1): 4.1/58 kB Progress (1): 7.7/58 kB Progress (1): 12/58 kB Progress (1): 16/58 kB Progress (1): 20/58 kB Progress (1): 24/58 kB Progress (1): 28/58 kB Progress (1): 32/58 kB Progress (1): 36/58 kB Progress (1): 40/58 kB Progress (1): 45/58 kB Progress (1): 49/58 kB Progress (1): 53/58 kB Progress (1): 57/58 kB Progress (1): 58 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-surefire-plugin/1.3.0/tycho-surefire-plugin-1.3.0.jar (58 kB at 1.5 MB/s) Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/org.eclipse.tycho.surefire.osgibooter/1.3.0/org.eclipse.tycho.surefire.osgibooter-1.3.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.surefire.osgibooter/1.3.0/org.eclipse.tycho.surefire.osgibooter-1.3.0.pom Progress (1): 3.3 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.surefire.osgibooter/1.3.0/org.eclipse.tycho.surefire.osgibooter-1.3.0.pom (3.3 kB at 42 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 14 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 81 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 17 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 35 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 80 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 30 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 72 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 408 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 885 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 178 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 40 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 355 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 10 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 341 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 189 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 48 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 498 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 24 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 45 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 167 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 365 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 170 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 297 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 105 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 379 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 472 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 39 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 41 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 50 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 42 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 201 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 215 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 71 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 26 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 20 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 47 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 90 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 69 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 59 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 47 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 281 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 377 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 129 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.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.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.junit47/1.3.0/org.eclipse.tycho.surefire.junit47-1.3.0.jar Progress (1): 4.1/187 kB Progress (1): 7.7/187 kB Progress (1): 12/187 kB Progress (1): 16/187 kB Progress (1): 20/187 kB Progress (1): 24/187 kB Progress (1): 28/187 kB Progress (1): 32/187 kB Progress (1): 36/187 kB Progress (1): 40/187 kB Progress (1): 45/187 kB Progress (1): 49/187 kB Progress (1): 53/187 kB Progress (2): 53/187 kB | 7.7/920 kB Progress (2): 57/187 kB | 7.7/920 kB Progress (2): 57/187 kB | 16/920 kB Progress (2): 61/187 kB | 16/920 kB Progress (2): 65/187 kB | 16/920 kB Progress (2): 69/187 kB | 16/920 kB Progress (2): 73/187 kB | 16/920 kB Progress (2): 73/187 kB | 24/920 kB Progress (2): 77/187 kB | 24/920 kB Progress (2): 81/187 kB | 24/920 kB Progress (2): 81/187 kB | 32/920 kB Progress (2): 85/187 kB | 32/920 kB Progress (2): 90/187 kB | 32/920 kB Progress (2): 94/187 kB | 32/920 kB Progress (2): 98/187 kB | 32/920 kB Progress (2): 98/187 kB | 40/920 kB Progress (2): 98/187 kB | 49/920 kB Progress (2): 102/187 kB | 49/920 kB Progress (2): 106/187 kB | 49/920 kB Progress (2): 110/187 kB | 49/920 kB Progress (2): 114/187 kB | 49/920 kB Progress (2): 114/187 kB | 57/920 kB Progress (2): 118/187 kB | 57/920 kB Progress (2): 118/187 kB | 65/920 kB Progress (2): 122/187 kB | 65/920 kB Progress (2): 126/187 kB | 65/920 kB Progress (2): 131/187 kB | 65/920 kB Progress (2): 135/187 kB | 65/920 kB Progress (2): 135/187 kB | 73/920 kB Progress (2): 139/187 kB | 73/920 kB Progress (2): 139/187 kB | 81/920 kB Progress (2): 143/187 kB | 81/920 kB Progress (2): 147/187 kB | 81/920 kB Progress (2): 151/187 kB | 81/920 kB Progress (2): 155/187 kB | 81/920 kB Progress (2): 155/187 kB | 90/920 kB Progress (2): 159/187 kB | 90/920 kB Progress (2): 163/187 kB | 90/920 kB Progress (2): 163/187 kB | 98/920 kB Progress (3): 163/187 kB | 98/920 kB | 4.1/65 kB Progress (3): 163/187 kB | 98/920 kB | 7.7/65 kB Progress (3): 167/187 kB | 98/920 kB | 7.7/65 kB Progress (3): 167/187 kB | 98/920 kB | 12/65 kB Progress (3): 171/187 kB | 98/920 kB | 12/65 kB Progress (3): 171/187 kB | 98/920 kB | 16/65 kB Progress (3): 176/187 kB | 98/920 kB | 16/65 kB Progress (3): 176/187 kB | 106/920 kB | 16/65 kB Progress (3): 180/187 kB | 106/920 kB | 16/65 kB Progress (3): 180/187 kB | 114/920 kB | 16/65 kB Progress (3): 180/187 kB | 114/920 kB | 20/65 kB Progress (3): 184/187 kB | 114/920 kB | 20/65 kB Progress (3): 184/187 kB | 114/920 kB | 24/65 kB Progress (3): 187 kB | 114/920 kB | 24/65 kB Progress (3): 187 kB | 114/920 kB | 28/65 kB Progress (3): 187 kB | 114/920 kB | 32/65 kB Progress (3): 187 kB | 122/920 kB | 32/65 kB Progress (4): 187 kB | 122/920 kB | 32/65 kB | 4.1/429 kB Progress (4): 187 kB | 122/920 kB | 36/65 kB | 4.1/429 kB Progress (4): 187 kB | 131/920 kB | 36/65 kB | 4.1/429 kB Progress (4): 187 kB | 131/920 kB | 40/65 kB | 4.1/429 kB Progress (4): 187 kB | 131/920 kB | 40/65 kB | 7.7/429 kB Progress (4): 187 kB | 131/920 kB | 45/65 kB | 7.7/429 kB Progress (4): 187 kB | 131/920 kB | 45/65 kB | 12/429 kB Progress (4): 187 kB | 131/920 kB | 49/65 kB | 12/429 kB Progress (4): 187 kB | 131/920 kB | 49/65 kB | 16/429 kB Progress (4): 187 kB | 139/920 kB | 49/65 kB | 16/429 kB Progress (4): 187 kB | 147/920 kB | 49/65 kB | 16/429 kB Progress (4): 187 kB | 147/920 kB | 49/65 kB | 20/429 kB Progress (4): 187 kB | 147/920 kB | 53/65 kB | 20/429 kB Progress (4): 187 kB | 147/920 kB | 53/65 kB | 24/429 kB Progress (4): 187 kB | 147/920 kB | 57/65 kB | 24/429 kB Progress (4): 187 kB | 147/920 kB | 57/65 kB | 28/429 kB Progress (4): 187 kB | 147/920 kB | 61/65 kB | 28/429 kB Progress (4): 187 kB | 155/920 kB | 61/65 kB | 28/429 kB Progress (4): 187 kB | 155/920 kB | 61/65 kB | 32/429 kB Progress (4): 187 kB | 163/920 kB | 61/65 kB | 32/429 kB Progress (4): 187 kB | 163/920 kB | 65/65 kB | 32/429 kB Progress (4): 187 kB | 163/920 kB | 65 kB | 32/429 kB Progress (4): 187 kB | 163/920 kB | 65 kB | 36/429 kB Progress (4): 187 kB | 163/920 kB | 65 kB | 40/429 kB Progress (4): 187 kB | 163/920 kB | 65 kB | 45/429 kB Progress (4): 187 kB | 171/920 kB | 65 kB | 45/429 kB Progress (4): 187 kB | 171/920 kB | 65 kB | 49/429 kB Progress (4): 187 kB | 180/920 kB | 65 kB | 49/429 kB Progress (4): 187 kB | 180/920 kB | 65 kB | 53/429 kB Progress (4): 187 kB | 180/920 kB | 65 kB | 57/429 kB Progress (4): 187 kB | 180/920 kB | 65 kB | 61/429 kB Progress (4): 187 kB | 188/920 kB | 65 kB | 61/429 kB Progress (4): 187 kB | 188/920 kB | 65 kB | 65/429 kB Progress (4): 187 kB | 196/920 kB | 65 kB | 65/429 kB Progress (4): 187 kB | 196/920 kB | 65 kB | 69/429 kB Progress (4): 187 kB | 196/920 kB | 65 kB | 73/429 kB Progress (5): 187 kB | 196/920 kB | 65 kB | 73/429 kB | 4.1/26 kB Progress (5): 187 kB | 204/920 kB | 65 kB | 73/429 kB | 4.1/26 kB Progress (5): 187 kB | 204/920 kB | 65 kB | 77/429 kB | 4.1/26 kB Progress (5): 187 kB | 212/920 kB | 65 kB | 77/429 kB | 4.1/26 kB Progress (5): 187 kB | 212/920 kB | 65 kB | 77/429 kB | 7.7/26 kB Progress (5): 187 kB | 212/920 kB | 65 kB | 81/429 kB | 7.7/26 kB Progress (5): 187 kB | 212/920 kB | 65 kB | 81/429 kB | 12/26 kB Progress (5): 187 kB | 212/920 kB | 65 kB | 81/429 kB | 16/26 kB Progress (5): 187 kB | 221/920 kB | 65 kB | 81/429 kB | 16/26 kB Progress (5): 187 kB | 229/920 kB | 65 kB | 81/429 kB | 16/26 kB Progress (5): 187 kB | 229/920 kB | 65 kB | 81/429 kB | 20/26 kB Progress (5): 187 kB | 229/920 kB | 65 kB | 85/429 kB | 20/26 kB Progress (5): 187 kB | 229/920 kB | 65 kB | 85/429 kB | 24/26 kB Progress (5): 187 kB | 229/920 kB | 65 kB | 90/429 kB | 24/26 kB Progress (5): 187 kB | 237/920 kB | 65 kB | 90/429 kB | 24/26 kB Progress (5): 187 kB | 237/920 kB | 65 kB | 90/429 kB | 26 kB Progress (5): 187 kB | 245/920 kB | 65 kB | 90/429 kB | 26 kB Progress (5): 187 kB | 245/920 kB | 65 kB | 94/429 kB | 26 kB Progress (5): 187 kB | 253/920 kB | 65 kB | 94/429 kB | 26 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 3.3 MB/s) Progress (4): 262/920 kB | 65 kB | 94/429 kB | 26 kB Progress (4): 262/920 kB | 65 kB | 98/429 kB | 26 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.surefire.testng/1.3.0/org.eclipse.tycho.surefire.testng-1.3.0.jar Progress (4): 270/920 kB | 65 kB | 98/429 kB | 26 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 1.1 MB/s) Progress (3): 270/920 kB | 102/429 kB | 26 kB Progress (3): 278/920 kB | 102/429 kB | 26 kB Progress (3): 278/920 kB | 106/429 kB | 26 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-api/2.22.0/surefire-api-2.22.0.jar Progress (3): 286/920 kB | 106/429 kB | 26 kB Progress (3): 286/920 kB | 110/429 kB | 26 kB Progress (3): 294/920 kB | 110/429 kB | 26 kB Progress (3): 294/920 kB | 114/429 kB | 26 kB Progress (3): 294/920 kB | 118/429 kB | 26 kB Progress (3): 303/920 kB | 118/429 kB | 26 kB Progress (3): 303/920 kB | 122/429 kB | 26 kB Progress (3): 311/920 kB | 122/429 kB | 26 kB Progress (3): 311/920 kB | 126/429 kB | 26 kB Progress (3): 311/920 kB | 131/429 kB | 26 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 401 kB/s) Progress (2): 319/920 kB | 131/429 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-logger-api/2.22.0/surefire-logger-api-2.22.0.jar Progress (2): 319/920 kB | 135/429 kB Progress (2): 327/920 kB | 135/429 kB Progress (2): 327/920 kB | 139/429 kB Progress (2): 327/920 kB | 143/429 kB Progress (2): 327/920 kB | 147/429 kB Progress (2): 335/920 kB | 147/429 kB Progress (2): 344/920 kB | 147/429 kB Progress (2): 352/920 kB | 147/429 kB Progress (2): 352/920 kB | 151/429 kB Progress (2): 360/920 kB | 151/429 kB Progress (2): 360/920 kB | 155/429 kB Progress (2): 360/920 kB | 159/429 kB Progress (2): 368/920 kB | 159/429 kB Progress (2): 368/920 kB | 163/429 kB Progress (2): 376/920 kB | 163/429 kB Progress (2): 384/920 kB | 163/429 kB Progress (2): 384/920 kB | 167/429 kB Progress (2): 393/920 kB | 167/429 kB Progress (2): 393/920 kB | 171/429 kB Progress (2): 393/920 kB | 176/429 kB Progress (2): 393/920 kB | 180/429 kB Progress (2): 401/920 kB | 180/429 kB Progress (2): 409/920 kB | 180/429 kB Progress (2): 409/920 kB | 184/429 kB Progress (2): 409/920 kB | 188/429 kB Progress (2): 409/920 kB | 192/429 kB Progress (2): 417/920 kB | 192/429 kB Progress (2): 417/920 kB | 196/429 kB Progress (2): 425/920 kB | 196/429 kB Progress (2): 425/920 kB | 200/429 kB Progress (2): 434/920 kB | 200/429 kB Progress (2): 434/920 kB | 204/429 kB Progress (2): 442/920 kB | 204/429 kB Progress (2): 442/920 kB | 208/429 kB Progress (2): 442/920 kB | 212/429 kB Progress (2): 450/920 kB | 212/429 kB Progress (3): 450/920 kB | 212/429 kB | 4.1/112 kB Progress (3): 458/920 kB | 212/429 kB | 4.1/112 kB Progress (3): 458/920 kB | 217/429 kB | 4.1/112 kB Progress (3): 458/920 kB | 217/429 kB | 7.7/112 kB Progress (3): 458/920 kB | 221/429 kB | 7.7/112 kB Progress (3): 458/920 kB | 221/429 kB | 12/112 kB Progress (4): 458/920 kB | 221/429 kB | 12/112 kB | 4.1/13 kB Progress (5): 458/920 kB | 221/429 kB | 12/112 kB | 4.1/13 kB | 4.1/186 kB Progress (5): 458/920 kB | 221/429 kB | 12/112 kB | 7.7/13 kB | 4.1/186 kB Progress (5): 458/920 kB | 221/429 kB | 16/112 kB | 7.7/13 kB | 4.1/186 kB Progress (5): 458/920 kB | 225/429 kB | 16/112 kB | 7.7/13 kB | 4.1/186 kB Progress (5): 466/920 kB | 225/429 kB | 16/112 kB | 7.7/13 kB | 4.1/186 kB Progress (5): 466/920 kB | 229/429 kB | 16/112 kB | 7.7/13 kB | 4.1/186 kB Progress (5): 466/920 kB | 229/429 kB | 16/112 kB | 12/13 kB | 4.1/186 kB Progress (5): 466/920 kB | 229/429 kB | 16/112 kB | 12/13 kB | 7.7/186 kB Progress (5): 466/920 kB | 229/429 kB | 20/112 kB | 12/13 kB | 7.7/186 kB Progress (5): 466/920 kB | 229/429 kB | 20/112 kB | 13 kB | 7.7/186 kB Progress (5): 475/920 kB | 229/429 kB | 20/112 kB | 13 kB | 7.7/186 kB Progress (5): 475/920 kB | 229/429 kB | 24/112 kB | 13 kB | 7.7/186 kB Progress (5): 475/920 kB | 233/429 kB | 24/112 kB | 13 kB | 7.7/186 kB Progress (5): 475/920 kB | 233/429 kB | 24/112 kB | 13 kB | 12/186 kB Progress (5): 483/920 kB | 233/429 kB | 24/112 kB | 13 kB | 12/186 kB Progress (5): 483/920 kB | 237/429 kB | 24/112 kB | 13 kB | 12/186 kB Progress (5): 483/920 kB | 237/429 kB | 28/112 kB | 13 kB | 12/186 kB Progress (5): 483/920 kB | 241/429 kB | 28/112 kB | 13 kB | 12/186 kB Progress (5): 491/920 kB | 241/429 kB | 28/112 kB | 13 kB | 12/186 kB Progress (5): 491/920 kB | 241/429 kB | 28/112 kB | 13 kB | 16/186 kB Progress (5): 491/920 kB | 245/429 kB | 28/112 kB | 13 kB | 16/186 kB Progress (5): 491/920 kB | 245/429 kB | 32/112 kB | 13 kB | 16/186 kB Progress (5): 499/920 kB | 245/429 kB | 32/112 kB | 13 kB | 16/186 kB Progress (5): 499/920 kB | 245/429 kB | 32/112 kB | 13 kB | 20/186 kB Progress (5): 507/920 kB | 245/429 kB | 32/112 kB | 13 kB | 20/186 kB Progress (5): 507/920 kB | 249/429 kB | 32/112 kB | 13 kB | 20/186 kB Progress (5): 507/920 kB | 249/429 kB | 32/112 kB | 13 kB | 24/186 kB Progress (5): 507/920 kB | 253/429 kB | 32/112 kB | 13 kB | 24/186 kB Progress (5): 507/920 kB | 253/429 kB | 36/112 kB | 13 kB | 24/186 kB Progress (5): 507/920 kB | 258/429 kB | 36/112 kB | 13 kB | 24/186 kB Progress (5): 516/920 kB | 258/429 kB | 36/112 kB | 13 kB | 24/186 kB Progress (5): 516/920 kB | 258/429 kB | 36/112 kB | 13 kB | 28/186 kB Progress (5): 524/920 kB | 258/429 kB | 36/112 kB | 13 kB | 28/186 kB Progress (5): 524/920 kB | 262/429 kB | 36/112 kB | 13 kB | 28/186 kB Progress (5): 524/920 kB | 262/429 kB | 40/112 kB | 13 kB | 28/186 kB Progress (5): 524/920 kB | 262/429 kB | 40/112 kB | 13 kB | 32/186 kB Progress (5): 532/920 kB | 262/429 kB | 40/112 kB | 13 kB | 32/186 kB Progress (5): 532/920 kB | 262/429 kB | 45/112 kB | 13 kB | 32/186 kB Progress (5): 540/920 kB | 262/429 kB | 45/112 kB | 13 kB | 32/186 kB Progress (5): 540/920 kB | 266/429 kB | 45/112 kB | 13 kB | 32/186 kB Progress (5): 540/920 kB | 266/429 kB | 45/112 kB | 13 kB | 36/186 kB Progress (5): 540/920 kB | 266/429 kB | 49/112 kB | 13 kB | 36/186 kB Progress (5): 548/920 kB | 266/429 kB | 49/112 kB | 13 kB | 36/186 kB Progress (5): 548/920 kB | 266/429 kB | 49/112 kB | 13 kB | 40/186 kB Progress (5): 548/920 kB | 270/429 kB | 49/112 kB | 13 kB | 40/186 kB Progress (5): 548/920 kB | 270/429 kB | 49/112 kB | 13 kB | 45/186 kB Progress (5): 557/920 kB | 270/429 kB | 49/112 kB | 13 kB | 45/186 kB Progress (5): 557/920 kB | 270/429 kB | 53/112 kB | 13 kB | 45/186 kB Progress (5): 557/920 kB | 270/429 kB | 53/112 kB | 13 kB | 49/186 kB Progress (5): 557/920 kB | 274/429 kB | 53/112 kB | 13 kB | 49/186 kB Progress (5): 565/920 kB | 274/429 kB | 53/112 kB | 13 kB | 49/186 kB Progress (5): 565/920 kB | 274/429 kB | 57/112 kB | 13 kB | 49/186 kB Progress (5): 565/920 kB | 274/429 kB | 57/112 kB | 13 kB | 53/186 kB Progress (5): 573/920 kB | 274/429 kB | 57/112 kB | 13 kB | 53/186 kB Progress (5): 573/920 kB | 278/429 kB | 57/112 kB | 13 kB | 53/186 kB Progress (5): 573/920 kB | 278/429 kB | 57/112 kB | 13 kB | 57/186 kB Progress (5): 573/920 kB | 278/429 kB | 61/112 kB | 13 kB | 57/186 kB Progress (5): 581/920 kB | 278/429 kB | 61/112 kB | 13 kB | 57/186 kB Progress (5): 581/920 kB | 278/429 kB | 61/112 kB | 13 kB | 61/186 kB Progress (5): 589/920 kB | 278/429 kB | 61/112 kB | 13 kB | 61/186 kB Progress (5): 589/920 kB | 282/429 kB | 61/112 kB | 13 kB | 61/186 kB Progress (5): 589/920 kB | 282/429 kB | 65/112 kB | 13 kB | 61/186 kB Progress (5): 589/920 kB | 286/429 kB | 65/112 kB | 13 kB | 61/186 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 92 kB/s) Progress (4): 589/920 kB | 286/429 kB | 65/112 kB | 65/186 kB Progress (4): 589/920 kB | 286/429 kB | 69/112 kB | 65/186 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/maven-surefire-common/2.22.0/maven-surefire-common-2.22.0.jar Progress (4): 589/920 kB | 290/429 kB | 69/112 kB | 65/186 kB Progress (4): 597/920 kB | 290/429 kB | 69/112 kB | 65/186 kB Progress (4): 597/920 kB | 294/429 kB | 69/112 kB | 65/186 kB Progress (4): 597/920 kB | 294/429 kB | 69/112 kB | 69/186 kB Progress (4): 597/920 kB | 294/429 kB | 73/112 kB | 69/186 kB Progress (4): 597/920 kB | 294/429 kB | 73/112 kB | 73/186 kB Progress (4): 606/920 kB | 294/429 kB | 73/112 kB | 73/186 kB Progress (4): 606/920 kB | 294/429 kB | 73/112 kB | 77/186 kB Progress (4): 606/920 kB | 298/429 kB | 73/112 kB | 77/186 kB Progress (4): 606/920 kB | 298/429 kB | 77/112 kB | 77/186 kB Progress (4): 606/920 kB | 303/429 kB | 77/112 kB | 77/186 kB Progress (4): 606/920 kB | 303/429 kB | 77/112 kB | 81/186 kB Progress (4): 606/920 kB | 307/429 kB | 77/112 kB | 81/186 kB Progress (4): 606/920 kB | 307/429 kB | 81/112 kB | 81/186 kB Progress (4): 614/920 kB | 307/429 kB | 81/112 kB | 81/186 kB Progress (4): 614/920 kB | 307/429 kB | 81/112 kB | 85/186 kB Progress (4): 614/920 kB | 311/429 kB | 81/112 kB | 85/186 kB Progress (4): 614/920 kB | 311/429 kB | 81/112 kB | 90/186 kB Progress (4): 622/920 kB | 311/429 kB | 81/112 kB | 90/186 kB Progress (4): 622/920 kB | 311/429 kB | 81/112 kB | 94/186 kB Progress (4): 622/920 kB | 315/429 kB | 81/112 kB | 94/186 kB Progress (4): 622/920 kB | 315/429 kB | 85/112 kB | 94/186 kB Progress (4): 622/920 kB | 319/429 kB | 85/112 kB | 94/186 kB Progress (4): 622/920 kB | 319/429 kB | 85/112 kB | 98/186 kB Progress (4): 622/920 kB | 323/429 kB | 85/112 kB | 98/186 kB Progress (4): 622/920 kB | 323/429 kB | 90/112 kB | 98/186 kB Progress (4): 630/920 kB | 323/429 kB | 90/112 kB | 98/186 kB Progress (4): 630/920 kB | 323/429 kB | 90/112 kB | 102/186 kB Progress (4): 630/920 kB | 323/429 kB | 94/112 kB | 102/186 kB Progress (4): 630/920 kB | 327/429 kB | 94/112 kB | 102/186 kB Progress (4): 630/920 kB | 327/429 kB | 98/112 kB | 102/186 kB Progress (4): 630/920 kB | 327/429 kB | 98/112 kB | 106/186 kB Progress (4): 638/920 kB | 327/429 kB | 98/112 kB | 106/186 kB Progress (4): 638/920 kB | 331/429 kB | 98/112 kB | 106/186 kB Progress (4): 638/920 kB | 331/429 kB | 98/112 kB | 110/186 kB Progress (4): 638/920 kB | 335/429 kB | 98/112 kB | 110/186 kB Progress (4): 638/920 kB | 335/429 kB | 102/112 kB | 110/186 kB Progress (4): 638/920 kB | 335/429 kB | 102/112 kB | 114/186 kB Progress (4): 638/920 kB | 335/429 kB | 106/112 kB | 114/186 kB Progress (4): 647/920 kB | 335/429 kB | 106/112 kB | 114/186 kB Progress (4): 647/920 kB | 339/429 kB | 106/112 kB | 114/186 kB Progress (4): 655/920 kB | 339/429 kB | 106/112 kB | 114/186 kB Progress (4): 655/920 kB | 339/429 kB | 106/112 kB | 118/186 kB Progress (4): 655/920 kB | 339/429 kB | 110/112 kB | 118/186 kB Progress (4): 655/920 kB | 339/429 kB | 110/112 kB | 122/186 kB Progress (4): 655/920 kB | 344/429 kB | 110/112 kB | 122/186 kB Progress (4): 655/920 kB | 344/429 kB | 110/112 kB | 126/186 kB Progress (4): 663/920 kB | 344/429 kB | 110/112 kB | 126/186 kB Progress (4): 663/920 kB | 344/429 kB | 112 kB | 126/186 kB Progress (4): 663/920 kB | 348/429 kB | 112 kB | 126/186 kB Progress (4): 671/920 kB | 348/429 kB | 112 kB | 126/186 kB Progress (4): 671/920 kB | 348/429 kB | 112 kB | 131/186 kB Progress (4): 671/920 kB | 352/429 kB | 112 kB | 131/186 kB Progress (4): 671/920 kB | 356/429 kB | 112 kB | 131/186 kB Progress (4): 671/920 kB | 360/429 kB | 112 kB | 131/186 kB Progress (4): 671/920 kB | 360/429 kB | 112 kB | 135/186 kB Progress (4): 679/920 kB | 360/429 kB | 112 kB | 135/186 kB Progress (4): 679/920 kB | 360/429 kB | 112 kB | 139/186 kB Progress (4): 688/920 kB | 360/429 kB | 112 kB | 139/186 kB Progress (4): 688/920 kB | 360/429 kB | 112 kB | 143/186 kB Progress (4): 688/920 kB | 364/429 kB | 112 kB | 143/186 kB Progress (4): 688/920 kB | 364/429 kB | 112 kB | 147/186 kB Progress (4): 688/920 kB | 368/429 kB | 112 kB | 147/186 kB Progress (4): 696/920 kB | 368/429 kB | 112 kB | 147/186 kB Progress (4): 696/920 kB | 372/429 kB | 112 kB | 147/186 kB Progress (4): 696/920 kB | 372/429 kB | 112 kB | 151/186 kB Progress (4): 704/920 kB | 372/429 kB | 112 kB | 151/186 kB Progress (4): 704/920 kB | 372/429 kB | 112 kB | 155/186 kB Progress (4): 704/920 kB | 376/429 kB | 112 kB | 155/186 kB Progress (4): 704/920 kB | 376/429 kB | 112 kB | 159/186 kB Progress (4): 704/920 kB | 376/429 kB | 112 kB | 163/186 kB Progress (4): 712/920 kB | 376/429 kB | 112 kB | 163/186 kB Progress (4): 712/920 kB | 380/429 kB | 112 kB | 163/186 kB Progress (4): 720/920 kB | 380/429 kB | 112 kB | 163/186 kB Progress (4): 720/920 kB | 384/429 kB | 112 kB | 163/186 kB Progress (4): 720/920 kB | 384/429 kB | 112 kB | 167/186 kB Progress (4): 720/920 kB | 389/429 kB | 112 kB | 167/186 kB Progress (4): 720/920 kB | 389/429 kB | 112 kB | 171/186 kB Progress (4): 729/920 kB | 389/429 kB | 112 kB | 171/186 kB Progress (5): 729/920 kB | 389/429 kB | 112 kB | 171/186 kB | 4.1/524 kB Progress (5): 729/920 kB | 393/429 kB | 112 kB | 171/186 kB | 4.1/524 kB Progress (5): 729/920 kB | 393/429 kB | 112 kB | 171/186 kB | 7.7/524 kB Progress (5): 737/920 kB | 393/429 kB | 112 kB | 171/186 kB | 7.7/524 kB Progress (5): 737/920 kB | 393/429 kB | 112 kB | 176/186 kB | 7.7/524 kB Progress (5): 737/920 kB | 397/429 kB | 112 kB | 176/186 kB | 7.7/524 kB Progress (5): 737/920 kB | 397/429 kB | 112 kB | 176/186 kB | 12/524 kB Progress (5): 745/920 kB | 397/429 kB | 112 kB | 176/186 kB | 12/524 kB Progress (5): 745/920 kB | 401/429 kB | 112 kB | 176/186 kB | 12/524 kB Progress (5): 745/920 kB | 401/429 kB | 112 kB | 180/186 kB | 12/524 kB Progress (5): 745/920 kB | 405/429 kB | 112 kB | 180/186 kB | 12/524 kB Progress (5): 753/920 kB | 405/429 kB | 112 kB | 180/186 kB | 12/524 kB Progress (5): 753/920 kB | 405/429 kB | 112 kB | 180/186 kB | 16/524 kB Progress (5): 753/920 kB | 405/429 kB | 112 kB | 184/186 kB | 16/524 kB Progress (5): 753/920 kB | 409/429 kB | 112 kB | 184/186 kB | 16/524 kB Progress (5): 753/920 kB | 409/429 kB | 112 kB | 186 kB | 16/524 kB Progress (5): 761/920 kB | 409/429 kB | 112 kB | 186 kB | 16/524 kB Progress (5): 761/920 kB | 409/429 kB | 112 kB | 186 kB | 20/524 kB Progress (5): 761/920 kB | 413/429 kB | 112 kB | 186 kB | 20/524 kB Progress (5): 770/920 kB | 413/429 kB | 112 kB | 186 kB | 20/524 kB Progress (5): 770/920 kB | 417/429 kB | 112 kB | 186 kB | 20/524 kB Progress (5): 770/920 kB | 417/429 kB | 112 kB | 186 kB | 24/524 kB Progress (5): 770/920 kB | 421/429 kB | 112 kB | 186 kB | 24/524 kB Progress (5): 778/920 kB | 421/429 kB | 112 kB | 186 kB | 24/524 kB Progress (5): 778/920 kB | 421/429 kB | 112 kB | 186 kB | 28/524 kB Progress (5): 786/920 kB | 421/429 kB | 112 kB | 186 kB | 28/524 kB Progress (5): 786/920 kB | 425/429 kB | 112 kB | 186 kB | 28/524 kB Progress (5): 786/920 kB | 425/429 kB | 112 kB | 186 kB | 32/524 kB Progress (5): 786/920 kB | 429 kB | 112 kB | 186 kB | 32/524 kB Progress (5): 794/920 kB | 429 kB | 112 kB | 186 kB | 32/524 kB Progress (5): 802/920 kB | 429 kB | 112 kB | 186 kB | 32/524 kB Progress (5): 802/920 kB | 429 kB | 112 kB | 186 kB | 36/524 kB Progress (5): 802/920 kB | 429 kB | 112 kB | 186 kB | 40/524 kB Progress (5): 802/920 kB | 429 kB | 112 kB | 186 kB | 45/524 kB Progress (5): 802/920 kB | 429 kB | 112 kB | 186 kB | 49/524 kB Progress (5): 802/920 kB | 429 kB | 112 kB | 186 kB | 53/524 kB Progress (5): 802/920 kB | 429 kB | 112 kB | 186 kB | 57/524 kB Progress (5): 802/920 kB | 429 kB | 112 kB | 186 kB | 61/524 kB Progress (5): 802/920 kB | 429 kB | 112 kB | 186 kB | 65/524 kB Progress (5): 802/920 kB | 429 kB | 112 kB | 186 kB | 69/524 kB Progress (5): 802/920 kB | 429 kB | 112 kB | 186 kB | 73/524 kB Progress (5): 802/920 kB | 429 kB | 112 kB | 186 kB | 77/524 kB Progress (5): 802/920 kB | 429 kB | 112 kB | 186 kB | 81/524 kB Progress (5): 802/920 kB | 429 kB | 112 kB | 186 kB | 85/524 kB Progress (5): 802/920 kB | 429 kB | 112 kB | 186 kB | 90/524 kB Progress (5): 802/920 kB | 429 kB | 112 kB | 186 kB | 94/524 kB Progress (5): 802/920 kB | 429 kB | 112 kB | 186 kB | 98/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 2.5 MB/s) 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 797 kB/s) Progress (3): 810/920 kB | 112 kB | 98/524 kB Progress (3): 810/920 kB | 112 kB | 102/524 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-booter/2.22.0/surefire-booter-2.22.0.jar Progress (3): 810/920 kB | 112 kB | 106/524 kB Progress (3): 819/920 kB | 112 kB | 106/524 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.surefire.testng/1.3.0/org.eclipse.tycho.surefire.testng-1.3.0.jar (112 kB at 477 kB/s) 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 (2): 827/920 kB | 106/524 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 (2): 827/920 kB | 110/524 kB Progress (2): 835/920 kB | 110/524 kB Progress (2): 835/920 kB | 114/524 kB Progress (2): 835/920 kB | 118/524 kB Progress (2): 843/920 kB | 118/524 kB Progress (2): 843/920 kB | 122/524 kB Progress (2): 851/920 kB | 122/524 kB Progress (2): 851/920 kB | 126/524 kB Progress (2): 851/920 kB | 131/524 kB Progress (2): 851/920 kB | 135/524 kB Progress (2): 860/920 kB | 135/524 kB Progress (2): 860/920 kB | 139/524 kB Progress (2): 868/920 kB | 139/524 kB Progress (2): 868/920 kB | 143/524 kB Progress (2): 868/920 kB | 147/524 kB Progress (2): 868/920 kB | 151/524 kB Progress (2): 876/920 kB | 151/524 kB Progress (2): 876/920 kB | 155/524 kB Progress (2): 884/920 kB | 155/524 kB Progress (2): 884/920 kB | 159/524 kB Progress (2): 884/920 kB | 163/524 kB Progress (2): 884/920 kB | 167/524 kB Progress (2): 884/920 kB | 171/524 kB Progress (2): 892/920 kB | 171/524 kB Progress (2): 892/920 kB | 176/524 kB Progress (2): 901/920 kB | 176/524 kB Progress (2): 901/920 kB | 180/524 kB Progress (2): 901/920 kB | 184/524 kB Progress (2): 901/920 kB | 188/524 kB Progress (2): 909/920 kB | 188/524 kB Progress (2): 909/920 kB | 192/524 kB Progress (2): 917/920 kB | 192/524 kB Progress (2): 917/920 kB | 196/524 kB Progress (2): 920 kB | 196/524 kB Progress (2): 920 kB | 200/524 kB Progress (2): 920 kB | 204/524 kB Progress (2): 920 kB | 208/524 kB Progress (2): 920 kB | 212/524 kB Progress (2): 920 kB | 217/524 kB Progress (2): 920 kB | 221/524 kB Progress (2): 920 kB | 225/524 kB Progress (2): 920 kB | 229/524 kB Progress (2): 920 kB | 233/524 kB Progress (2): 920 kB | 237/524 kB Progress (2): 920 kB | 241/524 kB Progress (2): 920 kB | 245/524 kB Progress (2): 920 kB | 249/524 kB Progress (2): 920 kB | 253/524 kB Progress (2): 920 kB | 258/524 kB Progress (2): 920 kB | 262/524 kB Progress (3): 920 kB | 262/524 kB | 4.1/39 kB Progress (3): 920 kB | 262/524 kB | 7.7/39 kB Progress (3): 920 kB | 266/524 kB | 7.7/39 kB Progress (3): 920 kB | 266/524 kB | 12/39 kB Progress (3): 920 kB | 270/524 kB | 12/39 kB Progress (3): 920 kB | 270/524 kB | 16/39 kB Progress (3): 920 kB | 274/524 kB | 16/39 kB Progress (3): 920 kB | 278/524 kB | 16/39 kB Progress (4): 920 kB | 278/524 kB | 16/39 kB | 4.1/273 kB Progress (4): 920 kB | 278/524 kB | 16/39 kB | 7.7/273 kB Progress (4): 920 kB | 278/524 kB | 20/39 kB | 7.7/273 kB Progress (4): 920 kB | 282/524 kB | 20/39 kB | 7.7/273 kB Progress (4): 920 kB | 282/524 kB | 20/39 kB | 12/273 kB Progress (5): 920 kB | 282/524 kB | 20/39 kB | 12/273 kB | 4.1/156 kB Progress (5): 920 kB | 286/524 kB | 20/39 kB | 12/273 kB | 4.1/156 kB Progress (5): 920 kB | 286/524 kB | 24/39 kB | 12/273 kB | 4.1/156 kB Progress (5): 920 kB | 290/524 kB | 24/39 kB | 12/273 kB | 4.1/156 kB Progress (5): 920 kB | 290/524 kB | 24/39 kB | 12/273 kB | 7.7/156 kB Progress (5): 920 kB | 290/524 kB | 24/39 kB | 16/273 kB | 7.7/156 kB Progress (5): 920 kB | 290/524 kB | 24/39 kB | 16/273 kB | 12/156 kB Progress (5): 920 kB | 294/524 kB | 24/39 kB | 16/273 kB | 12/156 kB Progress (5): 920 kB | 294/524 kB | 28/39 kB | 16/273 kB | 12/156 kB Progress (5): 920 kB | 294/524 kB | 28/39 kB | 20/273 kB | 12/156 kB Progress (5): 920 kB | 294/524 kB | 28/39 kB | 20/273 kB | 16/156 kB Progress (5): 920 kB | 298/524 kB | 28/39 kB | 20/273 kB | 16/156 kB Progress (5): 920 kB | 298/524 kB | 28/39 kB | 24/273 kB | 16/156 kB Progress (5): 920 kB | 298/524 kB | 32/39 kB | 24/273 kB | 16/156 kB Progress (5): 920 kB | 298/524 kB | 32/39 kB | 28/273 kB | 16/156 kB Progress (5): 920 kB | 303/524 kB | 32/39 kB | 28/273 kB | 16/156 kB Progress (5): 920 kB | 303/524 kB | 36/39 kB | 28/273 kB | 16/156 kB Progress (5): 920 kB | 303/524 kB | 36/39 kB | 32/273 kB | 16/156 kB Progress (5): 920 kB | 303/524 kB | 36/39 kB | 32/273 kB | 20/156 kB Progress (5): 920 kB | 303/524 kB | 39 kB | 32/273 kB | 20/156 kB Progress (5): 920 kB | 307/524 kB | 39 kB | 32/273 kB | 20/156 kB Progress (5): 920 kB | 307/524 kB | 39 kB | 32/273 kB | 24/156 kB Progress (5): 920 kB | 307/524 kB | 39 kB | 36/273 kB | 24/156 kB Progress (5): 920 kB | 311/524 kB | 39 kB | 36/273 kB | 24/156 kB Progress (5): 920 kB | 311/524 kB | 39 kB | 40/273 kB | 24/156 kB Progress (5): 920 kB | 311/524 kB | 39 kB | 40/273 kB | 28/156 kB Progress (5): 920 kB | 311/524 kB | 39 kB | 45/273 kB | 28/156 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.surefire.osgibooter/1.3.0/org.eclipse.tycho.surefire.osgibooter-1.3.0.jar (920 kB at 3.6 MB/s) Progress (4): 311/524 kB | 39 kB | 49/273 kB | 28/156 kB Progress (4): 315/524 kB | 39 kB | 49/273 kB | 28/156 kB Progress (4): 315/524 kB | 39 kB | 49/273 kB | 32/156 kB Progress (4): 319/524 kB | 39 kB | 49/273 kB | 32/156 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-profile/2.2.1/maven-profile-2.2.1.jar Progress (4): 319/524 kB | 39 kB | 49/273 kB | 36/156 kB Progress (4): 319/524 kB | 39 kB | 53/273 kB | 36/156 kB Progress (4): 323/524 kB | 39 kB | 53/273 kB | 36/156 kB Progress (4): 323/524 kB | 39 kB | 57/273 kB | 36/156 kB Progress (4): 323/524 kB | 39 kB | 57/273 kB | 40/156 kB Progress (4): 323/524 kB | 39 kB | 61/273 kB | 40/156 kB Progress (4): 327/524 kB | 39 kB | 61/273 kB | 40/156 kB Progress (4): 327/524 kB | 39 kB | 65/273 kB | 40/156 kB Progress (4): 327/524 kB | 39 kB | 65/273 kB | 45/156 kB Progress (4): 327/524 kB | 39 kB | 65/273 kB | 49/156 kB Progress (4): 331/524 kB | 39 kB | 65/273 kB | 49/156 kB Progress (4): 335/524 kB | 39 kB | 65/273 kB | 49/156 kB Progress (4): 335/524 kB | 39 kB | 69/273 kB | 49/156 kB Progress (4): 335/524 kB | 39 kB | 69/273 kB | 53/156 kB Progress (4): 339/524 kB | 39 kB | 69/273 kB | 53/156 kB Progress (4): 339/524 kB | 39 kB | 69/273 kB | 57/156 kB Progress (4): 339/524 kB | 39 kB | 73/273 kB | 57/156 kB Progress (4): 339/524 kB | 39 kB | 73/273 kB | 61/156 kB Progress (4): 344/524 kB | 39 kB | 73/273 kB | 61/156 kB Progress (4): 344/524 kB | 39 kB | 73/273 kB | 65/156 kB Progress (4): 344/524 kB | 39 kB | 77/273 kB | 65/156 kB Progress (4): 344/524 kB | 39 kB | 81/273 kB | 65/156 kB Progress (4): 348/524 kB | 39 kB | 81/273 kB | 65/156 kB Progress (4): 348/524 kB | 39 kB | 81/273 kB | 69/156 kB Progress (4): 352/524 kB | 39 kB | 81/273 kB | 69/156 kB Progress (4): 352/524 kB | 39 kB | 81/273 kB | 73/156 kB Progress (4): 356/524 kB | 39 kB | 81/273 kB | 73/156 kB Progress (4): 356/524 kB | 39 kB | 81/273 kB | 77/156 kB Progress (4): 356/524 kB | 39 kB | 85/273 kB | 77/156 kB Progress (4): 356/524 kB | 39 kB | 85/273 kB | 81/156 kB Progress (4): 360/524 kB | 39 kB | 85/273 kB | 81/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 152 kB/s) Progress (3): 360/524 kB | 90/273 kB | 81/156 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact-manager/2.2.1/maven-artifact-manager-2.2.1.jar Progress (3): 360/524 kB | 90/273 kB | 85/156 kB Progress (3): 364/524 kB | 90/273 kB | 85/156 kB Progress (3): 364/524 kB | 90/273 kB | 90/156 kB Progress (3): 364/524 kB | 94/273 kB | 90/156 kB Progress (3): 364/524 kB | 94/273 kB | 94/156 kB Progress (3): 368/524 kB | 94/273 kB | 94/156 kB Progress (3): 368/524 kB | 94/273 kB | 98/156 kB Progress (3): 368/524 kB | 98/273 kB | 98/156 kB Progress (3): 372/524 kB | 98/273 kB | 98/156 kB Progress (3): 376/524 kB | 98/273 kB | 98/156 kB Progress (3): 376/524 kB | 98/273 kB | 102/156 kB Progress (3): 376/524 kB | 98/273 kB | 106/156 kB Progress (3): 376/524 kB | 102/273 kB | 106/156 kB Progress (3): 380/524 kB | 102/273 kB | 106/156 kB Progress (3): 380/524 kB | 102/273 kB | 110/156 kB Progress (3): 384/524 kB | 102/273 kB | 110/156 kB Progress (3): 384/524 kB | 106/273 kB | 110/156 kB Progress (3): 389/524 kB | 106/273 kB | 110/156 kB Progress (3): 389/524 kB | 106/273 kB | 114/156 kB Progress (3): 393/524 kB | 106/273 kB | 114/156 kB Progress (3): 393/524 kB | 110/273 kB | 114/156 kB Progress (3): 393/524 kB | 114/273 kB | 114/156 kB Progress (3): 393/524 kB | 114/273 kB | 118/156 kB Progress (3): 397/524 kB | 114/273 kB | 118/156 kB Progress (3): 397/524 kB | 114/273 kB | 122/156 kB Progress (3): 397/524 kB | 114/273 kB | 126/156 kB Progress (3): 397/524 kB | 114/273 kB | 131/156 kB Progress (3): 397/524 kB | 114/273 kB | 135/156 kB Progress (3): 397/524 kB | 114/273 kB | 139/156 kB Progress (3): 397/524 kB | 114/273 kB | 143/156 kB Progress (4): 397/524 kB | 114/273 kB | 143/156 kB | 4.1/35 kB Progress (4): 397/524 kB | 114/273 kB | 143/156 kB | 7.7/35 kB Progress (4): 397/524 kB | 114/273 kB | 143/156 kB | 12/35 kB Progress (4): 397/524 kB | 114/273 kB | 143/156 kB | 16/35 kB Progress (4): 397/524 kB | 114/273 kB | 143/156 kB | 20/35 kB Progress (4): 401/524 kB | 114/273 kB | 143/156 kB | 20/35 kB Progress (4): 401/524 kB | 114/273 kB | 143/156 kB | 24/35 kB Progress (4): 401/524 kB | 114/273 kB | 147/156 kB | 24/35 kB Progress (4): 401/524 kB | 118/273 kB | 147/156 kB | 24/35 kB Progress (4): 401/524 kB | 118/273 kB | 147/156 kB | 28/35 kB Progress (4): 405/524 kB | 118/273 kB | 147/156 kB | 28/35 kB Progress (5): 405/524 kB | 118/273 kB | 147/156 kB | 28/35 kB | 4.1/68 kB Progress (5): 405/524 kB | 118/273 kB | 147/156 kB | 32/35 kB | 4.1/68 kB Progress (5): 405/524 kB | 118/273 kB | 151/156 kB | 32/35 kB | 4.1/68 kB Progress (5): 405/524 kB | 122/273 kB | 151/156 kB | 32/35 kB | 4.1/68 kB Progress (5): 405/524 kB | 122/273 kB | 155/156 kB | 32/35 kB | 4.1/68 kB Progress (5): 405/524 kB | 122/273 kB | 155/156 kB | 35 kB | 4.1/68 kB Progress (5): 405/524 kB | 122/273 kB | 155/156 kB | 35 kB | 7.7/68 kB Progress (5): 409/524 kB | 122/273 kB | 155/156 kB | 35 kB | 7.7/68 kB Progress (5): 409/524 kB | 122/273 kB | 155/156 kB | 35 kB | 12/68 kB Progress (5): 409/524 kB | 122/273 kB | 156 kB | 35 kB | 12/68 kB Progress (5): 409/524 kB | 126/273 kB | 156 kB | 35 kB | 12/68 kB Progress (5): 413/524 kB | 126/273 kB | 156 kB | 35 kB | 12/68 kB Progress (5): 413/524 kB | 126/273 kB | 156 kB | 35 kB | 16/68 kB Progress (5): 417/524 kB | 126/273 kB | 156 kB | 35 kB | 16/68 kB Progress (5): 417/524 kB | 131/273 kB | 156 kB | 35 kB | 16/68 kB Progress (5): 421/524 kB | 131/273 kB | 156 kB | 35 kB | 16/68 kB Progress (5): 425/524 kB | 131/273 kB | 156 kB | 35 kB | 16/68 kB Progress (5): 425/524 kB | 135/273 kB | 156 kB | 35 kB | 16/68 kB Progress (5): 425/524 kB | 135/273 kB | 156 kB | 35 kB | 20/68 kB Progress (5): 430/524 kB | 135/273 kB | 156 kB | 35 kB | 20/68 kB Progress (5): 430/524 kB | 139/273 kB | 156 kB | 35 kB | 20/68 kB Progress (5): 434/524 kB | 139/273 kB | 156 kB | 35 kB | 20/68 kB Progress (5): 434/524 kB | 139/273 kB | 156 kB | 35 kB | 24/68 kB Progress (5): 438/524 kB | 139/273 kB | 156 kB | 35 kB | 24/68 kB Progress (5): 438/524 kB | 143/273 kB | 156 kB | 35 kB | 24/68 kB Progress (5): 442/524 kB | 143/273 kB | 156 kB | 35 kB | 24/68 kB Progress (5): 442/524 kB | 143/273 kB | 156 kB | 35 kB | 28/68 kB Progress (5): 442/524 kB | 147/273 kB | 156 kB | 35 kB | 28/68 kB Progress (5): 442/524 kB | 147/273 kB | 156 kB | 35 kB | 32/68 kB Progress (5): 446/524 kB | 147/273 kB | 156 kB | 35 kB | 32/68 kB Progress (5): 446/524 kB | 151/273 kB | 156 kB | 35 kB | 32/68 kB Progress (5): 450/524 kB | 151/273 kB | 156 kB | 35 kB | 32/68 kB Progress (5): 450/524 kB | 155/273 kB | 156 kB | 35 kB | 32/68 kB Progress (5): 454/524 kB | 155/273 kB | 156 kB | 35 kB | 32/68 kB Progress (5): 454/524 kB | 155/273 kB | 156 kB | 35 kB | 36/68 kB Progress (5): 454/524 kB | 159/273 kB | 156 kB | 35 kB | 36/68 kB Progress (5): 454/524 kB | 159/273 kB | 156 kB | 35 kB | 40/68 kB Progress (5): 458/524 kB | 159/273 kB | 156 kB | 35 kB | 40/68 kB Progress (5): 458/524 kB | 159/273 kB | 156 kB | 35 kB | 45/68 kB Progress (5): 458/524 kB | 163/273 kB | 156 kB | 35 kB | 45/68 kB Progress (5): 462/524 kB | 163/273 kB | 156 kB | 35 kB | 45/68 kB Progress (5): 462/524 kB | 163/273 kB | 156 kB | 35 kB | 49/68 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 441 kB/s) 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 100 kB/s) Progress (3): 466/524 kB | 163/273 kB | 49/68 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-registry/2.2.1/maven-plugin-registry-2.2.1.jar Progress (3): 466/524 kB | 163/273 kB | 53/68 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/backport-util-concurrent/backport-util-concurrent/3.1/backport-util-concurrent-3.1.jar Progress (3): 466/524 kB | 167/273 kB | 53/68 kB Progress (3): 466/524 kB | 167/273 kB | 57/68 kB Progress (3): 471/524 kB | 167/273 kB | 57/68 kB Progress (3): 471/524 kB | 167/273 kB | 61/68 kB Progress (3): 471/524 kB | 171/273 kB | 61/68 kB Progress (3): 471/524 kB | 171/273 kB | 65/68 kB Progress (3): 475/524 kB | 171/273 kB | 65/68 kB Progress (3): 475/524 kB | 176/273 kB | 65/68 kB Progress (3): 475/524 kB | 176/273 kB | 68 kB Progress (3): 475/524 kB | 180/273 kB | 68 kB Progress (3): 479/524 kB | 180/273 kB | 68 kB Progress (3): 479/524 kB | 184/273 kB | 68 kB Progress (3): 483/524 kB | 184/273 kB | 68 kB Progress (3): 483/524 kB | 188/273 kB | 68 kB Progress (3): 487/524 kB | 188/273 kB | 68 kB Progress (3): 487/524 kB | 192/273 kB | 68 kB Progress (3): 491/524 kB | 192/273 kB | 68 kB Progress (3): 491/524 kB | 196/273 kB | 68 kB Progress (3): 491/524 kB | 200/273 kB | 68 kB Progress (3): 491/524 kB | 204/273 kB | 68 kB Progress (3): 495/524 kB | 204/273 kB | 68 kB Progress (3): 495/524 kB | 208/273 kB | 68 kB Progress (3): 499/524 kB | 208/273 kB | 68 kB Progress (3): 499/524 kB | 212/273 kB | 68 kB Progress (3): 503/524 kB | 212/273 kB | 68 kB Progress (3): 507/524 kB | 212/273 kB | 68 kB Progress (3): 507/524 kB | 217/273 kB | 68 kB Progress (3): 507/524 kB | 221/273 kB | 68 kB Progress (3): 507/524 kB | 225/273 kB | 68 kB Progress (3): 507/524 kB | 229/273 kB | 68 kB Progress (3): 511/524 kB | 229/273 kB | 68 kB Progress (3): 516/524 kB | 229/273 kB | 68 kB Progress (3): 516/524 kB | 233/273 kB | 68 kB Progress (3): 520/524 kB | 233/273 kB | 68 kB Progress (3): 520/524 kB | 237/273 kB | 68 kB Progress (3): 524/524 kB | 237/273 kB | 68 kB Progress (3): 524/524 kB | 241/273 kB | 68 kB Progress (3): 524 kB | 241/273 kB | 68 kB Progress (3): 524 kB | 245/273 kB | 68 kB Progress (3): 524 kB | 249/273 kB | 68 kB Progress (3): 524 kB | 253/273 kB | 68 kB Progress (3): 524 kB | 258/273 kB | 68 kB Progress (3): 524 kB | 262/273 kB | 68 kB Progress (3): 524 kB | 266/273 kB | 68 kB Progress (3): 524 kB | 270/273 kB | 68 kB Progress (3): 524 kB | 273 kB | 68 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 185 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 (3): 524 kB | 273 kB | 4.1/30 kB Progress (3): 524 kB | 273 kB | 7.7/30 kB Progress (3): 524 kB | 273 kB | 12/30 kB Progress (3): 524 kB | 273 kB | 16/30 kB Progress (4): 524 kB | 273 kB | 16/30 kB | 4.1/332 kB Progress (4): 524 kB | 273 kB | 16/30 kB | 7.7/332 kB Progress (4): 524 kB | 273 kB | 16/30 kB | 12/332 kB Progress (4): 524 kB | 273 kB | 20/30 kB | 12/332 kB Progress (4): 524 kB | 273 kB | 20/30 kB | 16/332 kB Progress (4): 524 kB | 273 kB | 24/30 kB | 16/332 kB Progress (4): 524 kB | 273 kB | 28/30 kB | 16/332 kB Progress (4): 524 kB | 273 kB | 30 kB | 16/332 kB Progress (4): 524 kB | 273 kB | 30 kB | 20/332 kB Progress (4): 524 kB | 273 kB | 30 kB | 24/332 kB Progress (4): 524 kB | 273 kB | 30 kB | 28/332 kB Progress (4): 524 kB | 273 kB | 30 kB | 32/332 kB Progress (4): 524 kB | 273 kB | 30 kB | 36/332 kB Progress (4): 524 kB | 273 kB | 30 kB | 40/332 kB Progress (4): 524 kB | 273 kB | 30 kB | 45/332 kB Progress (4): 524 kB | 273 kB | 30 kB | 49/332 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 737 kB/s) Progress (3): 524 kB | 30 kB | 53/332 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-java/0.9.8/plexus-java-0.9.8.jar Progress (3): 524 kB | 30 kB | 57/332 kB Progress (3): 524 kB | 30 kB | 61/332 kB Progress (3): 524 kB | 30 kB | 65/332 kB Progress (3): 524 kB | 30 kB | 69/332 kB Progress (3): 524 kB | 30 kB | 73/332 kB Progress (3): 524 kB | 30 kB | 77/332 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/maven-surefire-common/2.22.0/maven-surefire-common-2.22.0.jar (524 kB at 1.4 MB/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 (2): 30 kB | 81/332 kB Progress (3): 30 kB | 81/332 kB | 4.1/38 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-registry/2.2.1/maven-plugin-registry-2.2.1.jar (30 kB at 69 kB/s) Progress (2): 81/332 kB | 7.7/38 kB Progress (2): 85/332 kB | 7.7/38 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/thoughtworks/qdox/qdox/2.0-M7/qdox-2.0-M7.jar Progress (3): 85/332 kB | 7.7/38 kB | 4.1/35 kB Progress (3): 90/332 kB | 7.7/38 kB | 4.1/35 kB Progress (3): 90/332 kB | 12/38 kB | 4.1/35 kB Progress (3): 94/332 kB | 12/38 kB | 4.1/35 kB Progress (3): 94/332 kB | 12/38 kB | 7.7/35 kB Progress (3): 98/332 kB | 12/38 kB | 7.7/35 kB Progress (3): 98/332 kB | 16/38 kB | 7.7/35 kB Progress (3): 98/332 kB | 16/38 kB | 12/35 kB Progress (3): 98/332 kB | 16/38 kB | 16/35 kB Progress (3): 102/332 kB | 16/38 kB | 16/35 kB Progress (3): 106/332 kB | 16/38 kB | 16/35 kB Progress (3): 106/332 kB | 16/38 kB | 20/35 kB Progress (3): 110/332 kB | 16/38 kB | 20/35 kB Progress (3): 110/332 kB | 20/38 kB | 20/35 kB Progress (3): 114/332 kB | 20/38 kB | 20/35 kB Progress (3): 114/332 kB | 20/38 kB | 24/35 kB Progress (3): 114/332 kB | 24/38 kB | 24/35 kB Progress (3): 114/332 kB | 24/38 kB | 28/35 kB Progress (3): 114/332 kB | 28/38 kB | 28/35 kB Progress (3): 118/332 kB | 28/38 kB | 28/35 kB Progress (3): 118/332 kB | 28/38 kB | 32/35 kB Progress (3): 122/332 kB | 28/38 kB | 32/35 kB Progress (3): 122/332 kB | 28/38 kB | 35 kB Progress (3): 122/332 kB | 32/38 kB | 35 kB Progress (3): 126/332 kB | 32/38 kB | 35 kB Progress (3): 131/332 kB | 32/38 kB | 35 kB Progress (3): 131/332 kB | 36/38 kB | 35 kB Progress (3): 131/332 kB | 38 kB | 35 kB Progress (3): 135/332 kB | 38 kB | 35 kB Progress (3): 139/332 kB | 38 kB | 35 kB Progress (3): 143/332 kB | 38 kB | 35 kB Progress (3): 147/332 kB | 38 kB | 35 kB Progress (3): 151/332 kB | 38 kB | 35 kB Progress (3): 155/332 kB | 38 kB | 35 kB Progress (3): 159/332 kB | 38 kB | 35 kB Progress (3): 163/332 kB | 38 kB | 35 kB Progress (3): 167/332 kB | 38 kB | 35 kB Progress (3): 171/332 kB | 38 kB | 35 kB Progress (3): 176/332 kB | 38 kB | 35 kB Progress (3): 180/332 kB | 38 kB | 35 kB Progress (3): 184/332 kB | 38 kB | 35 kB Progress (3): 188/332 kB | 38 kB | 35 kB Progress (3): 192/332 kB | 38 kB | 35 kB Progress (3): 196/332 kB | 38 kB | 35 kB Progress (3): 200/332 kB | 38 kB | 35 kB Progress (3): 204/332 kB | 38 kB | 35 kB Progress (3): 208/332 kB | 38 kB | 35 kB Progress (3): 212/332 kB | 38 kB | 35 kB Progress (3): 217/332 kB | 38 kB | 35 kB Progress (3): 221/332 kB | 38 kB | 35 kB Progress (3): 225/332 kB | 38 kB | 35 kB Progress (3): 229/332 kB | 38 kB | 35 kB Progress (3): 233/332 kB | 38 kB | 35 kB Progress (3): 237/332 kB | 38 kB | 35 kB Progress (3): 241/332 kB | 38 kB | 35 kB Progress (3): 245/332 kB | 38 kB | 35 kB Progress (3): 249/332 kB | 38 kB | 35 kB Progress (3): 253/332 kB | 38 kB | 35 kB Progress (3): 258/332 kB | 38 kB | 35 kB Progress (4): 258/332 kB | 38 kB | 35 kB | 4.1/108 kB Progress (4): 262/332 kB | 38 kB | 35 kB | 4.1/108 kB Progress (4): 262/332 kB | 38 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 79 kB/s) Progress (3): 266/332 kB | 38 kB | 7.7/108 kB Progress (3): 266/332 kB | 38 kB | 12/108 kB Progress (3): 270/332 kB | 38 kB | 12/108 kB Progress (3): 270/332 kB | 38 kB | 16/108 kB Progress (3): 274/332 kB | 38 kB | 16/108 kB Progress (3): 278/332 kB | 38 kB | 16/108 kB Progress (3): 278/332 kB | 38 kB | 20/108 kB Progress (3): 278/332 kB | 38 kB | 24/108 kB Progress (3): 282/332 kB | 38 kB | 24/108 kB Progress (3): 282/332 kB | 38 kB | 28/108 kB Progress (3): 286/332 kB | 38 kB | 28/108 kB Progress (3): 286/332 kB | 38 kB | 32/108 kB Progress (3): 290/332 kB | 38 kB | 32/108 kB Progress (3): 294/332 kB | 38 kB | 32/108 kB Progress (3): 294/332 kB | 38 kB | 36/108 kB Progress (3): 294/332 kB | 38 kB | 40/108 kB Progress (3): 298/332 kB | 38 kB | 40/108 kB Progress (3): 298/332 kB | 38 kB | 45/108 kB Progress (3): 303/332 kB | 38 kB | 45/108 kB Progress (3): 303/332 kB | 38 kB | 49/108 kB Progress (3): 307/332 kB | 38 kB | 49/108 kB Progress (3): 311/332 kB | 38 kB | 49/108 kB Progress (3): 311/332 kB | 38 kB | 53/108 kB Progress (3): 311/332 kB | 38 kB | 57/108 kB Progress (3): 315/332 kB | 38 kB | 57/108 kB Progress (3): 315/332 kB | 38 kB | 61/108 kB Progress (3): 319/332 kB | 38 kB | 61/108 kB Progress (3): 319/332 kB | 38 kB | 65/108 kB Progress (3): 323/332 kB | 38 kB | 65/108 kB Progress (3): 327/332 kB | 38 kB | 65/108 kB Progress (3): 331/332 kB | 38 kB | 65/108 kB Progress (3): 331/332 kB | 38 kB | 69/108 kB Progress (3): 332 kB | 38 kB | 69/108 kB Progress (3): 332 kB | 38 kB | 73/108 kB Progress (3): 332 kB | 38 kB | 77/108 kB Progress (3): 332 kB | 38 kB | 81/108 kB Progress (3): 332 kB | 38 kB | 85/108 kB Progress (3): 332 kB | 38 kB | 90/108 kB Progress (3): 332 kB | 38 kB | 94/108 kB Progress (3): 332 kB | 38 kB | 98/108 kB Progress (3): 332 kB | 38 kB | 102/108 kB Progress (3): 332 kB | 38 kB | 106/108 kB Progress (3): 332 kB | 38 kB | 108 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-toolchain/2.2.1/maven-toolchain-2.2.1.jar (38 kB at 83 kB/s) Progress (3): 332 kB | 108 kB | 4.1/315 kB Progress (3): 332 kB | 108 kB | 7.7/315 kB Progress (3): 332 kB | 108 kB | 12/315 kB Progress (3): 332 kB | 108 kB | 16/315 kB Progress (3): 332 kB | 108 kB | 20/315 kB Progress (3): 332 kB | 108 kB | 24/315 kB Progress (3): 332 kB | 108 kB | 28/315 kB Progress (3): 332 kB | 108 kB | 32/315 kB Progress (3): 332 kB | 108 kB | 36/315 kB Progress (3): 332 kB | 108 kB | 40/315 kB Progress (3): 332 kB | 108 kB | 45/315 kB Progress (3): 332 kB | 108 kB | 49/315 kB Progress (3): 332 kB | 108 kB | 53/315 kB Progress (3): 332 kB | 108 kB | 57/315 kB Progress (3): 332 kB | 108 kB | 61/315 kB Progress (3): 332 kB | 108 kB | 65/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 712 kB/s) 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 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 206 kB/s) Progress (1): 184/315 kB Progress (1): 188/315 kB Progress (1): 192/315 kB Progress (1): 196/315 kB Progress (1): 200/315 kB Progress (1): 204/315 kB Progress (1): 208/315 kB Progress (1): 212/315 kB Progress (1): 217/315 kB Progress (1): 221/315 kB Progress (1): 225/315 kB Progress (1): 229/315 kB Progress (1): 233/315 kB Progress (1): 237/315 kB Progress (1): 241/315 kB Progress (1): 245/315 kB Progress (1): 249/315 kB Progress (1): 253/315 kB Progress (1): 258/315 kB Progress (1): 262/315 kB Progress (1): 266/315 kB Progress (1): 270/315 kB Progress (1): 274/315 kB Progress (1): 278/315 kB Progress (1): 282/315 kB Progress (1): 286/315 kB Progress (1): 290/315 kB Progress (1): 294/315 kB Progress (1): 298/315 kB Progress (1): 303/315 kB Progress (1): 307/315 kB Progress (1): 311/315 kB Progress (1): 315/315 kB Progress (1): 315 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/thoughtworks/qdox/qdox/2.0-M7/qdox-2.0-M7.jar (315 kB at 510 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 19 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 437 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 440 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 2.0 MB/s) Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-archiver/2.5/maven-archiver-2.5.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-archiver/2.5/maven-archiver-2.5.pom Progress (1): 4.1 kB Progress (1): 4.5 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-archiver/2.5/maven-archiver-2.5.pom (4.5 kB at 53 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 202 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 25 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 465 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/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 Progress (2): 22 kB | 4.1/316 kB Progress (2): 22 kB | 7.7/316 kB Progress (2): 22 kB | 12/316 kB Progress (2): 22 kB | 16/316 kB Progress (2): 22 kB | 20/316 kB Progress (2): 22 kB | 24/316 kB Progress (2): 22 kB | 28/316 kB Progress (2): 22 kB | 32/316 kB Progress (2): 22 kB | 36/316 kB Progress (2): 22 kB | 40/316 kB Progress (2): 22 kB | 45/316 kB Progress (2): 22 kB | 49/316 kB Progress (2): 22 kB | 53/316 kB Progress (2): 22 kB | 57/316 kB Progress (2): 22 kB | 61/316 kB Progress (2): 22 kB | 65/316 kB Progress (2): 22 kB | 69/316 kB Progress (2): 22 kB | 73/316 kB Progress (2): 22 kB | 77/316 kB Progress (2): 22 kB | 81/316 kB Progress (2): 22 kB | 85/316 kB Progress (2): 22 kB | 90/316 kB Progress (2): 22 kB | 94/316 kB Progress (2): 22 kB | 98/316 kB Progress (2): 22 kB | 102/316 kB Progress (2): 22 kB | 106/316 kB Progress (2): 22 kB | 110/316 kB Progress (2): 22 kB | 114/316 kB Progress (2): 22 kB | 118/316 kB Progress (2): 22 kB | 122/316 kB Progress (2): 22 kB | 126/316 kB Progress (2): 22 kB | 131/316 kB Progress (2): 22 kB | 135/316 kB Progress (2): 22 kB | 139/316 kB Progress (2): 22 kB | 143/316 kB Progress (2): 22 kB | 147/316 kB Progress (2): 22 kB | 151/316 kB Progress (2): 22 kB | 155/316 kB Progress (2): 22 kB | 159/316 kB Progress (2): 22 kB | 163/316 kB Progress (2): 22 kB | 167/316 kB Progress (2): 22 kB | 171/316 kB Progress (2): 22 kB | 176/316 kB Progress (2): 22 kB | 180/316 kB Progress (2): 22 kB | 184/316 kB Progress (2): 22 kB | 188/316 kB Progress (2): 22 kB | 192/316 kB Progress (2): 22 kB | 196/316 kB Progress (2): 22 kB | 200/316 kB Progress (2): 22 kB | 204/316 kB Progress (2): 22 kB | 208/316 kB Progress (2): 22 kB | 212/316 kB Progress (2): 22 kB | 217/316 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 532 kB/s) Progress (1): 221/316 kB Progress (1): 225/316 kB Progress (1): 229/316 kB Progress (1): 233/316 kB Progress (1): 237/316 kB Progress (1): 241/316 kB Progress (1): 245/316 kB Progress (1): 249/316 kB Progress (1): 253/316 kB Progress (1): 258/316 kB Progress (1): 262/316 kB Progress (1): 266/316 kB Progress (1): 270/316 kB Progress (1): 274/316 kB Progress (1): 278/316 kB Progress (1): 282/316 kB Progress (1): 286/316 kB Progress (1): 290/316 kB Progress (1): 294/316 kB Progress (1): 298/316 kB Progress (1): 303/316 kB Progress (1): 307/316 kB Progress (1): 311/316 kB Progress (1): 315/316 kB Progress (1): 316 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-lang3/3.1/commons-lang3-3.1.jar (316 kB at 5.8 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 25 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 154 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 com.ibm.icu_63.1.0.v20181030-1705.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (9.35MB) [INFO] Fetching org.eclipse.osgi_3.13.200.v20181130-2106.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (454.7kB) [INFO] Fetching org.eclipse.osgi_3.13.200.v20181130-2106.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (454.7kB) [INFO] Fetching org.apache.ant_1.10.5.v20180808-0324.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (2.74MB) [INFO] Fetching org.apache.ant_1.10.5.v20180808-0324.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (2.74MB) [INFO] Fetching org.apache.batik.bridge_1.6.0.v201011041432.jar from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (504.53kB) [INFO] Fetching org.apache.batik.bridge_1.6.0.v201011041432.jar from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (504.53kB) [INFO] Fetching org.apache.batik.css_1.6.0.v201011041432.jar from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (259.85kB) [INFO] Fetching org.apache.batik.css_1.6.0.v201011041432.jar from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (259.85kB) [INFO] Fetching org.apache.batik.dom_1.6.1.v201505192100.jar from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (107.88kB) [INFO] Fetching org.apache.batik.dom_1.6.1.v201505192100.jar from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (107.88kB) [INFO] Fetching org.apache.batik.dom.svg_1.6.0.v201011041432.jar from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (453.74kB) [INFO] Fetching org.apache.batik.dom.svg_1.6.0.v201011041432.jar from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (453.74kB) [INFO] Fetching org.apache.batik.ext.awt_1.6.0.v201011041432.jar from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (387.41kB) [INFO] Fetching org.apache.batik.ext.awt_1.6.0.v201011041432.jar from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (387.41kB) [INFO] Fetching org.apache.batik.parser_1.6.0.v201011041432.jar from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (54.9kB) [INFO] Fetching org.apache.batik.parser_1.6.0.v201011041432.jar from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (54.9kB) [INFO] Fetching org.apache.batik.util_1.6.0.v201011041432.jar from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (99.44kB) [INFO] Fetching org.apache.batik.util_1.6.0.v201011041432.jar from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (99.44kB) [INFO] Fetching org.apache.batik.util.gui_1.6.0.v201011041432.jar from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (161.06kB) [INFO] Fetching org.apache.batik.util.gui_1.6.0.v201011041432.jar from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (161.06kB) [INFO] Fetching org.apache.batik.xml_1.6.0.v201011041432.jar from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (35.81kB) [INFO] Fetching org.apache.batik.xml_1.6.0.v201011041432.jar from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (35.81kB) [INFO] Fetching org.w3c.dom.svg_1.1.0.v201011041433.jar from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (95.26kB) [INFO] Fetching org.w3c.dom.svg_1.1.0.v201011041433.jar from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (95.26kB) [INFO] Fetching org.w3c.css.sac_1.3.1.v200903091627.jar from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (35.59kB) [INFO] Fetching org.w3c.css.sac_1.3.1.v200903091627.jar from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (35.59kB) [INFO] Fetching org.w3c.dom.events_3.0.0.draft20060413_v201105210656.jar from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (15.35kB) [INFO] Fetching org.w3c.dom.events_3.0.0.draft20060413_v201105210656.jar from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (15.35kB) [INFO] Fetching org.apache.batik.css_1.10.0.v20180703-1553.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (99.62kB) [INFO] Fetching org.apache.batik.css_1.10.0.v20180703-1553.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (99.62kB) [INFO] Fetching org.apache.batik.util_1.10.0.v20180703-1553.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (63.37kB) [INFO] Fetching org.apache.batik.util_1.10.0.v20180703-1553.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (63.37kB) [INFO] Fetching org.apache.batik.constants_1.10.0.v20180703-1553.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (13.04kB) [INFO] Fetching org.apache.batik.constants_1.10.0.v20180703-1553.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (13.04kB) [INFO] Fetching org.apache.batik.i18n_1.10.0.v20180703-1553.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (14.51kB) [INFO] Fetching org.apache.batik.i18n_1.10.0.v20180703-1553.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (14.51kB) [INFO] Fetching org.apache.xmlgraphics_2.2.0.v20180809-1640.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (248.02kB) [INFO] Fetching org.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.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.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.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.widgets.nattable.extension.nebula_1.1.0.201703192131.jar from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (31.58kB) [INFO] Fetching org.eclipse.nebula.widgets.nattable.extension.nebula_1.1.0.201703192131.jar from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (31.58kB) [INFO] Fetching org.eclipse.wb.core.lib_1.9.1.201809061025.jar from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (5.23MB) [INFO] Fetching org.eclipse.wb.core.lib_1.9.1.201809061025.jar from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (5.23MB) [INFO] Fetching org.eclipse.ocl.common.ui_1.8.100.v20181210-1441.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (14.18kB) [INFO] Fetching org.eclipse.ocl.common.ui_1.8.100.v20181210-1441.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (14.18kB) [INFO] Fetching org.eclipse.ocl.examples.debug_2.6.0.v20181210-1441.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (31.73kB) [INFO] Fetching org.eclipse.ocl.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.completeocl_1.6.0.v20181210-1441.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (157.74kB) [INFO] Fetching org.eclipse.ocl.xtext.oclinecore_1.6.0.v20181210-1441.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (167.45kB) [INFO] Fetching org.eclipse.ocl.xtext.oclinecore_1.6.0.v20181210-1441.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (167.45kB) [INFO] Fetching org.eclipse.ocl.xtext.oclstdlib_1.6.0.v20181210-1441.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (167.11kB) [INFO] Fetching org.eclipse.ocl.xtext.oclstdlib_1.6.0.v20181210-1441.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (167.11kB) [INFO] Fetching org.eclipse.ocl.examples.debug.vm_2.6.0.v20181210-1441.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (71.37kB) [INFO] Fetching org.eclipse.ocl.examples.debug.vm_2.6.0.v20181210-1441.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (71.37kB) [INFO] Fetching org.eclipse.ocl.xtext.base_1.6.0.v20181210-1441.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (157.53kB) [INFO] Fetching org.eclipse.ocl.xtext.base_1.6.0.v20181210-1441.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (157.53kB) [INFO] Fetching org.eclipse.ocl.examples.debug.vm.ui_2.6.0.v20181210-1441.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (31.07kB) [INFO] Fetching org.eclipse.ocl.examples.debug.vm.ui_2.6.0.v20181210-1441.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (31.07kB) [INFO] Fetching org.eclipse.xtext.ui_2.16.0.v20181203-1056.jar from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (1.83MB) [INFO] Fetching org.eclipse.xtext.ui_2.16.0.v20181203-1056.jar from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (1.83MB) [INFO] Fetching org.eclipse.ocl.examples.emf.validation.validity_2.6.0.v20181210-1441.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (57.69kB) [INFO] Fetching org.eclipse.ocl.examples.emf.validation.validity_2.6.0.v20181210-1441.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (57.69kB) [INFO] Fetching org.eclipse.ocl.pivot_1.6.0.v20181210-1441.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (930.86kB) [INFO] Fetching org.eclipse.ocl.pivot_1.6.0.v20181210-1441.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (930.86kB) [INFO] Fetching org.eclipse.ocl.examples.emf.validation.validity.ui_2.6.0.v20181210-1441.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (58.96kB) [INFO] Fetching org.eclipse.ocl.examples.emf.validation.validity.ui_2.6.0.v20181210-1441.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (58.96kB) [INFO] Fetching org.eclipse.ocl.examples.ui_1.8.100.v20181210-1441.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (8.72kB) [INFO] Fetching org.eclipse.ocl.examples.ui_1.8.100.v20181210-1441.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (8.72kB) [INFO] Fetching org.eclipse.ocl.examples.xtext.console_4.6.0.v20181210-1441.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (40.15kB) [INFO] Fetching org.eclipse.ocl.examples.xtext.console_4.6.0.v20181210-1441.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (40.15kB) [INFO] Fetching org.eclipse.ocl.xtext.essentialocl.ui_1.6.0.v20181210-1441.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (106.52kB) [INFO] Fetching org.eclipse.ocl.xtext.essentialocl.ui_1.6.0.v20181210-1441.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (106.52kB) [INFO] Fetching org.eclipse.ocl.pivot.ui_1.6.0.v20181210-1441.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (12.67kB) [INFO] Fetching org.eclipse.ocl.pivot.ui_1.6.0.v20181210-1441.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (12.67kB) [INFO] Fetching org.eclipse.xtext.ui.shared_2.16.0.v20181203-1056.jar from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (58.43kB) [INFO] Fetching org.eclipse.xtext.ui.shared_2.16.0.v20181203-1056.jar from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (58.43kB) [INFO] Fetching org.eclipse.ocl.xtext.completeocl.ui_1.6.0.v20181210-1441.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (140.84kB) [INFO] Fetching org.eclipse.ocl.xtext.completeocl.ui_1.6.0.v20181210-1441.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (140.84kB) [INFO] Fetching org.eclipse.ocl.xtext.oclstdlib.ui_1.6.0.v20181210-1441.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (160.56kB) [INFO] Fetching org.eclipse.ocl.xtext.oclstdlib.ui_1.6.0.v20181210-1441.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (160.56kB) [INFO] Fetching org.eclipse.ocl.pivot.uml_1.6.0.v20181210-1441.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (92.04kB) [INFO] Fetching org.eclipse.ocl.pivot.uml_1.6.0.v20181210-1441.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (92.04kB) [INFO] Fetching org.eclipse.uml2.codegen.ecore_2.5.0.v20181203-1331.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (144.05kB) [INFO] Fetching org.eclipse.uml2.codegen.ecore_2.5.0.v20181203-1331.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (144.05kB) [INFO] Fetching org.eclipse.xtext_2.16.0.v20181203-0514.jar from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (2.57MB) [INFO] Fetching org.eclipse.xtext_2.16.0.v20181203-0514.jar from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (2.57MB) [INFO] Fetching org.eclipse.ocl.xtext.base.ui_1.6.0.v20181210-1441.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (74.98kB) [INFO] Fetching org.eclipse.ocl.xtext.base.ui_1.6.0.v20181210-1441.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (74.98kB) [INFO] Fetching org.eclipse.xtext.builder_2.16.0.v20181203-1056.jar from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (367.99kB) [INFO] Fetching org.eclipse.xtext.builder_2.16.0.v20181203-1056.jar from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (367.99kB) [INFO] Fetching org.eclipse.ocl.xtext.essentialocl_1.6.0.v20181210-1441.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (223.52kB) [INFO] Fetching org.eclipse.ocl.xtext.essentialocl_1.6.0.v20181210-1441.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (223.52kB) [INFO] Fetching org.eclipse.ocl.xtext.oclinecore.ui_1.6.0.v20181210-1441.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (190.98kB) [INFO] Fetching org.eclipse.ocl.xtext.oclinecore.ui_1.6.0.v20181210-1441.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (190.98kB) [INFO] Fetching org.eclipse.ocl.xtext.markup.ui_1.6.0.v20181210-1441.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (38.17kB) [INFO] Fetching org.eclipse.ocl.xtext.markup.ui_1.6.0.v20181210-1441.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (38.17kB) [INFO] Fetching org.eclipse.ocl.xtext.markup_1.6.0.v20181210-1441.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (62.35kB) [INFO] Fetching org.eclipse.ocl.xtext.markup_1.6.0.v20181210-1441.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (62.35kB) [INFO] Fetching org.eclipse.papyrus.copypaste.ui.doc_1.2.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (65.27kB) [INFO] Fetching org.eclipse.papyrus.copypaste.ui.doc_1.2.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (65.27kB) [INFO] Fetching org.eclipse.papyrus.infra.doc_1.2.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (16.49kB) [INFO] Fetching org.eclipse.papyrus.infra.doc_1.2.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (16.49kB) [INFO] Fetching org.eclipse.papyrus.dsml.validation.doc_1.2.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (278.93kB) [INFO] Fetching org.eclipse.papyrus.dsml.validation.doc_1.2.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (278.93kB) [INFO] Fetching org.eclipse.papyrus.infra.emf.expressions.doc_1.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (180.01kB) [INFO] Fetching org.eclipse.papyrus.infra.emf.expressions.doc_1.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (180.01kB) [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.common.doc_1.2.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (2.91MB) [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.common.doc_1.2.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (2.91MB) [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.css.doc_1.2.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (364.43kB) [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.css.doc_1.2.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (364.43kB) [INFO] Fetching org.eclipse.papyrus.infra.internationalization.doc_1.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (72.51kB) [INFO] Fetching org.eclipse.papyrus.infra.internationalization.doc_1.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (72.51kB) [INFO] Fetching org.eclipse.papyrus.infra.nattable.doc_1.3.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (4.51MB) [INFO] Fetching org.eclipse.papyrus.infra.nattable.doc_1.3.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (4.51MB) [INFO] Fetching org.eclipse.papyrus.infra.newchild.doc_1.2.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (372.56kB) [INFO] Fetching org.eclipse.papyrus.infra.newchild.doc_1.2.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (372.56kB) [INFO] Fetching org.eclipse.papyrus.infra.services.controlmode.doc_1.2.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (367.61kB) [INFO] Fetching org.eclipse.papyrus.infra.services.controlmode.doc_1.2.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (367.61kB) [INFO] Fetching org.eclipse.papyrus.infra.services.decoration.doc_1.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (912.92kB) [INFO] Fetching org.eclipse.papyrus.infra.services.decoration.doc_1.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (912.92kB) [INFO] Fetching org.eclipse.papyrus.infra.architecture.doc_1.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (810.18kB) [INFO] Fetching org.eclipse.papyrus.infra.architecture.doc_1.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (810.18kB) [INFO] Fetching org.eclipse.papyrus.infra.types.doc_3.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (458.75kB) [INFO] Fetching org.eclipse.papyrus.infra.types.doc_3.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (458.75kB) [INFO] Fetching org.eclipse.papyrus.req.reqif.doc_1.2.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (1.23MB) [INFO] Fetching org.eclipse.papyrus.req.reqif.doc_1.2.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (1.23MB) [INFO] Fetching org.eclipse.papyrus.uml.decoratormodel.doc_1.2.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (2.32MB) [INFO] Fetching org.eclipse.papyrus.uml.decoratormodel.doc_1.2.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (2.32MB) [INFO] Fetching org.eclipse.papyrus.uml.diagram.common.doc_1.2.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (2.03MB) [INFO] Fetching org.eclipse.papyrus.uml.diagram.common.doc_1.2.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (2.03MB) [INFO] Fetching org.eclipse.papyrus.uml.diagram.profile.doc_1.2.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (3.08MB) [INFO] Fetching org.eclipse.papyrus.uml.diagram.profile.doc_1.2.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (3.08MB) [INFO] Fetching org.eclipse.papyrus.uml.doc_1.2.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (3.16MB) [INFO] Fetching org.eclipse.papyrus.uml.doc_1.2.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (3.16MB) [INFO] Fetching org.eclipse.papyrus.uml.modelrepair.doc_1.2.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (56.05kB) [INFO] Fetching org.eclipse.papyrus.uml.modelrepair.doc_1.2.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (56.05kB) [INFO] Fetching org.eclipse.papyrus.uml.profile.assistants.doc_1.2.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (886.62kB) [INFO] Fetching org.eclipse.papyrus.uml.profile.assistants.doc_1.2.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (886.62kB) [INFO] Fetching org.eclipse.papyrus.uml.search.ui.doc_1.2.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (1.18MB) [INFO] Fetching org.eclipse.papyrus.uml.search.ui.doc_1.2.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (1.18MB) [INFO] Fetching org.eclipse.papyrus.views.properties.doc_1.3.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (903.03kB) [INFO] Fetching org.eclipse.papyrus.views.properties.doc_1.3.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (903.03kB) [INFO] Fetching org.eclipse.papyrus.emf.facet.aggregate.doc_1.2.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (82.4kB) [INFO] Fetching org.eclipse.papyrus.emf.facet.aggregate.doc_1.2.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (82.4kB) [INFO] Fetching org.eclipse.papyrus.emf.facet.custom.doc_1.2.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (144.25kB) [INFO] Fetching org.eclipse.papyrus.emf.facet.custom.doc_1.2.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (144.25kB) [INFO] Fetching org.eclipse.papyrus.emf.facet.custom.metamodel.editor.doc_1.2.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (506.14kB) [INFO] Fetching org.eclipse.papyrus.emf.facet.custom.metamodel.editor.doc_1.2.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (506.14kB) [INFO] Fetching org.eclipse.papyrus.emf.facet.doc_1.2.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (157.83kB) [INFO] Fetching org.eclipse.papyrus.emf.facet.doc_1.2.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (157.83kB) [INFO] Fetching org.eclipse.papyrus.emf.facet.efacet.doc_1.2.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (322.23kB) [INFO] Fetching org.eclipse.papyrus.emf.facet.efacet.doc_1.2.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (322.23kB) [INFO] Fetching org.eclipse.papyrus.emf.facet.util.emf.doc_1.2.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (121.24kB) [INFO] Fetching org.eclipse.papyrus.emf.facet.util.emf.doc_1.2.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (121.24kB) [INFO] Fetching org.eclipse.papyrus.toolsmiths.profilemigration.doc_0.7.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (567.54kB) [INFO] Fetching org.eclipse.papyrus.toolsmiths.profilemigration.doc_0.7.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (567.54kB) [INFO] Fetching org.eclipse.papyrus.views.references.doc_1.2.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (41.04kB) [INFO] Fetching org.eclipse.papyrus.views.references.doc_1.2.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (41.04kB) [INFO] Fetching org.eclipse.papyrus.views.documentation.doc_1.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (79.6kB) [INFO] Fetching org.eclipse.papyrus.views.documentation.doc_1.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (79.6kB) [INFO] Fetching org.eclipse.papyrus.doc.feature_3.1.0.201812120922.jar from http://download.eclipse.org/releases/2018-12/201812191000/features/ (13.57kB) [INFO] Fetching org.eclipse.papyrus.doc.feature_3.1.0.201812120922.jar from http://download.eclipse.org/releases/2018-12/201812191000/features/ (13.57kB) [INFO] Fetching org.eclipse.papyrus.eclipse.project.editors_2.1.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (29.95kB) [INFO] Fetching org.eclipse.papyrus.eclipse.project.editors_2.1.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (29.95kB) [INFO] Fetching org.eclipse.papyrus.editor.perspectiveconfiguration_1.2.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (13.45kB) [INFO] Fetching org.eclipse.papyrus.editor.perspectiveconfiguration_1.2.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (13.45kB) [INFO] Fetching org.eclipse.papyrus.editor.feature_2.0.0.201812120922.jar from http://download.eclipse.org/releases/2018-12/201812191000/features/ (13.01kB) [INFO] Fetching org.eclipse.papyrus.editor.feature_2.0.0.201812120922.jar from http://download.eclipse.org/releases/2018-12/201812191000/features/ (13.01kB) [INFO] Fetching org.eclipse.papyrus.emf.facet.common.sdk.core_1.2.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (15.97kB) [INFO] Fetching org.eclipse.papyrus.emf.facet.common.sdk.core_1.2.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (15.97kB) [INFO] Fetching org.eclipse.papyrus.emf.facet.custom.metamodel.edit_1.3.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (15.35kB) [INFO] Fetching org.eclipse.papyrus.emf.facet.custom.metamodel.edit_1.3.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (15.35kB) [INFO] Fetching org.eclipse.papyrus.emf.facet.efacet.metamodel.edit_1.2.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (44.15kB) [INFO] Fetching org.eclipse.papyrus.emf.facet.efacet.metamodel.edit_1.2.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (44.15kB) [INFO] Fetching org.eclipse.papyrus.emf.facet.custom.metamodel.editor_1.3.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (57.74kB) [INFO] Fetching org.eclipse.papyrus.emf.facet.custom.metamodel.editor_1.3.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (57.74kB) [INFO] Fetching org.eclipse.papyrus.emf.facet.efacet.sdk.ui_2.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (71.65kB) [INFO] Fetching org.eclipse.papyrus.emf.facet.efacet.sdk.ui_2.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (71.65kB) [INFO] Fetching org.eclipse.papyrus.emf.facet.custom.sdk.ui_1.2.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (35.49kB) [INFO] Fetching org.eclipse.papyrus.emf.facet.custom.sdk.ui_1.2.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (35.49kB) [INFO] Fetching org.eclipse.papyrus.emf.facet.query.ocl.metamodel_1.2.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (12.86kB) [INFO] Fetching org.eclipse.papyrus.emf.facet.query.ocl.metamodel_1.2.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (12.86kB) [INFO] Fetching org.eclipse.papyrus.emf.facet.custom.sdk.core_1.2.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (12.55kB) [INFO] Fetching org.eclipse.papyrus.emf.facet.custom.sdk.core_1.2.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (12.55kB) [INFO] Fetching org.eclipse.papyrus.emf.facet.widgets.celleditors_1.2.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (44.78kB) [INFO] Fetching org.eclipse.papyrus.emf.facet.widgets.celleditors_1.2.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (44.78kB) [INFO] Fetching org.eclipse.papyrus.emf.facet.efacet.ui_3.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (73.41kB) [INFO] Fetching org.eclipse.papyrus.emf.facet.efacet.ui_3.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (73.41kB) [INFO] Fetching org.eclipse.papyrus.emf.facet.efacet.edit_1.2.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (23.25kB) [INFO] Fetching org.eclipse.papyrus.emf.facet.efacet.edit_1.2.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (23.25kB) [INFO] Fetching org.eclipse.papyrus.emf.facet.efacet.editor_1.2.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (21.91kB) [INFO] Fetching org.eclipse.papyrus.emf.facet.efacet.editor_1.2.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (21.91kB) [INFO] Fetching org.eclipse.papyrus.emf.facet.query.java.sdk.ui_1.2.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (19.33kB) [INFO] Fetching org.eclipse.papyrus.emf.facet.query.java.sdk.ui_1.2.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (19.33kB) [INFO] Fetching org.eclipse.papyrus.emf.facet.query.ocl.core_1.2.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (10.86kB) [INFO] Fetching org.eclipse.papyrus.emf.facet.query.ocl.core_1.2.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (10.86kB) [INFO] Fetching org.eclipse.papyrus.emf.facet.query.ocl.sdk.ui_2.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (13.57kB) [INFO] Fetching org.eclipse.papyrus.emf.facet.query.ocl.sdk.ui_2.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (13.57kB) [INFO] Fetching org.eclipse.papyrus.emf.facet.widgets_1.2.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (23.7kB) [INFO] Fetching org.eclipse.papyrus.emf.facet.widgets_1.2.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (23.7kB) [INFO] Fetching org.eclipse.papyrus.emf.facet.widgets.celleditors.ecore_1.2.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (25.35kB) [INFO] Fetching org.eclipse.papyrus.emf.facet.widgets.celleditors.ecore_1.2.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (25.35kB) [INFO] Fetching org.eclipse.papyrus.emf.facet.feature_3.0.0.201812120922.jar from http://download.eclipse.org/releases/2018-12/201812191000/features/ (13.45kB) [INFO] Fetching org.eclipse.papyrus.emf.facet.feature_3.0.0.201812120922.jar from http://download.eclipse.org/releases/2018-12/201812191000/features/ (13.45kB) [INFO] Fetching org.eclipse.emf_2.8.0.v20180706-1146.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (10.56kB) [INFO] Fetching org.eclipse.emf_2.8.0.v20180706-1146.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (10.56kB) [INFO] Fetching org.eclipse.papyrus.emf.feature_1.0.0.201812120922.jar from http://download.eclipse.org/releases/2018-12/201812191000/features/ (12.92kB) [INFO] Fetching org.eclipse.papyrus.emf.feature_1.0.0.201812120922.jar from http://download.eclipse.org/releases/2018-12/201812191000/features/ (12.92kB) [INFO] Fetching org.eclipse.papyrus.extensionpoints.editors_3.1.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (14.52kB) [INFO] Fetching org.eclipse.papyrus.extensionpoints.editors_3.1.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (14.52kB) [INFO] Fetching org.eclipse.papyrus.infra.architecture.feature_1.0.0.201812120922.jar from http://download.eclipse.org/releases/2018-12/201812191000/features/ (13.02kB) [INFO] Fetching org.eclipse.papyrus.infra.architecture.feature_1.0.0.201812120922.jar from http://download.eclipse.org/releases/2018-12/201812191000/features/ (13.02kB) [INFO] Fetching org.eclipse.papyrus.infra.constraints.editor_2.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (36.14kB) [INFO] Fetching org.eclipse.papyrus.infra.constraints.editor_2.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (36.14kB) [INFO] Fetching org.eclipse.papyrus.infra.constraints.ui_2.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (8.59kB) [INFO] Fetching org.eclipse.papyrus.infra.constraints.ui_2.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (8.59kB) [INFO] Fetching org.eclipse.papyrus.infra.core.feature_3.0.0.201812120922.jar from http://download.eclipse.org/releases/2018-12/201812191000/features/ (13.12kB) [INFO] Fetching org.eclipse.papyrus.infra.core.feature_3.0.0.201812120922.jar from http://download.eclipse.org/releases/2018-12/201812191000/features/ (13.12kB) [INFO] Fetching org.eclipse.papyrus.infra.editor.welcome_2.0.100.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (54.51kB) [INFO] Fetching org.eclipse.papyrus.infra.editor.welcome_2.0.100.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (54.51kB) [INFO] Fetching org.eclipse.papyrus.infra.editor.welcome.internationalization_2.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (15.22kB) [INFO] Fetching org.eclipse.papyrus.infra.editor.welcome.internationalization_2.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (15.22kB) [INFO] Fetching org.eclipse.papyrus.infra.internationalization.ui_1.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (12.58kB) [INFO] Fetching org.eclipse.papyrus.infra.internationalization.ui_1.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (12.58kB) [INFO] Fetching org.eclipse.papyrus.infra.editor.welcome.nattable_3.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (23.73kB) [INFO] Fetching org.eclipse.papyrus.infra.editor.welcome.nattable_3.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (23.73kB) [INFO] Fetching org.eclipse.papyrus.infra.emf.diagram.common_2.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (9.38kB) [INFO] Fetching org.eclipse.papyrus.infra.emf.diagram.common_2.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (9.38kB) [INFO] Fetching org.eclipse.papyrus.infra.emf.expressions.edit_1.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (15.59kB) [INFO] Fetching org.eclipse.papyrus.infra.emf.expressions.edit_1.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (15.59kB) [INFO] Fetching org.eclipse.papyrus.infra.emf.expressions.editor_1.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (34.84kB) [INFO] Fetching org.eclipse.papyrus.infra.emf.expressions.editor_1.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (34.84kB) [INFO] Fetching org.eclipse.papyrus.infra.emf.expressions.properties_1.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (16.32kB) [INFO] Fetching org.eclipse.papyrus.infra.emf.expressions.properties_1.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (16.32kB) [INFO] Fetching org.eclipse.papyrus.infra.emf.expressions.feature_1.0.0.201812120922.jar from http://download.eclipse.org/releases/2018-12/201812191000/features/ (13.04kB) [INFO] Fetching org.eclipse.papyrus.infra.emf.expressions.feature_1.0.0.201812120922.jar from http://download.eclipse.org/releases/2018-12/201812191000/features/ (13.04kB) [INFO] Fetching org.eclipse.papyrus.infra.emf.types.ui_4.1.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (20.77kB) [INFO] Fetching org.eclipse.papyrus.infra.emf.types.ui_4.1.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (20.77kB) [INFO] Fetching org.eclipse.papyrus.infra.emf.feature_3.0.0.201812120922.jar from http://download.eclipse.org/releases/2018-12/201812191000/features/ (13.06kB) [INFO] Fetching org.eclipse.papyrus.infra.emf.feature_3.0.0.201812120922.jar from http://download.eclipse.org/releases/2018-12/201812191000/features/ (13.06kB) [INFO] Fetching org.eclipse.papyrus.infra.psf_1.2.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (17.36kB) [INFO] Fetching org.eclipse.papyrus.infra.psf_1.2.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (17.36kB) [INFO] Fetching org.eclipse.papyrus.infra.newchild.edit_4.1.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (13.93kB) [INFO] Fetching org.eclipse.papyrus.infra.newchild.edit_4.1.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (13.93kB) [INFO] Fetching org.eclipse.papyrus.infra.filters.edit_1.4.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (13.25kB) [INFO] Fetching org.eclipse.papyrus.infra.filters.edit_1.4.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (13.25kB) [INFO] Fetching org.eclipse.papyrus.infra.properties.editor_3.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (42.42kB) [INFO] Fetching org.eclipse.papyrus.infra.properties.editor_3.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (42.42kB) [INFO] Fetching org.eclipse.papyrus.infra.feature_3.0.0.201812120922.jar from http://download.eclipse.org/releases/2018-12/201812191000/features/ (13.43kB) [INFO] Fetching org.eclipse.papyrus.infra.feature_3.0.0.201812120922.jar from http://download.eclipse.org/releases/2018-12/201812191000/features/ (13.43kB) [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.assistant_1.4.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (48.65kB) [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.assistant_1.4.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (48.65kB) [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.assistant.edit_1.3.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (23.3kB) [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.assistant.edit_1.3.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (23.3kB) [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.assistant.editor_1.3.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (31.05kB) [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.assistant.editor_1.3.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (31.05kB) [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.assistant.ui_1.2.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (9.36kB) [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.assistant.ui_1.2.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (9.36kB) [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.controlmode_1.2.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (10.42kB) [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.controlmode_1.2.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (10.42kB) [INFO] Fetching org.eclipse.papyrus.infra.services.controlmode_2.0.100.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (43.32kB) [INFO] Fetching org.eclipse.papyrus.infra.services.controlmode_2.0.100.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (43.32kB) [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.css_2.3.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (75.21kB) [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.css_2.3.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (75.21kB) [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.css.model_1.3.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (22.09kB) [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.css.model_1.3.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (22.09kB) [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.css.configuration_2.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (25.55kB) [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.css.configuration_2.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (25.55kB) [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.css.properties_3.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (40.96kB) [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.css.properties_3.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (40.96kB) [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.css3.xtext_3.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (107.82kB) [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.css3.xtext_3.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (107.82kB) [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui_3.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (88.48kB) [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui_3.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (88.48kB) [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.css.theme_1.2.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (9.42kB) [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.css.theme_1.2.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (9.42kB) [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.css.model.edit_1.3.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (12.88kB) [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.css.model.edit_1.3.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (12.88kB) [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.css.feature_3.0.0.201812120922.jar from http://download.eclipse.org/releases/2018-12/201812191000/features/ (13.09kB) [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.css.feature_3.0.0.201812120922.jar from http://download.eclipse.org/releases/2018-12/201812191000/features/ (13.09kB) [INFO] Fetching org.eclipse.xtext.xbase.lib_2.16.0.v20181203-0507.jar from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (155.68kB) [INFO] Fetching org.eclipse.xtext.xbase.lib_2.16.0.v20181203-0507.jar from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (155.68kB) [INFO] Fetching org.eclipse.xtext.common.types_2.16.0.v20181203-0528.jar from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (485.41kB) [INFO] Fetching org.eclipse.xtext.common.types_2.16.0.v20181203-0528.jar from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (485.41kB) [INFO] Fetching org.eclipse.xtext.util_2.16.0.v20181203-0514.jar from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (297.81kB) [INFO] Fetching org.eclipse.xtext.util_2.16.0.v20181203-0514.jar from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (297.81kB) [INFO] Fetching org.antlr.runtime_3.2.0.v201101311130.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (99.04kB) [INFO] Fetching org.antlr.runtime_3.2.0.v201101311130.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (99.04kB) [INFO] Fetching org.eclipse.xtext.common.types.ui_2.16.0.v20181203-1056.jar from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (252.93kB) [INFO] Fetching org.eclipse.xtext.common.types.ui_2.16.0.v20181203-1056.jar from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (252.93kB) [INFO] Fetching org.eclipse.xtext.ui.codetemplates.ui_2.16.0.v20181203-1056.jar from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (125.76kB) [INFO] Fetching org.eclipse.xtext.ui.codetemplates.ui_2.16.0.v20181203-1056.jar from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (125.76kB) [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.export_2.1.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (24.38kB) [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.export_2.1.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (24.38kB) [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.outline_2.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (15.57kB) [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.outline_2.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (15.57kB) [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.widgets_1.2.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (13.3kB) [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.widgets_1.2.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (13.3kB) [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.gef_1.2.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (9.32kB) [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.gef_1.2.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (9.32kB) [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.modelexplorer_1.2.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (17.12kB) [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.viewersearcher_1.2.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (9.34kB) [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.viewersearcher_1.2.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (9.34kB) [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.gmfmenu.filter_1.2.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (10.06kB) [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.gmfmenu.filter_1.2.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (10.06kB) [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.welcome_1.2.100.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (17.24kB) [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.welcome_1.2.100.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (17.24kB) [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.representation.edit_2.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (23.34kB) [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.representation.edit_2.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (23.34kB) [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.style.edit_2.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (10.88kB) [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.style.edit_2.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (10.88kB) [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.paletteconfiguration.edit_4.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (26.04kB) [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.paletteconfiguration.edit_4.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (26.04kB) [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.feature_3.0.0.201812120922.jar from http://download.eclipse.org/releases/2018-12/201812191000/features/ (13.58kB) [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.feature_3.0.0.201812120922.jar from http://download.eclipse.org/releases/2018-12/201812191000/features/ (13.58kB) [INFO] Fetching org.eclipse.papyrus.views.modelexplorer_3.0.100.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (84.86kB) [INFO] Fetching org.eclipse.papyrus.views.modelexplorer_3.0.100.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (84.86kB) [INFO] Fetching org.eclipse.papyrus.infra.internationalization.edit_1.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (11.35kB) [INFO] Fetching org.eclipse.papyrus.infra.internationalization.edit_1.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (11.35kB) [INFO] Fetching org.eclipse.papyrus.views.search_2.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (19.91kB) [INFO] Fetching org.eclipse.papyrus.views.search_2.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (19.91kB) [INFO] Fetching org.eclipse.papyrus.infra.internationalization.controlmode_1.0.100.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (14.63kB) [INFO] Fetching org.eclipse.papyrus.infra.internationalization.controlmode_1.0.100.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (14.63kB) [INFO] Fetching org.eclipse.papyrus.infra.internationalization.readonly_1.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (8.31kB) [INFO] Fetching org.eclipse.papyrus.infra.internationalization.readonly_1.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (8.31kB) [INFO] Fetching org.eclipse.papyrus.infra.internationalization.feature_1.0.0.201812120922.jar from http://download.eclipse.org/releases/2018-12/201812191000/features/ (13.07kB) [INFO] Fetching org.eclipse.papyrus.infra.internationalization.feature_1.0.0.201812120922.jar from http://download.eclipse.org/releases/2018-12/201812191000/features/ (13.07kB) [INFO] Fetching org.eclipse.papyrus.infra.nattable.controlmode_2.0.100.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (10.66kB) [INFO] Fetching org.eclipse.papyrus.infra.nattable.controlmode_2.0.100.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (10.66kB) [INFO] Fetching org.eclipse.papyrus.infra.nattable.model.edit_4.0.100.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (44.18kB) [INFO] Fetching org.eclipse.papyrus.infra.nattable.model.edit_4.0.100.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (44.18kB) [INFO] Fetching org.eclipse.papyrus.infra.nattable.model.editor_5.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (78.05kB) [INFO] Fetching org.eclipse.papyrus.infra.nattable.model.editor_5.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (78.05kB) [INFO] Fetching org.eclipse.papyrus.infra.nattable.modelexplorer_4.0.100.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (18.25kB) [INFO] Fetching org.eclipse.papyrus.infra.nattable.modelexplorer_4.0.100.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (18.25kB) [INFO] Fetching org.eclipse.papyrus.infra.nattable.views.config_5.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (16.25kB) [INFO] Fetching org.eclipse.papyrus.infra.nattable.views.config_5.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (16.25kB) [INFO] Fetching org.eclipse.papyrus.infra.nattable.views.editor_1.2.100.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (8.05kB) [INFO] Fetching org.eclipse.papyrus.infra.nattable.views.editor_1.2.100.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (8.05kB) [INFO] Fetching org.eclipse.papyrus.infra.nattable.properties_2.3.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (47.19kB) [INFO] Fetching org.eclipse.papyrus.infra.nattable.properties_2.3.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (47.19kB) [INFO] Fetching org.eclipse.papyrus.infra.nattable.gmfdiag_1.2.100.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (13.05kB) [INFO] Fetching org.eclipse.papyrus.infra.nattable.gmfdiag_1.2.100.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (13.05kB) [INFO] Fetching org.eclipse.papyrus.infra.nattable.representation.edit_2.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (11.76kB) [INFO] Fetching org.eclipse.papyrus.infra.nattable.representation.edit_2.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (11.76kB) [INFO] Fetching org.eclipse.papyrus.infra.nattable.feature_4.0.0.201812120922.jar from http://download.eclipse.org/releases/2018-12/201812191000/features/ (13.31kB) [INFO] Fetching org.eclipse.papyrus.infra.nattable.feature_4.0.0.201812120922.jar from http://download.eclipse.org/releases/2018-12/201812191000/features/ (13.31kB) [INFO] Fetching org.eclipse.papyrus.infra.newchild.editor_3.1.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (30.38kB) [INFO] Fetching org.eclipse.papyrus.infra.newchild.editor_3.1.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (30.38kB) [INFO] Fetching org.eclipse.papyrus.infra.newchild.ui_2.0.100.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (13.32kB) [INFO] Fetching org.eclipse.papyrus.infra.newchild.ui_2.0.100.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (13.32kB) [INFO] Fetching org.eclipse.papyrus.infra.onefile.ui_1.2.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (37.74kB) [INFO] Fetching org.eclipse.papyrus.infra.onefile.ui_1.2.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (37.74kB) [INFO] Fetching org.eclipse.papyrus.infra.services.architecture_1.0.100.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (8.38kB) [INFO] Fetching org.eclipse.papyrus.infra.services.architecture_1.0.100.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (8.38kB) [INFO] Fetching org.eclipse.papyrus.infra.services.viewlabelprovider_1.2.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (9.2kB) [INFO] Fetching org.eclipse.papyrus.infra.services.viewlabelprovider_1.2.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (9.2kB) [INFO] Fetching org.eclipse.papyrus.infra.services.feature_3.0.0.201812120922.jar from http://download.eclipse.org/releases/2018-12/201812191000/features/ (13.19kB) [INFO] Fetching org.eclipse.papyrus.infra.services.feature_3.0.0.201812120922.jar from http://download.eclipse.org/releases/2018-12/201812191000/features/ (13.19kB) [INFO] Fetching org.eclipse.papyrus.infra.services.resourceloading.ui_1.2.100.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (24.84kB) [INFO] Fetching org.eclipse.papyrus.infra.services.resourceloading.ui_1.2.100.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (24.84kB) [INFO] Fetching org.eclipse.papyrus.infra.types.editor_3.1.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (30.96kB) [INFO] Fetching org.eclipse.papyrus.infra.types.editor_3.1.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (30.96kB) [INFO] Fetching org.eclipse.papyrus.infra.types.ui_3.0.100.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (13.34kB) [INFO] Fetching org.eclipse.papyrus.infra.types.ui_3.0.100.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (13.34kB) [INFO] Fetching org.eclipse.papyrus.infra.ui.resources_1.2.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (21.1kB) [INFO] Fetching org.eclipse.papyrus.infra.ui.resources_1.2.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (21.1kB) [INFO] Fetching org.eclipse.papyrus.infra.ui.fonts_1.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (315.49kB) [INFO] Fetching org.eclipse.papyrus.infra.ui.fonts_1.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (315.49kB) [INFO] Fetching org.eclipse.papyrus.infra.ui.feature_3.0.0.201812120922.jar from http://download.eclipse.org/releases/2018-12/201812191000/features/ (13.26kB) [INFO] Fetching org.eclipse.papyrus.infra.ui.feature_3.0.0.201812120922.jar from http://download.eclipse.org/releases/2018-12/201812191000/features/ (13.26kB) [INFO] Fetching org.eclipse.papyrus.infra.viewpoints.feature_3.0.0.201812120922.jar from http://download.eclipse.org/releases/2018-12/201812191000/features/ (12.94kB) [INFO] Fetching org.eclipse.papyrus.infra.viewpoints.feature_3.0.0.201812120922.jar from http://download.eclipse.org/releases/2018-12/201812191000/features/ (12.94kB) [INFO] Fetching org.eclipse.papyrus.infra.widget.feature_3.0.0.201812120922.jar from http://download.eclipse.org/releases/2018-12/201812191000/features/ (13.03kB) [INFO] Fetching org.eclipse.papyrus.infra.widget.feature_3.0.0.201812120922.jar from http://download.eclipse.org/releases/2018-12/201812191000/features/ (13.03kB) [INFO] Fetching org.eclipse.papyrus.sdk_4.2.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (10.19kB) [INFO] Fetching org.eclipse.papyrus.sdk_4.2.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (10.19kB) [INFO] Fetching org.eclipse.papyrus.sdk.feature_4.2.0.201812120922.jar from http://download.eclipse.org/releases/2018-12/201812191000/features/ (13.37kB) [INFO] Fetching org.eclipse.papyrus.sdk.feature_4.2.0.201812120922.jar from http://download.eclipse.org/releases/2018-12/201812191000/features/ (13.37kB) [INFO] Fetching org.eclipse.papyrus.uml.alf_3.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (556.53kB) [INFO] Fetching org.eclipse.papyrus.uml.alf_3.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (556.53kB) [INFO] Fetching org.eclipse.papyrus.uml.alf.libraries_2.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (394.37kB) [INFO] Fetching org.eclipse.papyrus.uml.alf.libraries_2.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (394.37kB) [INFO] Fetching org.eclipse.papyrus.uml.alf.common_2.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (13.75kB) [INFO] Fetching org.eclipse.papyrus.uml.alf.common_2.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (13.75kB) [INFO] Fetching org.eclipse.papyrus.uml.alf.common.ui_2.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (10.71kB) [INFO] Fetching org.eclipse.papyrus.uml.alf.common.ui_2.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (10.71kB) [INFO] Fetching org.eclipse.papyrus.uml.alf.to.fuml_1.2.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (55.39kB) [INFO] Fetching org.eclipse.papyrus.uml.alf.to.fuml_1.2.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (55.39kB) [INFO] Fetching org.eclipse.papyrus.uml.alf.ui_3.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (205.92kB) [INFO] Fetching org.eclipse.papyrus.uml.alf.ui_3.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (205.92kB) [INFO] Fetching org.eclipse.papyrus.uml.alf.feature_3.0.0.201812120922.jar from http://download.eclipse.org/releases/2018-12/201812191000/features/ (13.03kB) [INFO] Fetching org.eclipse.papyrus.uml.alf.feature_3.0.0.201812120922.jar from http://download.eclipse.org/releases/2018-12/201812191000/features/ (13.03kB) [INFO] Fetching org.eclipse.papyrus.uml.xtext.integration.ui_2.1.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (41.74kB) [INFO] Fetching org.eclipse.papyrus.uml.xtext.integration.ui_2.1.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (41.74kB) [INFO] Fetching org.eclipse.papyrus.uml.service.validation_2.1.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (13.39kB) [INFO] Fetching org.eclipse.papyrus.uml.service.validation_2.1.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (13.39kB) [INFO] Fetching org.eclipse.papyrus.uml.architecture_1.1.200.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (20.66kB) [INFO] Fetching org.eclipse.papyrus.uml.architecture_1.1.200.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (20.66kB) [INFO] Fetching org.eclipse.papyrus.uml.diagram.activity_3.4.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (950.77kB) [INFO] Fetching org.eclipse.papyrus.uml.diagram.activity_3.4.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (950.77kB) [INFO] Fetching org.eclipse.papyrus.uml.diagram.clazz_3.0.200.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (398.72kB) [INFO] Fetching org.eclipse.papyrus.uml.diagram.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.perspective_1.2.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (9.45kB) [INFO] Fetching org.eclipse.papyrus.uml.perspective_1.2.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (9.45kB) [INFO] Fetching org.eclipse.papyrus.uml.profile.drafter_1.3.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (53.86kB) [INFO] Fetching org.eclipse.papyrus.uml.profile.drafter_1.3.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (53.86kB) [INFO] Fetching org.eclipse.papyrus.uml.resourceloading.profile_1.2.100.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (8.92kB) [INFO] Fetching org.eclipse.papyrus.uml.resourceloading.profile_1.2.100.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (8.92kB) [INFO] Fetching org.eclipse.papyrus.uml.templaterepository_2.0.100.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (9.14kB) [INFO] Fetching org.eclipse.papyrus.uml.templaterepository_2.0.100.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (9.14kB) [INFO] Fetching org.eclipse.papyrus.uml.oclconstraintevaluation_1.2.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (10.82kB) [INFO] Fetching org.eclipse.papyrus.uml.oclconstraintevaluation_1.2.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (10.82kB) [INFO] Fetching org.eclipse.papyrus.uml.navigation_1.2.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (15.46kB) [INFO] Fetching org.eclipse.papyrus.uml.navigation_1.2.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (15.46kB) [INFO] Fetching org.eclipse.papyrus.uml.services.decoration_1.2.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (9.45kB) [INFO] Fetching org.eclipse.papyrus.uml.services.decoration_1.2.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (9.45kB) [INFO] Fetching org.eclipse.papyrus.uml.filters_1.3.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (16.45kB) [INFO] Fetching org.eclipse.papyrus.uml.filters_1.3.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (16.45kB) [INFO] Fetching org.eclipse.papyrus.uml.filters.edit_1.3.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (11.67kB) [INFO] Fetching org.eclipse.papyrus.uml.filters.edit_1.3.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (11.67kB) [INFO] Fetching org.eclipse.papyrus.uml.feature_4.0.0.201812120922.jar from http://download.eclipse.org/releases/2018-12/201812191000/features/ (13.53kB) [INFO] Fetching org.eclipse.papyrus.uml.feature_4.0.0.201812120922.jar from http://download.eclipse.org/releases/2018-12/201812191000/features/ (13.53kB) [INFO] Fetching org.eclipse.papyrus.uml.internationalization_1.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (10.18kB) [INFO] Fetching org.eclipse.papyrus.uml.internationalization_1.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (10.18kB) [INFO] Fetching org.eclipse.papyrus.uml.internationalization.feature_1.0.0.201812120922.jar from http://download.eclipse.org/releases/2018-12/201812191000/features/ (13kB) [INFO] Fetching org.eclipse.papyrus.uml.internationalization.feature_1.0.0.201812120922.jar from http://download.eclipse.org/releases/2018-12/201812191000/features/ (13kB) [INFO] Fetching org.eclipse.papyrus.uml.m2m.qvto.common_1.0.100.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (62.77kB) [INFO] Fetching org.eclipse.papyrus.uml.m2m.qvto.common_1.0.100.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (62.77kB) [INFO] Fetching org.eclipse.papyrus.uml.m2m.qvto.common.blackboxes_1.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (10.62kB) [INFO] Fetching org.eclipse.papyrus.uml.m2m.qvto.common.blackboxes_1.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (10.62kB) [INFO] Fetching org.eclipse.papyrus.uml.m2m.qvto.feature_1.0.0.201812120922.jar from http://download.eclipse.org/releases/2018-12/201812191000/features/ (12.98kB) [INFO] Fetching org.eclipse.papyrus.uml.m2m.qvto.feature_1.0.0.201812120922.jar from http://download.eclipse.org/releases/2018-12/201812191000/features/ (12.98kB) [INFO] Fetching org.eclipse.papyrus.uml.modelexplorer_2.0.100.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (61.25kB) [INFO] Fetching org.eclipse.papyrus.uml.modelexplorer_2.0.100.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (61.25kB) [INFO] Fetching org.eclipse.papyrus.uml.modelexplorer.widgets_2.0.100.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (9.01kB) [INFO] Fetching org.eclipse.papyrus.uml.modelexplorer.widgets_2.0.100.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (9.01kB) [INFO] Fetching org.eclipse.papyrus.uml.modelexplorer.feature_2.0.0.201812120922.jar from http://download.eclipse.org/releases/2018-12/201812191000/features/ (12.98kB) [INFO] Fetching org.eclipse.papyrus.uml.modelexplorer.feature_2.0.0.201812120922.jar from http://download.eclipse.org/releases/2018-12/201812191000/features/ (12.98kB) [INFO] Fetching org.eclipse.papyrus.views.modelexplorer.widgets_2.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (9.59kB) [INFO] Fetching org.eclipse.papyrus.views.modelexplorer.widgets_2.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (9.59kB) [INFO] Fetching org.eclipse.papyrus.uml.nattable.clazz.config_5.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (10.06kB) [INFO] Fetching org.eclipse.papyrus.uml.nattable.clazz.config_5.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (10.06kB) [INFO] Fetching org.eclipse.papyrus.uml.nattable.generic_1.2.100.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (8.36kB) [INFO] Fetching org.eclipse.papyrus.uml.nattable.generic_1.2.100.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (8.36kB) [INFO] Fetching org.eclipse.papyrus.uml.nattable.matrix_1.0.200.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (20.45kB) [INFO] Fetching org.eclipse.papyrus.uml.nattable.matrix_1.0.200.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (20.45kB) [INFO] Fetching org.eclipse.papyrus.uml.nattable.properties_1.0.200.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (23.35kB) [INFO] Fetching org.eclipse.papyrus.uml.nattable.properties_1.0.200.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (23.35kB) [INFO] Fetching org.eclipse.papyrus.uml.nattable.menu_1.2.200.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (41.45kB) [INFO] Fetching org.eclipse.papyrus.uml.nattable.menu_1.2.200.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (41.45kB) [INFO] Fetching org.eclipse.papyrus.uml.nattable.xtext.integration_2.0.100.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (10.18kB) [INFO] Fetching org.eclipse.papyrus.uml.nattable.xtext.integration_2.0.100.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (10.18kB) [INFO] Fetching org.eclipse.papyrus.uml.nattable.xtext.valuespecification_5.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (10.98kB) [INFO] Fetching org.eclipse.papyrus.uml.nattable.xtext.valuespecification_5.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (10.98kB) [INFO] Fetching org.eclipse.papyrus.uml.nattable.richtext_2.1.100.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (11.68kB) [INFO] Fetching org.eclipse.papyrus.uml.nattable.richtext_2.1.100.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (11.68kB) [INFO] Fetching org.eclipse.papyrus.uml.nattable.feature_4.0.0.201812120922.jar from http://download.eclipse.org/releases/2018-12/201812191000/features/ (13.2kB) [INFO] Fetching org.eclipse.papyrus.uml.nattable.feature_4.0.0.201812120922.jar from http://download.eclipse.org/releases/2018-12/201812191000/features/ (13.2kB) [INFO] Fetching org.eclipse.papyrus.uml.textedit.valuespecification.xtext.utils_1.4.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (13.89kB) [INFO] Fetching org.eclipse.papyrus.uml.textedit.valuespecification.xtext.utils_1.4.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (13.89kB) [INFO] Fetching org.eclipse.papyrus.uml.textedit.valuespecification.xtext.ui_2.1.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (27.09kB) [INFO] Fetching org.eclipse.papyrus.uml.textedit.valuespecification.xtext.ui_2.1.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (27.09kB) [INFO] Fetching org.eclipse.papyrus.views.validation_2.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (23.16kB) [INFO] Fetching org.eclipse.papyrus.views.validation_2.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (23.16kB) [INFO] Fetching org.eclipse.papyrus.uml.properties.xtext_1.3.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (19.4kB) [INFO] Fetching org.eclipse.papyrus.uml.properties.xtext_1.3.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (19.4kB) [INFO] Fetching org.eclipse.papyrus.uml.properties.feature_3.0.0.201812120922.jar from http://download.eclipse.org/releases/2018-12/201812191000/features/ (12.98kB) [INFO] Fetching org.eclipse.papyrus.uml.properties.feature_3.0.0.201812120922.jar from http://download.eclipse.org/releases/2018-12/201812191000/features/ (12.98kB) [INFO] Fetching org.eclipse.papyrus.uml.search.ui_2.0.100.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (55.68kB) [INFO] Fetching org.eclipse.papyrus.uml.search.ui_2.0.100.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (55.68kB) [INFO] Fetching org.eclipse.papyrus.uml.search.feature_2.0.0.201812120922.jar from http://download.eclipse.org/releases/2018-12/201812191000/features/ (12.95kB) [INFO] Fetching org.eclipse.papyrus.uml.search.feature_2.0.0.201812120922.jar from http://download.eclipse.org/releases/2018-12/201812191000/features/ (12.95kB) [INFO] Fetching org.eclipse.papyrus.uml.textedit.collaborationuse.xtext_2.1.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (33.41kB) [INFO] Fetching org.eclipse.papyrus.uml.textedit.collaborationuse.xtext_2.1.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (33.41kB) [INFO] Fetching org.eclipse.papyrus.uml.textedit.common.xtext_2.1.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (38.36kB) [INFO] Fetching org.eclipse.papyrus.uml.textedit.common.xtext_2.1.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (38.36kB) [INFO] Fetching org.eclipse.papyrus.uml.textedit.collaborationuse.xtext.ui_2.1.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (26.19kB) [INFO] Fetching org.eclipse.papyrus.uml.textedit.collaborationuse.xtext.ui_2.1.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (26.19kB) [INFO] Fetching org.eclipse.papyrus.uml.textedit.common.xtext.ui_2.1.100.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (24.99kB) [INFO] Fetching org.eclipse.papyrus.uml.textedit.common.xtext.ui_2.1.100.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (24.99kB) [INFO] Fetching org.eclipse.papyrus.uml.xtext.integration.core_2.1.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (8.68kB) [INFO] Fetching org.eclipse.papyrus.uml.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] 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.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] 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] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.emf.facet.efacet.edit_1.2.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (23.25kB) [INFO] Fetching org.eclipse.papyrus.emf.facet.efacet.editor_1.2.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (21.91kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.emf.facet.efacet.editor_1.2.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (21.91kB) [INFO] Fetching org.eclipse.papyrus.emf.facet.query.java_1.2.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (12.72kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.emf.facet.query.java_1.2.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (12.72kB) [INFO] Fetching org.eclipse.papyrus.emf.facet.query.java.sdk.ui_1.2.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (19.33kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.emf.facet.query.java.sdk.ui_1.2.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (19.33kB) [INFO] Fetching org.eclipse.papyrus.emf.facet.query.ocl.core_1.2.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (10.86kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.emf.facet.query.ocl.core_1.2.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (10.86kB) [INFO] Fetching org.eclipse.papyrus.emf.facet.query.ocl.sdk.ui_2.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (13.57kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.emf.facet.query.ocl.sdk.ui_2.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (13.57kB) [INFO] Fetching org.eclipse.papyrus.emf.facet.widgets_1.2.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (23.7kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.emf.facet.widgets_1.2.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (23.7kB) [INFO] Fetching org.eclipse.papyrus.emf.facet.widgets.celleditors.ecore_1.2.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (25.35kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.emf.facet.widgets.celleditors.ecore_1.2.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (25.35kB) [INFO] Fetching org.eclipse.papyrus.infra.tools_3.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (37.28kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.infra.tools_3.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (37.28kB) [INFO] Fetching org.eclipse.emf_2.8.0.v20180706-1146.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (10.56kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.emf_2.8.0.v20180706-1146.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (10.56kB) [INFO] Fetching org.eclipse.papyrus.extensionpoints.editors_3.1.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (14.52kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.extensionpoints.editors_3.1.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (14.52kB) [INFO] Fetching org.eclipse.papyrus.infra.constraints_2.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (30.06kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.infra.constraints_2.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (30.06kB) [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.extensionpoints.editors_1.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (30.03kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.extensionpoints.editors_1.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (30.03kB) [INFO] Fetching org.eclipse.papyrus.infra.architecture_2.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (19.57kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.infra.architecture_2.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (19.57kB) [INFO] Fetching org.eclipse.papyrus.infra.core.architecture_2.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (42.62kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.infra.core.architecture_2.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (42.62kB) [INFO] Fetching org.eclipse.papyrus.infra.services.edit_3.1.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (19.7kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.infra.services.edit_3.1.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (19.7kB) [INFO] Fetching org.eclipse.papyrus.infra.core_3.0.100.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (99.96kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.infra.core_3.0.100.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (99.96kB) [INFO] Fetching org.eclipse.papyrus.infra.types_4.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (40.23kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.infra.types_4.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (40.23kB) [INFO] Fetching org.eclipse.papyrus.infra.architecture.representation_2.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (22.08kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.infra.architecture.representation_2.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (22.08kB) [INFO] Fetching org.eclipse.papyrus.infra.architecture.representation.edit_1.1.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (17.71kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.infra.architecture.representation.edit_1.1.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (17.71kB) [INFO] Fetching org.eclipse.papyrus.infra.core.architecture.edit_2.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (20.12kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.infra.core.architecture.edit_2.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (20.12kB) [INFO] Fetching org.eclipse.papyrus.infra.constraints.edit_2.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (15.05kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.infra.constraints.edit_2.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (15.05kB) [INFO] Fetching org.eclipse.papyrus.infra.types.edit_4.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (19.07kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.infra.types.edit_4.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (19.07kB) [INFO] Fetching org.eclipse.papyrus.infra.constraints.editor_2.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (36.14kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.infra.constraints.editor_2.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (36.14kB) [INFO] Fetching org.eclipse.papyrus.infra.constraints.ui_2.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (8.59kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.infra.constraints.ui_2.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (8.59kB) [INFO] Fetching org.eclipse.papyrus.infra.core.sashwindows.di_1.2.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (52.37kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.infra.core.sashwindows.di_1.2.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (52.37kB) [INFO] Fetching org.eclipse.papyrus.infra.core.sasheditor_2.1.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (60.96kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.infra.core.sasheditor_2.1.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (60.96kB) [INFO] Fetching org.eclipse.papyrus.infra.core.sasheditor.di_2.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (20.23kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.infra.core.sasheditor.di_2.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (20.23kB) [INFO] Fetching org.eclipse.uml2.types_2.5.0.v20181203-1331.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (11.51kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.uml2.types_2.5.0.v20181203-1331.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (11.51kB) [INFO] Fetching org.eclipse.uml2.common_2.5.0.v20181203-1331.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (35.09kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.uml2.common_2.5.0.v20181203-1331.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (35.09kB) [INFO] Fetching org.eclipse.papyrus.infra.editor.welcome_2.0.100.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (54.51kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.infra.editor.welcome_2.0.100.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (54.51kB) [INFO] Fetching org.eclipse.papyrus.infra.properties.ui_3.4.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (81.09kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.infra.properties.ui_3.4.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (81.09kB) [INFO] Fetching org.eclipse.papyrus.infra.editor.welcome.internationalization_2.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (15.22kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.infra.editor.welcome.internationalization_2.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (15.22kB) [INFO] Fetching org.eclipse.papyrus.infra.services.navigation_3.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (14.38kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.infra.services.navigation_3.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (14.38kB) [INFO] Fetching org.eclipse.papyrus.infra.internationalization_1.0.100.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (36.02kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.infra.internationalization_1.0.100.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (36.02kB) [INFO] Fetching org.eclipse.papyrus.infra.internationalization.common_1.100.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (15.44kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.infra.internationalization.common_1.100.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (15.44kB) [INFO] Fetching org.eclipse.papyrus.infra.internationalization.ui_1.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (12.58kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.infra.internationalization.ui_1.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (12.58kB) [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.common_3.101.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (311.08kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.common_3.101.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (311.08kB) [INFO] Fetching org.eclipse.papyrus.infra.editor.welcome.nattable_3.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (23.73kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.infra.editor.welcome.nattable_3.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (23.73kB) [INFO] Fetching org.eclipse.papyrus.infra.emf.appearance_2.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (10.95kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.infra.emf.appearance_2.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (10.95kB) [INFO] Fetching org.eclipse.papyrus.infra.emf.diagram.common_2.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (9.38kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.infra.emf.diagram.common_2.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (9.38kB) [INFO] Fetching org.eclipse.papyrus.infra.emf.gmf_1.2.100.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (27.7kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.infra.emf.gmf_1.2.100.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (27.7kB) [INFO] Fetching org.eclipse.papyrus.infra.emf.expressions_1.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (36.94kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.infra.emf.expressions_1.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (36.94kB) [INFO] Fetching org.eclipse.papyrus.infra.emf.expressions.edit_1.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (15.59kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.infra.emf.expressions.edit_1.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (15.59kB) [INFO] Fetching org.eclipse.papyrus.infra.emf.expressions.editor_1.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (34.84kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.infra.emf.expressions.editor_1.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (34.84kB) [INFO] Fetching org.eclipse.papyrus.infra.emf.expressions.properties_1.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (16.32kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.infra.emf.expressions.properties_1.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (16.32kB) [INFO] Fetching org.eclipse.papyrus.infra.emf.readonly_3.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (25.31kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.infra.emf.readonly_3.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (25.31kB) [INFO] Fetching org.eclipse.papyrus.infra.emf.types_4.1.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (37.61kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.infra.emf.types_4.1.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (37.61kB) [INFO] Fetching org.eclipse.papyrus.infra.emf.types.ui_4.1.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (20.77kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.infra.emf.types.ui_4.1.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (20.77kB) [INFO] Fetching org.eclipse.papyrus.infra.emf.nattable_5.1.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (35.87kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.infra.emf.nattable_5.1.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (35.87kB) [INFO] Fetching org.eclipse.papyrus.infra.nattable_6.1.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (320.96kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.infra.nattable_6.1.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (320.96kB) [INFO] Fetching org.eclipse.papyrus.infra.onefile_2.2.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (16kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.infra.onefile_2.2.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (16kB) [INFO] Fetching org.eclipse.papyrus.infra.types.rulebased_4.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (30.54kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.infra.types.rulebased_4.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (30.54kB) [INFO] Fetching org.eclipse.papyrus.infra.properties.edit_3.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (35.42kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.infra.properties.edit_3.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (35.42kB) [INFO] Fetching org.eclipse.uml2.uml.edit_5.5.0.v20181203-1331.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (171.71kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.uml2.uml.edit_5.5.0.v20181203-1331.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (171.71kB) [INFO] Fetching org.eclipse.papyrus.infra.types.core_4.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (34.88kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.infra.types.core_4.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (34.88kB) [INFO] Fetching org.eclipse.papyrus.infra.hyperlink_3.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (43.13kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.infra.hyperlink_3.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (43.13kB) [INFO] Fetching org.eclipse.papyrus.infra.psf_1.2.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (17.36kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.infra.psf_1.2.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (17.36kB) [INFO] Fetching org.eclipse.papyrus.infra.newchild_4.1.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (33.41kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.infra.newchild_4.1.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (33.41kB) [INFO] Fetching org.eclipse.papyrus.infra.newchild.edit_4.1.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (13.93kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.infra.newchild.edit_4.1.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (13.93kB) [INFO] Fetching org.eclipse.papyrus.infra.sync_2.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (34.99kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.infra.sync_2.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (34.99kB) [INFO] Fetching org.eclipse.papyrus.infra.filters_1.3.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (23.08kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.infra.filters_1.3.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (23.08kB) [INFO] Fetching org.eclipse.papyrus.infra.filters.edit_1.4.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (13.25kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.infra.filters.edit_1.4.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (13.25kB) [INFO] Fetching org.eclipse.papyrus.infra.properties_3.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (48.16kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.infra.properties_3.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (48.16kB) [INFO] Fetching org.eclipse.papyrus.infra.properties.editor_3.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (42.42kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.infra.properties.editor_3.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (42.42kB) [INFO] Fetching org.eclipse.uml2.common.edit_2.5.0.v20181203-1331.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (15.75kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.uml2.common.edit_2.5.0.v20181203-1331.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (15.75kB) [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.assistant_1.4.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (48.65kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.assistant_1.4.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (48.65kB) [INFO] Fetching org.eclipse.papyrus.infra.viewpoints.policy_3.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (38.27kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.infra.viewpoints.policy_3.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (38.27kB) [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.assistant.edit_1.3.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (23.3kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.assistant.edit_1.3.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (23.3kB) [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.assistant.editor_1.3.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (31.05kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.assistant.editor_1.3.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (31.05kB) [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.assistant.ui_1.2.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (9.36kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.assistant.ui_1.2.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (9.36kB) [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.canonical_2.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (30.36kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.canonical_2.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (30.36kB) [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.commands_3.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (23.32kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.commands_3.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (23.32kB) [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.representation_2.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (22.79kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.representation_2.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (22.79kB) [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.tooling.runtime_3.1.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (87.59kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.tooling.runtime_3.1.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (87.59kB) [INFO] Fetching org.eclipse.papyrus.infra.services.decoration_2.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (15.08kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.infra.services.decoration_2.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (15.08kB) [INFO] Fetching org.eclipse.papyrus.infra.services.edit.ui_3.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (12.3kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.infra.services.edit.ui_3.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (12.3kB) [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.style_2.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (13.27kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.style_2.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (13.27kB) [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.paletteconfiguration_4.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (39.99kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.paletteconfiguration_4.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (39.99kB) [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.controlmode_1.2.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (10.42kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.controlmode_1.2.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (10.42kB) [INFO] Fetching org.eclipse.papyrus.infra.services.controlmode_2.0.100.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (43.32kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.infra.services.controlmode_2.0.100.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (43.32kB) [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.css_2.3.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (75.21kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.css_2.3.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (75.21kB) [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.css.model_1.3.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (22.09kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.css.model_1.3.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (22.09kB) [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.css.configuration_2.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (25.55kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.css.configuration_2.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (25.55kB) [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.css.properties_3.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (40.96kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.css.properties_3.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (40.96kB) [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.css3.xtext_3.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (107.82kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.css3.xtext_3.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (107.82kB) [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui_3.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (88.48kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui_3.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (88.48kB) [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.css.theme_1.2.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (9.42kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.css.theme_1.2.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (9.42kB) [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.css.model.edit_1.3.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (12.88kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.css.model.edit_1.3.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (12.88kB) [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.properties_4.0.100.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (67.88kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.properties_4.0.100.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (67.88kB) [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.dnd_1.4.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (26.79kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.dnd_1.4.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (26.79kB) [INFO] Fetching org.antlr.runtime_3.2.0.v201101311130.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (99.04kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.antlr.runtime_3.2.0.v201101311130.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (99.04kB) [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.expansion_3.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (54.31kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.expansion_3.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (54.31kB) [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.export_2.1.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (24.38kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.export_2.1.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (24.38kB) [INFO] Fetching org.eclipse.papyrus.infra.services.validation_3.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (26.98kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.infra.services.validation_3.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (26.98kB) [INFO] Fetching org.eclipse.papyrus.infra.services.semantic_2.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (9.68kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.infra.services.semantic_2.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (9.68kB) [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.navigation_2.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (31.09kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.navigation_2.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (31.09kB) [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.outline_2.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (15.57kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.outline_2.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (15.57kB) [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.preferences_3.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (35.66kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.preferences_3.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (35.66kB) [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.widgets_1.2.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (13.3kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.widgets_1.2.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (13.3kB) [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.gef_1.2.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (9.32kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.gef_1.2.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (9.32kB) [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.modelexplorer_1.2.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (17.12kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.modelexplorer_1.2.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (17.12kB) [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.hyperlink_3.0.100.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (34.28kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.hyperlink_3.0.100.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (34.28kB) [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.viewersearcher_1.2.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (9.34kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.viewersearcher_1.2.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (9.34kB) [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.gmfmenu.filter_1.2.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (10.06kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.gmfmenu.filter_1.2.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (10.06kB) [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.menu_1.2.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (19.66kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.menu_1.2.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (19.66kB) [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.welcome_1.2.100.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (17.24kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.welcome_1.2.100.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (17.24kB) [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.representation.edit_2.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (23.34kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.representation.edit_2.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (23.34kB) [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.style.edit_2.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (10.88kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.style.edit_2.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (10.88kB) [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.paletteconfiguration.edit_4.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (26.04kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.paletteconfiguration.edit_4.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (26.04kB) [INFO] Fetching org.eclipse.papyrus.infra.nattable.representation_2.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (12.99kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.infra.nattable.representation_2.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (12.99kB) [INFO] Fetching org.eclipse.papyrus.views.modelexplorer_3.0.100.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (84.86kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.views.modelexplorer_3.0.100.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (84.86kB) [INFO] Fetching org.eclipse.papyrus.infra.internationalization.edit_1.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (11.35kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.infra.internationalization.edit_1.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (11.35kB) [INFO] Fetching org.eclipse.papyrus.infra.widgets.toolbox_2.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (38.59kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.infra.widgets.toolbox_2.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (38.59kB) [INFO] Fetching org.eclipse.papyrus.infra.services.openelement_3.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (11.42kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.infra.services.openelement_3.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (11.42kB) [INFO] Fetching org.eclipse.papyrus.infra.services.viewersearch_3.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (11.03kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.infra.services.viewersearch_3.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (11.03kB) [INFO] Fetching org.eclipse.papyrus.views.properties_4.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (34.35kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.views.properties_4.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (34.35kB) [INFO] Fetching org.eclipse.papyrus.infra.ui.emf_2.1.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (50.17kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.infra.ui.emf_2.1.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (50.17kB) [INFO] Fetching org.eclipse.papyrus.views.search_2.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (19.91kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.views.search_2.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (19.91kB) [INFO] Fetching org.eclipse.papyrus.infra.nattable.model_4.1.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (110.1kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.infra.nattable.model_4.1.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (110.1kB) [INFO] Fetching org.eclipse.papyrus.infra.internationalization.controlmode_1.0.100.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (14.63kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.infra.internationalization.controlmode_1.0.100.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (14.63kB) [INFO] Fetching org.eclipse.papyrus.infra.internationalization.readonly_1.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (8.31kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.infra.internationalization.readonly_1.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (8.31kB) [INFO] Fetching org.eclipse.papyrus.infra.services.labelprovider_2.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (13.21kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.infra.services.labelprovider_2.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (13.21kB) [INFO] Fetching org.eclipse.papyrus.infra.nattable.common_5.1.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (42.64kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.infra.nattable.common_5.1.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (42.64kB) [INFO] Fetching org.eclipse.papyrus.infra.nattable.controlmode_2.0.100.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (10.66kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.infra.nattable.controlmode_2.0.100.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (10.66kB) [INFO] Fetching org.eclipse.papyrus.infra.nattable.model.edit_4.0.100.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (44.18kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.infra.nattable.model.edit_4.0.100.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (44.18kB) [INFO] Fetching org.eclipse.papyrus.infra.nattable.model.editor_5.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (78.05kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.infra.nattable.model.editor_5.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (78.05kB) [INFO] Fetching org.eclipse.papyrus.infra.nattable.modelexplorer_4.0.100.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (18.25kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.infra.nattable.modelexplorer_4.0.100.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (18.25kB) [INFO] Fetching org.eclipse.papyrus.infra.nattable.views.config_5.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (16.25kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.infra.nattable.views.config_5.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (16.25kB) [INFO] Fetching org.eclipse.papyrus.infra.nattable.views.editor_1.2.100.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (8.05kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.infra.nattable.views.editor_1.2.100.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (8.05kB) [INFO] Fetching org.eclipse.papyrus.infra.nattable.properties_2.3.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (47.19kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.infra.nattable.properties_2.3.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (47.19kB) [INFO] Fetching org.eclipse.papyrus.infra.nattable.gmfdiag_1.2.100.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (13.05kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.infra.nattable.gmfdiag_1.2.100.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (13.05kB) [INFO] Fetching org.eclipse.papyrus.infra.nattable.representation.edit_2.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (11.76kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.infra.nattable.representation.edit_2.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (11.76kB) [INFO] Fetching org.eclipse.papyrus.infra.newchild.editor_3.1.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (30.38kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.infra.newchild.editor_3.1.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (30.38kB) [INFO] Fetching org.eclipse.papyrus.infra.newchild.ui_2.0.100.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (13.32kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.infra.newchild.ui_2.0.100.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (13.32kB) [INFO] Fetching org.eclipse.papyrus.infra.onefile.ui_1.2.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (37.74kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.infra.onefile.ui_1.2.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (37.74kB) [INFO] Fetching org.eclipse.papyrus.infra.services.architecture_1.0.100.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (8.38kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.infra.services.architecture_1.0.100.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (8.38kB) [INFO] Fetching org.eclipse.papyrus.infra.services.controlmode.history_2.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (16.97kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.infra.services.controlmode.history_2.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (16.97kB) [INFO] Fetching org.eclipse.papyrus.infra.services.markerlistener_2.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (23.81kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.infra.services.markerlistener_2.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (23.81kB) [INFO] Fetching org.eclipse.papyrus.infra.services.resourceloading_3.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (20.95kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.infra.services.resourceloading_3.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (20.95kB) [INFO] Fetching org.eclipse.papyrus.infra.services.viewlabelprovider_1.2.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (9.2kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.infra.services.viewlabelprovider_1.2.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (9.2kB) [INFO] Fetching org.eclipse.papyrus.infra.services.localizer_2.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (9.98kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.infra.services.localizer_2.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (9.98kB) [INFO] Fetching org.eclipse.papyrus.infra.services.resourceloading.ui_1.2.100.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (24.84kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.infra.services.resourceloading.ui_1.2.100.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (24.84kB) [INFO] Fetching org.eclipse.papyrus.infra.types.editor_3.1.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (30.96kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.infra.types.editor_3.1.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (30.96kB) [INFO] Fetching org.eclipse.papyrus.infra.types.ui_3.0.100.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (13.34kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.infra.types.ui_3.0.100.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (13.34kB) [INFO] Fetching org.eclipse.papyrus.infra.ui.architecture_2.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (47.35kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.infra.ui.architecture_2.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (47.35kB) [INFO] Fetching org.eclipse.papyrus.infra.ui.resources_1.2.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (21.1kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.infra.ui.resources_1.2.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (21.1kB) [INFO] Fetching org.eclipse.papyrus.infra.ui.fonts_1.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (315.49kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.infra.ui.fonts_1.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (315.49kB) [INFO] Fetching org.eclipse.pde_3.13.400.v20181206-0815.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (46.81kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.pde_3.13.400.v20181206-0815.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (46.81kB) [INFO] Fetching org.eclipse.papyrus.sdk_4.2.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (10.19kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.sdk_4.2.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (10.19kB) [INFO] Fetching org.eclipse.papyrus.uml.alf_3.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (556.53kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.uml.alf_3.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (556.53kB) [INFO] Fetching org.eclipse.papyrus.uml.tools.utils_3.4.100.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (52.17kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.uml.tools.utils_3.4.100.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (52.17kB) [INFO] Fetching org.eclipse.papyrus.uml.extensionpoints_1.3.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (30.1kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.uml.extensionpoints_1.3.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (30.1kB) [INFO] Fetching org.eclipse.papyrus.uml.alf.libraries_2.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (394.37kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.uml.alf.libraries_2.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (394.37kB) [INFO] Fetching org.eclipse.papyrus.uml.alf.common_2.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (13.75kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.uml.alf.common_2.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (13.75kB) [INFO] Fetching org.eclipse.papyrus.uml.alf.common.ui_2.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (10.71kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.uml.alf.common.ui_2.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (10.71kB) [INFO] Fetching org.eclipse.papyrus.uml.alf.to.fuml_1.2.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (55.39kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.uml.alf.to.fuml_1.2.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (55.39kB) [INFO] Fetching org.eclipse.papyrus.uml.alf.ui_3.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (205.92kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.uml.alf.ui_3.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (205.92kB) [INFO] Fetching org.eclipse.papyrus.uml.xtext.integration.ui_2.1.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (41.74kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.uml.xtext.integration.ui_2.1.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (41.74kB) [INFO] Fetching org.eclipse.papyrus.uml.service.validation_2.1.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (13.39kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.uml.service.validation_2.1.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (13.39kB) [INFO] Fetching org.eclipse.papyrus.uml.appearance_2.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (11.05kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.uml.appearance_2.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (11.05kB) [INFO] Fetching org.eclipse.papyrus.uml.architecture_1.1.200.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (20.66kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.uml.architecture_1.1.200.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (20.66kB) [INFO] Fetching org.eclipse.papyrus.uml.service.types_4.1.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (166.42kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.uml.service.types_4.1.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (166.42kB) [INFO] Fetching org.eclipse.papyrus.uml.diagram.activity_3.4.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (950.77kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.uml.diagram.activity_3.4.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (950.77kB) [INFO] Fetching org.eclipse.papyrus.uml.diagram.clazz_3.0.200.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (398.72kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.uml.diagram.clazz_3.0.200.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (398.72kB) [INFO] Fetching org.eclipse.papyrus.uml.diagram.communication_4.0.100.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (230.4kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.uml.diagram.communication_4.0.100.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (230.4kB) [INFO] Fetching org.eclipse.papyrus.uml.diagram.component_3.2.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (208.66kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.uml.diagram.component_3.2.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (208.66kB) [INFO] Fetching org.eclipse.papyrus.uml.diagram.composite_3.1.100.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (456.59kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.uml.diagram.composite_3.1.100.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (456.59kB) [INFO] Fetching org.eclipse.papyrus.uml.diagram.deployment_3.1.200.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (179.63kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.uml.diagram.deployment_3.1.200.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (179.63kB) [INFO] Fetching org.eclipse.papyrus.uml.diagram.interactionoverview_3.0.100.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (53.9kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.uml.diagram.interactionoverview_3.0.100.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (53.9kB) [INFO] Fetching org.eclipse.papyrus.uml.diagram.profile_3.1.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (216.42kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.uml.diagram.profile_3.1.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (216.42kB) [INFO] Fetching org.eclipse.papyrus.uml.diagram.sequence_5.1.100.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (460.88kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.uml.diagram.sequence_5.1.100.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (460.88kB) [INFO] Fetching org.eclipse.papyrus.uml.diagram.statemachine_3.1.100.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (217.44kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.uml.diagram.statemachine_3.1.100.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (217.44kB) [INFO] Fetching org.eclipse.papyrus.uml.diagram.stereotype.edition_2.0.100.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (30.55kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.uml.diagram.stereotype.edition_2.0.100.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (30.55kB) [INFO] Fetching org.eclipse.papyrus.uml.diagram.timing_1.4.200.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (271.74kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.uml.diagram.timing_1.4.200.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (271.74kB) [INFO] Fetching org.eclipse.papyrus.uml.diagram.usecase_4.0.200.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (210.7kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.uml.diagram.usecase_4.0.200.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (210.7kB) [INFO] Fetching org.eclipse.papyrus.uml.nattable.generic.config_1.2.100.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (10.06kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.uml.nattable.generic.config_1.2.100.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (10.06kB) [INFO] Fetching org.eclipse.papyrus.uml.service.types.ui_2.1.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (35.61kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.uml.service.types.ui_2.1.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (35.61kB) [INFO] Fetching org.eclipse.papyrus.uml.commands_1.3.100.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (15.43kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.uml.commands_1.3.100.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (15.43kB) [INFO] Fetching org.eclipse.papyrus.uml.tools_4.1.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (92.77kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.uml.tools_4.1.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (92.77kB) [INFO] Fetching org.eclipse.papyrus.uml.internationalization.utils_1.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (9.32kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.uml.internationalization.utils_1.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (9.32kB) [INFO] Fetching org.eclipse.papyrus.uml.controlmode.profile_2.0.100.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (19.42kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.uml.controlmode.profile_2.0.100.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (19.42kB) [INFO] Fetching org.eclipse.papyrus.uml.decoratormodel_2.2.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (50.94kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.uml.decoratormodel_2.2.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (50.94kB) [INFO] Fetching org.eclipse.papyrus.uml.decoratormodel.controlmode_1.2.200.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (21.17kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.uml.decoratormodel.controlmode_1.2.200.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (21.17kB) [INFO] Fetching org.eclipse.papyrus.uml.decoratormodel.ui_2.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (44.54kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.uml.decoratormodel.ui_2.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (44.54kB) [INFO] Fetching org.eclipse.papyrus.uml.decoratormodel.properties_4.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (27.38kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.uml.decoratormodel.properties_4.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (27.38kB) [INFO] Fetching org.eclipse.papyrus.uml.properties_3.2.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (224.79kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.uml.properties_3.2.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (224.79kB) [INFO] Fetching org.eclipse.papyrus.uml.profile_3.1.100.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (72.34kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.uml.profile_3.1.100.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (72.34kB) [INFO] Fetching org.eclipse.papyrus.uml.diagram.common_3.3.100.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (574.5kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.uml.diagram.common_3.3.100.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (574.5kB) [INFO] Fetching org.eclipse.papyrus.uml.internationalization.edit_1.100.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (34.16kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.uml.internationalization.edit_1.100.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (34.16kB) [INFO] Fetching org.eclipse.papyrus.uml.diagram.wizards_3.2.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (66.05kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.uml.diagram.wizards_3.2.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (66.05kB) [INFO] Fetching org.eclipse.papyrus.uml.diagram.navigation_2.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (13.01kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.uml.diagram.navigation_2.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (13.01kB) [INFO] Fetching org.eclipse.papyrus.uml.modelrepair_2.0.100.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (65.42kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.uml.modelrepair_2.0.100.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (65.42kB) [INFO] Fetching org.eclipse.papyrus.uml.diagram.common.groups_2.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (41.23kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.uml.diagram.common.groups_2.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (41.23kB) [INFO] Fetching org.eclipse.papyrus.uml.diagram.menu_2.0.100.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (84.59kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.uml.diagram.menu_2.0.100.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (84.59kB) [INFO] Fetching org.eclipse.papyrus.uml.diagram.css_2.0.100.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (16.48kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.uml.diagram.css_2.0.100.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (16.48kB) [INFO] Fetching org.eclipse.papyrus.uml.diagram.dnd_1.3.100.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (25.9kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.uml.diagram.dnd_1.3.100.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (25.9kB) [INFO] Fetching org.eclipse.papyrus.uml.diagram.icons_1.2.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (286.75kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.uml.diagram.icons_1.2.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (286.75kB) [INFO] Fetching org.eclipse.papyrus.uml.diagram.modelexplorer_1.2.100.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (10.56kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.uml.diagram.modelexplorer_1.2.100.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (10.56kB) [INFO] Fetching org.eclipse.papyrus.uml.diagram.symbols_1.2.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (18.44kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.uml.diagram.symbols_1.2.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (18.44kB) [INFO] Fetching org.eclipse.papyrus.uml.diagram.symbols.properties_1.2.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (8.84kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.uml.diagram.symbols.properties_1.2.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (8.84kB) [INFO] Fetching org.eclipse.papyrus.uml.diagram.linklf_2.0.100.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (18.9kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.uml.diagram.linklf_2.0.100.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (18.9kB) [INFO] Fetching org.eclipse.papyrus.uml.diagram.sequence.restrictions_1.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (8.17kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.uml.diagram.sequence.restrictions_1.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (8.17kB) [INFO] Fetching org.eclipse.uml2.uml.editor_5.5.0.v20181203-1331.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (65.47kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.uml2.uml.editor_5.5.0.v20181203-1331.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (65.47kB) [INFO] Fetching org.eclipse.ui.intro_3.5.400.v20181107-2118.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (141.99kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.ui.intro_3.5.400.v20181107-2118.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (141.99kB) [INFO] Fetching org.eclipse.papyrus.uml.documentation.profile_1.3.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (14.92kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.uml.documentation.profile_1.3.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (14.92kB) [INFO] Fetching org.eclipse.papyrus.uml.export_1.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (37.25kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.uml.export_1.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (37.25kB) [INFO] Fetching org.eclipse.papyrus.uml.expressions_2.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (25.5kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.uml.expressions_2.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (25.5kB) [INFO] Fetching org.eclipse.papyrus.uml.expressions.edit_2.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (15.06kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.uml.expressions.edit_2.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (15.06kB) [INFO] Fetching org.eclipse.papyrus.uml.expressions.properties_1.0.100.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (12.39kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.uml.expressions.properties_1.0.100.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (12.39kB) [INFO] Fetching org.eclipse.papyrus.uml.icons_1.2.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (1.45MB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.uml.icons_1.2.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (1.45MB) [INFO] Fetching org.eclipse.papyrus.uml.import_1.2.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (15.27kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.uml.import_1.2.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (15.27kB) [INFO] Fetching org.eclipse.papyrus.uml.perspective_1.2.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (9.45kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.uml.perspective_1.2.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (9.45kB) [INFO] Fetching org.eclipse.papyrus.uml.profile.drafter_1.3.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (53.86kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.uml.profile.drafter_1.3.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (53.86kB) [INFO] Fetching org.eclipse.papyrus.uml.resourceloading.profile_1.2.100.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (8.92kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.uml.resourceloading.profile_1.2.100.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (8.92kB) [INFO] Fetching org.eclipse.papyrus.uml.templaterepository_2.0.100.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (9.14kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.uml.templaterepository_2.0.100.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (9.14kB) [INFO] Fetching org.eclipse.papyrus.uml.oclconstraintevaluation_1.2.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (10.82kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.uml.oclconstraintevaluation_1.2.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (10.82kB) [INFO] Fetching org.eclipse.papyrus.uml.navigation_1.2.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (15.46kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.uml.navigation_1.2.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (15.46kB) [INFO] Fetching org.eclipse.papyrus.uml.services.decoration_1.2.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (9.45kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.uml.services.decoration_1.2.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (9.45kB) [INFO] Fetching org.eclipse.papyrus.uml.filters_1.3.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (16.45kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.uml.filters_1.3.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (16.45kB) [INFO] Fetching org.eclipse.papyrus.uml.filters.edit_1.3.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (11.67kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.uml.filters.edit_1.3.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (11.67kB) [INFO] Fetching org.eclipse.papyrus.uml.types.core_4.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (62.11kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.uml.types.core_4.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (62.11kB) [INFO] Fetching org.eclipse.papyrus.uml.internationalization_1.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (10.18kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.uml.internationalization_1.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (10.18kB) [INFO] Fetching org.eclipse.papyrus.uml.m2m.qvto.common_1.0.100.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (62.77kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.uml.m2m.qvto.common_1.0.100.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (62.77kB) [INFO] Fetching org.eclipse.papyrus.uml.m2m.qvto.common.blackboxes_1.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (10.62kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.uml.m2m.qvto.common.blackboxes_1.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (10.62kB) [INFO] Fetching org.eclipse.papyrus.uml.modelexplorer_2.0.100.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (61.25kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.uml.modelexplorer_2.0.100.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (61.25kB) [INFO] Fetching org.eclipse.papyrus.uml.modelexplorer.widgets_2.0.100.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (9.01kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.uml.modelexplorer.widgets_2.0.100.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (9.01kB) [INFO] Fetching org.eclipse.papyrus.views.modelexplorer.widgets_2.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (9.59kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.views.modelexplorer.widgets_2.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (9.59kB) [INFO] Fetching org.eclipse.papyrus.uml.nattable_5.2.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (66.4kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.uml.nattable_5.2.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (66.4kB) [INFO] Fetching org.eclipse.papyrus.uml.nattable.clazz.config_5.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (10.06kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.uml.nattable.clazz.config_5.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (10.06kB) [INFO] Fetching org.eclipse.papyrus.uml.nattable.generic_1.2.100.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (8.36kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.uml.nattable.generic_1.2.100.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (8.36kB) [INFO] Fetching org.eclipse.papyrus.uml.nattable.matrix_1.0.200.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (20.45kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.uml.nattable.matrix_1.0.200.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (20.45kB) [INFO] Fetching org.eclipse.papyrus.uml.nattable.properties_1.0.200.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (23.35kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.uml.nattable.properties_1.0.200.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (23.35kB) [INFO] Fetching org.eclipse.papyrus.uml.nattable.menu_1.2.200.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (41.45kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.uml.nattable.menu_1.2.200.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (41.45kB) [INFO] Fetching org.eclipse.papyrus.uml.nattable.xtext.integration_2.0.100.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (10.18kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.uml.nattable.xtext.integration_2.0.100.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (10.18kB) [INFO] Fetching org.eclipse.papyrus.uml.nattable.xtext.valuespecification_5.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (10.98kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.uml.nattable.xtext.valuespecification_5.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (10.98kB) [INFO] Fetching org.eclipse.papyrus.uml.nattable.stereotype.display_3.0.100.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (20.11kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.uml.nattable.stereotype.display_3.0.100.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (20.11kB) [INFO] Fetching org.eclipse.papyrus.uml.nattable.richtext_2.1.100.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (11.68kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.uml.nattable.richtext_2.1.100.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (11.68kB) [INFO] Fetching org.eclipse.papyrus.uml.ui_1.3.100.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (12.74kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.uml.ui_1.3.100.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (12.74kB) [INFO] Fetching org.eclipse.papyrus.uml.textedit.valuespecification.xtext.utils_1.4.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (13.89kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.uml.textedit.valuespecification.xtext.utils_1.4.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (13.89kB) [INFO] Fetching org.eclipse.papyrus.uml.textedit.valuespecification.xtext.ui_2.1.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (27.09kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.uml.textedit.valuespecification.xtext.ui_2.1.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (27.09kB) [INFO] Fetching org.eclipse.papyrus.views.validation_2.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (23.16kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.views.validation_2.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (23.16kB) [INFO] Fetching org.eclipse.papyrus.uml.properties.xtext_1.3.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (19.4kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.uml.properties.xtext_1.3.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (19.4kB) [INFO] Fetching org.eclipse.papyrus.uml.search.ui_2.0.100.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (55.68kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.uml.search.ui_2.0.100.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (55.68kB) [INFO] Fetching org.eclipse.uml2.uml.profile.standard_1.5.0.v20181203-1331.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (37.71kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.uml2.uml.profile.standard_1.5.0.v20181203-1331.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (37.71kB) [INFO] Fetching org.eclipse.papyrus.uml.textedit.collaborationuse.xtext_2.1.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (33.41kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.uml.textedit.collaborationuse.xtext_2.1.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (33.41kB) [INFO] Fetching org.eclipse.papyrus.uml.textedit.common.xtext_2.1.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (38.36kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.uml.textedit.common.xtext_2.1.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (38.36kB) [INFO] Fetching org.eclipse.papyrus.uml.textedit.collaborationuse.xtext.ui_2.1.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (26.19kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.uml.textedit.collaborationuse.xtext.ui_2.1.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (26.19kB) [INFO] Fetching org.eclipse.papyrus.uml.textedit.common.xtext.ui_2.1.100.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (24.99kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.uml.textedit.common.xtext.ui_2.1.100.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (24.99kB) [INFO] Fetching org.eclipse.papyrus.uml.xtext.integration.core_2.1.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (8.68kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.uml.xtext.integration.core_2.1.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (8.68kB) [INFO] Fetching org.eclipse.papyrus.uml.textedit.connectionpointreference.xtext_2.1.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (30.56kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.uml.textedit.connectionpointreference.xtext_2.1.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (30.56kB) [INFO] Fetching org.eclipse.papyrus.uml.textedit.connectionpointreference.xtext.ui_2.1.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (24.13kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.uml.textedit.connectionpointreference.xtext.ui_2.1.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (24.13kB) [INFO] Fetching org.eclipse.papyrus.uml.textedit.constraintwithessentialocl.xtext_1.3.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (13.65kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.uml.textedit.constraintwithessentialocl.xtext_1.3.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (13.65kB) [INFO] Fetching org.eclipse.papyrus.uml.textedit.message.xtext_2.1.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (32.61kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.uml.textedit.message.xtext_2.1.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (32.61kB) [INFO] Fetching org.eclipse.papyrus.uml.textedit.message.xtext.ui_2.1.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (25.06kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.uml.textedit.message.xtext.ui_2.1.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (25.06kB) [INFO] Fetching org.eclipse.papyrus.uml.textedit.parameter.xtext_2.1.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (55.8kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.uml.textedit.parameter.xtext_2.1.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (55.8kB) [INFO] Fetching org.eclipse.papyrus.uml.textedit.parameter.xtext.ui_2.1.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (38.95kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.uml.textedit.parameter.xtext.ui_2.1.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (38.95kB) [INFO] Fetching org.eclipse.papyrus.uml.textedit.property.xtext_2.1.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (62.8kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.uml.textedit.property.xtext_2.1.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (62.8kB) [INFO] Fetching org.eclipse.papyrus.uml.textedit.property.xtext.ui_2.1.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (38.15kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.uml.textedit.property.xtext.ui_2.1.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (38.15kB) [INFO] Fetching org.eclipse.papyrus.uml.textedit.state.xtext_2.1.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (42.51kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.uml.textedit.state.xtext_2.1.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (42.51kB) [INFO] Fetching org.eclipse.papyrus.uml.textedit.state.xtext.ui_2.1.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (30.51kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.uml.textedit.state.xtext.ui_2.1.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (30.51kB) [INFO] Fetching org.eclipse.papyrus.uml.textedit.transition.xtext_1.4.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (42.21kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.uml.textedit.transition.xtext_1.4.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (42.21kB) [INFO] Fetching org.eclipse.papyrus.uml.textedit.transition.xtext.ui_2.1.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (30.08kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.uml.textedit.transition.xtext.ui_2.1.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (30.08kB) [INFO] Fetching org.eclipse.papyrus.uml.textedit.javaconstraint_2.0.100.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (9.95kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.uml.textedit.javaconstraint_2.0.100.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (9.95kB) [INFO] Fetching org.eclipse.papyrus.uml.textedit.port.xtext_1.4.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (64.2kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.uml.textedit.port.xtext_1.4.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (64.2kB) [INFO] Fetching org.eclipse.papyrus.uml.textedit.port.xtext.ui_2.1.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (39.95kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.uml.textedit.port.xtext.ui_2.1.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (39.95kB) [INFO] Fetching org.eclipse.papyrus.uml.textedit.valuespecification.xtext_1.4.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (40.96kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.uml.textedit.valuespecification.xtext_1.4.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (40.96kB) [INFO] Fetching org.eclipse.papyrus.uml.textedit.stereotypeproperty.xtext_3.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (161.1kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.uml.textedit.stereotypeproperty.xtext_3.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (161.1kB) [INFO] Fetching org.eclipse.papyrus.uml.textedit.stereotypeproperty.xtext.ui_3.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (198.87kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.uml.textedit.stereotypeproperty.xtext.ui_3.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (198.87kB) [INFO] Fetching org.eclipse.uml2.uml.validation_5.5.0.v20181203-1331.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (12.86kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.uml2.uml.validation_5.5.0.v20181203-1331.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (12.86kB) [INFO] Fetching org.eclipse.papyrus.uml.xtext.integration.validation_2.1.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (8.44kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.uml.xtext.integration.validation_2.1.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (8.44kB) [INFO] Fetching org.eclipse.papyrus.views.documentation_1.0.100.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (21.31kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.views.documentation_1.0.100.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (21.31kB) [INFO] Fetching org.eclipse.papyrus.views.modelexplorer.resourceloading_2.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (13.17kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.views.modelexplorer.resourceloading_2.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (13.17kB) [INFO] Fetching org.eclipse.papyrus.views.modelexplorer.newchild_1.2.100.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (12.71kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.views.modelexplorer.newchild_1.2.100.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (12.71kB) [INFO] Fetching org.eclipse.papyrus.views.properties.model.xwt_2.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (28.09kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.views.properties.model.xwt_2.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (28.09kB) [INFO] Fetching org.eclipse.wst.xml.core_1.2.200.v201811122127.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (254.74kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.wst.xml.core_1.2.200.v201811122127.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (254.74kB) [INFO] Fetching org.eclipse.papyrus.views.references_2.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (18.5kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.views.references_2.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (18.5kB) [INFO] Fetching org.eclipse.update.configurator_3.4.100.v20180821-1913.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (43.11kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.update.configurator_3.4.100.v20180821-1913.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (43.11kB) [INFO] Fetching org.eclipse.pde.launching_3.7.300.v20181121-0613.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (51.16kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.pde.launching_3.7.300.v20181121-0613.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (51.16kB) [INFO] Fetching org.eclipse.ui.cheatsheets_3.5.300.v20180823-1505.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (118.64kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.ui.cheatsheets_3.5.300.v20180823-1505.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (118.64kB) [INFO] Fetching org.eclipse.ui.views.log_1.2.400.v20181102-1400.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (83.95kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.ui.views.log_1.2.400.v20181102-1400.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (83.95kB) [INFO] Fetching org.eclipse.ui.trace_1.1.300.v20181119-1957.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (26.35kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.ui.trace_1.1.300.v20181119-1957.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (26.35kB) [INFO] Fetching org.eclipse.ui.genericeditor_1.1.200.v20180921-0739.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (42.6kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.ui.genericeditor_1.1.200.v20180921-0739.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (42.6kB) [INFO] Fetching org.eclipse.platform_4.10.0.v20181206-0815.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (255.52kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.platform_4.10.0.v20181206-0815.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (255.52kB) [INFO] Fetching org.eclipse.ui.themes_1.2.300.v20181108-1102.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (29.1kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.ui.themes_1.2.300.v20181108-1102.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (29.1kB) [INFO] Fetching org.eclipse.wst.common.core_1.3.0.v201811122154.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (24.04kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.wst.common.core_1.3.0.v201811122154.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (24.04kB) [INFO] Fetching org.eclipse.wst.common.uriresolver_1.2.300.v201802151734.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (24.71kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.wst.common.uriresolver_1.2.300.v201802151734.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (24.71kB) [INFO] Fetching org.eclipse.wst.sse.core_1.2.100.v201810290944.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (155.06kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.wst.sse.core_1.2.100.v201810290944.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (155.06kB) [INFO] Fetching org.eclipse.xpand_2.2.0.v201605260315.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (80.37kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.xpand_2.2.0.v201605260315.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (80.37kB) [INFO] Fetching org.eclipse.xtend_2.2.0.v201605260315.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (148.58kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.xtend_2.2.0.v201605260315.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (148.58kB) [INFO] Fetching org.eclipse.xtend.typesystem.emf_2.2.0.v201605260315.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (26.12kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.xtend.typesystem.emf_2.2.0.v201605260315.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (26.12kB) [INFO] Fetching org.objectweb.asm_7.0.0.v20181030-2244.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (58.69kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.objectweb.asm_7.0.0.v20181030-2244.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (58.69kB) [INFO] Fetching org.hamcrest.core_1.3.0.v20180420-1519.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (29.18kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.hamcrest.core_1.3.0.v20180420-1519.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (29.18kB) [INFO] Fetching org.apache.commons.lang3_3.1.0.v201403281430.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (124.12kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.apache.commons.lang3_3.1.0.v201403281430.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (124.12kB) [INFO] Resolving class path of MavenProject: org.polarsys.esf:esf-infra.p2:0.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/esf-infra-quality/p2/pom.xml [INFO] ------------------------------------------------------------------------ [INFO] Reactor Build Order: [INFO] [INFO] ESF [pom] [INFO] ESF Core [pom] [INFO] ESF Diagram [pom] [INFO] org.polarsys.esf.core.common [eclipse-plugin] [INFO] org.polarsys.esf.core.common.ui [eclipse-plugin] [INFO] ESF Profile [pom] [INFO] ESFCore Profile [eclipse-plugin] [INFO] ESFArchitectureConcepts Profile [eclipse-plugin] [INFO] org.polarsys.esf.core.utils [eclipse-plugin] [INFO] ESF Core Resources [pom] [INFO] ESF Core Graphical Resources [eclipse-plugin] [INFO] org.polarsys.esf.core.diagram.esfarchitectureconcepts [eclipse-plugin] [INFO] ESF Meta-model [pom] [INFO] ESFArchitectureConcepts Meta-model [eclipse-plugin] [INFO] ESFCore Meta-model [eclipse-plugin] [INFO] ESFBehaviours Meta-model [eclipse-plugin] [INFO] ESFProperties Meta-model [eclipse-plugin] [INFO] ESFSafetyConcepts Meta-model [eclipse-plugin] [INFO] ESFArchitectureConcepts Profile test [eclipse-test-plugin] [INFO] org.polarsys.esf.core.profile.esfarchitectureconcepts.application [eclipse-plugin] [INFO] ESFProperties Profile [eclipse-plugin] [INFO] ESFBehaviours Profile [eclipse-plugin] [INFO] ESFSafetyConcepts Profile [eclipse-plugin] [INFO] ESF Releng [pom] [INFO] org.polarsys.esf.core.doc [eclipse-plugin] [INFO] ESF Core branding [eclipse-plugin] [INFO] ESF Core feature [eclipse-feature] [INFO] esf-infra.p2 [eclipse-repository] [INFO] [INFO] ---------------------< org.polarsys.esf:esf-infra >--------------------- [INFO] Building ESF 0.7.0-SNAPSHOT [1/28] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ esf-infra --- Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-plugin-api/2.0.6/maven-plugin-api-2.0.6.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/2.0.6/maven-plugin-api-2.0.6.pom Progress (1): 1.5 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/2.0.6/maven-plugin-api-2.0.6.pom (1.5 kB at 24 kB/s) Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven/2.0.6/maven-2.0.6.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/2.0.6/maven-2.0.6.pom Progress (1): 4.1 kB Progress (1): 8.2 kB Progress (1): 9.0 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/2.0.6/maven-2.0.6.pom (9.0 kB at 135 kB/s) Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-parent/5/maven-parent-5.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/5/maven-parent-5.pom Progress (1): 4.1 kB Progress (1): 8.2 kB Progress (1): 12 kB Progress (1): 15 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/5/maven-parent-5.pom (15 kB at 339 kB/s) Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/apache/3/apache-3.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/3/apache-3.pom Progress (1): 3.4 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/3/apache-3.pom (3.4 kB at 78 kB/s) Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-utils/3.0/plexus-utils-3.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0/plexus-utils-3.0.pom Progress (1): 4.1 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0/plexus-utils-3.0.pom (4.1 kB at 127 kB/s) Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/spice/spice-parent/16/spice-parent-16.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/spice/spice-parent/16/spice-parent-16.pom Progress (1): 4.1 kB Progress (1): 8.2 kB Progress (1): 8.4 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/spice/spice-parent/16/spice-parent-16.pom (8.4 kB at 334 kB/s) Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-plugin-api/2.0.6/maven-plugin-api-2.0.6.jar Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-utils/3.0/plexus-utils-3.0.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/2.0.6/maven-plugin-api-2.0.6.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0/plexus-utils-3.0.jar Progress (1): 4.1/13 kB Progress (1): 7.7/13 kB Progress (1): 12/13 kB Progress (1): 13 kB Progress (2): 13 kB | 4.1/226 kB Progress (2): 13 kB | 7.7/226 kB Progress (2): 13 kB | 12/226 kB Progress (2): 13 kB | 16/226 kB Progress (2): 13 kB | 20/226 kB Progress (2): 13 kB | 24/226 kB Progress (2): 13 kB | 28/226 kB Progress (2): 13 kB | 32/226 kB Progress (2): 13 kB | 36/226 kB Progress (2): 13 kB | 40/226 kB Progress (2): 13 kB | 45/226 kB Progress (2): 13 kB | 49/226 kB Progress (2): 13 kB | 53/226 kB Progress (2): 13 kB | 57/226 kB Progress (2): 13 kB | 61/226 kB Progress (2): 13 kB | 65/226 kB Progress (2): 13 kB | 69/226 kB Progress (2): 13 kB | 73/226 kB Progress (2): 13 kB | 77/226 kB Progress (2): 13 kB | 81/226 kB Progress (2): 13 kB | 85/226 kB Progress (2): 13 kB | 90/226 kB Progress (2): 13 kB | 94/226 kB Progress (2): 13 kB | 98/226 kB Progress (2): 13 kB | 102/226 kB Progress (2): 13 kB | 106/226 kB Progress (2): 13 kB | 110/226 kB Progress (2): 13 kB | 114/226 kB Progress (2): 13 kB | 118/226 kB Progress (2): 13 kB | 122/226 kB Progress (2): 13 kB | 126/226 kB Progress (2): 13 kB | 131/226 kB Progress (2): 13 kB | 135/226 kB Progress (2): 13 kB | 139/226 kB Progress (2): 13 kB | 143/226 kB Progress (2): 13 kB | 147/226 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/2.0.6/maven-plugin-api-2.0.6.jar (13 kB at 252 kB/s) Progress (1): 151/226 kB Progress (1): 155/226 kB Progress (1): 159/226 kB Progress (1): 163/226 kB Progress (1): 167/226 kB Progress (1): 171/226 kB Progress (1): 176/226 kB Progress (1): 180/226 kB Progress (1): 184/226 kB Progress (1): 188/226 kB Progress (1): 192/226 kB Progress (1): 196/226 kB Progress (1): 200/226 kB Progress (1): 204/226 kB Progress (1): 208/226 kB Progress (1): 212/226 kB Progress (1): 217/226 kB Progress (1): 221/226 kB Progress (1): 225/226 kB Progress (1): 226 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0/plexus-utils-3.0.jar (226 kB at 3.1 MB/s) [INFO] [INFO] --- license-maven-plugin:2.11:check (default) @ esf-infra --- Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-plugin-api/3.1.0/maven-plugin-api-3.1.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/3.1.0/maven-plugin-api-3.1.0.pom Progress (1): 3.0 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/3.1.0/maven-plugin-api-3.1.0.pom (3.0 kB at 217 kB/s) Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven/3.1.0/maven-3.1.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/3.1.0/maven-3.1.0.pom Progress (1): 4.1 kB Progress (1): 8.2 kB Progress (1): 12 kB Progress (1): 16 kB Progress (1): 20 kB Progress (1): 22 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/3.1.0/maven-3.1.0.pom (22 kB at 1.2 MB/s) Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-model/3.1.0/maven-model-3.1.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/3.1.0/maven-model-3.1.0.pom Progress (1): 3.8 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/3.1.0/maven-model-3.1.0.pom (3.8 kB at 165 kB/s) Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-utils/3.0.10/plexus-utils-3.0.10.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.10/plexus-utils-3.0.10.pom Progress (1): 3.1 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.10/plexus-utils-3.0.10.pom (3.1 kB at 185 kB/s) Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus/3.3/plexus-3.3.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/3.3/plexus-3.3.pom Progress (1): 4.1 kB Progress (1): 8.2 kB Progress (1): 12 kB Progress (1): 16 kB Progress (1): 20 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/3.3/plexus-3.3.pom (20 kB at 1.1 MB/s) Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-artifact/3.1.0/maven-artifact-3.1.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/3.1.0/maven-artifact-3.1.0.pom Progress (1): 1.6 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/3.1.0/maven-artifact-3.1.0.pom (1.6 kB at 82 kB/s) Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/sisu/org.eclipse.sisu.plexus/0.0.0.M2a/org.eclipse.sisu.plexus-0.0.0.M2a.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/org.eclipse.sisu.plexus/0.0.0.M2a/org.eclipse.sisu.plexus-0.0.0.M2a.pom Progress (1): 4.1 kB Progress (1): 5.9 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/org.eclipse.sisu.plexus/0.0.0.M2a/org.eclipse.sisu.plexus-0.0.0.M2a.pom (5.9 kB at 71 kB/s) Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/sisu/sisu-plexus/0.0.0.M2a/sisu-plexus-0.0.0.M2a.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/sisu-plexus/0.0.0.M2a/sisu-plexus-0.0.0.M2a.pom Progress (1): 4.1 kB Progress (1): 7.9 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/sisu-plexus/0.0.0.M2a/sisu-plexus-0.0.0.M2a.pom (7.9 kB at 330 kB/s) Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/oss/oss-parent/7/oss-parent-7.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/oss/oss-parent/7/oss-parent-7.pom Progress (1): 4.1 kB Progress (1): 4.8 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/oss/oss-parent/7/oss-parent-7.pom (4.8 kB at 268 kB/s) Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/javax/enterprise/cdi-api/1.0/cdi-api-1.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/enterprise/cdi-api/1.0/cdi-api-1.0.pom Progress (1): 1.4 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/enterprise/cdi-api/1.0/cdi-api-1.0.pom (1.4 kB at 42 kB/s) Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/jboss/weld/weld-api-parent/1.0/weld-api-parent-1.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/weld/weld-api-parent/1.0/weld-api-parent-1.0.pom Progress (1): 2.4 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/weld/weld-api-parent/1.0/weld-api-parent-1.0.pom (2.4 kB at 147 kB/s) Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/jboss/weld/weld-api-bom/1.0/weld-api-bom-1.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/weld/weld-api-bom/1.0/weld-api-bom-1.0.pom Progress (1): 4.1 kB Progress (1): 7.9 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/weld/weld-api-bom/1.0/weld-api-bom-1.0.pom (7.9 kB at 395 kB/s) Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/jboss/weld/weld-parent/6/weld-parent-6.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/weld/weld-parent/6/weld-parent-6.pom Progress (1): 4.1 kB Progress (1): 8.2 kB Progress (1): 12 kB Progress (1): 16 kB Progress (1): 20 kB Progress (1): 21 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/weld/weld-parent/6/weld-parent-6.pom (21 kB at 1.1 MB/s) Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/javax/annotation/jsr250-api/1.0/jsr250-api-1.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/annotation/jsr250-api/1.0/jsr250-api-1.0.pom Progress (1): 1.0 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/annotation/jsr250-api/1.0/jsr250-api-1.0.pom (1.0 kB at 46 kB/s) Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/javax/inject/javax.inject/1/javax.inject-1.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/inject/javax.inject/1/javax.inject-1.pom Progress (1): 612 B Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/inject/javax.inject/1/javax.inject-1.pom (612 B at 24 kB/s) Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/com/google/guava/guava/10.0.1/guava-10.0.1.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava/10.0.1/guava-10.0.1.pom Progress (1): 4.1 kB Progress (1): 5.4 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava/10.0.1/guava-10.0.1.pom (5.4 kB at 158 kB/s) Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/com/google/guava/guava-parent/10.0.1/guava-parent-10.0.1.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava-parent/10.0.1/guava-parent-10.0.1.pom Progress (1): 2.0 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava-parent/10.0.1/guava-parent-10.0.1.pom (2.0 kB at 42 kB/s) Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/com/google/code/findbugs/jsr305/1.3.9/jsr305-1.3.9.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/code/findbugs/jsr305/1.3.9/jsr305-1.3.9.pom Progress (1): 965 B Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/code/findbugs/jsr305/1.3.9/jsr305-1.3.9.pom (965 B at 22 kB/s) Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/sisu/sisu-guice/3.1.0/sisu-guice-3.1.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-guice/3.1.0/sisu-guice-3.1.0.pom Progress (1): 4.1 kB Progress (1): 8.2 kB Progress (1): 10 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-guice/3.1.0/sisu-guice-3.1.0.pom (10 kB at 677 kB/s) Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/sisu/inject/guice-parent/3.1.0/guice-parent-3.1.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/inject/guice-parent/3.1.0/guice-parent-3.1.0.pom Progress (1): 4.1 kB Progress (1): 8.2 kB Progress (1): 11 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/inject/guice-parent/3.1.0/guice-parent-3.1.0.pom (11 kB at 455 kB/s) Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/aopalliance/aopalliance/1.0/aopalliance-1.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/aopalliance/aopalliance/1.0/aopalliance-1.0.pom Progress (1): 363 B Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/aopalliance/aopalliance/1.0/aopalliance-1.0.pom (363 B at 17 kB/s) Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/sisu/org.eclipse.sisu.inject/0.0.0.M2a/org.eclipse.sisu.inject-0.0.0.M2a.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/org.eclipse.sisu.inject/0.0.0.M2a/org.eclipse.sisu.inject-0.0.0.M2a.pom Progress (1): 4.1 kB Progress (1): 5.0 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/org.eclipse.sisu.inject/0.0.0.M2a/org.eclipse.sisu.inject-0.0.0.M2a.pom (5.0 kB at 108 kB/s) Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/sisu/sisu-inject/0.0.0.M2a/sisu-inject-0.0.0.M2a.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/sisu-inject/0.0.0.M2a/sisu-inject-0.0.0.M2a.pom Progress (1): 4.1 kB Progress (1): 7.8 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/sisu-inject/0.0.0.M2a/sisu-inject-0.0.0.M2a.pom (7.8 kB at 339 kB/s) Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/asm/asm/3.3.1/asm-3.3.1.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/asm/asm/3.3.1/asm-3.3.1.pom Progress (1): 266 B Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/asm/asm/3.3.1/asm-3.3.1.pom (266 B at 12 kB/s) Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/asm/asm-parent/3.3.1/asm-parent-3.3.1.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/asm/asm-parent/3.3.1/asm-parent-3.3.1.pom Progress (1): 4.1 kB Progress (1): 4.3 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/asm/asm-parent/3.3.1/asm-parent-3.3.1.pom (4.3 kB at 255 kB/s) Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-component-annotations/1.5.5/plexus-component-annotations-1.5.5.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-component-annotations/1.5.5/plexus-component-annotations-1.5.5.pom Progress (1): 815 B Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-component-annotations/1.5.5/plexus-component-annotations-1.5.5.pom (815 B at 16 kB/s) Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-containers/1.5.5/plexus-containers-1.5.5.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-containers/1.5.5/plexus-containers-1.5.5.pom Progress (1): 4.1 kB Progress (1): 4.2 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-containers/1.5.5/plexus-containers-1.5.5.pom (4.2 kB at 137 kB/s) Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-classworlds/2.4/plexus-classworlds-2.4.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-classworlds/2.4/plexus-classworlds-2.4.pom Progress (1): 3.9 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-classworlds/2.4/plexus-classworlds-2.4.pom (3.9 kB at 194 kB/s) Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-utils/2.1/plexus-utils-2.1.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/2.1/plexus-utils-2.1.pom Progress (1): 4.0 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/2.1/plexus-utils-2.1.pom (4.0 kB at 192 kB/s) Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-project/3.0-alpha-2/maven-project-3.0-alpha-2.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-project/3.0-alpha-2/maven-project-3.0-alpha-2.pom Progress (1): 3.3 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-project/3.0-alpha-2/maven-project-3.0-alpha-2.pom (3.3 kB at 80 kB/s) Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven/3.0-alpha-2/maven-3.0-alpha-2.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/3.0-alpha-2/maven-3.0-alpha-2.pom Progress (1): 4.1 kB Progress (1): 8.2 kB Progress (1): 12 kB Progress (1): 16 kB Progress (1): 20 kB Progress (1): 21 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/3.0-alpha-2/maven-3.0-alpha-2.pom (21 kB at 548 kB/s) Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-parent/10/maven-parent-10.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/10/maven-parent-10.pom Progress (1): 4.1 kB Progress (1): 8.2 kB Progress (1): 12 kB Progress (1): 16 kB Progress (1): 20 kB Progress (1): 25 kB Progress (1): 29 kB Progress (1): 32 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/10/maven-parent-10.pom (32 kB at 753 kB/s) Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/apache/4/apache-4.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/4/apache-4.pom Progress (1): 4.1 kB Progress (1): 4.5 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/4/apache-4.pom (4.5 kB at 118 kB/s) Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-model/3.0-alpha-2/maven-model-3.0-alpha-2.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/3.0-alpha-2/maven-model-3.0-alpha-2.pom Progress (1): 3.5 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/3.0-alpha-2/maven-model-3.0-alpha-2.pom (3.5 kB at 92 kB/s) Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-utils/1.5.6/plexus-utils-1.5.6.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.5.6/plexus-utils-1.5.6.pom Progress (1): 4.1 kB Progress (1): 5.3 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.5.6/plexus-utils-1.5.6.pom (5.3 kB at 57 kB/s) Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus/1.0.12/plexus-1.0.12.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/1.0.12/plexus-1.0.12.pom Progress (1): 4.1 kB Progress (1): 8.2 kB Progress (1): 9.8 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/1.0.12/plexus-1.0.12.pom (9.8 kB at 239 kB/s) Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-interpolation/1.1/plexus-interpolation-1.1.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.1/plexus-interpolation-1.1.pom Progress (1): 1.4 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.1/plexus-interpolation-1.1.pom (1.4 kB at 44 kB/s) Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus/1.0.11/plexus-1.0.11.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/1.0.11/plexus-1.0.11.pom Progress (1): 4.1 kB Progress (1): 8.2 kB Progress (1): 9.0 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/1.0.11/plexus-1.0.11.pom (9.0 kB at 256 kB/s) Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-compat/3.0-alpha-2/maven-compat-3.0-alpha-2.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-compat/3.0-alpha-2/maven-compat-3.0-alpha-2.pom Progress (1): 2.9 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-compat/3.0-alpha-2/maven-compat-3.0-alpha-2.pom (2.9 kB at 66 kB/s) Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-container-default/1.0-beta-3.0.5/plexus-container-default-1.0-beta-3.0.5.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-container-default/1.0-beta-3.0.5/plexus-container-default-1.0-beta-3.0.5.pom Progress (1): 1.4 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-container-default/1.0-beta-3.0.5/plexus-container-default-1.0-beta-3.0.5.pom (1.4 kB at 16 kB/s) Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-containers/1.0-beta-3.0.5/plexus-containers-1.0-beta-3.0.5.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-containers/1.0-beta-3.0.5/plexus-containers-1.0-beta-3.0.5.pom Progress (1): 4.1 kB Progress (1): 4.1 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-containers/1.0-beta-3.0.5/plexus-containers-1.0-beta-3.0.5.pom (4.1 kB at 84 kB/s) Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-utils/1.4.5/plexus-utils-1.4.5.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.4.5/plexus-utils-1.4.5.pom Progress (1): 2.3 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.4.5/plexus-utils-1.4.5.pom (2.3 kB at 37 kB/s) Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-classworlds/1.4/plexus-classworlds-1.4.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-classworlds/1.4/plexus-classworlds-1.4.pom Progress (1): 4.1 kB Progress (1): 4.7 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-classworlds/1.4/plexus-classworlds-1.4.pom (4.7 kB at 126 kB/s) Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus/2.0.0/plexus-2.0.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/2.0.0/plexus-2.0.0.pom Progress (1): 4.1 kB Progress (1): 8.0 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/2.0.0/plexus-2.0.0.pom (8.0 kB at 166 kB/s) Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/xbean/xbean-reflect/3.4/xbean-reflect-3.4.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/xbean/xbean-reflect/3.4/xbean-reflect-3.4.pom Progress (1): 2.8 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/xbean/xbean-reflect/3.4/xbean-reflect-3.4.pom (2.8 kB at 80 kB/s) Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/xbean/xbean/3.4/xbean-3.4.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/xbean/xbean/3.4/xbean-3.4.pom Progress (1): 4.1 kB Progress (1): 8.2 kB Progress (1): 12 kB Progress (1): 16 kB Progress (1): 19 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/xbean/xbean/3.4/xbean-3.4.pom (19 kB at 304 kB/s) Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/log4j/log4j/1.2.12/log4j-1.2.12.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/log4j/log4j/1.2.12/log4j-1.2.12.pom Progress (1): 145 B Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/log4j/log4j/1.2.12/log4j-1.2.12.pom (145 B at 4.0 kB/s) Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/commons-logging/commons-logging-api/1.1/commons-logging-api-1.1.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-logging/commons-logging-api/1.1/commons-logging-api-1.1.pom Progress (1): 4.1 kB Progress (1): 5.3 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-logging/commons-logging-api/1.1/commons-logging-api-1.1.pom (5.3 kB at 153 kB/s) Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/com/google/code/google-collections/google-collect/snapshot-20080530/google-collect-snapshot-20080530.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/code/google-collections/google-collect/snapshot-20080530/google-collect-snapshot-20080530.pom Progress (1): 1.5 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/code/google-collections/google-collect/snapshot-20080530/google-collect-snapshot-20080530.pom (1.5 kB at 16 kB/s) Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/junit/junit/4.12/junit-4.12.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/junit/junit/4.12/junit-4.12.pom Progress (1): 4.1 kB Progress (1): 8.2 kB Progress (1): 12 kB Progress (1): 16 kB Progress (1): 20 kB Progress (1): 24 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/junit/junit/4.12/junit-4.12.pom (24 kB at 382 kB/s) Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/hamcrest/hamcrest-core/1.3/hamcrest-core-1.3.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/hamcrest/hamcrest-core/1.3/hamcrest-core-1.3.pom Progress (1): 766 B Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/hamcrest/hamcrest-core/1.3/hamcrest-core-1.3.pom (766 B at 51 kB/s) Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/hamcrest/hamcrest-parent/1.3/hamcrest-parent-1.3.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/hamcrest/hamcrest-parent/1.3/hamcrest-parent-1.3.pom Progress (1): 2.0 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/hamcrest/hamcrest-parent/1.3/hamcrest-parent-1.3.pom (2.0 kB at 104 kB/s) Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-component-annotations/1.0-beta-3.0.5/plexus-component-annotations-1.0-beta-3.0.5.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-component-annotations/1.0-beta-3.0.5/plexus-component-annotations-1.0-beta-3.0.5.pom Progress (1): 602 B Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-component-annotations/1.0-beta-3.0.5/plexus-component-annotations-1.0-beta-3.0.5.pom (602 B at 14 kB/s) Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/wagon/wagon-provider-api/1.0-beta-4/wagon-provider-api-1.0-beta-4.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon-provider-api/1.0-beta-4/wagon-provider-api-1.0-beta-4.pom Progress (1): 906 B Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon-provider-api/1.0-beta-4/wagon-provider-api-1.0-beta-4.pom (906 B at 10 kB/s) Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/wagon/wagon/1.0-beta-4/wagon-1.0-beta-4.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon/1.0-beta-4/wagon-1.0-beta-4.pom Progress (1): 4.1 kB Progress (1): 8.2 kB Progress (1): 10 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon/1.0-beta-4/wagon-1.0-beta-4.pom (10 kB at 244 kB/s) Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-parent/8/maven-parent-8.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/8/maven-parent-8.pom Progress (1): 4.1 kB Progress (1): 8.2 kB Progress (1): 12 kB Progress (1): 16 kB Progress (1): 20 kB Progress (1): 24 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/8/maven-parent-8.pom (24 kB at 670 kB/s) Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-utils/1.4.2/plexus-utils-1.4.2.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.4.2/plexus-utils-1.4.2.pom Progress (1): 2.0 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.4.2/plexus-utils-1.4.2.pom (2.0 kB at 115 kB/s) Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/woodstox/wstx-asl/3.2.6/wstx-asl-3.2.6.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/woodstox/wstx-asl/3.2.6/wstx-asl-3.2.6.pom Progress (1): 1.3 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/woodstox/wstx-asl/3.2.6/wstx-asl-3.2.6.pom (1.3 kB at 27 kB/s) Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/stax/stax-api/1.0.1/stax-api-1.0.1.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/stax/stax-api/1.0.1/stax-api-1.0.1.pom Progress (1): 1.5 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/stax/stax-api/1.0.1/stax-api-1.0.1.pom (1.5 kB at 29 kB/s) Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/spice/model-builder/1.3/model-builder-1.3.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/spice/model-builder/1.3/model-builder-1.3.pom Progress (1): 2.9 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/spice/model-builder/1.3/model-builder-1.3.pom (2.9 kB at 96 kB/s) Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/spice/spice-parent/10/spice-parent-10.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/spice/spice-parent/10/spice-parent-10.pom Progress (1): 3.0 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/spice/spice-parent/10/spice-parent-10.pom (3.0 kB at 72 kB/s) Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/forge/forge-parent/3/forge-parent-3.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/forge/forge-parent/3/forge-parent-3.pom Progress (1): 4.1 kB Progress (1): 5.0 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/forge/forge-parent/3/forge-parent-3.pom (5.0 kB at 120 kB/s) Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-project-builder/3.0-alpha-2/maven-project-builder-3.0-alpha-2.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-project-builder/3.0-alpha-2/maven-project-builder-3.0-alpha-2.pom Progress (1): 1.7 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-project-builder/3.0-alpha-2/maven-project-builder-3.0-alpha-2.pom (1.7 kB at 24 kB/s) Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-settings/3.0.4/maven-settings-3.0.4.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/3.0.4/maven-settings-3.0.4.pom Progress (1): 1.8 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/3.0.4/maven-settings-3.0.4.pom (1.8 kB at 39 kB/s) Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven/3.0.4/maven-3.0.4.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/3.0.4/maven-3.0.4.pom Progress (1): 4.1 kB Progress (1): 8.2 kB Progress (1): 12 kB Progress (1): 16 kB Progress (1): 20 kB Progress (1): 22 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/3.0.4/maven-3.0.4.pom (22 kB at 642 kB/s) Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-utils/2.0.6/plexus-utils-2.0.6.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/2.0.6/plexus-utils-2.0.6.pom Progress (1): 2.9 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/2.0.6/plexus-utils-2.0.6.pom (2.9 kB at 88 kB/s) Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-settings-builder/3.0.4/maven-settings-builder-3.0.4.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings-builder/3.0.4/maven-settings-builder-3.0.4.pom Progress (1): 2.3 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings-builder/3.0.4/maven-settings-builder-3.0.4.pom (2.3 kB at 49 kB/s) Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-utils/1.5.5/plexus-utils-1.5.5.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.5.5/plexus-utils-1.5.5.pom Progress (1): 4.1 kB Progress (1): 5.1 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.5.5/plexus-utils-1.5.5.pom (5.1 kB at 343 kB/s) Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/plexus/plexus-cipher/1.4/plexus-cipher-1.4.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plexus/plexus-cipher/1.4/plexus-cipher-1.4.pom Progress (1): 2.1 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plexus/plexus-cipher/1.4/plexus-cipher-1.4.pom (2.1 kB at 90 kB/s) Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/springframework/spring-core/3.1.3.RELEASE/spring-core-3.1.3.RELEASE.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/spring-core/3.1.3.RELEASE/spring-core-3.1.3.RELEASE.pom Progress (1): 2.6 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/spring-core/3.1.3.RELEASE/spring-core-3.1.3.RELEASE.pom (2.6 kB at 52 kB/s) Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/springframework/spring-parent/3.1.3.RELEASE/spring-parent-3.1.3.RELEASE.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/spring-parent/3.1.3.RELEASE/spring-parent-3.1.3.RELEASE.pom Progress (1): 4.1 kB Progress (1): 8.2 kB Progress (1): 8.7 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/spring-parent/3.1.3.RELEASE/spring-parent-3.1.3.RELEASE.pom (8.7 kB at 203 kB/s) Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/springframework/spring-asm/3.1.3.RELEASE/spring-asm-3.1.3.RELEASE.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/spring-asm/3.1.3.RELEASE/spring-asm-3.1.3.RELEASE.pom Progress (1): 2.5 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/spring-asm/3.1.3.RELEASE/spring-asm-3.1.3.RELEASE.pom (2.5 kB at 54 kB/s) Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/commons-logging/commons-logging/1.1.1/commons-logging-1.1.1.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-logging/commons-logging/1.1.1/commons-logging-1.1.1.pom Progress (1): 4.1 kB Progress (1): 8.2 kB Progress (1): 12 kB Progress (1): 16 kB Progress (1): 18 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-logging/commons-logging/1.1.1/commons-logging-1.1.1.pom (18 kB at 525 kB/s) Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/commons/commons-parent/5/commons-parent-5.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/5/commons-parent-5.pom Progress (1): 4.1 kB Progress (1): 8.2 kB Progress (1): 12 kB Progress (1): 16 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/5/commons-parent-5.pom (16 kB at 382 kB/s) Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/com/mycila/mycila-xmltool/4.4.ga/mycila-xmltool-4.4.ga.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/mycila/mycila-xmltool/4.4.ga/mycila-xmltool-4.4.ga.pom Progress (1): 2.8 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/mycila/mycila-xmltool/4.4.ga/mycila-xmltool-4.4.ga.pom (2.8 kB at 44 kB/s) Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/commons/commons-pool2/2.2/commons-pool2-2.2.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-pool2/2.2/commons-pool2-2.2.pom Progress (1): 4.1 kB Progress (1): 8.2 kB Progress (1): 12 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-pool2/2.2/commons-pool2-2.2.pom (12 kB at 277 kB/s) Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/commons/commons-parent/33/commons-parent-33.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/33/commons-parent-33.pom Progress (1): 4.1 kB Progress (1): 8.2 kB Progress (1): 12 kB Progress (1): 16 kB Progress (1): 20 kB Progress (1): 25 kB Progress (1): 29 kB Progress (1): 33 kB Progress (1): 37 kB Progress (1): 41 kB Progress (1): 45 kB Progress (1): 49 kB Progress (1): 53 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/33/commons-parent-33.pom (53 kB at 1.0 MB/s) Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-plugin-api/3.1.0/maven-plugin-api-3.1.0.jar Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-artifact/3.1.0/maven-artifact-3.1.0.jar Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-model/3.1.0/maven-model-3.1.0.jar Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/javax/enterprise/cdi-api/1.0/cdi-api-1.0.jar Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/sisu/org.eclipse.sisu.plexus/0.0.0.M2a/org.eclipse.sisu.plexus-0.0.0.M2a.jar Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/javax/annotation/jsr250-api/1.0/jsr250-api-1.0.jar Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/javax/inject/javax.inject/1/javax.inject-1.jar Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/com/google/guava/guava/10.0.1/guava-10.0.1.jar Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/com/google/code/findbugs/jsr305/1.3.9/jsr305-1.3.9.jar Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/sisu/sisu-guice/3.1.0/sisu-guice-3.1.0-no_aop.jar Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/aopalliance/aopalliance/1.0/aopalliance-1.0.jar Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/sisu/org.eclipse.sisu.inject/0.0.0.M2a/org.eclipse.sisu.inject-0.0.0.M2a.jar Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/asm/asm/3.3.1/asm-3.3.1.jar Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-classworlds/2.4/plexus-classworlds-2.4.jar Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-project/3.0-alpha-2/maven-project-3.0-alpha-2.jar Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-utils/1.5.6/plexus-utils-1.5.6.jar Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-interpolation/1.1/plexus-interpolation-1.1.jar Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-compat/3.0-alpha-2/maven-compat-3.0-alpha-2.jar Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/wagon/wagon-provider-api/1.0-beta-4/wagon-provider-api-1.0-beta-4.jar Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-container-default/1.0-beta-3.0.5/plexus-container-default-1.0-beta-3.0.5.jar Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/xbean/xbean-reflect/3.4/xbean-reflect-3.4.jar Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/log4j/log4j/1.2.12/log4j-1.2.12.jar Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/commons-logging/commons-logging-api/1.1/commons-logging-api-1.1.jar Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/com/google/code/google-collections/google-collect/snapshot-20080530/google-collect-snapshot-20080530.jar Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/junit/junit/4.12/junit-4.12.jar Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/hamcrest/hamcrest-core/1.3/hamcrest-core-1.3.jar Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/woodstox/wstx-asl/3.2.6/wstx-asl-3.2.6.jar Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/stax/stax-api/1.0.1/stax-api-1.0.1.jar Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/spice/model-builder/1.3/model-builder-1.3.jar Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-project-builder/3.0-alpha-2/maven-project-builder-3.0-alpha-2.jar Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-settings/3.0.4/maven-settings-3.0.4.jar Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-settings-builder/3.0.4/maven-settings-builder-3.0.4.jar Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-component-annotations/1.5.5/plexus-component-annotations-1.5.5.jar Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/plexus/plexus-cipher/1.4/plexus-cipher-1.4.jar Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/springframework/spring-core/3.1.3.RELEASE/spring-core-3.1.3.RELEASE.jar Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/springframework/spring-asm/3.1.3.RELEASE/spring-asm-3.1.3.RELEASE.jar Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/commons-logging/commons-logging/1.1.1/commons-logging-1.1.1.jar Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/com/mycila/mycila-xmltool/4.4.ga/mycila-xmltool-4.4.ga.jar Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/commons/commons-pool2/2.2/commons-pool2-2.2.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/3.1.0/maven-plugin-api-3.1.0.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/3.1.0/maven-model-3.1.0.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/enterprise/cdi-api/1.0/cdi-api-1.0.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/org.eclipse.sisu.plexus/0.0.0.M2a/org.eclipse.sisu.plexus-0.0.0.M2a.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/3.1.0/maven-artifact-3.1.0.jar Progress (1): 4.1/164 kB Progress (1): 7.7/164 kB Progress (1): 12/164 kB Progress (1): 16/164 kB Progress (1): 20/164 kB Progress (1): 24/164 kB Progress (1): 28/164 kB Progress (1): 32/164 kB Progress (1): 36/164 kB Progress (1): 40/164 kB Progress (1): 45/164 kB Progress (1): 49/164 kB Progress (1): 53/164 kB Progress (1): 57/164 kB Progress (1): 61/164 kB Progress (1): 65/164 kB Progress (1): 69/164 kB Progress (1): 73/164 kB Progress (2): 73/164 kB | 4.1/45 kB Progress (2): 77/164 kB | 4.1/45 kB Progress (2): 77/164 kB | 7.7/45 kB Progress (2): 81/164 kB | 7.7/45 kB Progress (2): 81/164 kB | 12/45 kB Progress (2): 81/164 kB | 16/45 kB Progress (2): 85/164 kB | 16/45 kB Progress (2): 90/164 kB | 16/45 kB Progress (2): 90/164 kB | 20/45 kB Progress (2): 94/164 kB | 20/45 kB Progress (2): 94/164 kB | 24/45 kB Progress (2): 98/164 kB | 24/45 kB Progress (2): 98/164 kB | 28/45 kB Progress (2): 98/164 kB | 32/45 kB Progress (2): 102/164 kB | 32/45 kB Progress (2): 102/164 kB | 36/45 kB Progress (2): 106/164 kB | 36/45 kB Progress (2): 106/164 kB | 40/45 kB Progress (2): 110/164 kB | 40/45 kB Progress (2): 110/164 kB | 45/45 kB Progress (2): 114/164 kB | 45/45 kB Progress (2): 114/164 kB | 45 kB Progress (2): 118/164 kB | 45 kB Progress (2): 122/164 kB | 45 kB Progress (2): 126/164 kB | 45 kB Progress (2): 131/164 kB | 45 kB Progress (2): 135/164 kB | 45 kB Progress (2): 139/164 kB | 45 kB Progress (2): 143/164 kB | 45 kB Progress (2): 147/164 kB | 45 kB Progress (2): 151/164 kB | 45 kB Progress (2): 155/164 kB | 45 kB Progress (2): 159/164 kB | 45 kB Progress (2): 163/164 kB | 45 kB Progress (2): 164 kB | 45 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/3.1.0/maven-model-3.1.0.jar (164 kB at 3.8 MB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/annotation/jsr250-api/1.0/jsr250-api-1.0.jar Progress (2): 45 kB | 4.1/5.8 kB Progress (2): 45 kB | 5.8 kB Progress (3): 45 kB | 5.8 kB | 4.1/50 kB Progress (3): 45 kB | 5.8 kB | 7.7/50 kB Progress (3): 45 kB | 5.8 kB | 12/50 kB Progress (4): 45 kB | 5.8 kB | 12/50 kB | 4.1/52 kB Progress (4): 45 kB | 5.8 kB | 16/50 kB | 4.1/52 kB Progress (4): 45 kB | 5.8 kB | 16/50 kB | 7.7/52 kB Progress (4): 45 kB | 5.8 kB | 16/50 kB | 12/52 kB Progress (4): 45 kB | 5.8 kB | 16/50 kB | 16/52 kB Progress (4): 45 kB | 5.8 kB | 20/50 kB | 16/52 kB Progress (4): 45 kB | 5.8 kB | 24/50 kB | 16/52 kB Progress (4): 45 kB | 5.8 kB | 24/50 kB | 20/52 kB Progress (4): 45 kB | 5.8 kB | 28/50 kB | 20/52 kB Progress (4): 45 kB | 5.8 kB | 28/50 kB | 24/52 kB Progress (4): 45 kB | 5.8 kB | 32/50 kB | 24/52 kB Progress (4): 45 kB | 5.8 kB | 32/50 kB | 28/52 kB Progress (4): 45 kB | 5.8 kB | 32/50 kB | 32/52 kB Progress (4): 45 kB | 5.8 kB | 36/50 kB | 32/52 kB Progress (4): 45 kB | 5.8 kB | 36/50 kB | 36/52 kB Progress (4): 45 kB | 5.8 kB | 40/50 kB | 36/52 kB Progress (4): 45 kB | 5.8 kB | 40/50 kB | 40/52 kB Progress (4): 45 kB | 5.8 kB | 45/50 kB | 40/52 kB Progress (4): 45 kB | 5.8 kB | 45/50 kB | 45/52 kB Progress (4): 45 kB | 5.8 kB | 49/50 kB | 45/52 kB Progress (4): 45 kB | 5.8 kB | 49/50 kB | 49/52 kB Progress (4): 45 kB | 5.8 kB | 50 kB | 49/52 kB Progress (4): 45 kB | 5.8 kB | 50 kB | 52 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/3.1.0/maven-artifact-3.1.0.jar (52 kB at 470 kB/s) Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/3.1.0/maven-plugin-api-3.1.0.jar (50 kB at 449 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/inject/javax.inject/1/javax.inject-1.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava/10.0.1/guava-10.0.1.jar Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/enterprise/cdi-api/1.0/cdi-api-1.0.jar (45 kB at 405 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/code/findbugs/jsr305/1.3.9/jsr305-1.3.9.jar Progress (2): 5.8 kB | 2.5 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/annotation/jsr250-api/1.0/jsr250-api-1.0.jar (5.8 kB at 52 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-guice/3.1.0/sisu-guice-3.1.0-no_aop.jar Progress (2): 2.5 kB | 4.1/357 kB Progress (2): 2.5 kB | 7.7/357 kB Progress (2): 2.5 kB | 12/357 kB Progress (2): 2.5 kB | 16/357 kB Progress (2): 2.5 kB | 20/357 kB Progress (2): 2.5 kB | 24/357 kB Progress (2): 2.5 kB | 28/357 kB Progress (2): 2.5 kB | 32/357 kB Progress (2): 2.5 kB | 36/357 kB Progress (2): 2.5 kB | 40/357 kB Progress (2): 2.5 kB | 45/357 kB Progress (2): 2.5 kB | 49/357 kB Progress (2): 2.5 kB | 53/357 kB Progress (2): 2.5 kB | 57/357 kB Progress (2): 2.5 kB | 61/357 kB Progress (2): 2.5 kB | 65/357 kB Progress (2): 2.5 kB | 69/357 kB Progress (2): 2.5 kB | 73/357 kB Progress (2): 2.5 kB | 77/357 kB Progress (2): 2.5 kB | 81/357 kB Progress (2): 2.5 kB | 85/357 kB Progress (2): 2.5 kB | 90/357 kB Progress (2): 2.5 kB | 94/357 kB Progress (2): 2.5 kB | 98/357 kB Progress (3): 2.5 kB | 98/357 kB | 4.1/202 kB Progress (3): 2.5 kB | 98/357 kB | 7.7/202 kB Progress (3): 2.5 kB | 98/357 kB | 12/202 kB Progress (3): 2.5 kB | 98/357 kB | 16/202 kB Progress (3): 2.5 kB | 102/357 kB | 16/202 kB Progress (3): 2.5 kB | 106/357 kB | 16/202 kB Progress (3): 2.5 kB | 106/357 kB | 20/202 kB Progress (3): 2.5 kB | 110/357 kB | 20/202 kB Progress (3): 2.5 kB | 110/357 kB | 24/202 kB Progress (3): 2.5 kB | 114/357 kB | 24/202 kB Progress (3): 2.5 kB | 114/357 kB | 28/202 kB Progress (3): 2.5 kB | 114/357 kB | 32/202 kB Progress (3): 2.5 kB | 118/357 kB | 32/202 kB Progress (3): 2.5 kB | 122/357 kB | 32/202 kB Progress (4): 2.5 kB | 122/357 kB | 32/202 kB | 4.1/33 kB Progress (4): 2.5 kB | 122/357 kB | 36/202 kB | 4.1/33 kB Progress (4): 2.5 kB | 126/357 kB | 36/202 kB | 4.1/33 kB Progress (4): 2.5 kB | 126/357 kB | 40/202 kB | 4.1/33 kB Progress (4): 2.5 kB | 126/357 kB | 40/202 kB | 7.7/33 kB Progress (4): 2.5 kB | 126/357 kB | 45/202 kB | 7.7/33 kB Progress (4): 2.5 kB | 126/357 kB | 45/202 kB | 12/33 kB Progress (4): 2.5 kB | 131/357 kB | 45/202 kB | 12/33 kB Progress (4): 2.5 kB | 131/357 kB | 49/202 kB | 12/33 kB Progress (4): 2.5 kB | 131/357 kB | 49/202 kB | 16/33 kB Progress (4): 2.5 kB | 135/357 kB | 49/202 kB | 16/33 kB Progress (4): 2.5 kB | 139/357 kB | 49/202 kB | 16/33 kB Progress (4): 2.5 kB | 139/357 kB | 53/202 kB | 16/33 kB Progress (4): 2.5 kB | 143/357 kB | 53/202 kB | 16/33 kB Progress (4): 2.5 kB | 143/357 kB | 57/202 kB | 16/33 kB Progress (4): 2.5 kB | 147/357 kB | 57/202 kB | 16/33 kB Progress (4): 2.5 kB | 147/357 kB | 61/202 kB | 16/33 kB Progress (4): 2.5 kB | 147/357 kB | 61/202 kB | 20/33 kB Progress (4): 2.5 kB | 147/357 kB | 65/202 kB | 20/33 kB Progress (4): 2.5 kB | 147/357 kB | 65/202 kB | 24/33 kB Progress (4): 2.5 kB | 151/357 kB | 65/202 kB | 24/33 kB Progress (4): 2.5 kB | 151/357 kB | 65/202 kB | 28/33 kB Progress (4): 2.5 kB | 155/357 kB | 65/202 kB | 28/33 kB Progress (4): 2.5 kB | 155/357 kB | 69/202 kB | 28/33 kB Progress (4): 2.5 kB | 155/357 kB | 69/202 kB | 32/33 kB Progress (4): 2.5 kB | 155/357 kB | 73/202 kB | 32/33 kB Progress (4): 2.5 kB | 159/357 kB | 73/202 kB | 32/33 kB Progress (4): 2.5 kB | 159/357 kB | 77/202 kB | 32/33 kB Progress (4): 2.5 kB | 159/357 kB | 77/202 kB | 33 kB Progress (4): 2.5 kB | 159/357 kB | 81/202 kB | 33 kB Progress (4): 2.5 kB | 163/357 kB | 81/202 kB | 33 kB Progress (5): 2.5 kB | 163/357 kB | 81/202 kB | 33 kB | 0/1.5 MB Progress (5): 2.5 kB | 163/357 kB | 85/202 kB | 33 kB | 0/1.5 MB Progress (5): 2.5 kB | 167/357 kB | 85/202 kB | 33 kB | 0/1.5 MB Progress (5): 2.5 kB | 167/357 kB | 85/202 kB | 33 kB | 0/1.5 MB Progress (5): 2.5 kB | 171/357 kB | 85/202 kB | 33 kB | 0/1.5 MB Progress (5): 2.5 kB | 171/357 kB | 90/202 kB | 33 kB | 0/1.5 MB Progress (5): 2.5 kB | 176/357 kB | 90/202 kB | 33 kB | 0/1.5 MB Progress (5): 2.5 kB | 176/357 kB | 94/202 kB | 33 kB | 0/1.5 MB Progress (5): 2.5 kB | 180/357 kB | 94/202 kB | 33 kB | 0/1.5 MB Progress (5): 2.5 kB | 180/357 kB | 98/202 kB | 33 kB | 0/1.5 MB Progress (5): 2.5 kB | 180/357 kB | 98/202 kB | 33 kB | 0/1.5 MB Progress (5): 2.5 kB | 180/357 kB | 98/202 kB | 33 kB | 0/1.5 MB Progress (5): 2.5 kB | 184/357 kB | 98/202 kB | 33 kB | 0/1.5 MB Progress (5): 2.5 kB | 184/357 kB | 102/202 kB | 33 kB | 0/1.5 MB Progress (5): 2.5 kB | 188/357 kB | 102/202 kB | 33 kB | 0/1.5 MB Progress (5): 2.5 kB | 188/357 kB | 106/202 kB | 33 kB | 0/1.5 MB Progress (5): 2.5 kB | 192/357 kB | 106/202 kB | 33 kB | 0/1.5 MB Progress (5): 2.5 kB | 192/357 kB | 110/202 kB | 33 kB | 0/1.5 MB Progress (5): 2.5 kB | 192/357 kB | 110/202 kB | 33 kB | 0/1.5 MB Progress (5): 2.5 kB | 192/357 kB | 114/202 kB | 33 kB | 0/1.5 MB Progress (5): 2.5 kB | 196/357 kB | 114/202 kB | 33 kB | 0/1.5 MB Progress (5): 2.5 kB | 196/357 kB | 114/202 kB | 33 kB | 0/1.5 MB Progress (5): 2.5 kB | 196/357 kB | 118/202 kB | 33 kB | 0/1.5 MB Progress (5): 2.5 kB | 200/357 kB | 118/202 kB | 33 kB | 0/1.5 MB Progress (5): 2.5 kB | 200/357 kB | 122/202 kB | 33 kB | 0/1.5 MB Progress (5): 2.5 kB | 204/357 kB | 122/202 kB | 33 kB | 0/1.5 MB Progress (5): 2.5 kB | 204/357 kB | 122/202 kB | 33 kB | 0.1/1.5 MB Progress (5): 2.5 kB | 208/357 kB | 122/202 kB | 33 kB | 0.1/1.5 MB Progress (5): 2.5 kB | 208/357 kB | 126/202 kB | 33 kB | 0.1/1.5 MB Progress (5): 2.5 kB | 212/357 kB | 126/202 kB | 33 kB | 0.1/1.5 MB Progress (5): 2.5 kB | 212/357 kB | 126/202 kB | 33 kB | 0.1/1.5 MB Progress (5): 2.5 kB | 212/357 kB | 131/202 kB | 33 kB | 0.1/1.5 MB Progress (5): 2.5 kB | 217/357 kB | 131/202 kB | 33 kB | 0.1/1.5 MB Progress (5): 2.5 kB | 221/357 kB | 131/202 kB | 33 kB | 0.1/1.5 MB Progress (5): 2.5 kB | 221/357 kB | 135/202 kB | 33 kB | 0.1/1.5 MB Progress (5): 2.5 kB | 221/357 kB | 135/202 kB | 33 kB | 0.1/1.5 MB Progress (5): 2.5 kB | 221/357 kB | 139/202 kB | 33 kB | 0.1/1.5 MB Progress (5): 2.5 kB | 225/357 kB | 139/202 kB | 33 kB | 0.1/1.5 MB Progress (5): 2.5 kB | 225/357 kB | 143/202 kB | 33 kB | 0.1/1.5 MB Progress (5): 2.5 kB | 225/357 kB | 143/202 kB | 33 kB | 0.1/1.5 MB Progress (5): 2.5 kB | 225/357 kB | 147/202 kB | 33 kB | 0.1/1.5 MB Progress (5): 2.5 kB | 229/357 kB | 147/202 kB | 33 kB | 0.1/1.5 MB Progress (5): 2.5 kB | 229/357 kB | 151/202 kB | 33 kB | 0.1/1.5 MB Progress (5): 2.5 kB | 233/357 kB | 151/202 kB | 33 kB | 0.1/1.5 MB Progress (5): 2.5 kB | 233/357 kB | 155/202 kB | 33 kB | 0.1/1.5 MB Progress (5): 2.5 kB | 237/357 kB | 155/202 kB | 33 kB | 0.1/1.5 MB Progress (5): 2.5 kB | 237/357 kB | 159/202 kB | 33 kB | 0.1/1.5 MB Progress (5): 2.5 kB | 241/357 kB | 159/202 kB | 33 kB | 0.1/1.5 MB Progress (5): 2.5 kB | 241/357 kB | 163/202 kB | 33 kB | 0.1/1.5 MB Progress (5): 2.5 kB | 245/357 kB | 163/202 kB | 33 kB | 0.1/1.5 MB Progress (5): 2.5 kB | 245/357 kB | 167/202 kB | 33 kB | 0.1/1.5 MB Progress (5): 2.5 kB | 245/357 kB | 171/202 kB | 33 kB | 0.1/1.5 MB Progress (5): 2.5 kB | 249/357 kB | 171/202 kB | 33 kB | 0.1/1.5 MB Progress (5): 2.5 kB | 249/357 kB | 176/202 kB | 33 kB | 0.1/1.5 MB Progress (5): 2.5 kB | 253/357 kB | 176/202 kB | 33 kB | 0.1/1.5 MB Progress (5): 2.5 kB | 253/357 kB | 176/202 kB | 33 kB | 0.1/1.5 MB Progress (5): 2.5 kB | 253/357 kB | 180/202 kB | 33 kB | 0.1/1.5 MB Progress (5): 2.5 kB | 253/357 kB | 180/202 kB | 33 kB | 0.1/1.5 MB Progress (5): 2.5 kB | 258/357 kB | 180/202 kB | 33 kB | 0.1/1.5 MB Progress (5): 2.5 kB | 262/357 kB | 180/202 kB | 33 kB | 0.1/1.5 MB Progress (5): 2.5 kB | 262/357 kB | 184/202 kB | 33 kB | 0.1/1.5 MB Progress (5): 2.5 kB | 262/357 kB | 184/202 kB | 33 kB | 0.1/1.5 MB Progress (5): 2.5 kB | 262/357 kB | 188/202 kB | 33 kB | 0.1/1.5 MB Progress (5): 2.5 kB | 262/357 kB | 188/202 kB | 33 kB | 0.1/1.5 MB Progress (5): 2.5 kB | 262/357 kB | 192/202 kB | 33 kB | 0.1/1.5 MB Progress (5): 2.5 kB | 262/357 kB | 196/202 kB | 33 kB | 0.1/1.5 MB Progress (5): 2.5 kB | 266/357 kB | 196/202 kB | 33 kB | 0.1/1.5 MB Progress (5): 2.5 kB | 266/357 kB | 200/202 kB | 33 kB | 0.1/1.5 MB Progress (5): 2.5 kB | 270/357 kB | 200/202 kB | 33 kB | 0.1/1.5 MB Progress (5): 2.5 kB | 270/357 kB | 200/202 kB | 33 kB | 0.1/1.5 MB Progress (5): 2.5 kB | 274/357 kB | 200/202 kB | 33 kB | 0.1/1.5 MB Progress (5): 2.5 kB | 274/357 kB | 202 kB | 33 kB | 0.1/1.5 MB Progress (5): 2.5 kB | 278/357 kB | 202 kB | 33 kB | 0.1/1.5 MB Progress (5): 2.5 kB | 282/357 kB | 202 kB | 33 kB | 0.1/1.5 MB Progress (5): 2.5 kB | 286/357 kB | 202 kB | 33 kB | 0.1/1.5 MB Progress (5): 2.5 kB | 286/357 kB | 202 kB | 33 kB | 0.1/1.5 MB Progress (5): 2.5 kB | 290/357 kB | 202 kB | 33 kB | 0.1/1.5 MB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/inject/javax.inject/1/javax.inject-1.jar (2.5 kB at 13 kB/s) Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/code/findbugs/jsr305/1.3.9/jsr305-1.3.9.jar (33 kB at 172 kB/s) Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/org.eclipse.sisu.plexus/0.0.0.M2a/org.eclipse.sisu.plexus-0.0.0.M2a.jar (202 kB at 1.0 MB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/org.eclipse.sisu.inject/0.0.0.M2a/org.eclipse.sisu.inject-0.0.0.M2a.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/aopalliance/aopalliance/1.0/aopalliance-1.0.jar Progress (2): 290/357 kB | 0.1/1.5 MB Progress (2): 294/357 kB | 0.1/1.5 MB Progress (2): 294/357 kB | 0.1/1.5 MB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/asm/asm/3.3.1/asm-3.3.1.jar Progress (2): 298/357 kB | 0.1/1.5 MB Progress (3): 298/357 kB | 0.1/1.5 MB | 4.1/4.5 kB Progress (3): 298/357 kB | 0.2/1.5 MB | 4.1/4.5 kB Progress (3): 303/357 kB | 0.2/1.5 MB | 4.1/4.5 kB Progress (3): 303/357 kB | 0.2/1.5 MB | 4.1/4.5 kB Progress (3): 303/357 kB | 0.2/1.5 MB | 4.5 kB Progress (3): 307/357 kB | 0.2/1.5 MB | 4.5 kB Progress (3): 311/357 kB | 0.2/1.5 MB | 4.5 kB Progress (4): 311/357 kB | 0.2/1.5 MB | 4.5 kB | 4.1/202 kB Progress (4): 311/357 kB | 0.2/1.5 MB | 4.5 kB | 4.1/202 kB Progress (4): 311/357 kB | 0.2/1.5 MB | 4.5 kB | 7.7/202 kB Progress (4): 311/357 kB | 0.2/1.5 MB | 4.5 kB | 7.7/202 kB Progress (4): 315/357 kB | 0.2/1.5 MB | 4.5 kB | 7.7/202 kB Progress (4): 315/357 kB | 0.2/1.5 MB | 4.5 kB | 12/202 kB Progress (4): 319/357 kB | 0.2/1.5 MB | 4.5 kB | 12/202 kB Progress (4): 319/357 kB | 0.2/1.5 MB | 4.5 kB | 16/202 kB Progress (4): 323/357 kB | 0.2/1.5 MB | 4.5 kB | 16/202 kB Progress (4): 323/357 kB | 0.2/1.5 MB | 4.5 kB | 16/202 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/aopalliance/aopalliance/1.0/aopalliance-1.0.jar (4.5 kB at 23 kB/s) Progress (3): 327/357 kB | 0.2/1.5 MB | 16/202 kB Progress (4): 327/357 kB | 0.2/1.5 MB | 16/202 kB | 4.1/44 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-classworlds/2.4/plexus-classworlds-2.4.jar Progress (4): 327/357 kB | 0.2/1.5 MB | 20/202 kB | 4.1/44 kB Progress (4): 327/357 kB | 0.2/1.5 MB | 20/202 kB | 4.1/44 kB Progress (4): 327/357 kB | 0.2/1.5 MB | 24/202 kB | 4.1/44 kB Progress (4): 331/357 kB | 0.2/1.5 MB | 24/202 kB | 4.1/44 kB Progress (4): 331/357 kB | 0.2/1.5 MB | 24/202 kB | 7.7/44 kB Progress (4): 335/357 kB | 0.2/1.5 MB | 24/202 kB | 7.7/44 kB Progress (4): 335/357 kB | 0.2/1.5 MB | 28/202 kB | 7.7/44 kB Progress (4): 339/357 kB | 0.2/1.5 MB | 28/202 kB | 7.7/44 kB Progress (4): 339/357 kB | 0.2/1.5 MB | 28/202 kB | 7.7/44 kB Progress (4): 339/357 kB | 0.2/1.5 MB | 28/202 kB | 12/44 kB Progress (4): 339/357 kB | 0.2/1.5 MB | 28/202 kB | 12/44 kB Progress (4): 344/357 kB | 0.2/1.5 MB | 28/202 kB | 12/44 kB Progress (4): 344/357 kB | 0.2/1.5 MB | 32/202 kB | 12/44 kB Progress (4): 344/357 kB | 0.2/1.5 MB | 32/202 kB | 16/44 kB Progress (5): 344/357 kB | 0.2/1.5 MB | 32/202 kB | 16/44 kB | 4.1/47 kB Progress (5): 348/357 kB | 0.2/1.5 MB | 32/202 kB | 16/44 kB | 4.1/47 kB Progress (5): 348/357 kB | 0.2/1.5 MB | 32/202 kB | 16/44 kB | 4.1/47 kB Progress (5): 348/357 kB | 0.2/1.5 MB | 36/202 kB | 16/44 kB | 4.1/47 kB Progress (5): 352/357 kB | 0.2/1.5 MB | 36/202 kB | 16/44 kB | 4.1/47 kB Progress (5): 352/357 kB | 0.2/1.5 MB | 36/202 kB | 16/44 kB | 7.7/47 kB Progress (5): 356/357 kB | 0.2/1.5 MB | 36/202 kB | 16/44 kB | 7.7/47 kB Progress (5): 356/357 kB | 0.2/1.5 MB | 40/202 kB | 16/44 kB | 7.7/47 kB Progress (5): 356/357 kB | 0.2/1.5 MB | 40/202 kB | 20/44 kB | 7.7/47 kB Progress (5): 356/357 kB | 0.2/1.5 MB | 40/202 kB | 20/44 kB | 7.7/47 kB Progress (5): 356/357 kB | 0.2/1.5 MB | 40/202 kB | 24/44 kB | 7.7/47 kB Progress (5): 356/357 kB | 0.2/1.5 MB | 45/202 kB | 24/44 kB | 7.7/47 kB Progress (5): 357 kB | 0.2/1.5 MB | 45/202 kB | 24/44 kB | 7.7/47 kB Progress (5): 357 kB | 0.2/1.5 MB | 45/202 kB | 24/44 kB | 12/47 kB Progress (5): 357 kB | 0.2/1.5 MB | 45/202 kB | 24/44 kB | 12/47 kB Progress (5): 357 kB | 0.2/1.5 MB | 49/202 kB | 24/44 kB | 12/47 kB Progress (5): 357 kB | 0.2/1.5 MB | 49/202 kB | 28/44 kB | 12/47 kB Progress (5): 357 kB | 0.2/1.5 MB | 49/202 kB | 28/44 kB | 12/47 kB Progress (5): 357 kB | 0.2/1.5 MB | 49/202 kB | 28/44 kB | 16/47 kB Progress (5): 357 kB | 0.2/1.5 MB | 53/202 kB | 28/44 kB | 16/47 kB Progress (5): 357 kB | 0.2/1.5 MB | 53/202 kB | 32/44 kB | 16/47 kB Progress (5): 357 kB | 0.2/1.5 MB | 57/202 kB | 32/44 kB | 16/47 kB Progress (5): 357 kB | 0.3/1.5 MB | 57/202 kB | 32/44 kB | 16/47 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-guice/3.1.0/sisu-guice-3.1.0-no_aop.jar (357 kB at 1.8 MB/s) Progress (4): 0.3/1.5 MB | 57/202 kB | 32/44 kB | 20/47 kB Progress (4): 0.3/1.5 MB | 61/202 kB | 32/44 kB | 20/47 kB Progress (4): 0.3/1.5 MB | 61/202 kB | 32/44 kB | 24/47 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-project/3.0-alpha-2/maven-project-3.0-alpha-2.jar Progress (4): 0.3/1.5 MB | 61/202 kB | 32/44 kB | 24/47 kB Progress (4): 0.3/1.5 MB | 61/202 kB | 36/44 kB | 24/47 kB Progress (4): 0.3/1.5 MB | 61/202 kB | 36/44 kB | 28/47 kB Progress (4): 0.3/1.5 MB | 65/202 kB | 36/44 kB | 28/47 kB Progress (4): 0.3/1.5 MB | 65/202 kB | 36/44 kB | 32/47 kB Progress (4): 0.3/1.5 MB | 65/202 kB | 36/44 kB | 32/47 kB Progress (4): 0.3/1.5 MB | 65/202 kB | 40/44 kB | 32/47 kB Progress (4): 0.3/1.5 MB | 65/202 kB | 40/44 kB | 32/47 kB Progress (4): 0.3/1.5 MB | 69/202 kB | 40/44 kB | 32/47 kB Progress (4): 0.3/1.5 MB | 69/202 kB | 44 kB | 32/47 kB Progress (4): 0.3/1.5 MB | 73/202 kB | 44 kB | 32/47 kB Progress (4): 0.3/1.5 MB | 73/202 kB | 44 kB | 36/47 kB Progress (4): 0.3/1.5 MB | 73/202 kB | 44 kB | 36/47 kB Progress (4): 0.3/1.5 MB | 77/202 kB | 44 kB | 36/47 kB Progress (4): 0.3/1.5 MB | 77/202 kB | 44 kB | 36/47 kB Progress (4): 0.3/1.5 MB | 77/202 kB | 44 kB | 40/47 kB Progress (4): 0.3/1.5 MB | 81/202 kB | 44 kB | 40/47 kB Progress (4): 0.3/1.5 MB | 81/202 kB | 44 kB | 45/47 kB Progress (4): 0.3/1.5 MB | 81/202 kB | 44 kB | 47 kB Progress (4): 0.3/1.5 MB | 81/202 kB | 44 kB | 47 kB Progress (4): 0.3/1.5 MB | 85/202 kB | 44 kB | 47 kB Progress (4): 0.3/1.5 MB | 85/202 kB | 44 kB | 47 kB Progress (4): 0.3/1.5 MB | 90/202 kB | 44 kB | 47 kB Progress (4): 0.3/1.5 MB | 94/202 kB | 44 kB | 47 kB Progress (4): 0.3/1.5 MB | 98/202 kB | 44 kB | 47 kB Progress (4): 0.3/1.5 MB | 98/202 kB | 44 kB | 47 kB Progress (4): 0.3/1.5 MB | 98/202 kB | 44 kB | 47 kB Progress (4): 0.3/1.5 MB | 102/202 kB | 44 kB | 47 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-classworlds/2.4/plexus-classworlds-2.4.jar (47 kB at 226 kB/s) Progress (3): 0.3/1.5 MB | 102/202 kB | 44 kB Progress (3): 0.3/1.5 MB | 106/202 kB | 44 kB Progress (3): 0.3/1.5 MB | 106/202 kB | 44 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.5.6/plexus-utils-1.5.6.jar Progress (3): 0.3/1.5 MB | 110/202 kB | 44 kB Progress (3): 0.3/1.5 MB | 114/202 kB | 44 kB Progress (3): 0.4/1.5 MB | 114/202 kB | 44 kB Progress (3): 0.4/1.5 MB | 114/202 kB | 44 kB Progress (3): 0.4/1.5 MB | 118/202 kB | 44 kB Progress (3): 0.4/1.5 MB | 122/202 kB | 44 kB Progress (3): 0.4/1.5 MB | 126/202 kB | 44 kB Progress (3): 0.4/1.5 MB | 126/202 kB | 44 kB Progress (3): 0.4/1.5 MB | 131/202 kB | 44 kB Progress (3): 0.4/1.5 MB | 131/202 kB | 44 kB Progress (3): 0.4/1.5 MB | 135/202 kB | 44 kB Progress (3): 0.4/1.5 MB | 135/202 kB | 44 kB Progress (3): 0.4/1.5 MB | 139/202 kB | 44 kB Progress (3): 0.4/1.5 MB | 139/202 kB | 44 kB Progress (3): 0.4/1.5 MB | 143/202 kB | 44 kB Progress (3): 0.4/1.5 MB | 147/202 kB | 44 kB Progress (3): 0.4/1.5 MB | 147/202 kB | 44 kB Progress (3): 0.4/1.5 MB | 151/202 kB | 44 kB Progress (3): 0.4/1.5 MB | 151/202 kB | 44 kB Progress (3): 0.4/1.5 MB | 155/202 kB | 44 kB Progress (3): 0.4/1.5 MB | 159/202 kB | 44 kB Progress (3): 0.4/1.5 MB | 163/202 kB | 44 kB Progress (3): 0.4/1.5 MB | 163/202 kB | 44 kB Progress (3): 0.4/1.5 MB | 163/202 kB | 44 kB Progress (3): 0.4/1.5 MB | 167/202 kB | 44 kB Progress (3): 0.4/1.5 MB | 171/202 kB | 44 kB Progress (3): 0.4/1.5 MB | 176/202 kB | 44 kB Progress (3): 0.4/1.5 MB | 180/202 kB | 44 kB Progress (3): 0.4/1.5 MB | 180/202 kB | 44 kB Progress (3): 0.4/1.5 MB | 180/202 kB | 44 kB Progress (3): 0.4/1.5 MB | 184/202 kB | 44 kB Progress (3): 0.4/1.5 MB | 188/202 kB | 44 kB Progress (3): 0.4/1.5 MB | 192/202 kB | 44 kB Progress (3): 0.5/1.5 MB | 192/202 kB | 44 kB Progress (3): 0.5/1.5 MB | 196/202 kB | 44 kB Progress (3): 0.5/1.5 MB | 196/202 kB | 44 kB Progress (3): 0.5/1.5 MB | 200/202 kB | 44 kB Progress (3): 0.5/1.5 MB | 202 kB | 44 kB Progress (3): 0.5/1.5 MB | 202 kB | 44 kB Progress (3): 0.5/1.5 MB | 202 kB | 44 kB Progress (3): 0.5/1.5 MB | 202 kB | 44 kB Progress (3): 0.5/1.5 MB | 202 kB | 44 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/org.eclipse.sisu.inject/0.0.0.M2a/org.eclipse.sisu.inject-0.0.0.M2a.jar (202 kB at 940 kB/s) Progress (2): 0.5/1.5 MB | 44 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.1/plexus-interpolation-1.1.jar Progress (2): 0.5/1.5 MB | 44 kB Progress (2): 0.5/1.5 MB | 44 kB Progress (2): 0.5/1.5 MB | 44 kB Progress (2): 0.5/1.5 MB | 44 kB Progress (2): 0.5/1.5 MB | 44 kB Progress (2): 0.5/1.5 MB | 44 kB Progress (2): 0.6/1.5 MB | 44 kB Progress (2): 0.6/1.5 MB | 44 kB Progress (2): 0.6/1.5 MB | 44 kB Progress (2): 0.6/1.5 MB | 44 kB Progress (2): 0.6/1.5 MB | 44 kB Progress (2): 0.6/1.5 MB | 44 kB Progress (3): 0.6/1.5 MB | 44 kB | 4.1/251 kB Progress (3): 0.6/1.5 MB | 44 kB | 4.1/251 kB Progress (3): 0.6/1.5 MB | 44 kB | 7.7/251 kB Progress (3): 0.6/1.5 MB | 44 kB | 12/251 kB Progress (3): 0.6/1.5 MB | 44 kB | 16/251 kB Progress (3): 0.6/1.5 MB | 44 kB | 16/251 kB Progress (3): 0.6/1.5 MB | 44 kB | 16/251 kB Progress (3): 0.6/1.5 MB | 44 kB | 20/251 kB Progress (3): 0.6/1.5 MB | 44 kB | 24/251 kB Progress (3): 0.6/1.5 MB | 44 kB | 28/251 kB Progress (3): 0.6/1.5 MB | 44 kB | 28/251 kB Progress (3): 0.6/1.5 MB | 44 kB | 32/251 kB Progress (3): 0.6/1.5 MB | 44 kB | 32/251 kB Progress (3): 0.6/1.5 MB | 44 kB | 36/251 kB Progress (3): 0.6/1.5 MB | 44 kB | 36/251 kB Progress (3): 0.6/1.5 MB | 44 kB | 40/251 kB Progress (3): 0.7/1.5 MB | 44 kB | 40/251 kB Progress (3): 0.7/1.5 MB | 44 kB | 45/251 kB Progress (3): 0.7/1.5 MB | 44 kB | 49/251 kB Progress (3): 0.7/1.5 MB | 44 kB | 49/251 kB Progress (3): 0.7/1.5 MB | 44 kB | 49/251 kB Progress (3): 0.7/1.5 MB | 44 kB | 53/251 kB Progress (3): 0.7/1.5 MB | 44 kB | 57/251 kB Progress (3): 0.7/1.5 MB | 44 kB | 61/251 kB Progress (3): 0.7/1.5 MB | 44 kB | 65/251 kB Progress (3): 0.7/1.5 MB | 44 kB | 65/251 kB Progress (3): 0.7/1.5 MB | 44 kB | 65/251 kB Progress (3): 0.7/1.5 MB | 44 kB | 69/251 kB Progress (3): 0.7/1.5 MB | 44 kB | 73/251 kB Progress (3): 0.7/1.5 MB | 44 kB | 73/251 kB Progress (3): 0.7/1.5 MB | 44 kB | 77/251 kB Progress (3): 0.7/1.5 MB | 44 kB | 77/251 kB Progress (3): 0.7/1.5 MB | 44 kB | 81/251 kB Progress (3): 0.7/1.5 MB | 44 kB | 81/251 kB Progress (3): 0.7/1.5 MB | 44 kB | 85/251 kB Progress (3): 0.7/1.5 MB | 44 kB | 85/251 kB Progress (3): 0.7/1.5 MB | 44 kB | 90/251 kB Progress (3): 0.7/1.5 MB | 44 kB | 94/251 kB Progress (3): 0.7/1.5 MB | 44 kB | 98/251 kB Progress (3): 0.7/1.5 MB | 44 kB | 98/251 kB Progress (3): 0.7/1.5 MB | 44 kB | 98/251 kB Progress (3): 0.7/1.5 MB | 44 kB | 102/251 kB Progress (3): 0.7/1.5 MB | 44 kB | 106/251 kB Progress (3): 0.7/1.5 MB | 44 kB | 110/251 kB Progress (3): 0.7/1.5 MB | 44 kB | 114/251 kB Progress (3): 0.7/1.5 MB | 44 kB | 114/251 kB Progress (3): 0.8/1.5 MB | 44 kB | 114/251 kB Progress (3): 0.8/1.5 MB | 44 kB | 118/251 kB Progress (3): 0.8/1.5 MB | 44 kB | 122/251 kB Progress (3): 0.8/1.5 MB | 44 kB | 126/251 kB Progress (3): 0.8/1.5 MB | 44 kB | 126/251 kB Progress (3): 0.8/1.5 MB | 44 kB | 131/251 kB Progress (3): 0.8/1.5 MB | 44 kB | 131/251 kB Progress (3): 0.8/1.5 MB | 44 kB | 135/251 kB Progress (3): 0.8/1.5 MB | 44 kB | 139/251 kB Progress (3): 0.8/1.5 MB | 44 kB | 139/251 kB Progress (3): 0.8/1.5 MB | 44 kB | 143/251 kB Progress (3): 0.8/1.5 MB | 44 kB | 143/251 kB Progress (3): 0.8/1.5 MB | 44 kB | 147/251 kB Progress (3): 0.8/1.5 MB | 44 kB | 151/251 kB Progress (3): 0.8/1.5 MB | 44 kB | 151/251 kB Progress (3): 0.8/1.5 MB | 44 kB | 155/251 kB Progress (3): 0.8/1.5 MB | 44 kB | 155/251 kB Progress (3): 0.8/1.5 MB | 44 kB | 159/251 kB Progress (3): 0.8/1.5 MB | 44 kB | 163/251 kB Progress (3): 0.8/1.5 MB | 44 kB | 163/251 kB Progress (3): 0.8/1.5 MB | 44 kB | 167/251 kB Progress (3): 0.8/1.5 MB | 44 kB | 167/251 kB Progress (3): 0.8/1.5 MB | 44 kB | 171/251 kB Progress (3): 0.8/1.5 MB | 44 kB | 176/251 kB Progress (3): 0.8/1.5 MB | 44 kB | 180/251 kB Progress (3): 0.8/1.5 MB | 44 kB | 180/251 kB Progress (3): 0.8/1.5 MB | 44 kB | 180/251 kB Progress (3): 0.8/1.5 MB | 44 kB | 184/251 kB Progress (3): 0.8/1.5 MB | 44 kB | 188/251 kB Progress (3): 0.8/1.5 MB | 44 kB | 192/251 kB Progress (3): 0.8/1.5 MB | 44 kB | 196/251 kB Progress (3): 0.8/1.5 MB | 44 kB | 196/251 kB Progress (3): 0.9/1.5 MB | 44 kB | 196/251 kB Progress (3): 0.9/1.5 MB | 44 kB | 200/251 kB Progress (3): 0.9/1.5 MB | 44 kB | 204/251 kB Progress (3): 0.9/1.5 MB | 44 kB | 204/251 kB Progress (3): 0.9/1.5 MB | 44 kB | 208/251 kB Progress (3): 0.9/1.5 MB | 44 kB | 208/251 kB Progress (3): 0.9/1.5 MB | 44 kB | 212/251 kB Progress (3): 0.9/1.5 MB | 44 kB | 212/251 kB Progress (3): 0.9/1.5 MB | 44 kB | 217/251 kB Progress (3): 0.9/1.5 MB | 44 kB | 217/251 kB Progress (3): 0.9/1.5 MB | 44 kB | 221/251 kB Progress (3): 0.9/1.5 MB | 44 kB | 225/251 kB Progress (3): 0.9/1.5 MB | 44 kB | 229/251 kB Progress (3): 0.9/1.5 MB | 44 kB | 229/251 kB Progress (3): 0.9/1.5 MB | 44 kB | 229/251 kB Progress (3): 0.9/1.5 MB | 44 kB | 233/251 kB Progress (3): 0.9/1.5 MB | 44 kB | 237/251 kB Progress (3): 0.9/1.5 MB | 44 kB | 241/251 kB Progress (3): 0.9/1.5 MB | 44 kB | 245/251 kB Progress (3): 0.9/1.5 MB | 44 kB | 245/251 kB Progress (3): 0.9/1.5 MB | 44 kB | 245/251 kB Progress (3): 0.9/1.5 MB | 44 kB | 249/251 kB Progress (3): 0.9/1.5 MB | 44 kB | 251 kB Progress (3): 0.9/1.5 MB | 44 kB | 251 kB Progress (3): 0.9/1.5 MB | 44 kB | 251 kB Progress (3): 0.9/1.5 MB | 44 kB | 251 kB Progress (3): 0.9/1.5 MB | 44 kB | 251 kB Progress (3): 1.0/1.5 MB | 44 kB | 251 kB Progress (3): 1.0/1.5 MB | 44 kB | 251 kB Progress (3): 1.0/1.5 MB | 44 kB | 251 kB Progress (3): 1.0/1.5 MB | 44 kB | 251 kB Progress (3): 1.0/1.5 MB | 44 kB | 251 kB Progress (3): 1.0/1.5 MB | 44 kB | 251 kB Progress (3): 1.0/1.5 MB | 44 kB | 251 kB Progress (3): 1.0/1.5 MB | 44 kB | 251 kB Progress (3): 1.0/1.5 MB | 44 kB | 251 kB Progress (3): 1.0/1.5 MB | 44 kB | 251 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/asm/asm/3.3.1/asm-3.3.1.jar (44 kB at 143 kB/s) Progress (2): 1.0/1.5 MB | 251 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-compat/3.0-alpha-2/maven-compat-3.0-alpha-2.jar Progress (2): 1.0/1.5 MB | 251 kB Progress (3): 1.0/1.5 MB | 251 kB | 4.1/143 kB Progress (3): 1.0/1.5 MB | 251 kB | 7.7/143 kB Progress (3): 1.0/1.5 MB | 251 kB | 12/143 kB Progress (3): 1.0/1.5 MB | 251 kB | 16/143 kB Progress (3): 1.1/1.5 MB | 251 kB | 16/143 kB Progress (3): 1.1/1.5 MB | 251 kB | 16/143 kB Progress (3): 1.1/1.5 MB | 251 kB | 20/143 kB Progress (3): 1.1/1.5 MB | 251 kB | 24/143 kB Progress (3): 1.1/1.5 MB | 251 kB | 24/143 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.5.6/plexus-utils-1.5.6.jar (251 kB at 819 kB/s) Progress (2): 1.1/1.5 MB | 28/143 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-4/wagon-provider-api-1.0-beta-4.jar Progress (2): 1.1/1.5 MB | 28/143 kB Progress (2): 1.1/1.5 MB | 32/143 kB Progress (2): 1.1/1.5 MB | 32/143 kB Progress (2): 1.1/1.5 MB | 36/143 kB Progress (2): 1.1/1.5 MB | 36/143 kB Progress (2): 1.1/1.5 MB | 40/143 kB Progress (2): 1.1/1.5 MB | 45/143 kB Progress (2): 1.1/1.5 MB | 49/143 kB Progress (2): 1.1/1.5 MB | 49/143 kB Progress (2): 1.1/1.5 MB | 49/143 kB Progress (2): 1.1/1.5 MB | 53/143 kB Progress (2): 1.1/1.5 MB | 57/143 kB Progress (2): 1.1/1.5 MB | 61/143 kB Progress (2): 1.1/1.5 MB | 65/143 kB Progress (2): 1.1/1.5 MB | 65/143 kB Progress (2): 1.1/1.5 MB | 65/143 kB Progress (2): 1.1/1.5 MB | 69/143 kB Progress (2): 1.1/1.5 MB | 73/143 kB Progress (2): 1.1/1.5 MB | 77/143 kB Progress (2): 1.1/1.5 MB | 77/143 kB Progress (2): 1.1/1.5 MB | 81/143 kB Progress (2): 1.1/1.5 MB | 81/143 kB Progress (2): 1.1/1.5 MB | 85/143 kB Progress (2): 1.1/1.5 MB | 90/143 kB Progress (2): 1.2/1.5 MB | 90/143 kB Progress (2): 1.2/1.5 MB | 94/143 kB Progress (2): 1.2/1.5 MB | 94/143 kB Progress (2): 1.2/1.5 MB | 98/143 kB Progress (3): 1.2/1.5 MB | 98/143 kB | 4.1/35 kB Progress (3): 1.2/1.5 MB | 98/143 kB | 7.7/35 kB Progress (3): 1.2/1.5 MB | 98/143 kB | 12/35 kB Progress (3): 1.2/1.5 MB | 98/143 kB | 12/35 kB Progress (3): 1.2/1.5 MB | 102/143 kB | 12/35 kB Progress (3): 1.2/1.5 MB | 102/143 kB | 16/35 kB Progress (3): 1.2/1.5 MB | 106/143 kB | 16/35 kB Progress (3): 1.2/1.5 MB | 106/143 kB | 16/35 kB Progress (3): 1.2/1.5 MB | 110/143 kB | 16/35 kB Progress (3): 1.2/1.5 MB | 114/143 kB | 16/35 kB Progress (3): 1.2/1.5 MB | 114/143 kB | 20/35 kB Progress (3): 1.2/1.5 MB | 114/143 kB | 24/35 kB Progress (3): 1.2/1.5 MB | 114/143 kB | 24/35 kB Progress (3): 1.2/1.5 MB | 114/143 kB | 28/35 kB Progress (3): 1.2/1.5 MB | 114/143 kB | 28/35 kB Progress (3): 1.2/1.5 MB | 118/143 kB | 28/35 kB Progress (3): 1.2/1.5 MB | 118/143 kB | 32/35 kB Progress (3): 1.2/1.5 MB | 122/143 kB | 32/35 kB Progress (3): 1.2/1.5 MB | 122/143 kB | 35 kB Progress (3): 1.2/1.5 MB | 126/143 kB | 35 kB Progress (3): 1.2/1.5 MB | 126/143 kB | 35 kB Progress (3): 1.2/1.5 MB | 131/143 kB | 35 kB Progress (3): 1.2/1.5 MB | 131/143 kB | 35 kB Progress (3): 1.2/1.5 MB | 135/143 kB | 35 kB Progress (3): 1.2/1.5 MB | 139/143 kB | 35 kB Progress (3): 1.2/1.5 MB | 139/143 kB | 35 kB Progress (3): 1.2/1.5 MB | 143 kB | 35 kB Progress (3): 1.2/1.5 MB | 143 kB | 35 kB Progress (3): 1.2/1.5 MB | 143 kB | 35 kB Progress (3): 1.2/1.5 MB | 143 kB | 35 kB Progress (3): 1.3/1.5 MB | 143 kB | 35 kB Progress (3): 1.3/1.5 MB | 143 kB | 35 kB Progress (3): 1.3/1.5 MB | 143 kB | 35 kB Progress (3): 1.3/1.5 MB | 143 kB | 35 kB Progress (4): 1.3/1.5 MB | 143 kB | 35 kB | 4.1/238 kB Progress (4): 1.3/1.5 MB | 143 kB | 35 kB | 7.7/238 kB Progress (4): 1.3/1.5 MB | 143 kB | 35 kB | 7.7/238 kB Progress (4): 1.3/1.5 MB | 143 kB | 35 kB | 12/238 kB Progress (4): 1.3/1.5 MB | 143 kB | 35 kB | 12/238 kB Progress (4): 1.3/1.5 MB | 143 kB | 35 kB | 16/238 kB Progress (4): 1.3/1.5 MB | 143 kB | 35 kB | 16/238 kB Progress (4): 1.3/1.5 MB | 143 kB | 35 kB | 20/238 kB Progress (4): 1.3/1.5 MB | 143 kB | 35 kB | 20/238 kB Progress (4): 1.3/1.5 MB | 143 kB | 35 kB | 24/238 kB Progress (4): 1.3/1.5 MB | 143 kB | 35 kB | 28/238 kB Progress (4): 1.3/1.5 MB | 143 kB | 35 kB | 32/238 kB Progress (4): 1.3/1.5 MB | 143 kB | 35 kB | 32/238 kB Progress (4): 1.3/1.5 MB | 143 kB | 35 kB | 32/238 kB Progress (4): 1.3/1.5 MB | 143 kB | 35 kB | 32/238 kB Progress (4): 1.3/1.5 MB | 143 kB | 35 kB | 32/238 kB Progress (4): 1.4/1.5 MB | 143 kB | 35 kB | 32/238 kB Progress (4): 1.4/1.5 MB | 143 kB | 35 kB | 32/238 kB Progress (4): 1.4/1.5 MB | 143 kB | 35 kB | 32/238 kB Progress (4): 1.4/1.5 MB | 143 kB | 35 kB | 32/238 kB Progress (4): 1.4/1.5 MB | 143 kB | 35 kB | 32/238 kB Progress (4): 1.4/1.5 MB | 143 kB | 35 kB | 32/238 kB Progress (4): 1.4/1.5 MB | 143 kB | 35 kB | 32/238 kB Progress (4): 1.4/1.5 MB | 143 kB | 35 kB | 32/238 kB Progress (4): 1.4/1.5 MB | 143 kB | 35 kB | 32/238 kB Progress (4): 1.4/1.5 MB | 143 kB | 35 kB | 32/238 kB Progress (4): 1.4/1.5 MB | 143 kB | 35 kB | 32/238 kB Progress (4): 1.4/1.5 MB | 143 kB | 35 kB | 32/238 kB Progress (4): 1.4/1.5 MB | 143 kB | 35 kB | 32/238 kB Progress (4): 1.5/1.5 MB | 143 kB | 35 kB | 32/238 kB Progress (4): 1.5/1.5 MB | 143 kB | 35 kB | 32/238 kB Progress (4): 1.5/1.5 MB | 143 kB | 35 kB | 36/238 kB Progress (4): 1.5/1.5 MB | 143 kB | 35 kB | 36/238 kB Progress (4): 1.5/1.5 MB | 143 kB | 35 kB | 40/238 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-project/3.0-alpha-2/maven-project-3.0-alpha-2.jar (143 kB at 440 kB/s) Progress (3): 1.5/1.5 MB | 35 kB | 40/238 kB Progress (3): 1.5/1.5 MB | 35 kB | 45/238 kB Progress (3): 1.5/1.5 MB | 35 kB | 45/238 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-container-default/1.0-beta-3.0.5/plexus-container-default-1.0-beta-3.0.5.jar Progress (3): 1.5/1.5 MB | 35 kB | 45/238 kB Progress (3): 1.5/1.5 MB | 35 kB | 49/238 kB Progress (3): 1.5 MB | 35 kB | 49/238 kB Progress (3): 1.5 MB | 35 kB | 53/238 kB Progress (3): 1.5 MB | 35 kB | 57/238 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.1/plexus-interpolation-1.1.jar (35 kB at 109 kB/s) Progress (2): 1.5 MB | 61/238 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/xbean/xbean-reflect/3.4/xbean-reflect-3.4.jar Progress (2): 1.5 MB | 65/238 kB Progress (2): 1.5 MB | 69/238 kB Progress (2): 1.5 MB | 73/238 kB Progress (2): 1.5 MB | 77/238 kB Progress (2): 1.5 MB | 81/238 kB Progress (2): 1.5 MB | 85/238 kB Progress (2): 1.5 MB | 90/238 kB Progress (2): 1.5 MB | 94/238 kB Progress (2): 1.5 MB | 98/238 kB Progress (2): 1.5 MB | 102/238 kB Progress (2): 1.5 MB | 106/238 kB Progress (2): 1.5 MB | 110/238 kB Progress (2): 1.5 MB | 114/238 kB Progress (2): 1.5 MB | 118/238 kB Progress (2): 1.5 MB | 122/238 kB Progress (2): 1.5 MB | 126/238 kB Progress (2): 1.5 MB | 131/238 kB Progress (2): 1.5 MB | 135/238 kB Progress (3): 1.5 MB | 135/238 kB | 4.1/52 kB Progress (3): 1.5 MB | 139/238 kB | 4.1/52 kB Progress (3): 1.5 MB | 139/238 kB | 7.7/52 kB Progress (3): 1.5 MB | 143/238 kB | 7.7/52 kB Progress (3): 1.5 MB | 143/238 kB | 12/52 kB Progress (3): 1.5 MB | 147/238 kB | 12/52 kB Progress (3): 1.5 MB | 147/238 kB | 16/52 kB Progress (3): 1.5 MB | 151/238 kB | 16/52 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava/10.0.1/guava-10.0.1.jar (1.5 MB at 4.5 MB/s) Progress (2): 151/238 kB | 20/52 kB Progress (2): 155/238 kB | 20/52 kB Progress (2): 155/238 kB | 24/52 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/log4j/log4j/1.2.12/log4j-1.2.12.jar Progress (2): 155/238 kB | 28/52 kB Progress (2): 159/238 kB | 28/52 kB Progress (2): 159/238 kB | 32/52 kB Progress (2): 163/238 kB | 32/52 kB Progress (2): 167/238 kB | 32/52 kB Progress (2): 167/238 kB | 36/52 kB Progress (2): 171/238 kB | 36/52 kB Progress (2): 171/238 kB | 40/52 kB Progress (2): 176/238 kB | 40/52 kB Progress (2): 176/238 kB | 45/52 kB Progress (2): 180/238 kB | 45/52 kB Progress (2): 180/238 kB | 49/52 kB Progress (2): 180/238 kB | 52 kB Progress (2): 184/238 kB | 52 kB Progress (2): 188/238 kB | 52 kB Progress (2): 192/238 kB | 52 kB Progress (2): 196/238 kB | 52 kB Progress (2): 200/238 kB | 52 kB Progress (2): 204/238 kB | 52 kB Progress (2): 208/238 kB | 52 kB Progress (2): 212/238 kB | 52 kB Progress (3): 212/238 kB | 52 kB | 4.1/209 kB Progress (3): 212/238 kB | 52 kB | 7.7/209 kB Progress (3): 217/238 kB | 52 kB | 7.7/209 kB Progress (3): 217/238 kB | 52 kB | 12/209 kB Progress (3): 221/238 kB | 52 kB | 12/209 kB Progress (3): 221/238 kB | 52 kB | 16/209 kB Progress (3): 225/238 kB | 52 kB | 16/209 kB Progress (3): 229/238 kB | 52 kB | 16/209 kB Progress (3): 233/238 kB | 52 kB | 16/209 kB Progress (3): 233/238 kB | 52 kB | 20/209 kB Progress (3): 237/238 kB | 52 kB | 20/209 kB Progress (3): 237/238 kB | 52 kB | 24/209 kB Progress (3): 238 kB | 52 kB | 24/209 kB Progress (3): 238 kB | 52 kB | 28/209 kB Progress (3): 238 kB | 52 kB | 32/209 kB Progress (3): 238 kB | 52 kB | 36/209 kB Progress (3): 238 kB | 52 kB | 40/209 kB Progress (3): 238 kB | 52 kB | 45/209 kB Progress (3): 238 kB | 52 kB | 49/209 kB Progress (3): 238 kB | 52 kB | 53/209 kB Progress (3): 238 kB | 52 kB | 57/209 kB Progress (3): 238 kB | 52 kB | 61/209 kB Progress (3): 238 kB | 52 kB | 65/209 kB Progress (3): 238 kB | 52 kB | 69/209 kB Progress (3): 238 kB | 52 kB | 73/209 kB Progress (3): 238 kB | 52 kB | 77/209 kB Progress (3): 238 kB | 52 kB | 81/209 kB Progress (4): 238 kB | 52 kB | 81/209 kB | 4.1/134 kB Progress (4): 238 kB | 52 kB | 81/209 kB | 7.7/134 kB Progress (5): 238 kB | 52 kB | 81/209 kB | 7.7/134 kB | 4.1/358 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon-provider-api/1.0-beta-4/wagon-provider-api-1.0-beta-4.jar (52 kB at 117 kB/s) Progress (4): 238 kB | 85/209 kB | 7.7/134 kB | 4.1/358 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-logging/commons-logging-api/1.1/commons-logging-api-1.1.jar Progress (4): 238 kB | 85/209 kB | 7.7/134 kB | 7.7/358 kB Progress (4): 238 kB | 85/209 kB | 12/134 kB | 7.7/358 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-compat/3.0-alpha-2/maven-compat-3.0-alpha-2.jar (238 kB at 532 kB/s) Progress (3): 85/209 kB | 16/134 kB | 7.7/358 kB Progress (3): 85/209 kB | 16/134 kB | 12/358 kB Progress (3): 90/209 kB | 16/134 kB | 12/358 kB Progress (3): 90/209 kB | 16/134 kB | 16/358 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/code/google-collections/google-collect/snapshot-20080530/google-collect-snapshot-20080530.jar Progress (3): 94/209 kB | 16/134 kB | 16/358 kB Progress (3): 94/209 kB | 20/134 kB | 16/358 kB Progress (3): 94/209 kB | 20/134 kB | 20/358 kB Progress (3): 94/209 kB | 24/134 kB | 20/358 kB Progress (3): 98/209 kB | 24/134 kB | 20/358 kB Progress (3): 98/209 kB | 28/134 kB | 20/358 kB Progress (3): 98/209 kB | 28/134 kB | 24/358 kB Progress (3): 98/209 kB | 32/134 kB | 24/358 kB Progress (3): 98/209 kB | 32/134 kB | 28/358 kB Progress (3): 102/209 kB | 32/134 kB | 28/358 kB Progress (3): 102/209 kB | 32/134 kB | 32/358 kB Progress (3): 106/209 kB | 32/134 kB | 32/358 kB Progress (3): 110/209 kB | 32/134 kB | 32/358 kB Progress (3): 114/209 kB | 32/134 kB | 32/358 kB Progress (3): 114/209 kB | 32/134 kB | 36/358 kB Progress (3): 114/209 kB | 36/134 kB | 36/358 kB Progress (3): 118/209 kB | 36/134 kB | 36/358 kB Progress (3): 118/209 kB | 36/134 kB | 40/358 kB Progress (3): 122/209 kB | 36/134 kB | 40/358 kB Progress (3): 122/209 kB | 40/134 kB | 40/358 kB Progress (3): 126/209 kB | 40/134 kB | 40/358 kB Progress (3): 126/209 kB | 40/134 kB | 45/358 kB Progress (3): 131/209 kB | 40/134 kB | 45/358 kB Progress (3): 131/209 kB | 40/134 kB | 49/358 kB Progress (3): 131/209 kB | 45/134 kB | 49/358 kB Progress (3): 131/209 kB | 49/134 kB | 49/358 kB Progress (3): 135/209 kB | 49/134 kB | 49/358 kB Progress (3): 135/209 kB | 49/134 kB | 53/358 kB Progress (3): 139/209 kB | 49/134 kB | 53/358 kB Progress (3): 139/209 kB | 49/134 kB | 57/358 kB Progress (3): 143/209 kB | 49/134 kB | 57/358 kB Progress (3): 143/209 kB | 49/134 kB | 61/358 kB Progress (3): 147/209 kB | 49/134 kB | 61/358 kB Progress (3): 147/209 kB | 53/134 kB | 61/358 kB Progress (3): 147/209 kB | 53/134 kB | 65/358 kB Progress (3): 147/209 kB | 57/134 kB | 65/358 kB Progress (3): 147/209 kB | 61/134 kB | 65/358 kB Progress (3): 151/209 kB | 61/134 kB | 65/358 kB Progress (3): 151/209 kB | 65/134 kB | 65/358 kB Progress (3): 151/209 kB | 65/134 kB | 69/358 kB Progress (3): 155/209 kB | 65/134 kB | 69/358 kB Progress (3): 155/209 kB | 65/134 kB | 73/358 kB Progress (3): 159/209 kB | 65/134 kB | 73/358 kB Progress (3): 159/209 kB | 65/134 kB | 77/358 kB Progress (3): 163/209 kB | 65/134 kB | 77/358 kB Progress (3): 163/209 kB | 65/134 kB | 81/358 kB Progress (3): 163/209 kB | 69/134 kB | 81/358 kB Progress (3): 163/209 kB | 73/134 kB | 81/358 kB Progress (3): 167/209 kB | 73/134 kB | 81/358 kB Progress (3): 167/209 kB | 73/134 kB | 85/358 kB Progress (3): 167/209 kB | 77/134 kB | 85/358 kB Progress (3): 167/209 kB | 77/134 kB | 90/358 kB Progress (3): 171/209 kB | 77/134 kB | 90/358 kB Progress (3): 171/209 kB | 77/134 kB | 94/358 kB Progress (3): 171/209 kB | 81/134 kB | 94/358 kB Progress (3): 171/209 kB | 81/134 kB | 98/358 kB Progress (3): 176/209 kB | 81/134 kB | 98/358 kB Progress (3): 180/209 kB | 81/134 kB | 98/358 kB Progress (3): 180/209 kB | 81/134 kB | 102/358 kB Progress (3): 180/209 kB | 81/134 kB | 106/358 kB Progress (3): 184/209 kB | 81/134 kB | 106/358 kB Progress (3): 184/209 kB | 85/134 kB | 106/358 kB Progress (3): 188/209 kB | 85/134 kB | 106/358 kB Progress (3): 188/209 kB | 85/134 kB | 110/358 kB Progress (3): 192/209 kB | 85/134 kB | 110/358 kB Progress (3): 192/209 kB | 90/134 kB | 110/358 kB Progress (3): 196/209 kB | 90/134 kB | 110/358 kB Progress (3): 196/209 kB | 90/134 kB | 114/358 kB Progress (3): 196/209 kB | 94/134 kB | 114/358 kB Progress (3): 196/209 kB | 98/134 kB | 114/358 kB Progress (3): 200/209 kB | 98/134 kB | 114/358 kB Progress (3): 204/209 kB | 98/134 kB | 114/358 kB Progress (3): 204/209 kB | 98/134 kB | 118/358 kB Progress (3): 208/209 kB | 98/134 kB | 118/358 kB Progress (3): 208/209 kB | 98/134 kB | 122/358 kB Progress (3): 208/209 kB | 102/134 kB | 122/358 kB Progress (3): 209 kB | 102/134 kB | 122/358 kB Progress (3): 209 kB | 106/134 kB | 122/358 kB Progress (3): 209 kB | 106/134 kB | 126/358 kB Progress (3): 209 kB | 110/134 kB | 126/358 kB Progress (3): 209 kB | 110/134 kB | 131/358 kB Progress (3): 209 kB | 114/134 kB | 131/358 kB Progress (3): 209 kB | 114/134 kB | 135/358 kB Progress (3): 209 kB | 114/134 kB | 139/358 kB Progress (3): 209 kB | 118/134 kB | 139/358 kB Progress (3): 209 kB | 118/134 kB | 143/358 kB Progress (3): 209 kB | 122/134 kB | 143/358 kB Progress (3): 209 kB | 122/134 kB | 147/358 kB Progress (3): 209 kB | 126/134 kB | 147/358 kB Progress (3): 209 kB | 131/134 kB | 147/358 kB Progress (3): 209 kB | 134 kB | 147/358 kB Progress (3): 209 kB | 134 kB | 151/358 kB Progress (3): 209 kB | 134 kB | 155/358 kB Progress (3): 209 kB | 134 kB | 159/358 kB Progress (3): 209 kB | 134 kB | 163/358 kB Progress (3): 209 kB | 134 kB | 167/358 kB Progress (3): 209 kB | 134 kB | 171/358 kB Progress (3): 209 kB | 134 kB | 176/358 kB Progress (3): 209 kB | 134 kB | 180/358 kB Progress (3): 209 kB | 134 kB | 184/358 kB Progress (3): 209 kB | 134 kB | 188/358 kB Progress (3): 209 kB | 134 kB | 192/358 kB Progress (3): 209 kB | 134 kB | 196/358 kB Progress (3): 209 kB | 134 kB | 200/358 kB Progress (3): 209 kB | 134 kB | 204/358 kB Progress (3): 209 kB | 134 kB | 208/358 kB Progress (3): 209 kB | 134 kB | 212/358 kB Progress (3): 209 kB | 134 kB | 217/358 kB Progress (3): 209 kB | 134 kB | 221/358 kB Progress (3): 209 kB | 134 kB | 225/358 kB Progress (3): 209 kB | 134 kB | 229/358 kB Progress (3): 209 kB | 134 kB | 233/358 kB Progress (3): 209 kB | 134 kB | 237/358 kB Progress (3): 209 kB | 134 kB | 241/358 kB Progress (3): 209 kB | 134 kB | 245/358 kB Progress (3): 209 kB | 134 kB | 249/358 kB Progress (3): 209 kB | 134 kB | 253/358 kB Progress (3): 209 kB | 134 kB | 258/358 kB Progress (3): 209 kB | 134 kB | 262/358 kB Progress (3): 209 kB | 134 kB | 266/358 kB Progress (3): 209 kB | 134 kB | 270/358 kB Progress (3): 209 kB | 134 kB | 274/358 kB Progress (4): 209 kB | 134 kB | 274/358 kB | 4.1/45 kB Progress (5): 209 kB | 134 kB | 274/358 kB | 4.1/45 kB | 4.1/502 kB Progress (5): 209 kB | 134 kB | 274/358 kB | 7.7/45 kB | 4.1/502 kB Progress (5): 209 kB | 134 kB | 278/358 kB | 7.7/45 kB | 4.1/502 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-container-default/1.0-beta-3.0.5/plexus-container-default-1.0-beta-3.0.5.jar (209 kB at 425 kB/s) Progress (4): 134 kB | 282/358 kB | 7.7/45 kB | 4.1/502 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/xbean/xbean-reflect/3.4/xbean-reflect-3.4.jar (134 kB at 271 kB/s) Progress (3): 282/358 kB | 12/45 kB | 4.1/502 kB Progress (3): 282/358 kB | 12/45 kB | 7.7/502 kB Progress (3): 282/358 kB | 16/45 kB | 7.7/502 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/hamcrest/hamcrest-core/1.3/hamcrest-core-1.3.jar Progress (3): 282/358 kB | 20/45 kB | 7.7/502 kB Progress (3): 286/358 kB | 20/45 kB | 7.7/502 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/junit/junit/4.12/junit-4.12.jar Progress (3): 290/358 kB | 20/45 kB | 7.7/502 kB Progress (3): 290/358 kB | 24/45 kB | 7.7/502 kB Progress (3): 290/358 kB | 24/45 kB | 12/502 kB Progress (3): 290/358 kB | 28/45 kB | 12/502 kB Progress (3): 294/358 kB | 28/45 kB | 12/502 kB Progress (3): 294/358 kB | 32/45 kB | 12/502 kB Progress (3): 294/358 kB | 32/45 kB | 16/502 kB Progress (3): 298/358 kB | 32/45 kB | 16/502 kB Progress (3): 298/358 kB | 36/45 kB | 16/502 kB Progress (3): 303/358 kB | 36/45 kB | 16/502 kB Progress (3): 303/358 kB | 40/45 kB | 16/502 kB Progress (3): 307/358 kB | 40/45 kB | 16/502 kB Progress (3): 307/358 kB | 45/45 kB | 16/502 kB Progress (3): 311/358 kB | 45/45 kB | 16/502 kB Progress (3): 311/358 kB | 45/45 kB | 20/502 kB Progress (3): 311/358 kB | 45 kB | 20/502 kB Progress (3): 311/358 kB | 45 kB | 24/502 kB Progress (4): 311/358 kB | 45 kB | 24/502 kB | 4.1/45 kB Progress (4): 315/358 kB | 45 kB | 24/502 kB | 4.1/45 kB Progress (4): 315/358 kB | 45 kB | 28/502 kB | 4.1/45 kB Progress (4): 319/358 kB | 45 kB | 28/502 kB | 4.1/45 kB Progress (4): 319/358 kB | 45 kB | 28/502 kB | 7.7/45 kB Progress (4): 323/358 kB | 45 kB | 28/502 kB | 7.7/45 kB Progress (4): 323/358 kB | 45 kB | 32/502 kB | 7.7/45 kB Progress (4): 327/358 kB | 45 kB | 32/502 kB | 7.7/45 kB Progress (4): 327/358 kB | 45 kB | 32/502 kB | 12/45 kB Progress (4): 327/358 kB | 45 kB | 32/502 kB | 16/45 kB Progress (4): 331/358 kB | 45 kB | 32/502 kB | 16/45 kB Progress (4): 335/358 kB | 45 kB | 32/502 kB | 16/45 kB Progress (4): 335/358 kB | 45 kB | 36/502 kB | 16/45 kB Progress (4): 339/358 kB | 45 kB | 36/502 kB | 16/45 kB Progress (4): 339/358 kB | 45 kB | 40/502 kB | 16/45 kB Progress (4): 344/358 kB | 45 kB | 40/502 kB | 16/45 kB Progress (4): 344/358 kB | 45 kB | 45/502 kB | 16/45 kB Progress (4): 344/358 kB | 45 kB | 45/502 kB | 20/45 kB Progress (4): 344/358 kB | 45 kB | 49/502 kB | 20/45 kB Progress (4): 348/358 kB | 45 kB | 49/502 kB | 20/45 kB Progress (4): 348/358 kB | 45 kB | 49/502 kB | 24/45 kB Progress (4): 352/358 kB | 45 kB | 49/502 kB | 24/45 kB Progress (4): 352/358 kB | 45 kB | 49/502 kB | 28/45 kB Progress (4): 356/358 kB | 45 kB | 49/502 kB | 28/45 kB Progress (4): 356/358 kB | 45 kB | 49/502 kB | 32/45 kB Progress (4): 356/358 kB | 45 kB | 53/502 kB | 32/45 kB Progress (4): 358 kB | 45 kB | 53/502 kB | 32/45 kB Progress (4): 358 kB | 45 kB | 57/502 kB | 32/45 kB Progress (4): 358 kB | 45 kB | 61/502 kB | 32/45 kB Progress (4): 358 kB | 45 kB | 61/502 kB | 36/45 kB Progress (4): 358 kB | 45 kB | 65/502 kB | 36/45 kB Progress (4): 358 kB | 45 kB | 65/502 kB | 40/45 kB Progress (4): 358 kB | 45 kB | 65/502 kB | 45/45 kB Progress (4): 358 kB | 45 kB | 65/502 kB | 45 kB Progress (4): 358 kB | 45 kB | 69/502 kB | 45 kB Progress (4): 358 kB | 45 kB | 73/502 kB | 45 kB Progress (4): 358 kB | 45 kB | 77/502 kB | 45 kB Progress (4): 358 kB | 45 kB | 81/502 kB | 45 kB Progress (4): 358 kB | 45 kB | 85/502 kB | 45 kB Progress (4): 358 kB | 45 kB | 90/502 kB | 45 kB Progress (4): 358 kB | 45 kB | 94/502 kB | 45 kB Progress (4): 358 kB | 45 kB | 98/502 kB | 45 kB Progress (4): 358 kB | 45 kB | 102/502 kB | 45 kB Progress (4): 358 kB | 45 kB | 106/502 kB | 45 kB Progress (4): 358 kB | 45 kB | 110/502 kB | 45 kB Progress (4): 358 kB | 45 kB | 114/502 kB | 45 kB Progress (4): 358 kB | 45 kB | 118/502 kB | 45 kB Progress (4): 358 kB | 45 kB | 122/502 kB | 45 kB Progress (4): 358 kB | 45 kB | 126/502 kB | 45 kB Progress (4): 358 kB | 45 kB | 131/502 kB | 45 kB Progress (4): 358 kB | 45 kB | 135/502 kB | 45 kB Progress (4): 358 kB | 45 kB | 139/502 kB | 45 kB Progress (4): 358 kB | 45 kB | 143/502 kB | 45 kB Progress (4): 358 kB | 45 kB | 147/502 kB | 45 kB Progress (4): 358 kB | 45 kB | 151/502 kB | 45 kB Progress (4): 358 kB | 45 kB | 155/502 kB | 45 kB Progress (4): 358 kB | 45 kB | 159/502 kB | 45 kB Progress (4): 358 kB | 45 kB | 163/502 kB | 45 kB Progress (4): 358 kB | 45 kB | 167/502 kB | 45 kB Progress (4): 358 kB | 45 kB | 171/502 kB | 45 kB Progress (4): 358 kB | 45 kB | 176/502 kB | 45 kB Progress (4): 358 kB | 45 kB | 180/502 kB | 45 kB Progress (4): 358 kB | 45 kB | 184/502 kB | 45 kB Progress (4): 358 kB | 45 kB | 188/502 kB | 45 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-logging/commons-logging-api/1.1/commons-logging-api-1.1.jar (45 kB at 87 kB/s) Progress (3): 358 kB | 192/502 kB | 45 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/woodstox/wstx-asl/3.2.6/wstx-asl-3.2.6.jar Progress (3): 358 kB | 196/502 kB | 45 kB Progress (3): 358 kB | 200/502 kB | 45 kB Progress (3): 358 kB | 204/502 kB | 45 kB Progress (3): 358 kB | 208/502 kB | 45 kB Progress (3): 358 kB | 212/502 kB | 45 kB Progress (3): 358 kB | 217/502 kB | 45 kB Progress (3): 358 kB | 221/502 kB | 45 kB Progress (3): 358 kB | 225/502 kB | 45 kB Progress (3): 358 kB | 229/502 kB | 45 kB Progress (3): 358 kB | 233/502 kB | 45 kB Progress (3): 358 kB | 237/502 kB | 45 kB Progress (3): 358 kB | 241/502 kB | 45 kB Progress (3): 358 kB | 245/502 kB | 45 kB Progress (3): 358 kB | 249/502 kB | 45 kB Progress (3): 358 kB | 253/502 kB | 45 kB Progress (3): 358 kB | 258/502 kB | 45 kB Progress (3): 358 kB | 262/502 kB | 45 kB Progress (3): 358 kB | 266/502 kB | 45 kB Progress (3): 358 kB | 270/502 kB | 45 kB Progress (3): 358 kB | 274/502 kB | 45 kB Progress (3): 358 kB | 278/502 kB | 45 kB Progress (3): 358 kB | 282/502 kB | 45 kB Progress (3): 358 kB | 286/502 kB | 45 kB Progress (3): 358 kB | 290/502 kB | 45 kB Progress (3): 358 kB | 294/502 kB | 45 kB Progress (3): 358 kB | 298/502 kB | 45 kB Progress (3): 358 kB | 303/502 kB | 45 kB Progress (3): 358 kB | 307/502 kB | 45 kB Progress (3): 358 kB | 311/502 kB | 45 kB Progress (3): 358 kB | 315/502 kB | 45 kB Progress (3): 358 kB | 319/502 kB | 45 kB Progress (3): 358 kB | 323/502 kB | 45 kB Progress (3): 358 kB | 327/502 kB | 45 kB Progress (3): 358 kB | 331/502 kB | 45 kB Progress (3): 358 kB | 335/502 kB | 45 kB Progress (3): 358 kB | 339/502 kB | 45 kB Progress (4): 358 kB | 339/502 kB | 45 kB | 4.1/520 kB Progress (4): 358 kB | 344/502 kB | 45 kB | 4.1/520 kB Progress (4): 358 kB | 344/502 kB | 45 kB | 7.7/520 kB Progress (4): 358 kB | 344/502 kB | 45 kB | 12/520 kB Progress (4): 358 kB | 344/502 kB | 45 kB | 16/520 kB Progress (4): 358 kB | 348/502 kB | 45 kB | 16/520 kB Progress (4): 358 kB | 352/502 kB | 45 kB | 16/520 kB Progress (4): 358 kB | 356/502 kB | 45 kB | 16/520 kB Progress (4): 358 kB | 360/502 kB | 45 kB | 16/520 kB Progress (4): 358 kB | 360/502 kB | 45 kB | 20/520 kB Progress (5): 358 kB | 360/502 kB | 45 kB | 20/520 kB | 4.1/315 kB Progress (5): 358 kB | 360/502 kB | 45 kB | 24/520 kB | 4.1/315 kB Progress (5): 358 kB | 360/502 kB | 45 kB | 24/520 kB | 7.7/315 kB Progress (5): 358 kB | 364/502 kB | 45 kB | 24/520 kB | 7.7/315 kB Progress (5): 358 kB | 364/502 kB | 45 kB | 28/520 kB | 7.7/315 kB Progress (5): 358 kB | 368/502 kB | 45 kB | 28/520 kB | 7.7/315 kB Progress (5): 358 kB | 368/502 kB | 45 kB | 28/520 kB | 12/315 kB Progress (5): 358 kB | 372/502 kB | 45 kB | 28/520 kB | 12/315 kB Progress (5): 358 kB | 372/502 kB | 45 kB | 32/520 kB | 12/315 kB Progress (5): 358 kB | 376/502 kB | 45 kB | 32/520 kB | 12/315 kB Progress (5): 358 kB | 376/502 kB | 45 kB | 32/520 kB | 16/315 kB Progress (5): 358 kB | 376/502 kB | 45 kB | 36/520 kB | 16/315 kB Progress (5): 358 kB | 380/502 kB | 45 kB | 36/520 kB | 16/315 kB Progress (5): 358 kB | 380/502 kB | 45 kB | 40/520 kB | 16/315 kB Progress (5): 358 kB | 384/502 kB | 45 kB | 40/520 kB | 16/315 kB Progress (5): 358 kB | 384/502 kB | 45 kB | 45/520 kB | 16/315 kB Progress (5): 358 kB | 384/502 kB | 45 kB | 45/520 kB | 20/315 kB Progress (5): 358 kB | 384/502 kB | 45 kB | 49/520 kB | 20/315 kB Progress (5): 358 kB | 389/502 kB | 45 kB | 49/520 kB | 20/315 kB Progress (5): 358 kB | 389/502 kB | 45 kB | 49/520 kB | 24/315 kB Progress (5): 358 kB | 393/502 kB | 45 kB | 49/520 kB | 24/315 kB Progress (5): 358 kB | 393/502 kB | 45 kB | 49/520 kB | 28/315 kB Progress (5): 358 kB | 393/502 kB | 45 kB | 49/520 kB | 32/315 kB Progress (5): 358 kB | 393/502 kB | 45 kB | 53/520 kB | 32/315 kB Progress (5): 358 kB | 393/502 kB | 45 kB | 57/520 kB | 32/315 kB Progress (5): 358 kB | 397/502 kB | 45 kB | 57/520 kB | 32/315 kB Progress (5): 358 kB | 397/502 kB | 45 kB | 61/520 kB | 32/315 kB Progress (5): 358 kB | 401/502 kB | 45 kB | 61/520 kB | 32/315 kB Progress (5): 358 kB | 401/502 kB | 45 kB | 65/520 kB | 32/315 kB Progress (5): 358 kB | 405/502 kB | 45 kB | 65/520 kB | 32/315 kB Progress (5): 358 kB | 405/502 kB | 45 kB | 65/520 kB | 36/315 kB Progress (5): 358 kB | 409/502 kB | 45 kB | 65/520 kB | 36/315 kB Progress (5): 358 kB | 409/502 kB | 45 kB | 65/520 kB | 40/315 kB Progress (5): 358 kB | 409/502 kB | 45 kB | 69/520 kB | 40/315 kB Progress (5): 358 kB | 409/502 kB | 45 kB | 69/520 kB | 45/315 kB Progress (5): 358 kB | 409/502 kB | 45 kB | 73/520 kB | 45/315 kB Progress (5): 358 kB | 409/502 kB | 45 kB | 73/520 kB | 49/315 kB Progress (5): 358 kB | 409/502 kB | 45 kB | 77/520 kB | 49/315 kB Progress (5): 358 kB | 413/502 kB | 45 kB | 77/520 kB | 49/315 kB Progress (5): 358 kB | 413/502 kB | 45 kB | 81/520 kB | 49/315 kB Progress (5): 358 kB | 417/502 kB | 45 kB | 81/520 kB | 49/315 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/log4j/log4j/1.2.12/log4j-1.2.12.jar (358 kB at 676 kB/s) Progress (4): 421/502 kB | 45 kB | 81/520 kB | 49/315 kB Progress (4): 421/502 kB | 45 kB | 81/520 kB | 53/315 kB Progress (4): 425/502 kB | 45 kB | 81/520 kB | 53/315 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/stax/stax-api/1.0.1/stax-api-1.0.1.jar Progress (4): 425/502 kB | 45 kB | 81/520 kB | 57/315 kB Progress (4): 425/502 kB | 45 kB | 85/520 kB | 57/315 kB Progress (4): 425/502 kB | 45 kB | 85/520 kB | 61/315 kB Progress (4): 425/502 kB | 45 kB | 90/520 kB | 61/315 kB Progress (4): 425/502 kB | 45 kB | 90/520 kB | 65/315 kB Progress (4): 430/502 kB | 45 kB | 90/520 kB | 65/315 kB Progress (4): 430/502 kB | 45 kB | 94/520 kB | 65/315 kB Progress (4): 434/502 kB | 45 kB | 94/520 kB | 65/315 kB Progress (4): 434/502 kB | 45 kB | 98/520 kB | 65/315 kB Progress (4): 438/502 kB | 45 kB | 98/520 kB | 65/315 kB Progress (4): 438/502 kB | 45 kB | 98/520 kB | 69/315 kB Progress (4): 442/502 kB | 45 kB | 98/520 kB | 69/315 kB Progress (4): 442/502 kB | 45 kB | 98/520 kB | 73/315 kB Progress (4): 442/502 kB | 45 kB | 98/520 kB | 77/315 kB Progress (4): 442/502 kB | 45 kB | 102/520 kB | 77/315 kB Progress (4): 442/502 kB | 45 kB | 102/520 kB | 81/315 kB Progress (4): 442/502 kB | 45 kB | 106/520 kB | 81/315 kB Progress (4): 442/502 kB | 45 kB | 110/520 kB | 81/315 kB Progress (4): 446/502 kB | 45 kB | 110/520 kB | 81/315 kB Progress (4): 446/502 kB | 45 kB | 114/520 kB | 81/315 kB Progress (4): 450/502 kB | 45 kB | 114/520 kB | 81/315 kB Progress (4): 450/502 kB | 45 kB | 114/520 kB | 85/315 kB Progress (4): 454/502 kB | 45 kB | 114/520 kB | 85/315 kB Progress (4): 454/502 kB | 45 kB | 114/520 kB | 90/315 kB Progress (4): 458/502 kB | 45 kB | 114/520 kB | 90/315 kB Progress (4): 458/502 kB | 45 kB | 118/520 kB | 90/315 kB Progress (4): 458/502 kB | 45 kB | 118/520 kB | 94/315 kB Progress (4): 458/502 kB | 45 kB | 122/520 kB | 94/315 kB Progress (4): 458/502 kB | 45 kB | 122/520 kB | 98/315 kB Progress (4): 458/502 kB | 45 kB | 126/520 kB | 98/315 kB Progress (4): 462/502 kB | 45 kB | 126/520 kB | 98/315 kB Progress (4): 462/502 kB | 45 kB | 131/520 kB | 98/315 kB Progress (4): 466/502 kB | 45 kB | 131/520 kB | 98/315 kB Progress (4): 471/502 kB | 45 kB | 131/520 kB | 98/315 kB Progress (4): 471/502 kB | 45 kB | 131/520 kB | 102/315 kB Progress (4): 475/502 kB | 45 kB | 131/520 kB | 102/315 kB Progress (4): 475/502 kB | 45 kB | 131/520 kB | 106/315 kB Progress (4): 475/502 kB | 45 kB | 135/520 kB | 106/315 kB Progress (4): 475/502 kB | 45 kB | 135/520 kB | 110/315 kB Progress (4): 475/502 kB | 45 kB | 139/520 kB | 110/315 kB Progress (4): 475/502 kB | 45 kB | 139/520 kB | 114/315 kB Progress (4): 479/502 kB | 45 kB | 139/520 kB | 114/315 kB Progress (4): 483/502 kB | 45 kB | 139/520 kB | 114/315 kB Progress (4): 487/502 kB | 45 kB | 139/520 kB | 114/315 kB Progress (4): 491/502 kB | 45 kB | 139/520 kB | 114/315 kB Progress (4): 495/502 kB | 45 kB | 139/520 kB | 114/315 kB Progress (4): 499/502 kB | 45 kB | 139/520 kB | 114/315 kB Progress (4): 502 kB | 45 kB | 139/520 kB | 114/315 kB Progress (4): 502 kB | 45 kB | 143/520 kB | 114/315 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/hamcrest/hamcrest-core/1.3/hamcrest-core-1.3.jar (45 kB at 76 kB/s) Progress (3): 502 kB | 147/520 kB | 114/315 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/spice/model-builder/1.3/model-builder-1.3.jar Progress (3): 502 kB | 147/520 kB | 118/315 kB Progress (3): 502 kB | 147/520 kB | 122/315 kB Progress (3): 502 kB | 147/520 kB | 126/315 kB Progress (3): 502 kB | 151/520 kB | 126/315 kB Progress (4): 502 kB | 151/520 kB | 126/315 kB | 4.1/27 kB Progress (4): 502 kB | 151/520 kB | 131/315 kB | 4.1/27 kB Progress (4): 502 kB | 151/520 kB | 131/315 kB | 7.7/27 kB Progress (4): 502 kB | 155/520 kB | 131/315 kB | 7.7/27 kB Progress (4): 502 kB | 155/520 kB | 131/315 kB | 12/27 kB Progress (4): 502 kB | 159/520 kB | 131/315 kB | 12/27 kB Progress (4): 502 kB | 159/520 kB | 131/315 kB | 16/27 kB Progress (4): 502 kB | 159/520 kB | 135/315 kB | 16/27 kB Progress (4): 502 kB | 163/520 kB | 135/315 kB | 16/27 kB Progress (4): 502 kB | 163/520 kB | 139/315 kB | 16/27 kB Progress (4): 502 kB | 163/520 kB | 139/315 kB | 20/27 kB Progress (4): 502 kB | 163/520 kB | 143/315 kB | 20/27 kB Progress (4): 502 kB | 163/520 kB | 143/315 kB | 24/27 kB Progress (4): 502 kB | 163/520 kB | 147/315 kB | 24/27 kB Progress (4): 502 kB | 163/520 kB | 147/315 kB | 27 kB Progress (4): 502 kB | 167/520 kB | 147/315 kB | 27 kB Progress (4): 502 kB | 171/520 kB | 147/315 kB | 27 kB Progress (4): 502 kB | 171/520 kB | 151/315 kB | 27 kB Progress (4): 502 kB | 176/520 kB | 151/315 kB | 27 kB Progress (4): 502 kB | 176/520 kB | 155/315 kB | 27 kB Progress (4): 502 kB | 180/520 kB | 155/315 kB | 27 kB Progress (4): 502 kB | 180/520 kB | 159/315 kB | 27 kB Progress (4): 502 kB | 180/520 kB | 163/315 kB | 27 kB Progress (4): 502 kB | 184/520 kB | 163/315 kB | 27 kB Progress (4): 502 kB | 184/520 kB | 167/315 kB | 27 kB Progress (4): 502 kB | 188/520 kB | 167/315 kB | 27 kB Progress (4): 502 kB | 188/520 kB | 171/315 kB | 27 kB Progress (4): 502 kB | 192/520 kB | 171/315 kB | 27 kB Progress (4): 502 kB | 192/520 kB | 176/315 kB | 27 kB Progress (4): 502 kB | 196/520 kB | 176/315 kB | 27 kB Progress (4): 502 kB | 196/520 kB | 180/315 kB | 27 kB Progress (4): 502 kB | 200/520 kB | 180/315 kB | 27 kB Progress (4): 502 kB | 200/520 kB | 184/315 kB | 27 kB Progress (4): 502 kB | 204/520 kB | 184/315 kB | 27 kB Progress (4): 502 kB | 204/520 kB | 188/315 kB | 27 kB Progress (4): 502 kB | 208/520 kB | 188/315 kB | 27 kB Progress (4): 502 kB | 208/520 kB | 192/315 kB | 27 kB Progress (4): 502 kB | 212/520 kB | 192/315 kB | 27 kB Progress (4): 502 kB | 212/520 kB | 196/315 kB | 27 kB Progress (4): 502 kB | 217/520 kB | 196/315 kB | 27 kB Progress (4): 502 kB | 217/520 kB | 200/315 kB | 27 kB Progress (4): 502 kB | 221/520 kB | 200/315 kB | 27 kB Progress (4): 502 kB | 221/520 kB | 204/315 kB | 27 kB Progress (4): 502 kB | 225/520 kB | 204/315 kB | 27 kB Progress (4): 502 kB | 225/520 kB | 208/315 kB | 27 kB Progress (4): 502 kB | 229/520 kB | 208/315 kB | 27 kB Progress (4): 502 kB | 229/520 kB | 212/315 kB | 27 kB Progress (4): 502 kB | 229/520 kB | 217/315 kB | 27 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/code/google-collections/google-collect/snapshot-20080530/google-collect-snapshot-20080530.jar (502 kB at 836 kB/s) Progress (3): 233/520 kB | 217/315 kB | 27 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-project-builder/3.0-alpha-2/maven-project-builder-3.0-alpha-2.jar Progress (3): 233/520 kB | 221/315 kB | 27 kB Progress (3): 237/520 kB | 221/315 kB | 27 kB Progress (3): 237/520 kB | 225/315 kB | 27 kB Progress (3): 241/520 kB | 225/315 kB | 27 kB Progress (3): 241/520 kB | 229/315 kB | 27 kB Progress (3): 245/520 kB | 229/315 kB | 27 kB Progress (3): 245/520 kB | 233/315 kB | 27 kB Progress (3): 249/520 kB | 233/315 kB | 27 kB Progress (3): 249/520 kB | 237/315 kB | 27 kB Progress (3): 253/520 kB | 237/315 kB | 27 kB Progress (3): 253/520 kB | 241/315 kB | 27 kB Progress (3): 258/520 kB | 241/315 kB | 27 kB Progress (3): 258/520 kB | 245/315 kB | 27 kB Progress (3): 262/520 kB | 245/315 kB | 27 kB Progress (3): 262/520 kB | 249/315 kB | 27 kB Progress (3): 266/520 kB | 249/315 kB | 27 kB Progress (3): 266/520 kB | 253/315 kB | 27 kB Progress (3): 270/520 kB | 253/315 kB | 27 kB Progress (3): 270/520 kB | 258/315 kB | 27 kB Progress (3): 274/520 kB | 258/315 kB | 27 kB Progress (3): 274/520 kB | 262/315 kB | 27 kB Progress (3): 278/520 kB | 262/315 kB | 27 kB Progress (3): 278/520 kB | 266/315 kB | 27 kB Progress (3): 282/520 kB | 266/315 kB | 27 kB Progress (3): 282/520 kB | 270/315 kB | 27 kB Progress (3): 286/520 kB | 270/315 kB | 27 kB Progress (3): 286/520 kB | 274/315 kB | 27 kB Progress (3): 290/520 kB | 274/315 kB | 27 kB Progress (3): 290/520 kB | 278/315 kB | 27 kB Progress (3): 294/520 kB | 278/315 kB | 27 kB Progress (3): 294/520 kB | 282/315 kB | 27 kB Progress (3): 298/520 kB | 282/315 kB | 27 kB Progress (3): 298/520 kB | 286/315 kB | 27 kB Progress (3): 303/520 kB | 286/315 kB | 27 kB Progress (3): 303/520 kB | 290/315 kB | 27 kB Progress (3): 307/520 kB | 290/315 kB | 27 kB Progress (3): 307/520 kB | 294/315 kB | 27 kB Progress (3): 311/520 kB | 294/315 kB | 27 kB Progress (3): 311/520 kB | 298/315 kB | 27 kB Progress (3): 315/520 kB | 298/315 kB | 27 kB Progress (3): 315/520 kB | 303/315 kB | 27 kB Progress (3): 319/520 kB | 303/315 kB | 27 kB Progress (3): 319/520 kB | 307/315 kB | 27 kB Progress (3): 323/520 kB | 307/315 kB | 27 kB Progress (3): 323/520 kB | 311/315 kB | 27 kB Progress (3): 327/520 kB | 311/315 kB | 27 kB Progress (3): 327/520 kB | 315/315 kB | 27 kB Progress (3): 327/520 kB | 315 kB | 27 kB Progress (3): 331/520 kB | 315 kB | 27 kB Progress (3): 335/520 kB | 315 kB | 27 kB Progress (3): 339/520 kB | 315 kB | 27 kB Progress (3): 344/520 kB | 315 kB | 27 kB Progress (3): 348/520 kB | 315 kB | 27 kB Progress (3): 352/520 kB | 315 kB | 27 kB Progress (3): 356/520 kB | 315 kB | 27 kB Progress (3): 360/520 kB | 315 kB | 27 kB Progress (3): 364/520 kB | 315 kB | 27 kB Progress (3): 368/520 kB | 315 kB | 27 kB Progress (3): 372/520 kB | 315 kB | 27 kB Progress (3): 376/520 kB | 315 kB | 27 kB Progress (3): 380/520 kB | 315 kB | 27 kB Progress (3): 384/520 kB | 315 kB | 27 kB Progress (3): 389/520 kB | 315 kB | 27 kB Progress (3): 393/520 kB | 315 kB | 27 kB Progress (3): 397/520 kB | 315 kB | 27 kB Progress (3): 401/520 kB | 315 kB | 27 kB Progress (3): 405/520 kB | 315 kB | 27 kB Progress (3): 409/520 kB | 315 kB | 27 kB Progress (4): 409/520 kB | 315 kB | 27 kB | 4.1/36 kB Progress (4): 409/520 kB | 315 kB | 27 kB | 7.7/36 kB Progress (4): 409/520 kB | 315 kB | 27 kB | 12/36 kB Progress (4): 409/520 kB | 315 kB | 27 kB | 16/36 kB Progress (4): 413/520 kB | 315 kB | 27 kB | 16/36 kB Progress (4): 417/520 kB | 315 kB | 27 kB | 16/36 kB Progress (4): 417/520 kB | 315 kB | 27 kB | 20/36 kB Progress (4): 421/520 kB | 315 kB | 27 kB | 20/36 kB Progress (4): 421/520 kB | 315 kB | 27 kB | 24/36 kB Progress (4): 425/520 kB | 315 kB | 27 kB | 24/36 kB Progress (4): 425/520 kB | 315 kB | 27 kB | 28/36 kB Progress (4): 425/520 kB | 315 kB | 27 kB | 32/36 kB Progress (4): 425/520 kB | 315 kB | 27 kB | 36 kB Progress (4): 430/520 kB | 315 kB | 27 kB | 36 kB Progress (4): 434/520 kB | 315 kB | 27 kB | 36 kB Progress (4): 438/520 kB | 315 kB | 27 kB | 36 kB Progress (4): 442/520 kB | 315 kB | 27 kB | 36 kB Progress (4): 446/520 kB | 315 kB | 27 kB | 36 kB Progress (4): 450/520 kB | 315 kB | 27 kB | 36 kB Progress (4): 454/520 kB | 315 kB | 27 kB | 36 kB Progress (4): 458/520 kB | 315 kB | 27 kB | 36 kB Progress (4): 462/520 kB | 315 kB | 27 kB | 36 kB Progress (4): 466/520 kB | 315 kB | 27 kB | 36 kB Progress (4): 471/520 kB | 315 kB | 27 kB | 36 kB Progress (4): 475/520 kB | 315 kB | 27 kB | 36 kB Progress (4): 479/520 kB | 315 kB | 27 kB | 36 kB Progress (4): 483/520 kB | 315 kB | 27 kB | 36 kB Progress (4): 487/520 kB | 315 kB | 27 kB | 36 kB Progress (4): 491/520 kB | 315 kB | 27 kB | 36 kB Progress (4): 495/520 kB | 315 kB | 27 kB | 36 kB Progress (4): 499/520 kB | 315 kB | 27 kB | 36 kB Progress (4): 503/520 kB | 315 kB | 27 kB | 36 kB Progress (4): 507/520 kB | 315 kB | 27 kB | 36 kB Progress (4): 511/520 kB | 315 kB | 27 kB | 36 kB Progress (4): 516/520 kB | 315 kB | 27 kB | 36 kB Progress (4): 520/520 kB | 315 kB | 27 kB | 36 kB Progress (4): 520 kB | 315 kB | 27 kB | 36 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/spice/model-builder/1.3/model-builder-1.3.jar (36 kB at 57 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/3.0.4/maven-settings-3.0.4.jar Progress (4): 520 kB | 315 kB | 27 kB | 4.1/47 kB Progress (4): 520 kB | 315 kB | 27 kB | 7.7/47 kB Progress (4): 520 kB | 315 kB | 27 kB | 12/47 kB Progress (4): 520 kB | 315 kB | 27 kB | 16/47 kB Progress (4): 520 kB | 315 kB | 27 kB | 20/47 kB Progress (4): 520 kB | 315 kB | 27 kB | 24/47 kB Progress (4): 520 kB | 315 kB | 27 kB | 28/47 kB Progress (4): 520 kB | 315 kB | 27 kB | 32/47 kB Progress (4): 520 kB | 315 kB | 27 kB | 36/47 kB Progress (4): 520 kB | 315 kB | 27 kB | 40/47 kB Progress (4): 520 kB | 315 kB | 27 kB | 45/47 kB Progress (4): 520 kB | 315 kB | 27 kB | 47 kB Progress (5): 520 kB | 315 kB | 27 kB | 47 kB | 4.1/169 kB Progress (5): 520 kB | 315 kB | 27 kB | 47 kB | 7.7/169 kB Progress (5): 520 kB | 315 kB | 27 kB | 47 kB | 12/169 kB Progress (5): 520 kB | 315 kB | 27 kB | 47 kB | 16/169 kB Progress (5): 520 kB | 315 kB | 27 kB | 47 kB | 20/169 kB Progress (5): 520 kB | 315 kB | 27 kB | 47 kB | 24/169 kB Progress (5): 520 kB | 315 kB | 27 kB | 47 kB | 28/169 kB Progress (5): 520 kB | 315 kB | 27 kB | 47 kB | 32/169 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/stax/stax-api/1.0.1/stax-api-1.0.1.jar (27 kB at 42 kB/s) Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/junit/junit/4.12/junit-4.12.jar (315 kB at 494 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings-builder/3.0.4/maven-settings-builder-3.0.4.jar Progress (3): 520 kB | 47 kB | 36/169 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-component-annotations/1.5.5/plexus-component-annotations-1.5.5.jar Progress (3): 520 kB | 47 kB | 40/169 kB Progress (3): 520 kB | 47 kB | 45/169 kB Progress (3): 520 kB | 47 kB | 49/169 kB Progress (3): 520 kB | 47 kB | 53/169 kB Progress (3): 520 kB | 47 kB | 57/169 kB Progress (3): 520 kB | 47 kB | 61/169 kB Progress (3): 520 kB | 47 kB | 65/169 kB Progress (4): 520 kB | 47 kB | 65/169 kB | 4.1/4.2 kB Progress (4): 520 kB | 47 kB | 65/169 kB | 4.2 kB Progress (4): 520 kB | 47 kB | 69/169 kB | 4.2 kB Progress (4): 520 kB | 47 kB | 73/169 kB | 4.2 kB Progress (4): 520 kB | 47 kB | 77/169 kB | 4.2 kB Progress (4): 520 kB | 47 kB | 81/169 kB | 4.2 kB Progress (4): 520 kB | 47 kB | 85/169 kB | 4.2 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-component-annotations/1.5.5/plexus-component-annotations-1.5.5.jar (4.2 kB at 6.6 kB/s) Progress (3): 520 kB | 47 kB | 90/169 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plexus/plexus-cipher/1.4/plexus-cipher-1.4.jar Progress (3): 520 kB | 47 kB | 94/169 kB Progress (3): 520 kB | 47 kB | 98/169 kB Progress (3): 520 kB | 47 kB | 102/169 kB Progress (3): 520 kB | 47 kB | 106/169 kB Progress (3): 520 kB | 47 kB | 110/169 kB Progress (3): 520 kB | 47 kB | 114/169 kB Progress (4): 520 kB | 47 kB | 114/169 kB | 4.1/13 kB Progress (4): 520 kB | 47 kB | 118/169 kB | 4.1/13 kB Progress (4): 520 kB | 47 kB | 118/169 kB | 7.7/13 kB Progress (4): 520 kB | 47 kB | 122/169 kB | 7.7/13 kB Progress (4): 520 kB | 47 kB | 122/169 kB | 12/13 kB Progress (4): 520 kB | 47 kB | 126/169 kB | 12/13 kB Progress (4): 520 kB | 47 kB | 126/169 kB | 13 kB Progress (4): 520 kB | 47 kB | 131/169 kB | 13 kB Progress (4): 520 kB | 47 kB | 135/169 kB | 13 kB Progress (4): 520 kB | 47 kB | 139/169 kB | 13 kB Progress (4): 520 kB | 47 kB | 143/169 kB | 13 kB Progress (4): 520 kB | 47 kB | 147/169 kB | 13 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plexus/plexus-cipher/1.4/plexus-cipher-1.4.jar (13 kB at 21 kB/s) Progress (3): 520 kB | 47 kB | 151/169 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/woodstox/wstx-asl/3.2.6/wstx-asl-3.2.6.jar (520 kB at 806 kB/s) Progress (2): 47 kB | 155/169 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/spring-core/3.1.3.RELEASE/spring-core-3.1.3.RELEASE.jar Progress (2): 47 kB | 159/169 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/spring-asm/3.1.3.RELEASE/spring-asm-3.1.3.RELEASE.jar Progress (2): 47 kB | 163/169 kB Progress (2): 47 kB | 167/169 kB Progress (2): 47 kB | 169 kB Progress (3): 47 kB | 169 kB | 4.1/41 kB Progress (3): 47 kB | 169 kB | 7.7/41 kB Progress (3): 47 kB | 169 kB | 12/41 kB Progress (3): 47 kB | 169 kB | 16/41 kB Progress (3): 47 kB | 169 kB | 20/41 kB Progress (3): 47 kB | 169 kB | 24/41 kB Progress (3): 47 kB | 169 kB | 28/41 kB Progress (3): 47 kB | 169 kB | 32/41 kB Progress (3): 47 kB | 169 kB | 36/41 kB Progress (3): 47 kB | 169 kB | 40/41 kB Progress (3): 47 kB | 169 kB | 41 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-project-builder/3.0-alpha-2/maven-project-builder-3.0-alpha-2.jar (169 kB at 259 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-logging/commons-logging/1.1.1/commons-logging-1.1.1.jar Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/3.0.4/maven-settings-3.0.4.jar (47 kB at 70 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/mycila/mycila-xmltool/4.4.ga/mycila-xmltool-4.4.ga.jar Progress (2): 41 kB | 4.1/53 kB Progress (2): 41 kB | 7.7/53 kB Progress (2): 41 kB | 12/53 kB Progress (2): 41 kB | 16/53 kB Progress (2): 41 kB | 20/53 kB Progress (2): 41 kB | 24/53 kB Progress (2): 41 kB | 28/53 kB Progress (2): 41 kB | 32/53 kB Progress (2): 41 kB | 36/53 kB Progress (2): 41 kB | 40/53 kB Progress (2): 41 kB | 45/53 kB Progress (2): 41 kB | 49/53 kB Progress (2): 41 kB | 53/53 kB Progress (2): 41 kB | 53 kB Progress (3): 41 kB | 53 kB | 4.1/451 kB Progress (3): 41 kB | 53 kB | 7.7/451 kB Progress (4): 41 kB | 53 kB | 7.7/451 kB | 4.1/60 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings-builder/3.0.4/maven-settings-builder-3.0.4.jar (41 kB at 59 kB/s) Progress (3): 53 kB | 12/451 kB | 4.1/60 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-pool2/2.2/commons-pool2-2.2.jar Progress (3): 53 kB | 12/451 kB | 7.7/60 kB Progress (3): 53 kB | 16/451 kB | 7.7/60 kB Progress (3): 53 kB | 16/451 kB | 12/60 kB Progress (3): 53 kB | 16/451 kB | 16/60 kB Progress (3): 53 kB | 20/451 kB | 16/60 kB Progress (3): 53 kB | 24/451 kB | 16/60 kB Progress (3): 53 kB | 24/451 kB | 20/60 kB Progress (3): 53 kB | 28/451 kB | 20/60 kB Progress (3): 53 kB | 28/451 kB | 24/60 kB Progress (3): 53 kB | 32/451 kB | 24/60 kB Progress (3): 53 kB | 32/451 kB | 28/60 kB Progress (3): 53 kB | 32/451 kB | 32/60 kB Progress (3): 53 kB | 36/451 kB | 32/60 kB Progress (3): 53 kB | 40/451 kB | 32/60 kB Progress (3): 53 kB | 40/451 kB | 36/60 kB Progress (3): 53 kB | 45/451 kB | 36/60 kB Progress (3): 53 kB | 45/451 kB | 40/60 kB Progress (3): 53 kB | 49/451 kB | 40/60 kB Progress (3): 53 kB | 49/451 kB | 45/60 kB Progress (3): 53 kB | 49/451 kB | 49/60 kB Progress (3): 53 kB | 53/451 kB | 49/60 kB Progress (3): 53 kB | 53/451 kB | 53/60 kB Progress (3): 53 kB | 57/451 kB | 53/60 kB Progress (3): 53 kB | 57/451 kB | 57/60 kB Progress (3): 53 kB | 61/451 kB | 57/60 kB Progress (3): 53 kB | 61/451 kB | 60 kB Progress (3): 53 kB | 65/451 kB | 60 kB Progress (3): 53 kB | 69/451 kB | 60 kB Progress (3): 53 kB | 73/451 kB | 60 kB Progress (3): 53 kB | 77/451 kB | 60 kB Progress (3): 53 kB | 81/451 kB | 60 kB Progress (3): 53 kB | 85/451 kB | 60 kB Progress (3): 53 kB | 90/451 kB | 60 kB Progress (3): 53 kB | 94/451 kB | 60 kB Progress (3): 53 kB | 98/451 kB | 60 kB Progress (3): 53 kB | 102/451 kB | 60 kB Progress (3): 53 kB | 106/451 kB | 60 kB Progress (3): 53 kB | 110/451 kB | 60 kB Progress (3): 53 kB | 114/451 kB | 60 kB Progress (3): 53 kB | 118/451 kB | 60 kB Progress (3): 53 kB | 122/451 kB | 60 kB Progress (3): 53 kB | 126/451 kB | 60 kB Progress (3): 53 kB | 131/451 kB | 60 kB Progress (3): 53 kB | 135/451 kB | 60 kB Progress (3): 53 kB | 139/451 kB | 60 kB Progress (3): 53 kB | 143/451 kB | 60 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/spring-asm/3.1.3.RELEASE/spring-asm-3.1.3.RELEASE.jar (53 kB at 75 kB/s) Progress (2): 147/451 kB | 60 kB Progress (2): 151/451 kB | 60 kB Progress (2): 155/451 kB | 60 kB Progress (2): 159/451 kB | 60 kB Progress (2): 163/451 kB | 60 kB Progress (2): 167/451 kB | 60 kB Progress (2): 171/451 kB | 60 kB Progress (2): 176/451 kB | 60 kB Progress (2): 180/451 kB | 60 kB Progress (2): 184/451 kB | 60 kB Progress (2): 188/451 kB | 60 kB Progress (2): 192/451 kB | 60 kB Progress (2): 196/451 kB | 60 kB Progress (3): 196/451 kB | 60 kB | 4.1/61 kB Progress (3): 200/451 kB | 60 kB | 4.1/61 kB Progress (3): 200/451 kB | 60 kB | 7.7/61 kB Progress (3): 204/451 kB | 60 kB | 7.7/61 kB Progress (3): 204/451 kB | 60 kB | 12/61 kB Progress (3): 208/451 kB | 60 kB | 12/61 kB Progress (3): 208/451 kB | 60 kB | 16/61 kB Progress (3): 212/451 kB | 60 kB | 16/61 kB Progress (3): 212/451 kB | 60 kB | 20/61 kB Progress (3): 217/451 kB | 60 kB | 20/61 kB Progress (3): 217/451 kB | 60 kB | 24/61 kB Progress (3): 221/451 kB | 60 kB | 24/61 kB Progress (3): 221/451 kB | 60 kB | 28/61 kB Progress (3): 225/451 kB | 60 kB | 28/61 kB Progress (3): 225/451 kB | 60 kB | 32/61 kB Progress (3): 229/451 kB | 60 kB | 32/61 kB Progress (3): 229/451 kB | 60 kB | 36/61 kB Progress (3): 233/451 kB | 60 kB | 36/61 kB Progress (3): 233/451 kB | 60 kB | 40/61 kB Progress (4): 233/451 kB | 60 kB | 40/61 kB | 4.1/108 kB Progress (4): 233/451 kB | 60 kB | 45/61 kB | 4.1/108 kB Progress (4): 233/451 kB | 60 kB | 45/61 kB | 7.7/108 kB Progress (4): 237/451 kB | 60 kB | 45/61 kB | 7.7/108 kB Progress (4): 237/451 kB | 60 kB | 45/61 kB | 12/108 kB Progress (4): 237/451 kB | 60 kB | 49/61 kB | 12/108 kB Progress (4): 237/451 kB | 60 kB | 49/61 kB | 16/108 kB Progress (4): 241/451 kB | 60 kB | 49/61 kB | 16/108 kB Progress (4): 245/451 kB | 60 kB | 49/61 kB | 16/108 kB Progress (4): 245/451 kB | 60 kB | 53/61 kB | 16/108 kB Progress (4): 245/451 kB | 60 kB | 57/61 kB | 16/108 kB Progress (4): 245/451 kB | 60 kB | 61 kB | 16/108 kB Progress (4): 249/451 kB | 60 kB | 61 kB | 16/108 kB Progress (4): 249/451 kB | 60 kB | 61 kB | 20/108 kB Progress (4): 253/451 kB | 60 kB | 61 kB | 20/108 kB Progress (4): 253/451 kB | 60 kB | 61 kB | 24/108 kB Progress (4): 258/451 kB | 60 kB | 61 kB | 24/108 kB Progress (4): 258/451 kB | 60 kB | 61 kB | 28/108 kB Progress (4): 262/451 kB | 60 kB | 61 kB | 28/108 kB Progress (4): 262/451 kB | 60 kB | 61 kB | 32/108 kB Progress (4): 266/451 kB | 60 kB | 61 kB | 32/108 kB Progress (4): 270/451 kB | 60 kB | 61 kB | 32/108 kB Progress (4): 274/451 kB | 60 kB | 61 kB | 32/108 kB Progress (4): 274/451 kB | 60 kB | 61 kB | 36/108 kB Progress (4): 278/451 kB | 60 kB | 61 kB | 36/108 kB Progress (4): 278/451 kB | 60 kB | 61 kB | 40/108 kB Progress (4): 278/451 kB | 60 kB | 61 kB | 45/108 kB Progress (4): 278/451 kB | 60 kB | 61 kB | 49/108 kB Progress (4): 282/451 kB | 60 kB | 61 kB | 49/108 kB Progress (4): 286/451 kB | 60 kB | 61 kB | 49/108 kB Progress (4): 290/451 kB | 60 kB | 61 kB | 49/108 kB Progress (4): 294/451 kB | 60 kB | 61 kB | 49/108 kB Progress (4): 294/451 kB | 60 kB | 61 kB | 53/108 kB Progress (4): 294/451 kB | 60 kB | 61 kB | 57/108 kB Progress (4): 298/451 kB | 60 kB | 61 kB | 57/108 kB Progress (4): 298/451 kB | 60 kB | 61 kB | 61/108 kB Progress (4): 303/451 kB | 60 kB | 61 kB | 61/108 kB Progress (4): 303/451 kB | 60 kB | 61 kB | 65/108 kB Progress (4): 307/451 kB | 60 kB | 61 kB | 65/108 kB Progress (4): 311/451 kB | 60 kB | 61 kB | 65/108 kB Progress (4): 311/451 kB | 60 kB | 61 kB | 69/108 kB Progress (4): 315/451 kB | 60 kB | 61 kB | 69/108 kB Progress (4): 315/451 kB | 60 kB | 61 kB | 73/108 kB Progress (4): 319/451 kB | 60 kB | 61 kB | 73/108 kB Progress (4): 319/451 kB | 60 kB | 61 kB | 77/108 kB Progress (4): 323/451 kB | 60 kB | 61 kB | 77/108 kB Progress (4): 323/451 kB | 60 kB | 61 kB | 81/108 kB Progress (4): 327/451 kB | 60 kB | 61 kB | 81/108 kB Progress (4): 327/451 kB | 60 kB | 61 kB | 85/108 kB Progress (4): 331/451 kB | 60 kB | 61 kB | 85/108 kB Progress (4): 331/451 kB | 60 kB | 61 kB | 90/108 kB Progress (4): 335/451 kB | 60 kB | 61 kB | 90/108 kB Progress (4): 335/451 kB | 60 kB | 61 kB | 94/108 kB Progress (4): 339/451 kB | 60 kB | 61 kB | 94/108 kB Progress (4): 339/451 kB | 60 kB | 61 kB | 98/108 kB Progress (4): 344/451 kB | 60 kB | 61 kB | 98/108 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/mycila/mycila-xmltool/4.4.ga/mycila-xmltool-4.4.ga.jar (60 kB at 84 kB/s) Progress (3): 348/451 kB | 61 kB | 98/108 kB Progress (3): 348/451 kB | 61 kB | 102/108 kB Progress (3): 352/451 kB | 61 kB | 102/108 kB Progress (3): 352/451 kB | 61 kB | 106/108 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-logging/commons-logging/1.1.1/commons-logging-1.1.1.jar (61 kB at 85 kB/s) Progress (2): 356/451 kB | 106/108 kB Progress (2): 356/451 kB | 108 kB Progress (2): 360/451 kB | 108 kB Progress (2): 364/451 kB | 108 kB Progress (2): 368/451 kB | 108 kB Progress (2): 372/451 kB | 108 kB Progress (2): 376/451 kB | 108 kB Progress (2): 380/451 kB | 108 kB Progress (2): 384/451 kB | 108 kB Progress (2): 389/451 kB | 108 kB Progress (2): 393/451 kB | 108 kB Progress (2): 397/451 kB | 108 kB Progress (2): 401/451 kB | 108 kB Progress (2): 405/451 kB | 108 kB Progress (2): 409/451 kB | 108 kB Progress (2): 413/451 kB | 108 kB Progress (2): 417/451 kB | 108 kB Progress (2): 421/451 kB | 108 kB Progress (2): 425/451 kB | 108 kB Progress (2): 430/451 kB | 108 kB Progress (2): 434/451 kB | 108 kB Progress (2): 438/451 kB | 108 kB Progress (2): 442/451 kB | 108 kB Progress (2): 446/451 kB | 108 kB Progress (2): 450/451 kB | 108 kB Progress (2): 451 kB | 108 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-pool2/2.2/commons-pool2-2.2.jar (108 kB at 147 kB/s) Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/spring-core/3.1.3.RELEASE/spring-core-3.1.3.RELEASE.jar (451 kB at 611 kB/s) [INFO] Checking licenses... [WARNING] Property 'strictCheck' is not enabled. Please consider adding true in your pom.xml file. [WARNING] See http://mycila.github.io/license-maven-plugin for more information. [INFO] [INFO] ------------------< org.polarsys.esf:esf-infra.core >------------------- [INFO] Building ESF Core 0.7.0-SNAPSHOT [2/28] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ esf-infra.core --- [INFO] [INFO] --- license-maven-plugin:2.11:check (default) @ esf-infra.core --- [INFO] Checking licenses... [WARNING] Property 'strictCheck' is not enabled. Please consider adding true in your pom.xml file. [WARNING] See http://mycila.github.io/license-maven-plugin for more information. [INFO] [INFO] --------------< org.polarsys.esf:esf-infra.core.diagram >--------------- [INFO] Building ESF Diagram 0.7.0-SNAPSHOT [3/28] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ esf-infra.core.diagram --- [INFO] [INFO] --- license-maven-plugin:2.11:check (default) @ esf-infra.core.diagram --- [INFO] Checking licenses... [WARNING] Property 'strictCheck' is not enabled. Please consider adding true in your pom.xml file. [WARNING] See http://mycila.github.io/license-maven-plugin for more information. [INFO] [INFO] -----------< org.polarsys.esf:org.polarsys.esf.core.common >------------ [INFO] Building org.polarsys.esf.core.common 0.7.0-SNAPSHOT [4/28] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.esf.core.common --- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier (default-build-qualifier) @ org.polarsys.esf.core.common --- [INFO] The project's OSGi version is 0.7.0.202005220741 [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.polarsys.esf.core.common --- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.polarsys.esf.core.common --- [INFO] [INFO] --- license-maven-plugin:2.11:check (default) @ org.polarsys.esf.core.common --- [INFO] Checking licenses... [WARNING] Property 'strictCheck' is not enabled. Please consider adding true in your pom.xml file. [WARNING] See http://mycila.github.io/license-maven-plugin for more information. [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.esf.core.common --- Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-project/2.0.6/maven-project-2.0.6.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-project/2.0.6/maven-project-2.0.6.pom Progress (1): 2.6 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-project/2.0.6/maven-project-2.0.6.pom (2.6 kB at 101 kB/s) Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-settings/2.0.6/maven-settings-2.0.6.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/2.0.6/maven-settings-2.0.6.pom Progress (1): 2.0 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/2.0.6/maven-settings-2.0.6.pom (2.0 kB at 118 kB/s) Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-model/2.0.6/maven-model-2.0.6.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/2.0.6/maven-model-2.0.6.pom Progress (1): 3.0 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/2.0.6/maven-model-2.0.6.pom (3.0 kB at 190 kB/s) Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-utils/1.4.1/plexus-utils-1.4.1.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.4.1/plexus-utils-1.4.1.pom Progress (1): 1.9 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.4.1/plexus-utils-1.4.1.pom (1.9 kB at 112 kB/s) Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-container-default/1.0-alpha-9-stable-1/plexus-container-default-1.0-alpha-9-stable-1.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-container-default/1.0-alpha-9-stable-1/plexus-container-default-1.0-alpha-9-stable-1.pom Progress (1): 3.9 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-container-default/1.0-alpha-9-stable-1/plexus-container-default-1.0-alpha-9-stable-1.pom (3.9 kB at 132 kB/s) Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-containers/1.0.3/plexus-containers-1.0.3.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-containers/1.0.3/plexus-containers-1.0.3.pom Progress (1): 492 B Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-containers/1.0.3/plexus-containers-1.0.3.pom (492 B at 11 kB/s) Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus/1.0.4/plexus-1.0.4.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/1.0.4/plexus-1.0.4.pom Progress (1): 4.1 kB Progress (1): 5.7 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/1.0.4/plexus-1.0.4.pom (5.7 kB at 239 kB/s) Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/junit/junit/3.8.1/junit-3.8.1.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/junit/junit/3.8.1/junit-3.8.1.pom Progress (1): 998 B Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/junit/junit/3.8.1/junit-3.8.1.pom (998 B at 33 kB/s) Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-utils/1.0.4/plexus-utils-1.0.4.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.0.4/plexus-utils-1.0.4.pom Progress (1): 4.1 kB Progress (1): 6.9 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.0.4/plexus-utils-1.0.4.pom (6.9 kB at 196 kB/s) Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/classworlds/classworlds/1.1-alpha-2/classworlds-1.1-alpha-2.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/classworlds/classworlds/1.1-alpha-2/classworlds-1.1-alpha-2.pom Progress (1): 3.1 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/classworlds/classworlds/1.1-alpha-2/classworlds-1.1-alpha-2.pom (3.1 kB at 184 kB/s) Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-profile/2.0.6/maven-profile-2.0.6.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-profile/2.0.6/maven-profile-2.0.6.pom Progress (1): 2.0 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-profile/2.0.6/maven-profile-2.0.6.pom (2.0 kB at 57 kB/s) Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-artifact-manager/2.0.6/maven-artifact-manager-2.0.6.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact-manager/2.0.6/maven-artifact-manager-2.0.6.pom Progress (1): 2.6 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact-manager/2.0.6/maven-artifact-manager-2.0.6.pom (2.6 kB at 49 kB/s) Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-repository-metadata/2.0.6/maven-repository-metadata-2.0.6.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/2.0.6/maven-repository-metadata-2.0.6.pom Progress (1): 1.9 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/2.0.6/maven-repository-metadata-2.0.6.pom (1.9 kB at 40 kB/s) Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-artifact/2.0.6/maven-artifact-2.0.6.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/2.0.6/maven-artifact-2.0.6.pom Progress (1): 1.6 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/2.0.6/maven-artifact-2.0.6.pom (1.6 kB at 40 kB/s) Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-plugin-registry/2.0.6/maven-plugin-registry-2.0.6.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-registry/2.0.6/maven-plugin-registry-2.0.6.pom Progress (1): 1.9 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-registry/2.0.6/maven-plugin-registry-2.0.6.pom (1.9 kB at 54 kB/s) Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-core/2.0.6/maven-core-2.0.6.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/2.0.6/maven-core-2.0.6.pom Progress (1): 4.1 kB Progress (1): 6.7 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/2.0.6/maven-core-2.0.6.pom (6.7 kB at 231 kB/s) Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-plugin-parameter-documenter/2.0.6/maven-plugin-parameter-documenter-2.0.6.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-parameter-documenter/2.0.6/maven-plugin-parameter-documenter-2.0.6.pom Progress (1): 1.9 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-parameter-documenter/2.0.6/maven-plugin-parameter-documenter-2.0.6.pom (1.9 kB at 47 kB/s) Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/reporting/maven-reporting-api/2.0.6/maven-reporting-api-2.0.6.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting-api/2.0.6/maven-reporting-api-2.0.6.pom Progress (1): 1.8 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting-api/2.0.6/maven-reporting-api-2.0.6.pom (1.8 kB at 31 kB/s) Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/reporting/maven-reporting/2.0.6/maven-reporting-2.0.6.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting/2.0.6/maven-reporting-2.0.6.pom Progress (1): 1.4 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting/2.0.6/maven-reporting-2.0.6.pom (1.4 kB at 26 kB/s) Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/doxia/doxia-sink-api/1.0-alpha-7/doxia-sink-api-1.0-alpha-7.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-sink-api/1.0-alpha-7/doxia-sink-api-1.0-alpha-7.pom Progress (1): 424 B Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-sink-api/1.0-alpha-7/doxia-sink-api-1.0-alpha-7.pom (424 B at 15 kB/s) Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/doxia/doxia/1.0-alpha-7/doxia-1.0-alpha-7.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia/1.0-alpha-7/doxia-1.0-alpha-7.pom Progress (1): 3.9 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia/1.0-alpha-7/doxia-1.0-alpha-7.pom (3.9 kB at 135 kB/s) Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-error-diagnostics/2.0.6/maven-error-diagnostics-2.0.6.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-error-diagnostics/2.0.6/maven-error-diagnostics-2.0.6.pom Progress (1): 1.7 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-error-diagnostics/2.0.6/maven-error-diagnostics-2.0.6.pom (1.7 kB at 33 kB/s) Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/commons-cli/commons-cli/1.0/commons-cli-1.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-cli/commons-cli/1.0/commons-cli-1.0.pom Progress (1): 2.1 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-cli/commons-cli/1.0/commons-cli-1.0.pom (2.1 kB at 45 kB/s) Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-plugin-descriptor/2.0.6/maven-plugin-descriptor-2.0.6.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-descriptor/2.0.6/maven-plugin-descriptor-2.0.6.pom Progress (1): 2.0 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-descriptor/2.0.6/maven-plugin-descriptor-2.0.6.pom (2.0 kB at 50 kB/s) Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-interactivity-api/1.0-alpha-4/plexus-interactivity-api-1.0-alpha-4.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interactivity-api/1.0-alpha-4/plexus-interactivity-api-1.0-alpha-4.pom Progress (1): 4.1 kB Progress (1): 7.1 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interactivity-api/1.0-alpha-4/plexus-interactivity-api-1.0-alpha-4.pom (7.1 kB at 113 kB/s) Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-monitor/2.0.6/maven-monitor-2.0.6.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-monitor/2.0.6/maven-monitor-2.0.6.pom Progress (1): 1.3 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-monitor/2.0.6/maven-monitor-2.0.6.pom (1.3 kB at 30 kB/s) Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/classworlds/classworlds/1.1/classworlds-1.1.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/classworlds/classworlds/1.1/classworlds-1.1.pom Progress (1): 3.3 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/classworlds/classworlds/1.1/classworlds-1.1.pom (3.3 kB at 69 kB/s) Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-utils/2.0.5/plexus-utils-2.0.5.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/2.0.5/plexus-utils-2.0.5.pom Progress (1): 3.3 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/2.0.5/plexus-utils-2.0.5.pom (3.3 kB at 152 kB/s) Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/shared/maven-filtering/1.0-beta-4/maven-filtering-1.0-beta-4.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-filtering/1.0-beta-4/maven-filtering-1.0-beta-4.pom Progress (1): 4.1 kB Progress (1): 4.7 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-filtering/1.0-beta-4/maven-filtering-1.0-beta-4.pom (4.7 kB at 122 kB/s) Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/shared/maven-shared-components/15/maven-shared-components-15.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-components/15/maven-shared-components-15.pom Progress (1): 4.1 kB Progress (1): 8.2 kB Progress (1): 9.3 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-components/15/maven-shared-components-15.pom (9.3 kB at 233 kB/s) Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-utils/1.5.15/plexus-utils-1.5.15.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.5.15/plexus-utils-1.5.15.pom Progress (1): 4.1 kB Progress (1): 6.8 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.5.15/plexus-utils-1.5.15.pom (6.8 kB at 196 kB/s) Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-interpolation/1.12/plexus-interpolation-1.12.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.12/plexus-interpolation-1.12.pom Progress (1): 889 B Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.12/plexus-interpolation-1.12.pom (889 B at 17 kB/s) Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/plexus/plexus-build-api/0.0.4/plexus-build-api-0.0.4.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plexus/plexus-build-api/0.0.4/plexus-build-api-0.0.4.pom Progress (1): 2.9 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plexus/plexus-build-api/0.0.4/plexus-build-api-0.0.4.pom (2.9 kB at 80 kB/s) Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-utils/1.5.8/plexus-utils-1.5.8.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.5.8/plexus-utils-1.5.8.pom Progress (1): 4.1 kB Progress (1): 8.1 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.5.8/plexus-utils-1.5.8.pom (8.1 kB at 448 kB/s) Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-interpolation/1.13/plexus-interpolation-1.13.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.13/plexus-interpolation-1.13.pom Progress (1): 890 B Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.13/plexus-interpolation-1.13.pom (890 B at 17 kB/s) Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-components/1.1.15/plexus-components-1.1.15.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-components/1.1.15/plexus-components-1.1.15.pom Progress (1): 2.8 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-components/1.1.15/plexus-components-1.1.15.pom (2.8 kB at 61 kB/s) Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus/2.0.3/plexus-2.0.3.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/2.0.3/plexus-2.0.3.pom Progress (1): 4.1 kB Progress (1): 8.2 kB Progress (1): 12 kB Progress (1): 15 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/2.0.3/plexus-2.0.3.pom (15 kB at 186 kB/s) Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-project/2.0.6/maven-project-2.0.6.jar Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-artifact-manager/2.0.6/maven-artifact-manager-2.0.6.jar Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-core/2.0.6/maven-core-2.0.6.jar Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-plugin-registry/2.0.6/maven-plugin-registry-2.0.6.jar Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-profile/2.0.6/maven-profile-2.0.6.jar Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-plugin-parameter-documenter/2.0.6/maven-plugin-parameter-documenter-2.0.6.jar Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/reporting/maven-reporting-api/2.0.6/maven-reporting-api-2.0.6.jar Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/doxia/doxia-sink-api/1.0-alpha-7/doxia-sink-api-1.0-alpha-7.jar Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-repository-metadata/2.0.6/maven-repository-metadata-2.0.6.jar Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-error-diagnostics/2.0.6/maven-error-diagnostics-2.0.6.jar Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/commons-cli/commons-cli/1.0/commons-cli-1.0.jar Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-plugin-descriptor/2.0.6/maven-plugin-descriptor-2.0.6.jar Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-interactivity-api/1.0-alpha-4/plexus-interactivity-api-1.0-alpha-4.jar Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/classworlds/classworlds/1.1/classworlds-1.1.jar Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-artifact/2.0.6/maven-artifact-2.0.6.jar Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-settings/2.0.6/maven-settings-2.0.6.jar Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-model/2.0.6/maven-model-2.0.6.jar Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-monitor/2.0.6/maven-monitor-2.0.6.jar Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-container-default/1.0-alpha-9-stable-1/plexus-container-default-1.0-alpha-9-stable-1.jar Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/junit/junit/3.8.1/junit-3.8.1.jar Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-utils/2.0.5/plexus-utils-2.0.5.jar Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/shared/maven-filtering/1.0-beta-4/maven-filtering-1.0-beta-4.jar Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/plexus/plexus-build-api/0.0.4/plexus-build-api-0.0.4.jar Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-interpolation/1.13/plexus-interpolation-1.13.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-project/2.0.6/maven-project-2.0.6.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-profile/2.0.6/maven-profile-2.0.6.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-registry/2.0.6/maven-plugin-registry-2.0.6.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact-manager/2.0.6/maven-artifact-manager-2.0.6.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/2.0.6/maven-core-2.0.6.jar Progress (1): 4.1/35 kB Progress (1): 7.7/35 kB Progress (1): 12/35 kB Progress (1): 16/35 kB Progress (2): 16/35 kB | 4.1/152 kB Progress (2): 16/35 kB | 7.7/152 kB Progress (2): 16/35 kB | 12/152 kB Progress (2): 16/35 kB | 16/152 kB Progress (2): 20/35 kB | 16/152 kB Progress (2): 24/35 kB | 16/152 kB Progress (2): 28/35 kB | 16/152 kB Progress (2): 32/35 kB | 16/152 kB Progress (2): 32/35 kB | 20/152 kB Progress (2): 32/35 kB | 24/152 kB Progress (2): 35 kB | 24/152 kB Progress (2): 35 kB | 28/152 kB Progress (2): 35 kB | 32/152 kB Progress (3): 35 kB | 32/152 kB | 4.1/116 kB Progress (3): 35 kB | 32/152 kB | 7.7/116 kB Progress (3): 35 kB | 32/152 kB | 12/116 kB Progress (3): 35 kB | 32/152 kB | 16/116 kB Progress (3): 35 kB | 32/152 kB | 20/116 kB Progress (3): 35 kB | 32/152 kB | 24/116 kB Progress (3): 35 kB | 32/152 kB | 28/116 kB Progress (3): 35 kB | 32/152 kB | 32/116 kB Progress (3): 35 kB | 32/152 kB | 36/116 kB Progress (3): 35 kB | 32/152 kB | 40/116 kB Progress (3): 35 kB | 32/152 kB | 45/116 kB Progress (3): 35 kB | 32/152 kB | 49/116 kB Progress (3): 35 kB | 32/152 kB | 53/116 kB Progress (3): 35 kB | 32/152 kB | 57/116 kB Progress (3): 35 kB | 32/152 kB | 61/116 kB Progress (3): 35 kB | 32/152 kB | 65/116 kB Progress (3): 35 kB | 32/152 kB | 69/116 kB Progress (3): 35 kB | 32/152 kB | 73/116 kB Progress (3): 35 kB | 32/152 kB | 77/116 kB Progress (3): 35 kB | 32/152 kB | 81/116 kB Progress (3): 35 kB | 32/152 kB | 85/116 kB Progress (3): 35 kB | 32/152 kB | 90/116 kB Progress (3): 35 kB | 32/152 kB | 94/116 kB Progress (3): 35 kB | 32/152 kB | 98/116 kB Progress (4): 35 kB | 32/152 kB | 98/116 kB | 4.1/29 kB Progress (4): 35 kB | 32/152 kB | 98/116 kB | 7.7/29 kB Progress (4): 35 kB | 32/152 kB | 102/116 kB | 7.7/29 kB Progress (4): 35 kB | 32/152 kB | 102/116 kB | 12/29 kB Progress (4): 35 kB | 32/152 kB | 106/116 kB | 12/29 kB Progress (4): 35 kB | 32/152 kB | 106/116 kB | 16/29 kB Progress (4): 35 kB | 32/152 kB | 110/116 kB | 16/29 kB Progress (4): 35 kB | 32/152 kB | 114/116 kB | 16/29 kB Progress (4): 35 kB | 32/152 kB | 116 kB | 16/29 kB Progress (4): 35 kB | 36/152 kB | 116 kB | 16/29 kB Progress (4): 35 kB | 36/152 kB | 116 kB | 20/29 kB Progress (4): 35 kB | 40/152 kB | 116 kB | 20/29 kB Progress (4): 35 kB | 40/152 kB | 116 kB | 24/29 kB Progress (4): 35 kB | 45/152 kB | 116 kB | 24/29 kB Progress (4): 35 kB | 45/152 kB | 116 kB | 28/29 kB Progress (4): 35 kB | 49/152 kB | 116 kB | 28/29 kB Progress (4): 35 kB | 49/152 kB | 116 kB | 29 kB Progress (4): 35 kB | 53/152 kB | 116 kB | 29 kB Progress (4): 35 kB | 57/152 kB | 116 kB | 29 kB Progress (4): 35 kB | 61/152 kB | 116 kB | 29 kB Progress (4): 35 kB | 65/152 kB | 116 kB | 29 kB Progress (5): 35 kB | 65/152 kB | 116 kB | 29 kB | 4.1/57 kB Progress (5): 35 kB | 69/152 kB | 116 kB | 29 kB | 4.1/57 kB Progress (5): 35 kB | 69/152 kB | 116 kB | 29 kB | 7.7/57 kB Progress (5): 35 kB | 73/152 kB | 116 kB | 29 kB | 7.7/57 kB Progress (5): 35 kB | 73/152 kB | 116 kB | 29 kB | 12/57 kB Progress (5): 35 kB | 77/152 kB | 116 kB | 29 kB | 12/57 kB Progress (5): 35 kB | 77/152 kB | 116 kB | 29 kB | 16/57 kB Progress (5): 35 kB | 81/152 kB | 116 kB | 29 kB | 16/57 kB Progress (5): 35 kB | 85/152 kB | 116 kB | 29 kB | 16/57 kB Progress (5): 35 kB | 85/152 kB | 116 kB | 29 kB | 20/57 kB Progress (5): 35 kB | 90/152 kB | 116 kB | 29 kB | 20/57 kB Progress (5): 35 kB | 90/152 kB | 116 kB | 29 kB | 24/57 kB Progress (5): 35 kB | 94/152 kB | 116 kB | 29 kB | 24/57 kB Progress (5): 35 kB | 94/152 kB | 116 kB | 29 kB | 28/57 kB Progress (5): 35 kB | 98/152 kB | 116 kB | 29 kB | 28/57 kB Progress (5): 35 kB | 98/152 kB | 116 kB | 29 kB | 32/57 kB Progress (5): 35 kB | 102/152 kB | 116 kB | 29 kB | 32/57 kB Progress (5): 35 kB | 106/152 kB | 116 kB | 29 kB | 32/57 kB Progress (5): 35 kB | 110/152 kB | 116 kB | 29 kB | 32/57 kB Progress (5): 35 kB | 114/152 kB | 116 kB | 29 kB | 32/57 kB Progress (5): 35 kB | 114/152 kB | 116 kB | 29 kB | 36/57 kB Progress (5): 35 kB | 114/152 kB | 116 kB | 29 kB | 40/57 kB Progress (5): 35 kB | 118/152 kB | 116 kB | 29 kB | 40/57 kB Progress (5): 35 kB | 118/152 kB | 116 kB | 29 kB | 45/57 kB Progress (5): 35 kB | 122/152 kB | 116 kB | 29 kB | 45/57 kB Progress (5): 35 kB | 122/152 kB | 116 kB | 29 kB | 49/57 kB Progress (5): 35 kB | 126/152 kB | 116 kB | 29 kB | 49/57 kB Progress (5): 35 kB | 131/152 kB | 116 kB | 29 kB | 49/57 kB Progress (5): 35 kB | 131/152 kB | 116 kB | 29 kB | 53/57 kB Progress (5): 35 kB | 131/152 kB | 116 kB | 29 kB | 57 kB Progress (5): 35 kB | 135/152 kB | 116 kB | 29 kB | 57 kB Progress (5): 35 kB | 139/152 kB | 116 kB | 29 kB | 57 kB Progress (5): 35 kB | 143/152 kB | 116 kB | 29 kB | 57 kB Progress (5): 35 kB | 147/152 kB | 116 kB | 29 kB | 57 kB Progress (5): 35 kB | 151/152 kB | 116 kB | 29 kB | 57 kB Progress (5): 35 kB | 152 kB | 116 kB | 29 kB | 57 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-profile/2.0.6/maven-profile-2.0.6.jar (35 kB at 205 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-parameter-documenter/2.0.6/maven-plugin-parameter-documenter-2.0.6.jar Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-project/2.0.6/maven-project-2.0.6.jar (116 kB at 656 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting-api/2.0.6/maven-reporting-api-2.0.6.jar Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact-manager/2.0.6/maven-artifact-manager-2.0.6.jar (57 kB at 307 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-sink-api/1.0-alpha-7/doxia-sink-api-1.0-alpha-7.jar Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-registry/2.0.6/maven-plugin-registry-2.0.6.jar (29 kB at 153 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/2.0.6/maven-repository-metadata-2.0.6.jar Progress (2): 152 kB | 4.1/9.9 kB Progress (2): 152 kB | 7.7/9.9 kB Progress (2): 152 kB | 9.9 kB Progress (3): 152 kB | 9.9 kB | 4.1/21 kB Progress (3): 152 kB | 9.9 kB | 7.7/21 kB Progress (3): 152 kB | 9.9 kB | 12/21 kB Progress (3): 152 kB | 9.9 kB | 16/21 kB Progress (3): 152 kB | 9.9 kB | 20/21 kB Progress (3): 152 kB | 9.9 kB | 21 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting-api/2.0.6/maven-reporting-api-2.0.6.jar (9.9 kB at 42 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-error-diagnostics/2.0.6/maven-error-diagnostics-2.0.6.jar Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/2.0.6/maven-core-2.0.6.jar (152 kB at 637 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-cli/commons-cli/1.0/commons-cli-1.0.jar Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-parameter-documenter/2.0.6/maven-plugin-parameter-documenter-2.0.6.jar (21 kB at 86 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-descriptor/2.0.6/maven-plugin-descriptor-2.0.6.jar Progress (1): 4.1/14 kB Progress (1): 7.7/14 kB Progress (1): 12/14 kB Progress (1): 14 kB Progress (2): 14 kB | 4.1/5.9 kB Progress (2): 14 kB | 5.9 kB Progress (3): 14 kB | 5.9 kB | 4.1/24 kB Progress (3): 14 kB | 5.9 kB | 7.7/24 kB Progress (3): 14 kB | 5.9 kB | 12/24 kB Progress (3): 14 kB | 5.9 kB | 16/24 kB Progress (3): 14 kB | 5.9 kB | 20/24 kB Progress (3): 14 kB | 5.9 kB | 24/24 kB Progress (3): 14 kB | 5.9 kB | 24 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-error-diagnostics/2.0.6/maven-error-diagnostics-2.0.6.jar (14 kB at 48 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interactivity-api/1.0-alpha-4/plexus-interactivity-api-1.0-alpha-4.jar Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/2.0.6/maven-repository-metadata-2.0.6.jar (24 kB at 86 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/classworlds/classworlds/1.1/classworlds-1.1.jar Progress (2): 5.9 kB | 4.1/30 kB Progress (2): 5.9 kB | 7.7/30 kB Progress (2): 5.9 kB | 12/30 kB Progress (2): 5.9 kB | 16/30 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-sink-api/1.0-alpha-7/doxia-sink-api-1.0-alpha-7.jar (5.9 kB at 21 kB/s) Progress (1): 20/30 kB Progress (2): 20/30 kB | 4.1/37 kB Progress (2): 24/30 kB | 4.1/37 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/2.0.6/maven-artifact-2.0.6.jar Progress (2): 28/30 kB | 4.1/37 kB Progress (2): 28/30 kB | 7.7/37 kB Progress (2): 30 kB | 7.7/37 kB Progress (2): 30 kB | 12/37 kB Progress (2): 30 kB | 16/37 kB Progress (2): 30 kB | 20/37 kB Progress (2): 30 kB | 24/37 kB Progress (2): 30 kB | 28/37 kB Progress (2): 30 kB | 32/37 kB Progress (2): 30 kB | 36/37 kB Progress (2): 30 kB | 37 kB Progress (3): 30 kB | 37 kB | 4.1/87 kB Progress (3): 30 kB | 37 kB | 7.7/87 kB Progress (3): 30 kB | 37 kB | 12/87 kB Progress (3): 30 kB | 37 kB | 16/87 kB Progress (3): 30 kB | 37 kB | 20/87 kB Progress (3): 30 kB | 37 kB | 24/87 kB Progress (3): 30 kB | 37 kB | 28/87 kB Progress (3): 30 kB | 37 kB | 32/87 kB Progress (3): 30 kB | 37 kB | 36/87 kB Progress (3): 30 kB | 37 kB | 40/87 kB Progress (3): 30 kB | 37 kB | 45/87 kB Progress (3): 30 kB | 37 kB | 49/87 kB Progress (3): 30 kB | 37 kB | 53/87 kB Progress (3): 30 kB | 37 kB | 57/87 kB Progress (3): 30 kB | 37 kB | 61/87 kB Progress (3): 30 kB | 37 kB | 65/87 kB Progress (3): 30 kB | 37 kB | 69/87 kB Progress (3): 30 kB | 37 kB | 73/87 kB Progress (3): 30 kB | 37 kB | 77/87 kB Progress (3): 30 kB | 37 kB | 81/87 kB Progress (3): 30 kB | 37 kB | 85/87 kB Progress (3): 30 kB | 37 kB | 87 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-descriptor/2.0.6/maven-plugin-descriptor-2.0.6.jar (37 kB at 122 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/2.0.6/maven-settings-2.0.6.jar Progress (3): 30 kB | 87 kB | 4.1/13 kB Progress (3): 30 kB | 87 kB | 7.7/13 kB Progress (3): 30 kB | 87 kB | 12/13 kB Progress (3): 30 kB | 87 kB | 13 kB Progress (4): 30 kB | 87 kB | 13 kB | 4.1/38 kB Progress (4): 30 kB | 87 kB | 13 kB | 7.7/38 kB Progress (4): 30 kB | 87 kB | 13 kB | 12/38 kB Progress (4): 30 kB | 87 kB | 13 kB | 16/38 kB Progress (4): 30 kB | 87 kB | 13 kB | 20/38 kB Progress (4): 30 kB | 87 kB | 13 kB | 24/38 kB Progress (4): 30 kB | 87 kB | 13 kB | 28/38 kB Progress (4): 30 kB | 87 kB | 13 kB | 32/38 kB Progress (4): 30 kB | 87 kB | 13 kB | 36/38 kB Progress (4): 30 kB | 87 kB | 13 kB | 38 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/2.0.6/maven-artifact-2.0.6.jar (87 kB at 267 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/2.0.6/maven-model-2.0.6.jar Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interactivity-api/1.0-alpha-4/plexus-interactivity-api-1.0-alpha-4.jar (13 kB at 40 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-monitor/2.0.6/maven-monitor-2.0.6.jar Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/classworlds/classworlds/1.1/classworlds-1.1.jar (38 kB at 109 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-container-default/1.0-alpha-9-stable-1/plexus-container-default-1.0-alpha-9-stable-1.jar Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-cli/commons-cli/1.0/commons-cli-1.0.jar (30 kB at 86 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/junit/junit/3.8.1/junit-3.8.1.jar Progress (1): 4.1/194 kB Progress (1): 7.7/194 kB Progress (1): 12/194 kB Progress (1): 16/194 kB Progress (1): 20/194 kB Progress (1): 24/194 kB Progress (1): 28/194 kB Progress (1): 32/194 kB Progress (1): 36/194 kB Progress (1): 40/194 kB Progress (1): 45/194 kB Progress (1): 49/194 kB Progress (1): 53/194 kB Progress (1): 57/194 kB Progress (1): 61/194 kB Progress (1): 65/194 kB Progress (1): 69/194 kB Progress (1): 73/194 kB Progress (1): 77/194 kB Progress (1): 81/194 kB Progress (1): 85/194 kB Progress (1): 90/194 kB Progress (1): 94/194 kB Progress (1): 98/194 kB Progress (1): 102/194 kB Progress (1): 106/194 kB Progress (1): 110/194 kB Progress (1): 114/194 kB Progress (1): 118/194 kB Progress (2): 118/194 kB | 4.1/49 kB Progress (2): 122/194 kB | 4.1/49 kB Progress (2): 122/194 kB | 7.7/49 kB Progress (2): 126/194 kB | 7.7/49 kB Progress (2): 126/194 kB | 12/49 kB Progress (2): 131/194 kB | 12/49 kB Progress (2): 131/194 kB | 16/49 kB Progress (2): 135/194 kB | 16/49 kB Progress (2): 139/194 kB | 16/49 kB Progress (2): 143/194 kB | 16/49 kB Progress (2): 147/194 kB | 16/49 kB Progress (2): 147/194 kB | 20/49 kB Progress (2): 147/194 kB | 24/49 kB Progress (2): 147/194 kB | 28/49 kB Progress (2): 147/194 kB | 32/49 kB Progress (2): 151/194 kB | 32/49 kB Progress (2): 155/194 kB | 32/49 kB Progress (2): 159/194 kB | 32/49 kB Progress (2): 163/194 kB | 32/49 kB Progress (2): 163/194 kB | 36/49 kB Progress (2): 163/194 kB | 40/49 kB Progress (2): 167/194 kB | 40/49 kB Progress (2): 167/194 kB | 45/49 kB Progress (2): 171/194 kB | 45/49 kB Progress (2): 171/194 kB | 49/49 kB Progress (2): 176/194 kB | 49/49 kB Progress (2): 176/194 kB | 49 kB Progress (2): 180/194 kB | 49 kB Progress (2): 184/194 kB | 49 kB Progress (2): 188/194 kB | 49 kB Progress (2): 192/194 kB | 49 kB Progress (2): 194 kB | 49 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-container-default/1.0-alpha-9-stable-1/plexus-container-default-1.0-alpha-9-stable-1.jar (194 kB at 518 kB/s) Progress (2): 49 kB | 4.1/86 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/2.0.5/plexus-utils-2.0.5.jar Progress (2): 49 kB | 7.7/86 kB Progress (2): 49 kB | 12/86 kB Progress (2): 49 kB | 16/86 kB Progress (2): 49 kB | 20/86 kB Progress (2): 49 kB | 24/86 kB Progress (2): 49 kB | 28/86 kB Progress (2): 49 kB | 32/86 kB Progress (2): 49 kB | 36/86 kB Progress (2): 49 kB | 40/86 kB Progress (2): 49 kB | 45/86 kB Progress (2): 49 kB | 49/86 kB Progress (2): 49 kB | 53/86 kB Progress (2): 49 kB | 57/86 kB Progress (2): 49 kB | 61/86 kB Progress (2): 49 kB | 65/86 kB Progress (2): 49 kB | 69/86 kB Progress (2): 49 kB | 73/86 kB Progress (2): 49 kB | 77/86 kB Progress (2): 49 kB | 81/86 kB Progress (2): 49 kB | 85/86 kB Progress (2): 49 kB | 86 kB Progress (3): 49 kB | 86 kB | 4.1/10 kB Progress (3): 49 kB | 86 kB | 7.7/10 kB Progress (3): 49 kB | 86 kB | 10 kB Progress (4): 49 kB | 86 kB | 10 kB | 4.1/121 kB Progress (4): 49 kB | 86 kB | 10 kB | 7.7/121 kB Progress (4): 49 kB | 86 kB | 10 kB | 12/121 kB Progress (4): 49 kB | 86 kB | 10 kB | 16/121 kB Progress (4): 49 kB | 86 kB | 10 kB | 20/121 kB Progress (4): 49 kB | 86 kB | 10 kB | 24/121 kB Progress (4): 49 kB | 86 kB | 10 kB | 28/121 kB Progress (4): 49 kB | 86 kB | 10 kB | 32/121 kB Progress (4): 49 kB | 86 kB | 10 kB | 36/121 kB Progress (4): 49 kB | 86 kB | 10 kB | 40/121 kB Progress (4): 49 kB | 86 kB | 10 kB | 45/121 kB Progress (4): 49 kB | 86 kB | 10 kB | 49/121 kB Progress (4): 49 kB | 86 kB | 10 kB | 53/121 kB Progress (4): 49 kB | 86 kB | 10 kB | 57/121 kB Progress (4): 49 kB | 86 kB | 10 kB | 61/121 kB Progress (4): 49 kB | 86 kB | 10 kB | 65/121 kB Progress (4): 49 kB | 86 kB | 10 kB | 69/121 kB Progress (4): 49 kB | 86 kB | 10 kB | 73/121 kB Progress (4): 49 kB | 86 kB | 10 kB | 77/121 kB Progress (4): 49 kB | 86 kB | 10 kB | 81/121 kB Progress (4): 49 kB | 86 kB | 10 kB | 85/121 kB Progress (4): 49 kB | 86 kB | 10 kB | 90/121 kB Progress (4): 49 kB | 86 kB | 10 kB | 94/121 kB Progress (4): 49 kB | 86 kB | 10 kB | 98/121 kB Progress (4): 49 kB | 86 kB | 10 kB | 102/121 kB Progress (4): 49 kB | 86 kB | 10 kB | 106/121 kB Progress (4): 49 kB | 86 kB | 10 kB | 110/121 kB Progress (4): 49 kB | 86 kB | 10 kB | 114/121 kB Progress (4): 49 kB | 86 kB | 10 kB | 118/121 kB Progress (4): 49 kB | 86 kB | 10 kB | 121 kB Progress (5): 49 kB | 86 kB | 10 kB | 121 kB | 4.1/223 kB Progress (5): 49 kB | 86 kB | 10 kB | 121 kB | 7.7/223 kB Progress (5): 49 kB | 86 kB | 10 kB | 121 kB | 12/223 kB Progress (5): 49 kB | 86 kB | 10 kB | 121 kB | 16/223 kB Progress (5): 49 kB | 86 kB | 10 kB | 121 kB | 20/223 kB Progress (5): 49 kB | 86 kB | 10 kB | 121 kB | 24/223 kB Progress (5): 49 kB | 86 kB | 10 kB | 121 kB | 28/223 kB Progress (5): 49 kB | 86 kB | 10 kB | 121 kB | 32/223 kB Progress (5): 49 kB | 86 kB | 10 kB | 121 kB | 36/223 kB Progress (5): 49 kB | 86 kB | 10 kB | 121 kB | 40/223 kB Progress (5): 49 kB | 86 kB | 10 kB | 121 kB | 45/223 kB Progress (5): 49 kB | 86 kB | 10 kB | 121 kB | 49/223 kB Progress (5): 49 kB | 86 kB | 10 kB | 121 kB | 53/223 kB Progress (5): 49 kB | 86 kB | 10 kB | 121 kB | 57/223 kB Progress (5): 49 kB | 86 kB | 10 kB | 121 kB | 61/223 kB Progress (5): 49 kB | 86 kB | 10 kB | 121 kB | 65/223 kB Progress (5): 49 kB | 86 kB | 10 kB | 121 kB | 69/223 kB Progress (5): 49 kB | 86 kB | 10 kB | 121 kB | 73/223 kB Progress (5): 49 kB | 86 kB | 10 kB | 121 kB | 77/223 kB Progress (5): 49 kB | 86 kB | 10 kB | 121 kB | 81/223 kB Progress (5): 49 kB | 86 kB | 10 kB | 121 kB | 85/223 kB Progress (5): 49 kB | 86 kB | 10 kB | 121 kB | 90/223 kB Progress (5): 49 kB | 86 kB | 10 kB | 121 kB | 94/223 kB Progress (5): 49 kB | 86 kB | 10 kB | 121 kB | 98/223 kB Progress (5): 49 kB | 86 kB | 10 kB | 121 kB | 102/223 kB Progress (5): 49 kB | 86 kB | 10 kB | 121 kB | 106/223 kB Progress (5): 49 kB | 86 kB | 10 kB | 121 kB | 110/223 kB Progress (5): 49 kB | 86 kB | 10 kB | 121 kB | 114/223 kB Progress (5): 49 kB | 86 kB | 10 kB | 121 kB | 118/223 kB Progress (5): 49 kB | 86 kB | 10 kB | 121 kB | 122/223 kB Progress (5): 49 kB | 86 kB | 10 kB | 121 kB | 126/223 kB Progress (5): 49 kB | 86 kB | 10 kB | 121 kB | 131/223 kB Progress (5): 49 kB | 86 kB | 10 kB | 121 kB | 135/223 kB Progress (5): 49 kB | 86 kB | 10 kB | 121 kB | 139/223 kB Progress (5): 49 kB | 86 kB | 10 kB | 121 kB | 143/223 kB Progress (5): 49 kB | 86 kB | 10 kB | 121 kB | 147/223 kB Progress (5): 49 kB | 86 kB | 10 kB | 121 kB | 151/223 kB Progress (5): 49 kB | 86 kB | 10 kB | 121 kB | 155/223 kB Progress (5): 49 kB | 86 kB | 10 kB | 121 kB | 159/223 kB Progress (5): 49 kB | 86 kB | 10 kB | 121 kB | 163/223 kB Progress (5): 49 kB | 86 kB | 10 kB | 121 kB | 167/223 kB Progress (5): 49 kB | 86 kB | 10 kB | 121 kB | 171/223 kB Progress (5): 49 kB | 86 kB | 10 kB | 121 kB | 176/223 kB Progress (5): 49 kB | 86 kB | 10 kB | 121 kB | 180/223 kB Progress (5): 49 kB | 86 kB | 10 kB | 121 kB | 184/223 kB Progress (5): 49 kB | 86 kB | 10 kB | 121 kB | 188/223 kB Progress (5): 49 kB | 86 kB | 10 kB | 121 kB | 192/223 kB Progress (5): 49 kB | 86 kB | 10 kB | 121 kB | 196/223 kB Progress (5): 49 kB | 86 kB | 10 kB | 121 kB | 200/223 kB Progress (5): 49 kB | 86 kB | 10 kB | 121 kB | 204/223 kB Progress (5): 49 kB | 86 kB | 10 kB | 121 kB | 208/223 kB Progress (5): 49 kB | 86 kB | 10 kB | 121 kB | 212/223 kB Progress (5): 49 kB | 86 kB | 10 kB | 121 kB | 217/223 kB Progress (5): 49 kB | 86 kB | 10 kB | 121 kB | 221/223 kB Progress (5): 49 kB | 86 kB | 10 kB | 121 kB | 223 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/2.0.6/maven-model-2.0.6.jar (86 kB at 191 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-filtering/1.0-beta-4/maven-filtering-1.0-beta-4.jar Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/2.0.6/maven-settings-2.0.6.jar (49 kB at 108 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plexus/plexus-build-api/0.0.4/plexus-build-api-0.0.4.jar Progress (4): 10 kB | 121 kB | 223 kB | 4.1/35 kB Progress (4): 10 kB | 121 kB | 223 kB | 7.7/35 kB Progress (4): 10 kB | 121 kB | 223 kB | 12/35 kB Progress (4): 10 kB | 121 kB | 223 kB | 16/35 kB Progress (4): 10 kB | 121 kB | 223 kB | 20/35 kB Progress (4): 10 kB | 121 kB | 223 kB | 24/35 kB Progress (4): 10 kB | 121 kB | 223 kB | 28/35 kB Progress (4): 10 kB | 121 kB | 223 kB | 32/35 kB Progress (4): 10 kB | 121 kB | 223 kB | 35 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-monitor/2.0.6/maven-monitor-2.0.6.jar (10 kB at 22 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.13/plexus-interpolation-1.13.jar Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-filtering/1.0-beta-4/maven-filtering-1.0-beta-4.jar (35 kB at 69 kB/s) Progress (3): 121 kB | 223 kB | 4.1/6.8 kB Progress (3): 121 kB | 223 kB | 6.8 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/2.0.5/plexus-utils-2.0.5.jar (223 kB at 402 kB/s) Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/junit/junit/3.8.1/junit-3.8.1.jar (121 kB at 218 kB/s) Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plexus/plexus-build-api/0.0.4/plexus-build-api-0.0.4.jar (6.8 kB at 11 kB/s) Progress (1): 4.1/61 kB Progress (1): 7.7/61 kB Progress (1): 12/61 kB Progress (1): 16/61 kB Progress (1): 20/61 kB Progress (1): 24/61 kB Progress (1): 28/61 kB Progress (1): 32/61 kB Progress (1): 36/61 kB Progress (1): 40/61 kB Progress (1): 45/61 kB Progress (1): 49/61 kB Progress (1): 53/61 kB Progress (1): 57/61 kB Progress (1): 61/61 kB Progress (1): 61 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.13/plexus-interpolation-1.13.jar (61 kB at 96 kB/s) [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources [INFO] [INFO] --- tycho-compiler-plugin:1.3.0:compile (default-compile) @ org.polarsys.esf.core.common --- Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-compiler-manager/2.2/plexus-compiler-manager-2.2.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler-manager/2.2/plexus-compiler-manager-2.2.pom Progress (1): 690 B Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler-manager/2.2/plexus-compiler-manager-2.2.pom (690 B at 22 kB/s) Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-compiler/2.2/plexus-compiler-2.2.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler/2.2/plexus-compiler-2.2.pom Progress (1): 3.6 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler/2.2/plexus-compiler-2.2.pom (3.6 kB at 77 kB/s) Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-components/1.3.1/plexus-components-1.3.1.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-components/1.3.1/plexus-components-1.3.1.pom Progress (1): 3.1 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-components/1.3.1/plexus-components-1.3.1.pom (3.1 kB at 1.5 MB/s) Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-compiler-api/2.2/plexus-compiler-api-2.2.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler-api/2.2/plexus-compiler-api-2.2.pom Progress (1): 865 B Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler-api/2.2/plexus-compiler-api-2.2.pom (865 B at 3.9 kB/s) Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/tycho-compiler-jdt/1.3.0/tycho-compiler-jdt-1.3.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-compiler-jdt/1.3.0/tycho-compiler-jdt-1.3.0.pom Progress (1): 2.4 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-compiler-jdt/1.3.0/tycho-compiler-jdt-1.3.0.pom (2.4 kB at 34 kB/s) Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/tycho-lib-detector/1.3.0/tycho-lib-detector-1.3.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-lib-detector/1.3.0/tycho-lib-detector-1.3.0.pom Progress (1): 1.6 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-lib-detector/1.3.0/tycho-lib-detector-1.3.0.pom (1.6 kB at 18 kB/s) Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/jdt/ecj/3.15.1/ecj-3.15.1.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jdt/ecj/3.15.1/ecj-3.15.1.pom Progress (1): 1.7 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jdt/ecj/3.15.1/ecj-3.15.1.pom (1.7 kB at 36 kB/s) Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-compiler-manager/2.2/plexus-compiler-manager-2.2.jar Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/tycho-lib-detector/1.3.0/tycho-lib-detector-1.3.0.jar Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/jdt/ecj/3.15.1/ecj-3.15.1.jar Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/tycho-compiler-jdt/1.3.0/tycho-compiler-jdt-1.3.0.jar Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-compiler-api/2.2/plexus-compiler-api-2.2.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler-manager/2.2/plexus-compiler-manager-2.2.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-lib-detector/1.3.0/tycho-lib-detector-1.3.0.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-compiler-jdt/1.3.0/tycho-compiler-jdt-1.3.0.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler-api/2.2/plexus-compiler-api-2.2.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jdt/ecj/3.15.1/ecj-3.15.1.jar Progress (1): 4.1/4.6 kB Progress (1): 4.6 kB Progress (2): 4.6 kB | 0/2.8 MB Progress (2): 4.6 kB | 0/2.8 MB Progress (2): 4.6 kB | 0/2.8 MB Progress (2): 4.6 kB | 0.1/2.8 MB Progress (2): 4.6 kB | 0.1/2.8 MB Progress (2): 4.6 kB | 0.1/2.8 MB Progress (2): 4.6 kB | 0.1/2.8 MB Progress (2): 4.6 kB | 0.1/2.8 MB Progress (2): 4.6 kB | 0.1/2.8 MB Progress (2): 4.6 kB | 0.2/2.8 MB Progress (2): 4.6 kB | 0.2/2.8 MB Progress (3): 4.6 kB | 0.2/2.8 MB | 3.6 kB Progress (3): 4.6 kB | 0.2/2.8 MB | 3.6 kB Progress (3): 4.6 kB | 0.2/2.8 MB | 3.6 kB Progress (3): 4.6 kB | 0.2/2.8 MB | 3.6 kB Progress (3): 4.6 kB | 0.2/2.8 MB | 3.6 kB Progress (3): 4.6 kB | 0.3/2.8 MB | 3.6 kB Progress (3): 4.6 kB | 0.3/2.8 MB | 3.6 kB Progress (3): 4.6 kB | 0.3/2.8 MB | 3.6 kB Progress (3): 4.6 kB | 0.3/2.8 MB | 3.6 kB Progress (3): 4.6 kB | 0.3/2.8 MB | 3.6 kB Progress (3): 4.6 kB | 0.3/2.8 MB | 3.6 kB Progress (3): 4.6 kB | 0.4/2.8 MB | 3.6 kB Progress (3): 4.6 kB | 0.4/2.8 MB | 3.6 kB Progress (3): 4.6 kB | 0.4/2.8 MB | 3.6 kB Progress (3): 4.6 kB | 0.4/2.8 MB | 3.6 kB Progress (3): 4.6 kB | 0.4/2.8 MB | 3.6 kB Progress (3): 4.6 kB | 0.4/2.8 MB | 3.6 kB Progress (3): 4.6 kB | 0.5/2.8 MB | 3.6 kB Progress (3): 4.6 kB | 0.5/2.8 MB | 3.6 kB Progress (3): 4.6 kB | 0.5/2.8 MB | 3.6 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler-manager/2.2/plexus-compiler-manager-2.2.jar (4.6 kB at 62 kB/s) Progress (2): 0.5/2.8 MB | 3.6 kB Progress (2): 0.5/2.8 MB | 3.6 kB Progress (2): 0.5/2.8 MB | 3.6 kB Progress (2): 0.6/2.8 MB | 3.6 kB Progress (3): 0.6/2.8 MB | 3.6 kB | 4.1/18 kB Progress (3): 0.6/2.8 MB | 3.6 kB | 7.7/18 kB Progress (3): 0.6/2.8 MB | 3.6 kB | 12/18 kB Progress (3): 0.6/2.8 MB | 3.6 kB | 16/18 kB Progress (3): 0.6/2.8 MB | 3.6 kB | 18 kB Progress (3): 0.6/2.8 MB | 3.6 kB | 18 kB Progress (3): 0.6/2.8 MB | 3.6 kB | 18 kB Progress (3): 0.6/2.8 MB | 3.6 kB | 18 kB Progress (3): 0.6/2.8 MB | 3.6 kB | 18 kB Progress (3): 0.6/2.8 MB | 3.6 kB | 18 kB Progress (3): 0.7/2.8 MB | 3.6 kB | 18 kB Progress (3): 0.7/2.8 MB | 3.6 kB | 18 kB Progress (3): 0.7/2.8 MB | 3.6 kB | 18 kB Progress (3): 0.7/2.8 MB | 3.6 kB | 18 kB Progress (3): 0.7/2.8 MB | 3.6 kB | 18 kB Progress (4): 0.7/2.8 MB | 3.6 kB | 18 kB | 4.1/25 kB Progress (4): 0.7/2.8 MB | 3.6 kB | 18 kB | 7.7/25 kB Progress (4): 0.7/2.8 MB | 3.6 kB | 18 kB | 12/25 kB Progress (4): 0.7/2.8 MB | 3.6 kB | 18 kB | 12/25 kB Progress (4): 0.7/2.8 MB | 3.6 kB | 18 kB | 16/25 kB Progress (4): 0.7/2.8 MB | 3.6 kB | 18 kB | 20/25 kB Progress (4): 0.7/2.8 MB | 3.6 kB | 18 kB | 24/25 kB Progress (4): 0.7/2.8 MB | 3.6 kB | 18 kB | 25 kB Progress (4): 0.8/2.8 MB | 3.6 kB | 18 kB | 25 kB Progress (4): 0.8/2.8 MB | 3.6 kB | 18 kB | 25 kB Progress (4): 0.8/2.8 MB | 3.6 kB | 18 kB | 25 kB Progress (4): 0.8/2.8 MB | 3.6 kB | 18 kB | 25 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-lib-detector/1.3.0/tycho-lib-detector-1.3.0.jar (3.6 kB at 39 kB/s) Progress (3): 0.8/2.8 MB | 18 kB | 25 kB Progress (3): 0.8/2.8 MB | 18 kB | 25 kB Progress (3): 0.9/2.8 MB | 18 kB | 25 kB Progress (3): 0.9/2.8 MB | 18 kB | 25 kB Progress (3): 0.9/2.8 MB | 18 kB | 25 kB Progress (3): 0.9/2.8 MB | 18 kB | 25 kB Progress (3): 0.9/2.8 MB | 18 kB | 25 kB Progress (3): 0.9/2.8 MB | 18 kB | 25 kB Progress (3): 0.9/2.8 MB | 18 kB | 25 kB Progress (3): 1.0/2.8 MB | 18 kB | 25 kB Progress (3): 1.0/2.8 MB | 18 kB | 25 kB Progress (3): 1.0/2.8 MB | 18 kB | 25 kB Progress (3): 1.0/2.8 MB | 18 kB | 25 kB Progress (3): 1.0/2.8 MB | 18 kB | 25 kB Progress (3): 1.0/2.8 MB | 18 kB | 25 kB Progress (3): 1.1/2.8 MB | 18 kB | 25 kB Progress (3): 1.1/2.8 MB | 18 kB | 25 kB Progress (3): 1.1/2.8 MB | 18 kB | 25 kB Progress (3): 1.1/2.8 MB | 18 kB | 25 kB Progress (3): 1.1/2.8 MB | 18 kB | 25 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-compiler-jdt/1.3.0/tycho-compiler-jdt-1.3.0.jar (18 kB at 166 kB/s) Progress (2): 1.1/2.8 MB | 25 kB Progress (2): 1.2/2.8 MB | 25 kB Progress (2): 1.2/2.8 MB | 25 kB Progress (2): 1.2/2.8 MB | 25 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler-api/2.2/plexus-compiler-api-2.2.jar (25 kB at 225 kB/s) Progress (1): 1.2/2.8 MB Progress (1): 1.2/2.8 MB Progress (1): 1.2/2.8 MB Progress (1): 1.3/2.8 MB Progress (1): 1.3/2.8 MB Progress (1): 1.3/2.8 MB Progress (1): 1.3/2.8 MB Progress (1): 1.3/2.8 MB Progress (1): 1.3/2.8 MB Progress (1): 1.4/2.8 MB Progress (1): 1.4/2.8 MB Progress (1): 1.4/2.8 MB Progress (1): 1.4/2.8 MB Progress (1): 1.4/2.8 MB Progress (1): 1.4/2.8 MB Progress (1): 1.5/2.8 MB Progress (1): 1.5/2.8 MB Progress (1): 1.5/2.8 MB Progress (1): 1.5/2.8 MB Progress (1): 1.5/2.8 MB Progress (1): 1.5/2.8 MB Progress (1): 1.6/2.8 MB Progress (1): 1.6/2.8 MB Progress (1): 1.6/2.8 MB Progress (1): 1.6/2.8 MB Progress (1): 1.6/2.8 MB Progress (1): 1.6/2.8 MB Progress (1): 1.7/2.8 MB Progress (1): 1.7/2.8 MB Progress (1): 1.7/2.8 MB Progress (1): 1.7/2.8 MB Progress (1): 1.7/2.8 MB Progress (1): 1.7/2.8 MB Progress (1): 1.8/2.8 MB Progress (1): 1.8/2.8 MB Progress (1): 1.8/2.8 MB Progress (1): 1.8/2.8 MB Progress (1): 1.8/2.8 MB Progress (1): 1.8/2.8 MB Progress (1): 1.9/2.8 MB Progress (1): 1.9/2.8 MB Progress (1): 1.9/2.8 MB Progress (1): 1.9/2.8 MB Progress (1): 1.9/2.8 MB Progress (1): 1.9/2.8 MB Progress (1): 1.9/2.8 MB Progress (1): 2.0/2.8 MB Progress (1): 2.0/2.8 MB Progress (1): 2.0/2.8 MB Progress (1): 2.0/2.8 MB Progress (1): 2.0/2.8 MB Progress (1): 2.0/2.8 MB Progress (1): 2.1/2.8 MB Progress (1): 2.1/2.8 MB Progress (1): 2.1/2.8 MB Progress (1): 2.1/2.8 MB Progress (1): 2.1/2.8 MB Progress (1): 2.1/2.8 MB Progress (1): 2.2/2.8 MB Progress (1): 2.2/2.8 MB Progress (1): 2.2/2.8 MB Progress (1): 2.2/2.8 MB Progress (1): 2.2/2.8 MB Progress (1): 2.2/2.8 MB Progress (1): 2.3/2.8 MB Progress (1): 2.3/2.8 MB Progress (1): 2.3/2.8 MB Progress (1): 2.3/2.8 MB Progress (1): 2.3/2.8 MB Progress (1): 2.3/2.8 MB Progress (1): 2.4/2.8 MB Progress (1): 2.4/2.8 MB Progress (1): 2.4/2.8 MB Progress (1): 2.4/2.8 MB Progress (1): 2.4/2.8 MB Progress (1): 2.4/2.8 MB Progress (1): 2.5/2.8 MB Progress (1): 2.5/2.8 MB Progress (1): 2.5/2.8 MB Progress (1): 2.5/2.8 MB Progress (1): 2.5/2.8 MB Progress (1): 2.5/2.8 MB Progress (1): 2.6/2.8 MB Progress (1): 2.6/2.8 MB Progress (1): 2.6/2.8 MB Progress (1): 2.6/2.8 MB Progress (1): 2.6/2.8 MB Progress (1): 2.6/2.8 MB Progress (1): 2.7/2.8 MB Progress (1): 2.7/2.8 MB Progress (1): 2.7/2.8 MB Progress (1): 2.7/2.8 MB Progress (1): 2.7/2.8 MB Progress (1): 2.7/2.8 MB Progress (1): 2.8/2.8 MB Progress (1): 2.8/2.8 MB Progress (1): 2.8/2.8 MB Progress (1): 2.8/2.8 MB Progress (1): 2.8 MB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jdt/ecj/3.15.1/ecj-3.15.1.jar (2.8 MB at 11 MB/s) [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/esf-infra-quality/core/org.polarsys.esf.core.common/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 14 source files to /home/jenkins/agent/workspace/esf-infra-quality/core/org.polarsys.esf.core.common/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.esf.core.common --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/esf-infra-quality/core/org.polarsys.esf.core.common/src/test/resources [INFO] [INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.polarsys.esf.core.common --- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:package-plugin (default-package-plugin) @ org.polarsys.esf.core.common --- [INFO] Building jar: /home/jenkins/agent/workspace/esf-infra-quality/core/org.polarsys.esf.core.common/target/org.polarsys.esf.core.common-0.7.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.esf.core.common --- [INFO] [INFO] ----------< org.polarsys.esf:org.polarsys.esf.core.common.ui >---------- [INFO] Building org.polarsys.esf.core.common.ui 0.7.0-SNAPSHOT [5/28] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.esf.core.common.ui --- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier (default-build-qualifier) @ org.polarsys.esf.core.common.ui --- [INFO] The project's OSGi version is 0.7.0.202005220741 [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.polarsys.esf.core.common.ui --- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.polarsys.esf.core.common.ui --- [INFO] [INFO] --- license-maven-plugin:2.11:check (default) @ org.polarsys.esf.core.common.ui --- [INFO] Checking licenses... [WARNING] Property 'strictCheck' is not enabled. Please consider adding true in your pom.xml file. [WARNING] See http://mycila.github.io/license-maven-plugin for more information. [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.esf.core.common.ui --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 26 resources [INFO] [INFO] --- tycho-compiler-plugin:1.3.0:compile (default-compile) @ org.polarsys.esf.core.common.ui --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/esf-infra-quality/core/org.polarsys.esf.core.common.ui/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 40 source files to /home/jenkins/agent/workspace/esf-infra-quality/core/org.polarsys.esf.core.common.ui/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.esf.core.common.ui --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/esf-infra-quality/core/org.polarsys.esf.core.common.ui/src/test/resources [INFO] [INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.polarsys.esf.core.common.ui --- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:package-plugin (default-package-plugin) @ org.polarsys.esf.core.common.ui --- [INFO] Building jar: /home/jenkins/agent/workspace/esf-infra-quality/core/org.polarsys.esf.core.common.ui/target/org.polarsys.esf.core.common.ui-0.7.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.esf.core.common.ui --- [INFO] [INFO] --------------< org.polarsys.esf:esf-infra.core.profile >--------------- [INFO] Building ESF Profile 0.7.0-SNAPSHOT [6/28] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ esf-infra.core.profile --- [INFO] [INFO] --- license-maven-plugin:2.11:check (default) @ esf-infra.core.profile --- [INFO] Checking licenses... [WARNING] Property 'strictCheck' is not enabled. Please consider adding true in your pom.xml file. [WARNING] See http://mycila.github.io/license-maven-plugin for more information. [INFO] [INFO] -------< org.polarsys.esf:org.polarsys.esf.core.profile.esfcore >------- [INFO] Building ESFCore Profile 0.7.0-SNAPSHOT [7/28] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.esf.core.profile.esfcore --- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier (default-build-qualifier) @ org.polarsys.esf.core.profile.esfcore --- [INFO] The project's OSGi version is 0.7.0.202005220741 [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.polarsys.esf.core.profile.esfcore --- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.polarsys.esf.core.profile.esfcore --- [INFO] [INFO] --- license-maven-plugin:2.11:check (default) @ org.polarsys.esf.core.profile.esfcore --- [INFO] Checking licenses... [WARNING] Property 'strictCheck' is not enabled. Please consider adding true in your pom.xml file. [WARNING] See http://mycila.github.io/license-maven-plugin for more information. [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.esf.core.profile.esfcore --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 7 resources [INFO] [INFO] --- tycho-compiler-plugin:1.3.0:compile (default-compile) @ org.polarsys.esf.core.profile.esfcore --- [INFO] Compiling 20 source files to /home/jenkins/agent/workspace/esf-infra-quality/core/profile/org.polarsys.esf.core.profile.esfcore/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.esf.core.profile.esfcore --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/esf-infra-quality/core/profile/org.polarsys.esf.core.profile.esfcore/src/test/resources [INFO] [INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.polarsys.esf.core.profile.esfcore --- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:package-plugin (default-package-plugin) @ org.polarsys.esf.core.profile.esfcore --- [INFO] Building jar: /home/jenkins/agent/workspace/esf-infra-quality/core/profile/org.polarsys.esf.core.profile.esfcore/target/org.polarsys.esf.core.profile.esfcore-0.7.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.esf.core.profile.esfcore --- [INFO] [INFO] --< org.polarsys.esf:org.polarsys.esf.core.profile.esfarchitectureconcepts >-- [INFO] Building ESFArchitectureConcepts Profile 0.7.0-SNAPSHOT [8/28] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.esf.core.profile.esfarchitectureconcepts --- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier (default-build-qualifier) @ org.polarsys.esf.core.profile.esfarchitectureconcepts --- [INFO] The project's OSGi version is 0.7.0.202005220741 [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.polarsys.esf.core.profile.esfarchitectureconcepts --- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.polarsys.esf.core.profile.esfarchitectureconcepts --- [INFO] [INFO] --- license-maven-plugin:2.11:check (default) @ org.polarsys.esf.core.profile.esfarchitectureconcepts --- [INFO] Checking licenses... [WARNING] Property 'strictCheck' is not enabled. Please consider adding true in your pom.xml file. [WARNING] See http://mycila.github.io/license-maven-plugin for more information. [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.esf.core.profile.esfarchitectureconcepts --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 7 resources [INFO] [INFO] --- tycho-compiler-plugin:1.3.0:compile (default-compile) @ org.polarsys.esf.core.profile.esfarchitectureconcepts --- [INFO] Compiling 39 source files to /home/jenkins/agent/workspace/esf-infra-quality/core/profile/org.polarsys.esf.core.profile.esfarchitectureconcepts/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.esf.core.profile.esfarchitectureconcepts --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/esf-infra-quality/core/profile/org.polarsys.esf.core.profile.esfarchitectureconcepts/src/test/resources [INFO] [INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.polarsys.esf.core.profile.esfarchitectureconcepts --- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:package-plugin (default-package-plugin) @ org.polarsys.esf.core.profile.esfarchitectureconcepts --- [INFO] Building jar: /home/jenkins/agent/workspace/esf-infra-quality/core/profile/org.polarsys.esf.core.profile.esfarchitectureconcepts/target/org.polarsys.esf.core.profile.esfarchitectureconcepts-0.7.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.esf.core.profile.esfarchitectureconcepts --- [INFO] [INFO] ------------< org.polarsys.esf:org.polarsys.esf.core.utils >------------ [INFO] Building org.polarsys.esf.core.utils 0.7.0-SNAPSHOT [9/28] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.esf.core.utils --- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier (default-build-qualifier) @ org.polarsys.esf.core.utils --- [INFO] The project's OSGi version is 0.7.0.202005220741 [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.polarsys.esf.core.utils --- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.polarsys.esf.core.utils --- [INFO] [INFO] --- license-maven-plugin:2.11:check (default) @ org.polarsys.esf.core.utils --- [INFO] Checking licenses... [WARNING] Property 'strictCheck' is not enabled. Please consider adding true in your pom.xml file. [WARNING] See http://mycila.github.io/license-maven-plugin for more information. [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.esf.core.utils --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources [INFO] [INFO] --- tycho-compiler-plugin:1.3.0:compile (default-compile) @ org.polarsys.esf.core.utils --- [INFO] Compiling 5 source files to /home/jenkins/agent/workspace/esf-infra-quality/core/org.polarsys.esf.core.utils/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.esf.core.utils --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/esf-infra-quality/core/org.polarsys.esf.core.utils/src/test/resources [INFO] [INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.polarsys.esf.core.utils --- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:package-plugin (default-package-plugin) @ org.polarsys.esf.core.utils --- [INFO] Building jar: /home/jenkins/agent/workspace/esf-infra-quality/core/org.polarsys.esf.core.utils/target/org.polarsys.esf.core.utils-0.7.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.esf.core.utils --- [INFO] [INFO] -------------< org.polarsys.esf:esf-infra.core.resources >-------------- [INFO] Building ESF Core Resources 0.7.0-SNAPSHOT [10/28] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ esf-infra.core.resources --- [INFO] [INFO] --- license-maven-plugin:2.11:check (default) @ esf-infra.core.resources --- [INFO] Checking licenses... [WARNING] Property 'strictCheck' is not enabled. Please consider adding true in your pom.xml file. [WARNING] See http://mycila.github.io/license-maven-plugin for more information. [INFO] [INFO] -----< org.polarsys.esf:org.polarsys.esf.core.resources.graphical >----- [INFO] Building ESF Core Graphical Resources 0.7.0-SNAPSHOT [11/28] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.esf.core.resources.graphical --- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier (default-build-qualifier) @ org.polarsys.esf.core.resources.graphical --- [INFO] The project's OSGi version is 0.7.0.202005220741 [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.polarsys.esf.core.resources.graphical --- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.polarsys.esf.core.resources.graphical --- [INFO] [INFO] --- license-maven-plugin:2.11:check (default) @ org.polarsys.esf.core.resources.graphical --- [INFO] Checking licenses... [WARNING] Property 'strictCheck' is not enabled. Please consider adding true in your pom.xml file. [WARNING] See http://mycila.github.io/license-maven-plugin for more information. [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.esf.core.resources.graphical --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 25 resources [INFO] [INFO] --- tycho-compiler-plugin:1.3.0:compile (default-compile) @ org.polarsys.esf.core.resources.graphical --- [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/esf-infra-quality/core/resources/org.polarsys.esf.core.resources.graphical/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.esf.core.resources.graphical --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/esf-infra-quality/core/resources/org.polarsys.esf.core.resources.graphical/src/test/resources [INFO] [INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.polarsys.esf.core.resources.graphical --- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:package-plugin (default-package-plugin) @ org.polarsys.esf.core.resources.graphical --- [INFO] Building jar: /home/jenkins/agent/workspace/esf-infra-quality/core/resources/org.polarsys.esf.core.resources.graphical/target/org.polarsys.esf.core.resources.graphical-0.7.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.esf.core.resources.graphical --- [INFO] [INFO] --< org.polarsys.esf:org.polarsys.esf.core.diagram.esfarchitectureconcepts >-- [INFO] Building org.polarsys.esf.core.diagram.esfarchitectureconcepts 0.7.0-SNAPSHOT [12/28] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.esf.core.diagram.esfarchitectureconcepts --- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier (default-build-qualifier) @ org.polarsys.esf.core.diagram.esfarchitectureconcepts --- [INFO] The project's OSGi version is 0.7.0.202005220741 [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.polarsys.esf.core.diagram.esfarchitectureconcepts --- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.polarsys.esf.core.diagram.esfarchitectureconcepts --- [INFO] [INFO] --- license-maven-plugin:2.11:check (default) @ org.polarsys.esf.core.diagram.esfarchitectureconcepts --- [INFO] Checking licenses... [WARNING] Property 'strictCheck' is not enabled. Please consider adding true in your pom.xml file. [WARNING] See http://mycila.github.io/license-maven-plugin for more information. [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.esf.core.diagram.esfarchitectureconcepts --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 27 resources [INFO] [INFO] --- tycho-compiler-plugin:1.3.0:compile (default-compile) @ org.polarsys.esf.core.diagram.esfarchitectureconcepts --- [INFO] Compiling 10 source files to /home/jenkins/agent/workspace/esf-infra-quality/core/diagram/org.polarsys.esf.core.diagram.esfarchitectureconcepts/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.esf.core.diagram.esfarchitectureconcepts --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/esf-infra-quality/core/diagram/org.polarsys.esf.core.diagram.esfarchitectureconcepts/src/test/resources [INFO] [INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.polarsys.esf.core.diagram.esfarchitectureconcepts --- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:package-plugin (default-package-plugin) @ org.polarsys.esf.core.diagram.esfarchitectureconcepts --- [INFO] Building jar: /home/jenkins/agent/workspace/esf-infra-quality/core/diagram/org.polarsys.esf.core.diagram.esfarchitectureconcepts/target/org.polarsys.esf.core.diagram.esfarchitectureconcepts-0.7.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.esf.core.diagram.esfarchitectureconcepts --- [INFO] [INFO] -------------< org.polarsys.esf:esf-infra.core.metamodel >-------------- [INFO] Building ESF Meta-model 0.7.0-SNAPSHOT [13/28] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ esf-infra.core.metamodel --- [INFO] [INFO] --- license-maven-plugin:2.11:check (default) @ esf-infra.core.metamodel --- [INFO] Checking licenses... [WARNING] Property 'strictCheck' is not enabled. Please consider adding true in your pom.xml file. [WARNING] See http://mycila.github.io/license-maven-plugin for more information. [INFO] [INFO] --< org.polarsys.esf:org.polarsys.esf.core.metamodel.esfarchitectureconcepts >-- [INFO] Building ESFArchitectureConcepts Meta-model 0.7.0-SNAPSHOT [14/28] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.esf.core.metamodel.esfarchitectureconcepts --- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier (default-build-qualifier) @ org.polarsys.esf.core.metamodel.esfarchitectureconcepts --- [INFO] The project's OSGi version is 0.7.0.202005220741 [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.polarsys.esf.core.metamodel.esfarchitectureconcepts --- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.polarsys.esf.core.metamodel.esfarchitectureconcepts --- [INFO] [INFO] --- license-maven-plugin:2.11:check (default) @ org.polarsys.esf.core.metamodel.esfarchitectureconcepts --- [INFO] Checking licenses... [WARNING] Property 'strictCheck' is not enabled. Please consider adding true in your pom.xml file. [WARNING] See http://mycila.github.io/license-maven-plugin for more information. [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.esf.core.metamodel.esfarchitectureconcepts --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 4 resources [INFO] [INFO] --- tycho-compiler-plugin:1.3.0:compile (default-compile) @ org.polarsys.esf.core.metamodel.esfarchitectureconcepts --- [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/esf-infra-quality/core/metamodel/org.polarsys.esf.core.metamodel.esfarchitectureconcepts/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.esf.core.metamodel.esfarchitectureconcepts --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/esf-infra-quality/core/metamodel/org.polarsys.esf.core.metamodel.esfarchitectureconcepts/src/test/resources [INFO] [INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.polarsys.esf.core.metamodel.esfarchitectureconcepts --- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:package-plugin (default-package-plugin) @ org.polarsys.esf.core.metamodel.esfarchitectureconcepts --- [INFO] Building jar: /home/jenkins/agent/workspace/esf-infra-quality/core/metamodel/org.polarsys.esf.core.metamodel.esfarchitectureconcepts/target/org.polarsys.esf.core.metamodel.esfarchitectureconcepts-0.7.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.esf.core.metamodel.esfarchitectureconcepts --- [INFO] [INFO] ------< org.polarsys.esf:org.polarsys.esf.core.metamodel.esfcore >------ [INFO] Building ESFCore Meta-model 0.7.0-SNAPSHOT [15/28] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.esf.core.metamodel.esfcore --- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier (default-build-qualifier) @ org.polarsys.esf.core.metamodel.esfcore --- [INFO] The project's OSGi version is 0.7.0.202005220741 [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.polarsys.esf.core.metamodel.esfcore --- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.polarsys.esf.core.metamodel.esfcore --- [INFO] [INFO] --- license-maven-plugin:2.11:check (default) @ org.polarsys.esf.core.metamodel.esfcore --- [INFO] Checking licenses... [WARNING] Property 'strictCheck' is not enabled. Please consider adding true in your pom.xml file. [WARNING] See http://mycila.github.io/license-maven-plugin for more information. [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.esf.core.metamodel.esfcore --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 4 resources [INFO] [INFO] --- tycho-compiler-plugin:1.3.0:compile (default-compile) @ org.polarsys.esf.core.metamodel.esfcore --- [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/esf-infra-quality/core/metamodel/org.polarsys.esf.core.metamodel.esfcore/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.esf.core.metamodel.esfcore --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/esf-infra-quality/core/metamodel/org.polarsys.esf.core.metamodel.esfcore/src/test/resources [INFO] [INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.polarsys.esf.core.metamodel.esfcore --- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:package-plugin (default-package-plugin) @ org.polarsys.esf.core.metamodel.esfcore --- [INFO] Building jar: /home/jenkins/agent/workspace/esf-infra-quality/core/metamodel/org.polarsys.esf.core.metamodel.esfcore/target/org.polarsys.esf.core.metamodel.esfcore-0.7.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.esf.core.metamodel.esfcore --- [INFO] [INFO] ---< org.polarsys.esf:org.polarsys.esf.core.metamodel.esfbehaviours >--- [INFO] Building ESFBehaviours Meta-model 0.7.0-SNAPSHOT [16/28] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.esf.core.metamodel.esfbehaviours --- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier (default-build-qualifier) @ org.polarsys.esf.core.metamodel.esfbehaviours --- [INFO] The project's OSGi version is 0.7.0.202005220741 [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.polarsys.esf.core.metamodel.esfbehaviours --- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.polarsys.esf.core.metamodel.esfbehaviours --- [INFO] [INFO] --- license-maven-plugin:2.11:check (default) @ org.polarsys.esf.core.metamodel.esfbehaviours --- [INFO] Checking licenses... [WARNING] Property 'strictCheck' is not enabled. Please consider adding true in your pom.xml file. [WARNING] See http://mycila.github.io/license-maven-plugin for more information. [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.esf.core.metamodel.esfbehaviours --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 4 resources [INFO] [INFO] --- tycho-compiler-plugin:1.3.0:compile (default-compile) @ org.polarsys.esf.core.metamodel.esfbehaviours --- [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/esf-infra-quality/core/metamodel/org.polarsys.esf.core.metamodel.esfbehaviours/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.esf.core.metamodel.esfbehaviours --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/esf-infra-quality/core/metamodel/org.polarsys.esf.core.metamodel.esfbehaviours/src/test/resources [INFO] [INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.polarsys.esf.core.metamodel.esfbehaviours --- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:package-plugin (default-package-plugin) @ org.polarsys.esf.core.metamodel.esfbehaviours --- [INFO] Building jar: /home/jenkins/agent/workspace/esf-infra-quality/core/metamodel/org.polarsys.esf.core.metamodel.esfbehaviours/target/org.polarsys.esf.core.metamodel.esfbehaviours-0.7.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.esf.core.metamodel.esfbehaviours --- [INFO] [INFO] ---< org.polarsys.esf:org.polarsys.esf.core.metamodel.esfproperties >--- [INFO] Building ESFProperties Meta-model 0.7.0-SNAPSHOT [17/28] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.esf.core.metamodel.esfproperties --- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier (default-build-qualifier) @ org.polarsys.esf.core.metamodel.esfproperties --- [INFO] The project's OSGi version is 0.7.0.202005220741 [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.polarsys.esf.core.metamodel.esfproperties --- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.polarsys.esf.core.metamodel.esfproperties --- [INFO] [INFO] --- license-maven-plugin:2.11:check (default) @ org.polarsys.esf.core.metamodel.esfproperties --- [INFO] Checking licenses... [WARNING] Property 'strictCheck' is not enabled. Please consider adding true in your pom.xml file. [WARNING] See http://mycila.github.io/license-maven-plugin for more information. [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.esf.core.metamodel.esfproperties --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 4 resources [INFO] [INFO] --- tycho-compiler-plugin:1.3.0:compile (default-compile) @ org.polarsys.esf.core.metamodel.esfproperties --- [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/esf-infra-quality/core/metamodel/org.polarsys.esf.core.metamodel.esfproperties/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.esf.core.metamodel.esfproperties --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/esf-infra-quality/core/metamodel/org.polarsys.esf.core.metamodel.esfproperties/src/test/resources [INFO] [INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.polarsys.esf.core.metamodel.esfproperties --- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:package-plugin (default-package-plugin) @ org.polarsys.esf.core.metamodel.esfproperties --- [INFO] Building jar: /home/jenkins/agent/workspace/esf-infra-quality/core/metamodel/org.polarsys.esf.core.metamodel.esfproperties/target/org.polarsys.esf.core.metamodel.esfproperties-0.7.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.esf.core.metamodel.esfproperties --- [INFO] [INFO] --< org.polarsys.esf:org.polarsys.esf.core.metamodel.esfsafetyconcepts >-- [INFO] Building ESFSafetyConcepts Meta-model 0.7.0-SNAPSHOT [18/28] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.esf.core.metamodel.esfsafetyconcepts --- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier (default-build-qualifier) @ org.polarsys.esf.core.metamodel.esfsafetyconcepts --- [INFO] The project's OSGi version is 0.7.0.202005220741 [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.polarsys.esf.core.metamodel.esfsafetyconcepts --- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.polarsys.esf.core.metamodel.esfsafetyconcepts --- [INFO] [INFO] --- license-maven-plugin:2.11:check (default) @ org.polarsys.esf.core.metamodel.esfsafetyconcepts --- [INFO] Checking licenses... [WARNING] Property 'strictCheck' is not enabled. Please consider adding true in your pom.xml file. [WARNING] See http://mycila.github.io/license-maven-plugin for more information. [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.esf.core.metamodel.esfsafetyconcepts --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 4 resources [INFO] [INFO] --- tycho-compiler-plugin:1.3.0:compile (default-compile) @ org.polarsys.esf.core.metamodel.esfsafetyconcepts --- [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/esf-infra-quality/core/metamodel/org.polarsys.esf.core.metamodel.esfsafetyconcepts/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.esf.core.metamodel.esfsafetyconcepts --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/esf-infra-quality/core/metamodel/org.polarsys.esf.core.metamodel.esfsafetyconcepts/src/test/resources [INFO] [INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.polarsys.esf.core.metamodel.esfsafetyconcepts --- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:package-plugin (default-package-plugin) @ org.polarsys.esf.core.metamodel.esfsafetyconcepts --- [INFO] Building jar: /home/jenkins/agent/workspace/esf-infra-quality/core/metamodel/org.polarsys.esf.core.metamodel.esfsafetyconcepts/target/org.polarsys.esf.core.metamodel.esfsafetyconcepts-0.7.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.esf.core.metamodel.esfsafetyconcepts --- [INFO] [INFO] --< org.polarsys.esf:org.polarsys.esf.core.profile.esfarchitectureconcepts.tests >-- [INFO] Building ESFArchitectureConcepts Profile test 0.7.0-SNAPSHOT [19/28] [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.esf.core.profile.esfarchitectureconcepts.tests --- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier (default-build-qualifier) @ org.polarsys.esf.core.profile.esfarchitectureconcepts.tests --- [INFO] The project's OSGi version is 0.7.0.202005220741 [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.polarsys.esf.core.profile.esfarchitectureconcepts.tests --- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.polarsys.esf.core.profile.esfarchitectureconcepts.tests --- [INFO] [INFO] --- license-maven-plugin:2.11:check (default) @ org.polarsys.esf.core.profile.esfarchitectureconcepts.tests --- [INFO] Checking licenses... [WARNING] Property 'strictCheck' is not enabled. Please consider adding true in your pom.xml file. [WARNING] See http://mycila.github.io/license-maven-plugin for more information. [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.esf.core.profile.esfarchitectureconcepts.tests --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/esf-infra-quality/core/profile/org.polarsys.esf.core.profile.esfarchitectureconcepts.tests/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.3.0:compile (default-compile) @ org.polarsys.esf.core.profile.esfarchitectureconcepts.tests --- [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/esf-infra-quality/core/profile/org.polarsys.esf.core.profile.esfarchitectureconcepts.tests/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.esf.core.profile.esfarchitectureconcepts.tests --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/esf-infra-quality/core/profile/org.polarsys.esf.core.profile.esfarchitectureconcepts.tests/src/test/resources [INFO] [INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.polarsys.esf.core.profile.esfarchitectureconcepts.tests --- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:package-plugin (default-package-plugin) @ org.polarsys.esf.core.profile.esfarchitectureconcepts.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/esf-infra-quality/core/profile/org.polarsys.esf.core.profile.esfarchitectureconcepts.tests/target/org.polarsys.esf.core.profile.esfarchitectureconcepts.tests-0.7.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.esf.core.profile.esfarchitectureconcepts.tests --- [INFO] [INFO] --- tycho-surefire-plugin:1.3.0:test (default-test) @ org.polarsys.esf.core.profile.esfarchitectureconcepts.tests --- [INFO] Expected eclipse log file: /home/jenkins/agent/workspace/esf-infra-quality/core/profile/org.polarsys.esf.core.profile.esfarchitectureconcepts.tests/target/work/data/.metadata/.log [INFO] Command line: [/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/bin/java, -Dosgi.noShutdown=false, -Dosgi.os=linux, -Dosgi.ws=gtk, -Dosgi.arch=x86_64, -Dosgi.clean=true, -jar, /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.5.200.v20180922-1751/org.eclipse.equinox.launcher-1.5.200.v20180922-1751.jar, -data, /home/jenkins/agent/workspace/esf-infra-quality/core/profile/org.polarsys.esf.core.profile.esfarchitectureconcepts.tests/target/work/data, -install, /home/jenkins/agent/workspace/esf-infra-quality/core/profile/org.polarsys.esf.core.profile.esfarchitectureconcepts.tests/target/work, -configuration, /home/jenkins/agent/workspace/esf-infra-quality/core/profile/org.polarsys.esf.core.profile.esfarchitectureconcepts.tests/target/work/configuration, -application, org.eclipse.tycho.surefire.osgibooter.headlesstest, -testproperties, /home/jenkins/agent/workspace/esf-infra-quality/core/profile/org.polarsys.esf.core.profile.esfarchitectureconcepts.tests/target/surefire.properties] Picked up JAVA_TOOL_OPTIONS: -XX:+IgnoreUnrecognizedVMOptions -XX:+UseContainerSupport -XX:+UnlockExperimentalVMOptions -XX:+UseCGroupMemoryLimitForHeap Picked up _JAVA_OPTIONS: -XX:MaxRAMPercentage=64.0 Running org.polarsys.esf.core.profile.esfarchitectureconcepts.tests.impl.MSBlockTest Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.892 s - in org.polarsys.esf.core.profile.esfarchitectureconcepts.tests.impl.MSBlockTest testBasicGetSModel(org.polarsys.esf.core.profile.esfarchitectureconcepts.tests.impl.MSBlockTest) Time elapsed: 0.866 s Results: Tests run: 1, Failures: 0, Errors: 0, Skipped: 0 [INFO] All tests passed! [INFO] [INFO] --< org.polarsys.esf:org.polarsys.esf.core.profile.esfarchitectureconcepts.application >-- [INFO] Building org.polarsys.esf.core.profile.esfarchitectureconcepts.application 0.7.0-SNAPSHOT [20/28] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.esf.core.profile.esfarchitectureconcepts.application --- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier (default-build-qualifier) @ org.polarsys.esf.core.profile.esfarchitectureconcepts.application --- [INFO] The project's OSGi version is 0.7.0.202005220741 [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.polarsys.esf.core.profile.esfarchitectureconcepts.application --- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.polarsys.esf.core.profile.esfarchitectureconcepts.application --- [INFO] [INFO] --- license-maven-plugin:2.11:check (default) @ org.polarsys.esf.core.profile.esfarchitectureconcepts.application --- [INFO] Checking licenses... [WARNING] Property 'strictCheck' is not enabled. Please consider adding true in your pom.xml file. [WARNING] See http://mycila.github.io/license-maven-plugin for more information. [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.esf.core.profile.esfarchitectureconcepts.application --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 1 resource [INFO] [INFO] --- tycho-compiler-plugin:1.3.0:compile (default-compile) @ org.polarsys.esf.core.profile.esfarchitectureconcepts.application --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/esf-infra-quality/core/profile/org.polarsys.esf.core.profile.esfarchitectureconcepts.application/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 4 source files to /home/jenkins/agent/workspace/esf-infra-quality/core/profile/org.polarsys.esf.core.profile.esfarchitectureconcepts.application/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.esf.core.profile.esfarchitectureconcepts.application --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/esf-infra-quality/core/profile/org.polarsys.esf.core.profile.esfarchitectureconcepts.application/src/test/resources [INFO] [INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.polarsys.esf.core.profile.esfarchitectureconcepts.application --- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:package-plugin (default-package-plugin) @ org.polarsys.esf.core.profile.esfarchitectureconcepts.application --- [INFO] Building jar: /home/jenkins/agent/workspace/esf-infra-quality/core/profile/org.polarsys.esf.core.profile.esfarchitectureconcepts.application/target/org.polarsys.esf.core.profile.esfarchitectureconcepts.application-0.7.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.esf.core.profile.esfarchitectureconcepts.application --- [INFO] [INFO] ----< org.polarsys.esf:org.polarsys.esf.core.profile.esfproperties >---- [INFO] Building ESFProperties Profile 0.7.0-SNAPSHOT [21/28] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.esf.core.profile.esfproperties --- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier (default-build-qualifier) @ org.polarsys.esf.core.profile.esfproperties --- [INFO] The project's OSGi version is 0.7.0.202005220741 [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.polarsys.esf.core.profile.esfproperties --- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.polarsys.esf.core.profile.esfproperties --- [INFO] [INFO] --- license-maven-plugin:2.11:check (default) @ org.polarsys.esf.core.profile.esfproperties --- [INFO] Checking licenses... [WARNING] Property 'strictCheck' is not enabled. Please consider adding true in your pom.xml file. [WARNING] See http://mycila.github.io/license-maven-plugin for more information. [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.esf.core.profile.esfproperties --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 7 resources [INFO] [INFO] --- tycho-compiler-plugin:1.3.0:compile (default-compile) @ org.polarsys.esf.core.profile.esfproperties --- [INFO] Compiling 21 source files to /home/jenkins/agent/workspace/esf-infra-quality/core/profile/org.polarsys.esf.core.profile.esfproperties/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.esf.core.profile.esfproperties --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/esf-infra-quality/core/profile/org.polarsys.esf.core.profile.esfproperties/src/test/resources [INFO] [INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.polarsys.esf.core.profile.esfproperties --- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:package-plugin (default-package-plugin) @ org.polarsys.esf.core.profile.esfproperties --- [INFO] Building jar: /home/jenkins/agent/workspace/esf-infra-quality/core/profile/org.polarsys.esf.core.profile.esfproperties/target/org.polarsys.esf.core.profile.esfproperties-0.7.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.esf.core.profile.esfproperties --- [INFO] [INFO] ----< org.polarsys.esf:org.polarsys.esf.core.profile.esfbehaviours >---- [INFO] Building ESFBehaviours Profile 0.7.0-SNAPSHOT [22/28] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.esf.core.profile.esfbehaviours --- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier (default-build-qualifier) @ org.polarsys.esf.core.profile.esfbehaviours --- [INFO] The project's OSGi version is 0.7.0.202005220741 [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.polarsys.esf.core.profile.esfbehaviours --- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.polarsys.esf.core.profile.esfbehaviours --- [INFO] [INFO] --- license-maven-plugin:2.11:check (default) @ org.polarsys.esf.core.profile.esfbehaviours --- [INFO] Checking licenses... [WARNING] Property 'strictCheck' is not enabled. Please consider adding true in your pom.xml file. [WARNING] See http://mycila.github.io/license-maven-plugin for more information. [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.esf.core.profile.esfbehaviours --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 7 resources [INFO] [INFO] --- tycho-compiler-plugin:1.3.0:compile (default-compile) @ org.polarsys.esf.core.profile.esfbehaviours --- [INFO] Compiling 13 source files to /home/jenkins/agent/workspace/esf-infra-quality/core/profile/org.polarsys.esf.core.profile.esfbehaviours/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.esf.core.profile.esfbehaviours --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/esf-infra-quality/core/profile/org.polarsys.esf.core.profile.esfbehaviours/src/test/resources [INFO] [INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.polarsys.esf.core.profile.esfbehaviours --- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:package-plugin (default-package-plugin) @ org.polarsys.esf.core.profile.esfbehaviours --- [INFO] Building jar: /home/jenkins/agent/workspace/esf-infra-quality/core/profile/org.polarsys.esf.core.profile.esfbehaviours/target/org.polarsys.esf.core.profile.esfbehaviours-0.7.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.esf.core.profile.esfbehaviours --- [INFO] [INFO] --< org.polarsys.esf:org.polarsys.esf.core.profile.esfsafetyconcepts >-- [INFO] Building ESFSafetyConcepts Profile 0.7.0-SNAPSHOT [23/28] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.esf.core.profile.esfsafetyconcepts --- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier (default-build-qualifier) @ org.polarsys.esf.core.profile.esfsafetyconcepts --- [INFO] The project's OSGi version is 0.7.0.202005220741 [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.polarsys.esf.core.profile.esfsafetyconcepts --- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.polarsys.esf.core.profile.esfsafetyconcepts --- [INFO] [INFO] --- license-maven-plugin:2.11:check (default) @ org.polarsys.esf.core.profile.esfsafetyconcepts --- [INFO] Checking licenses... [WARNING] Property 'strictCheck' is not enabled. Please consider adding true in your pom.xml file. [WARNING] See http://mycila.github.io/license-maven-plugin for more information. [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.esf.core.profile.esfsafetyconcepts --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 7 resources [INFO] [INFO] --- tycho-compiler-plugin:1.3.0:compile (default-compile) @ org.polarsys.esf.core.profile.esfsafetyconcepts --- [INFO] Compiling 52 source files to /home/jenkins/agent/workspace/esf-infra-quality/core/profile/org.polarsys.esf.core.profile.esfsafetyconcepts/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.esf.core.profile.esfsafetyconcepts --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/esf-infra-quality/core/profile/org.polarsys.esf.core.profile.esfsafetyconcepts/src/test/resources [INFO] [INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.polarsys.esf.core.profile.esfsafetyconcepts --- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:package-plugin (default-package-plugin) @ org.polarsys.esf.core.profile.esfsafetyconcepts --- [INFO] Building jar: /home/jenkins/agent/workspace/esf-infra-quality/core/profile/org.polarsys.esf.core.profile.esfsafetyconcepts/target/org.polarsys.esf.core.profile.esfsafetyconcepts-0.7.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.esf.core.profile.esfsafetyconcepts --- [INFO] [INFO] ---------------< org.polarsys.esf:esf-infra.core.releng >--------------- [INFO] Building ESF Releng 0.7.0-SNAPSHOT [24/28] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ esf-infra.core.releng --- [INFO] [INFO] --- license-maven-plugin:2.11:check (default) @ esf-infra.core.releng --- [INFO] Checking licenses... [WARNING] Property 'strictCheck' is not enabled. Please consider adding true in your pom.xml file. [WARNING] See http://mycila.github.io/license-maven-plugin for more information. [INFO] [INFO] -------------< org.polarsys.esf:org.polarsys.esf.core.doc >------------- [INFO] Building org.polarsys.esf.core.doc 0.7.0-SNAPSHOT [25/28] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.esf.core.doc --- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier (default-build-qualifier) @ org.polarsys.esf.core.doc --- [INFO] The project's OSGi version is 0.7.0.202005220741 [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.polarsys.esf.core.doc --- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.polarsys.esf.core.doc --- [INFO] [INFO] --- license-maven-plugin:2.11:check (default) @ org.polarsys.esf.core.doc --- [INFO] Checking licenses... [WARNING] Property 'strictCheck' is not enabled. Please consider adding true in your pom.xml file. [WARNING] See http://mycila.github.io/license-maven-plugin for more information. [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.esf.core.doc --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 21 resources [INFO] [INFO] --- tycho-compiler-plugin:1.3.0:compile (default-compile) @ org.polarsys.esf.core.doc --- [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.esf.core.doc --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/esf-infra-quality/core/org.polarsys.esf.core.doc/src/test/resources [INFO] [INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.polarsys.esf.core.doc --- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:package-plugin (default-package-plugin) @ org.polarsys.esf.core.doc --- [INFO] Building jar: /home/jenkins/agent/workspace/esf-infra-quality/core/org.polarsys.esf.core.doc/target/org.polarsys.esf.core.doc-0.7.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.esf.core.doc --- [INFO] [INFO] -------< org.polarsys.esf:org.polarsys.esf.core.releng.branding >------- [INFO] Building ESF Core branding 0.7.0-SNAPSHOT [26/28] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.esf.core.releng.branding --- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier (default-build-qualifier) @ org.polarsys.esf.core.releng.branding --- [INFO] The project's OSGi version is 0.7.0.202005220741 [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.polarsys.esf.core.releng.branding --- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.polarsys.esf.core.releng.branding --- [INFO] [INFO] --- license-maven-plugin:2.11:check (default) @ org.polarsys.esf.core.releng.branding --- [INFO] Checking licenses... [WARNING] Property 'strictCheck' is not enabled. Please consider adding true in your pom.xml file. [WARNING] See http://mycila.github.io/license-maven-plugin for more information. [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.esf.core.releng.branding --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources [INFO] [INFO] --- tycho-compiler-plugin:1.3.0:compile (default-compile) @ org.polarsys.esf.core.releng.branding --- [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.esf.core.releng.branding --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/esf-infra-quality/core/releng/org.polarsys.esf.core.releng.branding/src/test/resources [INFO] [INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.polarsys.esf.core.releng.branding --- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:package-plugin (default-package-plugin) @ org.polarsys.esf.core.releng.branding --- [INFO] Building jar: /home/jenkins/agent/workspace/esf-infra-quality/core/releng/org.polarsys.esf.core.releng.branding/target/org.polarsys.esf.core.releng.branding-0.7.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.esf.core.releng.branding --- [INFO] [INFO] -----------< org.polarsys.esf:org.polarsys.esf.core.releng >------------ [INFO] Building ESF Core feature 0.7.0-SNAPSHOT [27/28] [INFO] --------------------------[ eclipse-feature ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.esf.core.releng --- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.polarsys.esf.core.releng --- [INFO] The project's OSGi version is 0.7.0.202005220741 [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.polarsys.esf.core.releng --- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.polarsys.esf.core.releng --- [INFO] [INFO] --- license-maven-plugin:2.11:check (default) @ org.polarsys.esf.core.releng --- [INFO] Checking licenses... [WARNING] Property 'strictCheck' is not enabled. Please consider adding true in your pom.xml file. [WARNING] See http://mycila.github.io/license-maven-plugin for more information. [INFO] [INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.polarsys.esf.core.releng --- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:package-feature (default-package-feature) @ org.polarsys.esf.core.releng --- [INFO] Building jar: /home/jenkins/agent/workspace/esf-infra-quality/core/releng/org.polarsys.esf.core.releng/target/org.polarsys.esf.core.releng-0.7.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.esf.core.releng --- [INFO] [INFO] --- tycho-p2-plugin:1.3.0:feature-p2-metadata (default-feature-p2-metadata) @ org.polarsys.esf.core.releng --- [INFO] [INFO] -------------------< org.polarsys.esf:esf-infra.p2 >-------------------- [INFO] Building esf-infra.p2 0.7.0-SNAPSHOT [28/28] [INFO] -------------------------[ eclipse-repository ]------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ esf-infra.p2 --- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ esf-infra.p2 --- [INFO] The project's OSGi version is 0.7.0.202005220741 [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean-1) @ esf-infra.p2 --- [INFO] [INFO] --- license-maven-plugin:2.11:check (default) @ esf-infra.p2 --- [INFO] Checking licenses... [WARNING] Property 'strictCheck' is not enabled. Please consider adding true in your pom.xml file. [WARNING] See http://mycila.github.io/license-maven-plugin for more information. [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ esf-infra.p2 --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/esf-infra-quality/p2/src/main/resources [INFO] [INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ esf-infra.p2 --- [INFO] [INFO] --- tycho-p2-publisher-plugin:1.3.0:publish-osgi-ee (default-publish-osgi-ee) @ esf-infra.p2 --- [INFO] Published profile IUs: [a.jre.javase 10.0.0, config.a.jre.javase 10.0.0] [INFO] Published profile IUs: [a.jre.javase 11.0.0, config.a.jre.javase 11.0.0] [INFO] [INFO] --- tycho-p2-publisher-plugin:1.3.0:publish-products (default-publish-products) @ esf-infra.p2 --- [INFO] [INFO] --- tycho-p2-publisher-plugin:1.3.0:publish-categories (default-publish-categories) @ esf-infra.p2 --- [INFO] [INFO] --- tycho-p2-publisher-plugin:1.3.0:attach-artifacts (default-attach-artifacts) @ esf-infra.p2 --- [INFO] [INFO] --- tycho-p2-repository-plugin:1.3.0:assemble-repository (default-assemble-repository) @ esf-infra.p2 --- [INFO] [INFO] --- tycho-p2-repository-plugin:1.3.0:archive-repository (default-archive-repository) @ esf-infra.p2 --- [INFO] Building zip: /home/jenkins/agent/workspace/esf-infra-quality/p2/target/esf-infra.p2-0.7.0-SNAPSHOT.zip [INFO] ------------------------------------------------------------------------ [INFO] Reactor Summary for ESF 0.7.0-SNAPSHOT: [INFO] [INFO] ESF ................................................ SUCCESS [ 6.736 s] [INFO] ESF Core ........................................... SUCCESS [ 0.110 s] [INFO] ESF Diagram ........................................ SUCCESS [ 0.009 s] [INFO] org.polarsys.esf.core.common ....................... SUCCESS [ 6.599 s] [INFO] org.polarsys.esf.core.common.ui .................... SUCCESS [ 0.839 s] [INFO] ESF Profile ........................................ SUCCESS [ 0.065 s] [INFO] ESFCore Profile .................................... SUCCESS [ 0.484 s] [INFO] ESFArchitectureConcepts Profile .................... SUCCESS [ 0.710 s] [INFO] org.polarsys.esf.core.utils ........................ SUCCESS [ 0.408 s] [INFO] ESF Core Resources ................................. SUCCESS [ 0.005 s] [INFO] ESF Core Graphical Resources ....................... SUCCESS [ 0.131 s] [INFO] org.polarsys.esf.core.diagram.esfarchitectureconcepts SUCCESS [ 1.269 s] [INFO] ESF Meta-model ..................................... SUCCESS [ 0.009 s] [INFO] ESFArchitectureConcepts Meta-model ................. SUCCESS [ 0.096 s] [INFO] ESFCore Meta-model ................................. SUCCESS [ 0.083 s] [INFO] ESFBehaviours Meta-model ........................... SUCCESS [ 0.153 s] [INFO] ESFProperties Meta-model ........................... SUCCESS [ 0.081 s] [INFO] ESFSafetyConcepts Meta-model ....................... SUCCESS [ 0.091 s] [INFO] ESFArchitectureConcepts Profile test ............... SUCCESS [ 8.466 s] [INFO] org.polarsys.esf.core.profile.esfarchitectureconcepts.application SUCCESS [ 0.444 s] [INFO] ESFProperties Profile .............................. SUCCESS [ 0.489 s] [INFO] ESFBehaviours Profile .............................. SUCCESS [ 0.506 s] [INFO] ESFSafetyConcepts Profile .......................... SUCCESS [ 0.666 s] [INFO] ESF Releng ......................................... SUCCESS [ 0.004 s] [INFO] org.polarsys.esf.core.doc .......................... SUCCESS [ 0.115 s] [INFO] ESF Core branding .................................. SUCCESS [ 0.100 s] [INFO] ESF Core feature ................................... SUCCESS [ 0.798 s] [INFO] esf-infra.p2 ....................................... SUCCESS [ 8.337 s] [INFO] ------------------------------------------------------------------------ [INFO] BUILD SUCCESS [INFO] ------------------------------------------------------------------------ [INFO] Total time: 06:30 min [INFO] Finished at: 2020-05-22T07:48:00Z [INFO] ------------------------------------------------------------------------ [esf-infra-quality] $ /opt/tools/apache-maven/latest/bin/mvn -f /home/jenkins/agent/workspace/esf-infra-quality/pom.xml -e -B org.sonarsource.scanner.maven:sonar-maven-plugin:3.3.0.603:sonar -Dsonar.jdbc.url=jdbc:mysql://dbmaster:3306/sonar?autoReconnect=true&useUnicode=true&characterEncoding=utf8 ******** ******** -Dsonar.host.url=https://sonar.eclipse.org Picked up JAVA_TOOL_OPTIONS: -XX:+IgnoreUnrecognizedVMOptions -XX:+UseContainerSupport -XX:+UnlockExperimentalVMOptions -XX:+UseCGroupMemoryLimitForHeap Picked up _JAVA_OPTIONS: -XX:MaxRAMPercentage=64.0 [INFO] Error stacktraces are turned on. [INFO] Scanning for projects... [INFO] Computing target platform for MavenProject: org.polarsys.esf:org.polarsys.esf.core.diagram.esfarchitectureconcepts:0.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/esf-infra-quality/core/diagram/org.polarsys.esf.core.diagram.esfarchitectureconcepts/pom.xml [INFO] Fetching p2.index from http://download.eclipse.org/releases/2018-12/ [INFO] Fetching p2.index from http://download.eclipse.org/releases/2018-12/ [INFO] Adding repository http://download.eclipse.org/releases/2018-12 [INFO] Fetching p2.index from https://download.eclipse.org/technology/epp/packages/2018-12/ [INFO] Fetching p2.index from https://download.eclipse.org/technology/epp/packages/2018-12/ [INFO] Fetching p2.index from http://download.eclipse.org/releases/2018-12/201812191000/ [INFO] Fetching p2.index from http://download.eclipse.org/releases/2018-12/201812191000/ [INFO] Resolving dependencies of MavenProject: org.polarsys.esf:org.polarsys.esf.core.diagram.esfarchitectureconcepts:0.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/esf-infra-quality/core/diagram/org.polarsys.esf.core.diagram.esfarchitectureconcepts/pom.xml [INFO] Resolving class path of MavenProject: org.polarsys.esf:org.polarsys.esf.core.diagram.esfarchitectureconcepts:0.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/esf-infra-quality/core/diagram/org.polarsys.esf.core.diagram.esfarchitectureconcepts/pom.xml [INFO] Computing target platform for MavenProject: org.polarsys.esf:org.polarsys.esf.core.metamodel.esfarchitectureconcepts:0.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/esf-infra-quality/core/metamodel/org.polarsys.esf.core.metamodel.esfarchitectureconcepts/pom.xml [INFO] Resolving dependencies of MavenProject: org.polarsys.esf:org.polarsys.esf.core.metamodel.esfarchitectureconcepts:0.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/esf-infra-quality/core/metamodel/org.polarsys.esf.core.metamodel.esfarchitectureconcepts/pom.xml [INFO] Resolving class path of MavenProject: org.polarsys.esf:org.polarsys.esf.core.metamodel.esfarchitectureconcepts:0.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/esf-infra-quality/core/metamodel/org.polarsys.esf.core.metamodel.esfarchitectureconcepts/pom.xml [INFO] Computing target platform for MavenProject: org.polarsys.esf:org.polarsys.esf.core.metamodel.esfcore:0.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/esf-infra-quality/core/metamodel/org.polarsys.esf.core.metamodel.esfcore/pom.xml [INFO] Resolving dependencies of MavenProject: org.polarsys.esf:org.polarsys.esf.core.metamodel.esfcore:0.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/esf-infra-quality/core/metamodel/org.polarsys.esf.core.metamodel.esfcore/pom.xml [INFO] Resolving class path of MavenProject: org.polarsys.esf:org.polarsys.esf.core.metamodel.esfcore:0.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/esf-infra-quality/core/metamodel/org.polarsys.esf.core.metamodel.esfcore/pom.xml [INFO] Computing target platform for MavenProject: org.polarsys.esf:org.polarsys.esf.core.metamodel.esfbehaviours:0.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/esf-infra-quality/core/metamodel/org.polarsys.esf.core.metamodel.esfbehaviours/pom.xml [INFO] Resolving dependencies of MavenProject: org.polarsys.esf:org.polarsys.esf.core.metamodel.esfbehaviours:0.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/esf-infra-quality/core/metamodel/org.polarsys.esf.core.metamodel.esfbehaviours/pom.xml [INFO] Resolving class path of MavenProject: org.polarsys.esf:org.polarsys.esf.core.metamodel.esfbehaviours:0.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/esf-infra-quality/core/metamodel/org.polarsys.esf.core.metamodel.esfbehaviours/pom.xml [INFO] Computing target platform for MavenProject: org.polarsys.esf:org.polarsys.esf.core.metamodel.esfproperties:0.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/esf-infra-quality/core/metamodel/org.polarsys.esf.core.metamodel.esfproperties/pom.xml [INFO] Resolving dependencies of MavenProject: org.polarsys.esf:org.polarsys.esf.core.metamodel.esfproperties:0.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/esf-infra-quality/core/metamodel/org.polarsys.esf.core.metamodel.esfproperties/pom.xml [INFO] Resolving class path of MavenProject: org.polarsys.esf:org.polarsys.esf.core.metamodel.esfproperties:0.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/esf-infra-quality/core/metamodel/org.polarsys.esf.core.metamodel.esfproperties/pom.xml [INFO] Computing target platform for MavenProject: org.polarsys.esf:org.polarsys.esf.core.metamodel.esfsafetyconcepts:0.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/esf-infra-quality/core/metamodel/org.polarsys.esf.core.metamodel.esfsafetyconcepts/pom.xml [INFO] Resolving dependencies of MavenProject: org.polarsys.esf:org.polarsys.esf.core.metamodel.esfsafetyconcepts:0.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/esf-infra-quality/core/metamodel/org.polarsys.esf.core.metamodel.esfsafetyconcepts/pom.xml [INFO] Resolving class path of MavenProject: org.polarsys.esf:org.polarsys.esf.core.metamodel.esfsafetyconcepts:0.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/esf-infra-quality/core/metamodel/org.polarsys.esf.core.metamodel.esfsafetyconcepts/pom.xml [INFO] Computing target platform for MavenProject: org.polarsys.esf:org.polarsys.esf.core.profile.esfarchitectureconcepts:0.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/esf-infra-quality/core/profile/org.polarsys.esf.core.profile.esfarchitectureconcepts/pom.xml [INFO] Resolving dependencies of MavenProject: org.polarsys.esf:org.polarsys.esf.core.profile.esfarchitectureconcepts:0.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/esf-infra-quality/core/profile/org.polarsys.esf.core.profile.esfarchitectureconcepts/pom.xml [INFO] Resolving class path of MavenProject: org.polarsys.esf:org.polarsys.esf.core.profile.esfarchitectureconcepts:0.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/esf-infra-quality/core/profile/org.polarsys.esf.core.profile.esfarchitectureconcepts/pom.xml [INFO] Computing target platform for MavenProject: org.polarsys.esf:org.polarsys.esf.core.profile.esfarchitectureconcepts.tests:0.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/esf-infra-quality/core/profile/org.polarsys.esf.core.profile.esfarchitectureconcepts.tests/pom.xml [INFO] Resolving dependencies of MavenProject: org.polarsys.esf:org.polarsys.esf.core.profile.esfarchitectureconcepts.tests:0.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/esf-infra-quality/core/profile/org.polarsys.esf.core.profile.esfarchitectureconcepts.tests/pom.xml [INFO] Resolving class path of MavenProject: org.polarsys.esf:org.polarsys.esf.core.profile.esfarchitectureconcepts.tests:0.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/esf-infra-quality/core/profile/org.polarsys.esf.core.profile.esfarchitectureconcepts.tests/pom.xml [INFO] Computing target platform for MavenProject: org.polarsys.esf:org.polarsys.esf.core.profile.esfarchitectureconcepts.application:0.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/esf-infra-quality/core/profile/org.polarsys.esf.core.profile.esfarchitectureconcepts.application/pom.xml [INFO] Resolving dependencies of MavenProject: org.polarsys.esf:org.polarsys.esf.core.profile.esfarchitectureconcepts.application:0.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/esf-infra-quality/core/profile/org.polarsys.esf.core.profile.esfarchitectureconcepts.application/pom.xml [INFO] Resolving class path of MavenProject: org.polarsys.esf:org.polarsys.esf.core.profile.esfarchitectureconcepts.application:0.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/esf-infra-quality/core/profile/org.polarsys.esf.core.profile.esfarchitectureconcepts.application/pom.xml [INFO] Computing target platform for MavenProject: org.polarsys.esf:org.polarsys.esf.core.profile.esfbehaviours:0.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/esf-infra-quality/core/profile/org.polarsys.esf.core.profile.esfbehaviours/pom.xml [INFO] Resolving dependencies of MavenProject: org.polarsys.esf:org.polarsys.esf.core.profile.esfbehaviours:0.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/esf-infra-quality/core/profile/org.polarsys.esf.core.profile.esfbehaviours/pom.xml [INFO] Resolving class path of MavenProject: org.polarsys.esf:org.polarsys.esf.core.profile.esfbehaviours:0.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/esf-infra-quality/core/profile/org.polarsys.esf.core.profile.esfbehaviours/pom.xml [INFO] Computing target platform for MavenProject: org.polarsys.esf:org.polarsys.esf.core.profile.esfcore:0.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/esf-infra-quality/core/profile/org.polarsys.esf.core.profile.esfcore/pom.xml [INFO] Resolving dependencies of MavenProject: org.polarsys.esf:org.polarsys.esf.core.profile.esfcore:0.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/esf-infra-quality/core/profile/org.polarsys.esf.core.profile.esfcore/pom.xml [INFO] Resolving class path of MavenProject: org.polarsys.esf:org.polarsys.esf.core.profile.esfcore:0.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/esf-infra-quality/core/profile/org.polarsys.esf.core.profile.esfcore/pom.xml [INFO] Computing target platform for MavenProject: org.polarsys.esf:org.polarsys.esf.core.profile.esfproperties:0.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/esf-infra-quality/core/profile/org.polarsys.esf.core.profile.esfproperties/pom.xml [INFO] Resolving dependencies of MavenProject: org.polarsys.esf:org.polarsys.esf.core.profile.esfproperties:0.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/esf-infra-quality/core/profile/org.polarsys.esf.core.profile.esfproperties/pom.xml [INFO] Resolving class path of MavenProject: org.polarsys.esf:org.polarsys.esf.core.profile.esfproperties:0.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/esf-infra-quality/core/profile/org.polarsys.esf.core.profile.esfproperties/pom.xml [INFO] Computing target platform for MavenProject: org.polarsys.esf:org.polarsys.esf.core.profile.esfsafetyconcepts:0.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/esf-infra-quality/core/profile/org.polarsys.esf.core.profile.esfsafetyconcepts/pom.xml [INFO] Resolving dependencies of MavenProject: org.polarsys.esf:org.polarsys.esf.core.profile.esfsafetyconcepts:0.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/esf-infra-quality/core/profile/org.polarsys.esf.core.profile.esfsafetyconcepts/pom.xml [INFO] Resolving class path of MavenProject: org.polarsys.esf:org.polarsys.esf.core.profile.esfsafetyconcepts:0.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/esf-infra-quality/core/profile/org.polarsys.esf.core.profile.esfsafetyconcepts/pom.xml [INFO] Computing target platform for MavenProject: org.polarsys.esf:org.polarsys.esf.core.releng:0.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/esf-infra-quality/core/releng/org.polarsys.esf.core.releng/pom.xml [INFO] Resolving dependencies of MavenProject: org.polarsys.esf:org.polarsys.esf.core.releng:0.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/esf-infra-quality/core/releng/org.polarsys.esf.core.releng/pom.xml [INFO] Resolving class path of MavenProject: org.polarsys.esf:org.polarsys.esf.core.releng:0.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/esf-infra-quality/core/releng/org.polarsys.esf.core.releng/pom.xml [INFO] Computing target platform for MavenProject: org.polarsys.esf:org.polarsys.esf.core.releng.branding:0.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/esf-infra-quality/core/releng/org.polarsys.esf.core.releng.branding/pom.xml [INFO] Resolving dependencies of MavenProject: org.polarsys.esf:org.polarsys.esf.core.releng.branding:0.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/esf-infra-quality/core/releng/org.polarsys.esf.core.releng.branding/pom.xml [INFO] Resolving class path of MavenProject: org.polarsys.esf:org.polarsys.esf.core.releng.branding:0.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/esf-infra-quality/core/releng/org.polarsys.esf.core.releng.branding/pom.xml [INFO] Computing target platform for MavenProject: org.polarsys.esf:org.polarsys.esf.core.resources.graphical:0.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/esf-infra-quality/core/resources/org.polarsys.esf.core.resources.graphical/pom.xml [INFO] Resolving dependencies of MavenProject: org.polarsys.esf:org.polarsys.esf.core.resources.graphical:0.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/esf-infra-quality/core/resources/org.polarsys.esf.core.resources.graphical/pom.xml [INFO] Resolving class path of MavenProject: org.polarsys.esf:org.polarsys.esf.core.resources.graphical:0.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/esf-infra-quality/core/resources/org.polarsys.esf.core.resources.graphical/pom.xml [INFO] Computing target platform for MavenProject: org.polarsys.esf:org.polarsys.esf.core.common:0.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/esf-infra-quality/core/org.polarsys.esf.core.common/pom.xml [INFO] Resolving dependencies of MavenProject: org.polarsys.esf:org.polarsys.esf.core.common:0.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/esf-infra-quality/core/org.polarsys.esf.core.common/pom.xml [INFO] Resolving class path of MavenProject: org.polarsys.esf:org.polarsys.esf.core.common:0.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/esf-infra-quality/core/org.polarsys.esf.core.common/pom.xml [INFO] Computing target platform for MavenProject: org.polarsys.esf:org.polarsys.esf.core.common.ui:0.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/esf-infra-quality/core/org.polarsys.esf.core.common.ui/pom.xml [INFO] Resolving dependencies of MavenProject: org.polarsys.esf:org.polarsys.esf.core.common.ui:0.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/esf-infra-quality/core/org.polarsys.esf.core.common.ui/pom.xml [INFO] Resolving class path of MavenProject: org.polarsys.esf:org.polarsys.esf.core.common.ui:0.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/esf-infra-quality/core/org.polarsys.esf.core.common.ui/pom.xml [INFO] Computing target platform for MavenProject: org.polarsys.esf:org.polarsys.esf.core.doc:0.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/esf-infra-quality/core/org.polarsys.esf.core.doc/pom.xml [INFO] Resolving dependencies of MavenProject: org.polarsys.esf:org.polarsys.esf.core.doc:0.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/esf-infra-quality/core/org.polarsys.esf.core.doc/pom.xml [INFO] Resolving class path of MavenProject: org.polarsys.esf:org.polarsys.esf.core.doc:0.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/esf-infra-quality/core/org.polarsys.esf.core.doc/pom.xml [INFO] Computing target platform for MavenProject: org.polarsys.esf:org.polarsys.esf.core.utils:0.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/esf-infra-quality/core/org.polarsys.esf.core.utils/pom.xml [INFO] Resolving dependencies of MavenProject: org.polarsys.esf:org.polarsys.esf.core.utils:0.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/esf-infra-quality/core/org.polarsys.esf.core.utils/pom.xml [INFO] Resolving class path of MavenProject: org.polarsys.esf:org.polarsys.esf.core.utils:0.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/esf-infra-quality/core/org.polarsys.esf.core.utils/pom.xml [INFO] Computing target platform for MavenProject: org.polarsys.esf:esf-infra.p2:0.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/esf-infra-quality/p2/pom.xml [INFO] Resolving dependencies of MavenProject: org.polarsys.esf:esf-infra.p2:0.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/esf-infra-quality/p2/pom.xml [INFO] Resolving class path of MavenProject: org.polarsys.esf:esf-infra.p2:0.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/esf-infra-quality/p2/pom.xml [INFO] ------------------------------------------------------------------------ [INFO] Reactor Build Order: [INFO] [INFO] ESF [pom] [INFO] ESF Core [pom] [INFO] ESF Diagram [pom] [INFO] org.polarsys.esf.core.common [eclipse-plugin] [INFO] org.polarsys.esf.core.common.ui [eclipse-plugin] [INFO] ESF Profile [pom] [INFO] ESFCore Profile [eclipse-plugin] [INFO] ESFArchitectureConcepts Profile [eclipse-plugin] [INFO] org.polarsys.esf.core.utils [eclipse-plugin] [INFO] ESF Core Resources [pom] [INFO] ESF Core Graphical Resources [eclipse-plugin] [INFO] org.polarsys.esf.core.diagram.esfarchitectureconcepts [eclipse-plugin] [INFO] ESF Meta-model [pom] [INFO] ESFArchitectureConcepts Meta-model [eclipse-plugin] [INFO] ESFCore Meta-model [eclipse-plugin] [INFO] ESFBehaviours Meta-model [eclipse-plugin] [INFO] ESFProperties Meta-model [eclipse-plugin] [INFO] ESFSafetyConcepts Meta-model [eclipse-plugin] [INFO] ESFArchitectureConcepts Profile test [eclipse-test-plugin] [INFO] org.polarsys.esf.core.profile.esfarchitectureconcepts.application [eclipse-plugin] [INFO] ESFProperties Profile [eclipse-plugin] [INFO] ESFBehaviours Profile [eclipse-plugin] [INFO] ESFSafetyConcepts Profile [eclipse-plugin] [INFO] ESF Releng [pom] [INFO] org.polarsys.esf.core.doc [eclipse-plugin] [INFO] ESF Core branding [eclipse-plugin] [INFO] ESF Core feature [eclipse-feature] [INFO] esf-infra.p2 [eclipse-repository] [INFO] [INFO] ---------------------< org.polarsys.esf:esf-infra >--------------------- [INFO] Building ESF 0.7.0-SNAPSHOT [1/28] [INFO] --------------------------------[ pom ]--------------------------------- [WARNING] The following dependencies could not be resolved at this point of the build but seem to be part of the reactor: [WARNING] o org.polarsys.esf:org.polarsys.esf.core.common:jar:0.7.0-SNAPSHOT (provided) [WARNING] Try running the build up to the lifecycle phase "package" [WARNING] The following dependencies could not be resolved at this point of the build but seem to be part of the reactor: [WARNING] o org.polarsys.esf:org.polarsys.esf.core.profile.esfcore:jar:0.7.0-SNAPSHOT (provided) [WARNING] Try running the build up to the lifecycle phase "package" [WARNING] The following dependencies could not be resolved at this point of the build but seem to be part of the reactor: [WARNING] o org.polarsys.esf:org.polarsys.esf.core.common:jar:0.7.0-SNAPSHOT (provided) [WARNING] Try running the build up to the lifecycle phase "package" [WARNING] The following dependencies could not be resolved at this point of the build but seem to be part of the reactor: [WARNING] o org.polarsys.esf:org.polarsys.esf.core.common:jar:0.7.0-SNAPSHOT (provided) [WARNING] o org.polarsys.esf:org.polarsys.esf.core.common.ui:jar:0.7.0-SNAPSHOT (provided) [WARNING] o org.polarsys.esf:org.polarsys.esf.core.profile.esfarchitectureconcepts:jar:0.7.0-SNAPSHOT (provided) [WARNING] o org.polarsys.esf:org.polarsys.esf.core.utils:jar:0.7.0-SNAPSHOT (provided) [WARNING] o org.polarsys.esf:org.polarsys.esf.core.resources.graphical:jar:0.7.0-SNAPSHOT (provided) [WARNING] o org.polarsys.esf:org.polarsys.esf.core.profile.esfcore:jar:0.7.0-SNAPSHOT (provided) [WARNING] Try running the build up to the lifecycle phase "package" [WARNING] The following dependencies could not be resolved at this point of the build but seem to be part of the reactor: [WARNING] o org.polarsys.esf:org.polarsys.esf.core.profile.esfarchitectureconcepts:jar:0.7.0-SNAPSHOT (provided) [WARNING] o org.polarsys.esf:org.polarsys.esf.core.profile.esfcore:jar:0.7.0-SNAPSHOT (provided) [WARNING] Try running the build up to the lifecycle phase "package" [WARNING] The following dependencies could not be resolved at this point of the build but seem to be part of the reactor: [WARNING] o org.polarsys.esf:org.polarsys.esf.core.common:jar:0.7.0-SNAPSHOT (provided) [WARNING] o org.polarsys.esf:org.polarsys.esf.core.common.ui:jar:0.7.0-SNAPSHOT (provided) [WARNING] o org.polarsys.esf:org.polarsys.esf.core.profile.esfarchitectureconcepts:jar:0.7.0-SNAPSHOT (provided) [WARNING] o org.polarsys.esf:org.polarsys.esf.core.profile.esfcore:jar:0.7.0-SNAPSHOT (provided) [WARNING] o org.polarsys.esf:org.polarsys.esf.core.utils:jar:0.7.0-SNAPSHOT (provided) [WARNING] Try running the build up to the lifecycle phase "package" [WARNING] The following dependencies could not be resolved at this point of the build but seem to be part of the reactor: [WARNING] o org.polarsys.esf:org.polarsys.esf.core.profile.esfcore:jar:0.7.0-SNAPSHOT (provided) [WARNING] Try running the build up to the lifecycle phase "package" [WARNING] The following dependencies could not be resolved at this point of the build but seem to be part of the reactor: [WARNING] o org.polarsys.esf:org.polarsys.esf.core.profile.esfcore:jar:0.7.0-SNAPSHOT (provided) [WARNING] o org.polarsys.esf:org.polarsys.esf.core.profile.esfproperties:jar:0.7.0-SNAPSHOT (provided) [WARNING] Try running the build up to the lifecycle phase "package" [WARNING] The following dependencies could not be resolved at this point of the build but seem to be part of the reactor: [WARNING] o org.polarsys.esf:org.polarsys.esf.core.common:jar:0.7.0-SNAPSHOT (provided) [WARNING] o org.polarsys.esf:org.polarsys.esf.core.profile.esfbehaviours:jar:0.7.0-SNAPSHOT (provided) [WARNING] o org.polarsys.esf:org.polarsys.esf.core.profile.esfcore:jar:0.7.0-SNAPSHOT (provided) [WARNING] o org.polarsys.esf:org.polarsys.esf.core.profile.esfproperties:jar:0.7.0-SNAPSHOT (provided) [WARNING] o org.polarsys.esf:org.polarsys.esf.core.utils:jar:0.7.0-SNAPSHOT (provided) [WARNING] Try running the build up to the lifecycle phase "package" [WARNING] The following dependencies could not be resolved at this point of the build but seem to be part of the reactor: [WARNING] o org.polarsys.esf:org.polarsys.esf.core.common:jar:0.7.0-SNAPSHOT (provided) [WARNING] o org.polarsys.esf:org.polarsys.esf.core.common.ui:jar:0.7.0-SNAPSHOT (provided) [WARNING] o org.polarsys.esf:org.polarsys.esf.core.diagram.esfarchitectureconcepts:jar:0.7.0-SNAPSHOT (provided) [WARNING] o org.polarsys.esf:org.polarsys.esf.core.profile.esfarchitectureconcepts:jar:0.7.0-SNAPSHOT (provided) [WARNING] o org.polarsys.esf:org.polarsys.esf.core.utils:jar:0.7.0-SNAPSHOT (provided) [WARNING] o org.polarsys.esf:org.polarsys.esf.core.resources.graphical:jar:0.7.0-SNAPSHOT (provided) [WARNING] o org.polarsys.esf:org.polarsys.esf.core.doc:jar:0.7.0-SNAPSHOT (provided) [WARNING] o org.polarsys.esf:org.polarsys.esf.core.metamodel.esfarchitectureconcepts:jar:0.7.0-SNAPSHOT (provided) [WARNING] o org.polarsys.esf:org.polarsys.esf.core.metamodel.esfbehaviours:jar:0.7.0-SNAPSHOT (provided) [WARNING] o org.polarsys.esf:org.polarsys.esf.core.metamodel.esfcore:jar:0.7.0-SNAPSHOT (provided) [WARNING] o org.polarsys.esf:org.polarsys.esf.core.metamodel.esfproperties:jar:0.7.0-SNAPSHOT (provided) [WARNING] o org.polarsys.esf:org.polarsys.esf.core.metamodel.esfsafetyconcepts:jar:0.7.0-SNAPSHOT (provided) [WARNING] o org.polarsys.esf:org.polarsys.esf.core.profile.esfcore:jar:0.7.0-SNAPSHOT (provided) [WARNING] o org.polarsys.esf:org.polarsys.esf.core.profile.esfarchitectureconcepts.application:jar:0.7.0-SNAPSHOT (provided) [WARNING] o org.polarsys.esf:org.polarsys.esf.core.profile.esfbehaviours:jar:0.7.0-SNAPSHOT (provided) [WARNING] o org.polarsys.esf:org.polarsys.esf.core.profile.esfproperties:jar:0.7.0-SNAPSHOT (provided) [WARNING] o org.polarsys.esf:org.polarsys.esf.core.profile.esfsafetyconcepts:jar:0.7.0-SNAPSHOT (provided) [WARNING] o org.polarsys.esf:org.polarsys.esf.core.releng.branding:jar:0.7.0-SNAPSHOT (provided) [WARNING] Try running the build up to the lifecycle phase "package" [WARNING] The following dependencies could not be resolved at this point of the build but seem to be part of the reactor: [WARNING] o org.polarsys.esf:org.polarsys.esf.core.releng:jar:0.7.0-SNAPSHOT (provided) [WARNING] o org.polarsys.esf:org.polarsys.esf.core.common:jar:0.7.0-SNAPSHOT (provided) [WARNING] o org.polarsys.esf:org.polarsys.esf.core.common.ui:jar:0.7.0-SNAPSHOT (provided) [WARNING] o org.polarsys.esf:org.polarsys.esf.core.diagram.esfarchitectureconcepts:jar:0.7.0-SNAPSHOT (provided) [WARNING] o org.polarsys.esf:org.polarsys.esf.core.profile.esfarchitectureconcepts:jar:0.7.0-SNAPSHOT (provided) [WARNING] o org.polarsys.esf:org.polarsys.esf.core.utils:jar:0.7.0-SNAPSHOT (provided) [WARNING] o org.polarsys.esf:org.polarsys.esf.core.resources.graphical:jar:0.7.0-SNAPSHOT (provided) [WARNING] o org.polarsys.esf:org.polarsys.esf.core.doc:jar:0.7.0-SNAPSHOT (provided) [WARNING] o org.polarsys.esf:org.polarsys.esf.core.metamodel.esfarchitectureconcepts:jar:0.7.0-SNAPSHOT (provided) [WARNING] o org.polarsys.esf:org.polarsys.esf.core.metamodel.esfbehaviours:jar:0.7.0-SNAPSHOT (provided) [WARNING] o org.polarsys.esf:org.polarsys.esf.core.metamodel.esfcore:jar:0.7.0-SNAPSHOT (provided) [WARNING] o org.polarsys.esf:org.polarsys.esf.core.metamodel.esfproperties:jar:0.7.0-SNAPSHOT (provided) [WARNING] o org.polarsys.esf:org.polarsys.esf.core.metamodel.esfsafetyconcepts:jar:0.7.0-SNAPSHOT (provided) [WARNING] o org.polarsys.esf:org.polarsys.esf.core.profile.esfcore:jar:0.7.0-SNAPSHOT (provided) [WARNING] o org.polarsys.esf:org.polarsys.esf.core.profile.esfarchitectureconcepts.application:jar:0.7.0-SNAPSHOT (provided) [WARNING] o org.polarsys.esf:org.polarsys.esf.core.profile.esfbehaviours:jar:0.7.0-SNAPSHOT (provided) [WARNING] o org.polarsys.esf:org.polarsys.esf.core.profile.esfproperties:jar:0.7.0-SNAPSHOT (provided) [WARNING] o org.polarsys.esf:org.polarsys.esf.core.profile.esfsafetyconcepts:jar:0.7.0-SNAPSHOT (provided) [WARNING] o org.polarsys.esf:org.polarsys.esf.core.releng.branding:jar:0.7.0-SNAPSHOT (provided) [WARNING] Try running the build up to the lifecycle phase "package" [INFO] [INFO] --- sonar-maven-plugin:3.3.0.603:sonar (default-cli) @ esf-infra --- [INFO] User cache: /home/jenkins/.sonar/cache [INFO] SonarQube version: 4.5.7 [INFO] Default locale: "en_US", source code encoding: "UTF-8" 07:49:01.372 INFO - Load global referentials... 07:49:01.492 INFO - Load global referentials done: 122 ms 07:49:01.588 INFO - User cache: /home/jenkins/.sonar/cache 07:49:01.595 INFO - Install plugins 07:49:01.617 INFO - Download sonar-core-plugin-4.5.7.jar 07:49:01.651 INFO - Download sonar-email-notifications-plugin-4.5.7.jar 07:49:01.687 INFO - Download sonar-findbugs-plugin-3.3.jar 07:49:02.104 INFO - Download sonar-java-plugin-3.9.jar 07:49:02.227 INFO - Download sonar-ldap-plugin-1.4.jar 07:49:02.236 INFO - Download sonar-pmd-plugin-2.6.jar 07:49:02.436 INFO - Download sonar-cpd-plugin-4.5.7.jar 07:49:02.441 INFO - Download sonar-dbcleaner-plugin-4.5.7.jar 07:49:02.444 INFO - Download sonar-design-plugin-4.5.7.jar 07:49:02.447 INFO - Download sonar-l10n-en-plugin-4.5.7.jar 07:49:02.450 INFO - Download sonar-checkstyle-plugin-2.3.jar 07:49:02.577 INFO - Install JDBC driver 07:49:02.580 INFO - Download mysql-connector-java-5.1.27.jar 07:49:02.833 INFO - Create JDBC datasource for jdbc:mysql://dbmaster:3306/sonar?autoReconnect=true&useUnicode=true&characterEncoding=utf8 07:49:03.794 INFO - Initializing Hibernate 07:49:04.921 INFO - Load project referentials... 07:49:06.221 INFO - Load project referentials done: 1300 ms 07:49:06.222 INFO - Load project settings 07:49:06.894 INFO - Loading technical debt model... 07:49:06.909 INFO - Loading technical debt model done: 15 ms 07:49:06.912 INFO - Apply project exclusions 07:49:08.169 INFO - ------------- Scan org.polarsys.esf.core.diagram.esfarchitectureconcepts 07:49:08.172 INFO - Load module settings 07:49:08.861 INFO - Language is forced to java 07:49:08.863 INFO - Loading rules... 07:49:09.052 INFO - Loading rules done: 189 ms 07:49:09.073 INFO - Configure Maven plugins 07:49:09.192 INFO - Compare to previous analysis (2020-05-21) 07:49:09.205 INFO - Compare over 30 days (2020-04-22, analysis of 2020-04-24 07:50:43.0) 07:49:09.206 INFO - No quality gate is configured. 07:49:09.226 INFO - Base dir: /home/jenkins/agent/workspace/esf-infra-quality/core/diagram/org.polarsys.esf.core.diagram.esfarchitectureconcepts 07:49:09.226 INFO - Working dir: /home/jenkins/agent/workspace/esf-infra-quality/core/diagram/org.polarsys.esf.core.diagram.esfarchitectureconcepts/target/sonar 07:49:09.226 INFO - Source paths: pom.xml, src/main/java 07:49:09.226 INFO - Binary dirs: target/classes 07:49:09.227 INFO - Source encoding: UTF-8, default locale: en_US 07:49:09.227 INFO - Index files 07:49:09.233 INFO - Excluded sources: 07:49:09.233 INFO - **/util/*Switch.java 07:49:09.233 INFO - **/src-gen/**/* 07:49:09.295 INFO - 10 files indexed 07:49:09.416 INFO - Quality profile for java: Sonar way with Findbugs 07:49:09.423 INFO - JaCoCoSensor: JaCoCo report not found : /home/jenkins/agent/workspace/esf-infra-quality/core/diagram/org.polarsys.esf.core.diagram.esfarchitectureconcepts/target/jacoco.exec 07:49:09.423 INFO - JaCoCoItSensor: JaCoCo IT report not found: /home/jenkins/agent/workspace/esf-infra-quality/core/diagram/org.polarsys.esf.core.diagram.esfarchitectureconcepts/target/jacoco-it.exec 07:49:09.429 INFO - Sensor JavaSquidSensor... 07:49:09.532 INFO - Configured Java source version (sonar.java.source): 6 07:49:09.545 INFO - JavaClasspath initialization... 07:49:09.590 INFO - JavaClasspath initialization done: 45 ms 07:49:09.590 INFO - JavaTestClasspath initialization... 07:49:09.651 INFO - JavaTestClasspath initialization done: 61 ms 07:49:09.861 INFO - Java Main Files AST scan... 07:49:09.863 INFO - 10 source files to be analyzed 07:49:10.007 ERROR - Class not found: org.osgi.annotation.versioning.ConsumerType 07:49:10.012 ERROR - Class not found: org.osgi.annotation.versioning.ProviderType 07:49:11.360 INFO - Java Main Files AST scan done: 1499 ms 07:49:11.360 INFO - 10/10 source files have been analyzed 07:49:11.363 INFO - Java bytecode scan... 07:49:11.557 WARN - Class 'org/polarsys/esf/esfarchitectureconcepts/IESFArchitectureConceptsPackage' is not accessible through the ClassLoader. 07:49:11.562 WARN - Class 'org/polarsys/esf/esfarchitectureconcepts/IESFArchitectureConceptsPackage' is not accessible through the ClassLoader. 07:49:11.563 WARN - Class 'org/polarsys/esf/core/utils/ProfileUtil' is not accessible through the ClassLoader. 07:49:11.595 INFO - Java bytecode scan done: 232 ms 07:49:11.596 INFO - Java Test Files AST scan... 07:49:11.596 INFO - 0 source files to be analyzed 07:49:11.596 INFO - Java Test Files AST scan done: 0 ms 07:49:11.596 INFO - 0/0 source files have been analyzed 07:49:11.598 INFO - Package design analysis... 07:49:11.606 INFO - Package design analysis done: 8 ms 07:49:11.609 INFO - Sensor JavaSquidSensor done: 2180 ms 07:49:11.610 INFO - Sensor QProfileSensor... 07:49:11.613 INFO - Sensor QProfileSensor done: 3 ms 07:49:11.613 INFO - Sensor InitialOpenIssuesSensor... 07:49:11.627 INFO - Sensor InitialOpenIssuesSensor done: 14 ms 07:49:11.627 INFO - Sensor ProjectLinksSensor... 07:49:11.634 INFO - Sensor ProjectLinksSensor done: 7 ms 07:49:11.635 INFO - Sensor VersionEventsSensor... 07:49:11.663 INFO - Sensor VersionEventsSensor done: 28 ms 07:49:11.663 INFO - Sensor FileHashSensor... 07:49:11.665 INFO - Sensor FileHashSensor done: 2 ms 07:49:11.665 INFO - Sensor org.sonar.plugins.findbugs.FindbugsSensor@6f2e616f... 07:49:11.667 INFO - Execute Findbugs 3.0.1... 07:49:12.455 INFO - Findbugs output report: /home/jenkins/agent/workspace/esf-infra-quality/core/diagram/org.polarsys.esf.core.diagram.esfarchitectureconcepts/target/sonar/findbugs-result.xml The following classes needed for analysis were missing: org.polarsys.esf.esfarchitectureconcepts.impl.ESFArchitectureConceptsPackage org.polarsys.esf.esfarchitectureconcepts.IESFArchitectureConceptsPackage org.polarsys.esf.core.utils.ProfileUtil org.polarsys.esf.esfarchitectureconcepts.ISPart org.polarsys.esf.esfarchitectureconcepts.ISBlock 07:49:21.803 INFO - Execute Findbugs 3.0.1 done: 10136 ms 07:49:21.816 INFO - Sensor org.sonar.plugins.findbugs.FindbugsSensor@6f2e616f done: 10151 ms 07:49:21.816 INFO - Sensor SurefireSensor... 07:49:21.816 INFO - parsing /home/jenkins/agent/workspace/esf-infra-quality/core/diagram/org.polarsys.esf.core.diagram.esfarchitectureconcepts/target/surefire-reports 07:49:21.816 ERROR - Reports path not found or is not a directory: /home/jenkins/agent/workspace/esf-infra-quality/core/diagram/org.polarsys.esf.core.diagram.esfarchitectureconcepts/target/surefire-reports 07:49:21.817 INFO - Sensor SurefireSensor done: 1 ms 07:49:21.817 INFO - Sensor PmdSensor... 07:49:21.817 INFO - Execute PMD 5.4.2... 07:49:21.868 INFO - Java version: 1.6 07:49:21.896 INFO - PMD configuration: /home/jenkins/agent/workspace/esf-infra-quality/core/diagram/org.polarsys.esf.core.diagram.esfarchitectureconcepts/target/sonar/pmd.xml 07:49:23.084 INFO - Execute PMD 5.4.2 done: 1267 ms 07:49:23.086 INFO - Sensor PmdSensor done: 1269 ms 07:49:23.087 INFO - Sensor CheckstyleSensor... 07:49:23.087 INFO - Execute Checkstyle ${checkstyle.version}... 07:49:23.095 INFO - Checkstyle configuration: /home/jenkins/agent/workspace/esf-infra-quality/core/diagram/org.polarsys.esf.core.diagram.esfarchitectureconcepts/target/sonar/checkstyle.xml 07:49:23.496 INFO - Execute Checkstyle ${checkstyle.version} done: 409 ms 07:49:23.496 INFO - Sensor CheckstyleSensor done: 409 ms 07:49:23.496 INFO - Sensor CPD Sensor (wrapped)... 07:49:23.496 INFO - JavaCpdEngine is used for java 07:49:23.497 INFO - Cross-project analysis disabled 07:49:23.556 INFO - Sensor CPD Sensor (wrapped) done: 60 ms 07:49:23.666 INFO - Execute decorators... 07:49:23.952 INFO - ------------- Scan ESF Diagram 07:49:23.953 INFO - Load module settings 07:49:24.058 INFO - Language is forced to java 07:49:24.063 INFO - Configure Maven plugins 07:49:24.066 INFO - Compare to previous analysis (2020-05-21) 07:49:24.067 INFO - Compare over 30 days (2020-04-22, analysis of 2020-04-24 07:50:43.0) 07:49:24.067 INFO - No quality gate is configured. 07:49:24.076 INFO - Base dir: /home/jenkins/agent/workspace/esf-infra-quality/core/diagram 07:49:24.076 INFO - Working dir: /home/jenkins/agent/workspace/esf-infra-quality/core/diagram/target/sonar 07:49:24.076 INFO - Source encoding: UTF-8, default locale: en_US 07:49:24.076 INFO - Quality profile for java: Sonar way with Findbugs 07:49:24.077 INFO - JaCoCoSensor: JaCoCo report not found : /home/jenkins/agent/workspace/esf-infra-quality/core/diagram/target/jacoco.exec 07:49:24.077 INFO - JaCoCoItSensor: JaCoCo IT report not found: /home/jenkins/agent/workspace/esf-infra-quality/core/diagram/target/jacoco-it.exec 07:49:24.078 INFO - Sensor InitialOpenIssuesSensor... 07:49:24.081 INFO - Sensor InitialOpenIssuesSensor done: 3 ms 07:49:24.081 INFO - Sensor ProjectLinksSensor... 07:49:24.086 INFO - Sensor ProjectLinksSensor done: 5 ms 07:49:24.087 INFO - Sensor VersionEventsSensor... 07:49:24.093 INFO - Sensor VersionEventsSensor done: 6 ms 07:49:24.093 INFO - Sensor FileHashSensor... 07:49:24.093 INFO - Sensor FileHashSensor done: 0 ms 07:49:24.093 INFO - Sensor CPD Sensor (wrapped)... 07:49:24.094 INFO - JavaCpdEngine is used for java 07:49:24.094 INFO - Sensor CPD Sensor (wrapped) done: 1 ms 07:49:24.234 INFO - Execute decorators... 07:49:24.273 INFO - ------------- Scan ESFArchitectureConcepts Meta-model 07:49:24.274 INFO - Load module settings 07:49:24.313 INFO - Language is forced to java 07:49:24.318 INFO - Configure Maven plugins 07:49:24.321 INFO - Compare to previous analysis (2020-05-21) 07:49:24.322 INFO - Compare over 30 days (2020-04-22, analysis of 2020-04-24 07:50:43.0) 07:49:24.322 INFO - No quality gate is configured. 07:49:24.330 INFO - Base dir: /home/jenkins/agent/workspace/esf-infra-quality/core/metamodel/org.polarsys.esf.core.metamodel.esfarchitectureconcepts 07:49:24.330 INFO - Working dir: /home/jenkins/agent/workspace/esf-infra-quality/core/metamodel/org.polarsys.esf.core.metamodel.esfarchitectureconcepts/target/sonar 07:49:24.331 INFO - Source paths: pom.xml, src/main/java 07:49:24.331 INFO - Binary dirs: target/classes 07:49:24.331 INFO - Source encoding: UTF-8, default locale: en_US 07:49:24.331 INFO - Index files 07:49:24.331 INFO - Excluded sources: 07:49:24.331 INFO - **/util/*Switch.java 07:49:24.331 INFO - **/src-gen/**/* 07:49:24.337 INFO - 1 files indexed 07:49:24.346 INFO - Quality profile for java: Sonar way with Findbugs 07:49:24.347 INFO - JaCoCoSensor: JaCoCo report not found : /home/jenkins/agent/workspace/esf-infra-quality/core/metamodel/org.polarsys.esf.core.metamodel.esfarchitectureconcepts/target/jacoco.exec 07:49:24.347 INFO - JaCoCoItSensor: JaCoCo IT report not found: /home/jenkins/agent/workspace/esf-infra-quality/core/metamodel/org.polarsys.esf.core.metamodel.esfarchitectureconcepts/target/jacoco-it.exec 07:49:24.351 INFO - Sensor JavaSquidSensor... 07:49:24.352 INFO - Configured Java source version (sonar.java.source): 6 07:49:24.352 INFO - JavaClasspath initialization... 07:49:24.353 INFO - JavaClasspath initialization done: 1 ms 07:49:24.353 INFO - JavaTestClasspath initialization... 07:49:24.356 INFO - JavaTestClasspath initialization done: 3 ms 07:49:24.360 INFO - Java Main Files AST scan... 07:49:24.360 INFO - 1 source files to be analyzed 07:49:24.380 ERROR - Class not found: org.osgi.annotation.versioning.ConsumerType 07:49:24.381 ERROR - Class not found: org.osgi.annotation.versioning.ProviderType 07:49:24.387 INFO - Java Main Files AST scan done: 27 ms 07:49:24.387 INFO - 1/1 source files have been analyzed 07:49:24.387 INFO - Java bytecode scan... 07:49:24.401 INFO - Java bytecode scan done: 14 ms 07:49:24.401 INFO - Java Test Files AST scan... 07:49:24.401 INFO - 0 source files to be analyzed 07:49:24.401 INFO - Java Test Files AST scan done: 0 ms 07:49:24.401 INFO - Package design analysis... 07:49:24.401 INFO - 0/0 source files have been analyzed 07:49:24.402 INFO - Package design analysis done: 1 ms 07:49:24.402 INFO - Sensor JavaSquidSensor done: 51 ms 07:49:24.402 INFO - Sensor QProfileSensor... 07:49:24.402 INFO - Sensor QProfileSensor done: 0 ms 07:49:24.402 INFO - Sensor InitialOpenIssuesSensor... 07:49:24.405 INFO - Sensor InitialOpenIssuesSensor done: 3 ms 07:49:24.405 INFO - Sensor ProjectLinksSensor... 07:49:24.410 INFO - Sensor ProjectLinksSensor done: 5 ms 07:49:24.411 INFO - Sensor VersionEventsSensor... 07:49:24.416 INFO - Sensor VersionEventsSensor done: 5 ms 07:49:24.416 INFO - Sensor FileHashSensor... 07:49:24.417 INFO - Sensor FileHashSensor done: 1 ms 07:49:24.417 INFO - Sensor org.sonar.plugins.findbugs.FindbugsSensor@6f054649... 07:49:24.417 INFO - Execute Findbugs 3.0.1... 07:49:24.461 INFO - Findbugs output report: /home/jenkins/agent/workspace/esf-infra-quality/core/metamodel/org.polarsys.esf.core.metamodel.esfarchitectureconcepts/target/sonar/findbugs-result.xml 07:49:25.034 INFO - Execute Findbugs 3.0.1 done: 617 ms 07:49:25.034 INFO - Sensor org.sonar.plugins.findbugs.FindbugsSensor@6f054649 done: 617 ms 07:49:25.035 INFO - Sensor SurefireSensor... 07:49:25.035 INFO - parsing /home/jenkins/agent/workspace/esf-infra-quality/core/metamodel/org.polarsys.esf.core.metamodel.esfarchitectureconcepts/target/surefire-reports 07:49:25.035 ERROR - Reports path not found or is not a directory: /home/jenkins/agent/workspace/esf-infra-quality/core/metamodel/org.polarsys.esf.core.metamodel.esfarchitectureconcepts/target/surefire-reports 07:49:25.035 INFO - Sensor SurefireSensor done: 0 ms 07:49:25.035 INFO - Sensor PmdSensor... 07:49:25.035 INFO - Execute PMD 5.4.2... 07:49:25.035 INFO - Java version: 1.6 07:49:25.039 INFO - PMD configuration: /home/jenkins/agent/workspace/esf-infra-quality/core/metamodel/org.polarsys.esf.core.metamodel.esfarchitectureconcepts/target/sonar/pmd.xml 07:49:25.227 INFO - Execute PMD 5.4.2 done: 192 ms 07:49:25.227 INFO - Sensor PmdSensor done: 192 ms 07:49:25.227 INFO - Sensor CheckstyleSensor... 07:49:25.227 INFO - Execute Checkstyle ${checkstyle.version}... 07:49:25.250 INFO - Checkstyle configuration: /home/jenkins/agent/workspace/esf-infra-quality/core/metamodel/org.polarsys.esf.core.metamodel.esfarchitectureconcepts/target/sonar/checkstyle.xml 07:49:25.375 INFO - Execute Checkstyle ${checkstyle.version} done: 148 ms 07:49:25.375 INFO - Sensor CheckstyleSensor done: 148 ms 07:49:25.375 INFO - Sensor CPD Sensor (wrapped)... 07:49:25.375 INFO - JavaCpdEngine is used for java 07:49:25.375 INFO - Cross-project analysis disabled 07:49:25.377 INFO - Sensor CPD Sensor (wrapped) done: 2 ms 07:49:25.560 INFO - Execute decorators... 07:49:25.606 INFO - ------------- Scan ESFCore Meta-model 07:49:25.606 INFO - Load module settings 07:49:25.653 INFO - Language is forced to java 07:49:25.659 INFO - Configure Maven plugins 07:49:25.661 INFO - Compare to previous analysis (2020-05-21) 07:49:25.662 INFO - Compare over 30 days (2020-04-22, analysis of 2020-04-24 07:50:43.0) 07:49:25.663 INFO - No quality gate is configured. 07:49:25.671 INFO - Base dir: /home/jenkins/agent/workspace/esf-infra-quality/core/metamodel/org.polarsys.esf.core.metamodel.esfcore 07:49:25.671 INFO - Working dir: /home/jenkins/agent/workspace/esf-infra-quality/core/metamodel/org.polarsys.esf.core.metamodel.esfcore/target/sonar 07:49:25.671 INFO - Source paths: pom.xml, src/main/java 07:49:25.671 INFO - Binary dirs: target/classes 07:49:25.671 INFO - Source encoding: UTF-8, default locale: en_US 07:49:25.671 INFO - Index files 07:49:25.671 INFO - Excluded sources: 07:49:25.671 INFO - **/util/*Switch.java 07:49:25.671 INFO - **/src-gen/**/* 07:49:25.677 INFO - 1 files indexed 07:49:25.685 INFO - Quality profile for java: Sonar way with Findbugs 07:49:25.686 INFO - JaCoCoSensor: JaCoCo report not found : /home/jenkins/agent/workspace/esf-infra-quality/core/metamodel/org.polarsys.esf.core.metamodel.esfcore/target/jacoco.exec 07:49:25.686 INFO - JaCoCoItSensor: JaCoCo IT report not found: /home/jenkins/agent/workspace/esf-infra-quality/core/metamodel/org.polarsys.esf.core.metamodel.esfcore/target/jacoco-it.exec 07:49:25.687 INFO - Sensor JavaSquidSensor... 07:49:25.688 INFO - Configured Java source version (sonar.java.source): 6 07:49:25.688 INFO - JavaClasspath initialization... 07:49:25.690 INFO - JavaClasspath initialization done: 2 ms 07:49:25.690 INFO - JavaTestClasspath initialization... 07:49:25.692 INFO - JavaTestClasspath initialization done: 2 ms 07:49:25.696 INFO - Java Main Files AST scan... 07:49:25.696 INFO - 1 source files to be analyzed 07:49:25.717 ERROR - Class not found: org.osgi.annotation.versioning.ConsumerType 07:49:25.717 ERROR - Class not found: org.osgi.annotation.versioning.ProviderType 07:49:25.723 INFO - Java Main Files AST scan done: 27 ms 07:49:25.724 INFO - 1/1 source files have been analyzed 07:49:25.724 INFO - Java bytecode scan... 07:49:25.755 INFO - Java bytecode scan done: 31 ms 07:49:25.755 INFO - Java Test Files AST scan... 07:49:25.755 INFO - 0 source files to be analyzed 07:49:25.755 INFO - Java Test Files AST scan done: 0 ms 07:49:25.755 INFO - Package design analysis... 07:49:25.755 INFO - 0/0 source files have been analyzed 07:49:25.755 INFO - Package design analysis done: 0 ms 07:49:25.756 INFO - Sensor JavaSquidSensor done: 69 ms 07:49:25.756 INFO - Sensor QProfileSensor... 07:49:25.756 INFO - Sensor QProfileSensor done: 0 ms 07:49:25.756 INFO - Sensor InitialOpenIssuesSensor... 07:49:25.759 INFO - Sensor InitialOpenIssuesSensor done: 3 ms 07:49:25.759 INFO - Sensor ProjectLinksSensor... 07:49:25.767 INFO - Sensor ProjectLinksSensor done: 8 ms 07:49:25.768 INFO - Sensor VersionEventsSensor... 07:49:25.775 INFO - Sensor VersionEventsSensor done: 7 ms 07:49:25.775 INFO - Sensor FileHashSensor... 07:49:25.775 INFO - Sensor FileHashSensor done: 0 ms 07:49:25.775 INFO - Sensor org.sonar.plugins.findbugs.FindbugsSensor@3516799e... 07:49:25.776 INFO - Execute Findbugs 3.0.1... 07:49:25.795 INFO - Findbugs output report: /home/jenkins/agent/workspace/esf-infra-quality/core/metamodel/org.polarsys.esf.core.metamodel.esfcore/target/sonar/findbugs-result.xml 07:49:26.339 INFO - Execute Findbugs 3.0.1 done: 562 ms 07:49:26.339 INFO - Sensor org.sonar.plugins.findbugs.FindbugsSensor@3516799e done: 564 ms 07:49:26.339 INFO - Sensor SurefireSensor... 07:49:26.339 INFO - parsing /home/jenkins/agent/workspace/esf-infra-quality/core/metamodel/org.polarsys.esf.core.metamodel.esfcore/target/surefire-reports 07:49:26.339 ERROR - Reports path not found or is not a directory: /home/jenkins/agent/workspace/esf-infra-quality/core/metamodel/org.polarsys.esf.core.metamodel.esfcore/target/surefire-reports 07:49:26.339 INFO - Sensor SurefireSensor done: 0 ms 07:49:26.339 INFO - Sensor PmdSensor... 07:49:26.339 INFO - Execute PMD 5.4.2... 07:49:26.340 INFO - Java version: 1.6 07:49:26.353 INFO - PMD configuration: /home/jenkins/agent/workspace/esf-infra-quality/core/metamodel/org.polarsys.esf.core.metamodel.esfcore/target/sonar/pmd.xml 07:49:26.576 INFO - Execute PMD 5.4.2 done: 237 ms 07:49:26.576 INFO - Sensor PmdSensor done: 237 ms 07:49:26.576 INFO - Sensor CheckstyleSensor... 07:49:26.576 INFO - Execute Checkstyle ${checkstyle.version}... 07:49:26.577 INFO - Checkstyle configuration: /home/jenkins/agent/workspace/esf-infra-quality/core/metamodel/org.polarsys.esf.core.metamodel.esfcore/target/sonar/checkstyle.xml 07:49:26.706 INFO - Execute Checkstyle ${checkstyle.version} done: 130 ms 07:49:26.706 INFO - Sensor CheckstyleSensor done: 130 ms 07:49:26.706 INFO - Sensor CPD Sensor (wrapped)... 07:49:26.706 INFO - JavaCpdEngine is used for java 07:49:26.707 INFO - Cross-project analysis disabled 07:49:26.708 INFO - Sensor CPD Sensor (wrapped) done: 2 ms 07:49:26.787 INFO - Execute decorators... 07:49:26.832 INFO - ------------- Scan ESFBehaviours Meta-model 07:49:26.832 INFO - Load module settings 07:49:26.929 INFO - Language is forced to java 07:49:26.934 INFO - Configure Maven plugins 07:49:26.938 INFO - Compare to previous analysis (2020-05-21) 07:49:26.939 INFO - Compare over 30 days (2020-04-22, analysis of 2020-04-24 07:50:43.0) 07:49:26.940 INFO - No quality gate is configured. 07:49:26.947 INFO - Base dir: /home/jenkins/agent/workspace/esf-infra-quality/core/metamodel/org.polarsys.esf.core.metamodel.esfbehaviours 07:49:26.947 INFO - Working dir: /home/jenkins/agent/workspace/esf-infra-quality/core/metamodel/org.polarsys.esf.core.metamodel.esfbehaviours/target/sonar 07:49:26.947 INFO - Source paths: pom.xml, src/main/java 07:49:26.948 INFO - Binary dirs: target/classes 07:49:26.948 INFO - Source encoding: UTF-8, default locale: en_US 07:49:26.948 INFO - Index files 07:49:26.948 INFO - Excluded sources: 07:49:26.948 INFO - **/util/*Switch.java 07:49:26.948 INFO - **/src-gen/**/* 07:49:26.953 INFO - 1 files indexed 07:49:26.967 INFO - Quality profile for java: Sonar way with Findbugs 07:49:26.968 INFO - JaCoCoSensor: JaCoCo report not found : /home/jenkins/agent/workspace/esf-infra-quality/core/metamodel/org.polarsys.esf.core.metamodel.esfbehaviours/target/jacoco.exec 07:49:26.968 INFO - JaCoCoItSensor: JaCoCo IT report not found: /home/jenkins/agent/workspace/esf-infra-quality/core/metamodel/org.polarsys.esf.core.metamodel.esfbehaviours/target/jacoco-it.exec 07:49:26.969 INFO - Sensor JavaSquidSensor... 07:49:26.970 INFO - Configured Java source version (sonar.java.source): 6 07:49:26.970 INFO - JavaClasspath initialization... 07:49:26.972 INFO - JavaClasspath initialization done: 2 ms 07:49:26.972 INFO - JavaTestClasspath initialization... 07:49:26.974 INFO - JavaTestClasspath initialization done: 2 ms 07:49:26.978 INFO - Java Main Files AST scan... 07:49:26.978 INFO - 1 source files to be analyzed 07:49:26.998 ERROR - Class not found: org.osgi.annotation.versioning.ConsumerType 07:49:26.999 ERROR - Class not found: org.osgi.annotation.versioning.ProviderType 07:49:27.005 INFO - Java Main Files AST scan done: 27 ms 07:49:27.005 INFO - 1/1 source files have been analyzed 07:49:27.006 INFO - Java bytecode scan... 07:49:27.020 INFO - Java bytecode scan done: 14 ms 07:49:27.020 INFO - Java Test Files AST scan... 07:49:27.020 INFO - 0 source files to be analyzed 07:49:27.020 INFO - Java Test Files AST scan done: 0 ms 07:49:27.020 INFO - Package design analysis... 07:49:27.021 INFO - 0/0 source files have been analyzed 07:49:27.021 INFO - Package design analysis done: 1 ms 07:49:27.021 INFO - Sensor JavaSquidSensor done: 52 ms 07:49:27.021 INFO - Sensor QProfileSensor... 07:49:27.021 INFO - Sensor QProfileSensor done: 0 ms 07:49:27.021 INFO - Sensor InitialOpenIssuesSensor... 07:49:27.026 INFO - Sensor InitialOpenIssuesSensor done: 5 ms 07:49:27.026 INFO - Sensor ProjectLinksSensor... 07:49:27.032 INFO - Sensor ProjectLinksSensor done: 6 ms 07:49:27.033 INFO - Sensor VersionEventsSensor... 07:49:27.038 INFO - Sensor VersionEventsSensor done: 5 ms 07:49:27.038 INFO - Sensor FileHashSensor... 07:49:27.039 INFO - Sensor FileHashSensor done: 1 ms 07:49:27.039 INFO - Sensor org.sonar.plugins.findbugs.FindbugsSensor@5debc3f7... 07:49:27.039 INFO - Execute Findbugs 3.0.1... 07:49:27.065 INFO - Findbugs output report: /home/jenkins/agent/workspace/esf-infra-quality/core/metamodel/org.polarsys.esf.core.metamodel.esfbehaviours/target/sonar/findbugs-result.xml 07:49:27.532 INFO - Execute Findbugs 3.0.1 done: 493 ms 07:49:27.533 INFO - Sensor org.sonar.plugins.findbugs.FindbugsSensor@5debc3f7 done: 494 ms 07:49:27.533 INFO - Sensor SurefireSensor... 07:49:27.533 INFO - parsing /home/jenkins/agent/workspace/esf-infra-quality/core/metamodel/org.polarsys.esf.core.metamodel.esfbehaviours/target/surefire-reports 07:49:27.533 ERROR - Reports path not found or is not a directory: /home/jenkins/agent/workspace/esf-infra-quality/core/metamodel/org.polarsys.esf.core.metamodel.esfbehaviours/target/surefire-reports 07:49:27.533 INFO - Sensor SurefireSensor done: 0 ms 07:49:27.533 INFO - Sensor PmdSensor... 07:49:27.533 INFO - Execute PMD 5.4.2... 07:49:27.533 INFO - Java version: 1.6 07:49:27.536 INFO - PMD configuration: /home/jenkins/agent/workspace/esf-infra-quality/core/metamodel/org.polarsys.esf.core.metamodel.esfbehaviours/target/sonar/pmd.xml 07:49:27.688 INFO - Execute PMD 5.4.2 done: 155 ms 07:49:27.688 INFO - Sensor PmdSensor done: 155 ms 07:49:27.688 INFO - Sensor CheckstyleSensor... 07:49:27.688 INFO - Execute Checkstyle ${checkstyle.version}... 07:49:27.689 INFO - Checkstyle configuration: /home/jenkins/agent/workspace/esf-infra-quality/core/metamodel/org.polarsys.esf.core.metamodel.esfbehaviours/target/sonar/checkstyle.xml 07:49:27.804 INFO - Execute Checkstyle ${checkstyle.version} done: 116 ms 07:49:27.804 INFO - Sensor CheckstyleSensor done: 116 ms 07:49:27.804 INFO - Sensor CPD Sensor (wrapped)... 07:49:27.804 INFO - JavaCpdEngine is used for java 07:49:27.804 INFO - Cross-project analysis disabled 07:49:27.805 INFO - Sensor CPD Sensor (wrapped) done: 1 ms 07:49:27.878 INFO - Execute decorators... 07:49:27.924 INFO - ------------- Scan ESFProperties Meta-model 07:49:27.924 INFO - Load module settings 07:49:27.962 INFO - Language is forced to java 07:49:27.967 INFO - Configure Maven plugins 07:49:27.969 INFO - Compare to previous analysis (2020-05-21) 07:49:27.970 INFO - Compare over 30 days (2020-04-22, analysis of 2020-04-24 07:50:43.0) 07:49:27.971 INFO - No quality gate is configured. 07:49:27.979 INFO - Base dir: /home/jenkins/agent/workspace/esf-infra-quality/core/metamodel/org.polarsys.esf.core.metamodel.esfproperties 07:49:27.979 INFO - Working dir: /home/jenkins/agent/workspace/esf-infra-quality/core/metamodel/org.polarsys.esf.core.metamodel.esfproperties/target/sonar 07:49:27.979 INFO - Source paths: pom.xml, src/main/java 07:49:27.979 INFO - Binary dirs: target/classes 07:49:27.979 INFO - Source encoding: UTF-8, default locale: en_US 07:49:27.979 INFO - Index files 07:49:27.979 INFO - Excluded sources: 07:49:27.979 INFO - **/util/*Switch.java 07:49:27.979 INFO - **/src-gen/**/* 07:49:27.985 INFO - 1 files indexed 07:49:27.993 INFO - Quality profile for java: Sonar way with Findbugs 07:49:27.994 INFO - JaCoCoSensor: JaCoCo report not found : /home/jenkins/agent/workspace/esf-infra-quality/core/metamodel/org.polarsys.esf.core.metamodel.esfproperties/target/jacoco.exec 07:49:27.994 INFO - JaCoCoItSensor: JaCoCo IT report not found: /home/jenkins/agent/workspace/esf-infra-quality/core/metamodel/org.polarsys.esf.core.metamodel.esfproperties/target/jacoco-it.exec 07:49:27.995 INFO - Sensor JavaSquidSensor... 07:49:27.995 INFO - Configured Java source version (sonar.java.source): 6 07:49:27.996 INFO - JavaClasspath initialization... 07:49:27.997 INFO - JavaClasspath initialization done: 1 ms 07:49:27.997 INFO - JavaTestClasspath initialization... 07:49:27.999 INFO - JavaTestClasspath initialization done: 2 ms 07:49:28.004 INFO - Java Main Files AST scan... 07:49:28.004 INFO - 1 source files to be analyzed 07:49:28.023 ERROR - Class not found: org.osgi.annotation.versioning.ConsumerType 07:49:28.023 ERROR - Class not found: org.osgi.annotation.versioning.ProviderType 07:49:28.028 INFO - Java Main Files AST scan done: 24 ms 07:49:28.029 INFO - 1/1 source files have been analyzed 07:49:28.029 INFO - Java bytecode scan... 07:49:28.052 INFO - Java bytecode scan done: 23 ms 07:49:28.052 INFO - Java Test Files AST scan... 07:49:28.052 INFO - 0 source files to be analyzed 07:49:28.053 INFO - Java Test Files AST scan done: 1 ms 07:49:28.053 INFO - Package design analysis... 07:49:28.053 INFO - 0/0 source files have been analyzed 07:49:28.053 INFO - Package design analysis done: 0 ms 07:49:28.053 INFO - Sensor JavaSquidSensor done: 58 ms 07:49:28.053 INFO - Sensor QProfileSensor... 07:49:28.053 INFO - Sensor QProfileSensor done: 0 ms 07:49:28.053 INFO - Sensor InitialOpenIssuesSensor... 07:49:28.056 INFO - Sensor InitialOpenIssuesSensor done: 3 ms 07:49:28.056 INFO - Sensor ProjectLinksSensor... 07:49:28.062 INFO - Sensor ProjectLinksSensor done: 5 ms 07:49:28.062 INFO - Sensor VersionEventsSensor... 07:49:28.067 INFO - Sensor VersionEventsSensor done: 5 ms 07:49:28.067 INFO - Sensor FileHashSensor... 07:49:28.068 INFO - Sensor FileHashSensor done: 1 ms 07:49:28.068 INFO - Sensor org.sonar.plugins.findbugs.FindbugsSensor@1f777e3e... 07:49:28.068 INFO - Execute Findbugs 3.0.1... 07:49:28.086 INFO - Findbugs output report: /home/jenkins/agent/workspace/esf-infra-quality/core/metamodel/org.polarsys.esf.core.metamodel.esfproperties/target/sonar/findbugs-result.xml 07:49:28.588 INFO - Execute Findbugs 3.0.1 done: 520 ms 07:49:28.589 INFO - Sensor org.sonar.plugins.findbugs.FindbugsSensor@1f777e3e done: 521 ms 07:49:28.589 INFO - Sensor SurefireSensor... 07:49:28.589 INFO - parsing /home/jenkins/agent/workspace/esf-infra-quality/core/metamodel/org.polarsys.esf.core.metamodel.esfproperties/target/surefire-reports 07:49:28.589 ERROR - Reports path not found or is not a directory: /home/jenkins/agent/workspace/esf-infra-quality/core/metamodel/org.polarsys.esf.core.metamodel.esfproperties/target/surefire-reports 07:49:28.589 INFO - Sensor SurefireSensor done: 0 ms 07:49:28.589 INFO - Sensor PmdSensor... 07:49:28.589 INFO - Execute PMD 5.4.2... 07:49:28.590 INFO - Java version: 1.6 07:49:28.592 INFO - PMD configuration: /home/jenkins/agent/workspace/esf-infra-quality/core/metamodel/org.polarsys.esf.core.metamodel.esfproperties/target/sonar/pmd.xml 07:49:28.720 INFO - Execute PMD 5.4.2 done: 131 ms 07:49:28.720 INFO - Sensor PmdSensor done: 131 ms 07:49:28.720 INFO - Sensor CheckstyleSensor... 07:49:28.720 INFO - Execute Checkstyle ${checkstyle.version}... 07:49:28.721 INFO - Checkstyle configuration: /home/jenkins/agent/workspace/esf-infra-quality/core/metamodel/org.polarsys.esf.core.metamodel.esfproperties/target/sonar/checkstyle.xml 07:49:28.837 INFO - Execute Checkstyle ${checkstyle.version} done: 117 ms 07:49:28.837 INFO - Sensor CheckstyleSensor done: 117 ms 07:49:28.837 INFO - Sensor CPD Sensor (wrapped)... 07:49:28.837 INFO - JavaCpdEngine is used for java 07:49:28.837 INFO - Cross-project analysis disabled 07:49:28.839 INFO - Sensor CPD Sensor (wrapped) done: 2 ms 07:49:28.905 INFO - Execute decorators... 07:49:28.958 INFO - ------------- Scan ESFSafetyConcepts Meta-model 07:49:28.958 INFO - Load module settings 07:49:28.997 INFO - Language is forced to java 07:49:29.001 INFO - Configure Maven plugins 07:49:29.003 INFO - Compare to previous analysis (2020-05-21) 07:49:29.005 INFO - Compare over 30 days (2020-04-22, analysis of 2020-04-24 07:50:43.0) 07:49:29.005 INFO - No quality gate is configured. 07:49:29.011 INFO - Base dir: /home/jenkins/agent/workspace/esf-infra-quality/core/metamodel/org.polarsys.esf.core.metamodel.esfsafetyconcepts 07:49:29.011 INFO - Working dir: /home/jenkins/agent/workspace/esf-infra-quality/core/metamodel/org.polarsys.esf.core.metamodel.esfsafetyconcepts/target/sonar 07:49:29.011 INFO - Source paths: pom.xml, src/main/java 07:49:29.011 INFO - Binary dirs: target/classes 07:49:29.011 INFO - Source encoding: UTF-8, default locale: en_US 07:49:29.011 INFO - Index files 07:49:29.011 INFO - Excluded sources: 07:49:29.011 INFO - **/util/*Switch.java 07:49:29.011 INFO - **/src-gen/**/* 07:49:29.017 INFO - 1 files indexed 07:49:29.024 INFO - Quality profile for java: Sonar way with Findbugs 07:49:29.025 INFO - JaCoCoSensor: JaCoCo report not found : /home/jenkins/agent/workspace/esf-infra-quality/core/metamodel/org.polarsys.esf.core.metamodel.esfsafetyconcepts/target/jacoco.exec 07:49:29.025 INFO - JaCoCoItSensor: JaCoCo IT report not found: /home/jenkins/agent/workspace/esf-infra-quality/core/metamodel/org.polarsys.esf.core.metamodel.esfsafetyconcepts/target/jacoco-it.exec 07:49:29.026 INFO - Sensor JavaSquidSensor... 07:49:29.027 INFO - Configured Java source version (sonar.java.source): 6 07:49:29.027 INFO - JavaClasspath initialization... 07:49:29.029 INFO - JavaClasspath initialization done: 2 ms 07:49:29.029 INFO - JavaTestClasspath initialization... 07:49:29.031 INFO - JavaTestClasspath initialization done: 2 ms 07:49:29.035 INFO - Java Main Files AST scan... 07:49:29.036 INFO - 1 source files to be analyzed 07:49:29.069 ERROR - Class not found: org.osgi.annotation.versioning.ConsumerType 07:49:29.069 ERROR - Class not found: org.osgi.annotation.versioning.ProviderType 07:49:29.075 INFO - Java Main Files AST scan done: 40 ms 07:49:29.076 INFO - 1/1 source files have been analyzed 07:49:29.076 INFO - Java bytecode scan... 07:49:29.091 INFO - Java bytecode scan done: 15 ms 07:49:29.091 INFO - Java Test Files AST scan... 07:49:29.091 INFO - 0 source files to be analyzed 07:49:29.091 INFO - Java Test Files AST scan done: 0 ms 07:49:29.091 INFO - 0/0 source files have been analyzed 07:49:29.091 INFO - Package design analysis... 07:49:29.091 INFO - Package design analysis done: 0 ms 07:49:29.092 INFO - Sensor JavaSquidSensor done: 66 ms 07:49:29.092 INFO - Sensor QProfileSensor... 07:49:29.092 INFO - Sensor QProfileSensor done: 0 ms 07:49:29.092 INFO - Sensor InitialOpenIssuesSensor... 07:49:29.096 INFO - Sensor InitialOpenIssuesSensor done: 4 ms 07:49:29.096 INFO - Sensor ProjectLinksSensor... 07:49:29.101 INFO - Sensor ProjectLinksSensor done: 5 ms 07:49:29.102 INFO - Sensor VersionEventsSensor... 07:49:29.108 INFO - Sensor VersionEventsSensor done: 6 ms 07:49:29.108 INFO - Sensor FileHashSensor... 07:49:29.109 INFO - Sensor FileHashSensor done: 1 ms 07:49:29.109 INFO - Sensor org.sonar.plugins.findbugs.FindbugsSensor@2b185e5e... 07:49:29.109 INFO - Execute Findbugs 3.0.1... 07:49:29.149 INFO - Findbugs output report: /home/jenkins/agent/workspace/esf-infra-quality/core/metamodel/org.polarsys.esf.core.metamodel.esfsafetyconcepts/target/sonar/findbugs-result.xml 07:49:30.264 INFO - Execute Findbugs 3.0.1 done: 1155 ms 07:49:30.265 INFO - Sensor org.sonar.plugins.findbugs.FindbugsSensor@2b185e5e done: 1156 ms 07:49:30.265 INFO - Sensor SurefireSensor... 07:49:30.265 INFO - parsing /home/jenkins/agent/workspace/esf-infra-quality/core/metamodel/org.polarsys.esf.core.metamodel.esfsafetyconcepts/target/surefire-reports 07:49:30.265 ERROR - Reports path not found or is not a directory: /home/jenkins/agent/workspace/esf-infra-quality/core/metamodel/org.polarsys.esf.core.metamodel.esfsafetyconcepts/target/surefire-reports 07:49:30.265 INFO - Sensor SurefireSensor done: 0 ms 07:49:30.265 INFO - Sensor PmdSensor... 07:49:30.265 INFO - Execute PMD 5.4.2... 07:49:30.265 INFO - Java version: 1.6 07:49:30.267 INFO - PMD configuration: /home/jenkins/agent/workspace/esf-infra-quality/core/metamodel/org.polarsys.esf.core.metamodel.esfsafetyconcepts/target/sonar/pmd.xml 07:49:30.406 INFO - Execute PMD 5.4.2 done: 141 ms 07:49:30.407 INFO - Sensor PmdSensor done: 142 ms 07:49:30.407 INFO - Sensor CheckstyleSensor... 07:49:30.407 INFO - Execute Checkstyle ${checkstyle.version}... 07:49:30.408 INFO - Checkstyle configuration: /home/jenkins/agent/workspace/esf-infra-quality/core/metamodel/org.polarsys.esf.core.metamodel.esfsafetyconcepts/target/sonar/checkstyle.xml 07:49:30.523 INFO - Execute Checkstyle ${checkstyle.version} done: 116 ms 07:49:30.523 INFO - Sensor CheckstyleSensor done: 116 ms 07:49:30.523 INFO - Sensor CPD Sensor (wrapped)... 07:49:30.523 INFO - JavaCpdEngine is used for java 07:49:30.524 INFO - Cross-project analysis disabled 07:49:30.525 INFO - Sensor CPD Sensor (wrapped) done: 2 ms 07:49:30.587 INFO - Execute decorators... 07:49:31.328 INFO - ------------- Scan ESF Meta-model 07:49:31.329 INFO - Load module settings 07:49:31.369 INFO - Language is forced to java 07:49:31.374 INFO - Configure Maven plugins 07:49:31.376 INFO - Compare to previous analysis (2020-05-21) 07:49:31.377 INFO - Compare over 30 days (2020-04-22, analysis of 2020-04-24 07:50:43.0) 07:49:31.377 INFO - No quality gate is configured. 07:49:31.384 INFO - Base dir: /home/jenkins/agent/workspace/esf-infra-quality/core/metamodel 07:49:31.384 INFO - Working dir: /home/jenkins/agent/workspace/esf-infra-quality/core/metamodel/target/sonar 07:49:31.384 INFO - Source encoding: UTF-8, default locale: en_US 07:49:31.384 INFO - Quality profile for java: Sonar way with Findbugs 07:49:31.384 INFO - JaCoCoSensor: JaCoCo report not found : /home/jenkins/agent/workspace/esf-infra-quality/core/metamodel/target/jacoco.exec 07:49:31.384 INFO - JaCoCoItSensor: JaCoCo IT report not found: /home/jenkins/agent/workspace/esf-infra-quality/core/metamodel/target/jacoco-it.exec 07:49:31.386 INFO - Sensor InitialOpenIssuesSensor... 07:49:31.389 INFO - Sensor InitialOpenIssuesSensor done: 3 ms 07:49:31.389 INFO - Sensor ProjectLinksSensor... 07:49:31.394 INFO - Sensor ProjectLinksSensor done: 5 ms 07:49:31.394 INFO - Sensor VersionEventsSensor... 07:49:31.400 INFO - Sensor VersionEventsSensor done: 6 ms 07:49:31.400 INFO - Sensor FileHashSensor... 07:49:31.400 INFO - Sensor FileHashSensor done: 0 ms 07:49:31.400 INFO - Sensor CPD Sensor (wrapped)... 07:49:31.400 INFO - JavaCpdEngine is used for java 07:49:31.400 INFO - Sensor CPD Sensor (wrapped) done: 0 ms 07:49:31.454 INFO - Execute decorators... 07:49:31.489 INFO - ------------- Scan ESFArchitectureConcepts Profile 07:49:31.490 INFO - Load module settings 07:49:31.531 INFO - Language is forced to java 07:49:31.534 INFO - Configure Maven plugins 07:49:31.537 INFO - Compare to previous analysis (2020-05-21) 07:49:31.538 INFO - Compare over 30 days (2020-04-22, analysis of 2020-04-24 07:50:43.0) 07:49:31.538 INFO - No quality gate is configured. 07:49:31.576 INFO - Base dir: /home/jenkins/agent/workspace/esf-infra-quality/core/profile/org.polarsys.esf.core.profile.esfarchitectureconcepts 07:49:31.576 INFO - Working dir: /home/jenkins/agent/workspace/esf-infra-quality/core/profile/org.polarsys.esf.core.profile.esfarchitectureconcepts/target/sonar 07:49:31.577 INFO - Source paths: pom.xml, src/main/java, src-gen/main/java 07:49:31.577 INFO - Binary dirs: target/classes 07:49:31.577 INFO - Source encoding: UTF-8, default locale: en_US 07:49:31.577 INFO - Index files 07:49:31.577 INFO - Excluded sources: 07:49:31.577 INFO - **/util/*Switch.java 07:49:31.577 INFO - **/src-gen/**/* 07:49:31.596 INFO - 18 files indexed 07:49:31.687 INFO - Quality profile for java: Sonar way with Findbugs 07:49:31.689 INFO - JaCoCoSensor: JaCoCo report not found : /home/jenkins/agent/workspace/esf-infra-quality/core/profile/org.polarsys.esf.core.profile.esfarchitectureconcepts/target/jacoco.exec 07:49:31.690 INFO - JaCoCoItSensor: JaCoCo IT report not found: /home/jenkins/agent/workspace/esf-infra-quality/core/profile/org.polarsys.esf.core.profile.esfarchitectureconcepts/target/jacoco-it.exec 07:49:31.691 INFO - Sensor JavaSquidSensor... 07:49:31.692 INFO - Configured Java source version (sonar.java.source): 6 07:49:31.692 INFO - JavaClasspath initialization... 07:49:31.714 INFO - JavaClasspath initialization done: 22 ms 07:49:31.714 INFO - JavaTestClasspath initialization... 07:49:31.741 INFO - JavaTestClasspath initialization done: 27 ms 07:49:31.745 INFO - Java Main Files AST scan... 07:49:31.745 INFO - 18 source files to be analyzed 07:49:31.784 ERROR - Class not found: org.osgi.annotation.versioning.ConsumerType 07:49:31.787 ERROR - Class not found: org.osgi.annotation.versioning.ProviderType 07:49:32.156 ERROR - Class not found: org.polarsys.esf.esfcore.impl.AbstractSArchitectureElement 07:49:32.156 ERROR - Class not found: org.polarsys.esf.esfcore.IAbstractSArchitectureElement 07:49:32.227 ERROR - Class not found: org.polarsys.esf.esfcore.impl.AbstractSArchitectureElement 07:49:32.227 ERROR - Class not found: org.polarsys.esf.esfcore.IAbstractSArchitectureElement 07:49:32.372 ERROR - Class not found: org.polarsys.esf.esfcore.impl.AbstractSArchitectureElement 07:49:32.372 ERROR - Class not found: org.polarsys.esf.esfcore.IAbstractSArchitectureElement 07:49:32.491 ERROR - Class not found: org.polarsys.esf.esfcore.impl.AbstractSArchitectureElement 07:49:32.491 ERROR - Class not found: org.polarsys.esf.esfcore.IAbstractSArchitectureElement 07:49:32.571 ERROR - Class not found: org.polarsys.esf.esfcore.impl.AbstractSArchitectureElement 07:49:32.572 ERROR - Class not found: org.polarsys.esf.esfcore.IAbstractSArchitectureElement 07:49:32.664 ERROR - Class not found: org.polarsys.esf.esfcore.impl.AbstractSArchitectureElement 07:49:32.664 ERROR - Class not found: org.polarsys.esf.esfcore.IAbstractSArchitectureElement 07:49:32.759 ERROR - Class not found: org.polarsys.esf.esfcore.impl.AbstractSArchitectureElement 07:49:32.760 ERROR - Class not found: org.polarsys.esf.esfcore.IAbstractSArchitectureElement 07:49:32.798 INFO - Java Main Files AST scan done: 1053 ms 07:49:32.798 INFO - 18/18 source files have been analyzed 07:49:32.799 INFO - Java bytecode scan... 07:49:32.855 WARN - Class 'org/polarsys/esf/esfcore/IAbstractSArchitectureElement' is not accessible through the ClassLoader. 07:49:32.855 WARN - Class 'org/polarsys/esf/esfcore/IAbstractSArchitectureElement' is not accessible through the ClassLoader. 07:49:32.855 WARN - Class 'org/polarsys/esf/esfcore/IAbstractSArchitectureElement' is not accessible through the ClassLoader. 07:49:32.855 WARN - Class 'org/polarsys/esf/esfcore/IAbstractSArchitectureElement' is not accessible through the ClassLoader. 07:49:32.856 WARN - Class 'org/polarsys/esf/esfcore/IAbstractSArchitectureElement' is not accessible through the ClassLoader. 07:49:32.856 WARN - Class 'org/polarsys/esf/esfcore/impl/AbstractSArchitectureElement' is not accessible through the ClassLoader. 07:49:32.856 WARN - Class 'org/polarsys/esf/esfcore/impl/AbstractSArchitectureElement' is not accessible through the ClassLoader. 07:49:32.857 WARN - Class 'org/polarsys/esf/esfcore/impl/AbstractSArchitectureElement' is not accessible through the ClassLoader. 07:49:32.857 WARN - Class 'org/polarsys/esf/esfcore/impl/AbstractSArchitectureElement' is not accessible through the ClassLoader. 07:49:32.858 WARN - Class 'org/polarsys/esf/esfcore/impl/AbstractSArchitectureElement' is not accessible through the ClassLoader. 07:49:32.858 WARN - Class 'org/polarsys/esf/esfcore/impl/GenericAbstractSElement' is not accessible through the ClassLoader. 07:49:32.858 WARN - Class 'org/polarsys/esf/esfcore/impl/GenericAbstractSElement' is not accessible through the ClassLoader. 07:49:32.866 WARN - Class 'org/polarsys/esf/esfcore/impl/GenericAbstractSElement' is not accessible through the ClassLoader. 07:49:32.867 WARN - Class 'org/polarsys/esf/esfcore/impl/GenericAbstractSElement' is not accessible through the ClassLoader. 07:49:32.870 WARN - Class 'org/polarsys/esf/esfcore/impl/GenericAbstractSElement' is not accessible through the ClassLoader. 07:49:32.871 WARN - Class 'org/polarsys/esf/esfcore/impl/GenericAbstractSElement' is not accessible through the ClassLoader. 07:49:32.871 WARN - Class 'org/polarsys/esf/esfcore/impl/GenericAbstractSElement' is not accessible through the ClassLoader. 07:49:32.871 WARN - Class 'org/polarsys/esf/esfcore/impl/GenericAbstractSElement' is not accessible through the ClassLoader. 07:49:32.871 WARN - Class 'org/polarsys/esf/esfcore/impl/GenericAbstractSElement' is not accessible through the ClassLoader. 07:49:32.871 WARN - Class 'org/polarsys/esf/esfcore/impl/GenericAbstractSElement' is not accessible through the ClassLoader. 07:49:32.872 WARN - Class 'org/polarsys/esf/esfcore/impl/GenericAbstractSElement' is not accessible through the ClassLoader. 07:49:32.872 WARN - Class 'org/polarsys/esf/esfcore/impl/GenericAbstractSElement' is not accessible through the ClassLoader. 07:49:32.876 INFO - Java bytecode scan done: 77 ms 07:49:32.876 INFO - Java Test Files AST scan... 07:49:32.876 INFO - 0 source files to be analyzed 07:49:32.876 INFO - Java Test Files AST scan done: 0 ms 07:49:32.876 INFO - Package design analysis... 07:49:32.876 INFO - 0/0 source files have been analyzed 07:49:32.894 INFO - Package design analysis done: 18 ms 07:49:32.895 INFO - Sensor JavaSquidSensor done: 1204 ms 07:49:32.896 INFO - Sensor QProfileSensor... 07:49:32.896 INFO - Sensor QProfileSensor done: 0 ms 07:49:32.896 INFO - Sensor InitialOpenIssuesSensor... 07:49:32.909 INFO - Sensor InitialOpenIssuesSensor done: 13 ms 07:49:32.909 INFO - Sensor ProjectLinksSensor... 07:49:32.914 INFO - Sensor ProjectLinksSensor done: 5 ms 07:49:32.914 INFO - Sensor VersionEventsSensor... 07:49:32.920 INFO - Sensor VersionEventsSensor done: 6 ms 07:49:32.920 INFO - Sensor FileHashSensor... 07:49:32.921 INFO - Sensor FileHashSensor done: 1 ms 07:49:32.921 INFO - Sensor org.sonar.plugins.findbugs.FindbugsSensor@4a54f23a... 07:49:32.922 INFO - Execute Findbugs 3.0.1... 07:49:32.957 INFO - Findbugs output report: /home/jenkins/agent/workspace/esf-infra-quality/core/profile/org.polarsys.esf.core.profile.esfarchitectureconcepts/target/sonar/findbugs-result.xml The following classes needed for analysis were missing: org.polarsys.esf.esfcore.IAbstractSArchitectureElement org.polarsys.esf.esfcore.impl.AbstractSArchitectureElement org.polarsys.esf.esfcore.impl.GenericAbstractSElement 07:49:34.565 INFO - Execute Findbugs 3.0.1 done: 1643 ms 07:49:34.566 INFO - Sensor org.sonar.plugins.findbugs.FindbugsSensor@4a54f23a done: 1645 ms 07:49:34.566 INFO - Sensor SurefireSensor... 07:49:34.566 INFO - parsing /home/jenkins/agent/workspace/esf-infra-quality/core/profile/org.polarsys.esf.core.profile.esfarchitectureconcepts/target/surefire-reports 07:49:34.566 ERROR - Reports path not found or is not a directory: /home/jenkins/agent/workspace/esf-infra-quality/core/profile/org.polarsys.esf.core.profile.esfarchitectureconcepts/target/surefire-reports 07:49:34.566 INFO - Sensor SurefireSensor done: 0 ms 07:49:34.566 INFO - Sensor PmdSensor... 07:49:34.567 INFO - Execute PMD 5.4.2... 07:49:34.570 INFO - Java version: 1.6 07:49:34.571 INFO - PMD configuration: /home/jenkins/agent/workspace/esf-infra-quality/core/profile/org.polarsys.esf.core.profile.esfarchitectureconcepts/target/sonar/pmd.xml 07:49:35.016 INFO - Execute PMD 5.4.2 done: 449 ms 07:49:35.019 INFO - Sensor PmdSensor done: 453 ms 07:49:35.019 INFO - Sensor CheckstyleSensor... 07:49:35.019 INFO - Execute Checkstyle ${checkstyle.version}... 07:49:35.019 INFO - Checkstyle configuration: /home/jenkins/agent/workspace/esf-infra-quality/core/profile/org.polarsys.esf.core.profile.esfarchitectureconcepts/target/sonar/checkstyle.xml 07:49:35.205 INFO - Execute Checkstyle ${checkstyle.version} done: 186 ms 07:49:35.205 INFO - Sensor CheckstyleSensor done: 186 ms 07:49:35.205 INFO - Sensor CPD Sensor (wrapped)... 07:49:35.205 INFO - JavaCpdEngine is used for java 07:49:35.205 INFO - Cross-project analysis disabled 07:49:35.267 INFO - Sensor CPD Sensor (wrapped) done: 62 ms 07:49:35.369 INFO - Execute decorators... 07:49:35.516 INFO - ------------- Scan ESFArchitectureConcepts Profile test 07:49:35.517 INFO - Load module settings 07:49:35.554 INFO - Language is forced to java 07:49:35.558 INFO - Configure Maven plugins 07:49:35.560 INFO - Compare to previous analysis (2020-05-21) 07:49:35.561 INFO - Compare over 30 days (2020-04-22, analysis of 2020-04-24 07:50:43.0) 07:49:35.562 INFO - No quality gate is configured. 07:49:35.570 INFO - Base dir: /home/jenkins/agent/workspace/esf-infra-quality/core/profile/org.polarsys.esf.core.profile.esfarchitectureconcepts.tests 07:49:35.570 INFO - Working dir: /home/jenkins/agent/workspace/esf-infra-quality/core/profile/org.polarsys.esf.core.profile.esfarchitectureconcepts.tests/target/sonar 07:49:35.571 INFO - Source paths: pom.xml, src/test/java 07:49:35.571 INFO - Binary dirs: target/classes 07:49:35.571 INFO - Source encoding: UTF-8, default locale: en_US 07:49:35.571 INFO - Index files 07:49:35.571 INFO - Excluded sources: 07:49:35.571 INFO - **/util/*Switch.java 07:49:35.571 INFO - **/src-gen/**/* 07:49:35.577 INFO - 2 files indexed 07:49:35.591 INFO - Quality profile for java: Sonar way with Findbugs 07:49:35.592 INFO - JaCoCoSensor: JaCoCo report not found : /home/jenkins/agent/workspace/esf-infra-quality/core/profile/org.polarsys.esf.core.profile.esfarchitectureconcepts.tests/target/jacoco.exec 07:49:35.592 INFO - JaCoCoItSensor: JaCoCo IT report not found: /home/jenkins/agent/workspace/esf-infra-quality/core/profile/org.polarsys.esf.core.profile.esfarchitectureconcepts.tests/target/jacoco-it.exec 07:49:35.593 INFO - Sensor JavaSquidSensor... 07:49:35.594 INFO - Configured Java source version (sonar.java.source): 6 07:49:35.595 INFO - JavaClasspath initialization... 07:49:35.625 INFO - JavaClasspath initialization done: 30 ms 07:49:35.625 INFO - JavaTestClasspath initialization... 07:49:35.672 INFO - JavaTestClasspath initialization done: 47 ms 07:49:35.675 INFO - Java Main Files AST scan... 07:49:35.675 INFO - 2 source files to be analyzed 07:49:35.886 INFO - Java Main Files AST scan done: 211 ms 07:49:35.886 INFO - 2/2 source files have been analyzed 07:49:35.887 INFO - Java bytecode scan... 07:49:35.923 WARN - Class 'org/polarsys/esf/esfarchitectureconcepts/IESFArchitectureConceptsPackage' is not accessible through the ClassLoader. 07:49:35.924 WARN - Class 'org/polarsys/esf/esfarchitectureconcepts/IESFArchitectureConceptsPackage' is not accessible through the ClassLoader. 07:49:35.924 WARN - Class 'org/polarsys/esf/esfarchitectureconcepts/impl/SBlock' is not accessible through the ClassLoader. 07:49:35.929 INFO - Java bytecode scan done: 42 ms 07:49:35.929 INFO - Java Test Files AST scan... 07:49:35.929 INFO - 0 source files to be analyzed 07:49:35.929 INFO - Java Test Files AST scan done: 0 ms 07:49:35.929 INFO - Package design analysis... 07:49:35.930 INFO - 0/0 source files have been analyzed 07:49:35.931 INFO - Package design analysis done: 2 ms 07:49:35.932 INFO - Sensor JavaSquidSensor done: 339 ms 07:49:35.933 INFO - Sensor QProfileSensor... 07:49:35.933 INFO - Sensor QProfileSensor done: 0 ms 07:49:35.933 INFO - Sensor InitialOpenIssuesSensor... 07:49:35.936 INFO - Sensor InitialOpenIssuesSensor done: 3 ms 07:49:35.936 INFO - Sensor ProjectLinksSensor... 07:49:35.940 INFO - Sensor ProjectLinksSensor done: 4 ms 07:49:35.941 INFO - Sensor VersionEventsSensor... 07:49:35.946 INFO - Sensor VersionEventsSensor done: 5 ms 07:49:35.946 INFO - Sensor FileHashSensor... 07:49:35.946 INFO - Sensor FileHashSensor done: 0 ms 07:49:35.946 INFO - Sensor org.sonar.plugins.findbugs.FindbugsSensor@43af52d3... 07:49:35.946 INFO - Execute Findbugs 3.0.1... 07:49:35.973 INFO - Findbugs output report: /home/jenkins/agent/workspace/esf-infra-quality/core/profile/org.polarsys.esf.core.profile.esfarchitectureconcepts.tests/target/sonar/findbugs-result.xml The following classes needed for analysis were missing: org.polarsys.esf.esfarchitectureconcepts.impl.ESFArchitectureConceptsPackage org.polarsys.esf.esfarchitectureconcepts.IESFArchitectureConceptsPackage org.polarsys.esf.esfarchitectureconcepts.impl.SBlock org.polarsys.esf.esfarchitectureconcepts.impl.SModel 07:49:43.328 INFO - Execute Findbugs 3.0.1 done: 7382 ms 07:49:43.329 INFO - Sensor org.sonar.plugins.findbugs.FindbugsSensor@43af52d3 done: 7383 ms 07:49:43.329 INFO - Sensor SurefireSensor... 07:49:43.329 INFO - parsing /home/jenkins/agent/workspace/esf-infra-quality/core/profile/org.polarsys.esf.core.profile.esfarchitectureconcepts.tests/target/surefire-reports 07:49:43.474 INFO - Sensor SurefireSensor done: 145 ms 07:49:43.474 INFO - Sensor PmdSensor... 07:49:43.474 INFO - Execute PMD 5.4.2... 07:49:43.477 INFO - Java version: 1.6 07:49:43.479 INFO - PMD configuration: /home/jenkins/agent/workspace/esf-infra-quality/core/profile/org.polarsys.esf.core.profile.esfarchitectureconcepts.tests/target/sonar/pmd.xml 07:49:43.806 INFO - Execute PMD 5.4.2 done: 332 ms 07:49:43.807 INFO - Sensor PmdSensor done: 333 ms 07:49:43.807 INFO - Sensor CheckstyleSensor... 07:49:43.807 INFO - Execute Checkstyle ${checkstyle.version}... 07:49:43.808 INFO - Checkstyle configuration: /home/jenkins/agent/workspace/esf-infra-quality/core/profile/org.polarsys.esf.core.profile.esfarchitectureconcepts.tests/target/sonar/checkstyle.xml 07:49:43.952 INFO - Execute Checkstyle ${checkstyle.version} done: 145 ms 07:49:43.952 INFO - Sensor CheckstyleSensor done: 145 ms 07:49:43.952 INFO - Sensor CPD Sensor (wrapped)... 07:49:43.952 INFO - JavaCpdEngine is used for java 07:49:43.952 INFO - Cross-project analysis disabled 07:49:43.956 INFO - Sensor CPD Sensor (wrapped) done: 4 ms 07:49:44.027 INFO - Execute decorators... 07:49:44.094 INFO - ------------- Scan org.polarsys.esf.core.profile.esfarchitectureconcepts.application 07:49:44.094 INFO - Load module settings 07:49:44.130 INFO - Language is forced to java 07:49:44.134 INFO - Configure Maven plugins 07:49:44.136 INFO - Compare to previous analysis (2020-05-21) 07:49:44.137 INFO - Compare over 30 days (2020-04-22, analysis of 2020-04-24 07:50:43.0) 07:49:44.138 INFO - No quality gate is configured. 07:49:44.147 INFO - Base dir: /home/jenkins/agent/workspace/esf-infra-quality/core/profile/org.polarsys.esf.core.profile.esfarchitectureconcepts.application 07:49:44.147 INFO - Working dir: /home/jenkins/agent/workspace/esf-infra-quality/core/profile/org.polarsys.esf.core.profile.esfarchitectureconcepts.application/target/sonar 07:49:44.147 INFO - Source paths: pom.xml, src/main/java 07:49:44.147 INFO - Binary dirs: target/classes 07:49:44.147 INFO - Source encoding: UTF-8, default locale: en_US 07:49:44.147 INFO - Index files 07:49:44.147 INFO - Excluded sources: 07:49:44.147 INFO - **/util/*Switch.java 07:49:44.147 INFO - **/src-gen/**/* 07:49:44.157 INFO - 4 files indexed 07:49:44.180 INFO - Quality profile for java: Sonar way with Findbugs 07:49:44.181 INFO - JaCoCoSensor: JaCoCo report not found : /home/jenkins/agent/workspace/esf-infra-quality/core/profile/org.polarsys.esf.core.profile.esfarchitectureconcepts.application/target/jacoco.exec 07:49:44.182 INFO - JaCoCoItSensor: JaCoCo IT report not found: /home/jenkins/agent/workspace/esf-infra-quality/core/profile/org.polarsys.esf.core.profile.esfarchitectureconcepts.application/target/jacoco-it.exec 07:49:44.182 INFO - Sensor JavaSquidSensor... 07:49:44.184 INFO - Configured Java source version (sonar.java.source): 6 07:49:44.184 INFO - JavaClasspath initialization... 07:49:44.209 INFO - JavaClasspath initialization done: 25 ms 07:49:44.209 INFO - JavaTestClasspath initialization... 07:49:44.235 INFO - JavaTestClasspath initialization done: 26 ms 07:49:44.239 INFO - Java Main Files AST scan... 07:49:44.239 INFO - 4 source files to be analyzed 07:49:44.370 ERROR - Class not found: javax.annotation.Nullable 07:49:44.371 ERROR - Class not found: com.google.errorprone.annotations.CompatibleWith 07:49:44.371 ERROR - Class not found: com.google.errorprone.annotations.CanIgnoreReturnValue 07:49:44.416 ERROR - Class not found: org.osgi.annotation.versioning.ConsumerType 07:49:44.489 ERROR - Class not found: org.osgi.annotation.versioning.ConsumerType 07:49:44.493 ERROR - Class not found: org.osgi.annotation.versioning.ProviderType 07:49:44.999 INFO - Java Main Files AST scan done: 760 ms 07:49:44.999 INFO - 4/4 source files have been analyzed 07:49:44.999 INFO - Java bytecode scan... 07:49:45.045 WARN - Class 'org/polarsys/esf/core/utils/ModelUtil' is not accessible through the ClassLoader. 07:49:45.046 WARN - Class 'org/polarsys/esf/core/utils/ModelUtil' is not accessible through the ClassLoader. 07:49:45.123 WARN - Class 'org/polarsys/esf/core/utils/ModelUtil' is not accessible through the ClassLoader. 07:49:45.124 WARN - Class 'org/polarsys/esf/core/utils/ModelUtil' is not accessible through the ClassLoader. 07:49:45.124 WARN - Class 'org/polarsys/esf/core/utils/ModelUtil' is not accessible through the ClassLoader. 07:49:45.153 WARN - Class 'org/polarsys/esf/core/common/ui/provider/ESFContentProvider' is not accessible through the ClassLoader. 07:49:45.153 WARN - Class 'org/polarsys/esf/core/common/ui/provider/ESFContentProvider' is not accessible through the ClassLoader. 07:49:45.156 WARN - Class 'org/polarsys/esf/core/common/ui/diagram/ESFDiagramUtil' is not accessible through the ClassLoader. 07:49:45.159 INFO - Java bytecode scan done: 160 ms 07:49:45.159 INFO - Java Test Files AST scan... 07:49:45.159 INFO - 0 source files to be analyzed 07:49:45.160 INFO - Java Test Files AST scan done: 1 ms 07:49:45.160 INFO - Package design analysis... 07:49:45.160 INFO - 0/0 source files have been analyzed 07:49:45.162 INFO - Package design analysis done: 2 ms 07:49:45.163 INFO - Sensor JavaSquidSensor done: 981 ms 07:49:45.164 INFO - Sensor QProfileSensor... 07:49:45.164 INFO - Sensor QProfileSensor done: 0 ms 07:49:45.164 INFO - Sensor InitialOpenIssuesSensor... 07:49:45.170 INFO - Sensor InitialOpenIssuesSensor done: 6 ms 07:49:45.170 INFO - Sensor ProjectLinksSensor... 07:49:45.174 INFO - Sensor ProjectLinksSensor done: 4 ms 07:49:45.175 INFO - Sensor VersionEventsSensor... 07:49:45.181 INFO - Sensor VersionEventsSensor done: 6 ms 07:49:45.181 INFO - Sensor FileHashSensor... 07:49:45.182 INFO - Sensor FileHashSensor done: 1 ms 07:49:45.182 INFO - Sensor org.sonar.plugins.findbugs.FindbugsSensor@67ae297b... 07:49:45.182 INFO - Execute Findbugs 3.0.1... 07:49:45.214 INFO - Findbugs output report: /home/jenkins/agent/workspace/esf-infra-quality/core/profile/org.polarsys.esf.core.profile.esfarchitectureconcepts.application/target/sonar/findbugs-result.xml The following classes needed for analysis were missing: org.polarsys.esf.core.utils.ModelUtil org.polarsys.esf.core.common.ui.provider.ESFContentProvider org.polarsys.esf.core.common.ui.diagram.ESFDiagramUtil org.polarsys.esf.esfarchitectureconcepts.impl.SBlock org.polarsys.esf.esfarchitectureconcepts.impl.SPort org.polarsys.esf.esfarchitectureconcepts.impl.SConnector org.polarsys.esf.esfarchitectureconcepts.impl.SPart org.polarsys.esf.esfarchitectureconcepts.impl.SModel 07:49:53.189 INFO - Execute Findbugs 3.0.1 done: 8007 ms 07:49:53.190 INFO - Sensor org.sonar.plugins.findbugs.FindbugsSensor@67ae297b done: 8008 ms 07:49:53.190 INFO - Sensor SurefireSensor... 07:49:53.190 INFO - parsing /home/jenkins/agent/workspace/esf-infra-quality/core/profile/org.polarsys.esf.core.profile.esfarchitectureconcepts.application/target/surefire-reports 07:49:53.191 ERROR - Reports path not found or is not a directory: /home/jenkins/agent/workspace/esf-infra-quality/core/profile/org.polarsys.esf.core.profile.esfarchitectureconcepts.application/target/surefire-reports 07:49:53.191 INFO - Sensor SurefireSensor done: 1 ms 07:49:53.191 INFO - Sensor PmdSensor... 07:49:53.191 INFO - Execute PMD 5.4.2... 07:49:53.194 INFO - Java version: 1.6 07:49:53.195 INFO - PMD configuration: /home/jenkins/agent/workspace/esf-infra-quality/core/profile/org.polarsys.esf.core.profile.esfarchitectureconcepts.application/target/sonar/pmd.xml 07:49:53.676 INFO - Execute PMD 5.4.2 done: 485 ms 07:49:53.678 INFO - Sensor PmdSensor done: 487 ms 07:49:53.678 INFO - Sensor CheckstyleSensor... 07:49:53.678 INFO - Execute Checkstyle ${checkstyle.version}... 07:49:53.678 INFO - Checkstyle configuration: /home/jenkins/agent/workspace/esf-infra-quality/core/profile/org.polarsys.esf.core.profile.esfarchitectureconcepts.application/target/sonar/checkstyle.xml 07:49:53.826 INFO - Execute Checkstyle ${checkstyle.version} done: 148 ms 07:49:53.826 INFO - Sensor CheckstyleSensor done: 148 ms 07:49:53.826 INFO - Sensor CPD Sensor (wrapped)... 07:49:53.826 INFO - JavaCpdEngine is used for java 07:49:53.826 INFO - Cross-project analysis disabled 07:49:53.850 INFO - Sensor CPD Sensor (wrapped) done: 24 ms 07:49:53.916 INFO - Execute decorators... 07:49:54.017 INFO - ------------- Scan ESFBehaviours Profile 07:49:54.017 INFO - Load module settings 07:49:54.056 INFO - Language is forced to java 07:49:54.060 INFO - Configure Maven plugins 07:49:54.064 INFO - Compare to previous analysis (2020-05-21) 07:49:54.065 INFO - Compare over 30 days (2020-04-22, analysis of 2020-04-24 07:50:43.0) 07:49:54.065 INFO - No quality gate is configured. 07:49:54.074 INFO - Base dir: /home/jenkins/agent/workspace/esf-infra-quality/core/profile/org.polarsys.esf.core.profile.esfbehaviours 07:49:54.074 INFO - Working dir: /home/jenkins/agent/workspace/esf-infra-quality/core/profile/org.polarsys.esf.core.profile.esfbehaviours/target/sonar 07:49:54.075 INFO - Source paths: pom.xml, src/main/java, src-gen/main/java 07:49:54.075 INFO - Binary dirs: target/classes 07:49:54.075 INFO - Source encoding: UTF-8, default locale: en_US 07:49:54.075 INFO - Index files 07:49:54.075 INFO - Excluded sources: 07:49:54.075 INFO - **/util/*Switch.java 07:49:54.075 INFO - **/src-gen/**/* 07:49:54.083 INFO - 1 files indexed 07:49:54.091 INFO - Quality profile for java: Sonar way with Findbugs 07:49:54.092 INFO - JaCoCoSensor: JaCoCo report not found : /home/jenkins/agent/workspace/esf-infra-quality/core/profile/org.polarsys.esf.core.profile.esfbehaviours/target/jacoco.exec 07:49:54.092 INFO - JaCoCoItSensor: JaCoCo IT report not found: /home/jenkins/agent/workspace/esf-infra-quality/core/profile/org.polarsys.esf.core.profile.esfbehaviours/target/jacoco-it.exec 07:49:54.093 INFO - Sensor JavaSquidSensor... 07:49:54.095 INFO - Configured Java source version (sonar.java.source): 6 07:49:54.095 INFO - JavaClasspath initialization... 07:49:54.118 INFO - JavaClasspath initialization done: 23 ms 07:49:54.118 INFO - JavaTestClasspath initialization... 07:49:54.143 INFO - JavaTestClasspath initialization done: 25 ms 07:49:54.146 INFO - Java Main Files AST scan... 07:49:54.146 INFO - 1 source files to be analyzed 07:49:54.188 ERROR - Class not found: org.osgi.annotation.versioning.ConsumerType 07:49:54.191 ERROR - Class not found: org.osgi.annotation.versioning.ProviderType 07:49:54.201 INFO - Java Main Files AST scan done: 55 ms 07:49:54.201 INFO - 1/1 source files have been analyzed 07:49:54.202 INFO - Java bytecode scan... 07:49:54.234 INFO - Java bytecode scan done: 32 ms 07:49:54.234 INFO - Java Test Files AST scan... 07:49:54.234 INFO - 0 source files to be analyzed 07:49:54.234 INFO - Java Test Files AST scan done: 0 ms 07:49:54.234 INFO - Package design analysis... 07:49:54.235 INFO - 0/0 source files have been analyzed 07:49:54.235 INFO - Package design analysis done: 1 ms 07:49:54.235 INFO - Sensor JavaSquidSensor done: 142 ms 07:49:54.235 INFO - Sensor QProfileSensor... 07:49:54.235 INFO - Sensor QProfileSensor done: 0 ms 07:49:54.235 INFO - Sensor InitialOpenIssuesSensor... 07:49:54.242 INFO - Sensor InitialOpenIssuesSensor done: 7 ms 07:49:54.242 INFO - Sensor ProjectLinksSensor... 07:49:54.247 INFO - Sensor ProjectLinksSensor done: 5 ms 07:49:54.250 INFO - Sensor VersionEventsSensor... 07:49:54.256 INFO - Sensor VersionEventsSensor done: 6 ms 07:49:54.256 INFO - Sensor FileHashSensor... 07:49:54.257 INFO - Sensor FileHashSensor done: 1 ms 07:49:54.257 INFO - Sensor org.sonar.plugins.findbugs.FindbugsSensor@79c12cce... 07:49:54.257 INFO - Execute Findbugs 3.0.1... 07:49:54.283 INFO - Findbugs output report: /home/jenkins/agent/workspace/esf-infra-quality/core/profile/org.polarsys.esf.core.profile.esfbehaviours/target/sonar/findbugs-result.xml 07:49:55.077 INFO - Execute Findbugs 3.0.1 done: 820 ms 07:49:55.078 INFO - Sensor org.sonar.plugins.findbugs.FindbugsSensor@79c12cce done: 821 ms 07:49:55.078 INFO - Sensor SurefireSensor... 07:49:55.078 INFO - parsing /home/jenkins/agent/workspace/esf-infra-quality/core/profile/org.polarsys.esf.core.profile.esfbehaviours/target/surefire-reports 07:49:55.078 ERROR - Reports path not found or is not a directory: /home/jenkins/agent/workspace/esf-infra-quality/core/profile/org.polarsys.esf.core.profile.esfbehaviours/target/surefire-reports 07:49:55.078 INFO - Sensor SurefireSensor done: 0 ms 07:49:55.078 INFO - Sensor PmdSensor... 07:49:55.078 INFO - Execute PMD 5.4.2... 07:49:55.081 INFO - Java version: 1.6 07:49:55.082 INFO - PMD configuration: /home/jenkins/agent/workspace/esf-infra-quality/core/profile/org.polarsys.esf.core.profile.esfbehaviours/target/sonar/pmd.xml 07:49:55.325 INFO - Execute PMD 5.4.2 done: 247 ms 07:49:55.326 INFO - Sensor PmdSensor done: 248 ms 07:49:55.326 INFO - Sensor CheckstyleSensor... 07:49:55.326 INFO - Execute Checkstyle ${checkstyle.version}... 07:49:55.327 INFO - Checkstyle configuration: /home/jenkins/agent/workspace/esf-infra-quality/core/profile/org.polarsys.esf.core.profile.esfbehaviours/target/sonar/checkstyle.xml 07:49:55.450 INFO - Execute Checkstyle ${checkstyle.version} done: 124 ms 07:49:55.450 INFO - Sensor CheckstyleSensor done: 124 ms 07:49:55.450 INFO - Sensor CPD Sensor (wrapped)... 07:49:55.450 INFO - JavaCpdEngine is used for java 07:49:55.450 INFO - Cross-project analysis disabled 07:49:55.452 INFO - Sensor CPD Sensor (wrapped) done: 2 ms 07:49:55.521 INFO - Execute decorators... 07:49:55.579 INFO - ------------- Scan ESFCore Profile 07:49:55.579 INFO - Load module settings 07:49:55.640 INFO - Language is forced to java 07:49:55.651 INFO - Configure Maven plugins 07:49:55.654 INFO - Compare to previous analysis (2020-05-21) 07:49:55.655 INFO - Compare over 30 days (2020-04-22, analysis of 2020-04-24 07:50:43.0) 07:49:55.656 INFO - No quality gate is configured. 07:49:55.668 INFO - Base dir: /home/jenkins/agent/workspace/esf-infra-quality/core/profile/org.polarsys.esf.core.profile.esfcore 07:49:55.668 INFO - Working dir: /home/jenkins/agent/workspace/esf-infra-quality/core/profile/org.polarsys.esf.core.profile.esfcore/target/sonar 07:49:55.669 INFO - Source paths: pom.xml, src/main/java, src-gen/main/java 07:49:55.669 INFO - Binary dirs: target/classes 07:49:55.669 INFO - Source encoding: UTF-8, default locale: en_US 07:49:55.669 INFO - Index files 07:49:55.669 INFO - Excluded sources: 07:49:55.669 INFO - **/util/*Switch.java 07:49:55.669 INFO - **/src-gen/**/* 07:49:55.678 INFO - 4 files indexed 07:49:55.704 INFO - Quality profile for java: Sonar way with Findbugs 07:49:55.706 INFO - JaCoCoSensor: JaCoCo report not found : /home/jenkins/agent/workspace/esf-infra-quality/core/profile/org.polarsys.esf.core.profile.esfcore/target/jacoco.exec 07:49:55.706 INFO - JaCoCoItSensor: JaCoCo IT report not found: /home/jenkins/agent/workspace/esf-infra-quality/core/profile/org.polarsys.esf.core.profile.esfcore/target/jacoco-it.exec 07:49:55.707 INFO - Sensor JavaSquidSensor... 07:49:55.709 INFO - Configured Java source version (sonar.java.source): 6 07:49:55.709 INFO - JavaClasspath initialization... 07:49:55.738 INFO - JavaClasspath initialization done: 29 ms 07:49:55.738 INFO - JavaTestClasspath initialization... 07:49:55.771 INFO - JavaTestClasspath initialization done: 33 ms 07:49:55.774 INFO - Java Main Files AST scan... 07:49:55.774 INFO - 4 source files to be analyzed 07:49:55.867 ERROR - Class not found: org.osgi.annotation.versioning.ConsumerType 07:49:55.870 ERROR - Class not found: org.osgi.annotation.versioning.ProviderType 07:49:56.010 INFO - Java Main Files AST scan done: 236 ms 07:49:56.011 INFO - 4/4 source files have been analyzed 07:49:56.011 INFO - Java bytecode scan... 07:49:56.068 INFO - Java bytecode scan done: 57 ms 07:49:56.068 INFO - Java Test Files AST scan... 07:49:56.068 INFO - 0 source files to be analyzed 07:49:56.068 INFO - Java Test Files AST scan done: 0 ms 07:49:56.068 INFO - Package design analysis... 07:49:56.069 INFO - 0/0 source files have been analyzed 07:49:56.071 INFO - Package design analysis done: 3 ms 07:49:56.071 INFO - Sensor JavaSquidSensor done: 364 ms 07:49:56.073 INFO - Sensor QProfileSensor... 07:49:56.073 INFO - Sensor QProfileSensor done: 0 ms 07:49:56.073 INFO - Sensor InitialOpenIssuesSensor... 07:49:56.079 INFO - Sensor InitialOpenIssuesSensor done: 6 ms 07:49:56.079 INFO - Sensor ProjectLinksSensor... 07:49:56.085 INFO - Sensor ProjectLinksSensor done: 6 ms 07:49:56.086 INFO - Sensor VersionEventsSensor... 07:49:56.091 INFO - Sensor VersionEventsSensor done: 5 ms 07:49:56.091 INFO - Sensor FileHashSensor... 07:49:56.091 INFO - Sensor FileHashSensor done: 0 ms 07:49:56.091 INFO - Sensor org.sonar.plugins.findbugs.FindbugsSensor@32565790... 07:49:56.092 INFO - Execute Findbugs 3.0.1... 07:49:56.118 INFO - Findbugs output report: /home/jenkins/agent/workspace/esf-infra-quality/core/profile/org.polarsys.esf.core.profile.esfcore/target/sonar/findbugs-result.xml 07:49:56.819 INFO - Execute Findbugs 3.0.1 done: 727 ms 07:49:56.821 INFO - Sensor org.sonar.plugins.findbugs.FindbugsSensor@32565790 done: 730 ms 07:49:56.821 INFO - Sensor SurefireSensor... 07:49:56.821 INFO - parsing /home/jenkins/agent/workspace/esf-infra-quality/core/profile/org.polarsys.esf.core.profile.esfcore/target/surefire-reports 07:49:56.821 ERROR - Reports path not found or is not a directory: /home/jenkins/agent/workspace/esf-infra-quality/core/profile/org.polarsys.esf.core.profile.esfcore/target/surefire-reports 07:49:56.821 INFO - Sensor SurefireSensor done: 0 ms 07:49:56.821 INFO - Sensor PmdSensor... 07:49:56.821 INFO - Execute PMD 5.4.2... 07:49:56.824 INFO - Java version: 1.6 07:49:56.825 INFO - PMD configuration: /home/jenkins/agent/workspace/esf-infra-quality/core/profile/org.polarsys.esf.core.profile.esfcore/target/sonar/pmd.xml 07:49:57.145 INFO - Execute PMD 5.4.2 done: 324 ms 07:49:57.146 INFO - Sensor PmdSensor done: 325 ms 07:49:57.146 INFO - Sensor CheckstyleSensor... 07:49:57.146 INFO - Execute Checkstyle ${checkstyle.version}... 07:49:57.147 INFO - Checkstyle configuration: /home/jenkins/agent/workspace/esf-infra-quality/core/profile/org.polarsys.esf.core.profile.esfcore/target/sonar/checkstyle.xml 07:49:57.264 INFO - Execute Checkstyle ${checkstyle.version} done: 118 ms 07:49:57.264 INFO - Sensor CheckstyleSensor done: 118 ms 07:49:57.264 INFO - Sensor CPD Sensor (wrapped)... 07:49:57.264 INFO - JavaCpdEngine is used for java 07:49:57.264 INFO - Cross-project analysis disabled 07:49:57.267 INFO - Sensor CPD Sensor (wrapped) done: 3 ms 07:49:57.374 INFO - Execute decorators... 07:49:57.436 INFO - ------------- Scan ESFProperties Profile 07:49:57.436 INFO - Load module settings 07:49:57.474 INFO - Language is forced to java 07:49:57.477 INFO - Configure Maven plugins 07:49:57.480 INFO - Compare to previous analysis (2020-05-21) 07:49:57.481 INFO - Compare over 30 days (2020-04-22, analysis of 2020-04-24 07:50:43.0) 07:49:57.481 INFO - No quality gate is configured. 07:49:57.489 INFO - Base dir: /home/jenkins/agent/workspace/esf-infra-quality/core/profile/org.polarsys.esf.core.profile.esfproperties 07:49:57.489 INFO - Working dir: /home/jenkins/agent/workspace/esf-infra-quality/core/profile/org.polarsys.esf.core.profile.esfproperties/target/sonar 07:49:57.489 INFO - Source paths: pom.xml, src/main/java, src-gen/main/java 07:49:57.489 INFO - Binary dirs: target/classes 07:49:57.489 INFO - Source encoding: UTF-8, default locale: en_US 07:49:57.489 INFO - Index files 07:49:57.489 INFO - Excluded sources: 07:49:57.489 INFO - **/util/*Switch.java 07:49:57.489 INFO - **/src-gen/**/* 07:49:57.496 INFO - 1 files indexed 07:49:57.504 INFO - Quality profile for java: Sonar way with Findbugs 07:49:57.505 INFO - JaCoCoSensor: JaCoCo report not found : /home/jenkins/agent/workspace/esf-infra-quality/core/profile/org.polarsys.esf.core.profile.esfproperties/target/jacoco.exec 07:49:57.505 INFO - JaCoCoItSensor: JaCoCo IT report not found: /home/jenkins/agent/workspace/esf-infra-quality/core/profile/org.polarsys.esf.core.profile.esfproperties/target/jacoco-it.exec 07:49:57.505 INFO - Sensor JavaSquidSensor... 07:49:57.507 INFO - Configured Java source version (sonar.java.source): 6 07:49:57.507 INFO - JavaClasspath initialization... 07:49:57.527 INFO - JavaClasspath initialization done: 20 ms 07:49:57.527 INFO - JavaTestClasspath initialization... 07:49:57.551 INFO - JavaTestClasspath initialization done: 24 ms 07:49:57.554 INFO - Java Main Files AST scan... 07:49:57.554 INFO - 1 source files to be analyzed 07:49:57.589 ERROR - Class not found: org.osgi.annotation.versioning.ConsumerType 07:49:57.592 ERROR - Class not found: org.osgi.annotation.versioning.ProviderType 07:49:57.599 INFO - Java Main Files AST scan done: 45 ms 07:49:57.600 INFO - 1/1 source files have been analyzed 07:49:57.600 INFO - Java bytecode scan... 07:49:57.630 INFO - Java bytecode scan done: 30 ms 07:49:57.631 INFO - Java Test Files AST scan... 07:49:57.631 INFO - 0 source files to be analyzed 07:49:57.631 INFO - Java Test Files AST scan done: 0 ms 07:49:57.631 INFO - Package design analysis... 07:49:57.631 INFO - 0/0 source files have been analyzed 07:49:57.631 INFO - Package design analysis done: 0 ms 07:49:57.631 INFO - Sensor JavaSquidSensor done: 126 ms 07:49:57.631 INFO - Sensor QProfileSensor... 07:49:57.631 INFO - Sensor QProfileSensor done: 0 ms 07:49:57.631 INFO - Sensor InitialOpenIssuesSensor... 07:49:57.636 INFO - Sensor InitialOpenIssuesSensor done: 5 ms 07:49:57.636 INFO - Sensor ProjectLinksSensor... 07:49:57.641 INFO - Sensor ProjectLinksSensor done: 5 ms 07:49:57.641 INFO - Sensor VersionEventsSensor... 07:49:57.646 INFO - Sensor VersionEventsSensor done: 5 ms 07:49:57.646 INFO - Sensor FileHashSensor... 07:49:57.646 INFO - Sensor FileHashSensor done: 0 ms 07:49:57.646 INFO - Sensor org.sonar.plugins.findbugs.FindbugsSensor@66823c54... 07:49:57.649 INFO - Execute Findbugs 3.0.1... 07:49:57.674 INFO - Findbugs output report: /home/jenkins/agent/workspace/esf-infra-quality/core/profile/org.polarsys.esf.core.profile.esfproperties/target/sonar/findbugs-result.xml 07:49:58.276 INFO - Execute Findbugs 3.0.1 done: 627 ms 07:49:58.277 INFO - Sensor org.sonar.plugins.findbugs.FindbugsSensor@66823c54 done: 631 ms 07:49:58.277 INFO - Sensor SurefireSensor... 07:49:58.277 INFO - parsing /home/jenkins/agent/workspace/esf-infra-quality/core/profile/org.polarsys.esf.core.profile.esfproperties/target/surefire-reports 07:49:58.277 ERROR - Reports path not found or is not a directory: /home/jenkins/agent/workspace/esf-infra-quality/core/profile/org.polarsys.esf.core.profile.esfproperties/target/surefire-reports 07:49:58.277 INFO - Sensor SurefireSensor done: 0 ms 07:49:58.277 INFO - Sensor PmdSensor... 07:49:58.277 INFO - Execute PMD 5.4.2... 07:49:58.280 INFO - Java version: 1.6 07:49:58.281 INFO - PMD configuration: /home/jenkins/agent/workspace/esf-infra-quality/core/profile/org.polarsys.esf.core.profile.esfproperties/target/sonar/pmd.xml 07:49:58.481 INFO - Execute PMD 5.4.2 done: 204 ms 07:49:58.482 INFO - Sensor PmdSensor done: 205 ms 07:49:58.482 INFO - Sensor CheckstyleSensor... 07:49:58.482 INFO - Execute Checkstyle ${checkstyle.version}... 07:49:58.483 INFO - Checkstyle configuration: /home/jenkins/agent/workspace/esf-infra-quality/core/profile/org.polarsys.esf.core.profile.esfproperties/target/sonar/checkstyle.xml 07:49:58.593 INFO - Execute Checkstyle ${checkstyle.version} done: 111 ms 07:49:58.593 INFO - Sensor CheckstyleSensor done: 111 ms 07:49:58.593 INFO - Sensor CPD Sensor (wrapped)... 07:49:58.593 INFO - JavaCpdEngine is used for java 07:49:58.593 INFO - Cross-project analysis disabled 07:49:58.594 INFO - Sensor CPD Sensor (wrapped) done: 1 ms 07:49:58.706 INFO - Execute decorators... 07:49:58.745 INFO - ------------- Scan ESFSafetyConcepts Profile 07:49:58.746 INFO - Load module settings 07:49:58.822 INFO - Language is forced to java 07:49:58.825 INFO - Configure Maven plugins 07:49:58.827 INFO - Compare to previous analysis (2020-05-21) 07:49:58.828 INFO - Compare over 30 days (2020-04-22, analysis of 2020-04-24 07:50:43.0) 07:49:58.829 INFO - No quality gate is configured. 07:49:58.836 INFO - Base dir: /home/jenkins/agent/workspace/esf-infra-quality/core/profile/org.polarsys.esf.core.profile.esfsafetyconcepts 07:49:58.836 INFO - Working dir: /home/jenkins/agent/workspace/esf-infra-quality/core/profile/org.polarsys.esf.core.profile.esfsafetyconcepts/target/sonar 07:49:58.836 INFO - Source paths: pom.xml, src/main/java, src-gen/main/java 07:49:58.837 INFO - Binary dirs: target/classes 07:49:58.837 INFO - Source encoding: UTF-8, default locale: en_US 07:49:58.837 INFO - Index files 07:49:58.837 INFO - Excluded sources: 07:49:58.837 INFO - **/util/*Switch.java 07:49:58.837 INFO - **/src-gen/**/* 07:49:58.850 INFO - 7 files indexed 07:49:58.890 INFO - Quality profile for java: Sonar way with Findbugs 07:49:58.891 INFO - JaCoCoSensor: JaCoCo report not found : /home/jenkins/agent/workspace/esf-infra-quality/core/profile/org.polarsys.esf.core.profile.esfsafetyconcepts/target/jacoco.exec 07:49:58.891 INFO - JaCoCoItSensor: JaCoCo IT report not found: /home/jenkins/agent/workspace/esf-infra-quality/core/profile/org.polarsys.esf.core.profile.esfsafetyconcepts/target/jacoco-it.exec 07:49:58.892 INFO - Sensor JavaSquidSensor... 07:49:58.893 INFO - Configured Java source version (sonar.java.source): 6 07:49:58.893 INFO - JavaClasspath initialization... 07:49:58.917 INFO - JavaClasspath initialization done: 24 ms 07:49:58.917 INFO - JavaTestClasspath initialization... 07:49:58.946 INFO - JavaTestClasspath initialization done: 29 ms 07:49:58.949 INFO - Java Main Files AST scan... 07:49:58.949 INFO - 7 source files to be analyzed 07:49:58.996 ERROR - Class not found: org.osgi.annotation.versioning.ConsumerType 07:49:58.999 ERROR - Class not found: org.osgi.annotation.versioning.ProviderType 07:49:59.095 ERROR - Class not found: org.polarsys.esf.esfcore.IAbstractSElement 07:49:59.237 ERROR - Class not found: org.polarsys.esf.esfcore.impl.AbstractSElement 07:49:59.237 ERROR - Class not found: org.polarsys.esf.esfcore.IAbstractSElement 07:49:59.269 ERROR - Class not found: org.polarsys.esf.esfcore.impl.AbstractSElement 07:49:59.270 ERROR - Class not found: org.polarsys.esf.esfcore.IAbstractSElement 07:49:59.281 INFO - Java Main Files AST scan done: 331 ms 07:49:59.281 INFO - 7/7 source files have been analyzed 07:49:59.282 INFO - Java bytecode scan... 07:49:59.322 WARN - Class 'org/polarsys/esf/core/utils/ModelUtil' is not accessible through the ClassLoader. 07:49:59.337 WARN - Class 'org/polarsys/esf/esfcore/IAbstractSElement' is not accessible through the ClassLoader. 07:49:59.338 WARN - Class 'org/polarsys/esf/esfcore/impl/AbstractSElement' is not accessible through the ClassLoader. 07:49:59.338 WARN - Class 'org/polarsys/esf/esfcore/impl/GenericAbstractSElement' is not accessible through the ClassLoader. 07:49:59.338 WARN - Class 'org/polarsys/esf/esfcore/impl/GenericAbstractSElement' is not accessible through the ClassLoader. 07:49:59.341 INFO - Java bytecode scan done: 59 ms 07:49:59.341 INFO - Java Test Files AST scan... 07:49:59.341 INFO - 0 source files to be analyzed 07:49:59.341 INFO - Java Test Files AST scan done: 0 ms 07:49:59.341 INFO - Package design analysis... 07:49:59.342 INFO - 0/0 source files have been analyzed 07:49:59.346 INFO - Package design analysis done: 5 ms 07:49:59.346 INFO - Sensor JavaSquidSensor done: 454 ms 07:49:59.350 INFO - Sensor QProfileSensor... 07:49:59.350 INFO - Sensor QProfileSensor done: 0 ms 07:49:59.350 INFO - Sensor InitialOpenIssuesSensor... 07:49:59.355 INFO - Sensor InitialOpenIssuesSensor done: 5 ms 07:49:59.355 INFO - Sensor ProjectLinksSensor... 07:49:59.359 INFO - Sensor ProjectLinksSensor done: 4 ms 07:49:59.360 INFO - Sensor VersionEventsSensor... 07:49:59.366 INFO - Sensor VersionEventsSensor done: 6 ms 07:49:59.366 INFO - Sensor FileHashSensor... 07:49:59.367 INFO - Sensor FileHashSensor done: 1 ms 07:49:59.367 INFO - Sensor org.sonar.plugins.findbugs.FindbugsSensor@1021c557... 07:49:59.367 INFO - Execute Findbugs 3.0.1... 07:49:59.852 INFO - Findbugs output report: /home/jenkins/agent/workspace/esf-infra-quality/core/profile/org.polarsys.esf.core.profile.esfsafetyconcepts/target/sonar/findbugs-result.xml The following classes needed for analysis were missing: org.polarsys.esf.esfcore.IAbstractSElement org.polarsys.esf.esfcore.impl.AbstractSElement org.polarsys.esf.esfcore.impl.GenericAbstractSElement org.polarsys.esf.core.utils.ModelUtil 07:50:01.291 INFO - Execute Findbugs 3.0.1 done: 1924 ms 07:50:01.293 INFO - Sensor org.sonar.plugins.findbugs.FindbugsSensor@1021c557 done: 1926 ms 07:50:01.293 INFO - Sensor SurefireSensor... 07:50:01.293 INFO - parsing /home/jenkins/agent/workspace/esf-infra-quality/core/profile/org.polarsys.esf.core.profile.esfsafetyconcepts/target/surefire-reports 07:50:01.293 ERROR - Reports path not found or is not a directory: /home/jenkins/agent/workspace/esf-infra-quality/core/profile/org.polarsys.esf.core.profile.esfsafetyconcepts/target/surefire-reports 07:50:01.293 INFO - Sensor SurefireSensor done: 0 ms 07:50:01.293 INFO - Sensor PmdSensor... 07:50:01.293 INFO - Execute PMD 5.4.2... 07:50:01.296 INFO - Java version: 1.6 07:50:01.297 INFO - PMD configuration: /home/jenkins/agent/workspace/esf-infra-quality/core/profile/org.polarsys.esf.core.profile.esfsafetyconcepts/target/sonar/pmd.xml 07:50:01.613 INFO - Execute PMD 5.4.2 done: 320 ms 07:50:01.615 INFO - Sensor PmdSensor done: 322 ms 07:50:01.615 INFO - Sensor CheckstyleSensor... 07:50:01.615 INFO - Execute Checkstyle ${checkstyle.version}... 07:50:01.615 INFO - Checkstyle configuration: /home/jenkins/agent/workspace/esf-infra-quality/core/profile/org.polarsys.esf.core.profile.esfsafetyconcepts/target/sonar/checkstyle.xml 07:50:01.745 INFO - Execute Checkstyle ${checkstyle.version} done: 130 ms 07:50:01.745 INFO - Sensor CheckstyleSensor done: 130 ms 07:50:01.745 INFO - Sensor CPD Sensor (wrapped)... 07:50:01.745 INFO - JavaCpdEngine is used for java 07:50:01.745 INFO - Cross-project analysis disabled 07:50:01.752 INFO - Sensor CPD Sensor (wrapped) done: 7 ms 07:50:01.816 INFO - Execute decorators... 07:50:01.934 INFO - ------------- Scan ESF Profile 07:50:01.935 INFO - Load module settings 07:50:01.972 INFO - Language is forced to java 07:50:01.981 INFO - Configure Maven plugins 07:50:01.983 INFO - Compare to previous analysis (2020-05-21) 07:50:01.984 INFO - Compare over 30 days (2020-04-22, analysis of 2020-04-24 07:50:43.0) 07:50:01.985 INFO - No quality gate is configured. 07:50:02.002 INFO - Base dir: /home/jenkins/agent/workspace/esf-infra-quality/core/profile 07:50:02.002 INFO - Working dir: /home/jenkins/agent/workspace/esf-infra-quality/core/profile/target/sonar 07:50:02.002 INFO - Source encoding: UTF-8, default locale: en_US 07:50:02.002 INFO - Quality profile for java: Sonar way with Findbugs 07:50:02.002 INFO - JaCoCoSensor: JaCoCo report not found : /home/jenkins/agent/workspace/esf-infra-quality/core/profile/target/jacoco.exec 07:50:02.002 INFO - JaCoCoItSensor: JaCoCo IT report not found: /home/jenkins/agent/workspace/esf-infra-quality/core/profile/target/jacoco-it.exec 07:50:02.004 INFO - Sensor InitialOpenIssuesSensor... 07:50:02.007 INFO - Sensor InitialOpenIssuesSensor done: 3 ms 07:50:02.007 INFO - Sensor ProjectLinksSensor... 07:50:02.012 INFO - Sensor ProjectLinksSensor done: 5 ms 07:50:02.013 INFO - Sensor VersionEventsSensor... 07:50:02.019 INFO - Sensor VersionEventsSensor done: 6 ms 07:50:02.019 INFO - Sensor FileHashSensor... 07:50:02.019 INFO - Sensor FileHashSensor done: 0 ms 07:50:02.019 INFO - Sensor CPD Sensor (wrapped)... 07:50:02.019 INFO - JavaCpdEngine is used for java 07:50:02.019 INFO - Sensor CPD Sensor (wrapped) done: 0 ms 07:50:02.132 INFO - Execute decorators... 07:50:02.179 INFO - ------------- Scan ESF Core feature 07:50:02.179 INFO - Load module settings 07:50:02.215 INFO - Language is forced to java 07:50:02.219 INFO - Configure Maven plugins 07:50:02.221 INFO - Compare to previous analysis (2020-05-21) 07:50:02.223 INFO - Compare over 30 days (2020-04-22, analysis of 2020-04-24 07:50:43.0) 07:50:02.223 INFO - No quality gate is configured. 07:50:02.237 INFO - Base dir: /home/jenkins/agent/workspace/esf-infra-quality/core/releng/org.polarsys.esf.core.releng 07:50:02.237 INFO - Working dir: /home/jenkins/agent/workspace/esf-infra-quality/core/releng/org.polarsys.esf.core.releng/target/sonar 07:50:02.237 INFO - Source paths: pom.xml 07:50:02.237 INFO - Source encoding: UTF-8, default locale: en_US 07:50:02.237 INFO - Index files 07:50:02.237 INFO - Excluded sources: 07:50:02.237 INFO - **/util/*Switch.java 07:50:02.237 INFO - **/src-gen/**/* 07:50:02.241 INFO - 0 files indexed 07:50:02.241 INFO - Quality profile for java: Sonar way with Findbugs 07:50:02.241 INFO - JaCoCoSensor: JaCoCo report not found : /home/jenkins/agent/workspace/esf-infra-quality/core/releng/org.polarsys.esf.core.releng/target/jacoco.exec 07:50:02.241 INFO - JaCoCoItSensor: JaCoCo IT report not found: /home/jenkins/agent/workspace/esf-infra-quality/core/releng/org.polarsys.esf.core.releng/target/jacoco-it.exec 07:50:02.243 INFO - Sensor QProfileSensor... 07:50:02.243 INFO - Sensor QProfileSensor done: 0 ms 07:50:02.243 INFO - Sensor InitialOpenIssuesSensor... 07:50:02.247 INFO - Sensor InitialOpenIssuesSensor done: 4 ms 07:50:02.247 INFO - Sensor ProjectLinksSensor... 07:50:02.252 INFO - Sensor ProjectLinksSensor done: 5 ms 07:50:02.252 INFO - Sensor VersionEventsSensor... 07:50:02.258 INFO - Sensor VersionEventsSensor done: 5 ms 07:50:02.258 INFO - Sensor FileHashSensor... 07:50:02.258 INFO - Sensor FileHashSensor done: 0 ms 07:50:02.258 INFO - Sensor CPD Sensor (wrapped)... 07:50:02.258 INFO - JavaCpdEngine is used for java 07:50:02.258 INFO - Sensor CPD Sensor (wrapped) done: 0 ms 07:50:02.317 INFO - Execute decorators... 07:50:02.342 INFO - ------------- Scan ESF Core branding 07:50:02.343 INFO - Load module settings 07:50:02.374 INFO - Language is forced to java 07:50:02.378 INFO - Configure Maven plugins 07:50:02.381 INFO - Compare to previous analysis (2020-05-21) 07:50:02.382 INFO - Compare over 30 days (2020-04-22, analysis of 2020-04-24 07:50:43.0) 07:50:02.382 INFO - No quality gate is configured. 07:50:02.388 INFO - Base dir: /home/jenkins/agent/workspace/esf-infra-quality/core/releng/org.polarsys.esf.core.releng.branding 07:50:02.388 INFO - Working dir: /home/jenkins/agent/workspace/esf-infra-quality/core/releng/org.polarsys.esf.core.releng.branding/target/sonar 07:50:02.388 INFO - Source paths: pom.xml 07:50:02.388 INFO - Binary dirs: target/classes 07:50:02.388 INFO - Source encoding: UTF-8, default locale: en_US 07:50:02.388 INFO - Index files 07:50:02.388 INFO - Excluded sources: 07:50:02.388 INFO - **/util/*Switch.java 07:50:02.388 INFO - **/src-gen/**/* 07:50:02.393 INFO - 0 files indexed 07:50:02.393 INFO - Quality profile for java: Sonar way with Findbugs 07:50:02.394 INFO - JaCoCoSensor: JaCoCo report not found : /home/jenkins/agent/workspace/esf-infra-quality/core/releng/org.polarsys.esf.core.releng.branding/target/jacoco.exec 07:50:02.394 INFO - JaCoCoItSensor: JaCoCo IT report not found: /home/jenkins/agent/workspace/esf-infra-quality/core/releng/org.polarsys.esf.core.releng.branding/target/jacoco-it.exec 07:50:02.395 INFO - Sensor QProfileSensor... 07:50:02.395 INFO - Sensor QProfileSensor done: 0 ms 07:50:02.395 INFO - Sensor InitialOpenIssuesSensor... 07:50:02.398 INFO - Sensor InitialOpenIssuesSensor done: 3 ms 07:50:02.398 INFO - Sensor ProjectLinksSensor... 07:50:02.406 INFO - Sensor ProjectLinksSensor done: 8 ms 07:50:02.407 INFO - Sensor VersionEventsSensor... 07:50:02.412 INFO - Sensor VersionEventsSensor done: 5 ms 07:50:02.412 INFO - Sensor FileHashSensor... 07:50:02.412 INFO - Sensor FileHashSensor done: 0 ms 07:50:02.412 INFO - Sensor CPD Sensor (wrapped)... 07:50:02.412 INFO - JavaCpdEngine is used for java 07:50:02.413 INFO - Sensor CPD Sensor (wrapped) done: 1 ms 07:50:02.484 INFO - Execute decorators... 07:50:02.508 INFO - ------------- Scan ESF Releng 07:50:02.508 INFO - Load module settings 07:50:02.541 INFO - Language is forced to java 07:50:02.545 INFO - Configure Maven plugins 07:50:02.547 INFO - Compare to previous analysis (2020-05-21) 07:50:02.548 INFO - Compare over 30 days (2020-04-22, analysis of 2020-04-24 07:50:43.0) 07:50:02.548 INFO - No quality gate is configured. 07:50:02.553 INFO - Base dir: /home/jenkins/agent/workspace/esf-infra-quality/core/releng 07:50:02.553 INFO - Working dir: /home/jenkins/agent/workspace/esf-infra-quality/core/releng/target/sonar 07:50:02.553 INFO - Source encoding: UTF-8, default locale: en_US 07:50:02.554 INFO - Quality profile for java: Sonar way with Findbugs 07:50:02.554 INFO - JaCoCoSensor: JaCoCo report not found : /home/jenkins/agent/workspace/esf-infra-quality/core/releng/target/jacoco.exec 07:50:02.554 INFO - JaCoCoItSensor: JaCoCo IT report not found: /home/jenkins/agent/workspace/esf-infra-quality/core/releng/target/jacoco-it.exec 07:50:02.555 INFO - Sensor InitialOpenIssuesSensor... 07:50:02.558 INFO - Sensor InitialOpenIssuesSensor done: 3 ms 07:50:02.558 INFO - Sensor ProjectLinksSensor... 07:50:02.563 INFO - Sensor ProjectLinksSensor done: 5 ms 07:50:02.564 INFO - Sensor VersionEventsSensor... 07:50:02.570 INFO - Sensor VersionEventsSensor done: 5 ms 07:50:02.570 INFO - Sensor FileHashSensor... 07:50:02.570 INFO - Sensor FileHashSensor done: 0 ms 07:50:02.570 INFO - Sensor CPD Sensor (wrapped)... 07:50:02.570 INFO - JavaCpdEngine is used for java 07:50:02.570 INFO - Sensor CPD Sensor (wrapped) done: 0 ms 07:50:02.660 INFO - Execute decorators... 07:50:02.683 INFO - ------------- Scan ESF Core Graphical Resources 07:50:02.684 INFO - Load module settings 07:50:02.714 INFO - Language is forced to java 07:50:02.718 INFO - Configure Maven plugins 07:50:02.720 INFO - Compare to previous analysis (2020-05-21) 07:50:02.722 INFO - Compare over 30 days (2020-04-22, analysis of 2020-04-24 07:50:43.0) 07:50:02.722 INFO - No quality gate is configured. 07:50:02.728 INFO - Base dir: /home/jenkins/agent/workspace/esf-infra-quality/core/resources/org.polarsys.esf.core.resources.graphical 07:50:02.728 INFO - Working dir: /home/jenkins/agent/workspace/esf-infra-quality/core/resources/org.polarsys.esf.core.resources.graphical/target/sonar 07:50:02.728 INFO - Source paths: pom.xml, src/main/java 07:50:02.729 INFO - Binary dirs: target/classes 07:50:02.729 INFO - Source encoding: UTF-8, default locale: en_US 07:50:02.729 INFO - Index files 07:50:02.729 INFO - Excluded sources: 07:50:02.729 INFO - **/util/*Switch.java 07:50:02.729 INFO - **/src-gen/**/* 07:50:02.752 INFO - 1 files indexed 07:50:02.761 INFO - Quality profile for java: Sonar way with Findbugs 07:50:02.762 INFO - JaCoCoSensor: JaCoCo report not found : /home/jenkins/agent/workspace/esf-infra-quality/core/resources/org.polarsys.esf.core.resources.graphical/target/jacoco.exec 07:50:02.762 INFO - JaCoCoItSensor: JaCoCo IT report not found: /home/jenkins/agent/workspace/esf-infra-quality/core/resources/org.polarsys.esf.core.resources.graphical/target/jacoco-it.exec 07:50:02.763 INFO - Sensor JavaSquidSensor... 07:50:02.764 INFO - Configured Java source version (sonar.java.source): 6 07:50:02.764 INFO - JavaClasspath initialization... 07:50:02.770 INFO - JavaClasspath initialization done: 6 ms 07:50:02.770 INFO - JavaTestClasspath initialization... 07:50:02.779 INFO - JavaTestClasspath initialization done: 9 ms 07:50:02.781 INFO - Java Main Files AST scan... 07:50:02.782 INFO - 1 source files to be analyzed 07:50:02.826 ERROR - Class not found: org.osgi.annotation.versioning.ConsumerType 07:50:02.826 ERROR - Class not found: org.osgi.annotation.versioning.ProviderType 07:50:02.833 INFO - Java Main Files AST scan done: 52 ms 07:50:02.834 INFO - 1/1 source files have been analyzed 07:50:02.834 INFO - Java bytecode scan... 07:50:02.878 INFO - Java bytecode scan done: 44 ms 07:50:02.878 INFO - Java Test Files AST scan... 07:50:02.878 INFO - 0 source files to be analyzed 07:50:02.878 INFO - Java Test Files AST scan done: 0 ms 07:50:02.878 INFO - Package design analysis... 07:50:02.878 INFO - 0/0 source files have been analyzed 07:50:02.878 INFO - Package design analysis done: 0 ms 07:50:02.878 INFO - Sensor JavaSquidSensor done: 115 ms 07:50:02.878 INFO - Sensor QProfileSensor... 07:50:02.879 INFO - Sensor QProfileSensor done: 1 ms 07:50:02.879 INFO - Sensor InitialOpenIssuesSensor... 07:50:02.883 INFO - Sensor InitialOpenIssuesSensor done: 4 ms 07:50:02.883 INFO - Sensor ProjectLinksSensor... 07:50:02.888 INFO - Sensor ProjectLinksSensor done: 5 ms 07:50:02.888 INFO - Sensor VersionEventsSensor... 07:50:02.893 INFO - Sensor VersionEventsSensor done: 5 ms 07:50:02.894 INFO - Sensor FileHashSensor... 07:50:02.894 INFO - Sensor FileHashSensor done: 0 ms 07:50:02.894 INFO - Sensor org.sonar.plugins.findbugs.FindbugsSensor@47d0e406... 07:50:02.894 INFO - Execute Findbugs 3.0.1... 07:50:02.915 INFO - Findbugs output report: /home/jenkins/agent/workspace/esf-infra-quality/core/resources/org.polarsys.esf.core.resources.graphical/target/sonar/findbugs-result.xml 07:50:03.639 INFO - Execute Findbugs 3.0.1 done: 745 ms 07:50:03.640 INFO - Sensor org.sonar.plugins.findbugs.FindbugsSensor@47d0e406 done: 746 ms 07:50:03.640 INFO - Sensor SurefireSensor... 07:50:03.640 INFO - parsing /home/jenkins/agent/workspace/esf-infra-quality/core/resources/org.polarsys.esf.core.resources.graphical/target/surefire-reports 07:50:03.640 ERROR - Reports path not found or is not a directory: /home/jenkins/agent/workspace/esf-infra-quality/core/resources/org.polarsys.esf.core.resources.graphical/target/surefire-reports 07:50:03.640 INFO - Sensor SurefireSensor done: 0 ms 07:50:03.640 INFO - Sensor PmdSensor... 07:50:03.640 INFO - Execute PMD 5.4.2... 07:50:03.641 INFO - Java version: 1.6 07:50:03.642 INFO - PMD configuration: /home/jenkins/agent/workspace/esf-infra-quality/core/resources/org.polarsys.esf.core.resources.graphical/target/sonar/pmd.xml 07:50:03.824 INFO - Execute PMD 5.4.2 done: 184 ms 07:50:03.824 INFO - Sensor PmdSensor done: 184 ms 07:50:03.824 INFO - Sensor CheckstyleSensor... 07:50:03.824 INFO - Execute Checkstyle ${checkstyle.version}... 07:50:03.824 INFO - Checkstyle configuration: /home/jenkins/agent/workspace/esf-infra-quality/core/resources/org.polarsys.esf.core.resources.graphical/target/sonar/checkstyle.xml 07:50:03.956 INFO - Execute Checkstyle ${checkstyle.version} done: 132 ms 07:50:03.957 INFO - Sensor CheckstyleSensor done: 133 ms 07:50:03.957 INFO - Sensor CPD Sensor (wrapped)... 07:50:03.957 INFO - JavaCpdEngine is used for java 07:50:03.957 INFO - Cross-project analysis disabled 07:50:03.960 INFO - Sensor CPD Sensor (wrapped) done: 3 ms 07:50:04.089 INFO - Execute decorators... 07:50:04.130 INFO - ------------- Scan ESF Core Resources 07:50:04.131 INFO - Load module settings 07:50:04.171 INFO - Language is forced to java 07:50:04.175 INFO - Configure Maven plugins 07:50:04.177 INFO - Compare to previous analysis (2020-05-21) 07:50:04.178 INFO - Compare over 30 days (2020-04-22, analysis of 2020-04-24 07:50:43.0) 07:50:04.178 INFO - No quality gate is configured. 07:50:04.184 INFO - Base dir: /home/jenkins/agent/workspace/esf-infra-quality/core/resources 07:50:04.184 INFO - Working dir: /home/jenkins/agent/workspace/esf-infra-quality/core/resources/target/sonar 07:50:04.184 INFO - Source encoding: UTF-8, default locale: en_US 07:50:04.184 INFO - Quality profile for java: Sonar way with Findbugs 07:50:04.184 INFO - JaCoCoSensor: JaCoCo report not found : /home/jenkins/agent/workspace/esf-infra-quality/core/resources/target/jacoco.exec 07:50:04.184 INFO - JaCoCoItSensor: JaCoCo IT report not found: /home/jenkins/agent/workspace/esf-infra-quality/core/resources/target/jacoco-it.exec 07:50:04.185 INFO - Sensor InitialOpenIssuesSensor... 07:50:04.190 INFO - Sensor InitialOpenIssuesSensor done: 5 ms 07:50:04.190 INFO - Sensor ProjectLinksSensor... 07:50:04.194 INFO - Sensor ProjectLinksSensor done: 4 ms 07:50:04.196 INFO - Sensor VersionEventsSensor... 07:50:04.200 INFO - Sensor VersionEventsSensor done: 4 ms 07:50:04.201 INFO - Sensor FileHashSensor... 07:50:04.201 INFO - Sensor FileHashSensor done: 0 ms 07:50:04.201 INFO - Sensor CPD Sensor (wrapped)... 07:50:04.201 INFO - JavaCpdEngine is used for java 07:50:04.201 INFO - Sensor CPD Sensor (wrapped) done: 0 ms 07:50:04.267 INFO - Execute decorators... 07:50:04.310 INFO - ------------- Scan org.polarsys.esf.core.common 07:50:04.310 INFO - Load module settings 07:50:04.343 INFO - Language is forced to java 07:50:04.346 INFO - Configure Maven plugins 07:50:04.348 INFO - Compare to previous analysis (2020-05-21) 07:50:04.349 INFO - Compare over 30 days (2020-04-22, analysis of 2020-04-24 07:50:43.0) 07:50:04.349 INFO - No quality gate is configured. 07:50:04.356 INFO - Base dir: /home/jenkins/agent/workspace/esf-infra-quality/core/org.polarsys.esf.core.common 07:50:04.356 INFO - Working dir: /home/jenkins/agent/workspace/esf-infra-quality/core/org.polarsys.esf.core.common/target/sonar 07:50:04.356 INFO - Source paths: pom.xml, src/main/java 07:50:04.356 INFO - Binary dirs: target/classes 07:50:04.356 INFO - Source encoding: UTF-8, default locale: en_US 07:50:04.356 INFO - Index files 07:50:04.356 INFO - Excluded sources: 07:50:04.356 INFO - **/util/*Switch.java 07:50:04.356 INFO - **/src-gen/**/* 07:50:04.384 INFO - 14 files indexed 07:50:04.462 INFO - Quality profile for java: Sonar way with Findbugs 07:50:04.464 INFO - JaCoCoSensor: JaCoCo report not found : /home/jenkins/agent/workspace/esf-infra-quality/core/org.polarsys.esf.core.common/target/jacoco.exec 07:50:04.464 INFO - JaCoCoItSensor: JaCoCo IT report not found: /home/jenkins/agent/workspace/esf-infra-quality/core/org.polarsys.esf.core.common/target/jacoco-it.exec 07:50:04.465 INFO - Sensor JavaSquidSensor... 07:50:04.466 INFO - Configured Java source version (sonar.java.source): 6 07:50:04.466 INFO - JavaClasspath initialization... 07:50:04.472 INFO - JavaClasspath initialization done: 6 ms 07:50:04.472 INFO - JavaTestClasspath initialization... 07:50:04.481 INFO - JavaTestClasspath initialization done: 9 ms 07:50:04.484 INFO - Java Main Files AST scan... 07:50:04.484 INFO - 14 source files to be analyzed 07:50:04.526 ERROR - Class not found: org.osgi.annotation.versioning.ConsumerType 07:50:04.527 ERROR - Class not found: org.osgi.annotation.versioning.ProviderType 07:50:04.593 ERROR - Class not found: org.osgi.annotation.versioning.ConsumerType 07:50:04.593 ERROR - Class not found: org.osgi.annotation.versioning.ProviderType 07:50:04.675 ERROR - Class not found: org.osgi.annotation.versioning.ProviderType 07:50:04.677 ERROR - Class not found: org.osgi.annotation.versioning.ConsumerType 07:50:04.743 ERROR - Class not found: org.osgi.annotation.versioning.ConsumerType 07:50:04.743 ERROR - Class not found: org.osgi.annotation.versioning.ProviderType 07:50:04.969 INFO - Java Main Files AST scan done: 485 ms 07:50:04.970 INFO - 14/14 source files have been analyzed 07:50:04.970 INFO - Java bytecode scan... 07:50:05.031 INFO - Java bytecode scan done: 61 ms 07:50:05.031 INFO - Java Test Files AST scan... 07:50:05.031 INFO - 0 source files to be analyzed 07:50:05.031 INFO - Java Test Files AST scan done: 0 ms 07:50:05.031 INFO - Package design analysis... 07:50:05.031 INFO - 0/0 source files have been analyzed 07:50:05.054 INFO - Package design analysis done: 22 ms 07:50:05.054 INFO - Sensor JavaSquidSensor done: 589 ms 07:50:05.056 INFO - Sensor QProfileSensor... 07:50:05.056 INFO - Sensor QProfileSensor done: 0 ms 07:50:05.056 INFO - Sensor InitialOpenIssuesSensor... 07:50:05.061 INFO - Sensor InitialOpenIssuesSensor done: 5 ms 07:50:05.061 INFO - Sensor ProjectLinksSensor... 07:50:05.066 INFO - Sensor ProjectLinksSensor done: 5 ms 07:50:05.066 INFO - Sensor VersionEventsSensor... 07:50:05.071 INFO - Sensor VersionEventsSensor done: 5 ms 07:50:05.071 INFO - Sensor FileHashSensor... 07:50:05.072 INFO - Sensor FileHashSensor done: 1 ms 07:50:05.072 INFO - Sensor org.sonar.plugins.findbugs.FindbugsSensor@67b668a8... 07:50:05.072 INFO - Execute Findbugs 3.0.1... 07:50:05.094 INFO - Findbugs output report: /home/jenkins/agent/workspace/esf-infra-quality/core/org.polarsys.esf.core.common/target/sonar/findbugs-result.xml 07:50:07.411 INFO - Execute Findbugs 3.0.1 done: 2339 ms 07:50:07.414 INFO - Sensor org.sonar.plugins.findbugs.FindbugsSensor@67b668a8 done: 2342 ms 07:50:07.414 INFO - Sensor SurefireSensor... 07:50:07.414 INFO - parsing /home/jenkins/agent/workspace/esf-infra-quality/core/org.polarsys.esf.core.common/target/surefire-reports 07:50:07.414 ERROR - Reports path not found or is not a directory: /home/jenkins/agent/workspace/esf-infra-quality/core/org.polarsys.esf.core.common/target/surefire-reports 07:50:07.414 INFO - Sensor SurefireSensor done: 0 ms 07:50:07.414 INFO - Sensor PmdSensor... 07:50:07.414 INFO - Execute PMD 5.4.2... 07:50:07.416 INFO - Java version: 1.6 07:50:07.417 INFO - PMD configuration: /home/jenkins/agent/workspace/esf-infra-quality/core/org.polarsys.esf.core.common/target/sonar/pmd.xml 07:50:07.777 INFO - Execute PMD 5.4.2 done: 363 ms 07:50:07.778 INFO - Sensor PmdSensor done: 364 ms 07:50:07.779 INFO - Sensor CheckstyleSensor... 07:50:07.779 INFO - Execute Checkstyle ${checkstyle.version}... 07:50:07.779 INFO - Checkstyle configuration: /home/jenkins/agent/workspace/esf-infra-quality/core/org.polarsys.esf.core.common/target/sonar/checkstyle.xml 07:50:07.966 INFO - Execute Checkstyle ${checkstyle.version} done: 187 ms 07:50:07.966 INFO - Sensor CheckstyleSensor done: 187 ms 07:50:07.966 INFO - Sensor CPD Sensor (wrapped)... 07:50:07.966 INFO - JavaCpdEngine is used for java 07:50:07.967 INFO - Cross-project analysis disabled 07:50:07.979 INFO - Sensor CPD Sensor (wrapped) done: 13 ms 07:50:08.064 INFO - Execute decorators... 07:50:08.243 INFO - ------------- Scan org.polarsys.esf.core.common.ui 07:50:08.244 INFO - Load module settings 07:50:08.375 INFO - Language is forced to java 07:50:08.379 INFO - Configure Maven plugins 07:50:08.381 INFO - Compare to previous analysis (2020-05-21) 07:50:08.382 INFO - Compare over 30 days (2020-04-22, analysis of 2020-04-24 07:50:43.0) 07:50:08.383 INFO - No quality gate is configured. 07:50:08.391 INFO - Base dir: /home/jenkins/agent/workspace/esf-infra-quality/core/org.polarsys.esf.core.common.ui 07:50:08.391 INFO - Working dir: /home/jenkins/agent/workspace/esf-infra-quality/core/org.polarsys.esf.core.common.ui/target/sonar 07:50:08.391 INFO - Source paths: pom.xml, src/main/java 07:50:08.391 INFO - Binary dirs: target/classes 07:50:08.391 INFO - Source encoding: UTF-8, default locale: en_US 07:50:08.391 INFO - Index files 07:50:08.391 INFO - Excluded sources: 07:50:08.391 INFO - **/util/*Switch.java 07:50:08.391 INFO - **/src-gen/**/* 07:50:08.408 INFO - 40 files indexed 07:50:08.577 INFO - Quality profile for java: Sonar way with Findbugs 07:50:08.581 INFO - JaCoCoSensor: JaCoCo report not found : /home/jenkins/agent/workspace/esf-infra-quality/core/org.polarsys.esf.core.common.ui/target/jacoco.exec 07:50:08.582 INFO - JaCoCoItSensor: JaCoCo IT report not found: /home/jenkins/agent/workspace/esf-infra-quality/core/org.polarsys.esf.core.common.ui/target/jacoco-it.exec 07:50:08.583 INFO - Sensor JavaSquidSensor... 07:50:08.586 INFO - Configured Java source version (sonar.java.source): 6 07:50:08.586 INFO - JavaClasspath initialization... 07:50:08.610 INFO - JavaClasspath initialization done: 24 ms 07:50:08.610 INFO - JavaTestClasspath initialization... 07:50:08.643 INFO - JavaTestClasspath initialization done: 33 ms 07:50:08.658 INFO - Java Main Files AST scan... 07:50:08.658 INFO - 40 source files to be analyzed 07:50:08.726 ERROR - Class not found: org.osgi.annotation.versioning.ConsumerType 07:50:08.726 ERROR - Class not found: org.osgi.annotation.versioning.ProviderType 07:50:08.923 ERROR - Class not found: org.osgi.annotation.versioning.ConsumerType 07:50:08.924 ERROR - Class not found: org.osgi.annotation.versioning.ProviderType 07:50:09.109 ERROR - Class not found: org.polarsys.esf.core.common.messages.Messages 07:50:09.620 ERROR - Class not found: org.polarsys.esf.core.common.messages.Messages 07:50:09.636 ERROR - Class not found: org.osgi.annotation.versioning.ConsumerType 07:50:09.636 ERROR - Class not found: org.osgi.annotation.versioning.ProviderType 07:50:09.689 ERROR - Class not found: org.polarsys.esf.core.common.messages.Messages 07:50:09.749 ERROR - Class not found: org.polarsys.esf.core.common.messages.Messages 07:50:10.136 ERROR - Class not found: org.polarsys.esf.core.common.messages.Messages 07:50:10.239 ERROR - Class not found: org.polarsys.esf.core.common.messages.Messages 07:50:10.321 ERROR - Class not found: org.polarsys.esf.core.common.messages.Messages 07:50:10.939 ERROR - Class not found: org.osgi.annotation.versioning.ProviderType 07:50:10.941 ERROR - Class not found: org.osgi.annotation.versioning.ConsumerType 07:50:11.014 ERROR - Class not found: org.polarsys.esf.core.common.messages.Messages 07:50:11.073 ERROR - Class not found: org.osgi.annotation.versioning.ConsumerType 07:50:11.073 ERROR - Class not found: org.osgi.annotation.versioning.ProviderType 07:50:11.163 ERROR - Class not found: org.polarsys.esf.core.common.messages.Messages 07:50:11.311 ERROR - Class not found: org.polarsys.esf.core.common.messages.Messages 07:50:11.335 ERROR - Class not found: org.osgi.annotation.versioning.ConsumerType 07:50:11.335 ERROR - Class not found: org.osgi.annotation.versioning.ProviderType 07:50:11.465 INFO - Java Main Files AST scan done: 2807 ms 07:50:11.465 INFO - 40/40 source files have been analyzed 07:50:11.467 INFO - Java bytecode scan... 07:50:11.488 WARN - Class 'org/polarsys/esf/core/common/messages/Messages' is not accessible through the ClassLoader. 07:50:11.549 WARN - Class 'org/polarsys/esf/core/common/messages/Messages' is not accessible through the ClassLoader. 07:50:11.572 WARN - Class 'org/polarsys/esf/core/common/messages/Messages' is not accessible through the ClassLoader. 07:50:11.572 WARN - Class 'org/polarsys/esf/core/common/messages/Messages' is not accessible through the ClassLoader. 07:50:11.572 WARN - Class 'org/polarsys/esf/core/common/messages/Messages' is not accessible through the ClassLoader. 07:50:11.593 WARN - Class 'org/polarsys/esf/core/common/messages/Messages' is not accessible through the ClassLoader. 07:50:11.596 WARN - Class 'org/polarsys/esf/core/common/project/ProjectFinder' is not accessible through the ClassLoader. 07:50:11.596 WARN - Class 'org/polarsys/esf/core/common/project/ProjectFinder' is not accessible through the ClassLoader. 07:50:11.608 WARN - Class 'org/polarsys/esf/core/common/messages/Messages' is not accessible through the ClassLoader. 07:50:11.608 WARN - Class 'org/polarsys/esf/core/common/messages/Messages' is not accessible through the ClassLoader. 07:50:11.611 WARN - Class 'org/polarsys/esf/core/common/messages/Messages' is not accessible through the ClassLoader. 07:50:11.612 WARN - Class 'org/polarsys/esf/core/common/messages/Messages' is not accessible through the ClassLoader. 07:50:11.614 WARN - Class 'org/polarsys/esf/core/common/messages/Messages' is not accessible through the ClassLoader. 07:50:11.614 WARN - Class 'org/polarsys/esf/core/common/messages/Messages' is not accessible through the ClassLoader. 07:50:11.622 WARN - Class 'org/polarsys/esf/core/common/observer/IObserver' is not accessible through the ClassLoader. 07:50:11.629 INFO - Java bytecode scan done: 162 ms 07:50:11.629 INFO - Java Test Files AST scan... 07:50:11.629 INFO - 0 source files to be analyzed 07:50:11.629 INFO - Java Test Files AST scan done: 0 ms 07:50:11.629 INFO - Package design analysis... 07:50:11.630 INFO - 0/0 source files have been analyzed 07:50:11.662 INFO - Package design analysis done: 33 ms 07:50:11.664 INFO - Sensor JavaSquidSensor done: 3081 ms 07:50:11.665 INFO - Sensor QProfileSensor... 07:50:11.666 INFO - Sensor QProfileSensor done: 1 ms 07:50:11.666 INFO - Sensor InitialOpenIssuesSensor... 07:50:11.677 INFO - Sensor InitialOpenIssuesSensor done: 11 ms 07:50:11.677 INFO - Sensor ProjectLinksSensor... 07:50:11.684 INFO - Sensor ProjectLinksSensor done: 7 ms 07:50:11.685 INFO - Sensor VersionEventsSensor... 07:50:11.689 INFO - Sensor VersionEventsSensor done: 4 ms 07:50:11.690 INFO - Sensor FileHashSensor... 07:50:11.691 INFO - Sensor FileHashSensor done: 1 ms 07:50:11.691 INFO - Sensor org.sonar.plugins.findbugs.FindbugsSensor@22b8145d... 07:50:11.692 INFO - Execute Findbugs 3.0.1... 07:50:11.722 INFO - Findbugs output report: /home/jenkins/agent/workspace/esf-infra-quality/core/org.polarsys.esf.core.common.ui/target/sonar/findbugs-result.xml The following classes needed for analysis were missing: org.polarsys.esf.core.common.messages.Messages org.polarsys.esf.core.common.observer.IObserver org.polarsys.esf.core.common.project.ProjectFinder 07:50:15.259 INFO - Execute Findbugs 3.0.1 done: 3567 ms 07:50:15.260 INFO - Sensor org.sonar.plugins.findbugs.FindbugsSensor@22b8145d done: 3569 ms 07:50:15.260 INFO - Sensor SurefireSensor... 07:50:15.260 INFO - parsing /home/jenkins/agent/workspace/esf-infra-quality/core/org.polarsys.esf.core.common.ui/target/surefire-reports 07:50:15.260 ERROR - Reports path not found or is not a directory: /home/jenkins/agent/workspace/esf-infra-quality/core/org.polarsys.esf.core.common.ui/target/surefire-reports 07:50:15.260 INFO - Sensor SurefireSensor done: 0 ms 07:50:15.261 INFO - Sensor PmdSensor... 07:50:15.261 INFO - Execute PMD 5.4.2... 07:50:15.264 INFO - Java version: 1.6 07:50:15.265 INFO - PMD configuration: /home/jenkins/agent/workspace/esf-infra-quality/core/org.polarsys.esf.core.common.ui/target/sonar/pmd.xml 07:50:16.008 INFO - Execute PMD 5.4.2 done: 747 ms 07:50:16.010 INFO - Sensor PmdSensor done: 749 ms 07:50:16.010 INFO - Sensor CheckstyleSensor... 07:50:16.010 INFO - Execute Checkstyle ${checkstyle.version}... 07:50:16.011 INFO - Checkstyle configuration: /home/jenkins/agent/workspace/esf-infra-quality/core/org.polarsys.esf.core.common.ui/target/sonar/checkstyle.xml 07:50:16.306 INFO - Execute Checkstyle ${checkstyle.version} done: 296 ms 07:50:16.306 INFO - Sensor CheckstyleSensor done: 296 ms 07:50:16.306 INFO - Sensor CPD Sensor (wrapped)... 07:50:16.306 INFO - JavaCpdEngine is used for java 07:50:16.306 INFO - Cross-project analysis disabled 07:50:16.357 INFO - Sensor CPD Sensor (wrapped) done: 51 ms 07:50:17.068 INFO - Execute decorators... 07:50:17.347 INFO - ------------- Scan org.polarsys.esf.core.doc 07:50:17.348 INFO - Load module settings 07:50:17.378 INFO - Language is forced to java 07:50:17.381 INFO - Configure Maven plugins 07:50:17.383 INFO - Compare to previous analysis (2020-05-21) 07:50:17.384 INFO - Compare over 30 days (2020-04-22, analysis of 2020-04-24 07:50:43.0) 07:50:17.384 INFO - No quality gate is configured. 07:50:17.390 INFO - Base dir: /home/jenkins/agent/workspace/esf-infra-quality/core/org.polarsys.esf.core.doc 07:50:17.390 INFO - Working dir: /home/jenkins/agent/workspace/esf-infra-quality/core/org.polarsys.esf.core.doc/target/sonar 07:50:17.390 INFO - Source paths: pom.xml 07:50:17.390 INFO - Binary dirs: target/classes 07:50:17.390 INFO - Source encoding: UTF-8, default locale: en_US 07:50:17.390 INFO - Index files 07:50:17.390 INFO - Excluded sources: 07:50:17.390 INFO - **/util/*Switch.java 07:50:17.390 INFO - **/src-gen/**/* 07:50:17.393 INFO - 0 files indexed 07:50:17.393 INFO - Quality profile for java: Sonar way with Findbugs 07:50:17.394 INFO - JaCoCoSensor: JaCoCo report not found : /home/jenkins/agent/workspace/esf-infra-quality/core/org.polarsys.esf.core.doc/target/jacoco.exec 07:50:17.394 INFO - JaCoCoItSensor: JaCoCo IT report not found: /home/jenkins/agent/workspace/esf-infra-quality/core/org.polarsys.esf.core.doc/target/jacoco-it.exec 07:50:17.395 INFO - Sensor QProfileSensor... 07:50:17.395 INFO - Sensor QProfileSensor done: 0 ms 07:50:17.395 INFO - Sensor InitialOpenIssuesSensor... 07:50:17.398 INFO - Sensor InitialOpenIssuesSensor done: 3 ms 07:50:17.398 INFO - Sensor ProjectLinksSensor... 07:50:17.403 INFO - Sensor ProjectLinksSensor done: 5 ms 07:50:17.403 INFO - Sensor VersionEventsSensor... 07:50:18.316 INFO - Sensor VersionEventsSensor done: 913 ms 07:50:18.316 INFO - Sensor FileHashSensor... 07:50:18.316 INFO - Sensor FileHashSensor done: 0 ms 07:50:18.316 INFO - Sensor CPD Sensor (wrapped)... 07:50:18.316 INFO - JavaCpdEngine is used for java 07:50:18.316 INFO - Sensor CPD Sensor (wrapped) done: 0 ms 07:50:18.369 INFO - Execute decorators... 07:50:18.389 INFO - ------------- Scan org.polarsys.esf.core.utils 07:50:18.389 INFO - Load module settings 07:50:18.419 INFO - Language is forced to java 07:50:18.422 INFO - Configure Maven plugins 07:50:18.424 INFO - Compare to previous analysis (2020-05-21) 07:50:18.425 INFO - Compare over 30 days (2020-04-22, analysis of 2020-04-24 07:50:43.0) 07:50:18.426 INFO - No quality gate is configured. 07:50:18.433 INFO - Base dir: /home/jenkins/agent/workspace/esf-infra-quality/core/org.polarsys.esf.core.utils 07:50:18.433 INFO - Working dir: /home/jenkins/agent/workspace/esf-infra-quality/core/org.polarsys.esf.core.utils/target/sonar 07:50:18.433 INFO - Source paths: pom.xml, src/main/java 07:50:18.433 INFO - Binary dirs: target/classes 07:50:18.434 INFO - Source encoding: UTF-8, default locale: en_US 07:50:18.434 INFO - Index files 07:50:18.434 INFO - Excluded sources: 07:50:18.434 INFO - **/util/*Switch.java 07:50:18.434 INFO - **/src-gen/**/* 07:50:18.439 INFO - 5 files indexed 07:50:18.462 INFO - Quality profile for java: Sonar way with Findbugs 07:50:18.464 INFO - JaCoCoSensor: JaCoCo report not found : /home/jenkins/agent/workspace/esf-infra-quality/core/org.polarsys.esf.core.utils/target/jacoco.exec 07:50:18.464 INFO - JaCoCoItSensor: JaCoCo IT report not found: /home/jenkins/agent/workspace/esf-infra-quality/core/org.polarsys.esf.core.utils/target/jacoco-it.exec 07:50:18.465 INFO - Sensor JavaSquidSensor... 07:50:18.466 INFO - Configured Java source version (sonar.java.source): 6 07:50:18.466 INFO - JavaClasspath initialization... 07:50:18.490 INFO - JavaClasspath initialization done: 24 ms 07:50:18.490 INFO - JavaTestClasspath initialization... 07:50:18.515 INFO - JavaTestClasspath initialization done: 25 ms 07:50:18.519 INFO - Java Main Files AST scan... 07:50:18.519 INFO - 5 source files to be analyzed 07:50:18.568 ERROR - Class not found: org.osgi.annotation.versioning.ConsumerType 07:50:18.585 ERROR - Class not found: org.osgi.annotation.versioning.ProviderType 07:50:18.759 ERROR - Class not found: org.polarsys.esf.core.common.messages.Messages 07:50:18.766 ERROR - Class not found: org.osgi.annotation.versioning.ConsumerType 07:50:18.946 ERROR - Class not found: org.polarsys.esf.core.common.messages.Messages 07:50:18.953 ERROR - Class not found: org.osgi.annotation.versioning.ConsumerType 07:50:18.966 INFO - Java Main Files AST scan done: 447 ms 07:50:18.966 INFO - 5/5 source files have been analyzed 07:50:18.966 INFO - Java bytecode scan... 07:50:18.995 WARN - Class 'org/polarsys/esf/core/common/messages/Messages' is not accessible through the ClassLoader. 07:50:19.063 INFO - Java bytecode scan done: 97 ms 07:50:19.063 INFO - Java Test Files AST scan... 07:50:19.063 INFO - 0 source files to be analyzed 07:50:19.063 INFO - Java Test Files AST scan done: 0 ms 07:50:19.063 INFO - Package design analysis... 07:50:19.063 INFO - 0/0 source files have been analyzed 07:50:19.066 INFO - Package design analysis done: 3 ms 07:50:19.066 INFO - Sensor JavaSquidSensor done: 601 ms 07:50:19.068 INFO - Sensor QProfileSensor... 07:50:19.068 INFO - Sensor QProfileSensor done: 0 ms 07:50:19.068 INFO - Sensor InitialOpenIssuesSensor... 07:50:19.073 INFO - Sensor InitialOpenIssuesSensor done: 5 ms 07:50:19.073 INFO - Sensor ProjectLinksSensor... 07:50:19.078 INFO - Sensor ProjectLinksSensor done: 5 ms 07:50:19.079 INFO - Sensor VersionEventsSensor... 07:50:19.085 INFO - Sensor VersionEventsSensor done: 6 ms 07:50:19.085 INFO - Sensor FileHashSensor... 07:50:19.086 INFO - Sensor FileHashSensor done: 1 ms 07:50:19.086 INFO - Sensor org.sonar.plugins.findbugs.FindbugsSensor@25dde31e... 07:50:19.086 INFO - Execute Findbugs 3.0.1... 07:50:19.112 INFO - Findbugs output report: /home/jenkins/agent/workspace/esf-infra-quality/core/org.polarsys.esf.core.utils/target/sonar/findbugs-result.xml The following classes needed for analysis were missing: org.polarsys.esf.core.common.messages.Messages 07:50:20.490 INFO - Execute Findbugs 3.0.1 done: 1404 ms 07:50:20.491 INFO - Sensor org.sonar.plugins.findbugs.FindbugsSensor@25dde31e done: 1405 ms 07:50:20.492 INFO - Sensor SurefireSensor... 07:50:20.492 INFO - parsing /home/jenkins/agent/workspace/esf-infra-quality/core/org.polarsys.esf.core.utils/target/surefire-reports 07:50:20.492 ERROR - Reports path not found or is not a directory: /home/jenkins/agent/workspace/esf-infra-quality/core/org.polarsys.esf.core.utils/target/surefire-reports 07:50:20.492 INFO - Sensor SurefireSensor done: 0 ms 07:50:20.492 INFO - Sensor PmdSensor... 07:50:20.492 INFO - Execute PMD 5.4.2... 07:50:20.495 INFO - Java version: 1.6 07:50:20.495 INFO - PMD configuration: /home/jenkins/agent/workspace/esf-infra-quality/core/org.polarsys.esf.core.utils/target/sonar/pmd.xml 07:50:20.832 INFO - Execute PMD 5.4.2 done: 340 ms 07:50:20.833 INFO - Sensor PmdSensor done: 341 ms 07:50:20.833 INFO - Sensor CheckstyleSensor... 07:50:20.833 INFO - Execute Checkstyle ${checkstyle.version}... 07:50:20.834 INFO - Checkstyle configuration: /home/jenkins/agent/workspace/esf-infra-quality/core/org.polarsys.esf.core.utils/target/sonar/checkstyle.xml 07:50:21.002 INFO - Execute Checkstyle ${checkstyle.version} done: 169 ms 07:50:21.002 INFO - Sensor CheckstyleSensor done: 169 ms 07:50:21.003 INFO - Sensor CPD Sensor (wrapped)... 07:50:21.003 INFO - JavaCpdEngine is used for java 07:50:21.003 INFO - Cross-project analysis disabled 07:50:21.008 INFO - Sensor CPD Sensor (wrapped) done: 5 ms 07:50:21.059 INFO - Execute decorators... 07:50:21.115 INFO - ------------- Scan ESF Core 07:50:21.115 INFO - Load module settings 07:50:21.144 INFO - Language is forced to java 07:50:21.148 INFO - Configure Maven plugins 07:50:21.150 INFO - Compare to previous analysis (2020-05-21) 07:50:21.151 INFO - Compare over 30 days (2020-04-22, analysis of 2020-04-24 07:50:43.0) 07:50:21.151 INFO - No quality gate is configured. 07:50:21.157 INFO - Base dir: /home/jenkins/agent/workspace/esf-infra-quality/core 07:50:21.157 INFO - Working dir: /home/jenkins/agent/workspace/esf-infra-quality/core/target/sonar 07:50:21.157 INFO - Source encoding: UTF-8, default locale: en_US 07:50:21.157 INFO - Quality profile for java: Sonar way with Findbugs 07:50:21.157 INFO - JaCoCoSensor: JaCoCo report not found : /home/jenkins/agent/workspace/esf-infra-quality/core/target/jacoco.exec 07:50:21.157 INFO - JaCoCoItSensor: JaCoCo IT report not found: /home/jenkins/agent/workspace/esf-infra-quality/core/target/jacoco-it.exec 07:50:21.158 INFO - Sensor InitialOpenIssuesSensor... 07:50:21.161 INFO - Sensor InitialOpenIssuesSensor done: 3 ms 07:50:21.162 INFO - Sensor ProjectLinksSensor... 07:50:21.166 INFO - Sensor ProjectLinksSensor done: 4 ms 07:50:21.167 INFO - Sensor VersionEventsSensor... 07:50:21.172 INFO - Sensor VersionEventsSensor done: 5 ms 07:50:21.172 INFO - Sensor FileHashSensor... 07:50:21.172 INFO - Sensor FileHashSensor done: 0 ms 07:50:21.172 INFO - Sensor CPD Sensor (wrapped)... 07:50:21.172 INFO - JavaCpdEngine is used for java 07:50:21.173 INFO - Sensor CPD Sensor (wrapped) done: 1 ms 07:50:21.225 INFO - Execute decorators... 07:50:21.280 INFO - ------------- Scan esf-infra.p2 07:50:21.281 INFO - Load module settings 07:50:21.312 INFO - Language is forced to java 07:50:21.315 INFO - Configure Maven plugins 07:50:21.317 INFO - Compare to previous analysis (2020-05-21) 07:50:21.318 INFO - Compare over 30 days (2020-04-22, analysis of 2020-04-24 07:50:43.0) 07:50:21.318 INFO - No quality gate is configured. 07:50:21.330 INFO - Base dir: /home/jenkins/agent/workspace/esf-infra-quality/p2 07:50:21.330 INFO - Working dir: /home/jenkins/agent/workspace/esf-infra-quality/p2/target/sonar 07:50:21.330 INFO - Source paths: pom.xml 07:50:21.330 INFO - Source encoding: UTF-8, default locale: en_US 07:50:21.330 INFO - Index files 07:50:21.330 INFO - Excluded sources: 07:50:21.330 INFO - **/util/*Switch.java 07:50:21.330 INFO - **/src-gen/**/* 07:50:21.334 INFO - 0 files indexed 07:50:21.334 INFO - Quality profile for java: Sonar way with Findbugs 07:50:21.334 INFO - JaCoCoSensor: JaCoCo report not found : /home/jenkins/agent/workspace/esf-infra-quality/p2/target/jacoco.exec 07:50:21.334 INFO - JaCoCoItSensor: JaCoCo IT report not found: /home/jenkins/agent/workspace/esf-infra-quality/p2/target/jacoco-it.exec 07:50:21.335 INFO - Sensor QProfileSensor... 07:50:21.336 INFO - Sensor QProfileSensor done: 1 ms 07:50:21.336 INFO - Sensor InitialOpenIssuesSensor... 07:50:21.339 INFO - Sensor InitialOpenIssuesSensor done: 3 ms 07:50:21.339 INFO - Sensor ProjectLinksSensor... 07:50:21.343 INFO - Sensor ProjectLinksSensor done: 4 ms 07:50:21.344 INFO - Sensor VersionEventsSensor... 07:50:21.349 INFO - Sensor VersionEventsSensor done: 5 ms 07:50:21.349 INFO - Sensor FileHashSensor... 07:50:21.349 INFO - Sensor FileHashSensor done: 0 ms 07:50:21.349 INFO - Sensor CPD Sensor (wrapped)... 07:50:21.349 INFO - JavaCpdEngine is used for java 07:50:21.349 INFO - Sensor CPD Sensor (wrapped) done: 0 ms 07:50:21.403 INFO - Execute decorators... 07:50:21.424 INFO - ------------- Scan ESF 07:50:21.424 INFO - Load module settings 07:50:21.452 INFO - Language is forced to java 07:50:21.455 INFO - Configure Maven plugins 07:50:21.457 INFO - Compare to previous analysis (2020-05-21) 07:50:21.458 INFO - Compare over 30 days (2020-04-22, analysis of 2020-04-24 07:50:43.0) 07:50:21.459 INFO - No quality gate is configured. 07:50:21.464 INFO - Base dir: /home/jenkins/agent/workspace/esf-infra-quality 07:50:21.464 INFO - Working dir: /home/jenkins/agent/workspace/esf-infra-quality/target/sonar 07:50:21.464 INFO - Source encoding: UTF-8, default locale: en_US 07:50:21.464 INFO - Quality profile for java: Sonar way with Findbugs 07:50:21.464 INFO - JaCoCoSensor: JaCoCo report not found : /home/jenkins/agent/workspace/esf-infra-quality/target/jacoco.exec 07:50:21.464 INFO - JaCoCoItSensor: JaCoCo IT report not found: /home/jenkins/agent/workspace/esf-infra-quality/target/jacoco-it.exec 07:50:21.465 INFO - Sensor InitialOpenIssuesSensor... 07:50:21.468 INFO - Sensor InitialOpenIssuesSensor done: 3 ms 07:50:21.468 INFO - Sensor ProjectLinksSensor... 07:50:21.473 INFO - Sensor ProjectLinksSensor done: 5 ms 07:50:21.474 INFO - Sensor VersionEventsSensor... 07:50:21.479 INFO - Sensor VersionEventsSensor done: 5 ms 07:50:21.479 INFO - Sensor FileHashSensor... 07:50:21.479 INFO - Sensor FileHashSensor done: 0 ms 07:50:21.479 INFO - Sensor CPD Sensor (wrapped)... 07:50:21.479 INFO - JavaCpdEngine is used for java 07:50:21.479 INFO - Sensor CPD Sensor (wrapped) done: 0 ms 07:50:21.552 INFO - Execute decorators... 07:50:21.611 INFO - Store results in database 07:50:23.956 INFO - ANALYSIS SUCCESSFUL, you can browse https://sonar.eclipse.org/dashboard/index/org.polarsys.esf:esf-infra 07:50:24.006 INFO - Executing post-job class org.sonar.plugins.core.issue.notification.SendIssueNotificationsPostJob 07:50:24.008 INFO - Executing post-job class org.sonar.plugins.core.batch.IndexProjectPostJob 07:50:24.160 INFO - Executing post-job class org.sonar.plugins.dbcleaner.ProjectPurgePostJob 07:50:24.176 INFO - -> Keep one snapshot per day between 2020-04-24 and 2020-05-21 07:50:24.178 INFO - -> Keep one snapshot per week between 2019-05-24 and 2020-04-24 07:50:24.178 INFO - <- Delete snapshot: 2020-04-24T07:50:43+0000 [44109983] 07:50:24.221 INFO - -> Keep one snapshot per month between 2015-05-29 and 2019-05-24 07:50:24.222 INFO - -> Delete data prior to: 2015-05-29 07:50:24.241 INFO - -> Clean ESF [id=114800] 07:50:24.243 INFO - <- Clean snapshot 44329816 07:50:24.450 INFO - -> Clean ESF Core [id=114801] 07:50:24.453 INFO - -> Clean ESF Meta-model [id=114802] 07:50:24.455 INFO - -> Clean ESFArchitectureConcepts Meta-model [id=114803] 07:50:24.457 INFO - -> Clean ESFCore Meta-model [id=114804] 07:50:24.459 INFO - -> Clean ESFBehaviours Meta-model [id=114805] 07:50:24.461 INFO - -> Clean ESFProperties Meta-model [id=114806] 07:50:24.463 INFO - -> Clean ESFSafetyConcepts Meta-model [id=114807] 07:50:24.464 INFO - -> Clean ESF Profile [id=114808] 07:50:24.466 INFO - -> Clean ESFArchitectureConcepts Profile [id=114809] 07:50:24.468 INFO - -> Clean ESFCore Profile [id=114810] 07:50:24.470 INFO - -> Clean ESF Releng [id=114811] 07:50:24.471 INFO - -> Clean ESF Core feature [id=114812] 07:50:24.473 INFO - -> Clean ESF Core branding [id=114813] 07:50:24.474 INFO - -> Clean org.polarsys.esf.core.common [id=114814] 07:50:24.476 INFO - -> Clean org.polarsys.esf.core.common.metamodel [id=114815] 07:50:24.476 INFO - -> Clean org.polarsys.esf.core.common.ui [id=114816] 07:50:24.478 INFO - -> Clean org.polarsys.esf.core.framework [id=114817] 07:50:24.479 INFO - -> Clean org.polarsys.esf.core.help [id=114818] 07:50:24.480 INFO - -> Clean org.polarsys.esf.core.rcp [id=114819] 07:50:24.481 INFO - -> Clean org.polarsys.esf.core.ui [id=114820] 07:50:24.482 INFO - -> Clean org.polarsys.esf.core.utils [id=114821] 07:50:24.484 INFO - -> Clean org.polarsys.esf.core.workspace [id=114822] 07:50:24.486 INFO - -> Clean esf-infra.p2 [id=114823] 07:50:24.488 INFO - -> Clean ESF Releng [id=114824] 07:50:24.489 INFO - -> Clean esf [id=114825] 07:50:24.489 INFO - -> Clean ESFBehaviours Profile [id=115173] 07:50:24.491 INFO - -> Clean ESFProperties Profile [id=115174] 07:50:24.492 INFO - -> Clean ESFSafetyConcepts Profile [id=115175] 07:50:24.493 INFO - -> Clean org.polarsys.esf.core.wizard.ui [id=115186] 07:50:24.494 INFO - -> Clean ESF Diagram [id=115239] 07:50:24.496 INFO - -> Clean org.polarsys.esf.core.diagram.esfarchitectureconcepts [id=115240] 07:50:24.497 INFO - -> Clean ESFArchitectureConcepts Profile test [id=126569] 07:50:24.499 INFO - -> Clean ESF Import Model [id=135928] 07:50:24.500 INFO - -> Clean org.polarsys.esf.core.importmodel.common [id=135929] 07:50:24.501 INFO - -> Clean org.polarsys.esf.core.profile.esfarchitectureconcepts.application [id=138201] 07:50:24.503 INFO - -> Clean ESF Core Resources [id=143694] 07:50:24.504 INFO - -> Clean ESF Core Graphical Resources [id=143695] 07:50:24.506 INFO - -> Clean org.polarsys.esf.core.doc [id=143771] [INFO] ------------------------------------------------------------------------ [INFO] Reactor Summary for ESF 0.7.0-SNAPSHOT: [INFO] [INFO] ESF ................................................ SUCCESS [01:31 min] [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 SUCCESS [INFO] ------------------------------------------------------------------------ [INFO] Total time: 02:20 min [INFO] Finished at: 2020-05-22T07:50:24Z [INFO] ------------------------------------------------------------------------ SonarQube analysis completed: SUCCESS No mail will be sent out, as 'esf-infra-quality #1653' does not have a result yet. Please make sure you set a proper result in case of pipeline/build scripts. Archiving artifacts Finished: SUCCESS